body {
	border-top: 3px solid #dc371f;
	background-color: #fff;
	font-family: 'proxima-nova', sans-serif;
}
header {
	padding-top: 8px;
}
header img.logo {
	float: left;
	padding-right: 10px;
}
header h1 {
	font-family: "industry-inc-base", sans-serif;
	font-size: 21px;
	margin-bottom: 5px;
	margin-top: 32px;
	letter-spacing: 0px;
}
header h1 span {
	color: #dc1f1f;
}
.product-list > .row {
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
}
.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    padding: 15px 32px;
    margin-bottom: 14px;
    margin-top:  -20px;
}
.box-category ul li ul {
    display: none;
}


.box .box-category ul li a,
.search-options .category-list ul li a {
    font-size:  14px;
    padding-bottom:  8px;
    background-color: #f0f0f0;
	display:block;
}
.category-list ul {
    margin: 0px;
    padding: 0px;
}
h4 + .inner-search.search-options {
    padding:  10px 20px;
}
.carousel {
    background: #ccc;
}

.carousel .col-md-12.slider {
    margin-top: 0px;
    padding:  35px 0px;
}
ul.companies li {
    display: inline;
}
ul.companies li a:hover {
    background: #dc371f;
    color: #fff;
}
ul.companies li a {
    display: inline-block;
    background: #dfdfdf;
    padding:  10px;
    border-radius: 6px;
    margin:  0px 0px 5px;
    color: #555;
	text-decoration:none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

ul.companies {
    text-align: center;
	margin-top: 20px;
}

.box-category ul li a.active + ul,
.search-options .category-list ul li a.active + ul {
    display: block;
}
.box-category ul li:last-child,
.search-options .category-list ul li:last-child {
    margin-bottom: 3px;
}
.box-category ul li ul li a,
.search-options .category-list ul li ul li a {
    padding-left:  27px;
}

.box-category ul li ul li a,
.search-options .category-list ul li ul li a {
    background: transparent;
}
.box-category ul li a.active,
.box-category ul li ul li a.active {
    background-color: #4a4a4a;
	color:#fff;
}


img.close {
    padding:  7px;
}

.large-field {
    height:  36px;
    width:  100%;
}


.checkout-heading a {
    display: inline-block;
    cursor: pointer;
}

span.error {
    background: rgb(255,170,170);
    padding: 1px 5px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    position: relative;
    top:  -1px;
}



.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
    display: block !important;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.cart-content td {
    padding:  3px 15px 3px 0px;
}

.cart-content input,
.cart-content select {
    height:  39px;
    padding-left: 10px;
}

#shipping select {
    height:  39px;
    padding-left: 10px;
}

header h2 {
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	padding-top: 0px;
	margin-top: -7px;
	color: #484848;
	font-weight: 400;
}
header h2 span.italic {
	font-style: italic;
}
header i.fa.fa-phone {
	font-size: 19px;
	border: 2px solid #dc371f;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	padding: 5px;
	color: #dc371f;
}
header p.phone {
	font-family: "industry-inc-base", sans-serif;
	font-size: 22px;
	color: #3f3f3f;
	float: right;
	padding-right: 15px;
}
.mob-buttons {
	display: none;
}
header a.in-cart {
	float: right;
	display: inline-block;
	background-color: #343434;
	padding: 6px 10px;
	color: #fff;
	border-radius: 5px;
	transition: 0.3s ease;
}
header a.in-cart:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: 0.3s ease;
}
p.in-cart {
	display: none;
}
a.red-button {
	float: right;
	display: inline-block;
	font-family: "industry-inc-base", sans-serif;
	text-decoration: none;
	background-color: #dc371f;
	color: #fff;
	padding: 6px 12px;
	border-radius: 5px;
	margin-left: 3px;
	transition: 0.3s ease;
	padding-top: 8px;
}
a.red-button:hover {
	color: #fff;
	background-color: #1b1b1b;
	text-decoration: none;
	transition: 0.3s ease;
}
#menu ul.nav li {
	display: inline-block;
}
#menu ul.nav li a {
	font-family: "proxima-nova", sans-serif;
	color: #3b3b3b;
	font-size: 17px;
	font-weight: 500;
	padding: 8px 15px;
}
#menu ul.nav {
	padding: 0px;
	float: right;
}
#menu {
	float: right;
	margin-right: -30px;
	margin-top: 24px;
	margin-bottom: 10px;
}
#menu ul.nav li a:hover, #menu ul.nav li a.active {
	background-color: #dc371f;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
.main-banner {
	background-image: url(../image/banner.png);
	background-repeat: no-repeat;
	height: 560px;
	background-position: center center;
	width: 100%;
}
.main-banner .tractor {
	background-image: url(../image/tractor.png);
	height: 560px;
	background-repeat: no-repeat;
	background-position: top 80px left;
	background-size: 450px;
}
.main-banner .home-search h3 {
	font-family: "industry-inc-base", sans-serif;
	color: #dc371f;
	text-align: center;
	line-height: 18px;
}
.main-banner .home-search p {
	text-align: center;
	width: 80%;
	margin: 0px auto;
	font-size: 18px;
	color: #404040;
}
.main-banner .home-search {
	margin-top: 83px;
	padding-left: 0px;
}
.inner-content h3 {
	font-family: "industry-inc-base", sans-serif;
	text-align: center;
	font-size: 40px;
}
.inner-content {
	margin-top: 50px;
}
.inner-content h3 span {
	color: #dc371f;
}
.inner-content p {
	font-size: 17px;
	text-align: center;
	color: #404040;
	font-weight: 400;

	line-height: 27px;
	margin-top: 10px;
}
strong {
	color: #dc371f;
}
.inner-content h4 {
	text-align: center;
	font-size: 35px;
	font-weight: 200;
	color: #282828;
	margin-bottom: 46px;
	font-family: 'proxima-nova', sans-serif;
}
ul.seller-of {
	padding: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-top: -8px;
}
ul.seller-of li {
	list-style: none;
}
ul.seller-of li a {

	text-align: center;
	font-family: "industry-inc-base", sans-serif;
	color: #fff;
	background-color: #9b9b9b;
	height: 57px;
	margin-bottom: 27px;
	line-height: 57px;
	margin-left: 2%;
	display: inline-block;

	transition: 0.3s ease;
	font-size: 19px;
	    padding: 4px 23px;
		text-decoration:none;
}
ul.seller-of li a:hover {
	background-color: #4a4a4a;
	text-decoration: none;
	transition: 0.3s ease;
}
.inner-content p.dl {
	clear: both;
	margin-top: 40px;
	position: relative;
	top: 30px;
	font-family: 'Proxima-nova', sans-serif;
}
.inner-content p.dl a {
	color: #dc371f;
}
.slider {
	margin-top: 80px;
}
.slider h5 {
	text-align: center;
	font-size: 27px;
	font-weight: 300;
	font-family: 'proxima-nova', sans-serif;
}
inner-content a:hover {
	text-decoration: none !important;
}
.f-content p a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.3s ease;
}
footer {
	height: 130px;
	background-color: #252525;
}
.f-content ul.nav {
	list-style: none;
	padding: 0px;
	text-align: center;
}
.f-content ul.nav li {
	display: inline-block;
	margin: 0px auto;
	text-align: center;
}
.f-content ul.nav li a {
	text-align: center;
	margin: 0px auto;
	display: block;
	float: none;
	color: #dcdbdb;
	font-weight: 300;
	transition: 0.3s ease;
}
.f-content p {
	text-align: center;
	color: #fff;
}
.f-content p a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 25px;
}
.f-content ul.nav {
	margin-top: 15px;
	margin-bottom: 20px;
}
.f-content ul.nav li a:hover {
	background-color: transparent;
	opacity: 0.7;
	transition: 0.3s ease;
}
.bx-wrapper .bx-viewport {
	border: 0px !important;
	box-shadow: none !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	display: none;
}
.grey-bar {
	background-color: #F7F7F7;
}
.grey-bar .inner-content {
	margin-top: 0px;
}
.page-wrap {
	overflow: hidden;
}
.grey-bar {
	padding-top: 85px;
	padding-bottom: 85px;
	display: block;


}
i.fa.fa-caret-right, i.fa.fa-caret-left {
	color: #878787;
	font-size: 35px;
	margin-top: 50px;
	transition: 0.3s ease;
}
i.fa.fa-caret-right:hover, i.fa.fa-caret-left:hover {
	color: #1b1b1b;
	transition: 0.3s ease;
}
.carousel-buttons p#button-left {
	float: left;
}
p#button-right {
	float: right;
}
ul.seller-of.centered {
	position: relative;

}
ul.seller-of.centered {
    text-align: center;
}

ul.seller-of.centered li {
    display: inline;
}
span#cart_total {
	font-family: 'proxima-nova', sans-serif !important;
	font-weight: 400;
}
a.in-cart i.fa {
	padding-right: 10px;
}
/*HOME SEARCH*/

.advance-search-form {
	display: none;
}
a.home-search-f {
	width: 50%;
	display: inline-block;
	text-align: center;
	background-color: #bfbfbf;
	color: #4a4a4a;
	padding: 15px 0px;
	font-family: 'Industry-Inc-Base', sans-serif;
	font-size: 21px;
	letter-spacing: -1px;
	margin: -2px;
	text-decoration: none !important;
	transition: 0.3s ease;
}
.advance-search-form select#filter_manufacturer_id, .advance-search-form select#filter_category_id, .advance-search-form select#filter_subcategory_id {
	height: 30px;
	position: relative;
	top: -8px;
}
.advance-search-form input#filter_modelno {
	width: 75%;
	height: 40px;
}
.advance-search-form input#search_btn {
	background-color: #dc371f;
	border: none;
	color: #fff;
	font-weight: 300;
	height: 40px;
	margin-left: -4px;
	position: relative;
	width: 110px;
	text-transform: uppercase;
	background-image: url(../image/glass.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 19px;
	padding-left: 25px;
	transition: 0.3s ease;
}
.advance-search-form input#search_btn:hover {
    background-color: #1b1b1b;
    transition: 0.3s ease;
}
a.home-search-f:hover {
	background-color: #4a4a4a;
	color: #fff;
	transition: 0.3s ease;
}
.search-filter {
	margin-top: 30px;
}
a.home-search-f.current {
	background-color: #bfbfbf;
	color: #fff;
	transform: scale(1, 1);
	padding: 20px;
	position: relative;
	top: -5px;
	color: #4a4a4a;
}
.search-options legend {
	display: none;
}
.nav-tabs>li>a:hover {
	color: #fff !important;
	background-color: #4a4a4a;
}
fieldset {
	text-align: center;
}
input#filter_name {
	width: 377px;
	height: 44px;
	padding: 10px;
	color: #888 !important;
	font-style: normal !important;
	position: relative;
    top: 2px;
}
a.home-search-f.current {
	color: #fff !important;
	background-color: #4a4a4a !important;
}
.nav-tabs>li.active>a.home-search-f {
	color: #fff !important;
	background-color: #4a4a4a !important;
	   padding: 18px 10px;
    margin-top: -13px;
}
.nav-tabs>li>a.home-search-f {
    padding-bottom: 7px;
	padding-top: 14px;
}
.search-options input#search_btn2 {
	background-color: #dc371f;
	border: none;
	color: #fff;
	font-weight: 300;
	height: 44px;
	margin-left: -4px;
	position: relative;
	top: 2px;
	width: 110px;
	text-transform: uppercase;
	background-image: url(../image/glass.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 19px;
	padding-left: 25px;
	transition: 0.3s ease;
}
.search-options input#search_btn2:hover {
	background-color: #1b1b1b;
	transition: 0.3s ease;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	width: 50%;
}
.col-md-4 .search-options {
	padding: 0px;


}
.floatNone {
	float:none !important;
}
.links a {
    display: inline-block;
    width: 30px;
    background: #dc371f;
    color: #fff;
    text-decoration: none;
    height: 30px;
    text-align: center;
    padding: 6px;
    transition: all 0.15s;
}
.pagination {
	display:block;
}
.pagination .links {
	text-align: center;
}
.links b {
    display: inline-block;
    width: 30px;
    background: #1c1c1c;
    color: #fff;
    text-decoration: none;
    height: 30px;
    text-align: center;
    padding: 6px;
}

.links a:hover {
    background: #1c1c1c;
}

.results {
    padding:  10px 0px;
	text-align:center;
}
.search-options {
	background-color: #f0f0f0;
	height: 130px;
	padding: 20px;
	border: 1px solid #bfbfbf;
	position: relative;
	top: -3px;
	left: -2px;
	padding-top: 30px;
}
.search-filter legend {
	display: none;
}
.search-filter {
	background-color: #f0f0f0;
}
a.home-search-f {
	width: 100%;
	border-radius: 0px !important;
}
.product-info {

	margin-bottom: 5px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #9e1c14;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.price .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #9e1c14;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
/*CATALOGUE*/
.page-title {
	min-height: 150px;
	background-color: #E4E4E4;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4) inset;
	background-image: url(../image/b-banner.jpg);
	background-attachment: fixed;
	position: relative;
}
.search-filter h4 {
	color: #fff !important;
    background-color: #4a4a4a !important;
    font-family: "industry-inc-base", sans-serif;
    font-size: 25px;
    line-height: 56px;
    border: 1px solid #1b1b1b;
    margin-bottom: 10px;
    padding-top: 9px;
}
#column-right .box-heading {
    color: #fff !important;
    background-color: #4a4a4a !important;
    font-family: "industry-inc-base", sans-serif;
    font-size: 25px;
    line-height: 17px;
    border: 1px solid #1b1b1b;
    margin-bottom: 10px;
    padding-top: 27px;
    text-align: center;
}
.page-title h1 {
	font-family: "industry-inc-base", sans-serif;
	padding-top: 45px;
	color: #fff;
	text-shadow: 1px 0px 3px rgba(0,0,0,0.5);
	font-size: 40px;
}
.page-title h1.product_title {
	font-size: 27px;
}
.button {
	    cursor: pointer;
}
.breadcrumb.bc {
	background-color: transparent;
	height: auto;
	margin: 0px auto;
	padding-bottom: 23px;
}
.breadcrumb.bc a {
	color: #fff !important;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
	font-size: 17px;
}
.b-content p strong {
	font-family: "industry-inc-base", sans-serif;
	color: #282828;
	text-align: left;
	font-size: 22px;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
}
.box-heading {
	font-family: "industry-inc-base", sans-serif;
	font-size: 22px;
	background-color: #9b9b9b;
	padding: 20px;
	color: #fff;
}
.box-category ul li,
.category-list ul li {
	list-style: none;
}
.box-category ul,
.category-list ul {
	padding: 0px;
}
.box {
	background-color: #F7F7F7;
	min-height: 230px;
}
.box-category ul li a,
.category-list ul li a {
	color: #dc371f;
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}
.box-category ul li:first-child a {
	/* padding-top: 15px; */
}
.box-category ul li:last-child a {
	border-bottom: none;
}
.box-category ul li a:hover,
.category-list ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s ease;
    background-color: #4a4a4a;
    text-decoration: none;
    transition: 0.3s ease;
    color: #fff;
}
.b-content p {
	text-align: left;
}
.inner-content {
	padding-bottom: 40px;
}
.wishlist, .compare {
    display: none;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}

.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;

	margin-bottom: 10px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort:nth-child(1){
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
/*INNER SEARCH*/
.inner-search .search-options {
	border: 0px;
}
.col-md-4 .search-filter {
    margin-top: 0;
}
.inner-search {
	/*border-right: 1px solid #eee;*/
}
.inner-search select#filter_manufacturer_id {
	height: 40px;
	width: 100%;
}
.inner-search select#filter_category_id {
	height: 40px;
	width: 100%;
	margin-top: 10px;
}
.inner-search select#filter_subcategory_id {
	height: 40px;
	width: 100%;
	margin-top: 10px;
}
.inner-search {
	display: block;
	height: auto;
	margin-bottom: 20px;
}
.inner-search input#filter_modelno {
	height: 40px;
	width: 100%;
	margin-top: 10px;
}
.inner-search input#search_btn {
	background-color: #dc371f;
	border: none;
	color: #fff;
	font-weight: 300;
	height: 40px;
	width: 100%;
	text-transform: uppercase;
	background-image: url(../image/glass.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 19px;
	padding-left: 25px;
	transition: 0.3s ease;
	margin-top: 10px;
}
.inner-search input#search_btn:hover {
	background-color: #1b1b1b;
	transition: 0.3s ease;
}

/*CONTACT PAGES*/
p.connect strong {
    color: #dc371f;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    display: block;
}
p.connect {
    width: 32%;
    display: inline-block;
}
p.connect {
    font-family: "proxima-nova", sans-serif;
}

img[alt="Google Map"] {
    margin-bottom: 15px;
    border: 2px solid #fff;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.4);
}
p.connect.email a {
    color: #1b1b1b;
    text-decoration: none;
transition: 0.3s ease;
}
p.connect.email a:hover {
	opacity: 0.8;
	transition: 0.3s ease;
}
/*PRODUCT LIST PAGE*/
.refine h2 {
    font-family: "industry-inc-base", sans-serif;
    font-size: 22px;
    background-color: #9b9b9b;
    padding: 20px;
    color: #fff;
}

.refine ul li a {
    color: #dc371f;
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    background-color: #F7F7F7;
}

.refine ul li {
    list-style: none;
}
.product-list .image {
    float: left;
    margin-right: 10px;
}

.image {
    position: relative;
}
img.wtr {
    position: absolute;
    bottom: 0px;
    left: 0px;
    border: none !important;
    z-index: 2;
}
.product-filter select {
    display: inline-block;

    height: 40px;
    padding: 10px;
    margin-top: 5px;
}
/*
.limit b {
    font-family: "industry-inc-base", sans-serif;
    font-size: 21px;
    background-color: #9b9b9b;
    padding: 14px;
    color: #fff;
    width: 100%;
    display: block;
}*/

.refine ul {
    padding: 0px;
}

.refine ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s ease;
    background-color: #4a4a4a;
    text-decoration: none;
    transition: 0.3s ease;
    color: #fff;
}

.product-list .image {
    float: left;
    margin-right: 20px;
}

.product-list {
    margin-top: 20px;
}

.product-list .name a {
    font-family: "industry-inc-base", sans-serif;
    color: #4a4a4a;
    font-size: 15px;
}

.product-list .description {
    font-family: 'proxima-nova', sans-serif;
    font-size: 13px;

}

.product-list .search_manufacturer {
    font-weight: 300;
    font-family: 'proxima-nova', sans-serif;
}

.product-list .price {
    color: #dc371f;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.product-list .cart a, #button-cart, .button {

    text-align: center;
    display: inline-block;
    display: inline-block;
    background-color: #343434;
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s ease;
}

.product-list .cart a:hover, #button-cart:hover, .button:hover {
	opacity: 0.8;
	transition: 0.3s ease;
	text-decoration:none;
}

.product-list .wishlist a {
    float: left;
    width: 20%;
    text-align: center;
    display: inline-block;
    background-color: #343434;
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s ease;
    color:#fff !important;
    margin-right:5%;
    margin-left: 5%;
}

.product-list .wishlist a:hover {
	opacity: 0.8;
	transition: 0.3s ease;
	text-decoration:none;
}

.product-list .compare a {
    float: left;
    width: 20%;
    text-align:center;
    display: inline-block;
    display: inline-block;
    background-color: #343434;
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s ease;
}

.product-list .compare a:hover {
	opacity: 0.8;
	transition: 0.3s ease;
	text-decoration:none;
}
.p-gap {
    height: 2px;
    width: 100%;
    background-color: #eee;
    display: block;
    clear: both;
    margin-top: 50px;
    margin-bottom: 10px;
}

.product-info p {
    font-size: 14px;
    line-height: 22px;
}
.page-title .container h1.product_title {
    padding-top: 26px;
}
/*MEDIA QUERIES*/
@media (max-width:1199px) {
	.col-sm-2 .cart a span {
    font-size: 11px;
}
#menu ul.nav li a {
	font-size: 15px;
}
.b-content p strong {
	font-size: 20px;
}
.m-inner h4 {
	font-size: 22px !important;
}
.inner-search .search-filter {

}
.search-options {
}
header h1 {
	font-size: 16px;
}
.search-options input#search_btn2 {
	margin-top: 7px;
}
header h2 {
	font-size: 15px;
}
.inner-content h3 {
	font-size: 35px;
}

.inner-content h4 {
	font-size: 30px;
}
ul.seller-of li a {
	width: 49%;
	float: left;
	margin-left: 1%;
}
ul.seller-of.centered li a {
	width: 49%;
	margin-left: 1%;
}
ul.seller-of.centered {
	position: static;
	left: 0px;
}
ul.seller-of.centered li:last-child a {
	width: 99%;
}
.main-banner .home-search h3 {
    line-height: 30px;
}

.advance-search-form select#filter_manufacturer_id, .advance-search-form select#filter_category_id, .advance-search-form select#filter_subcategory_id {
    width: 32%;
    font-size: 11px;
}

.advance-search-form input#filter_modelno {
    width: 72%;
}

.grey-bar {
    margin-top: 5px;
    padding-bottom: 30px;
    padding-top: 30px;
}

footer {

}
header p.phone {
    clear: both;
    width:  100%;
    text-align: right;
    padding: 20px 0px 3px;
}

div#menu {
    margin-top:  0px;
}
.home-search .search-filter .search-options {
    height: 150px;
}
.main-banner .home-search {
    margin-top: 54px;
}

.inner-content h3 {
    font-size: 33px;
}
.f-content ul.nav {
    margin-bottom: 10px;
}
ul.seller-of li:nth-of-type(2n+2) a, ul.seller-of.centered li:nth-of-type(2n+2) a {
    margin-left: 1%;
}


ul.seller-of.centered li a {
    margin-left:0px;
}
}

@media (max-width:991px) {

	.nav-tabs>li>a.home-search-f {
    padding-bottom: 9px;
    padding-top: 16px;
}

#menu ul.nav li a {
	font-size: 13px;
	padding: 10px 5px;
}
.inner-content h4 {
	font-size: 25px;
}
.inner-content h3 {
	font-size: 30px;
}
input#filter_name {
	width: 100%;
}
.m-inner {
	clear: both;
	margin-top: 25px;
}
a.home-search-f {
	display: block;
	width: 100%;
}
a.home-search-f:last-child {
	margin-bottom: 8px;
}
.search-filter {
	margin-top: 13px;
}
.main-banner {
	height: 450px;
}
.main-banner .home-search {
	margin-top: 40px;
}
.main-banner .tractor {
	background-position: top 50px center;
}
.main-banner .home-search h3 {
	font-size: 20px;
}
.main-banner .home-search p {
	font-size: 14px;
	width: 100%;
}
.f-content ul.nav li a {
	padding: 10px 4px;
}
header h1 {
	font-size: 18px;
}
header h2 {
	font-size: 14px;
}
.inner-content {
	margin-top: -60px;
}
header p.phone {
	float: right;
	margin-bottom: 0px;
	margin-top: 7px;
}
#menu {
	margin-top: 7px;
}
.m-inner {
	margin-top: 25px;
	clear: both;
}
.inner-search {
	border-right: 0px;
}
header h1 {
	font-size: 14px;
	margin-top: 35px;
}
.main-banner .tractor {
    background-size: 355px;
    background-position: left top 70px;
}

a.home-search-f {
    font-size: 15px;
    top: 5px;
}

.main-banner .home-search h3 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 0px;
}

.advance-search-form select#filter_manufacturer_id, .advance-search-form select#filter_category_id, .advance-search-form select#filter_subcategory_id {
    width: 100%;
    top: -22px;
    font-size: 13px;
    margin-bottom: 5px;
}

.search-options {
    min-height: 210px;
}

.advance-search-form input#filter_modelno {
position: relative;top: -23px;width: 100%;}

.advance-search-form input#search_btn {
    width: 100%;
    top: -19px;
    margin: 0px;
}

.search-filter {
    width: 100%;
    margin-top: 10px;
}

.search-options input#search_btn2 {
    width: 100%;
    margin: 0px;
    margin-top: 10px;
}
}

@media (max-width: 767px) {
	.product-info .image {
    float: none;
}
.page-title h1.product_title {
    font-size:  14px;
    line-height: 15px;
}

.breadcrumb.bc, .breadcrumb.bc a {
    line-height: 14px;
}
.product-info .image-additional {
    width: 100%;
    text-align: center;
}

.product-info .image-additional a {
    float: none;
    display: inline-block;
}

.col-sm-5 > .image > img.wtr {
    left: 50%;
    margin-left:  -114px;
}

.page-title .container .breadcrumb.bc {
    margin-bottom: 10px;
}
.mob-buttons {
	display: block;
}
a.red-button {
	display: none;
}
.search-filter, .search-options {
	width: 80% !important;
	margin: 0px auto;
}
.search-filter {
	margin-top: 25px;
}
.search-options {
	padding-bottom: 130px;
}
.inner-search .search-filter {
	width: 90% !important;
}
.box {
	width: 90%;
	margin: 0px auto;
}
.b-content p strong {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
p.phone {
	display: none;
}
footer {
	margin-bottom: 40px;
}
a.in-cart-m {
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	float: none;
}
.main-banner .tractor {
	max-width: 300px;
	margin: 0px auto;
}
.main-banner .tractor {
	max-width: 300px;
	margin: 0px auto;
}
ul.seller-of {
	max-width: 90%;
	margin: 0px auto;
}
a.in-cart {
	display: none !important;
}
p.in-cart {
	position: fixed;
	bottom: -10px;
	left: 0px;
	width: 100%;
	z-index: 99999999;
	background-color: #252525;
	height: 50px;
	padding: 15px 20px;
	color: #fff;
}
p.in-cart a {
	float: right;
	color: #fff;
	border: 1px solid;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	top: -5px;
	border: none;
	font-size: 17px;
}
#menu ul.nav {
	display: none;
}
.mob-buttons {
	float: right;
	position: relative;
	top: -65px;
}
#content .search-options {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	background-color: #f0f0f0;
	margin-top: -3px;
	min-height: 0px;
}
.mob-buttons a {
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	background-color: #dc371f;
	line-height: 55px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin: 0px 5px;
	text-shadow: 1px 0px 4px rgba(0,0,0,0.3);
}
.mob-buttons a i.fa {
	color: #fff;
	border: none;
	font-size: 30px;
}
header h1 {
	font-size: 25px;
	padding-top: 25px;
}
header {
	height: 140px;
	padding-top: 0px;
	margin-top: -20px;
	box-shadow: 1px 0px 3px rgba(0,0,0,0.4);
}
p.in-cart i.fa.fa-shopping-cart {
	background-color: #dc371f;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: -4px;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	position: relative;
}
#menu ul.nav {
	width: 100%;
	float: none;
}
#menu {
	width: 100%;
	text-align: center;
}
#menu ul.nav li {
	display: block;
}
#menu {
	background-color: #dc371f;
	left: 0px;
	float: left;
	margin-top: -35px;
	z-index: 1;
	position: relative;
}
#menu ul.nav li a {
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid;
	width: 100%;
	display: block;
}
#menu ul.nav li:last-child a {
	border-bottom: none;
	padding-bottom: 0px
}
header {
	position: relative;
	z-index: 9;
}
#menu ul.nav li a:hover, a:focus {
	color: #1b1b1b;
}
footer {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.f-content ul.nav li a {
	padding: 3px 4px;
}
.f-content p {
	line-height: 25px;
}
p.in-cart {
	display: block
}
.main-banner .tractor {
	background-size: 200px;
	margin-top: -20px;
}
.main-banner {
	height: auto;
	margin-bottom: 100px;
	padding-bottom: 30px;
	    background-position: center top;
}
.main-banner .home-search {
	margin-top: 0px;
}
.main-banner .tractor {
	height: 250px;
}
.box {
    text-align: center;
}
.inner-content h4 {
    font-size: 25px !important;
    line-height: 50px;
}
.product-filter .sort:nth-child(1) {
float: none;}

.product-filter select {
    float: right;
}

.product-filter .limit {
    float: left;
}
.intro-content .grey-bar {
    max-width: 100%;
    overflow: hidden;
}

.home-search .search-filter {

}
.page-title h1 {
    font-size: 30px;
    position: relative;
    top: -20px;
    margin-top: 0px;
}
.page-title {
    min-height: 110px;
}
header h2 {
	display:none;
}
.main-banner .tractor {
    margin-top: 20px;
    background-position: center;
    height: 200px;
}

.main-banner .home-search p {
    width: 90%;
}
.search-options {
    margin: 0px;
    width: 100% !important;
    position:static;
}

.search-filter ul#tabs {
    position: relative;
    top: 3px;
    left: 2px;
}
.logo img {
    display: none;
}

.logo {
    text-indent: -99999px;
    background-image: url(../image/logo-m.png);
    background-repeat: no-repeat;
    background-size: 320px;
    height: 80px;
    background-position: left 30px top;
}

header {
    height: 120px;
}
#menu {
    position: absolute;
    top: 0px;
    margin-top: 0px;
    z-index: 0;
}

#menu ul.nav li:last-child a {
    padding-bottom: 10px;
}
.search-filter h4 {
    line-height: 70px;
    padding: 0px;
    font-size: 20px !important;
}
.product-list .image {
    float: none;
    display: block;
    margin: 0px auto;
    text-align: center;
}

.product-list .name {
    text-align: center !important;
    float: none;
    padding-top: 10px;
}

.product-list .search_manufacturer {
    float: none;
    text-align: center;
}

.product-list .description {
    text-align: center;
    padding: 10px;
}

.product-list .price {
    float: none;
    text-align: center;
    background-color: #dc371f;
    color: #fff;
    padding: 5px;
}

.product-list .cart a {
    float: none;
    display: block;
    width: 100%;
}

.product-list .wishlist a {
    float: none;
    width: 100%;
    display: block;
    margin: 0px;
    margin-top: 5px;
}

.product-list .compare a {
    float: none;
    width: 100%;
    margin-top: 5px;
}
}

@media (max-width:670px) {
	header h1 {
    font-size: 20px;
    padding-top: 33px;
}


}

@media (max-width:600px) {
header h1 {
	font-size: 18px;
	padding-top: 28px;
}
}

@media (max-width:585px) {
header h1 {
    font-size: 15px;
    padding-top: 37px;
}
}

@media (max-width:550px) {
.search-filter h4 {
    line-height: 70px !important;
}


.home-search .search-filter {
    background: none;
}

p.dl {
    padding:  0px 20px;
}

ul.companies {
    left: 0px;
    width:  100%;
    margin-left:  0px;
    padding: 0px 20px;
}

ul.companies li a {
    font-size:  11px;
}

.col-md-12.slider {
    padding: 0px 20px;
}


.logo h1 {
    display: none;
}

header {
padding-top: 25px;}
.logo {
    background-position: top 5px left 20px;
}
}

@media (max-width:500px) {
ul.seller-of li a, ul.seller-of.centered li a {

    font-size: 10px;
    margin:  3px 3px 0px;
    height:  34px;
    padding: 14px 0px;
    line-height: 12px;
}
.inner-content h4 {
	margin-bottom: 10px;
}
.f-content ul.nav li {
    display: block;
}
.slider {
	margin-top: 0px;
}
.logo {
	text-indent: -9999px;
	background-image: url(../image/logo-m.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: left 20px center;
}
.logo img {
	display: none;
}
header {
	height: 100px;
}
.breadcrumb.bc {
	bottom:10px;
}
.page-title h1 {
    font-size: 30px;
    position: relative;
    top: -30px;
    margin-top: 0px;
}
.page-title {
    min-height: 110px;
}
header h2 {
	display:none;
}
.logo {
    background-position: top 0px left 20px;
}

header {
    height: 110px;
}
ul.seller-of li a, ul.seller-of.centered li a {
    margin-left: 0px !important;
}
.inner-content h4 {
    line-height: 30px;
}
.main-banner .home-search {
    padding-left: 15px !important;
}
#menu {
    position: absolute;
    top: -5px;
    margin-top: 0px;
    z-index: 0;
}
.logo {
    background-position: left 20px top 5px;
}


}

@media (max-width:450px) {
.logo {
	background-size: 250px;
}

a.home-search-f {
    display: block;
    float: none;
    width: 100%;
}

a.home-search-f {
    font-size: 13px;
}
}

@media (max-width:410px) {
.mob-buttons a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin: 5px 0px;
}
.mob-buttons a i.fa {
	font-size: 20px;
}
.search-filter, .search-options {
	width: 100% !important;
}
}



@media (max-width: 767px) {


.cart-info table thead tr {
    display: none;
}


td.image img {
    width:  39px;
}

.cart-info tr td, .cart-info tr {
    display: block;
}

#basket .cart-info tr td.image {
    float: left;
}

#basket .cart-info tr td {
    border: none;
}

#basket .cart-info tr td.model {
    display: inline-block;
    width: 150px;
    font-size: 11px;
}

#basket .cart-info tr td.quantity {
    display: inline-block;
    width: 98px;
    float: right;
}

#basket .cart-info tr td.quantity:before {
    content: 'Qty';
    display: inline-block;
    width: 35px;
    text-align: left;
}

#basket .cart-info tr td.price {
    float: left;
}

#basket .cart-info tr td.price:before {
    content: 'Price';
    padding:  0px 10px 0px 0px;
    font-weight: bold;
}
#basket .cart-info tr td.quantity input {
    text-align: center;
}
#confirm .checkout-product {
    display: none;
}
.product-list .cart a, #button-cart, .button {
	padding: 6px;
	border-radius: 0;
}
.checkout-content .left, .checkout-content .right {
	float:none;
	width: 100%;
}
#basket .cart-info tr td.total:before {
content: 'Ext';font-weight: bold;padding:  0px 10px 0px 0px;}

#basket .cart-info tr td.remove {
    float: right;
}

#basket .cart-info tr td.remove:before {
    content: 'Remove';
    font-size: 11px;
    padding: 0px 7px 0px 0px;
}

#basket .cart-info tr {
    border-bottom: 1px solid #ccc;
    padding:  10px;
}

#basket .cart-info tr td.name {
    font-size:  12px;
    line-height: 13px;
}

	.inner-search .search-options {
    width: 90% !important;
    margin: 0px auto;
    text-align: center;
}

.search-filter h4, #column-right .box-heading {
    margin-bottom: 4px;
    line-height: 44px !important;
    padding: 8px 0px 0px;
    font-size: 20px;
}
.links a {
	margin-bottom: 3px;
	}


	.product-filter .sort {
		float: none;
	}
	.product-filter select {
		width: 100%;
	}
	/*.product-filter .sort b {
		display: none;
	}*/

	.breadcrumb.bc a {
    font-size: 11px !important;
    line-height: 11px !important;
}

.page-title h1 {
    padding:  30px 10px 0px !important;
	top: 0px;
	    line-height: 28px;
		margin-bottom: 0px;

}
	.breadcrumb.bc {
		position: relative;
		bottom: initial;
		margin-bottom: 30px;
	}
}


@media (max-width:380px) {
.logo {
	background-position: center center;
	background-size: 300px
}
header {
	height: 150px;
}
.mob-buttons {
	float: none;
	clear: both;
	position: static;
	margin: 0px auto;
	text-align: center;
	margin-top: -15px;
}
.logo {
    background-position: top;
}

.mob-buttons {
    margin-top: -25px;
}
#menu {
    position: absolute;
    top: 34px;
    margin-top: 0px;
    z-index: 0;
}
}

@media (max-width:360px) {
header {
    margin-bottom: 0px;
}
.main-banner .tractor {
    margin-top: 0px;
    background-position: top 15px center;
}

}

@media (max-width:335px) {
	a.home-search-f {
    font-size: 17px;
}
}
label[for=pp_standard]:after {
    display: block;
    content:  "Note: you do NOT need a PayPal account to checkout by Credit Card via PayPal";
}

label[for=pp_standard] {
    padding: 0px 0px 0px 12px;
    margin-bottom: 20px;
}

input#pp_standard {
    margin-bottom: 20px;
}
.btn.button.focus, .btn.button:focus, .btn.button:hover {
	color: white;
}


#product-image-popup {
	display: inline-block;
	position: relative;
}

#product-image-popup img.wtr {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}


/*
#collapse-payment-method div.radio label:first-child:after {
    content: "Credit Card";
    display: inline-block;
    width: 100%;
    color: #333;
    position: relative;
    top: -19px;
}

#collapse-payment-method div.radio label:first-child {
    color: #fff;
}*/

.product-list .price {
     color: #333;
     border-bottom: none;
}


@media (max-width:767px) {
	div#checkout-checkout div.payment iframe {
		width:calc(100% + 80px);
		height:1200px;
		margin-left: -50px;
	}
}


@media(min-width:768px) {
	div#checkout-checkout div.payment iframe {
		min-height: 1200px;
		width:100%
	}
}

#payment div.form-group:nth-child(1),
#payment div.form-group:nth-child(3),
#payment div.form-group:nth-child(5),
#payment div.form-group:nth-child(8) {
	display: none !important;
}

#payment label.col-sm-2.control-label {
	display: block;
	width: 100%;
	text-align: left;
}

#payment {
	max-width: 500px;
	width: 100%;
}

input#input-cc-cvv2 {
	max-width: 120px;
}

.alert.alert-success {
    font-size: 1.6rem;
    color: #fff;
    padding: 20px;
    background-color: #44bd32;
    text-align: center;
		margin: 0 !important;
		border: none !important;
}

.page-title .alert {
    margin-bottom: 30px !Important;
}

.alert.alert-success button {
  display: none;
}

.alert.alert-success a {
  color: #fff;
  text-decoration: underline;
}

.alert.alert-success {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
}

@media (max-width: 991px) {
.alert.alert-success {
	left: 20px;
	bottom: 40px;
}
}
