body {
	font-family: 'Geometria', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

@font-face {
	font-family: Geometria;
	src: url(/catalog/view/theme/kitty/stylsheet/fonts/Geometria.otf);
}

@font-face{
	font-family:GeometriaBold;
	src: url(/catalog/view/theme/kitty/stylsheet/fonts/Geometria-Bold.otf) format("woff2")
}

@font-face{
	font-family:GeometriaBoldItalic;
	src: url(/catalog/view/theme/kitty/stylsheet/fonts/Geometria-BoldItalic.otf) format("woff2")
}

@font-face{
	font-family:GeometriaLight;
	src: url(/catalog/view/theme/kitty/stylsheet/fonts/Geometria-Light.otf) format("woff2")
}

@font-face{
	font-family:GeometriaMedium;
	src: url(/catalog/view/theme/kitty/stylsheet/fonts/Geometria-Medium.otf) format("woff2")
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}



@media (min-width: 1400px){
	.container-fluid {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (min-width: 1200px){
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}


/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 10px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
	font-size: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 20px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	background: #eb154e;
	color: #fff;
	border: 0;
	height: 40px;
	width: 92px;
}
/* cart */
#cart {
	margin-bottom: 10px;
	margin-top: 20px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	box-shadow: none;
	background: #eb154e;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #fff;
	
	min-height: 40px;
}

.navbar-nav {
	float: none !important;
	margin: 0;
	text-align: center;
}

.navbar-nav>li {
	float: none !important;
	display: inline-block;
}
#menu .nav > li > a {
	color: rgb(47, 47, 47);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.2s ease 0s;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/*background-color: rgba(0, 0, 0, 0.1);*/
	color: #eb154e;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 5px 15px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: rgb(233, 82, 82);
}
#menu .see-all {
	display: none;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: rgb(47, 47, 47);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #eb154e;
	background-repeat: repeat-x;
	border-color: #eb154e;
	margin: 0;
	height: 40px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #eb154e;
}
.mob-hidden-phone{
	display: block;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	
}
@media (max-width: 767px) {
	
	.mob-hidden-phone{
		display: none !important;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color:rgb(47, 47, 47);
		font-size: 14px;
		text-transform: uppercase;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: rgb(47, 47, 47);
		font-size: 14px;
		text-transform: uppercase;
	}

	.navbar-nav>li{
		display: block;
	}

	.top-account {
		padding: 0 5px;
		margin-top: 25px;
		position: absolute;
		top: 50px;
		right: 10px;
	}
	#form-language .dropdown-menu{
		min-width: 60px;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
	font-size:14px;
	padding-bottom:20px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding-bottom:5px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	/*border: 1px solid #ddd;*/
	background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	/*text-shadow: 0 1px 0 #000;*/
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb > li > a{
	color: #000;
	transition: all 0.5s ease;
}

.breadcrumb > li > a:hover{
	color: #eb154e;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: 0px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb > li:last-child:after {
	display: none;
}

h1.prod_title {
	font-weight: 900;
	font-size: 30px;
	line-height: 33.87px;
	color: rgb(47, 47, 47);
	letter-spacing: 1px;
	margin: 10px 0 30px 20px;
}

button.product-page__buy-btn {
	font-weight: 600;
	background: #eb154e;
	color: #fff;
	border: 0;
	border-radius: 3px;
	transition: .3s;
	width: 50%;
	padding: 16px 0;
	margin: 0;
	transition: all 1s ease;
}
button.product-page__buy-btn:hover { 
	background: #8a0428;
}

.number-spinner input {
	width: 160px;
	text-align: center;
}
.number-spinner {
	display: inline-block;
	margin-bottom: 13px;
}

.price-amount li {
	display: inline-block;
}
.price-amount li.price_new h2 {
	font-weight: 600;
	color: #eb154e;
}
.price-amount li.price_old {
	font-weight: 400;
	color: #444;
	font-size: 16px;
	padding: 0 10px;
}
li.prod_items {
	font-size: 16px;
	padding: 5px 0;
}
li.prod_items a {
	color: #444;
	text-decoration: underline;
}

.desc_product p {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}
.btn-group.block_service button {
	background: none;
	padding: 8px 12px;
	border: 1px solid #ccc;
	text-shadow: none;
	border-radius: 2px;
	margin: 0px 10px 4px 0px;
}
.number-spinner input {
	font-size: 17px !important;
}
.alert-success {
	color: #444;
	background-color: #fff;
	border-color: #eb154e;
	text-align: center;
}

.thumbnails .thumbnail {
	border:none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	text-shadow: none;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	border-color:transparent;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: visible;
}

.imgcategory .product-thumb{
	border:none;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	transition: all 1s ease;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
	text-align: center;
}
.product-thumb .caption a{
	color: #444;
	font-size: 18px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {

	h1.prod_title {
		font-size: 20px;
		line-height: 26px;
		text-align: center;
	}
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #eb154e;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #eb154e;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	font-size: 20px;
	font-weight: bold;
}
.product-thumb .price-new {
	font-weight: 900;
	color: #eb154e;
}
.product-thumb .price-old {
	color: #444;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 14px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	button.product-page__buy-btn {
		font-weight: 600;
		background: #eb154e;
		color: #fff;
		border: 0;
		border-radius: 3px;
		transition: .3s;
		width: 100%;
		padding: 16px 0;
		margin: 0;
		transition: all 1s ease;
	}
	.breadcrumb{
		display: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #444;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
	max-width: 65px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
/*img category*/
.imgcategory .product-thumb.transition > h4 {
	padding-left: 10px;
}

/*sticker*/
.image {
	position: relative;
}
.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
	height: 57px;
	width: 58px;
	position: absolute;
	z-index: 998;
}
.image .corner_0 {
	left: 0px;
	top: 0px;
}
.image .corner_1 {
	right: 0px;
	top: 0px;
}
.image .corner_2 {
	left: 0px;
	bottom: 0px;
}
.image .corner_3 {
	right: 0px;
	bottom: 0px;
}
.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
	border: none;
	padding: 0px;
}
.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
	width: 60%;
}
/*benefits*/
.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .benefits,
.product-grid .present {
	display: none;
}
.benefits {
	margin-left: -15px;
}
.benefit {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.product-list .benefit-text {
	float: left;
	line-height: 40px;
	margin-right: 5px;
}
.benefit li span {
	display: table-cell;
	vertical-align: middle;
}
.benefit_description {
	display: none;
	position: absolute;
	top: 41px;
	z-index: 2;
	border: 1px solid #38b0e3;
	padding: 15px;
	left: -75px;
	border-radius: 4px;
	background: white;
	box-shadow: 0 0 8px grey;
	width: 150px;
	line-height: 13px;
	font-size: 11px;
}
.benefit_description:after {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -7px;
	content: '';
	left: 82px;
}	
.benefit_description:before {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #38b0e3;
	top: -8px;
	content: '';
	left: 82px;
}
.benefit li:hover .benefit_description {
	display: block;
}	
.product-info .present {
	border-top: 1px solid #E7E7E7;
	padding: 15px 5px 10px 5px;
	margin-top: 10px;
}

.top-account{
	padding: 0 5px;
	margin-top: 25px;
}


.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-wrapper-outer {
	border:none !important;
	border-radius: none;
}


.category_desc{
	text-align: center;
}

.category_desc a {
	color: #444;
}

.imgcategory .product-thumb .image {
	border: 1px solid #e6e6e6;
}

.imgcategory .product-thumb .image img {
	width: 100%;
}

h3.module-title.title-category {
	text-align: center;
	font-size: 35px;
	margin-top: 50px;
	margin-bottom: 40px;
}

h4.category_desc {
	font-size: 20px;
	letter-spacing: 1px;
}

.common-home h3:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 70px;
	left: 50%;
	bottom: 0px;
	margin-left: -35px;
	background: #444;
	bottom: -10px;
}
.common-home h2{
	position: relative;
	text-align: center;
}
.common-home h2:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 70px;
	left: 50%;
	bottom: 0px;
	margin-left: -35px;
	background: #444;
	bottom: -10px;
}

.common-home .nav-tabs {
	text-align: center;
}

.common-home .nav-tabs>li {
	float: none;
	display: inline-flex;
}

.common-home h3{
	position: relative;
	text-align: center;
	font-size: 35px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.simplecheckout .btn-primary{
	color: #797878;
	background-color: transparent;
	border-color: #dadada;
	background-image: none;
	text-shadow:none;
}

#simplecheckout_button_next{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	box-shadow: none;
	background: #eb154e;
	padding: 10px 30px;
}

address {
	margin-bottom: 25px !important;
}
.contact-info-adress {
	font-size: 14px;
	line-height: 22px;
}

.contact-menu-footer {
	text-align: center;
}

.contact-menu-footer li {
	display: inline-block;
	padding: 0 20px;
}
.contact-menu-footer a {
	text-transform: uppercase;
}

table.simplecheckout-cart a {
	font-size: 15px;
	color: #444;
}

.simplecheckout-cart td.price {
	font-size: 15px !important;
}

.simplecheckout-cart-total {
	font-size: 16px;
}

#search .input-lg {
	width: 100%;
	padding: 11px 25px;
	background: #f7f7f7;
	color: #818181;
	border: 1px solid #dadada;
	border-radius: 3px;
}

.quantity input {
	text-align: center;
}

#text p{
	text-align: center;
	transition: 1s ease-out;
}


.text-masked {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, 
		from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));

	mask-image: gradient(linear, left top, left bottom, 
		from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	height: 100px;
	cursor: pointer;
	transition: 1s ease-out;
	margin-top: 50px;
	overflow: hidden;
}

.delivery-block {
	margin-top: 20px;
}
.delivery-block p {
	font-size: 14px;
}



.to_top {
	border: 1px solid #d0d0d0;
	bottom: 55px;
	right: 55px;
}

.to_top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 30px;
	background: rgb(245, 245, 245);
	color: rgb(68, 68, 68);
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 9999;
	cursor: pointer;
	display: none;
}


.to_top i {
	color: rgb(136, 136, 136);
	display: inline-block;
	margin-top: 13px;
}

.pay-block {
	padding-top: 50px;
}

.pay-block p{
	font-size: 14px;
}


input.btn.btn-primary.contact-btn {
	background: #eb154e;
	border-color: #eb154e;
	border: 1px solid #eb154e;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 65px;
	height: 46px;
	line-height: 46px;
	border-radius: 5px;
	transition: all 0.5s ease;
}

input.btn.btn-primary.contact-btn:hover {
	background: #fff;
	border-color: ##000 !important;
	border: 1px solid ##000 !important;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 65px;
	height: 46px;
	line-height: 46px;
	border-radius: 5px;
	color: #000;
}

.map-block iframe{
	margin: 30px auto;
}


.select-quantity .btn-default{
	background-color: transparent !important;
	background-image: none !important;
}

p.MsoNormal span {
	font-size: 16px !important;
	line-height: 26px !important;
	text-align: justify;
	font-family: 'Geometria', sans-serif !important;
}

p span {
	font-size: 16px !important;
	line-height: 26px !important;
	text-align: justify;
	font-family: 'Geometria', sans-serif !important;
}

span.code-product {
	font-size: 16px;
}

.stock_status {
	font-size: 16px;
	padding: 0 0 10px 0;
}

.product-thumb p:nth-child(1n){
	display: none;
}

.product-thumb .price{
	display: block !important;
}

.product_text_number {
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
}

.stock_status {
	padding: 0 0 10px 0;
	display: inline-block;
}

div#text {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

div#text p {
	font-size: 16px !important;
	line-height: 26px !important;
	text-align: justify;
	font-family: 'Geometria', sans-serif !important;
}

div#text span {
	font-size: 16px !important;
	line-height: 26px !important;
	text-align: justify;
	font-family: 'Geometria', sans-serif !important;
}

div#text ul li {
	font-size: 16px !important;
	line-height: 26px !important;
	text-align: justify;
	font-family: 'Geometria', sans-serif !important;
}

div#text ul li span{
	font-size: 16px !important;
	line-height: 26px !important;
	text-align: justify;
	font-family: 'Geometria', sans-serif !important;
}

div#text .disc li {
	font-size: 16px !important;
	line-height: 26px !important;
	text-align: justify;
	font-family: 'Geometria', sans-serif !important;
}

.MsoNormal span{
	font-size: 16px !important;
	line-height: 26px !important;
	text-align: justify;
	font-family: 'Geometria', sans-serif !important;
}

aside#column-left {
	display: block !important;
}

div#simplecheckout_payment_form {
	display: none;
}

label.control-label.col-sm-4[for=payment_field20] {
	display: none !important;
}

.catimg {
	text-align: center;
}

.catname {
	text-align: center;
}


@media (max-width: 768px) {
	div#cart {
		width: 83%;
	}
	.navbar-header {
		position: absolute;
		top: -51px;
		right: 0;
	}
	#menu {
		min-height: 0;
		margin-bottom: 0;
	}
	.col-md-1.top-account {
		position: absolute;
		top: -21px;
	    right: 40%;
	    width: 12%;
	}
	

}
.headblock {
    padding-top: 20px;
}
.fixheader {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0px;
}
#wishlist-total {
    padding-right: 12px;
}
.product-thumb .stock_status {
    display: none;
}
.product-thumb .options-category {
    display: none;
}
.product-thumb .product_text_number {
    padding-top: 10px !important;
}
@media (max-width: 768px) {
.headblock {
    padding-top: 0px;
}
.logotip {
    margin-top: 0px;
}
.logotip img {
    margin: 0px auto;
    height: 50px;
}
#search {
    margin-bottom: 0px;
    margin-top: 0px;
}
#cart {
    margin-top: 10px;
}
#top .fa {
    font-size: 18px;
}
#form-language .fa {
    font-size: 14px;
    position: relative;
    top: 6px;
}
#form-language button{
    padding-top: 3px;
}
.fixheader .col-md-7 {
    display: none;
}
.fixheader #logo {
    margin-top: 10px;
    margin-bottom: 0px;
}
#cart .tovincart {
    overflow: scroll;
    height: 222px;
}
#cart .dropdown-menu {
    width: 340px;
    position: absolute;
    left: 0px;
}
.catlist {width:33%;float: left;}
.catname {height:40px}
}
@media (max-width: 500px) {
span.code-product {
    font-size: 10px;
}
.product_text_number {
    padding: 0px;
    font-size: 10px;
}
.product-layout {
    width: 50%;
}
.product-thumb .caption {
    height: 181px;
}
.product-thumb h4 {
    margin-top: 0px;
}
.product-thumb .caption a {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical;
    }
.catlist {width:50%;float: left;}
.catname {height:40px}
#column-left .list-group {display:none}
.breadcrumb {display:block;text-align:center}
}
@media (max-width: 400px) {
.product-thumb .caption {
        height: 175px;
    }
}

.simplecheckout .btn-primary {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    box-shadow: none;
    background: #ff0d4e;
}

.btn-primary:active:hover {background: #ff0d4e;}

.form-control:focus {
    border-color: #ff0d4e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(235, 21, 78, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(235, 21, 78, .6);
}

.checkout-heading-button a {color:#ff0d4e}

@media only screen and (max-width: 780px) {
    .simplecheckout-button-left {display: block!important;float: right!important;}
}

.header-messenger a {margin-top:-5px}
.header-messenger a img {width:15px;height:15px;margin-right:3px;margin-top:-5px}

@media only screen and (max-width: 780px) {
    .header-messenger a img {width:18px;height:18px;margin-top:-5px}
    .header-messenger span {display:none}
}

/*! footer */

.footer .list-unstyled li {
    margin-bottom:5px;
}
.contact-list li {
    margin-bottom:5px;
}
.contact-list li a {
    font-size: 1.2em;
}
.contact-list li a i {
    margin-right:5px;
}
.messengers img {
    height:25px;
    weight:25px;
    padding-right:10px;
    transition: transform .3s;
}
.messengers img:hover {
    transform: scale(1.1);
}
.payment-systems {
    text-align:center;
}
.payment-systems img {
    height:24px;
    weight:24px;
    padding-right:5px;
}
.menu-list li {
    margin-bottom:5px;
}

@media only screen and (max-width: 780px) {
    .footer-1 {text-align:center!important;margin-top:40px}
    .contact-menu-footer li {display:block;margin-bottom:5px;}
}

/* Ограничиваем высоту списка товаров в мини-корзине */
#cart .tovincart {
    max-height: 50vh; /* Максимальная высота, после которой появится скролл */
    overflow-y: auto;  /* Включаем вертикальную прокрутку */
    overflow-x: hidden; /* Убираем горизонтальную прокрутку на всякий случай */
}

/* Делаем выпадающее меню фиксированной ширины, чтобы таблица не прыгала */
#cart .dropdown-menu {
    min-width: 300px;
}

/* Настройка внешнего вида полосы прокрутки (опционально, для красоты в Chrome/Safari) */
#cart .tovincart::-webkit-scrollbar {
    width: 6px;
}
#cart .tovincart::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 3px;
}