body {
	background: rgba(0, 0, 0, 0) url("../image/bghair.jpg") repeat scroll 0 50%;
	font-family: 'Kaushan Script', cursive !important;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* fashion font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap fashions */
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: #6D0C4D;
}
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;
}
/* 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 !important;
	background-color: #6d0c4d;
}
/* top */
#top {
	/* background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px; */
}
#top .top .wel a{color:#6D0C4D;}
#top .top li a{color:#666;}
#top .top li a:hover{color:#6D0C4D;}
#top .top .wel{vertical-align:top;padding-top:1px;}
#top .top ul{margin:0;}
#top {
  background: #284de0 none repeat scroll 0 0;
	padding: 4px;
}
#top #form-currency .currency-select {
	text-align: left;
}
#top #form-currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #6d0c4d;
}
#top .btn-link, #top-links li, #top-links a {
	color: #6D0C4D;
	font-size: 14px;
	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;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 16px 0 10px;
}
@media (max-width:767px){
	#logo img {
    width: 100%;
	}
	#logo {
    margin: 5px 0;
	}
}
/* search */
#search {
	background: #fff none repeat scroll 0 0;
	margin:-17px 10px 20px;
}
#search .fa{
	color: #54044a;
  font-size: 18px;
}
#search .input-lg {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
		color: #bbbbbb;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    line-height: 18px;
    text-shadow: 0 1px 0 #fff;
}
/* cart */
#cart {
	margin: 22px 0;
}
#cart .fa{
	font-size:24px;
}
#cart > .btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #fff;
    font-size: 24px;
    padding: 0;
}
#cart.open > .btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #6D0C4D, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a; */
	min-height: 40px;
	margin:0px;
}
@media (max-width:767px){
	#menu{
		margin:5px 0;
	}
	#cart {
		margin: 5px 0;
	}
}

@media (min-width:768px){
	#menu .nav > li > a{
		font-size: 12px;
		padding: 31px 8px;
	}
}
@media (min-width:980px){
	#menu .nav > li > a{
		font-size: 14px;
		padding: 31px 15px;
	}
}
#menu .nav > li > a {
	font-size: 17px;
	background-color: transparent;
    color: #fff;
    text-shadow: none;
	padding: 31px 15px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color:#6D0C4D;
}
#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: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	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, #6D0C4D, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	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: #6D0C4D;
	background-image: linear-gradient(to bottom, #6D0C4D, #6D0C4D);
	background-repeat: repeat-x;
	border-color: #6D0C4D;
}
#menu .btn-navbar:hover{
	background:#222!important;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		border: 1px solid #fff;
	}
	#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: #fff;
	}
	#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: #fff;
	}
	/* #menu #category{
		color:#6d0c4d;
	} */
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 30px 0px 0;
	background:#373737;
	color: #e2e2e2;
}
.footerlogo{
	margin:-10px 0 5px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
footer .list-unstyled > li {
	line-height: 30px;
}
footer .fa {
    color: #6d0c4d ;
    font-size: 18px;
    width: 20px;
}
footer .powered {
    color: #c0c0c0;
    font-size: 14px;
    padding: 30px 0 16px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	background: #284de0 none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
    padding: 20px 0;
}
.breadcrumb a {
    color: #000;
    font-size: 14px;
    text-shadow: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:first-child {
	padding: 0 0 0 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 0 0 0px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '>>';
	padding: 0 5px;
	color: #000;
	text-shadow:none;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	/*border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
}
.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-fashion {
	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: #6D0C4D;
	border-color:#6D0C4D;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #6D0C4D;
	border-color:#6D0C4D;
}
.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: #6D0C4D;
	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 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.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: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
/* .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; */
}
.product-list .product-thumb .caption {
	text-align:left;
	min-height:100px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	/* min-height: 210px;
	padding: 0 10px; */
}
}
@media (max-width: 767px) {
.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;
}
.rel .product-thumb .rating {
	padding-bottom: 0px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #F4D000;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.inner_main .product-thumb .price-old {
    display: none;
}
.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;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	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%;
	}
}
.thumbnail{
	border-radius:0px;
	padding:0px;
}
.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%;
}
#additionalimage img:hover,#additionalimage img:focus {
	border:1px solid #6d0c4d ;
}
#additionalimage img {
	border: 1px solid #ddd;
    border-radius: 50%;
    display: block;
    margin-bottom: 0px;
    padding: 0px;
}
.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;
}

/* 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;
}
/*header .header_inner {*/
header {
    background: rgba(0, 0, 0, 0) url("../image/menu_bg.png") repeat scroll 0 0;
}
@media (max-width:767px){
	header {
    background: linear-gradient(to bottom, #6f6b6b 10%, #161515 95%);
	}
}
.swiper-viewport {
    border:none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin:0 !important;
}
#content .heading_main {
    background: rgba(0, 0, 0, 0) url("../image/menu_bg.png") repeat scroll 0 0;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
#slideshow0.owl-carousel{
	margin-bottom:0px;
}
#content .inner_main {
  background: #fff none repeat scroll 0 0;
  padding: 18px 15px;
}
.inner_main .product_inner {
  border: 1px solid #e4e4e4;
	padding: 20px 0;
}
.product_inner .caption .description {
    display: none;
}
.product_inner .caption h4 {
    color: #ff00df;
    float: left;
    font-size: 14px;
    margin: 0;
    width:60%;
    text-align:left;
    line-height:20px;
}
.product_inner .caption h4 a{
    color: #fff;
		text-transform: uppercase;
}
.product_inner .price {
    color: #fff;
    float: right;
    font-size: 16px;
    margin: 0;
	font-weight: 600;
}
.product_inner .caption {
	background: rgba(51, 51, 51, 0.8) none repeat scroll 0 0;
    margin-top: -48px;
    min-height:55px;
    padding: 10px 10px;
    position: relative;
}
.product_inner .product_button {
    /* display:block;
		position:absolute;
		text-align: center;
		top:43%;
		width:100%; */
}
.product_inner .product_button > button + button{margin-left:10px;}
.product_inner .product_button > button {
    background: #6D0C4D none repeat scroll 0 0;
		border: medium none;
    border-radius: 10px;
    box-shadow:none;
    color: #fff;
    font-size: 14px;
		margin:0px;
    padding: 10px 15px;
    text-shadow: 0 0 0 #6D0C4D;
    text-transform: uppercase;
}
.product_inner .product-thumb {
    border: medium none;
		position: relative;
}
.hover_effect {
    background: rgba(178, 178, 178, 0.6) none repeat scroll 0 0;
    border: 3px solid #6D0C4D;
		display:none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
		transition: all 1.2s ease-in-out 0s; 
}
.product_inner .product-thumb .image:hover .hover_effect{
	display:block;
}
/*.product_inner .product-thumb .image:hover .caption{
	display:none;
}*/
.col-md-20{
	float: left;
    margin: 0 5px;
    width: 19.098%;
}
.product_button{
	 opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(-175px);
		transition: all 1.2s ease-in-out 0s;
}
.product-list .product-thumb .image:hover .product_button{
	width:auto;
	margin-top:20px;
}
.product-thumb .image:hover .product_button{
	 opacity: 1;
	-webkit-transform:translateY(150px);-moz-transform:translateY(150px);-o-transform:translateY(150px);-ms-transform:translateY(150px);transform:translateY(150px);
	width:100%;
	margin:0 auto;
	text-align:center;
}
.home_heading{
	background: rgba(0, 0, 0, 0) url("../image/menu_bg.png") repeat scroll 0 0;
	text-align:center;
	padding:12px 0 0;
}
@media (max-width:768px){
	header .header_inner {
    /* IE10+ */ 
background-image: -ms-linear-gradient(top, #6F6B6B 10%, #161515 95%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #6F6B6B 10%, #161515 95%);

/* Opera */ 
background-image: -o-linear-gradient(top, #6F6B6B 10%, #161515 95%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10, #6F6B6B), color-stop(95, #161515));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #6F6B6B 10%, #161515 95%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #6F6B6B 10%, #161515 95%);
	}
	.home_heading{
		/* IE10+ */ 
background-image: -ms-linear-gradient(top, #6F6B6B 10%, #161515 95%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #6F6B6B 10%, #161515 95%);

/* Opera */ 
background-image: -o-linear-gradient(top, #6F6B6B 10%, #161515 95%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10, #6F6B6B), color-stop(95, #161515));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #6F6B6B 10%, #161515 95%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #6F6B6B 10%, #161515 95%);
	}
}
.home_heading .nav-tabs > li{
	display:inline-block;
	float:none;
}
.home_heading .nav-tabs{
	/* margin:0px; */
}
.home_heading .nav-tabs > li > a{
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	border-radius:0;
	padding:12px 30px;
	border:none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	background: #6D0C4D none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
}
.review_product .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	background: #6D0C4D none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
}
.review_product .nav-tabs > li > a {
    background: #3c3c3c none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    margin-right: 5px;
    padding: 14px 34px;
    text-transform: uppercase;
}
.home_heading .nav > li > a:focus, .home_heading .nav > li > a:hover{
	background:#6D0C4D;
	color:#fff;
	border:none;
}
.home_heading .nav-tabs{
	border:none;
}
.white.tab-content{
	padding-top:50px;
}
.white{
	background:#fff;
}
.tab-content .caption {
	background: rgba(51, 51, 51, 0.8) none repeat scroll 0 0;
    margin-top: -48px;
    min-height:55px;
    padding: 10px 10px;
    position: relative;
}
.tab-content .caption h4 {
  color: #ff00df;
  float: left;
	text-transform:uppercase;
  font-size: 14px;
  margin: 0;
}
.tab-content .price {
  color: #fff;
  float: right;
  font-size: 16px;
	text-transform:uppercase;
  margin: 0;
}
#content .product_main {
    background: #fff none repeat scroll 0 0;
		padding-bottom: 100px;
		padding-top: 20px;
}
.rel {
    border: 1px solid #ddd;
		margin-top: 40px;
}
.rel h3 {
    background: #3c3c3c none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    margin: 5px 0 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.rel .image {
    border: 1px solid #ddd;
    float: left;
		margin-right: 10px;
}
.rel .caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		height: auto;
    margin: 0;
		padding: 0;
		text-align: left;
}
.rel .caption h4 a {
  color: #000000;
    display: block;
    font-size: 16px;
}
.rel .caption h4 {
    font-weight:normal;
		float: none;
		margin: 0;
}
.rel .price {
  color: #000;
    float: none;
		font-size: 16px;
		margin: 0;
    padding: 5px 0
}
.rel .price-old {
    color: #ff0000;
    font-size: 12px;
		margin: 0;
}
.rel .price-new {
    font-size: 16px;
		font-weight:normal;
}
.rel .caption > button {
  background: #353535 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 10px;
    margin: 5px 0;
    padding: 2px 5px;
    text-transform: uppercase;
}
.rel .caption > button:hover{
	background:#6D0C4D;
}
.rel .product-thumb.transition {
    border: medium none;
}
.review_product {
    border: 1px solid #ddd;
		margin-top: 40px;
    padding: 10px;
}
.review_product .nav.nav-tabs {
    border: medium none;
}
.product_main h1 {
    color: #282828;
    font-size: 22px;
    margin: 0;
}
.rating > p {
    margin: 15px 0 30px;
}
.rating p a {
    color: #3f3b3b;
    font-size: 14px;
    padding: 0 10px;
}
.product_main .list-unstyled h2 {
    display: inline-block;
		margin: 0;
}
.product_main .price_stock {
    border-bottom: 1px solid #fdd5e9;
}
.price_stock p {
    margin: 15px 0 0;
    text-transform: uppercase;
}
.product_buttons button {
		background:#000;
    border-radius: 0;
    font-size: 22px;
    margin-right: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.product_buttons button:last-child { margin-right:0px;}
.product_buttons button:first-child {
		background:#6D0C4D;
    padding: 10px 40px;
}
.product_buttons button .fa {
    font-size: 24px;
		color:#fff;
}
.product_buttons button .fa.fa-heart {
    color: #284de0;
}
.rating .addthis_toolbox a {
    float: left;
    padding: 0 10px;
}
.rating .addthis_toolbox{
    float:right;
}
.des p {
    color: #262626;
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
}
.minus {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #898b8e;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
}
.qty_p .form-control {
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #898b8e;
    display: inline-block;
    height: 42px;
    padding: 4px 10px;
    text-align: center;
    width: auto;
}
.add {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #898b8e;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
}
.qty_p label {
    color: #000;
    font-size: 18px;
    margin-right: 20px;
}
.qty_p {
    margin: 32px 0 45px;
}
.category_page {
    background: #fff none repeat scroll 0 0;
		padding: 45px 0;
}
/* sort */
.sort_buttons .btn.btn-fashion {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #000000;
    height: 30px;
    margin-right: 10px;
    padding: 8px 12px;
}
.sort_buttons .btn.btn-fashion {
    background: #f5f5f5 none repeat scroll 0 0;
}
.sort{padding:0px;}
.sort label {
    color: #3b3737;
    display: inline-block;
    font-size: 15px;
    margin: 0px;
	padding-top:5px;
}
.sort .form-control{
    border-radius: 0;
    display: inline-block;
    height: 30px;
    width: auto;
}
/* sort */

.categorbox .box-heading1 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #5b5757 0%, #474545 35%, #3f3e3e 61%, #353434 100%) repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    text-transform: uppercase;
}
.categorbox .treeview li:first-child {
    padding-top: 10px;
}
.categorbox .treeview li:last-child{
    border:none;
		padding-bottom: 20px;
}
.categorbox .treeview li{
	  border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		padding: 7px 0;
}
.categorbox .treeview-list li > a {
    padding: 0;
}
.categorbox .treeview-list, .treeview-list ul{
	background: #f2f5f8 none repeat scroll 0 0;
}
.inner_pages #banner0 .item {
    margin: 40px 0;
}
.inner_pages .inner_main .product_inner {
    border: medium none;
    padding: 0;
}
.inner_pages .inner_main .product_inner .product-thumb {
    border: 1px solid #ddd;
}
.inner_pages #content .inner_main {
    padding: 0;
}
.padding_0{
	padding:0;
}
/* product-list */
.product-list .caption h4 {
    float: none;
    text-align: left;
}
.product-list .price {
    color: #000;
    float: left;
}
.product-list .image > a {
    float: left;
	margin-right:10px;
}
.product-list .hover_effect{
    display:none;
}
.product-list .caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    margin: 0;
    position: relative;
}
.product-list .price {
    color: #000;
    display: block;
    float: none;
}
.product-list .product_button {
    left: 0px;
    margin-top: 20px;
    opacity: 1;
    position: relative;
    transform: none;
    transition: none 0s ease 0s ;
    width: auto;
	float:left;
	padding:0px;
}
@media (max-width:767px){
	.swiper-slide{
		width:100% !important;
	}
	.product-list .image > a {
			float: none;
	}
	.product-list .product_button {
    left: 0px;
		margin: 20px 0;
	}
}
.product-list .product-thumb .image:hover .hover_effect{
	display:none;
}
.product-list .product-thumb .image:hover .caption{
	display:block;
}
.product-list .product-thumb .image:hover .product_button{
	transform:none;
}
.product-grid .des {
    display: none;
}
.product-list .product-thumb{
	border:1px solid #ddd;
}
/* news */
.news_home {
    background: #fff none repeat scroll 0 0;
}
.news_home .news {
    background: #373737 none repeat scroll 0 0;
    border-top: 1px solid #ddd;
    padding: 0;
}
.news_home .news h3 {
    color: #fff;
    font-size: 24.67px;
    font-weight: 500;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.news_home .owl-wrapper-outer {
    background: #373737 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
}
.news_home .news-div{
    border: medium none;
}
.news_home .news .caption{
	padding:0px;
}
.news_home .caption .name a{
	color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.news_home .news .caption p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
	font-family:arial;
}
.news-div .image img {
    width: 100%;
}
.news_home .caption p a {
    background: #6D0C4D none repeat scroll 0 0;
    color: #fff!important;
    float: right;
    font-size: 16px;
    font-weight: bold;
		margin-top: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
	font-family: 'Kaushan Script', cursive !important;
}
.newss #content {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
}
/* news */
#content .inner_main .product_inner .fa {
    font-size: 18px;
}
#additionalimage.slick-initialized.slick-slider.slick-vertical {
    padding-bottom: 30px;
		padding-top: 30px;
		position: relative;
    text-align: center;
}
#additionalimage .fa1{
		cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    left: 42%;
    position: absolute;
    top: 0;
    transform:rotate(90deg);
}
#additionalimage .fa2{
		cursor: pointer;
    bottom: 0;
    font-size: 24px;
    font-weight: bold;
    left: 42%;
    position: absolute;
    transform:rotate(90deg);
}
.common_inner {
    background: #fff none repeat scroll 0 0;
	padding:20px 0;
}
.newss .image > a {
    float: left;
		margin-right:10px;
}
.newss .image .desc {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
}
.news .owl-controls .owl-buttons .owl-prev {
    border: 1px solid #fff;
    border-radius: 50%;
    top: -45px;
		margin-left: 90%;
}
@media (min-width:1200px){
	.news .owl-controls .owl-buttons .owl-prev {
		margin-left:93%;
	}
}
@media (max-width:767px){
	.news .owl-controls .owl-buttons .owl-prev {
		margin-left:84%;
	}
}
@media (max-width:460px){
	.news .owl-controls .owl-buttons .owl-prev {
		margin-left:82%;
	}
}
@media (max-width:320px){
	.news .owl-controls .owl-buttons .owl-prev {
		margin-left:74%;
	}
	.news_home .news h3{font-size:18px;}
}
.news .owl-controls .owl-buttons .owl-next {
    border: 1px solid #fff;
    border-radius: 50%;
    top: -45px;
}
.news .owl-carousel .owl-buttons div i {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px;
}
.news .owl-carousel .owl-buttons div{
	opacity:1;
}
.inner_main .product-thumb.transition {
    border: 1px solid #ddd;
}
.news{
	margin-top:15px !important;
}
.news .owl-carousel.owl-theme {
    margin-bottom: 15px;
}
.proprice{width:100%;min-height:35px;}
#form-currency ,#form-language{padding-top:0px;}
#form-currency .btn, #form-language .btn{padding:0px;}
#form-currency .btn span, #form-language .btn span{color:#333333;}
#form-currency .heading, #form-language .heading{
	color:#6D0C4D;
	padding:0px 2px;
}
#form-currency .btn-group, #form-language .btn-group{
	background:#ffccff;
	padding:0px 3px;
}
.bootstrap-select .btn{border-radius:0px;}
#top-links ul{margin:0;}
@media (max-width:1000px){
	#menu .nav > li > a {
		font-size: 12px;
		padding:30px 8px;
	}
	#cart > .btn{font-size:20px;}
	.sort{padding:0px 15px;}
	.rel .caption{float:left;}
	.rel h3{font-size:13px;}
	.product_buttons button:first-child {
		padding:10px 20px;
	}
	.product_buttons button{margin-right:5px;}
}
@media (max-width:767px){
	#top .btn-link{font-size:9px;}
	#top-links ul,#top ul{text-align:center;}
	.rating p a{font-size:12px;padding:0px;}
	.imgheight{min-height:500px;}
	#menu .nav > li > a {
		font-size: 12px;
		padding:10px 8px;
	}
}
@media (min-width:1001px) and (max-width:1180px){
	#menu .nav > li > a {
		font-size: 14px;
		padding:30px 15px;
	}
}
@media (min-width: 768px) and (max-width:1180px){
	.news_home .caption .name a{font-size:14px;}
	.news .name{min-height:20px !important;}
	#top .btn-link{font-size:11px;}
	.product_inner .price,.product_inner .caption h4{font-size:12px;line-height:18px;}
	.product-thumb .image:hover .product_button{transform:translateY(150px);}
}
footer .fa-angle-right{
	color:#fff;
	width:12px;
}
.product_inner .rating .fa-stack{width:1em;}
.product-layout .rating{
	text-align:center;
}
.product-list .caption h4 a{color:#000;margin-bottom:10px;}
.product-list .rating{display:none;}
.fa-3x {
    font-size: 3em !important;
}
.panel-fashion {
    border-color: #ddd;
	border-radius:0px;
}
.fashioncon{
	border:1px solid #ddd;
}
.paddl{
	padding-left:0px;
}
#tab-description{font-size:14px;}
/*serch toggle*/
.sidebar{
  background-color:#6d0c4d ;
  height: auto;
  position: fixed;
  right: -255px;
  top: 30%;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  width: 255px;
  z-index: 9001;
}

.sidebar #menuToggle {
  background: #6d0c4d ;
  display: block;
  position: relative;
  height: 40px;
  left: -40px;
  top: 43px;
  width: 40px;
}

.sidebar #menuToggle span {
  /*background: white;*/
  display: block;
  height: 10%;
  left: 20%;
  position: absolute;
  top: 45%;
  width: 60%;
}
.sidebar #menuToggle span:before {
  content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 25px;
    padding-right: 0.5em;
  height: 100%;
  position: absolute;
  top: -250%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
}
.sidebar #menuToggle span:after { top: 250%; }
.srchtoggle .open { right: 0; }
.srchtoggle .open #menuToggle span {
  background: transparent;
  left: 25%;
  top: 45%;
}
.srchtoggle .open #menuToggle span:before{
content: "\f00d";
   font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 25px;
    padding-right: 0.5em;
  height: 100%;
  position: absolute;
  top: -250%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
}
/*serch toggle*/
/*banner*/
.bottomban{text-align:left;}
.bottomban div{
    background-size: cover;
    color: #fff;
}
.bottomban h1{
	color: #6d0c4d;
    font-size:55px;
    line-height: 60px;
	margin:50px 15px 20px;
}
.bottomban .btnnew:hover{
	 -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bottomban .btnnew{
	font-size:25px;
	color:#e9e9e9;
	background:#6d0c4d;
	border-radius:10px;
	padding:10px 10px;
	border:none;
	margin:20px 0;
	-webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-left:8%;
  line-height:90px;
}
.bottomban h2{
	color: #222;
    font-size: 40px;
    line-height: 60px;
	margin-left:7%;
	margin-top:0px;
	margin-bottom:0px;
}
#back-top {
	position: fixed;
	bottom: 0px;
	right:0;
}
#back-top .fa{
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-size:55px !important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color:transparent;
}
.information-information #content p{
	font-size:16px;
	line-height:25px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover,.slick-vertical .slick-slide{
	border:none !important;
}
.f-nav{ z-index: 20; position: fixed; left: 0; top: 0; width: 100%;}
@media (max-width:767px){
		.f-nav{
			position:relative;
		}
}