body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
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: #990000;
}
a:hover,a:focus, a:active {
	text-decoration: none;
	color: #111;
	outline: 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: #990000;
	/*background-color: #229ac8;*/
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
	/*background-repeat: repeat-x;*/
}
/* top */
#top {
	background-color: #990000;
	/*border-bottom: 1px solid #e2e2e2;*/
	/*padding: 4px 0px 3px 0;*/
	margin: 0 0 20px 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: #fff;
	text-decoration: none;
	margin-top: -5px;
}
#top-links ul {
	margin-bottom: 0px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #111;
	transition: .7s all ease;
}
#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: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 20px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    background: #990000;
    border: 1px solid #990000;
    border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	color: #fff;
	font-size: 16px;
}
#search .input-lg::placeholder{
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    border: 1px solid #111;
    background: #ccc;
}
#search .input-group-btn button img{
	margin-top: -7px;
    max-width: 20px;
    margin-left: -5px;
}
/* cart */
#cart {
	margin-bottom: 0px;
	border-radius: 50%;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #990000;
	position: relative;
	top: -5px
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	color: #111;
}
#cart .table a {
	color: #111;
}
@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 {
	min-height: 40px;
	background-color: #990000;
}
#menu .nav > li > a {
	color: #fff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #111;
	color: #fff;
	transition: .9s all ease;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
	width: 100%;
}
#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 {
	background: #ccc;
    color: #000;
	transition: .7s all ease;
}
#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;
	color: #111;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	background: #ccc;
    color: #000;
}
#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;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #111;

}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#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: #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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 30px;
	background-color: #990000;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #fff;
}
/*footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}*/
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	padding: 8px 0;
	margin-bottom: 0px;
	background-color: transparent;
	text-align: center;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	/*text-shadow: 0 1px 0 #FFF;*/
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	border-right: 1px solid #990000;
}
.breadcrumb > li:last-child {
	border-right: none;
}
.breadcrumb > li:first-child {
	padding-left: 0px;
}
.breadcrumb > li a {
	color: #990000;
	font-size: 15px;
	font-weight: 500;
}
.breadcrumb > li + li::before {
    display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display: inline-block;
}
.btn {
	padding: 7.5px 12px;
	/*font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0px;*/
	/*box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
	background-color: transparent;
}
.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: #fff;
	background-color: #111;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	height: 40px;
}
.btn-default:hover {
	color: #111;
	background-color: #fff;
	transition: .7s all ease;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #990000;
	border-color: #990000;
	text-transform: uppercase;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	height: 40px;
}
.btn-primary:hover, .btn-primary:active,.btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #fff;
	color: #990000;
	transition: .7s all ease;
	background-position: 0 -15px;
	border-color: inherit;
}
.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: #990000;
	border: none;
	margin-top: -5px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: transparent;
	border: none;
	color: #990000;
}
.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-link:hover {
	text-decoration: 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 {
    color: #fff;
    padding: 8px 12px;
    background: #fff;
    font-size: 13px;
    color: #000;
    border: none;
    font-size: 14px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover,a.list-group-item:focus {
	color: #000;
	background: #ccc;
	outline: none;
}
/* 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 {
	margin-bottom: 20px;
	overflow: auto;
	position: relative;
}
.product-thumb .image {
	text-align: center;
	border: 1px solid #ddd;
	min-height: 230px;
}
.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;
}
#product-category .product-grid .product-thumb .image {
	min-height: 262px;
}
.pagination > .active > span{
	background-color: #900;
    border-color: #900;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb .caption {
	padding: 0 20px;
}
.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) {
.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: #990000;
	font-size: 15px;
}
.rating .fa-star {
	color: #990000;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #990000;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #fff;
	font-size: 16px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.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%;
	}
}
.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-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-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-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;
}
/*===================Custom Css==================*/
.no-padding {
	padding: 0px;
}
/*.container {
	width: 1340px;
}*/
.top-20 {
	margin-top: 30px;
}
#headline p {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-top: 6px;
}
#headline p:last-of-type {
	float: right;
}
#headline .fa {
	margin-right: 5px;
}
.cart-right {
	float: right;
	margin-top: 20px;
}
.cart-right a {
	font-size: 15px;
}
#cart > .btn:hover {
	color: #111;
	transition: .7s all ease;
}
#cart .btn i {
	font-size: 20px;
}
#cart-total {
    background: #009b00 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    margin-right: 7px;
    padding: 2px 8px;
    position: absolute;
    right: -10px;
    top: -4px;
}
.cart-right li:last-of-type {
    position: relative;
    top: 4px;
}
.dropdown-menu-right {
    top: 50px;
    padding: 28px 47px;
    border-radius: 0px;
}
.dropdown-menu-right h4 {
	color: #111;
	font-weight: 600;
}
.dropdown-menu > li > a {
	color: #111;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: transparent;
}
.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
	border: none;
}
.navbar-nav {
	float: none;
	display: flex;
	justify-content: center;
}
.divider-top {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.divider-top img:last-of-type {
    position: relative;
    right: 75px;
    top: -1px;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#content h3 {
	font-size: 1.75em;
	text-transform: uppercase;
	font-weight: 600;
	color: #111;
	text-align: center;
	margin: 30px 0 10px;
}
.category-home .caption {
    position: absolute;
    top: 13%;
    right: 6%;
    text-align: center;
}
.category-home .cat-bg {
	position: relative;
	background-color: #ddd;
}
.category-home .caption h4 {
    color: #111;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.category-home .caption .btn {
	margin-top: 10px;
}
span.hover_image {
    background: url("../image/img_hover.png") no-repeat scroll 579px 0 transparent;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.category-home .cat-bg:hover .hover_image {
    transition: all 1s ease 0s;
}
.category-home .cat-bg:hover .hover_image {
    background-position: 0 center;
}
.product-thumb .caption {
    position: relative;
    cursor: pointer;
    background-color: #990000;
    overflow: hidden;
    min-height: 100px;
}
.product-thumb .caption h4 {
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	margin-top: 15px;
}
.product-thumb .caption h4 a {
	color: #fff;
}
.product-thumb .caption p{
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
}
.overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 34%;
    left: 0px;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    text-align: center;
}
.product-thumb:hover img {
	opacity: .4;
	transition: .9s all ease;
}
.product-thumb:hover .overlay {
    opacity: 1;
	visibility: visible;
    transition: .9s all ease;
}
.product-thumb:hover .p-name {
	color: #fff;
	transition: .9s all ease;
}
.overlay ul li button {
	background-color: #990000;
	color: #fff;
}
.overlay ul li button:hover {
	background-color: #111;
	color: #fff;
	transition: .9s all ease;
}
.overlay ul li button i {
    font-size: 14px;
    margin-right: 0px;
}
.product-thumb:hover .caption {
	background-color: #111;
	transition: .9s all ease; 
}
/*=======promotional=================*/
.padding-left {
	padding-left: 0px;
}
.padding-right {
	padding-right: 0px;
}
.center {
	text-align: center;
}
.bg-speacial .block {
    background: #fafafa;
    overflow: visible;
    position: relative;
}
.bg-speacial .block_title {
    padding-top: 59px;
    margin-bottom: 19.5px;
    font-size: 40px;
    font-weight: bold;
    text-transform: none;
    text-align: center;
}
.bg-speacial .block_subtitle {
    letter-spacing: 0.2em;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}
.bg-speacial .block_content {
    margin-top: 30px;
    text-align: center;
}
.bg-speacial .block_content p {
    padding: 0 10%;
    margin-bottom: 40px;
}
.block img {
	margin-top: 50px;
}

/*===================*/
/* Menu Styles */

.third-level-menu
{
    position: absolute;
    left: 100%;
    top: 0;
    width: 260px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 1;
}

.third-level-menu > li
{
    background: #990000;
}
.third-level-menu > li:hover { background: #000; }

.second-level-menu
{
    position: absolute;
    left: 100%;
    top: 0;
    width: 260px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 1;
}

.second-level-menu > li
{
    position: relative;
    background: #fff;
}
.second-level-menu > li:hover { background: #ccc; 
}
.second-level-menu > li>a {
	line-height: 32px;
}
.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}
.top-level-menu > li:hover { background: #ccc; }

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    font: 14px Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    padding: 0 0 0 10px;
    
    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 32px;
}
.top-level-menu>a:first-of-type {
	padding-left: 0px;
}
.top-level-menu h4 {
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    margin: 0px;
    color: #000;
    padding: 10px;
}
.inner-sidebar {
    background-color: #990000;
    padding-top: 10px;
    margin-top: -10px;
}
.outer-block {
	background-color: #990000;
	padding: 25px 0 25px;
	margin-top: 30px;
}
.inner-block{
	position: relative;
	color: #fff;
	padding: 0 0 0 70px;
}
#content .outer-block .feature .inner-block h3 {
    color: #fff;
    font-size: 21px;
    text-transform: capitalize;
    text-align: left;
}
.inner-block i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
	line-height: 50px;
}
.top-level-menu .btn {
	margin-top: 20px;
}
/*======================newsletter===================*/
.newsletter {
	margin-top: 30px;
	background-color: #ddd;
}
.newsletter-inner {
    padding: 50px 0;
}
.newsletter-inner .main_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0px;
}
.newsletter-title span {
	color: #111;
}
.newsletter-inner input {
    color: #333;
    width: 82%;
    height: 44px;
    line-height: 20px;
    padding: 0 10px;
    background: #990000;
    border: 1px solid #990000;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
}
.newsletter-inner button {
    position: absolute;
    right: 7;
    top: 0;
}
.newsletter .btn-default {
	border-radius: 0px;
	padding: 11px 26px 33px;
	border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: -4px;
    margin-left: -3px;
    border-left: 0;
    height: 45px;
}
.newsletter .btn-default:hover {
	background-color: #111;
	color: #fff;
}
#information-contact .buttons {
	display: block;
}
#information-contact .buttons .btn {
	margin-bottom: 20px;
}
#account-return .btn-default {
	height: 35px;
	margin-top: -1px
}
#account-return .radio label {
	margin-left: 20px;
}
#account-return .btn-danger {
	margin-top: 0px;
}
/*----------------footer-------------*/
footer ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}
.footer-block li {
    margin-bottom: 15px;
    line-height: 18px;
}
footer .center li a {
	line-height: 40px;
}
.footer-block li i {
    float: left;
    font-size: 16px;
    color: #fff;
    margin-top: 3px;
    margin-right: 5px;
}
.footer-block li p {
    margin-bottom: 0px;
    margin-left: 29px;
    max-width: 250px;
    font-size: 13px;
}
footer a {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
/*footer a:hover {
	text-shadow: 1px 0px #fff #fff;
	transition: .7s all ease;
}*/
footer h5 {
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}
.social {
    list-style: none;
    margin-top: 15px;
    text-align: center;
}
.social li {
    display: inline-block;
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px;
}
.social li .fa {
    font-size: 20px;
    color: #fff;
}
.social li .fa:hover {
	color: #111;
	transition: .7s all ease;
}
.powered {
    color: #fff;
    padding-bottom: 0px;
    font-size: 14px;
    text-align: center;
    background-color: #990000;
}
.powered a {
	color: #fff;
}
.powered a:hover {
	color: #111;
	transition: .7s all ease;
}
/*===============product-page=================*/
.bread {
	margin: 0 0 20px 0;
}
.thumbnails .thumbnail {
	border: 1px solid #ddd;
}
.product-page h1 {
    text-align: left;
    color: #111;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 24px;
}
.product-page .radio{
	display: inline-block;
}
.custom-radio label > input{
  visibility: hidden; 
}
.custom-radio label > input:checked + img{ 
  border:2px solid #b67439;
  border-radius: 50%;
}
.img-thumbnail{
	border: 1px solid transparent;
	padding: 1px;
	margin: 5px;
	transition: 0s;
}
.checkbox, .radio{
	display: inline-block;
}
.checkbox label, .radio label{
	padding-left: -1px;
}
.img-thumbnail:focus{
	border: 1px solid #9e391a;
	border-radius: 50%;
}
/*input[type=image]:checked + img{
  border: 1px solid #9e391a;
  box-shadow: 0 0 1px 1px #9e391a;
  border-radius: 50%;
*/}
.product-page h1 {
    font-size: 30px;
    color: #111;
    font-weight: 400;
    margin-top: 0px;
}
.product-page .list-unstyled li p a{
	color: #333;
	font-size: 14px;
}
.fa-stack {
	width: 20px;
	height: 20px;
	line-height: 16px;
	color: #990000;
}
.fa-stack i {
	font-size: 18px;
}
.product-page li {
	font-size: 15px;
	line-height: 30px;
}
.product-page li h2 {
	font-size: 20px;
	font-weight: 600;
	color: #111;
}
#product {
	margin-top: 30px;
}
#product hr {
	border-top: 1px solid #9b9696;
}
#product label {
	color: #111;
	font-size: 16px;
	font-weight: 600
}
/*#product .radio label:first-of -type {
	background-color: #ee0d0d;
}*/
#product .form-control {
    display: inline-block;
    width: 130px;
    margin-left: 10px;
    border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
    height: 44px;
}
#product .qt {
	color: #424242;
}
#product input {
	text-align: center;
    width: 130px;
    height: 43px;
    border-radius: 25px;
    border: 1px solid #ccc;
}
.quantity_button.minus{
	position: relative;
    left: 25px;
    font-size: 20px;
    color: #000;
    top: 1px;
    cursor: pointer;
}
.quantity_button.plus{
	position: relative;
    font-size: 20px;
    top: 3px;
    color: #000;
    right: 30px;
    cursor: pointer;
}
input:focus, textarea:focus, select:focus{
	outline: none;
}
#product .form-group .counter {
    color: #000;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
}
#product .btn-primary {
	margin-right: 10px;
}
.btn:focus {
	outline: 0px;
}
#share {
	float: left;
	font-size: 18px;
	margin-top: 0px;
}
 .rating{
 	margin-bottom: 70px;
 } 
.tab .nav-tabs {
 	display: flex;
 	justify-content: center;
 	border-bottom: none;
 	margin-top: 30px;
 }
 #footer-top {
 	margin-bottom: 56px;
 }
 .nav-tabs > li a {
 	font-size: 17px;
	color: #111;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
 }
 .nav > li > a:hover {
 	background-color: transparent;
}
.tab .nav > li > a:hover::after {
    left: 38%;
    z-index: 1;
    width: 52px;
    height: 3px;
    content: " ";
    bottom: -5px;
    margin-left: -15px;
    text-align: center;
    position: absolute;
    background: #990000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus,.nav-tabs > li.active > a:hover {
	border: none;
	color: #111;
	background-color: transparent;
}
.nav-tabs > li.active > a::after {
    left: 38%;
    z-index: 1;
    width: 52px;
    height: 3px;
    content: " ";
    bottom: -5px;
    margin-left: -15px;
    text-align: center;
    position: absolute;
    background: #990000;
}
#tab-description p {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}
#tab-review {
	font-size: 15px;
}
.alert-success {
	background-color: #990000;
	color: #fff;
}
.alert a {
	color: #fff;
}
.alert a:hover {
	color: #111;
}
.alert-dismissible .close {
	right: 3px;
	color: #fff;
}
a.thumbnail:hover {
	border-color: #ddd;
}
/*=====================product-category===============*/
#product-category h2 {
	text-align: center;
	color: #111;
}
#product-category aside {
	margin-top: 20px;
}
#product-category .sub-img ul {
	list-style: none;
	padding-left: 0px;
}
#product-category .sub-img ul>li {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
#product-category .sub-img ul>li a img {
	border: 1px solid #ddd;
}
#product-category .sub-img .caption {
	position: absolute;
	top: 38%;
	left: 30%;
	opacity: 0;
}
#product-category .sub-img ul>li:hover img {
	opacity: .4;
	transition: .7s all ease;
}
#product-category .sub-img ul>li:hover .caption {
	opacity: 1;
	transition: .9s all ease;
}
.list-group-item.active, .list-group-item.active:focus {
	border-color: #fff;
	background-color: #111;
}
::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {  Internet Explorer 10-11 
   color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}
#search input::placeholder{
	color: #fff;
}
#checkout-cart .btn-primary {
	height: 34px;
}
#checkout-cart .bt {
	background-color: #111;
	border: 1px solid #111;
}
#checkout-cart .bt:hover {
	background-color: #111;
	color: #fff;
}
#checkout-cart .btn-danger {
    color: #fff;
    border: none;
    margin-top: 0px;
    background: #990000;
    height: 34px;
}
#checkout-cart .buttons {
	display: block;
}
#checkout-cart .bt-chk {
	height: 40px;
	text-transform: capitalize;
}
#product-category .sub-img ul>li a img{
	max-width: 200px;
    padding: 5px;
}
.category-page-list{
	text-align: center;
}
.category-page-list ul li{
	float: left;
    width: 190px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 280px;
}
.category-page-list ul li img{
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.category-page-list ul li a{
	text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
}
.category-page h3{
	margin: 30px 0 35px !important;
}
/*===============================*/
/*=========media-query===========*/
@media (max-width: 768px) {
	#headline {
		text-align: center;
	}
	#headline p:last-of-type {
		float: none;
	}
	.pull-right {
		float: none !important;
		text-align: center;
		margin-bottom: 10px;
	}
	.dropdown-menu-right {
    	top: 43px;
    	padding: 40px 55px;
    	border-radius: 0px;
	}
	.navbar-nav {
		display: block;
	}
	.col-sm-12 .cat-bg {
		margin-bottom: 20px;
	}
	.top-20 {
    	margin-top: 20px;
	}
	.category-home .caption {
		width: 100px;
	}
	.bg-speacial .block_title {
    	padding-top: 25px;
    	margin-bottom: 19.5px;
    	font-size: 35px;
	}
	.bg-speacial .block_content {
    	margin-top: 20px;
    }
    .bg-speacial .block_content p {
    	padding: 0 9%;
    	margin-bottom: 25px;
    }
    .newsletter {
    	margin-top: 0px;
    }
    .newsletter-inner {
    	padding: 20px 0;
	}
	.newsletter-inner .main_title {
		font-size: 17px;
	}
	.newsletter-title {
		text-align: center;
	}
	.newsletter-box {
		margin-top: 20px;
	}
	.newsletter-inner input {
    	color: #333;
    	width: 60%;
    	height: 43px;
    }
    .newsletter .btn-default {
    	padding: 4px 20px 5px;
    }
    .padding-right {
    	padding-right: 15px;
	}
	.product-thumb .caption {
		min-height: 75px;
	}
	.breadcrumb > li a {
		font-size: 12px;
	}
	.breadcrumb > li {
		padding: 0 6px;
	}
	.product-page h1 {
		font-size: 20px;
	}
	#product {
    	margin-top: 15px;
    	text-align: center;
	}
	#product .form-control {
		width: 46%;
	}
	#product label {
		display: block;
	}
	.rating {
		margin-bottom: 0px;
	}
	.nav-tabs > li a {
		font-size: 14px;
	}
	#tab-description p {
		padding: 0px;
	}
	.category-home .caption h4 {
		font-size: 17px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	#menu .nav > li > a {
		padding: 6px 5px 6px 6px;
		font-size: 11px;
		font-weight: 500;
		text-transform: capitalize;
	}
	#menu .navbar-nav > li > a {
		line-height: 30px;
	}
	.product-thumb .caption { 
		min-height: 85px;
	}
	.top-level-menu a,.second-level-menu > li > a {
		line-height: 34.5px;
	}
	.product-thumb .image {
		min-height: 251px;
	}
	.product-thumb .caption h4 {
		font-size: 12px;
	}
	.newsletter-inner input {
		width: 72%;
	}
}
@media (min-width: 1200px) and (max-width: 1440px){
		#menu .nav > li > a {
		padding: 6px 6px 6px 6px;
		font-size: 12px;
	}
	#menu .navbar-nav > li > a {
		line-height: 30px;
	}
}
/**/