@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
body {
	background: #fff;
	color: #19191a;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #19191a;
	letter-spacing: 0.3px;
}
.container-fluid{
	margin: 0px !important;
	padding: 0px !important;
	
}
.mh-400{
	min-height: 400px;
}
/* Standard Styles Starts */

a {
	color: #19191a;
}
a:hover, a:focus {
	outline: none;
}
a:active {
	color: #19191a;
}

h1 {
	font-size: 38px;
	margin-top: 10px;
}
h2 {
	font-size: 26px;
	margin: 50px 0 30px 0; 
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	color: #19191a;
}
h3 {
	font-size: 22px;
	margin: 50px 0 30px 0; 
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	color: #19191a;
	text-transform: uppercase;
}
h4 {
	margin-top: 40px;
	font-size: 20px;
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	color: #19191a;
	text-transform: uppercase;

}
h5 {
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 400 !important;
	margin-top: 30px;
}
.main-heading {
margin-top: 30px
}
.main-heading span {
	font-size: 18px;
	color: #f28900;
}
.main-heading2 {
	font-size: 24px;
}
.main-heading, .main-heading2, .sub-heading {
	text-transform: uppercase;
}
.sub-heading {
	font-size: 24px;
	padding: 10px 0;
}

.header-top li, .header-top .btn-link, #main-menu.navbar, #search .input-group .form-control, #cart .btn, .dropdown-menu, .product-head, .product-col .caption h4, .product-col .price, .product-col .btn-cart, .breadcrumb, .side-heading, .list-group-item, .product-filter, .pagination, .product-info .product-details, .tabs-panel .nav-tabs {
	font-family: 'Roboto', sans-serif;
}

hr {
	border-color: #19191a;
	border-style: dashed;
}

/* Form & Buttons Styles Starts */

.btn-warning {
	background-color: #f28900;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
	background-color: #da7800;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
	color: #19191a;
}

/* Header Area Styles Starts */

/* Header Links Styles Starts */

.header-links ul {
}
.header-links li {
	display: inline-block;
	font-size: 13px;
}
.header-links li .fa {
	margin-right: 3px;
}
.header-links li, .header-links li a {
	color: #19191a;
}
.header-links li a {
	padding: 12px 15px 12px 0;
}
.header-links li a:hover, .header-links li a:focus, .header-links li.active a {
	background: none;
	color: #19191a;
}

/* Currency & Languages Drop Down Styles Starts */

.header-top .btn-group {
	display: table-cell;
}
.header-top .btn-link {
	background: #f28900;
	color: #19191a;
	text-decoration: none;
	font-size: 13px;
}
.header-top .btn-group:first-child .btn-link {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.header-top .btn-group:last-child .btn-link {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.header-top .btn-link i.fa {
	margin-left: 5px;
}

/* Main Header & Search Styles Starts */

.main-header {
	padding: 0px;
}
#logo {
}
#logo img.img-responsive {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 85px;
}
#search {
	margin-top: 35px;
}
#search .input-group {
}
#search .input-group .form-control {
	background: none;
	border: solid #19191a;
	border-width: 1px 0 1px 1px;
	color: #19191a;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#search .input-group .form-control::-moz-placeholder {
	color: #000;
}
#search .input-group .form-control:-ms-input-placeholder {
	color: #000;
}
#search .input-group .form-control::-webkit-input-placeholder {
	color: #000;
}
#search .input-group .btn {
	background: none;
	border: solid #19191a;
	border-width: 1px 1px 1px 0;
	color: #19191a;
	height: 46px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Cart Style Starts */

#cart .btn {
	color: #19191a;
	background: none;
	text-align: center;
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#cart .btn, #cart .dropdown-menu {

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top: 40px;
}
#cart .btn .fa-shopping-cart {
	color: #19191a;
	line-height: none;
	padding: 9px 12px;
	font-size: 18px;
}
#cart .btn.dropdown-toggle span {
	margin-top: 9px;
	font-size: 14px;
}
#cart .btn span#cart-total {
	padding: 0 8px 0 5px;
	text-transform: uppercase;
	font-size: 13px;
}
#cart .btn .fa-shopping-cart, #cart .btn span {
	float: left;
}
#cart .btn i.fa-caret-down {
	margin-top: 10px;
	margin-right: 15px;
	float: right;
}
#cart .dropdown-menu {
	min-width: 100%;
	margin-top: 10px;
	background: #ffffff;
	color: #19191a;
	z-index: 1001;
	padding: 5px;
}
#cart .open > .dropdown-menu {
	display: block;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table, #cart .dropdown-menu table td {
	background: none;
	border: none;
}
#cart .dropdown-menu table.hcart td, .line-bottom {
	border-bottom: 1px solid #c88c10;
}
.line-top, .btn-block1 {
	border-top: 1px solid #c88c10;
}
#cart .btn-block1 {
	padding: 20px 0 0;
}
#cart .btn-block1 a {
	padding: 8px 12px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#cart .btn-block1 a:hover, #cart .btn-block1 a + a {
	background: #f28900;
	color: #19191a;
}
#cart .btn-block1 a, #cart .btn-block1 a + a:hover {
	background: #fff;
	color: #19191a;
	
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart .dropdown-menu table.total {
}
#cart .dropdown-menu table.total td {
	padding: 2px 8px;
}
#cart .dropdown-menu table td a {
	color: #ffb400;
}
#cart .dropdown-menu table td a:hover {
	color: #19191a;
}

/* Main Menu Styles Starts */

#main-menu {
	text-align: center;
	background: #fe9d0f;
	margin: 0;
}
#main-menu.navbar {
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
@media only screen and (min-width: 768px) {
	#main-menu.navbar {
		margin: 0;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		height: 50px !important;
		border: 0px;
	}
  }
#main-menu .navbar-nav > li {
}
#main-menu .navbar-nav > li + li {
}
#main-menu .navbar-nav > li a {
	color: #19191a;
	text-transform: uppercase;
	padding: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
#main-menu .navbar-nav > li > a:hover, #main-menu .navbar-nav > li > a:focus, #main-menu .navbar-nav > li.open a {
	background: #fff;
	color: #19191a;
}
#main-menu .navbar-nav > li.open > a {
	-webkit-border-radius:  0;
	moz-border-radius: 0;
	border-radius: 0;
}
#main-menu .dropdown-menu {
	background: #19191a;
	border: none;
	padding: 0;
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#main-menu .dropdown-menu li a {
	color: #19191a;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main-menu .dropdown-menu li:hover a {
	background: #efefef;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#main-menu .dropdown-menu li:first-child:hover a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#main-menu .dropdown-menu li:last-child:hover a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0 ;
	border-radius: 0;
}
#main-menu .dropdown-inner {
	display: table;
	padding-bottom: 10px;
}
#main-menu .dropdown-inner ul {
	display: table-cell;
}
#main-menu .dropdown-inner .dropdown-header {
	font-size: 15px;
	text-transform: uppercase;
	color: #19191a;
	padding: 15px 0 10px 15px;
}
#main-menu .dropdown-inner li a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
}
#main-menu .dropdown-menu .dropdown-inner li:last-child:hover a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Breadcrumb Styles Starts */

.breadcrumb {
	text-transform: uppercase;
	padding: 10px 18px 10px 0;
	margin-bottom: 30px;
	border: dashed #f28900;
	border-width: 0 0 1px 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.breadcrumb li {
	color: #452e11;
	font-size: 13px;
}
.breadcrumb > li + li:before {
	content: "\00BB";
	color: #452e11;
}
.breadcrumb li a {
	color: #452e11;
}
.breadcrumb li.active {
	color: #f28900;
}

/* Slider Section Styles Starts */

.slider {
	margin-bottom: 0px;
	border-radius:0px ;
}

/* Three Column Banner Styles Starts */

.col3-banners {
	margin-bottom: 20px;
}

/* Products Box Styles Starts */

.products-list {
	margin-bottom: 15px;
}
.product-head {
	margin: 10px 0 30px;
	font-size: 30px;
	text-align: center;
}
.product-col {
	padding: 15px 15px 10px;
	margin-bottom: 20px;
	text-align: center;
}
.product-col.side-product {
	border: 1px solid #ddd;
	background: #fff;
}
.product-col.list {
	text-align: left;
	margin-bottom: 0;
	border-bottom: 1px dashed #f28900;
}
.product-col.list .image {
	padding: 30px 30px 20px 0;
	float: left;
}
.product-col .caption {
	padding: 20px 0;
}
.product-col h4 {
	font-size: 18px;
}
.product-col h4, .product-col h4 a, .product-col .description {
	color: #19191a;
}
.product-col .description {
	padding: 5px 0;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.product-col.list .description {
	padding-right: 20px;
}
.product-col .price {
	padding: 10px 0;
}
.product-col .price .price-tax {
	font-size: 14px;
	color: #452e11;
	text-transform: uppercase;
}
.product-col .price span.price-new {
	color: #f28900;
	font-size: 24px;
	padding-right: 5px;
}
.product-col .price span.price-old {
	font-size: 18px;
	color: #452e11;
	text-decoration: line-through;
}
.product-col .cart-button {
	padding-top: 10px;
}

.product-col img.img-responsive, .product-col .cart-button .btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.product-col .btn-wishlist, .product-col .btn-compare {
	color: #19191a;
	background: #d87a00;
	margin-right: 3px;
}
.product-col .btn-cart {
	font-size: 14px;
	color: #19191a;
	background: #f28900;
	text-transform: uppercase;
}
.product-col .btn-cart .fa-shopping-cart {
	font-size: 15px;
	margin-left: 5px;
}
.product-col .btn-cart:hover {
	background: #d87a00;
}

/* Two Column Banner Styles Starts */

.col2-banners {
	margin-bottom: 20px;
}

/* Shopping Cart Page Styles Starts */

.shopping-cart-table {
	margin-top: 30px;
	background: #fff;
	text-transform: uppercase;
}
.shopping-cart-table thead > tr > td {
	font-size: 15px;
	font-weight: 600;
	border-bottom: none;
}
.shopping-cart-table tbody > tr > td {
	font-size: 16px;
}
.shopping-cart-table tbody > tr > td a:hover {
	color: #252a2f;
}

/* Compare Page Styles Starts */

.compare-table {
	margin-top: 30px;
	text-transform: uppercase;
}
.compare-table .table {
	background: #fff;
}
.compare-table thead {
	background: #f9f9f9;
}
.compare-table thead > tr > td {
	font-size: 15px;
	font-weight: 600;
	border-bottom: none;
}
.compare-table tbody > tr > td {
	font-size: 14px;
}
.compare-table tbody > tr > td a:hover {
	color: #252a2f;
}
.compare-table td {
	text-align: center;
}
.compare-table .rating .fa-star {
	color: #ffb400;
}

/* Login & Registration Section Styles Starts */

.login-area {
	padding-top: 30px
}
.registration-area {
	padding-top: 20px;
}
.panel-smart {
	padding: 20px;
	background: #fff;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.panel-smart .panel-heading {
	padding: 5px 0 15px 0;
	color: #252a2f;
	border-bottom: 1px solid #929497;
}
.panel-smart h3.panel-title {
	font-size: 24px;
}
.panel-smart .panel-body {
	padding: 20px 0 0;
}
.registration-area .inner {
	margin-top: 30px;
	margin-bottom: 20px;
}
.registration-area .control-label {
	color: #8b8b8b;
	font-weight: 600;
}
.registration-area .form-control, .registration-area .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.registration-area .dl-horizontal {
}
.registration-area .dl-horizontal dt {
	font-weight: normal;
}
.registration-area .dl-horizontal dd {
	font-weight: bold;
}
.registration-area .dl-horizontal dt, .registration-area .dl-horizontal dd {
	margin-bottom: 5px;
}
.registration-area .dl-horizontal.total {
	color: #19191a;
	font-size: 18px;
}
.registration-area .dl-horizontal.total dt, .registration-area .dl-horizontal.total dd {
	margin-bottom: 0;
}

/* Main Container Styles Starts */

#main-container {
	margin-bottom: 35px;
	margin-top: 35px;
}

/* Category Intro Content Styles Starts */

.cat-intro {
	padding-top: 10px;
}
.cat-intro .img-thumbnail {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.cat-intro .cat-body {
	color: #8b8b8b;
	font-size: 13px;
	padding-left: 5px;
	text-align: justify;
}

/* Product Filter Styles Starts */

.product-filter {
	margin: 30px 0;
	padding: 8px 0;
	border: dashed #f28900;
	border-width: 1px 0;
}
.product-filter .display {
	padding-top: 5px;
}
.product-filter .display a {
	color: #19191a;
	
	font-size: 24px;
	margin-right: 6px;
}
.product-filter .display a.active {
	color: #f28900;
}
.product-filter .control-label {
	padding-top: 5px;
	font-size: 18px;
	font-weight: normal;
}
.product-filter .form-control {
	height: 30px;
	padding: 3px 6px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Product Page Styles Starts */

.product-info {
	padding-top: 10px;
}
.product-info, .images-block {
}
.product-info .images-block .thumbnail {
	padding: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.product-info.full .images-block .list-inline {
	margin-left: -5px;
}
.product-info.full .images-block .list-inline li {
	padding-left: 5px;
	padding-right: 5px;
}
.product-info .images-block .list-inline {
	margin-left: -2px;
}
.product-info .images-block .list-inline li {
	padding-left: 2px;
	padding-right: 2px;
}
.product-info .images-block .list-inline .thumbnail {
	padding: 5px;
}
.product-info .product-details {
}
.product-info .product-details h2 {
	margin-top: 0;
	font-size: 40px;
}
.product-info .product-details h3 {
	font-size: 22px;
}
.product-info .product-details h2, .product-info .product-details h3 {
	text-transform: uppercase;
}
.product-info .product-details .manufacturer {
	color: #f28900;
	text-transform: uppercase;
}
.product-info .product-details .manufacturer span {
	min-width: 130px;
	display: inline-block;
	color: #452e11;
}
.product-info .product-details .price {
}
.product-info .product-details .price-head {
	padding-right: 10px;
	font-size: 24px;
	color: #452e11;
	text-transform: uppercase;
}
.product-info .product-details .price-tax {
	padding-top: 5px;
	font-size: 14px;
	color: #452e11;
	text-transform: uppercase;
}
.product-info .product-details .price-new {
	color: #f28900;
	font-size: 24px;
	padding-right: 5px;
}
.product-info .product-details .price-old {
	font-size: 18px;
	color: #452e11;
	text-decoration: line-through;
}
.product-info .product-details .options {
}
.product-info .product-details .options h3 {
	margin-bottom: 20px;
}
.product-info .product-details .options h6 {
	font-weight: 700;
}
.product-info .product-details .cart-button {
}
.product-info .product-details .cart-button .btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.product-info .product-details .btn-wishlist, .product-info .product-details .btn-compare {
	color: #19191a;
	background: #d87a00;
	margin-right: 3px;
}
.product-info .product-details .btn-cart {
	font-size: 14px;
	color: #19191a;
	background: #f28900;
	text-transform: uppercase;
}

.product-info .product-details .btn-cart .fa-shopping-cart {
	font-size: 15px;
	margin-left: 5px;
}
.product-info .product-details .btn-cart:hover {
	background: #d87a00;
}
.product-info-box {
	padding-top: 10px;
}
.product-info-box + .product-info-box {
	padding-top: 30px;
}
.product-info-box .heading {
	padding-bottom: 20px;
	font-size: 30px;
	text-align: center;
	border-bottom: 1px dashed #19191a;
}
.product-info-box .content {
	background: none;
	border: none;
	padding: 15px 0;
}

/* Tabs Styles Starts */

.tabs-panel {
	margin-top: 20px;
}
.tabs-panel.panel-smart {
	padding: 0;
	background: none;
	border: none;
}
.tabs-panel .nav-tabs {
	font-size: 16px;
	border-bottom: 1px dashed #f28900;
	padding-bottom: 10px;
}
.tabs-panel .nav-tabs > li {
	margin-bottom: 0;
	margin-right: 5px;
}
.tabs-panel .nav-tabs > li > a {
	color: #452e11;
	margin: 0;
}
.tabs-panel .nav-tabs > li > a, .tabs-panel .btn, .tabs-panel .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tabs-panel .nav-tabs > li.active > a, .tabs-panel .nav-tabs > li.active > a:hover, .tabs-panel .nav-tabs > li.active > a:focus, .tabs-panel .nav > li > a:hover, .tabs-panel .nav > li > a:focus {
	background: none;
}
.tabs-panel .nav-tabs > li > a, .tabs-panel .nav-tabs > li.active > a, .tabs-panel .nav-tabs > li.active > a:hover, .tabs-panel .nav-tabs > li.active > a:focus, .tabs-panel .nav-tabs > li > a:hover {
	border: none;
}
.tabs-panel .nav-tabs > li.active, .tabs-panel .nav-tabs > li.active > a, .tabs-panel .nav-tabs > li > a:hover {
	background: #f28900;
	color: #19191a;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.tabs-panel .tab-content {
	padding: 20px 0;
}
.tabs-panel .tab-content .table {
	background: #fff;
}
.tabs-panel label.control-label {
	text-transform: uppercase;
	font-weight: normal;
}
.tabs-panel label.control-label.ratings {
	padding-top: 1px;
}
.tabs-panel .btn {
	margin-left: -10px;
}

/* Pagination Styles Starts */

.pagination {
	margin: 0;
}
.pagination > li > a {
	color: #444c53;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #f28900;
	border-color: #f28900;
}
.results {
	padding-top: 10px;
	text-align: right;
}

/* Page Content Styles Starts */

.page-box {
	color: #8b8b8b;
	font-size: 13px;
	margin-bottom: 40px;
}
.page-box h3 {
	margin: 0;
	font-size: 24px;
	color: #252a2f;
}
.page-box h3, .page-box h4 {
	text-transform: uppercase;
}
.page-box h4 {
	margin: 5px 0 15px;
	color: #f28900;
	font-size: 18px;
}
.page-box .sm-links {
	margin-bottom: 20px;
}
.page-box .sm-links li {
	background: #f28900;
	width: 34px;
	text-align: center;
	padding: 5px 0 4px;
	margin: 0 0 0 4px;
}
.page-box .sm-links li a .fa {
	color: #19191a;
	font-size: 24px;
}

/* Content Box Styles Starts */

.content-box {
	margin-top: 20px;
	padding: 0;
}
.content-box .special-heading {
	font-size: 100px;
	color: #f28900;
	margin-top: 0;
	margin-bottom: 30px;
}

/* Map Wrapper Styles Starts */

#map-wrapper {
	border: 1px solid #feffff;
	margin: 20px 0;
	height: 250px;
}

/* Sidebar Styles Stars */

.side-heading {
	margin-top: 0;
	padding: 12px 20px;
	font-size: 18px;
	color: #19191a;
	background: #f28900;
}
.list-group, .list-group-item:first-child, .list-group-item:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.list-group-item {
	color: #252a2f;
	font-size: 14px;
	text-transform: uppercase;
}
.list-group-item .fa {
	font-size: 12px;
	padding-right: 6px;
}
.filter-group {
	margin-left: 20px;
}

/* Blockquote Styles Starts */

.panel-smart blockquote {
	margin: 0;
	padding: 5px 15px;
	color: #8b8b8b;
	font-size: 13px;
	border: none;
}
.panel-smart blockquote footer {
	padding-top: 10px;
	color: #252a2f;
	
	background: #000;
}

/* Contact Details Box Styles Starts */

.contact-details li + li {
	margin-top: 20px;
}
.contact-details li .fa {
	color: #f28900;
	padding: 5px 10px 0 0;
	font-size: 18px;
}

/* Copyright Styles Starts */
.copyright {
	background: #19191a;
	padding: 18px 0 8px;
	font-size: 13px;
	color: #fff;
	border-top: 1px solid #111 ;
}
.copyright a {
	color: #fff;
}
.copyright a:hover, a:focus {
	color: #f28900;
	text-decoration: none;
}
.copyright p {
	padding-top: 4px;
}
/*custome css*/
.loop .item img{
	
}
.customNavigation {
	text-align: center;
}

/* use styles below to disable ugly selection */
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mt-20{
	margin-top:20px ;
}
.mt-10{
	margin-top:10px ;
}
.art{
	text-align: center;
}
.art > a{
	text-decoration: none;
	color: #19191a;
}
.art > a:hover, a:focus{
	text-decoration: none;
	color: #19191a;
	
}
.art > a:active{
	text-decoration: none;
	color: #19191a;
	
}
.art a > h3{
	margin: 10px 10px 5px 10px !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.7px;
}
.art a > h4{
	margin: 0px 0px 20px 0px !important;
	font-size: 18px;
	font-weight: 500;
	color:#f28900;
	text-transform: uppercase;
	letter-spacing: 0.5px;

}
.art a > h4 > del {
	font-size: 14px;
	color: #666;
	font-weight:400;
}
.art a > h4 > .from {
	font-size: 14px;
	color: #666;
	font-weight:400;
}
.art a > .off  {
	font-size: 15px;
	color: #19191a;
	font-weight:500;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}
.art > a > .img{
	border: 1px solid #efefef;
	position: relative !important;
}
 .bottom-right-offer{
	position: absolute !important;
	bottom: 0px;
	right: 0px;
	background: #f28900;
	text-transform: uppercase;
	padding: 1px 4px ;
	font-size: 14px;
	font-weight:500;
	color: #19191a;
	border-radius: 5px 0 0 0;
  }
.text-capital{
	text-transform: uppercase;
	font-weight: 400;
}
.customPreviousBtn{
	top:0px;
	width:24.6%;
	height:100%;
	left: 0px;
	background:linear-gradient(to right,#e8e8e8,rgb(255, 255, 255, 0) );
	color: #19191a;
	padding: 10px 10px 10 0;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	font-size: 30px;
}
.customNextBtn {
	top:0px;
	width:24.6%;
	height:100%;
	right: 0px;
	background:linear-gradient(to left,#e8e8e8,rgb(255, 255, 255, 0) );
	color: #19191a;
	padding: 10px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	font-size: 30px;
	text-align: right;
  }
  .customPreviousBtn > i{
		padding: 40% 0px 0px 10px;
		font-size: 50px;
		color: #f28900
  }
  .customNextBtn > i{
	padding: 40% 0px 0px 0px;
	font-size: 50px;
	color: #f28900
}
.footer{
background: #19191a;
color: #fff;
}
.footer > h6 {
	font-size: 13px;
	text-transform: uppercase;
	color:#ccc !important;
}
.footer > .container{
	padding: 10px 15px 30px 15px;
}
.footer ul{
	padding: 0;
	margin: 0;
}
.footer ul > a {
	color: #fff;
	list-style: none;
	text-decoration: none;
	font-size: 11px;
	
}
.footer ul > a:hover , a:focus {
	color: #f28900;
	list-style: none;
	text-decoration: none;
	font-size: 11px;
	
}
.footer ul> li{
list-style: none;
text-align: left;
font-size: 12px;
}
.pb-30{
padding-bottom:40px;
}

.frame-img {
	width: 100%;
	position: relative;
	display: inline-block;
}
.frame-img .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.frame-img:hover .img-top {
	display: inline;
}
/* Product details */
.product img{
	border: 1px solid #efefef;
}
.product-thumb{
	margin-left: 0;
	padding-left: 0;
		
}
.product-thumb img{
	width: 66px;
}

.product-thumb ul {
	margin-left: 0;
	padding-left: 0;
	
}
.product-thumb ul > a:hover , a:focus {
	color: #f28900;
	list-style: none;
	text-decoration: none;
	font-size: 11px;
	
}
.product-thumb ul> li{
list-style: none;
text-align: left;
font-size: 12px;
}
.product-detail h2{
margin-top: 0px;
text-transform: uppercase;
}
.product-detail > #price >h4 {
	font-size: 22px;
	color: #fe9d0f;
	margin: 0px 0px;

	text-transform: uppercase;
	
	}
.product-detail  > #price > h4 >del{
	font-size: 16px;
	color: #777;
	margin-top: 0px;
	text-transform: uppercase;
	
	}
.product-detail > #price > h6 {
	color:#00a400;
	font-size: 15px;
	text-transform: uppercase;
	margin: 8px 0 20px 0;
	font-weight: 500;	
}
label{
	font-weight: 400;
	text-transform: capitalize;
}
@media only screen and (min-width: 500px) {
	.form-control{
		width: 100%;
	}
  }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.btn-default
{
	color:#19191a;
	background-color:#fe9d0f;
	border-color:#fe9d0f;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	
}
.width-100{
	width: 100%;
}
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default
{
	color:#fe9d0f;
	background-color:#19191a;
	border-color:#19191a;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;

}

.btn-default-lite
{
	color:#19191a;
	background-color:#ffd89d;
	border-color:#ffd89d;
	width: 100%;
	font-weight: 500;
	
}
.btn-default-lite:hover,.btn-default-lite:focus,.btn-default-lite.focus,.btn-default-lite:active,.btn-default-lite.active,.open>.dropdown-toggle.btn-default-lite
{
	color:#fe9d0f;
	background-color:#89898d;
	border-color:#89898d;
	
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-size: 14px;
	background: #fe9d0f;
	color: #19191a;
	font-weight: 500;
	}
.nav > li > a{
	font-size: 13px;
	color: #19191a
}
.nav-tabs > li > a{
	border-radius: 0px;
}
.nav-tabs{
	border-bottom: 0;
}
label{
	font-weight: 500;
}
.tab-content{
	border: 1px solid #efefef;
	padding: 5px;
	margin-bottom: 40px;
	background: #f8f8f8;
}
 .checkout{
	  margin: 0px auto 30px auto;
  }

  .acc_container {
    display: none;
}
.alert-default{
	background: #efefef;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 15px 5p 15px 5px;
}
.checkout-label{
	background: #efefef;
	padding: 5px;
	font-size: 12px;
	
}
.invoice{
	font-size: 14px;
	
}
.invoice >h6{
	padding: 15px 10px 15px 10px;
	border-radius: 4px;
	background: #efefef ;
	margin-bottom:20px ;
}
.invoice > table{
	background: #efefef;
	text-transform: capitalize;
}

.bg-white{
	background: #fff;
}
.bg-yellow{
	background: #fe9d0f;
}
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top:40px;}
.pt-60{padding-top:60px;}
.plr-15{padding:0px 15px 0px 15px;}

.alert-danger{
	padding: 5px;
	color: #19191a;
	font-size: 12px;
}
.alert-warning{
	padding: 5px;
	color: #19191a;
	font-size: 12px;
}
.contact > p >span{padding:0px 5px 0 0;}

.policy > h5{
	font-size: 18px;
	letter-spacing: 0.4px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 400 !important;
	margin-top: 20px;
	margin-bottom: 5px ;
	padding-bottom:0px;
}
.policy > p{
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #19191a;
	font-weight: 400 !important;
	margin: 2px 0 2px 0;
	text-align: justify;
}
.policy > ol >li{
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #19191a;
	font-weight: 400 !important;
}