body {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #000;
	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: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select {
	-webkit-appearance: none;
}
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;
}



.select-wrap {
	position: relative;
	display: inline-block;
}

.jt {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 25px;
    width: 20px;
    z-index: 0;
    color: #000;
}

.jt img {
	width: 12px;
	height: 12px;
}

.home_featured_search .jt {
	color: #999;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
}
.product_title{
	font-size:30px;
	font-weight:bold;
	text-transform: uppercase;
    letter-spacing: 2px;
	margin-bottom:20px;
}
.product_info li{
	font-size:16px;
	text-transform: uppercase;
	color:#000;
	line-height:30px;
}
.form-control{
	border-radius:0;
	border-color:#e4e4e4;
	height: 36px;
}
.breadcrumb_wrap{
	background:#f4f4f4;
	height:60px;
	line-height: 60px;
	margin-bottom:20px;
}
.breadcrumb li a{
	color:#333;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.img-thumbnail {
    border: 0;
}
.cart_title{
	margin-bottom:20px;
	text-transform: uppercase;
    letter-spacing: 1px;
	font-size:24px;
}
.create-return {
	display: flex;
	justify-content: space-between;
}
.create-return>a {
	text-transform: capitalize;
}
.modal-header {
	display: flex;
	justify-content: space-between;
}
.modal-title {
	text-transform: capitalize;
    letter-spacing: 1px;
	font-size:18px;
}
.table thead tr td{
	text-transform: uppercase;
    letter-spacing: 1px;
	font-weight:bold;
	background:#f4f4f4;
	padding:15px 20px;
}
.table tbody tr td{
	font-size:14px;
	padding:15px 20px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #e4e4e4;
}
.return-table{
	width: 100%;
}
.return-table tr th{
	background-color: #eee;
	padding: 5px 10px;
	text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
.return-table tr td{
	padding:15px 10px;
    letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #e5e5e5;
}
#returnqt{
	width: 80px;
	padding: 4px;
}
.return-table tr td select{
	padding: 5px;
	-webkit-appearance: auto;
}
.modal-footer {
    border-top: 0;
}
.modal-message h4{
	margin-top: 20px;
	margin-bottom: 10px;
}
.modal-message textarea{
	width: 100%;
	padding: 10px;
	border-color: #ccc;
}
.notification{
        background:#f4f4f4;
	text-align:center;
	padding-bottom:100px;
	padding-top:80px;
}
.notification h2{
        font-size:30px;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:20px;
        text-transform: uppercase;
}
.notification p{
        font-size:16px;
	letter-spacing:1px;
	line-height:24px;
}
.company_vision{
	background:#f4f4f4;
	text-align:center;
	padding-bottom:100px;
	padding-top:80px;
}
.company_vision h2{
	font-size:30px;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:20px;
        text-transform: uppercase;
}
.company_vision p{
	font-size:16px;
	line-height:24px;
	color: #000;
}
.company_vision h4{
	margin-top:40px;
}
.company_vision h4 a{
	border:1px solid #000;
	text-transform: uppercase;
	letter-spacing:1px;
	color:#000;
	padding:10px 20px;
	font-size:14px;
	transition: .3s;
}
.company_vision h4 a:hover{
	background:#058fe8;
	color:#fff;
	border:1px solid #058fe8;
	transition: .3s;
}
#form-review h2{
	text-transform: uppercase;
    letter-spacing: 1px;
	font-size:18px;
}
.nav-tabs>li>a {
    border-radius:0;
}
.featured_search{
	top:460px;
	padding:20px 15px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 9;
	background-color: #058fe8;
}
.featured_search label{
	font-size:18px;
	margin-right:10px;
	font-weight: 600;
	color: #fff;
	font-family: "PT Sans", sans-serif;
	letter-spacing: 1px;
}
.featured_search select{
	padding:10px 15px;
	padding-right: 30px;
	font-size:14px;
	border:0;
	border-radius: 5px;
	margin-right:5px;
	min-width:150px;
	font-family: "PT Sans", sans-serif;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

.featured_search select:focus {
	transition: .3s;
	background-color: #eee;
}

.featured_search input{
	border:0;
	font-size:14px;
	padding:10px;
	min-width:100px;
	margin-right:5px;
	font-family: "PT Sans", sans-serif;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

.featured_search input:focus {
	transition: .3s;
	background-color: #eee;
}

.featured_search button{
	color: #ffffff;
    text-shadow: none;
    background-color: #006CB2;
    background-image: none;
    background-repeat: repeat-x;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px;
    border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
}

.featured_search button:hover {
	transition: .3s;
	background-color: #015E9A;
}

.home_featured_search{
	background:#111;
	text-align:center;
	color:#fff;
	padding:100px 0;
}
.home_featured_search h2{
	text-transform: uppercase;
	font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 50px;
	margin-top:0;
	color:#fff;
}
.home_featured_search ul li{
	display:inline-block;
	text-align:left;
}
.home_featured_search ul li label{
	text-transform: uppercase;
    letter-spacing: 1px;
	font-size:12px;
	color:#ccc;
	font-weight:bold;
	display:block;
}
.home_featured_search ul li select{
	padding:10px;
	color:#ccc;
	border:1px solid #6b6b6b;
	font-size:12px;
	margin-right:10px;
	background:#111;
	min-width:150px;
}
.home_featured_search ul li select.wheels_tires{
	padding:10px;
	color:#fff;
	border:1px solid #058fe8;
	font-size:12px;
	margin-right:10px;
	background:#058fe8;
}
.home_featured_search ul li button{
	color: #ffffff;
    text-shadow: none;
    background-color: #058fe8;
    background-image: none;
    background-repeat: repeat-x;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px;
    border-radius: 0;
}
.home_featured_search ul li input{
	border:1px solid #6b6b6b;
	font-size:14px;
	padding:8.5px 10px;
	min-width:100px;
	margin-right:10px;
	background:#111;
	color:#ccc;
}
.tire_search_box em{
	font-style:normal;
	font-size:16px;
	margin-right:10px;
	margin-left: 8px;
	font-weight: 600;
	color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #111;
    border-color: transparent;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 0;
	background-color:#fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-top:30px;
}
.notfound{
	font-size:150px;
	color:#ddd;
	text-align:center;
	margin-top: 180px;
}
.notfound_title{
	font-size:18px;
	text-align:center;
	color:#aaa;
	margin-top:50px;
}
.accoun-list ul{
	margin-bottom:30px;
}
.accoun-list ul li{
	font-size:14px;
	line-height:30px;
}
.accoun-list ul li a{
	color:#333;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
	margin-top:30px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
.lang-flag {
	width: 30px;
}


#top {
	background-color: #111111;
	height: 40px;
	line-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: #333;
	background-color: #f0f0f0;
	background-image: none;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	text-transform:capitalize;
	padding:0 5px;
	font-size: 14px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ccc;
}
#top-links .dropdown-menu a,#form-language .dropdown-menu li button{
	text-shadow: none;
	color:#333;
	font-size:18px;
	padding:5px 10px;
}
#top-links .dropdown-menu a:hover,#form-language .dropdown-menu li button:hover{
	color: #333;
	background:#f0f0f0;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
header{
	height:100px;
}
#logo {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#logo a img{
	margin:0 auto;
	width: 200px;
}
/* search */
#search {
	display:none;
}
.search-bar #search {
	display: flex;
	align-items: center;
	margin-top: -10px;
	height: 100px;
}
#search .input-lg {
	height: 49px;
	line-height: 48px;
	padding: 0 8px;
	border:1px solid #ccc;
	border-radius:8px;
	font-size: 16px;
    padding-left: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: none;
}
#search .btn-lg {
	line-height: 38px;
	padding: 5px 10px;
	text-shadow: none;
	background:#fff;
	border-radius:8px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border:1px solid #ccc;
	border-left:0;
	outline: none;
}
.dodo_body{
	padding-left:15px;
	padding-right:15px;
}
.owl-wrapper-outer {
    border: 0;
    border-radius: 0px;
    box-shadow: none;
}
.owl-pagination {
    top: -14px;
}
.owl-controls .owl-page {
    margin: 0px;
}
.owl-controls .owl-page span {
    display: block;
    width: 150px;
    height: 5px;
    background: #444;
    border-radius: 0px;
    box-shadow: none;
}
.owl-controls .owl-page.active span {
    background: #058fe8;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}

	#logo {
		height: 35px;
		width: 100%;
	}

	.mobile-row {
		margin: 0;
	}

	.header-container {
		padding: 0;
	}

	.navbar {
		padding-left: 15px;
	}

	#top-links a {
		font-size: 18px;
	}
}
#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 {
}
.navbar {
    margin-bottom: 0px;
    border: 0;
}
.navbar-nav {
    float: none;
    text-align:center;;
}
#menu .nav > li{
	margin:0 10px;
	float:none;
	display:inline-block;
}
#menu .nav > li > a {
	color: #000;
	line-height: 55px;
	padding:0;
	border-bottom:5px solid #fff;
	font-size:16px;
	transition: .3s;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #fff;
	border-bottom:5px solid #058fe8;
	transition: .3s;
}
#menu .nav > li > a:focus{
	background:#fff;
}
#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, #23a1d1, #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: left;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#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) {
	#search {
		margin-top: 5px;
		display:table;
	}
	#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;
	}
	#mobile-nav{
		float:left;
		padding-left:0;
		margin-top:0;
	}
	#mobile-nav span{
		display:block;
		border-top:1px solid #000;
		height:8px;
		width:24px;
	}
	#mobile-nav span.menu-bar-2{
		width:16px;
	}
	#mobile-nav span.menu-bar-3{
		width:12px;
	}
	.owl-pagination {
		top: -13px;
	}
	.owl-controls .owl-page span {
		display: block;
		width: 60px;
		height: 5px;
		background: #444;
		border-radius: 0px;
		box-shadow: none;
	}
#menu .nav > li{
	margin:0 20px;
	float:none;
	display:block;
}
#menu .nav > li > a {
	color: #111;
	line-height: 36px;
	padding:0;
	border-bottom:5px solid #fff;
	font-size:18px;
	letter-spacing:1px;
	transition: .3s;
	font-weight: bold;
}
.company_vision h2 {
    font-size: 24px;
}
.company_vision p {
    font-size: 14px;
    line-height:20px;
	padding:0 20px;
}
}
/* content */
#content {
	min-height: 600px;
	padding:0;
}

/* download */
.download-section {
	background-image: url("https://www.dodowheels.com/image/catalog/download-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	text-align: right;
}

.download-section h2 {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-align: right;
	width: 40%;
	font-weight: bold;
}

.download-caption {
	text-align: right;
	color: #fff;
}

.download-caption>div {
	display: flex;
	justify-content: right;
}

.publish-size {
	font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

.publish-date {
	border-bottom: 2px solid #058fe8;
	padding-bottom: 3px;
}

.download-btn {
	display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(#5fc929, #4fba2e);
    color: #1d4511;
    font-weight: bold;
    border-radius: 50px;
    transition: 0.3s;
    font-size: 20px;
}

.download-btn i {
	margin-right: 5px;
	font-size: 18px;
}

.download-btn:hover {
	color: #fff;
	transition: 0.3s;
}

/* footer */
footer {
	margin-top: 0px;
	padding-top: 80px;
	background-color: #111;
	border-top: 1px solid #ddd;
	color: #aaa;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #414141;
	margin-top:50px;
}
footer a {
	color: #aaa;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 2px;
	margin-bottom:30px;
}
footer ul{
	margin-bottom:30px;
}
footer ul li{
	line-height:30px;
}
footer ul li a{
	text-transform: uppercase;
    letter-spacing: 1px;
}
footer ul li a:hover{
	color:#fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius:0;
	border:0;
	margin-bottom: 0;
	margin-top: 20px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 0;
	border: 0;
	margin-left:0px;
	text-align: center;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #333;
	text-shadow: none;
	background-color: #e7e7e7;
	background-repeat: repeat-x;
	border:0;
	border-radius:5px;
	font-size:14px;
	letter-spacing:1px;
	padding: 12px 15px;
	box-shadow: none;
	font-weight: 600;
}
.btn-primary {
    color: #ffffff;
    text-shadow:none;
    background-color: #058fe8;
    background-image: none;
    background-repeat: repeat-x;
	border:0;
	font-size:14px;
	letter-spacing:1px;
	padding: 8px 25px;
	border-radius:5px;
	padding: 12px 15px;
	box-shadow: none;
	font-weight: 600;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #047bc7;
}
.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: none;
	background-color: #e82a05;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #e82a05;
	border-radius:0;
	padding: 9px 12px 8px 12px;
}
.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:none;
	background-color: #df5c39;
	background-image: none;
	background-repeat: repeat-x;
	border:0;
	border-radius:0;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	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: 30px;
	border-radius: 10px;
	overflow: auto;
	padding: 20px;
	transition: .3s;
}

.product-thumb:hover {
	box-shadow: 0px 0px 30px rgba(0,0,0,.3);
	transition: .3s;
}

.stock-label {
	display: inline-block;
	background-color: #eee;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 13px;
	cursor: pointer;
	transition: .3s;
}

.stock-label:hover {
	background-color: #058fe8;
	transition: .3s;
	color: #fff;
} 

.stock-list {
	padding: 10px 0;
	font-size: 13px;
}

.stock-list span {
	display: block;
	padding: 3px 15px;
}

.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;
	margin-top:40px;
}
@media (min-width: 767px) {
.category_banner{
	height:368px;
	background:url(../image/banner_bg1.jpg) top center no-repeat;
	overflow:hidden;
	background-size: cover;
}
.category_banner h1{
	font-size:36px;
	color:#fff;
	text-transform: uppercase;
    letter-spacing: 3px;
	font-weight:400;
	padding-top:20px;
}
.category_banner p{
	color:#fff;
	line-height:24px;
	font-size:16px;
}
.category_banner img.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0px;
    background-color: transparent;
    border: 0;
    margin-top: 33px;
    float: right;
    margin-right: -80px;
}
.sortby{
	padding:0;
}
.sortby label.input-group-addon{
	background:#fff;
	border:0;
	font-size:16px;
	padding:0;
	padding-left:30px;
	padding-right:15px;
	color: #000;
}
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 400;
	margin-bottom: 10px;
}
.product-thumb h4 a{
	font-size:16px;
	color:#000;
	text-transform: uppercase;
}

.stock {
	padding: 10px 0;
}

.warehouse {
	border: 2px solid #ddd;
	padding: 20px;
	border-radius: 10px;
	transition: .3s;
	margin-top: 10px;
	cursor: pointer;
}

.warehouse:hover, .warehouse.active {
	transition: .3s;
	padding: 17px;
	border: 5px solid #058fe8;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.warehouse h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	color: #000;
}

.warehouse p {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	line-height: 20px;
	margin-bottom: 0;
}

.switch {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ddd;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }

#input-ship-to {
	padding: 0px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 5px;
    min-width: 150px;
    font-family: "PT Sans", sans-serif;
    cursor: pointer;
    outline: none;
    transition: .3s;
	box-shadow: none;
	height: 40px;
	width: 100%;
}

.product-thumb .caption {
	height: 150px;
	text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-thumb .caption h6{
   font-size:16px;
   margin-top: 20px;
}
.product-thumb .caption h6 a{
   color:#000;
}
.page_banner{
	height:300px;
	background:url(../image/banner_bg1.jpg) top center no-repeat;
	background-size: cover;
}
.page_banner h1{
	font-size:36px;
	color:#fff;
	text-transform: uppercase;
    letter-spacing: 3px;
	font-weight:400;
	padding-top:20px;
}
.page_banner p.search_item{
	font-size:24px;
	color:#fff;
	text-transform: uppercase;
    letter-spacing: 3px;
	font-weight:400;
	padding-top:10px;
}
.page_banner hr{
	border-top: 5px solid #058fe8;
    width: 110px;
    margin-top: 0px;
}
.page_banner p{
	color:#fff;
	line-height:24px;
	letter-spacing: 1px;
	font-size:14px;
}
.page_content{
	padding:100px 15px;
}
.page_content p{
	font-size:14px;
	letter-spacing:1px;
	line-height:24px;
}
.panel{
	box-shadow:none;
	border:0;
}
.category-filter{
	border-right: 1px solid #000;
	margin-top: 130px;
}

.category-filter .panel-heading {
	background-color: #fff;
	border-radius: 0;
	border: 0;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 1px;
}

.category-filter a.list-group-item {
	background-color: #fff;
	color: #000;
	padding: 15px 0;
	padding-bottom: 0;
}

.category-filter .list-group-item {
	border: 0;
}

.category-filter .checkbox {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 16px;
}

.contact_left{
	margin-top:85px;
	font-size:14px;
	color:#333;
	letter-spacing:1px;
}
.contact_left strong{
	margin-bottom:10px;
	display:block;
	text-transform: uppercase;
}
.contact_form{
	margin-top:100px;
}
.contact_form legend{
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
    letter-spacing: 1px;
	color:#333;
	border:0;
	padding-top:0;
	margin-bottom:10px;
}
.contact_form div.form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.contact_form label.control-label {
    font-size:14px;
	margin-bottom:10px;
	letter-spacing: 1px;
}
.contact_form input,.contact_form textarea{
	border-radius:0;
	border-color:#e3e3e3;
}
#collapse-coupon div.panel-body,#collapse-shipping div.panel-body,#collapse-voucher div.panel-body{
	padding:30px 0px;
	font-size:14px;
}
#collapse-coupon div.panel-body label,#collapse-shipping div.panel-body label,#collapse-voucher div.panel-body label{
	font-size:14px;
}


/* category list */
.p-header{
	list-style: none;
	font-size: 0;
	border-bottom: 3px solid #eee;
	padding: 0;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
}

.p-header > li{
	display: inline-block;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	list-style: none;
	line-height: 30px;
	padding: 0 10px;
	padding-left: 0;
	box-sizing: border-box;
}

li.p-img{
	width: 8%;
}

li.p-right {
	width: 92%;
}

li.p-right ul {
	padding: 0;
	width: 100%;
	list-style: none;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;
}

li.p-right ul li {
	float: left;
}

li.p-no{
	width: 10%;
}

li.p-name{
	width: 16%;
}

li.p-des{
	width: 27.5%;
}

li.p-stock{
	width: 14%;
	position: relative;
}

li.p-price{
	width: 12%;
}

li.p-right ul li.p-stock b {
	display: none;
}

li.p-add{
	width: 13%;
	text-align: right;
}

li.price > a {
	color: #058fe8;
	text-decoration: none;
}

li.p-price span{
	font-weight: bold;
	color: red;
}

li.p-right ul li.p-no {
	width: 11%;
	font-weight: 600;
}

li.p-right ul li.p-no a {
	color: #058fe8;
	text-decoration: underline;
}

li.p-right ul li.p-name {
	width: 17.5%;
}

li.p-right ul li.p-des {
	width: 30%;
}

li.p-right ul li.p-stock {
	width: 17%;
}

li.p-right ul li.p-price {
	width: 13%;
}

.p-price .price b{
	margin-right: 10px;
}

.p-list{
	margin-bottom: 20px;
}

.p-item{
	border-bottom: 1px solid #000;
	transition: .3s;
}

.p-item:hover {
	background-color: #f9f9f9;
	transition: .3s;
}

.p-item>ul{
	list-style: none;
	display: flex;
	width: 100%;
	min-height: 70px;
	padding: 10px 0;
	margin: 0;
	justify-content: center;
	align-items: center;
}

.p-item>ul>li{
	display: block;
	list-style: none;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	display: flex;
    align-items: center;
    height: 100%;
	padding-left: 0;
	box-sizing: border-box;
}

.p-item>ul>li.p-add{
	justify-content: flex-end;
}

.p-small-img{
	height: 50px;
}

.p-small-img > a > img{
	height: 100%;
}

.clear {
	clear: both;
}

.p-input{
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	box-shadow: none;
	border: 0;
	margin-right: 10px;
	outline: none;
	font-weight: 600;
	background-color: #eee;
}

.p-button{
	width: 40px;
	height: 40px;
	border: 0;
	background-color: #058fe8;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	line-height: 40px;
}

.p-small-img img.target {
	position: absolute;
	top: 5px;
	right: -10px;
	width: 20px;
	height: 20px;
}

button[disabled]{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background-color: #ddd;
	color: #999;
	border-radius: 5px;
	cursor: not-allowed;
}

#product>.form-group>p{
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	border-radius: 3px;
	padding: 6px 10px;
	color: #721c24;
	font-size: 14px;
}

#product>.form-group>p>a{
	color: #721c24;
	font-weight: bold;
	text-decoration: underline;
}

.sortby{
	display: flex;
	justify-content: center;
}

.sortby label.input-group-addon{
	padding-left: 15px;
}

.check-in-stock {
	height: 36px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.check-in-stock label {
	font-size: 16px;
	margin: 0;
	cursor: pointer;
}

#show-in-stock {
	margin-top: 0;
	margin-left: 5px;
}

#input-sort {
	border: 0;
	font-size: 14px;
	height: 36px;
	padding-right: 40px;
	background-color: #eee;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.sortby .jt {
	z-index: 2;
	top: 7px;
	right: 0;
}

.fit, .fit p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fit p {
	margin: 20px;
}

.fit img {
	width: 24px;
}

.fit span {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 500;
}

.fit-list {
	display: flex;
	align-items: center;
	height: 36px;
	padding-left: 20px;
}

.fit-list img {
	width: 20px;
}

.fit-list span {
	font-size: 16px;
	margin-left: 10px;
	margin-right: 30px;
	font-weight: 500;
}

.heading {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	color: #000;
	margin-bottom: 5px;
}

.heading-list {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 0 15px;
	margin-bottom: 10px;
}

.underline {
	border-top: 5px solid #058fe8;
    width: 70px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.caption p img {
	width: 30px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #058fe8;
    border-color: #058fe8;
}

.order-confirm-info{
	margin-bottom: 50px;
}

.cart-list>thead>tr>td{
	padding: 6px 10px;
	font-size: 10px;
	color: #999;
	background-color: #eee;
}

.cart-list>tbody>tr>td{
	padding: 15px 10px;
	height: 40px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.cart-list>tbody>tr>td>img.img-thumbnail{
	width: 40px;
	height: 40px;
	padding:0;
	margin: 0;
}

.cart-qty{
	width: 60px!important;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px!important;
	box-shadow: none;
	border: 0;
	margin-right: 5px;
	outline: none;
	font-weight: 600;
	background-color: #eee;
	font-size: 16px!important;
}

.cart-fresh{
	width: 40px;
    height: 40px;
    border: 0;
    background-color: #058fe8;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    line-height: 40px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
}

.cart-delete{
	width: 40px;
    height: 40px;
    border: 0;
    background-color: #dc0000;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    line-height: 40px;
    margin-left: 5px;
}

.cart-fresh i, .cart-delete i{
	font-size: 16px;
}

.account-menu {
	border: 1px solid #ddd;
    margin-top: 30px;
    padding: 15px 20px;
}

.account-menu li{
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
}

.account-menu li a{
	color: #333;
}

.featured-search-wrapper .featured_search{
	margin-top: 30px;
}



@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.btn-default {
    color: #777;
    text-shadow: none;
    background-color: #e7e7e7;
    background-repeat: repeat-x;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 15px;
}
.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #058fe8;
    background-image: none;
    background-repeat: repeat-x;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 15px;
    border-radius: 0;
}
.breadcrumb {
    padding: 10px 0;
}
.category_banner{
	height:368px;
	background:url(../image/banner_bg1.jpg) top center no-repeat rgba(255,255,255,1);
}
.category_banner h1{
	font-size:24px;
	color:#fff;
	text-transform: uppercase;
    letter-spacing: 3px;
	font-weight:400;
	padding:0 15px;
	padding-top:20px;
}
.category_banner p{
	color:#fff;
	line-height:20px;
	letter-spacing: 1px;
	font-size:14px;
	padding:0 15px;
}
.category_banner img.img-thumbnail {
    display:none;
}
.featured_search{
	margin-bottom:0;
}
.featured_search select{
	width:100%;
	margin-bottom:15px;
}
.featured_search input{
	width:100%;
	margin-bottom:15px;
}
.home_featured_search h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;
}
.home_featured_search{
	padding-left:35px;
	padding-right:35px;
}
.home_featured_search ul{
	padding:0;
}
.home_featured_search select{
	width:100%;
}
.home_featured_search ul li{
	margin-bottom:15px;
	display:block;
}
.home_featured_search input{
	width:100%;
}
.sortby{
	padding:40px 0;
}
.sortby label.input-group-addon{
	background:#fff;
	border:0;
	font-size:18px;
	padding:0;
	padding-left:30px;
	padding-right:15px;
}
.page_content {
    padding: 50px 30px;
}
.page_banner h1 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
	padding:0 15px;
    padding-top: 20px;
}
.page_banner p {
    line-height:20px;
	padding:0 15px;
}
.contact_left {
    margin-top: 50px;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}
.contact_form{
	margin-top:0;
	padding:0 30px;
}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #333;
	font-size:18px;
	font-weight:bold;
}
.product-thumb .price span{
	color:#d70000;
}

.productprice li b{
	font-size:27px;
	color:#333;
}
.productprice li h2{
	margin-bottom:4px;
	margin-top:-4px;
	font-weight:bold;
	color:#d70000;
}
.hideprice{
	display:none;
}
.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-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;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.category_banner img.img-thumbnail{
		display:none;
	}
}

@media (max-width: 768px) {

    .home_featured_search ul li button {
    	width: 100%;
    	padding: 13px 25px;
    	border-radius: 3px;
    }

    .home_featured_search {
    	padding-top: 45px;
    	padding-bottom: 30px;
    }

    .company_vision h4 a {
    	padding: 13px 25px;
    	border-radius: 3px;
    }

    .company_vision {
	    padding-bottom: 50px;
	    padding-top: 30px;
	}

	footer {
		padding-top: 30px;
	}

	footer hr {
		margin-top: 0;
	}

	header {
		height: 80px;
	}

	#logo a img {
		width: 100px;
	}

	#search {
		margin-top: 0;
	}

	#search .input-lg, #search .btn-lg {
		box-shadow: none;
	}

	#search .input-lg {
	    height: 40px;
	    line-height: 40px;
	    padding: 0 10px;
	    border: 1px solid #ddd;
	    border-radius: 3px;
	    font-size: 14px;
	}

	#search .btn-lg {
		padding: 9px 10px;
		border-color: #ddd;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	#mobile-nav span {
		border-top-width: 2px;
	}

	.dodo_body {
		padding-top: 20px;
	}

	.category_banner p {
		line-height: 16px;
	}

	.featured_search button {
	    padding: 13px 25px;
	    border-radius: 3px;
	    width: 100%;
	}

	.search-blank {
		height: 260px;
	}

	.tire_search_box em {
		display: none;
	}

	.featured_search label {
	    font-size: 24px;
	    margin-right: 0;
	    margin-bottom: 20px;
	}

	.breadcrumb_wrap {
		line-height: 40px;
	}

	.breadcrumb > li {
	    padding: 0 10px;
	    font-size: 12px;
	}

	#content {
		padding: 15px;
	}

	#content.row {
		padding: 0;
	}

	.page_banner {
		height: 210px;
	}

	.page_banner hr {
		display: none;
	}

	.fit {
		margin-top: 50px;
	}

	#content.account-list {
		padding:0;
	}

	.sortby {
		padding-top: 20px;
		padding-bottom: 0;
	}

	.p-header {
		display: none;
	}
	

	.p-item>ul>li {
		padding: 20px 10px;
	}

	li.p-right ul li.p-no, li.p-right ul li.p-name, li.p-right ul li.p-des, li.p-right ul li.p-stock, li.p-right ul li.p-price, li.p-add {
		width: 100%;
	}

	.p-small-img img {
	    height: auto;
	    width: 100%;
	}

	.p-small-img {
		width: 100%!important;
		height: auto;
	}

	.p-item>ul>li.p-img {
		padding: 0;
		padding-top: 20px;
		flex: 1;
	}

	.p-item>ul>li.p-right {
	    flex: 2;
		padding: 0;
		float: none;
		padding-left: 20px;
	}

	.p-item>ul>li.p-right>ul {
		flex-direction: column;
	}

	.p-item>ul {
		align-items: flex-start;
		font-size: 14px;
	}

	li.p-right ul li.p-stock {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	li.p-right ul li.p-stock b {
		display: inline-block;
		font-weight: normal;
		margin-right: 5px;
	}

	.select-wrap {
	    position: relative;
	    display: inline-block;
	    width: 100%;
	}

	.jt {
	    right: 2%;
	}

	.cart-list>tbody>tr>td {
		min-width: 120px;
	}

	.home_featured_search ul li input {
		margin-bottom: 15px;
	}


}

@media (max-width: 768px) {

	header {
		height: 50px;
	}

	#logo a img {
		width: 100px;
	}

	#mobile-nav span {
		border-top-width: 2px;
	}

	.search-bar #search {
		margin-top: 5px;
		border: 2px solid #000;
		height: 40px;
		border-radius: 5px;
		padding: 3px;
	}

	#search .input-lg {
		height: 32px;
		line-height: 32px;
		padding: 0 8px;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		font-size: 16px;
	}

	.search-bar {
		margin-left: 50px;
	}

	#search .btn-lg {
		line-height: 20px;
		padding: 0px;
		text-shadow: none;
		background: #fff;
		border-radius: 0;
		border: 0;
		border-left: 0;
		color: #000;
		width: 32px;
		height: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
		outline: none;
		margin-left: -30px;
	}

	#search .btn-lg i.fa {
		font-size: 16px;
	}

	.featured_search {
		margin-bottom: 0;
		top: 362px;
	}

	.product-search .featured_search {
		top: 350px;
	}

	.select-wrap {
		display: block;
	}

	.featured_search label {
		margin: 0;
		margin-bottom: 20px;
	}

	.sortby {
		margin-top: 50px;
		display: block;
		padding: 0 15px;
	}

	.product-search .sortby {
		margin-top: 80px;
	}

	.sortby label.input-group-addon {
		background: #fff;
		border: 0;
		font-size: 14px;
		padding: 0;
		padding-left: 0px;
		padding-right: 15px;
	}

	.check-in-stock {
		padding-left: 0;
		margin-bottom: 20px;
	}

	.stock-list {
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 5px 0;
	}

	.stock-list span {
		padding: 3px 10px;
	}

	.fit-list {
		display: flex;
		align-items: center;
		height: 36px;
		padding-left: 0;
		margin-bottom: 20px;
		margin-top: -10px;
	}

	.navbar-collapse {
		position: absolute;
		width: 100%;
		background: #fff;
		z-index: 999;
		left: 0;
	}

}