html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background: url('../image/background1.png') #DAA3BD;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h1 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px;
	border: 2px ridge #e3bacd;
	box-shadow: 5px 5px 8px rgba(122, 122, 122, 0.5);
}

h2 {
	color: #A3195B;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	cursor: pointer;
	color: #A3195B;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	border: 1px solid #A3195B;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	border: 1px solid #A3195B;
	padding: 2px;
	background: none;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	border: 4px ridge #A3195B;
	padding: 5px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	background: white;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#column-left {
	float: left;
	width: 195px;
	box-shadow: 5px 5px 8px rgba(122, 122, 122, 0.5);
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #content {
	margin-left: 210px;
}

/* header */
#header {
	height: 250px;
	margin-bottom: 100px;
	padding-top: 40px;
	width: 100%;
	position: relative;
	background: rgb(163,25,91);
	background: url('../image/background2.png'), -moz-linear-gradient(top, rgba(163,25,91,1) 0%, rgba(29,29,27,1) 100%);
	background: url('../image/background2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,25,91,1)), color-stop(100%,rgba(29,29,27,1))); 
	background: url('../image/background2.png'), -webkit-linear-gradient(top, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); 
	background: url('../image/background2.png'), -o-linear-gradient(top, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); 
	background: url('../image/background2.png'), -ms-linear-gradient(top, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); 
	background: url('../image/background2.png'), linear-gradient(to bottom, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3195b', endColorstr='#1d1d1b',GradientType=0 );
}
#panel_border_bottom {
	height: 5px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgb(163,25,91);
	background: -moz-linear-gradient(top, rgba(163,25,91,1) 0%, rgba(29,29,27,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,25,91,1)), color-stop(100%,rgba(29,29,27,1))); 
	background: -webkit-linear-gradient(top, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); 
	background: -o-linear-gradient(top, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); 
	background: -ms-linear-gradient(top, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); 
	background: linear-gradient(to bottom, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3195b', endColorstr='#1d1d1b',GradientType=0 );
}
#header-top {
	height: 40px;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 3;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #1D1D1B;
	background: #a3195b;
	background: -moz-linear-gradient(top, #1d1d1b 0%, #a3195b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d1d1b), color-stop(100%,#a3195b));
	background: -webkit-linear-gradient(top, #1d1d1b 0%,#a3195b 100%);
	background: -o-linear-gradient(top, #1d1d1b 0%,#a3195b 100%);
	background: -ms-linear-gradient(top, #1d1d1b 0%,#a3195b 100%);
	background: linear-gradient(to bottom, #1d1d1b 0%,#a3195b 100%);
}
#header #logo {
	position: absolute;
	top: 33px;
	left: 15px;
}
#language {
	position: absolute;
	top: 59px;
	left: 360px;
	width: 108px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
	padding-left:5px;
}
#currency {
	width: 120px;
	position: absolute;
	top: 56px;
	left: 500px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: relative;
	float: right;
	z-index: 9;
	height: 40px;
}
#header #cart .heading {
	float: right;
	margin-right: 2px;
	margin-top: 5px;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('../image/icons.png') no-repeat 0 0;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
#header #cart .heading a span {
	margin-left:30px;
	line-height: 30px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 40px;
	right: 0px;
	width: 350px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
	z-index: 2;
	line-height: 1.2;
}
#header #cart .content a {
	color: #A3195B;
	text-decoration: none;
}
#header #cart.active .heading {
	font-weight:700;	
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info {
	overflow: auto;
	max-height: 500px;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: middle;
	padding: 0;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
	color: black;
}
#header #search {
	position: relative;
	float: right;
	margin-right: 20px;
	z-index: 7;
	margin-top: 7px;
}
.request-wrapper {
	width: 250px;
	background: none repeat scroll 0% 0% #FFF;
	display: inline-block;
	overflow: hidden;
}
.request-wrapper h1 {
	margin-bottom: 10px;
}
.request-wrapper p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.request-wrapper input,
.request-wrapper textarea {
	display: inline-block;
	width: 100%;
	padding: 0px;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
}
.request-wrapper textarea {
	min-height: 100px;
	text-align: left;
}
.request-wrapper #callback_result {
	width: 100%;
	height: 60px;
	color: green;
	font-size: 14px;
	font-weight: bold;
}
.request-wrapper #callback_result span {
	color: red;
}
.request-wrapper .submit_button {
	color: #A3195B;
	font-weight: bold;
	font-size: 18px;
	border: medium none;
	background: none repeat scroll 0% 0% transparent;
	margin: 0px;
	padding: 0px;
}
.request-wrapper .submit_button:hover {
	color: #E71D73 ;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#header #login,
#header #welcome {
	float:right;
}
#header #welcome a{
	font-size: 14px;
	color: #fff;
}
#header #welcome.links > a:first-child > div {
	background: url('../image/icons.png') no-repeat 0 -256px;
}
#header #welcome.links > a:last-child > div {
	background: url('../image/icons.png') no-repeat 0 -288px;
}
#header-menu,
#header .links {
	position: relative;
	font-size: 14px;
	padding-right: 10px;
	z-index:1;
	float: left;
}
#header .dropdown-menu > *,
#header .links > * {
	display: block;
	padding: 0px 5px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#header .links > * {
	float: left;
}
#header .dropdown-menu > a > div:first-child,
#header .links > * > div:first-child {
	margin-top: 5px;
	height: 30px;
	width: 30px;
	display: inline-block
}
#header .dropdown-menu > a > div:first-child {
	width: 38px;
}
#header-menu  a:first-child > div,
#header .links > a:first-child > div {
	background: url('../image/icons.png') no-repeat 0 -32px;
}
#header .contacts > div {
	background: url('../image/icons.png') no-repeat 0 -64px;
}
#header .links > .menu-item > div:first-child {
	background: url('../image/icons.png') no-repeat 0 -672px;
}
#header .catalogue > div{
	background: url('../image/icons.png') no-repeat 0 -832px;
}
#header .portfolio > div{
	background: url('../image/icons.png') no-repeat 0 -864px;
}
#header .excursion > div{
	background: url('../image/icons.png') no-repeat 0 -640px;
}
#header .delivery > div {
	background: url('../image/icons.png') no-repeat 0 -96px;
}
#header .payment > div {
	background: url('../image/icons.png') no-repeat 0 -128px;
}
#header .compare > div {
	background: url('../image/icons.png') no-repeat 0 -384px;
}
#header .wishlist > div {
	background: url('../image/icons.png') no-repeat 0 -480px;
}
#header .callback > div {
	background: url('../image/icons.png') no-repeat 0 -160px;
}
#header #login.links > a > div {
	background: url('../image/icons.png') no-repeat 0 -224px;
}
.menu-item span,
.dropdown-menu span,
#header .links > * > span {
	color: #fff;
	vertical-align: top;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	font-size:14px;
	display: inline-block;
}
.menu-item {
	cursor: pointer;
	position: relative;
}
#header-menu {
	padding-left: 10px;
	height: 40px;
	display: none;
}
.dropdown-menu {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	min-width: 200px;	
	border: 2px ridge #000;
	border-top: none;
}
#header .dropdown-menu a span {
	display: inline-block;
}
#header-dropdown a{
	width: 100%;
	height: 40px;
	display:block;
	border-top: 2px ridge #000;
}
#header-dropdown a div{
	width: 48px;
	height: 30px;
	display:inline-block;
	margin: 5px;
}
#header-dropdown b:hover{
	text-decoration: underline;
}
#header-menu img,
#header .links a img {
	display: inline-block;
	vertical-align: top;
	margin: 5px auto;
	height: 30px;
}
#breadcrumb .breadcrumb {
	max-width: 1200px;
	padding: 0;
	margin: -20px auto 10px;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb,
.breadcrumb a {
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.breadcrumb a {
	text-decoration: underline;
}
.breadcrumb a:hover,
.breadcrumb li:last-child a {
	text-decoration: none;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #A3195B;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #A3195B;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #A3195B;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 22px 0px 22px;
	background: none;
}

.cart > input{
    height: 30px;
	width: 30px;
    text-align: center;
    margin-right: 5px;
	padding: 0 6px;
	vertical-align: top;
}

#button-cart {
	position:relative;
}
a.button:hover, input.button:hover, #cart .checkout a:hover {
	color:#E71D73 !important;
}

.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 2px ridge #000;
	box-shadow: 5px 5px 8px rgba(122, 122, 122, 0.5);
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.htabs a {
	padding: 7px 15px 6px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin-right: 2px;
	display: table-cell;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: rgb(163,25,91);
	background: -moz-linear-gradient(left, rgba(163,25,91,1) 0%, rgba(231,29,115,1) 50%, rgba(163,25,91,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(163,25,91,1)), color-stop(50%,rgba(231,29,115,1)), color-stop(100%,rgba(163,25,91,1)));
	background: -webkit-linear-gradient(left, rgba(163,25,91,1) 0%,rgba(231,29,115,1) 50%,rgba(163,25,91,1) 100%);
	background: -o-linear-gradient(left, rgba(163,25,91,1) 0%,rgba(231,29,115,1) 50%,rgba(163,25,91,1) 100%);
	background: -ms-linear-gradient(left, rgba(163,25,91,1) 0%,rgba(231,29,115,1) 50%,rgba(163,25,91,1) 100%);
	background: linear-gradient(to right, rgba(163,25,91,1) 0%,rgba(231,29,115,1) 50%,rgba(163,25,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3195b', endColorstr='#a3195b',GradientType=1 );
}
.tab-content {
	padding-top: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: hidden;
}
/* box */

.box-heading {
	height: 30px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	border: 2px ridge #e3bacd;
}
#filterpro_box + script +.category-module  .top-heading {
	display: none;
}
#content .box .box-heading {
	box-shadow: 5px 5px 8px rgba(122, 122, 122, 0.5);
	margin-bottom: 20px;
}
.box-heading a {
	color: white;
}
#show_filter {
	float:right;
	width:30px;
	height:30px;
	background: url('../image/filter-icons.png') no-repeat;
	background-position: 2px -40px;
}
.category_switch {
	display: none;
	float:right;
	width:35px;
	height:30px;
	background: url('../image/down.png') no-repeat center;
}
.category_switch.opened {
	display: none;
	background: url('../image/up.png') no-repeat center;
}
.box .box-content {
	position: relative;
}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.pricelists {
	margin-left: 20px;
	display: inline-block;
}
.pricelists a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	background: url('../image/pricelist1.png') no-repeat;
	padding-left: 40px;
	line-height: 30px;
}
.pricelists a:hover {
	color: #E71D73;
}
.category-info {
	line-height: 1.4;
	font-size: 14px;
	max-height: 170px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.5s;
	margin-bottom: 10px;
	text-align: justify;
	padding: 0px 20px;
}
.description-mask {
	background: url('../image/description_toggle.png') repeat-x scroll center bottom transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
}
.description-toggle{
	color: #A3195B;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	padding-right: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}
.description-toggle:hover{
	color: #E71D73;
}
.auto-height {
	max-height: 1000px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	z-index: 1;
	position: relative;
}

/*catalog*/
.catalog {
	text-align: justify;
	padding: 0 10px;
}
.catalog > div{
	width: 210px;
	display: inline-block;
	margin-bottom: 25px;
	vertical-align: top;
}
.catalog .blank{
	width: 210px;
}
.catalog > div > a{
	text-align: center;
	width: 100%;
	display: inline-block;
}
.catalog span{
	display: block;
	font-size: 14px;
	min-height: 32px;
	font-weight: bold;
}
.catalog .pricelists{
	margin: 0;
}
.catalog .pricelists a{
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: normal;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #A3195B;
	padding: 5px;
	overflow: auto;
	margin-bottom:25px;
}

.product-filter .sort {
	float: right;
	color: #333;
	padding-top: 2px;
}
.product-filter .limit {
	display: none;
}

.box-product,
.product-grid {
	position: relative;
	text-align: justify;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-grid {
	padding: 0 10px;
	list-style: none;
}
.product-item {
	width: 190px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 25px;
	position: relative;
	padding: 10px;
	border-radius: 6px;
	transition: box-shadow 0.5s;
	-webkit-box-shadow: 0 0 8px #DAA3BD;
	box-shadow: 0 0 8px #DAA3BD;
	text-align: left;
}
.carousel .product-item {
	margin: 6px auto;
}
.product-item:hover {
	-webkit-box-shadow: 0 0 8px #A3195B ;
	box-shadow: 0 0 8px #A3195B ;
}
.box-product .blank,
.product-grid .blank {
	margin-bottom: 0;
	padding: 0 10px;
	width: 190px;
	display: inline-block;
}
.product-item .item-info{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F7E7EF;
}

.product-item .image {
	display: block;
	position: relative;
	background: url(../image/product_loader.gif) center center no-repeat;
	height:190px;
}
.image .new_label {
	position: absolute;
	top: -10px;
	right: -10px;
}
#tab-related .box-product .image,
#tab-viewed .box-product .image {
	height: auto;
	background: none;
}
.product-item .name{
	color: #A3195B;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 10px 0;
	height: 30px;
	text-align: left;
	overflow: hidden;
}
.product-item .name:hover {
	text-decoration: underline;
}
.product-item .rating {
	margin-bottom: 4px;
	float: right;
}
.product-item .rating img{
	width: auto;
}
.product-item .price {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	color: #333333;
	background: rgb(29,29,27); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(29,29,27,1) 0%, rgba(163,25,91,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(29,29,27,1)), color-stop(100%,rgba(163,25,91,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(29,29,27,1) 0%,rgba(163,25,91,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(29,29,27,1) 0%,rgba(163,25,91,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(29,29,27,1) 0%,rgba(163,25,91,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(29,29,27,1) 0%,rgba(163,25,91,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1b', endColorstr='#a3195b',GradientType=1 ); /* IE6-9 */
	height: 30px;
}
.product-item .price-old {
	color: #DAA3BD;
	text-decoration: line-through;
}
.product-item.price-new {
	font-weight: bold;
}
.product-item .description {
	display: none;
}
.price1,
.price3 {
	margin: 0px;
	height: 0px;
	width: 0px;
	display: inline-block;
}

.price1 {
	border: 15px solid transparent;
	border-left: 10px solid white;
}

.price2 {
	font-family: "ruble", arial;
	line-height: 30px;
	height: 30px;
	margin: 0px -4px 0px -15px;
	vertical-align: top;
	display: inline-block;
	color: white;
	font-weight: bold;
}

.price3 {
	border: 15px solid transparent;
	border-right: none;
	border-left: 10px solid #a3195b;
	position: absolute;
	top: 0;
	right: -10px;
}
.stock_yes,
.stock_no {
	font-weight: bold;
	margin: 0;
	color: green;
	display: inline-block;
}
.stock_no {
	color: red;
}
.product-item .cart,
.product-item .wishlist {
	display: block;
	padding-left: 50px;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	background: url('../image/icons.png') 5px -512px no-repeat;
	font-size: 14px;
}
.product-item .wishlist:hover {
	background: url('../image/icons.png')  5px -544px no-repeat;
	color: #E71D73;
}
.product-item .cart {
	margin: 10px 0;
	background: url('../image/icons.png') 0 -320px no-repeat;
}
.product-item .cart:hover {
	background: url('../image/icons.png') 0 -352px no-repeat;
	color: #E71D73;
}
/* Product */
.product-info {
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
	max-width: 530px;
}
.product-info > .left + .right {
	display: inline-block;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image a img {
	width: 100%;
}
.product-info .image-additional {
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 2px solid transparent;
	max-width: 80px;
	transition: border 1s;
}
.product-info .image-additional .active img{
	border: 2px solid #A3195B;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	font-size: 13px;
	font-weight: bold;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}

.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart input{
	text-align: center;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	padding-bottom: 3px;
	padding-top: 8px;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #A3195B;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
#content .contact-info .content .left {
	float: left;
	width: 40%;
	font-size: 16px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .contact-info .content .right {
	float: left;
	width: 58%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/*information*/
.information-content {
	font-size: 14px;
	line-height: 1.4;
	padding: 0 10px;
}
.information-content a {
	font-size: 14px;
	text-decoration: underline;
}
.information-content a:hover {
	text-decoration: none;
}
.information-content .portfolio-list {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}

.information-content .portfolio-list p {
	margin: 0 0 10px;
}
.information-content .portfolio-list li  > div,
.information-content .portfolio-list a.colorbox {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.information-content .portfolio-list > a.colorbox {
	max-width: 400px;
}
.information-content .portfolio-list li  > div {
	margin-left: 20px;
}
.information-content .portfolio-list li  > div a {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.information-content .portfolio-list img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.information-content .portfolio-list .columns {
	margin: 0;
	max-width: initial;
	overflow: hidden;
}
.portfolio-list .columns a {
	display: inline-block;
	width: 49%;
}
/* footer */ 
#footer {
	position:relative;
	clear: both;
	overflow: auto;
	min-height: 100px;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: rgb(163,25,91); /* Old browsers */
	background: url('../image/background2.png'), -moz-linear-gradient(top, rgba(163,25,91,1) 0%, rgba(29,29,27,1) 100%); /* FF3.6+ */
	background: url('../image/background2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,25,91,1)), color-stop(100%,rgba(29,29,27,1))); /* Chrome,Safari4+ */
	background: url('../image/background2.png'), -webkit-linear-gradient(top, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('../image/background2.png'), -o-linear-gradient(top, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); /* Opera 11.10+ */
	background: url('../image/background2.png'), -ms-linear-gradient(top, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); /* IE10+ */
	background: url('../image/background2.png'), linear-gradient(to bottom, rgba(163,25,91,1) 0%,rgba(29,29,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3195b', endColorstr='#1d1d1b',GradientType=0 ); /* IE6-9 */
}
#footer h3 {
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 250px;
	min-height: 100px;
}
#footer .column:first-child {
	width: 200px;
	margin-right: 50px;
	text-align: center;
}
#footer .column:first-child a {
	font-size: 16px;
	text-decoration: underline;
}
#footer .column:first-child a:hover {
	text-decoration: none;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 7px;
	color: #fff;
}
#footer .column a {
	text-decoration: none;
	color: #fff;
	padding: 5px 0;
	display: block;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}


.flexslider {
    margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	display: block;	
	position: relative;
	z-index: 2;	
}
#logo_banner {
	width: 205px;
	height: 320px;
	position: absolute;
	z-index: 1;
	top: -2px;
	background: url('../image/logo_panel.png') no-repeat;
}
#logo_banner div {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	position: absolute;
	bottom: 20px;
	left: 2px;
	font-family: "Marck Script";
}
#logo_banner div span {
	display: block;
}
#logo_banner div a {
	display: block;
	color: #fff;
	font-size: 24px;
}
#logo_banner img{
	width: 195px;
	top: 30px;
	left: 5px;
	position: relative;
}
#content-image {
	padding-left: 196px;
}
#content-image  img {
	display: block;
	max-width: 1000px;
	width: 100%;
	max-width: 1004px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px ridge;
}
#content .category-module .box-heading {
	margin: 0;
}
#content  .box-category > ul > li > a {
	float: left;
	width: 33.3%;
}
#content .category-module .box-content + .box-heading {
	display: none;
}
/* Columns */
.box-category > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.box-category  ul  ul {
	display: none;
	margin: 0;
	background: #fff;
	padding: 10px 20px;
	color: #A3195B;
	list-style: square;
}
.box-category  .active + ul {
	display: block;
}
.box-category > ul > li:nth-child(2) > a:before,
.box-category > ul > li:nth-child(3) > a:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}
.box-category >ul > li:nth-child(2) > a::before {
	background: url('../image/icons.png') no-repeat 0 -800px;
}
.box-category >ul > li:nth-child(3) > a::before{
	background: url('../image/florist_label_small.png') no-repeat;
}
.box-category > ul > li > a{
	position: relative;
    padding: 7px 20px 7px 7px;
    border: 2px ridge #e3bacd;
    display: block;
    width: auto;
    height: auto;
    color: white;
	text-decoration: none;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.box-category .parent span {
	display: none;
	position: absolute;
	right: 5px;
	width: 15px;
	height: 30px;
	top: 0px;
	background: transparent url("../image/list.png") no-repeat 0 center;
}
.box-category .active span {
	background-position: -15px center;
}
.box-category ul ul a {
	display: block;
	padding: 6px 5px;
	color: #000;
}
.box-category ul ul .active {
	color: #A3195B;
	font-weight: bold;
}
#column-left .box {
    margin-bottom: 0px;
    background: linear-gradient(90deg, #EDEDED -20%, #FFF, #EDEDED 120%) repeat scroll 0% 0% transparent;
	background: #ededed;
	background: -moz-linear-gradient(left, #ededed -20%, #ffffff, #ededed 120%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(-20%,#ededed), color-stop(#ffffff), color-stop(120%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ededed -20%,#ffffff,#ededed 120%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ededed -20%, #ffffff, #ededed 120%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ededed -20%, #ffffff, #ededed 120%); /* IE10+ */
	background: linear-gradient(to right, #ededed -20%, #ffffff, #ededed 120%); /* W3C */
	overflow: hidden;
}
/* End columns 
*******************/

#content .box {
	margin: 0 0 20px;
}
/*instagram*/
.instagram ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.instagram img {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}
/* notify */
.ui-pnotify {
top: 40px;
right:0;
position:absolute;
height:auto;
z-index: 5;
background: white;
border: 2px ridge;
}

html > body .ui-pnotify {
position:fixed;
max-width:320px;
}

.ui-pnotify .ui-pnotify-shadow {
box-shadow:none;
}

.ui-pnotify-container {
background-position:0 0;
height:100%;
margin:0;
padding:12px 14px 14px;
}

.ui-pnotify-sharp {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}

.ui-pnotify-closer,.ui-pnotify-sticker {
float:right;
margin-left:.2em;
}

.ui-pnotify-closer {
width:20px;
height:20px;
background:url(noti-close.png) no-repeat;
}

.ui-pnotify-title {
display:block;
font-size:15px;
padding-top:2px;
margin: 0 0 0 5px;
}

.ui-pnotify-text {
display:block;
line-height:1.3;
padding-top:4px;
}

.ui-pnotify-icon,.ui-pnotify-icon span {
display:block;
float:left;
margin-right:.2em;
width:20px;
height:20px;
}

.ui-pnotify-icon {
background:url(noti-ok.png) no-repeat;
}

.ui-pnotify-history-container {
position:absolute;
top:0;
right:18px;
width:70px;
border-top:none;
-webkit-border-top-left-radius:0;
-moz-border-top-left-radius:0;
border-top-left-radius:0;
-webkit-border-top-right-radius:0;
-moz-border-top-right-radius:0;
border-top-right-radius:0;
z-index:10000;
padding:0;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
padding:2px;
}

.ui-pnotify-history-container button {
	cursor:pointer;
	display:block;
	width:100%;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display:block;
	margin:0 auto;
}
/* End notify
*******************************/
/* Special
*******************************/
.hidden {
	display: none;
}

.news_grid {
	padding: 0;
	text-align: justify;
}
.news_grid div {
	width: 370px;
	max-width: 370px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 30px;
	vertical-align: top;
}
.news_grid div:last-child {
	margin-bottom: 0;
}
.news_grid div a{
	display: inline-block;
	text-align: left;
	font-size: 14px;
	color: #000;
}
.news_grid div p {
	margin: 0;
}
.news_grid div img {
	width: 100%;
	margin-bottom: 10px;
}
/* Owl Carousel */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  text-align: center;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-controls{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent
}

.owl-controls .owl-nav [class*=owl-]{
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}

.owl-controls .owl-nav [class*=owl-]:hover{
	background:#869791;
	color:#fff;
	text-decoration:none
}

.owl-controls .owl-nav .disabled{
	opacity:.5;
	cursor:default
}

.owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline
}

.owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}

.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span{
	background:#869791
}

/*filterpro*/
.price-filter {
	display: none;
}

/*gradients*/
h1,
.htabs a,
.box .box-heading,
.box-heading,
.box-category > ul > li  > a:hover,
.box-category > ul > li  > .active {
	background: #A3195B; /* Old browsers */
	background: -moz-linear-gradient(left, #1D1D1B 0%, #A3195B 50%, #1D1D1B 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1D1D1B), color-stop(50%,#A3195B), color-stop(100%,#1D1D1B));
	background: -webkit-linear-gradient(left, #1D1D1B 0%, #A3195B 50%, #1D1D1B 100%);
	background: -o-linear-gradient(left, #1D1D1B 0%, #A3195B 50%, #1D1D1B 100%);
	background: -ms-linear-gradient(left, #1D1D1B 0%, #A3195B 50%, #1D1D1B 100%);
	background: linear-gradient(to right, #1D1D1B 0%, #A3195B 50%, #1D1D1B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1b', endColorstr='#a3195b',GradientType=1 );
}
.box-category  {
	background: rgb(163,25,91);
	background: -moz-linear-gradient(left, rgba(163,25,91,1) 0%, rgba(231,29,115,1) 50%, rgba(163,25,91,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(163,25,91,1)), color-stop(50%,rgba(231,29,115,1)), color-stop(100%,rgba(163,25,91,1))); 
	background: -webkit-linear-gradient(left, rgba(163,25,91,1) 0%,rgba(231,29,115,1) 50%,rgba(163,25,91,1) 100%);
	background: -o-linear-gradient(left, rgba(163,25,91,1) 0%,rgba(231,29,115,1) 50%,rgba(163,25,91,1) 100%);
	background: -ms-linear-gradient(left, rgba(163,25,91,1) 0%,rgba(231,29,115,1) 50%,rgba(163,25,91,1) 100%);
	background: linear-gradient(to right, rgba(163,25,91,1) 0%,rgba(231,29,115,1) 50%,rgba(163,25,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3195b', endColorstr='#a3195b',GradientType=1 );
}
.dropdown-menu a:hover,
.menu-item:hover,
#header .links a:hover {
	background: #A3195B; /* Old browsers */
	background: -moz-linear-gradient(left, #A3195B 0%, #E71D73 50%, #A3195B 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#A3195B), color-stop(50%,#E71D73), color-stop(100%,#A3195B));
	background: -webkit-linear-gradient(left, #A3195B 0%, #E71D73 50%, #A3195B 100%);
	background: -o-linear-gradient(left, #A3195B 0%, #E71D73 50%, #A3195B 100%);
	background: -ms-linear-gradient(left, #A3195B 0%, #E71D73 50%, #A3195B 100%);
	background: linear-gradient(to right, #A3195B 0%, #E71D73 50%, #A3195B 100%);
}
.dropdown-menu {
	background: #a3195b; /* Old browsers */
	background: -moz-linear-gradient(bottom, #1d1d1b 0%, #a3195b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#1d1d1b), color-stop(100%,#a3195b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, #1d1d1b 0%,#a3195b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, #1d1d1b 0%,#a3195b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, #1d1d1b 0%,#a3195b 100%); /* IE10+ */
	background: linear-gradient(to top, #1d1d1b 0%,#a3195b 100%); /* W3C */
}

.category-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	padding: 0;
	margin-bottom: 40px;
	list-style: none;
}
.category-list a {
	display: block;
	text-align: center;
}
.category-list span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.img-responsive {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.simplecheckout-methods-table tr:not(.active) .ll_open_map {
  display: none;
}

#warning-block {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 6px 10px;
	background: #fff;
	font-size: 14px;
	z-index: 999;
	border-top: 2px solid #A3195B;
}
/*Responsive
*************************************************/

@media only screen and (max-width:1220px) {
#header .links * >span {
	display: none;
}
h1 .product-filter .sort b{
    display: none;
}
.news_grid  > div{
	width: 31%;
}
}
@media only screen and (max-width:1020px) {
.product-info > .left + .right {
	max-width: 400px;
}
.flexslider {
	width: 100%;
	text-align: center;
	border: none;
}
#content-image {
	display: none;
}

.flexslider #logo_banner {
	display: inline-block;
	position: relative;
}
}
@media only screen and (max-width:980px) {
.news_grid  > div{
	width: 46%;
}
.portfolio-list .columns a {
	display: block;
	width: auto;
}
}
@media only screen and (max-width:840px) {
#header-menu {
	display: inline-block;
}
#welcome,
#top-links {
	display: none;
}
.mini-cart-info {
	max-height: 150px;	
}
#content .box-category > ul > li > a {
    width: 50%;
}
.category-list {
	grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width:800px) {
#content .quickview_label {
	display: none !important;
}
}
@media only screen and (max-width:650px) {
.news_grid {
	text-align: center;
}
.news_grid > div{
	width: auto;
}
}
@media only screen and (max-width:600px) {
#content .category_switch {
	display: block
}
#content .category-module .box-content{
	display: none;
}
#content .box-category > ul > li > a {
    float: none;
	width: auto;
}
}
@media only screen and (max-width:520px) {
#header-menu > span {
	display: none;
}
}
@media only screen and (max-width:470px) {
#filterpro_box .category_switch.opened + .clear_filter,
#column-left .category_switch {
	display: block;
}
.category-module .box-content + .box-heading,
#filterpro_box .category_switch + .clear_filter {
	display: none;
}
#column-left{
	float: none;
	width: 100%;
}
#column-left .box .box-content{
	display: none
}
#header .search-toggle {
	position: relative;
	display: block;
	float: right;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
#header .search-toggle::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	background: url('../image/icons.png') no-repeat 0 -192px;
}
#header #search {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	border-bottom: 1px solid #1D1D1B;
	background: #a3195b;
	background: -webkit-linear-gradient(top,  #a3195b 0%,#1d1d1b 100%);
	background: linear-gradient(to bottom,  #a3195b 0%,#1d1d1b 100%);
}
#header #search input {
	width: 100%;
	height: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header .button-search {
	left: 10px;
}
#header #cart .content {
	width: 250px;
}
#column-left + #content {
	margin-left: 0px;
}
.box-product,
.product-grid {
	text-align: center;
}
}
@media only screen and (min-width:471px) {
#search {
	display: block !important;
}
.menu-item:hover > .dropdown-menu {
    display: block !important;
}
}