@charset "UTF-8";
/* Font */
@font-face {
	font-family: 'monotypecorsiva58c63b67768e4';
  src: url('../fonts/monotypecorsiva58c63b67768e4.eot');
  src: url('../fonts/monotypecorsiva58c63b67768e4.eot') format('embedded-opentype'), url('../fonts/monotypecorsiva58c63b67768e4.woff2') format('woff2'), url('../fonts/monotypecorsiva58c63b67768e4.woff') format('woff'), url('../fonts/monotypecorsiva58c63b67768e4.ttf') format('truetype'), url('../fonts/monotypecorsiva58c63b67768e4.svg#monotypecorsiva58c63b67768e4') format('svg');
}

.monotype-corsiva {
	font-family: 'monotypecorsiva58c63b67768e4';
}

.opensans300 {
	font-weight: 300;
}

.opensans400 {
	font-weight: 400;
}

.opensans600 {
	font-weight: 600;
}

.opensans700 {
	font-weight: 700;
}

sup {
	color: #ff0000;
}

hr {
	border-bottom: 1px solid #dddddd;
}
/* variables start */
.transition-3s {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.transition-4s {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.transition-5s {
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.transition-6s {
	-webkit-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.rotate0 {
	-webkit-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.rotate180 {
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	color: #c03900;
	outline: none !important;
}

.transition-3s a:hover {
	color: #fa5816;
}

.border-none {
	border: medium none !important;
}
/* body .form-control:focus {
	box-shadow: none;
	border: 1px solid #ccc;
	-webkit-appearance: none;
}
body .form-control {
	box-shadow: none;
} */
body {
	margin: 0;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	background-color: #f5f5f5;
}

body.home {
	background-color: #fff;
}

img {
	max-width: 100%;
}

.container {
	max-width: 1170px;
	width: 100%;
}

.panel-body,
.panel {
	border-radius: 0 !important;
}

input {
	color: #333333;
}

.no-padding {
	padding: 0;
}

.box-shadow {
	box-shadow: 0 0 5px #cccccc;
}

.search-btn {
	background-color: transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	padding: 9px 26px;
	border: 1px solid #c03900;
	color: #c03900;
	transition: all 0.3s ease-out;
	width: auto;
	text-align: center;
	margin-top: 0;
	height: 40px;
}

.search-btn:hover {
	background-color: #c03900;
	color: #fff;
}

.contact-us-product {
	background-color: transparent;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 9px 15px;
	border: 1px solid #c03900;
	color: #c03900;
	transition: all 0.3s ease-out;
	text-align: center;
	margin: 0 auto;
	float: right;
    border: 1px solid #c03900;
    background-color: #c03900;
    color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
}

.contact-us-product:focus,
.contact-us-product:hover {
	background-color: #fff;
	color: #c03900;
	border: 1px solid #c03900;
}

header .navbar {
	border: none;
	border-radius: 0;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0 0 10px;
	background-color: #fff;
}

header .navbar .logo {
	height: auto;
	line-height: 1;
	padding: 11px 0 0;
	float: left;
}

header .navbar .logo img {
	max-height: 88px;
	max-width: 153px;
	width: 100%;
}

header .navbar .menu-btn {
	display: none;
	background-color: transparent;
	border: 1px solid #282828;
	border-radius: 4px;
	margin-top: 30px;
	float: right;
}

header .navbar .menu-btn span {
	background-color: #000;
	display: block;
	height: 3px;
	margin: 5px 0;
	width: 25px;
}

header .navbar .menu {
	list-style: none;
	padding: 0;
	margin: 39px 0 0;
	text-align: right;
}

header .navbar .menu li {
	display: inline-block;
	margin-left: 35px;
	margin-right: 10px;
}

header .navbar .menu li.current-menu-item a {
	border-bottom: 2px solid #c03900;
}

header .navbar .menu li:first-child {
	margin-left: 0;
}

header .navbar .menu li a {
	font-weight: 600;
	font-size: 16px;
	color: #282828;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	padding-bottom: 3px;
}

header .navbar .menu li a:hover {
	color: #c03900;
}

header .navbar .cart-count {
	margin-left: 40px !important;
	margin-right: 14px !important;
	position: relative;
}

header .navbar .cart-count a {
	position: relative;
	margin: 0 auto;
}

header .navbar .cart-count a i {
	font-size: 27px;
	display: block;
}

header .navbar .cart-count a span {
	background-color: #f00;
	border-radius: 50px;
	color: #fff;
	font-size: 10px;
	height: 20px;
	padding: 4px;
	position: absolute;
	right: -13px;
	text-align: center;
	top: -6px;
	width: 20px;
}

header .navbar .cart-count .widget_shopping_cart,
header .navbar .cart-count .widget_shopping_cart_mobile {
	left: inherit;
	padding-top: 7px;
	position: absolute;
	right: -10px;
	top: 100%;
	width: 270px;
	z-index: 555;
	display: none;
}

header .navbar .cart-count .widget_shopping_cart.open,
header .navbar .cart-count .widget_shopping_cart_mobile.open {
	display: block;
}

header .navbar .cart-count .widget_shopping_cart:before,
header .navbar .cart-count .widget_shopping_cart_mobile:before {
	background-image: url("../images/arw4.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
	height: 15px;
	position: absolute;
	right: 5px;
	top: -3px;
	width: 30px;
	z-index: 2;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content {
	margin-top: 0px;
	background-color: #fff;
	display: block;
	box-shadow: 0 0 35px rgba(204, 204, 204, 0.75);
	padding: 22px 8px 18px;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .cart_list,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .cart_list {
	padding: 0 0 0 10px;
	max-height: 200px;
	text-align: left;
	overflow: auto;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .cart_list .mini_cart_item {
	border-bottom: 2px solid #e1e1e1;
	line-height: normal;
	padding: 15px 0 28px;
	margin-left: 0;
	list-style-type: none;
	max-width: 210px;
	width: 100%;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .cart_list .mini_cart_item a {
	text-transform: initial;
	margin-right: 16px;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a img,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .cart_list .mini_cart_item a img {
	margin: 0 0 10px;
	width: 80px;
	height: 80px;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .product-title,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .cart_list .mini_cart_item .product-title {
	color: #333333;
	display: block;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .cart_list .mini_cart_item a {
	text-transform: initial;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item > span,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .cart_list .mini_cart_item > span {
	color: #a20e0e;
	display: block;
	font-size: 13px;
	line-height: 19px;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item > span.amount,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .cart_list .mini_cart_item > span.amount {
	margin-top: 27px;
	font-size: 18px;
	font-weight: 600;
	color: #c03900;
	text-align: center;
	clear: both;
	width: 100%;
	display: block;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item > span.quantity,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .cart_list .mini_cart_item > span.quantity {
	font-size: 14px;
	line-height: 22px;
	color: #c03900;
	text-align: left;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .buttons,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .buttons {
	margin-bottom: 0;
	overflow: hidden;
	padding: 11px 0;
	text-align: center;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .buttons a.total-amt-btn,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .buttons a.total-amt-btn {
	padding: 3px 15px;
	margin-right: 20px;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	min-width: 107px;
	height: 29px;
	line-height: 20px;
	font-size: 14px;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .buttons a.total-amt-btn:last-child,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .buttons a.total-amt-btn:last-child {
	margin-right: 0;
}

header .navbar .cart-count .widget_shopping_cart .widget_shopping_cart_content .buttons a.total-amt-btn:hover,
header .navbar .cart-count .widget_shopping_cart_mobile .widget_shopping_cart_content .buttons a.total-amt-btn:hover {
	color: #c03900;
}

header .navbar .mobile-view .cart-count {
	display: inline-block;
	margin-left: 0 !important;
	margin-right: 30px !important;
	margin-top: 30px;
}

header .navbar .mobile-view .cart-count a {
	display: block;
	line-height: 10px;
	color: #282828;
}

header .top-bar {
	background-color: #282828;
	min-height: 40px;
}

header .top-bar ul {
	margin: 0;
}

header .top-bar ul li {
	float: left;
	margin: 9px 25px 0 0;
	padding: 0;
}

header .top-bar ul li:last-child {
	margin-right: 0;
}

header .top-bar .login-link {
	float: right;
}

header .top-bar .top {
	font-size: 12px;
	color: #fff;
}

header .top-bar .top a {
	color: #fff;
	padding-bottom: 14px;
}

header .top-bar .top a:hover {
	color: #fd7840;
}

header .top-bar .top i {
	margin-right: 4px;
	font-size: 14px;
}

.no-padding-left {
	padding-left: 0;
}

label.check-bx {
	position: relative;
	font-weight: 400;
	padding-left: 20px;
	cursor: pointer;
}

label.check-bx:hover {
	color: #c03900;
}

label.check-bx i {
	width: 5px;
	position: absolute;
	left: 0;
	top: 4px;
	color: #c03900;
}

label.check-bx input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

label.check-bx input:checked + i:before {
	content: "\f046";
}

label.check-bx span {
	font-size: 16px !important;
	color: #333333 !important;
	padding-left: 0 !important;
}

.search-bar {
	margin-top: 15px;
	overflow: hidden;
}

.search-bar .form-group {
	overflow: hidden;
	position: relative;
}

.search-bar .form-group input {
	float: left;
	width: 88%;
	border-radius: 3px;
	background-image: url("../images/search-icon.png");
	background-position: 1% 50%;
	background-repeat: no-repeat;
	padding: 0 40px;
}

.add-to-cart {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #c03900;
	border-radius: 20px;
	color: #c03900;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 9px 10px;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	width: 140px;
	height: 40px;
	margin: 0 auto;
}

.add-to-cart:hover,
.add-to-cart:focus {
	background-color: #c03900;
	color: #fff;
}

.background-white {
	background-color: #fff;
}

.home-main-slider img {
	width: 100%;
}

.home-main-slider h3 {
	font-family: 'monotypecorsiva58c63b67768e4';
	font-size: 60px;
	line-height: 66px;
	margin: 0;
}

.home-main-slider h2 {
	font-weight: 600;
	font-size: 72px;
	margin-top: 0;
}

.home-main-slider .carousel-caption {
	top: 50%;
	transform: translateY(-45%);
	-o-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
}

.home-main-slider .carousel-caption .form-group {
	position: relative;
	z-index: 99;
}

.home-main-slider .carousel-control.right,
.home-main-slider .carousel-control.left {
	background: none;
}

.home-main-slider .left.carousel-control span {
	background-image: url("../images/arw.png");
	background-position: 0 0;
	height: 61px;
	width: 35px;
}

.home-main-slider .right.carousel-control span {
	background-image: url("../images/arw.png");
	background-position: -34px 0;
	height: 61px;
	width: 35px;
}

.home-main-slider .banner-search {
	margin: 82px auto 0;
	max-width: 850px;
}

.home-main-slider .banner-search .form-group input.search-field {
	background-image: url("../images/search.png");
	background-position: 15px 14px;
	background-repeat: no-repeat;
	border: medium none;
	border-radius: 8px 0 0 8px;
	float: left;
	font-size: 18px;
	height: 50px;
	width: 54.3%;
	padding-left: 50px;
}

.home-main-slider .banner-search .form-group .cat-select {
	background-image: url("../images/arw-down.png");
	background-repeat: no-repeat;
	background-position: 94% 50%;
	border-radius: 0 8px 8px 0;
	border-width: 0 0 0 1px;
	font-size: 18px;
	width: 21.4%;
	height: 50px;
	float: left;
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.home-main-slider .banner-search .form-group .total-amt-btn {
	border: medium none;
	border-radius: 8px;
	font-size: 26px;
	height: 50px;
	line-height: 32px;
	margin-left: 35px;
	min-width: 161px;
}

.home-main-slider .banner-search label.my-error-class {
	position: absolute;
	bottom: -40px;
}

.cat-wrap {
	margin-top: -45px;
}

.cat-wrap .cat-box {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 64px 0 rgba(208, 208, 208, 0.5);
	height: 100%;
	min-height: 266px;
	padding: 20px;
	position: relative;
	text-align: center;
	transition: all 0.2s ease 0s;
  /* margin-bottom: 15px; */;
}

.cat-wrap .cat-box:hover {
	transform: scale(1.1);
	transition: all 0.2s ease 0s;
}

.cat-wrap .cat-box h3 {
	font-size: 16px;
	color: #282828;
}

.cat-wrap .cat-box p {
	font-size: 12px;
	color: #666666;
}

.cat-wrap .cat-box a {
	color: #2196f3;
}

.cat-wrap .cat-box a:hover {
	color: #c03900;
}

.cat-wrap .cat-box .icon {
	line-height: 223px;
}
/* Slick slider start */
.section-margin {
	padding: 57px 0 50px;
}

.product-slider p {
	color: #666666;
}

.product-slider .mil-list-wrap {
	margin: 40px -15px;
}

.product-slider .mil-list-wrap .slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product-slider .mil-list-wrap .slick-slider .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.product-slider .mil-list-wrap .slick-slider .slick-list:focus {
	outline: none;
}

.product-slider .mil-list-wrap .slick-slider .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.product-slider .mil-list-wrap .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.product-slider .mil-list-wrap .slick-slider .slick-track:after {
	clear: both;
}

.product-slider .mil-list-wrap .slick-slider .slick-loading .slick-track {
	visibility: hidden;
}

.product-slider .mil-list-wrap .slick-slider .slick-loading .slick-slide {
	visibility: hidden;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
	margin: 10px 15px;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide img {
	display: inline-block;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .product-rating {
	float: left;
	margin-right: 10px;
	line-height: normal;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box {
	padding: 10px 10px 63px;
	position: relative;
	background-color: #fff;
	height: 100%;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box:hover {
	box-shadow: 0px 0 10px 0 #cccccc;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box:after {
	background-color: #bb2d00;
	bottom: 0;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	width: 100%;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .img {
	position: relative;
	min-height: 243px;
	line-height: 243px;
	text-align: center;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .img:before {
	border-left: medium none transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #bb2d00;
	content: "";
	height: 50px;
	position: absolute;
	width: 50px;
	display: block;
	left: -10px;
	top: -10px;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .img .rating {
	position: absolute;
	right: 0;
	top: 0;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .img .rating i {
	color: #bb2d00;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .title-product {
	min-height: 50px;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box h4:hover a {
	color: #c03900;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box h4 a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .saperator {
	position: relative;
	height: 15px;
	margin: 10px 0;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .saperator:before {
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50px;
	display: block;
	content: "";
	background-color: #bb2d00;
	z-index: 1;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .saperator:after {
	background-image: url("../images/dash.png");
	background-repeat: repeat-x;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 100%;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .price-cart {
	overflow: hidden;
	bottom: 15px;
	padding: 10px;
	position: absolute;
	right: 0;
	width: 100%;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .price-cart .cart-btn-sm {
	background-color: #fff;
	border: 1px solid #bb2d00;
	color: #bb2d00;
	float: right;
	font-size: 11px;
	padding: 0 8px;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box .price-cart .cart-btn-sm:hover {
	color: #fff;
	background-color: #bb2d00;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide .slick-box p.noticeaddtocart.alert {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: 0 10px;
	z-index: 999;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide.slick-loading img {
	display: none;
}

.product-slider .mil-list-wrap .slick-slider .slick-slide.dragging img {
	pointer-events: none;
}

.product-slider .mil-list-wrap .slick-slider .slick-initialized .slick-slide {
	display: block;
}

.product-slider .mil-list-wrap .slick-slider .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.product-slider .slick-prev {
	background-color: transparent;
	background-image: url("../images/arw2.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	border: medium none;
	color: #fff;
	height: 61px;
	left: -50px;
	position: absolute;
	top: 40%;
	width: 36px;
	text-indent: 60px;
	overflow: hidden;
	outline: none;
}

.product-slider .slick-next {
	background-color: transparent;
	background-image: url("../images/arw2.png");
	background-position: -36px 0;
	background-repeat: no-repeat;
	border: medium none;
	color: #fff;
	height: 61px;
	right: -50px;
	position: absolute;
	top: 40%;
	width: 36px;
	text-indent: -60px;
	overflow: hidden;
	outline: none;
}
.product-slider .slick-prev.slick-disabled,
.product-slider .slick-next.slick-disabled {
	display: none !important;
}

.slick-slider .slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

[dir='rtl'] .slick-slide {
	float: right;
}

.brand-section .mil-list-wrap .slick-slider {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.brand-section .mil-list-wrap .slick-slider .slick-slide {
	float: left;
	height: 100%;
	margin: 10px 15px;
	min-height: 1px;
	text-align: center;
}

.brand-section .mil-list-wrap .slick-slider .slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
}

.brand-section .slick-prev,
.brand-section .slick-next {
	display: none !important;
}

.slick-dots {
	text-align: center;
	padding-left: 0;
	margin: 20px 0;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	background-color: #cccccc;
	border: medium none;
	border-radius: 100%;
	height: 14px;
	margin: 0 5px;
	overflow: hidden;
	padding: 0;
	text-indent: -20px;
	width: 14px;
	outline: none;
}

.slick-dots li.slick-active button {
	background-color: #616060;
}

.paralax-section {
	background-image: url("../images/banner2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.paralax-section .container {
	position: relative;
}

.paralax-section .paralax-img {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.paralax-section .offer-content {
	background-color: rgba(187, 45, 0, 0.35);
	display: table-cell;
	height: 100%;
	padding: 25% 2% 25%;
	text-align: center;
}

.paralax-section .offer-content h2 {
	font-size: 45px;
	font-weight: 700;
	line-height: 60px;
}

.paralax-section .offer-content h3 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 30px 0;
}

.paralax-section .offer-content p {
	margin-bottom: 30px;
}

.paralax-section .offer-content a.btn.btn-default {
	background-color: #282828;
	border: 1px solid #282828;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	height: 46px;
	line-height: 35px;
	margin: 20px 0;
	padding: 4px 30px;
	width: 162px;
}

.paralax-section .offer-content a.btn.btn-default:hover {
	border-color: #fff;
}

.paralax-section .col-sm-6 {
	padding: 0;
	position: static;
}

.paralax-section2 {
	background-image: url("../images/banner3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.paralax-section2.cat-wrap {
	margin-top: 0px;
	padding: 60px 0 45px;
}

.paralax-section2.cat-wrap .cat-box {
	background-color: rgba(255, 255, 255, 0.65);
}

.section-title h2 {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 12px;
}

.section-title h2:after {
	background-color: #282828;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	width: 96px;
}
/* Slick slider end */
.footer {
	background-color: #eeeeee;
	padding: 116px 0;
}

.footer .list-unstyled li {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	padding-bottom: 15px;
}

.footer .list-unstyled li:last-child {
	border-bottom: 0;
}

.footer a {
	color: #282828;
	display: block;
}

.footer a:hover {
	color: #c03900;
}

.footer address strong {
	margin: 10px 0 5px;
	display: block;
	font-size: 18px;
}

.footer address p {
	font-size: 12px;
}

.footer .social-icon {
	margin-top: 40px;
}

.footer .social-icon li {
	font-size: 16px;
	color: #000;
}

.footer .email-subscribe .form-group {
	position: relative;
	margin-top: 20px;
	max-width: 358px;
	width: 100%;
}

.footer .email-subscribe .form-group input.form-control {
	padding-right: 108px;
	border-color: #c5c5c5;
}

.footer .email-subscribe .form-group button {
	background-color: #4d4d4d;
	border: medium none;
	border-radius: 0 3px 3px 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	height: 40px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 99px;
}

.footer .email-subscribe .form-group button:hover {
	background-color: #c03900;
}

.footer .email-subscribe p {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	color: #000000;
}

.footer h4 {
	color: #000;
	margin-bottom: 26px;
	margin-top: 0;
}

.footer-bottom {
	background-color: #292929;
	color: #fff;
	padding: 30px 0;
	font-size: 12px;
}

.footer-bottom p {
	margin-top: 7px;
	font-size: 12px;
}

.footer-bottom ul.links {
	margin-top: 7px;
}

.footer-bottom ul.links li {
	display: inline-block;
	padding: 0 10px;
	line-height: 16px;
	position: relative;
}

.footer-bottom ul.links li:after {
	width: 1px;
	height: 12px;
	position: absolute;
	background-color: #fff;
	content: "";
	top: 3px;
	right: 0;
}

.footer-bottom ul.links li:last-child:after {
	background: none;
}

.footer-bottom ul.links li a {
	font-size: 12px;
	color: #fff;
}

.footer-bottom ul.links li a:hover {
	color: #c03900;
}

.footer-bottom .cards {
	text-align: right;
}

.scrollup {
	background-color: #fff;
	padding: 20px;
	position: fixed;
	right: 0;
	z-index: 9;
	display: block;
	bottom: 0;
	border: 1px solid #bb2d00;
}

label.check-bx {
	position: relative;
	font-weight: 400;
	margin-bottom: 16px;
}

label.check-bx i {
	width: 5px;
}

label.check-bx input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

label.check-bx input:checked + i:before {
	content: "\f046";
}

.check-bx-inline .check-bx {
	display: inline-block;
	margin-right: 56px;
}

.form-group label {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.form-group label span {
	color: #333333;
	font-size: 14px !important;
	line-height: 20px;
	font-weight: 600;
	padding-left: 14px;
	display: inline-block;
}

.form-group select {
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width: 100%;
	height: 40px;
	background-image: url('../images/down-arrow.png');
	background-position: 95% center;
	background-repeat: no-repeat;
	padding-right: 10px;
	border-radius: 3px;
	border-color: #e0e0e0;
	box-shadow: none;
	color: #999999;
	-webkit-appearance: none;
}

.form-group input {
	height: 40px;
	padding-right: 10px;
	border-radius: 3px;
	border-color: #e0e0e0;
	box-shadow: none;
	color: #333333;
	transition: none;
	-webkit-appearance: none;
}

.form-group .form-control {
	-webkit-appearance: none;
}
/* confirmation page end */
/****** Amey ********/
/* cart page start */
.shopping-cart .shopping-process {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-radius: 2px;
	padding: 37px 10px 35px;
	margin-top: 22px;
	background-color: #fff;
}

.shopping-cart .shopping-process .steps {
	list-style: none;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.shopping-cart .shopping-process .steps > li {
	display: table-cell;
	text-align: center;
	width: 25%;
}

.shopping-cart .shopping-process .steps > li:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	font-size: 0;
	overflow: hidden;
	border-top: 4px solid #eaeaea;
	position: relative;
	top: 27px;
	z-index: 1;
}

.shopping-cart .shopping-process .steps > li.last-child:before {
	max-width: 50%;
	width: 50%;
}

.shopping-cart .shopping-process .steps > li:last-child:before {
	max-width: 50%;
	width: 50%;
}

.shopping-cart .shopping-process .steps > li:first-child:before {
	max-width: 51%;
	left: 50%;
}

.shopping-cart .shopping-process .steps > li.active .step,
.shopping-cart .shopping-process .steps > li.complete .step,
.shopping-cart .shopping-process .steps > li.active:before,
.shopping-cart .shopping-process .steps > li.complete:before {
	background-color: #bb2d00;
	color: #fff;
}

.shopping-cart .shopping-process .steps > li.active .title,
.shopping-cart .shopping-process .steps > li.complete .title {
	color: #333333;
	font-weight: 700;
}

.shopping-cart .shopping-process .steps > li.complete .step {
	cursor: default;
	color: #FFF;
	-webkit-transition: transform ease 0.1s;
	-o-transition: transform ease 0.1s;
	transition: transform ease 0.1s;
}

.shopping-cart .shopping-process .steps > li.complete .step:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 38px;
	text-align: center;
	border-radius: 100%;
	content: "\f00c";
	background-color: #89cb50;
	z-index: 3;
	font-family: FontAwesome;
	font-size: 17px;
	color: #fff;
}

.shopping-cart .shopping-process .steps > li.complete:hover:before {
	border-color: #89cb50;
}

.shopping-cart .shopping-process .steps > li.complete:hover .step {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	border-color: #89cb50;
}

.shopping-cart .shopping-process .steps > li .step {
	color: #666;
	font-size: 18px;
	border-radius: 100%;
	background-color: #eaeaea;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-weight: 700;
}

.shopping-cart .shopping-process .steps > li .title {
	display: block;
	margin: 20px auto 0;
	color: #999999;
	font-size: 20px;
	z-index: 104;
	text-align: center;
	table-layout: fixed;
	word-wrap: break-word;
	font-weight: 600;
	line-height: 20px;
}

.shopping-cart .table {
	margin-bottom: 20px;
}

.select-item-message {
	margin: 14px 0 0 0;
}

.select-item-message h4 {
	margin: 0;
	padding-top: 10px;
}

.cart-estimate-shipping {
	background-color: #fff;
	margin: 24px 0 38px 0;
	padding: 52px 15px 56px 18px;
}

.cart-estimate-shipping .shopping-proceed .promo-code .form-group input {
	max-width: 252px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	font-size: 14px;
	line-height: 18px;
	padding: 6px 14px;
	float: left;
	margin-right: 5px;
	width: 100%;
}

.cart-estimate-shipping .shopping-proceed .promo-code .form-group .border-btn {
	padding: 8px 12px;
}

.cart-estimate-shipping .shopping-proceed .total-box h5 {
	margin: 0;
}

.cart-estimate-shipping .shopping-proceed .total-box .sub-total {
	margin-bottom: 26px;
	font-size: 20px;
}

.cart-estimate-shipping .shopping-proceed .total-box .total {
	margin-bottom: 32px;
	font-size: 20px;
}

.cart-estimate-shipping .continue-shopping {
	margin-top: 40px;
}

.continue-shopping {
	display: inline-block;
}

.continue-shopping a.continue-icon i {
	border: 1px solid #999999;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	line-height: 28px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	color: #999999;
	padding: 0 6px;
}

.continue-shopping a.continue-icon span {
	display: inline-block;
	font-size: 19px;
	color: #999999;
	font-weight: 600;
	margin-left: 10px;
}

.continue-shopping a.continue-icon:hover {
	transition: all 0.3s ease-out 0s;
}

.continue-shopping a.continue-icon:hover i {
	border: 1px solid #c03900;
	color: #c03900;
}

.continue-shopping a.continue-icon:hover span {
	color: #c03900;
}

.estimate-title h4 {
	font-size: 24px;
	line-height: 20px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 37px;
}

.estimate-title p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.estimate-title h6 {
	font-size: 14px;
	font-weight: 700;
}

.items {
  /* padding: 51px 30px 51px 17px; */;
}

.items td {
	padding: 15px 30px 15px 17px;
	border-right: 1px solid #ccc;
}

.items tr {
	border: 1px solid #ccc;
}

.items thead tr th {
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #dddddd;
	padding: 15px 8px 15px 15px;
	border-right: 1px solid #ccc;
	min-width: 80px;
}

.items tbody tr td {
	padding: 15px 8px 15px 15px;
	vertical-align: middle;
}

.items tbody tr td p {
	margin: 0;
}

.items tbody tr td .empty-cart a:hover i {
	color: #fa5816;
}

.items tbody tr td .empty-cart a span {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
	color: #333333;
	line-height: 31px;
}

.items tbody tr td .empty-cart a i {
	color: #c03900;
	font-size: 30px;
	float: left;
	padding-right: 19px;
}

.items tbody tr td input {
	border-radius: 3px;
	height: 40px;
	width: 51px;
	border: 1px solid #e0e0e0;
	text-align: center;
}

.items tbody tr td a.cross i.fa-times {
	color: #fe0000;
	font-size: 16px;
}

.items tbody tr td p i {
	color: #fe0000;
}

.items tbody tr td .product-img {
	border: 1px solid #e0e0e0;
	text-align: center;
	max-width: 70px;
	max-height: 85px;
	padding: 8px;
}

.items tbody tr td .product-img img {
	vertical-align: middle;
	width: 70px;
}
/*14-3-2017 faq-page*/
.page-title {
	margin: 0 auto;
	text-align: center;
}

.page-title h1 {
	display: inline-block;
	font-size: 30px;
	line-height: 36px;
	color: #333333;
	padding-bottom: 10px;
	position: relative;
	margin-top: 0;
	font-weight: 700;
}

.page-title h1:after {
	border-bottom: 5px solid #c03900;
	content: "";
	display: block;
	height: 5px;
	margin: 10px auto 0;
	width: 93px;
}

.faq-page {
	box-shadow: 0 0 5px #cccccc;
	margin: 22px auto;
	padding: 36px 17px;
	background-color: #fff;
}

.faq-page .breadcrumb {
	background-color: rgba(0, 0, 0, 0);
	padding-left: 0;
}

.faq-page .breadcrumb li a {
	color: #c03900;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

.faq-page .tab-section .nav-tabs li {
	margin-bottom: 0;
	margin-right: 69px;
}

.faq-page .tab-section .nav-tabs li.active a {
	color: #c03900;
}

.faq-page .tab-section .nav-tabs li a {
	border: medium none;
	text-transform: uppercase;
	color: #333333;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

.faq-page .tab-section .nav-tabs li a:first-child {
	padding-left: 0;
}

.faq-page .tab-section .nav-tabs li a:focus {
	background-color: transparent;
}

.faq-page .tab-section .nav-tabs li a:hover {
	background-color: transparent;
	color: #fa5816;
}

.faq-page .tab-section .tab-content {
	margin-top: 30px;
}

.faq-page .tab-section .tab-content .panel {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

.faq-page .tab-section .tab-content .panel h4 {
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	font-weight: 600;
}

.faq-page .tab-section .tab-content .panel .panel-heading {
	background-color: transparent;
	border: none;
}

.faq-page .tab-section .tab-content .panel .panel-heading .panel-title {
	text-transform: uppercase;
	outline: none;
}

.faq-page .tab-section .tab-content .panel .panel-heading .panel-title strong {
	float: left;
}

.faq-page .tab-section .tab-content .panel .panel-heading .panel-title a {
	position: relative;
	padding-left: 22px;
	color: #333333;
}

.faq-page .tab-section .tab-content .panel .panel-heading .panel-title a:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	left: 0;
	position: absolute;
	top: 1px;
}

.faq-page .tab-section .tab-content .panel .panel-heading .panel-title a.collapsed:before {
	content: "\f105";
}

.faq-page .tab-section .tab-content .panel .panel-body {
	border-radius: 0;
}

.faq-page .tab-section .tab-content .panel .panel-body p {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.faq-page .tab-section .tab-content .terms-section .see-more,
.faq-page .tab-section .tab-content .privacy-section .see-more {
	margin-top: 10px;
}

.faq-page .tab-section .tab-content .terms-section .see-more a,
.faq-page .tab-section .tab-content .privacy-section .see-more a {
	font-size: 16px;
	line-height: 22px;
	color: #c03900;
}

.faq-page .tab-section .tab-content .terms-section .panel .panel-heading .panel-title,
.faq-page .tab-section .tab-content .privacy-section .panel .panel-heading .panel-title {
	outline: none;
}

.faq-page .tab-section .tab-content .terms-section .panel .panel-heading .panel-title a,
.faq-page .tab-section .tab-content .privacy-section .panel .panel-heading .panel-title a {
	padding-left: 4px;
	font-weight: normal;
	text-transform: capitalize;
}

.faq-page .tab-section .tab-content .terms-section .panel .panel-heading .panel-title a:before,
.faq-page .tab-section .tab-content .privacy-section .panel .panel-heading .panel-title a:before {
	display: none;
}

.faq-page .tab-section .tab-content .terms-section .panel .panel-heading .panel-title a.collapsed:before,
.faq-page .tab-section .tab-content .privacy-section .panel .panel-heading .panel-title a.collapsed:before {
	display: none;
}

.faq-page .tab-section .tab-content .terms-section .panel .panel-body ul,
.faq-page .tab-section .tab-content .privacy-section .panel .panel-body ul {
	padding-left: 23px;
}

.faq-page .tab-section .tab-content .terms-section .panel .panel-body ul li,
.faq-page .tab-section .tab-content .privacy-section .panel .panel-body ul li {
	margin-bottom: 25px;
}

.faq-page .tab-section .tab-content .terms-section .terms-of-use,
.faq-page .tab-section .tab-content .privacy-section .terms-of-use {
	padding: 0 17px;
	margin-top: 10px;
}

.faq-page .tab-section .tab-content .terms-section .terms-of-use h2,
.faq-page .tab-section .tab-content .privacy-section .terms-of-use h2 {
	font-size: 22px;
	line-height: 28px;
	color: #333333;
	margin-top: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.faq-page .tab-section .tab-content .terms-section .terms-of-use p,
.faq-page .tab-section .tab-content .privacy-section .terms-of-use p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
/* cart page end */
/* confirmation page start */
.confirmation-page .estimate-title h4 {
	font-weight: 400;
}

.confirmation-page .selected-items.background-white {
	margin-top: 0;
}

.confirmation-page .shopping-cart .select-item-message h4 {
	margin: 15px auto;
}

.confirmation-page table.items {
	border: 1px solid #cdcdcd;
	padding: 0 20px;
}

.confirmation-page table.items thead {
	background-color: #eeeeee;
}

.confirmation-page table.items thead tr th {
	padding-left: 15px;
}

.confirmation-page table.items tbody tr td {
	padding-right: 45px;
	padding-left: 15px;
}

.confirmation-page .total-amt-btn {
	float: right;
	margin-top: 20px;
}

.confirmation-page .continue-shopping {
	margin-top: 20px;
}

.txt-orng {
	color: #c03900;
}

.txt-normal {
	font-weight: 400;
}
/* confirmation page end */
/* payment-page start */
.payment-page .estimate-title h6 {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	font-weight: 700;
}

.payment-page .payment-type form .col-sm-4 {
	padding-left: 0;
}

.payment-page .payment-type form .col-sm-4:nth-child(2n) .form-group {
	margin-top: 0;
}

.payment-page .payment-type form .form-group {
	margin: 21px 0 18px;
  /* .form-control {
					&:focus {
						box-shadow: none;
					}
				} */;
}

.payment-page .payment-type form .form-group textarea {
	height: 120px;
}

.payment-page .payment-type form .form-group .clearfix .col-sm-6:first-child {
	padding-left: 0;
}

.payment-page .payment-type form .form-group .clearfix .col-sm-6:last-child {
	padding-right: 0;
}

.payment-page .payment-type form .form-group img {
	margin-left: 13px;
	vertical-align: middle;
	margin-top: 7px;
}

.payment-page .total-amt-btn {
	float: right;
	margin-top: 32px;
}

.payment-page .continue-shopping {
	margin-top: 32px;
}

.cvv {
	float: left;
	width: 70px;
}
/* payment-page end */
/* shipping page start */
.shipping-page .shipping-loging h5 {
	font-weight: 700;
}

.shipping-page .shipping-loging h5 .checkout-option .form-group label {
	margin-top: 13px;
}

.shipping-page .shipping-loging .shipping-form p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
	letter-spacing: -0.2px;
}

.shipping-page .shipping-loging .shipping-form form {
	margin-top: 21px;
}

.shipping-page .shipping-loging .shipping-form form label.check-bx {
	display: inline-block;
	margin: 20px 0 0 17px;
	vertical-align: middle;
}

.shipping-page .shipping-loging .shipping-form form button.button.btn {
	float: left;
}

.shipping-page .shipping-loging .shipping-form form a.lost-password {
	color: #c03900;
	text-decoration: underline;
	display: block;
	margin-top: 23px;
}

.shipping-page .shipping-loging .shipping-form form a.lost-password:hover {
	color: #fa5816;
}

.shipping-page .payment-type h6 {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 14px;
}

.shipping-page .payment-type .form-group textarea {
	height: 120px;
}

.shipping-page a.total-amt-btn {
	margin-top: 31px;
}

.shipping-page .continue-shopping {
	margin-top: 39px;
}

.shipping-page .shopping-cart .selected-items.background-white {
	padding-bottom: 30px;
}

.shipping-page .selected-items .form-group {
	overflow: hidden;
}

.shipping-page .selected-items .form-group label {
	float: left;
	margin-left: 1px;
}

.shipping-page .selected-items .form-group .shipping-price {
	overflow: hidden;
}
/* shipping page start */
/* machine-list-page start */
.machine-list-page .form-group .btn-default {
	margin-top: 0;
	float: right;
}

.machine-list-page .product-list {
	margin-top: 7px;
}

.machine-list-page .product-list ul {
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
}

.machine-list-page .product-list ul li {
	margin-right: 38px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.machine-list-page .product-list ul li.active a {
	color: #c03900;
	border-bottom: 3px solid #c03900;
}

.machine-list-page .product-list ul li a {
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	color: #282828;
	font-size: 16px;
	font-weight: 600;
	line-height: 14px;
	padding: 0 10px 12px;
	display: block;
}

.machine-list-page .product-list ul li a:hover {
	color: #c03900;
	border-bottom: 3px solid #c03900;
}

.machine-list-page .product-list ul li:last-child {
	margin-right: 0;
}

.machine-list-page .machine-inner {
	margin: 30px 0 0;
}

.machine-list-page .machine-inner .machine-search-result {
	border: 1px solid #dcdcdc;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.machine-list-page .machine-inner .machine-search-result .machine-search-list {
	border-bottom: 1px solid #dcdcdc;
	padding: 14px 15px 9px;
}

.machine-list-page .machine-inner .machine-search-result .machine-search-list .grid-icon {
	text-align: right;
	display: inline-block;
	float: right;
}

.machine-list-page .machine-inner .machine-search-result .machine-search-list .grid-icon ul {
	margin-bottom: 0;
	padding-left: 0;
}

.machine-list-page .machine-inner .machine-search-result .machine-search-list .grid-icon ul li {
	display: inline-block;
	list-style: outside none none;
}

.machine-list-page .machine-inner .machine-search-result .machine-search-list .grid-icon ul li a {
	color: #ccc;
}

.machine-list-page .machine-inner .machine-search-result .machine-search-list .grid-icon ul li a i {
	font-size: 21px;
	line-height: 27px;
}

.machine-list-page .machine-inner .machine-search-result .machine-search-list .grid-icon ul li.active a {
	color: #000;
}

.machine-list-page .machine-inner .machine-search-result .machine-search-list p {
	margin: 0;
	display: inline-block;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog {
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog:last-child {
	border-bottom: 0;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details {
	padding: 17px 0px 17px 0;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media {
	border-right: 1px solid #dcdcdc;
	width: 100%;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-left {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #e0e0e0;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-left a {
	display: block;
	padding: 10px 0;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-left a img {
	max-width: inherit;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-body {
	padding: 0 16px;
	vertical-align: middle;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-body h4 a {
	font-weight: 600;
	color: #333333;
	font-size: 16px;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-body h4 a:hover {
	color: #c03900;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-body p {
	font-size: 12px;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-body span {
	color: #666666;
	font-size: 12px;
}

.machine-list-page .machine-inner .machine-search-result .machine-catlog .catlog .add-to-cart i {
	margin-right: 6px;
}

.machine-list-page .machine-inner .machine-search-result a.load-more {
	text-align: center;
	font-size: 18px;
	color: #333333;
	padding: 15px 0 0;
	display: block;
}

.machine-list-page .machine-inner .machine-search-result a.load-more i {
	color: #c03900;
	padding-left: 12px;
}

.machine-list-page .machine-inner .machine-search-result a.load-more:hover {
	color: #c03900;
}

.machine-list-page .machine-inner .widget-box:first-child {
	margin-top: 0px;
}

.machine-list-page .machine-inner .col-md-9.col-sm-10 {
	padding-right: 0;
}

.machine-list-page .machine-inner .col-md-9.col-sm-10,
.machine-list-page .machine-inner .col-md-3.col-sm-2 {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
/* machine-list-page end */
/* wish-list-page end */
.wishlist-page .selected-items a.total-amt-btn {
	font-size: 12px;
	float: right;
	font-weight: 700;
	padding: 5px 8px;
	line-height: 18px;
	height: 31px;
	min-width: 94px;
}

.wishlist-page .selected-items table {
	margin-bottom: 20px;
}

.wishlist-page .selected-items table.items tbody tr td:last-child {
	text-align: right;
	width: 60px;
}

.wishlist-page .background-white {
	padding: 36px 17px 0;
}

.wishlist-page .breadcrumb {
	padding-left: 0;
}
/* wish-list-page end */
/* product-comparison page start */
.product-comparison-page .breadcrumb {
	padding-left: 0;
}

.product-comparison-page .background-white {
	padding: 36px 17px 10px;
}

.product-comparison-page .shopping-cart .selected-items p {
	margin: 0;
}

.product-comparison-page .shopping-cart .selected-items .table.items thead tr th {
	vertical-align: top;
}

.product-comparison-page .shopping-cart .selected-items .table.items tbody tr td {
	vertical-align: top;
}

.product-comparison-page .shopping-cart .selected-items .table.items tbody tr td .rating-star {
	width: 100px;
}

.product-comparison-page .shopping-cart .selected-items .table.items tbody tr td .rating-star p i {
	color: #c03900;
}

.product-comparison-page .shopping-cart .selected-items .table.items tbody tr td:first-child {
	border-left: none;
}

.product-comparison-page .shopping-cart .selected-items .table.items tbody tr td:last-child {
	border-right: none;
}

.product-comparison-page .shopping-cart .selected-items .table.items tbody tr td p a i {
	color: #c03900;
}

.product-comparison-page .shopping-cart .selected-items .table.items tbody tr td.description p {
	font-weight: normal;
	font-size: 16px;
}

.product-comparison-page .shopping-cart .selected-items .table.items tbody tr td a.total-amt-btn {
	display: inline-block;
	min-width: 120px;
}

.product-comparison-page .shopping-cart .selected-items .table.items tbody tr td a.remove {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #c03900;
	margin: 20px 0 16px;
}

.product-comparison-page .shopping-cart .selected-items .table.items tbody tr td a.remove:hover {
	color: #fa5816;
}
/* product-comparison page end */
/* account details page start */
.account-detail-page .dashoboard .nav.nav-tabs li {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	float: none;
	padding: 0 6px;
}

.account-detail-page .dashoboard .nav.nav-tabs li:hover {
	background-color: #f8f8f8;
}

.account-detail-page .dashoboard .nav.nav-tabs li.active {
	background-color: #f8f8f8;
}

.account-detail-page .dashoboard .nav.nav-tabs li a {
	border: medium none;
	color: #c03900;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 19px 20px 19px 0;
	position: relative;
}

.account-detail-page .dashoboard .nav.nav-tabs li a i {
	opacity: 0.4;
}

.account-detail-page .dashoboard .nav.nav-tabs li a i.fa {
	line-height: 1;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.account-detail-page .dashoboard .nav.nav-tabs li a:hover,
.account-detail-page .dashoboard .nav.nav-tabs li a:focus,
.account-detail-page .dashoboard .nav.nav-tabs li a:active {
	background-color: transparent;
	outline: none;
}

.account-detail-page .dashoboard .nav.nav-tabs li a:hover i,
.account-detail-page .dashoboard .nav.nav-tabs li a:focus i,
.account-detail-page .dashoboard .nav.nav-tabs li a:active i {
	opacity: 1;
}

.account-detail-page .dashoboard .nav.nav-tabs li.active a {
	background-color: transparent;
}

.account-detail-page .dashoboard .nav.nav-tabs li.active a i {
	opacity: 1;
}

.account-detail-page .tab-content form h5.password {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0;
}

.account-detail-page .tab-content form button {
	margin-top: 15px;
}

.account-detail-page .tab-content form .form-group label span {
	font-style: italic;
	color: #999999;
	padding-left: 4px;
}

.account-detail-page .tab-content .billing-address h3,
.account-detail-page .tab-content .shipping-address h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 28px;
}

.account-detail-page .tab-content .billing-address h3 i.fa,
.account-detail-page .tab-content .shipping-address h3 i.fa {
	margin-left: 20px;
	color: #c03900;
	font-size: 18px;
}

.account-detail-page .tab-content .billing-address h3 i.fa:hover,
.account-detail-page .tab-content .shipping-address h3 i.fa:hover {
	color: #fa5816;
}

.account-detail-page .tab-content .billing-address p,
.account-detail-page .tab-content .shipping-address p {
	font-style: italic;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}

.account-detail-page .tab-content .shipping-address p {
	line-height: 18px;
}

.account-detail-page .tab-content #dashoboard p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
	font-weight: 600;
}

.account-detail-page .tab-content .table thead {
	background-color: #f8f8f8;
}

.account-detail-page .tab-content .table thead tr th {
	border: none;
}

.account-detail-page .tab-content .table tbody {
	background-color: #fdfdfd;
}

.account-detail-page .tab-content .table tbody tr td {
	border: none;
	vertical-align: middle;
}

.account-detail-page .tab-content .table tbody tr td a.total-amt-btn {
	font-size: 13px;
	font-weight: 400;
	height: 34px;
	line-height: 16px;
	min-width: 65px;
	padding: 8px 10px;
}

.account-detail-page .tab-content .table tbody tr td a.total-amt-btn i {
	margin-left: 3px;
	font-size: 13px;
}

.account-detail-page .tab-content .table tbody tr td:first-child {
	color: #c03900;
}

.account-detail-page .tab-content .table tbody tr:nth-child(2n) {
	background-color: #fbfbfb;
}

.account-detail-page .tab-content .table.order-details thead tr th {
	font-size: 14px;
	line-height: 20px;
}

.account-detail-page .tab-content .table.order-details tbody tr {
	height: 118px;
}

.account-detail-page .tab-content .table.order-details tbody tr td {
	vertical-align: middle;
}

.account-detail-page .tab-content .table.order-details tbody tr td input.form-control {
	width: 51px;
	height: 40px;
}

.account-detail-page .tab-content .table.order-details tfoot {
	background-color: #fbfbfb;
}

.account-detail-page .tab-content .table.order-details tfoot tr td {
	border: none;
	font-size: 16px;
	line-height: 46px;
	font-weight: 600;
}

.account-detail-page .tab-content .table.order-details tfoot tr td span {
	font-weight: 400;
}

.account-detail-page .tab-content .table.customer-details tbody tr td {
	line-height: 60px;
	font-weight: 600;
	background-color: #f8f8f8;
}

.account-detail-page .tab-content .table.customer-details tbody tr td span {
	font-weight: 400;
}

.account-detail-page .tab-content .order-detail p {
	margin-bottom: 38px;
}

.account-detail-page .tab-content .order-detail h3 {
	font-size: 24px;
	line-height: 42px;
	font-weight: 700;
	margin-top: 46px;
	margin-bottom: 5px;
}

.account-detail-page .tab-content .order-detail .bill-address {
	margin-bottom: 30px;
}

.account-detail-page .tab-content .order-detail .bill-address h3 {
	margin-bottom: 10px;
}

.account-detail-page .tab-content .order-detail .bill-address p {
	margin-bottom: 10px;
	font-style: italic;
}

.account-detail-page .machine-inner .widget-box {
	border: none;
	padding: 0;
}

.account-detail-page .machine-inner .widget-box label.check-bx {
	color: #555555;
	font-size: 12px;
}

.account-detail-page .machine-inner .widget-box label.check-bx:hover {
	color: #c03900;
}

.account-detail-page .machine-inner .widget-box label.check-bx i {
	color: #c03900;
	font-size: 14px;
}

.account-detail-page .machine-inner .widget-box.background-white {
	box-shadow: none;
}

.account-detail-page table {
	margin-bottom: 0;
}
/* account details page start */
/* product-sub-category start */
.product-sub-category .browse-all {
	clear: both;
}

.product-sub-category .browse-all .add-to-cart {
	margin-top: 40px;
}

.cart-page .shopping-cart .product-name {
	max-width: 370px;
	padding-right: 100px;
}

.cart-page .shopping-cart .total-amt-btn.update-cart-btn {
	margin: 10px auto;
}
/* product-sub-category end */
/****************************** Amey End ********************************/
/****************************** Ranjit Start ********************************/
.cart-page .shopping-cart .selected-items.background-white {
	padding-bottom: 0;
}

.selected-items.background-white {
	margin-bottom: 30px;
}

.background-white {
	overflow: hidden;
	box-shadow: 0 0 5px #cccccc;
	margin: 22px auto 50px;
	padding: 36px 17px;
	background-color: #fff;
}

.total-amt-btn {
	border-radius: 2px;
	background-color: #c03900;
	color: #fff;
	padding: 9px;
	font-size: 14px;
	border: 1px solid transparent;
	font-weight: 600;
	line-height: 18px;
	display: inline-block;
	min-width: 179px;
	text-align: center;
	transition: all 0.3s ease-out;
	border-radius: 8px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
}

.total-amt-btn:hover {
	border: 1px solid #c03900;
	color: #c03900;
	background-color: #fff;
}

.total-amt-btn:focus {
	border: 1px solid #c03900;
	color: #fff;
	background-color: #c03900;
}

.total-amt-btn i {
	margin-left: 5px;
}

.border-btn.btn {
	background-color: #ffffff;
	border: 1px solid #c03900;
	color: #c03900;
	transition: all 0.3s ease-out;
}

.border-btn.btn:hover {
	border-color: #fff;
	color: #fff;
	background-color: #c03900;
}

.breadcrumb {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #dcdcdc;
	padding-left: 5px;
	margin-bottom: 24px;
	border-radius: 0;
}

.breadcrumb li {
	margin-bottom: 0;
}

.breadcrumb li.active {
	color: #000000;
}

.breadcrumb li.active:before {
	color: #000000;
}

.breadcrumb li + li:before {
	color: #c03900;
}

.breadcrumb li a {
	color: #c03900;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

.widget-box {
	padding: 18px 14px;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.widget-box:last-child {
	margin-bottom: 50px;
}

.widget-box .search-bar .form-group input {
	width: 100%;
	float: none;
	padding: 0;
	background-position: 95% 50%;
	padding: 8px 40px 8px 15px;
}

.widget-box .product-accordian .panel-group {
	margin-bottom: 0;
}

.widget-box .product-accordian .panel-group .panel {
	box-shadow: none;
}

.widget-box .product-accordian .panel-group .panel.panel-default {
	background-color: none;
	border: none;
	border-bottom: 1px solid #d0d0d0;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-heading {
	background-color: #fff;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-heading h4.panel-title {
	font-size: 14px;
	color: #333333;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-heading h4.panel-title a {
	position: relative;
	display: block;
	padding-left: 20px;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-heading h4.panel-title a:hover {
	color: #c03900;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-heading h4.panel-title a:before {
	content: "\f147";
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	font-size: 15px;
	font-family: 'FontAwesome';
	color: #c03900;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-heading h4.panel-title a.collapsed:before {
	content: "\f196";
	color: #c03900;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-collapse .panel-body {
	background-color: none;
	border-radius: 0;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-collapse .panel-body ul {
	margin-left: 10px;
	margin-bottom: 0 !important;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-collapse .panel-body ul li {
	margin-bottom: 16px;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-collapse .panel-body ul li label.check-bx {
	margin-bottom: 5px;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-collapse .panel-body ul li a {
	color: #333;
}

.widget-box .product-accordian .panel-group .panel.panel-default .panel-collapse .panel-body ul li a label.check-bx {
	padding-left: 23px;
	cursor: pointer;
	margin-bottom: 5px;
}

.widget-box .product-accordian .panel-group:last-child .panel.panel-default {
	border-bottom: 0;
}

.widget-box p {
	font-size: 16px;
}

.widget-box p span {
	color: #c03900;
}

.grid-icon {
	text-align: right;
}

.grid-icon ul {
	padding-left: 0;
	margin-bottom: 0;
}

.grid-icon ul li {
	list-style: none;
	display: inline-block;
	margin-left: 16px;
}

.grid-icon ul li:last-child {
	margin-right: 0;
}

.grid-icon ul li a {
	color: #cccccc;
}

.grid-icon ul li a.active .fa {
	color: #000000;
}

.grid-icon ul li a .fa {
	font-size: 21px;
	line-height: 27px;
}

.list-grid-type {
	border-bottom: 1px solid #d0d0d0;
	margin: 0 -17px;
	padding: 0 15px;
}

.list-grid-type .breadcrumb {
	margin-bottom: 0;
	border-bottom: 0;
}

.list-grid-type p {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 14px;
}

.search-bar {
	margin-top: 15px;
	overflow: hidden;
}

.search-bar .search-btn {
	background-color: transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	padding: 9px 0;
	border: 1px solid #c03900;
	color: #c03900;
	transition: all 0.3s ease-out;
	width: 11%;
	text-align: center;
	margin-top: 0;
	height: 40px;
	float: right;
}

.search-bar .search-btn:hover {
	background-color: #c03900;
	color: #fff;
}

.search-bar .form-group {
	overflow: hidden;
	position: relative;
}

.search-bar .form-group input {
	float: left;
	width: 88%;
	border-radius: 3px;
	background-image: url("../images/search-icon.png");
	background-position: 1% 50%;
	background-repeat: no-repeat;
	padding: 0 40px;
	font-size: 16px;
}
/* faq-page */
.faq-page {
	box-shadow: 0 0 5px #cccccc;
	margin: 22px auto;
	padding: 36px 17px;
	background-color: #fff;
}

.faq-page .breadcrumb {
	background-color: rgba(0, 0, 0, 0);
	padding-left: 0;
	margin-bottom: 0;
}

.faq-page .breadcrumb li {
	margin-bottom: 0;
}

.faq-page .breadcrumb li.active a {
	color: #c03900;
}

.faq-page .breadcrumb li a {
	color: #c03900;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

.faq-page .tab-section .nav-tabs li {
	margin-bottom: 0;
	margin-right: 69px;
}

.faq-page .tab-section .nav-tabs li.active a {
	color: #c03900;
}

.faq-page .tab-section .nav-tabs li a {
	border: medium none;
	text-transform: uppercase;
	color: #333333;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

.faq-page .tab-section .nav-tabs li a:first-child {
	padding-left: 0;
}

.faq-page .tab-section .nav-tabs li a:focus {
	background-color: transparent;
}

.faq-page .tab-section .nav-tabs li a:hover {
	background-color: transparent;
}

.faq-page .tab-section .tab-content {
	margin-top: 30px;
}

.faq-page .tab-section .tab-content .panel {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

.faq-page .tab-section .tab-content .panel h4 {
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	display: table;
	font-weight: 600;
}

.faq-page .tab-section .tab-content .panel .panel-heading {
	background-color: transparent;
	border: none;
}

.faq-page .tab-section .tab-content .panel .panel-heading .panel-title {
	text-transform: uppercase;
}

.faq-page .tab-section .tab-content .panel .panel-heading .panel-title a {
	position: relative;
	padding-left: 22px;
	color: #333333;
	display: inline-block;
}

.faq-page .tab-section .tab-content .panel .panel-heading .panel-title a:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	left: 0;
	position: absolute;
	top: 1px;
}

.faq-page .tab-section .tab-content .panel .panel-heading .panel-title a.collapsed:before {
	content: "\f105";
}

.faq-page .tab-section .tab-content .panel .panel-body {
	border-radius: 0;
}

.faq-page .tab-section .tab-content .panel .panel-body p {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	padding-left: 22px;
	margin-bottom: 20px;
}

.faq-page .tab-section .tab-content .panel .terms-section .see-more a,
.faq-page .tab-section .tab-content .panel .privacy-section .see-more a {
	font-size: 16px;
	line-height: 22px;
	color: #c03900;
	margin-top: 10px;
}

.faq-page .tab-section .tab-content .panel .terms-section .panel .panel-heading .panel-title a,
.faq-page .tab-section .tab-content .panel .privacy-section .panel .panel-heading .panel-title a {
	padding-left: 10px;
	font-weight: normal;
	text-transform: capitalize;
}

.faq-page .tab-section .tab-content .panel .terms-section .panel .panel-heading .panel-title a:before,
.faq-page .tab-section .tab-content .panel .privacy-section .panel .panel-heading .panel-title a:before {
	display: none;
}

.faq-page .tab-section .tab-content .panel .terms-section .panel .panel-heading .panel-title a.collapsed:before,
.faq-page .tab-section .tab-content .panel .privacy-section .panel .panel-heading .panel-title a.collapsed:before {
	display: none;
}

.faq-page .tab-section .tab-content .panel .terms-section .panel .panel-body ul,
.faq-page .tab-section .tab-content .panel .privacy-section .panel .panel-body ul {
	padding-left: 23px;
}

.faq-page .tab-section .tab-content .panel .terms-section .panel .panel-body ul li,
.faq-page .tab-section .tab-content .panel .privacy-section .panel .panel-body ul li {
	margin-bottom: 25px;
}

.faq-page .tab-section .tab-content .panel .terms-section .terms-of-use,
.faq-page .tab-section .tab-content .panel .privacy-section .terms-of-use {
	padding: 0 17px;
}

.faq-page .tab-section .tab-content .panel .terms-section .terms-of-use h2,
.faq-page .tab-section .tab-content .panel .privacy-section .terms-of-use h2 {
	font-size: 22px;
	line-height: 28px;
	color: #333333;
	margin-top: 0;
	font-weight: 600;
}

.faq-page .tab-section .tab-content .panel .terms-section .terms-of-use p,
.faq-page .tab-section .tab-content .panel .privacy-section .terms-of-use p {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	padding-left: 10px;
	margin-bottom: 20px;
}
/* faq-page-end */
/* contact-page */
.contact-page {
	overflow: hidden;
}

.contact-page .contact-1 .contact-content {
	margin-top: 22px;
	margin-bottom: 35px;
}

.contact-page .contact-1 .contact-content p {
	font-size: 12px;
	line-height: 18px;
	color: #777777;
}

.contact-page .contact-1 .form-container {
	margin-top: 60px;
}

.contact-page .contact-1 .contact-info {
	margin-top: 40px;
	padding: 0;
	list-style: none;
}

.contact-page .contact-1 .contact-info span {
	margin-right: 7px;
	color: #c03900;
	padding-right: 5px;
}

.contact-page .contact-1 .contact-info li {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: #2e2e2e;
}

.contact-page .contact-1 .contact-info li a {
	color: #2e2e2e;
}

.contact-page .contact-1 .contact-info li a:hover {
	color: #c03900;
}

.contact-page .contact-1 .underlined-title {
	margin-bottom: 70px;
}

.contact-page .contact-1 .underlined-title h2 {
	font-size: 20px;
	line-height: 26px;
	color: #333333;
}

.contact-page .contact-1 .contact-details p {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.contact-page span.required {
	font-size: 13px;
	color: #ff0000;
}

.contact-page .form-group .total-amt-btn {
	font-size: 16px;
	min-width: 120px;
	padding: 10px 20px;
	line-height: 22px;
}

.contact-page .form-group .total-amt-btn:hover {
	background-color: transparent;
}

.contact-page .form-group .total-amt-btn:focus {
	color: #fff;
}

.contact-page .form-group input {
	border: 1px solid #dcdcdc;
	height: 40px;
}

.contact-page .form-group textarea {
	border: 1px solid #dcdcdc;
	height: 80px;
}
/* contact-page-end */
.terms-of-use {
	padding: 0 17px;
}

.terms-of-use h2 {
	font-size: 22px;
	line-height: 28px;
	color: #333333;
	margin-top: 0;
	font-weight: 600;
}

.terms-of-use p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
/* register-page */
.register-title {
	margin-bottom: 30px;
}

.register-title h1 {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #c03900;
	padding-bottom: 2px;
	position: relative;
	margin-top: 0;
	font-weight: 600;
}

.register-title p {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}

.register-title p a {
	color: #c03900;
}

.register-title p a:hover {
	color: #fa5816;
	text-decoration: underline;
}

.register-page .form-title {
	border-bottom: 1px solid #dddddd;
}

.register-page .form-title h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.register-page .total-amt-btn {
	padding: 9px;
	text-align: center;
	min-width: 179px;
	margin-top: 14px;
}

.register-page .total-amt-btn i {
	margin-left: 6px;
}
/* register-page-end */
.form-group label {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin-left: 1px;
	margin-bottom: 10px;
}

.form-group label sup {
	color: #ff0000;
}

.form-group label span {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding-left: 14px;
	display: inline-block;
}

.form-group label.check-bx i {
	font-size: 15px;
}

.form-group select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width: 100%;
	height: 40px;
	background-image: url('../images/down-arrow.png');
	background-position: 95% center;
	background-repeat: no-repeat;
	padding-right: 10px;
	border-radius: 3px;
	border-color: #e0e0e0;
	box-shadow: none;
	color: #999999;
  /* &:focus {
			box-shadow: none;
			border: 1px solid #ccc;
		} */;
}

.form-group input {
	height: 40px;
	padding-right: 10px;
	border-radius: 3px;
	border-color: #e0e0e0;
	box-shadow: none;
	color: #333333;
  /* &:focus {
			box-shadow: none;
			border: 1px solid #eee;
		} */;
}

.form-group textarea {
	resize: none;
  /* &:focus {
			box-shadow: none;
			border: 1px solid #eee;
		} */;
}

.form-padding {
	padding-top: 20px;
}
/*login-form-start*/
.login-form {
	max-width: 550px;
	margin: 0 auto;
}

.login-form .sign-in-text {
	margin: 50px auto 30px;
}

.login-form .sign-in-text p {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	font-weight: 600;
}

.login-form .login-btn-text {
	overflow: hidden;
	margin-top: 30px;
}

.login-form .login-btn-text p {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 400;
}

.login-form .login-btn-text p a {
	font-weight: 600;
}

.login-form .form-group {
	margin-bottom: 30px;
}

.login-form .form-group a {
	font-size: 16px;
	line-height: 22px;
	color: #c03900;
}

.login-form .form-group a:hover {
	color: #fa5816;
}

.login-form .form-group input {
	color: #333333;
	font-size: 14px;
	line-height: 26px;
	height: 51px;
	font-weight: 600;
	padding: 6px 20px;
}

.login-form .form-group input::-webkit-input-placeholder {
	color: #cccccc;
	opacity: 1;
}

.login-form .form-group input::-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}

.login-form .form-group input:-ms-input-placeholder {
	color: #cccccc;
	opacity: 1;
}

.login-form .form-group input:-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}

.login-form .form-group.mg-none {
	margin-bottom: 17px;
}

.newsletter {
	clear: both;
	overflow: hidden;
	padding-top: 18px;
}
.sign-in-middle form .form-group button[type="submit"] {
    background-color: #c03900;
    border-color: #c03900;
    padding: 10px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 8px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
}
.sign-in-middle form .form-group button[type="submit"]:hover {
    background-color: #fff;
    color: #c03900;
}
.newsletter .form-group .check-bx {
	margin-top: 10px;
}
/*login-form-end*/
/*product-category-page*/
.category-img-text {
	border-bottom: 1px solid #d0d0d0;
	display: table;
	margin: 0;
	overflow: hidden;
	padding: 17px;
	width: 100%;
}

.category-img-text .category-img {
	overflow: hidden;
	border: 1px solid #e0e0e0;
	width: 70px;
	display: table-cell;
}

.category-img-text .category-text {
	display: table-cell;
	padding-left: 17px;
	vertical-align: middle;
}

.category-img-text .category-text h4 {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
}

.product-category-wrap {
	margin: 20px auto 0;
	padding: 0 6px;
}

.product-category-wrap.grid-product-listing {
	padding: 0;
	margin: 17px -10px 0;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img {
	text-align: left;
	padding: 20px 13px 40px;
	overflow: hidden;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .product-img {
	margin-bottom: 20px;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .listing-details {
	min-height: 100px;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .listing-details .add-to-section {
	margin: 0;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .listing-details .add-to-section .amt {
	display: none;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img h4 {
	margin: 0;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img h4 a {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: 600;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img h4 a:hover {
	color: #c03900;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img span {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: 400;
	padding-left: 0;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .amt p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #c03900;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .amt p i {
	margin-right: 7px;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-to-section {
	overflow: hidden;
	margin-top: 16px;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-to-section .amt {
	float: left;
	margin-top: 5px;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-to-section .add-to-cart {
	float: right;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-to-section .add-to-cart i {
	margin-right: 7px;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-wishlist-compare {
	overflow: hidden;
	margin-top: 13px;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-wishlist-compare .wishlist,
.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-wishlist-compare .compare {
	float: left;
	padding-left: 2px;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-wishlist-compare .wishlist a,
.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-wishlist-compare .compare a {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: 400;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-wishlist-compare .wishlist a i,
.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-wishlist-compare .compare a i {
	margin-right: 4px;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-wishlist-compare .wishlist a:hover,
.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-wishlist-compare .compare a:hover {
	color: #c03900;
}

.product-category-wrap.grid-product-listing .product-category-box .product-box-img .add-wishlist-compare .compare {
	float: right;
}

.product-category-wrap.list-view {
	padding: 0;
	margin: 20px -17px 0;
}

.product-category-wrap.list-view p {
	padding-left: 15px;
}

.product-category-wrap.list-view .product-category-box {
	margin: 0 0 -1px;
	height: auto !important;
	width: 100%;
	padding: 0;
	border-width: 1px 0;
	border-color: #dcdcdc;
	border-style: solid;
}

.product-category-wrap.list-view .product-category-box:last-child {
	border-bottom: 0;
}

.product-category-wrap.list-view .product-category-box .product-box-img {
	padding: 19px 15px 15px;
	border: none;
}

.product-category-wrap.list-view .product-category-box .product-box-img:hover {
	box-shadow: none;
	transition: none;
}

.product-category-wrap.list-view .product-category-box .product-box-img .product-img {
	display: table-cell;
	float: none;
	max-width: 70px;
	min-width: 70px;
	min-height: 85px;
	vertical-align: middle;
	border: 1px solid #d7d7d7;
	height: auto;
	line-height: normal;
}

.product-category-wrap.list-view .product-category-box .product-box-img .product-img a {
	display: block;
	padding: 10px 0;
}

.product-category-wrap.list-view .product-category-box .product-box-img .listing-details {
	border-right: 1px solid #dcdcdc;
	display: table-cell;
	float: none;
	max-width: 478px;
	padding: 0 10px 0 12px;
	vertical-align: middle;
	width: 66.2%;
}

.product-category-wrap.list-view .product-category-box .product-box-img .listing-details .add-to-box {
	padding-left: 0;
}

.product-category-wrap.list-view .product-category-box .product-box-img .listing-details .add-to-section {
	margin: 0;
}

.product-category-wrap.list-view .product-category-box .product-box-img .listing-details .add-to-section .amt.amt-list {
	display: block!important;
}

.product-category-wrap.list-view .product-category-box .product-box-img .listing-details .add-to-section .amt.amt-list p {
	margin-bottom: 0;
	padding-left: 0;
}

.product-category-wrap.list-view .product-category-box .product-box-img .add-to-box {
	display: table-cell;
	float: none;
	padding-left: 12px;
	vertical-align: middle;
	min-width: 125px;
	width: 30.6%;
	text-align: center;
}

.product-category-wrap.list-view .product-category-box .product-box-img .add-to-box .contact-us-product {
	display: inline-block;
	float: none;
}

.product-category-wrap.list-view .product-category-box .product-box-img .add-to-section {
	margin-top: 0;
}

.product-category-wrap.list-view .product-category-box .product-box-img .add-to-section .amt {
	display: none;
}

.product-category-wrap.list-view .product-category-box .product-box-img .add-to-section .add-to-cart {
	float: none;
}

.product-category-wrap.list-view .product-category-box .product-box-img .add-wishlist-compare .wishlist {
	float: none;
}

.product-category-wrap.list-view .product-category-box .product-box-img .add-wishlist-compare .compare {
	float: none;
}

.product-category-wrap .product-box-img {
	border: 1px solid #d7d7d7;
	padding: 20px 9px 40px;
	text-align: center;
	height: 100%;
	position: relative;
	border-radius: 8px;
}

.product-category-wrap .product-box-img .browse-all {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.product-category-wrap .product-box-img .browse-all a {
	background-color: rgba(192, 57, 0, 0.8);
	border-radius: 20px;
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	padding: 10px 20px;
}

.product-category-wrap .product-box-img:hover {
	box-shadow: 0 0 10px 0 #cccccc;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.product-category-wrap .product-box-img > a {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #c03900;
}

.product-category-wrap .product-box-img > a:hover {
	color: #ff6633;
}

.product-category-wrap .product-box-img .product-img {
	margin-bottom: 0;
	text-align: center;
	min-height: 190px;
	line-height: 190px;
}

.product-category-wrap .product-category-box {
	margin: 0 auto 20px;
	padding: 0 10px;
}

.product-category-wrap .product-category-box:nth-child(3n+1) {
	clear: left;
}

.product-category-wrap .product-category-box:hover .browse-all {
	opacity: 1;
}

.product-category-page.background-white {
	padding: 0 15px 6px;
}
/*product-category-page-end*/
/*machine-details*/
.machine-details-page {
	overflow: hidden;
}

.machine-details-page .model-machine {
	overflow: hidden;
	margin-top: 15px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 15px;
}

.machine-details-page .model-machine .machine-details-img {
	padding-right: 19px;
}

.machine-details-page .model-machine .machine-details h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #c03900;
	margin-top: 0;
}

.machine-details-page .model-machine .machine-details p {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 28px;
}

.machine-details-page .features-accessories-details {
	margin-top: 7px;
	overflow: hidden;
	border-bottom: 1px solid #d0d0d0;
}

.machine-details-page .features-accessories-details .standard-features h4,
.machine-details-page .features-accessories-details .optional-accessories h4 {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: 600;
}

.machine-details-page .features-accessories-details .standard-features ul,
.machine-details-page .features-accessories-details .optional-accessories ul {
	padding-left: 24px;
}

.machine-details-page .features-accessories-details .standard-features ul li,
.machine-details-page .features-accessories-details .optional-accessories ul li {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 13px;
	list-style: circle;
}

.machine-details-page .specification {
	margin-top: 7px;
	overflow: hidden;
}

.machine-details-page .specification h4 {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: 600;
}

.machine-details-page .specification .specification-title {
	margin-bottom: 46px;
}

.machine-details-page .specification .specification-title h5 {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: 600;
}

.machine-details-page .specification .specification-details h5 {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: 600;
}

.machine-details-page .specification .specification-details p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 14px;
}

.machine-details-page .background-white {
	padding: 16px 17px 30px;
}

.load-more {
	text-align: center;
}

.load-more a {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: 400;
}

.load-more a:hover {
	color: #c03900;
}

.load-more a i {
	color: #c03900;
	margin-left: 12px;
}
/*machine-details-end*/
/*product-details-wrap-start*/
.product-details-wrap {
	margin-top: 20px;
}

.product-details-wrap .product-details-img {
	border: 1px solid #cdcdcd;
	display: block;
	margin-bottom: 2px;
}

.product-details-wrap .product-details-content h4 {
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	font-weight: 400;
	margin: 0;
}

.product-details-wrap .product-details-content .amt-rate-review {
	margin-top: 17px;
}

.product-details-wrap .product-details-content .amt-rate-review .amt {
	float: left;
	margin-right: 19px;
}

.product-details-wrap .product-details-content .amt-rate-review .amt h2 {
	font-size: 26px;
	line-height: 32px;
	color: #333333;
	font-weight: 300;
	margin: 0;
}

.product-details-wrap .product-details-content .product-rate-details {
	margin-top: 6px;
}

.product-details-wrap .product-details-content .product-rate-details .review {
	overflow: hidden;
	margin-top: 4px;
}

.product-details-wrap .product-details-content .product-rate-details .review p {
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

.product-details-wrap .product-details-content .cart-plus-rate {
	overflow: hidden;
	margin-top: 18px;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .total-amt-btn {
	min-width: 200px;
	border-radius: 3px;
	height: 40px;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .total-amt-btn i {
	margin-right: 8px;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .form-group {
	float: left;
	margin-bottom: 0;
	vertical-align: middle;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .form-group .sr-only {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .form-group .input-group {
	margin-right: 10px;
	display: inline-table;
	vertical-align: middle;
	border-collapse: separate;
	position: relative;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .form-group .input-group .form-control {
	border: 2px solid #ecf0f1;
	border-radius: 0;
	height: 40px;
	width: 50px;
	text-align: center;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .form-group .input-group .input-group-btn {
	width: auto;
	font-size: 0;
	position: relative;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .form-group .input-group .input-group-btn:last-child .btn-group {
	margin-left: -1px;
	z-index: 2;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .form-group .input-group .input-group-btn .btn {
	box-shadow: none;
	margin: 0;
	background-color: #ecf0f1;
	position: relative;
	padding: 10px 20px;
	border: none;
	border-radius: 0;
	color: #999999;
	height: 40px;
	width: 50px;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .form-group .input-group .input-group-btn .btn.plus {
	border-radius: 0 3px 3px 0;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .form-group .input-group .input-group-btn .btn.minus {
	border-radius: 3px 0 0 3px;
}

.product-details-wrap .product-details-content .cart-plus-rate .form-inline .form-group .input-group .input-group-btn .btn:hover {
	background-color: #c03900;
	color: #ffffff;
}

.product-details-wrap .product-details-content .part-list-table {
	margin-top: 20px;
}

.product-details-wrap .product-details-content .part-list-table p {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: 400;
}

.product-details-wrap .product-details-content .part-list-table .table {
	margin-bottom: 16px;
}

.product-details-wrap .product-details-content .part-list-table .table.table-bordered thead {
	background-color: #eeeeee;
}

.product-details-wrap .product-details-content .part-list-table .table.table-bordered thead tr th {
	border-bottom-width: 0;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	padding: 9px 13px;
	font-weight: 600;
}

.product-details-wrap .product-details-content .part-list-table .table.table-bordered tbody tr td {
	padding: 10px 13px;
}

.product-details-wrap .product-details-content .part-list-table .table.table-bordered tbody tr td a {
	color: #c03900;
}

.product-details-wrap .product-details-content .part-list-table .table.table-bordered tbody tr td a:hover {
	color: #fa5816;
}

.product-rating {
	float: left;
	margin-right: 10px;
}

.product-rating a i {
	color: #ffd800;
	font-size: 16px;
	line-height: 20px;
}

.product-details-page.background-white {
	padding: 6px 17px 30px;
}

.or-text {
	margin: 16px auto 17px;
	position: relative;
	text-align: center;
}

.or-text h2 {
	background-color: #ffffff;
	color: #cdcdcd;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0 9px;
	position: relative;
	z-index: 1;
}

.or-text:before {
	background-color: #cdcdcd;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.rate-icons ul {
	padding: 0;
}

.rate-icons ul li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #cdcdcd;
	padding: 0 9px;
}

.rate-icons ul li:first-child {
	padding-left: 0;
}

.rate-icons ul li:last-child {
	border-right: 0;
}

.rate-icons ul li a {
	font-size: 14px;
	line-height: 20px;
	color: #c03900;
	font-weight: 400;
}

.rate-icons ul li a:hover {
	color: #fa5816;
}

.rate-icons ul li a i {
	margin-right: 7px;
}

.description-table {
	margin-top: 30px;
	overflow: hidden;
}

.description-table ul li a {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
}

.description-table ul li a:focus {
	background-color: transparent;
}

.description-table ul li a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #fa5816;
}

.description-table .tab-content {
	border-color: #dddddd;
	border-style: solid;
	border-width: 0 1px 1px;
	overflow: hidden;
	padding: 0 15px 15px;
}

.description-table .tab-content .description-details {
	margin-top: 20px;
}

.description-table .tab-content .description-details p {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: 400;
}

.description-table .tab-content .description-details.review-details p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: 400;
}

.description-table .tab-content .description-details.review-details h4 {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
}

.description-table .tab-content .description-details.review-details .form-group {
	margin-bottom: 10px;
}

.description-table .tab-content .description-details.review-details .form-group input {
	max-width: 246px;
	color: #333333;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
}

.description-table .tab-content .description-details.review-details .form-group textarea {
	max-width: 483px;
	color: #333333;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
}

.description-table .tab-content .description-details.review-details .g-recaptcha {
	overflow: hidden;
	margin: 10px auto;
}

.description-table .tab-content .description-details.review-details .product-rating {
	display: block;
	float: none;
}

.description-table .tab-content .description-details.review-details .product-rating h5 {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: 600;
}

.description-table .tab-content .description-details.review-details .product-rating a i {
	color: #c03900;
}

.description-table .tab-content .description-details.review-details .product-rating a:last-child {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-left: 5px;
	font-weight: 600;
}

.description-table .tab-content .description-details.review-details .product-rating ul {
	list-style: none;
	padding-left: 0;
}
/*product-details-wrap-end*/
/*Product-sub-category*/
.Product-sub-category .media-left img {
	max-width: 70px;
	min-height: 85px;
}

.shipping-page .background-white {
	margin: 15px auto 25px;
  /* &:last-child {
			margin-bottom: 50px;
		} */;
}

.product-grid-listing .background-white {
	padding-top: 15px;
	padding-bottom: 0;
}

.product-grid-listing .list-grid-type {
	padding-bottom: 9px;
}

.product-grid-listing .list-grid-type .breadcrumb {
	padding: 0;
}

.product-grid-listing .category-img-text:first-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.pagination {
	float: right;
}

.pagination li a:hover {
	background-color: #c03900;
	color: #fff;
}

.pagination li.active span {
	background-color: #c03900;
	border-color: #c03900;
	color: #fff;
}

header .top-bar .user-logged {
	position: relative;
	padding-bottom: 12px;
	margin: 0 auto;
	max-width: 250px;
}

header .top-bar .user-logged ul.logged-dropdown {
	display: none;
	position: absolute;
	top: 25px;
	right: 0;
	padding: 0 15px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	min-width: 250px;
	z-index: 9;
	margin-top: 15px;
}

header .top-bar .user-logged ul.logged-dropdown.open {
	display: block;
}

header .top-bar .user-logged ul.logged-dropdown li {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
}

header .top-bar .user-logged ul.logged-dropdown li:last-child {
	border: none;
}

header .top-bar .user-logged ul.logged-dropdown li a {
	color: #000000;
	display: block;
	padding-bottom: 0;
}

header .top-bar .user-logged ul.logged-dropdown li a:hover {
	color: #c03900;
}

header .top-bar .user-logged ul.logged-dropdown::before {
	background-image: url("../images/arw4.png");
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: 10px;
	top: -10px;
	width: 30px;
}

.mCSB_inside > .mCSB_container {
	margin-right: 5px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #c03900 !important;
}

.note {
	font-style: italic;
}

.errors-page .error-content {
	text-align: center;
}

.errors-page .error-content .error-title h1 {
	color: #fbc13d;
	font-size: 150px;
	line-height: 150px;
}

.errors-page .error-content .error-text {
	margin: 50px auto;
}

.errors-page .error-content .error-text p {
	font-size: 20px;
	line-height: 30px;
}

.errors-page .error-content .orange.btn {
	background-color: #c03900;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	display: block;
	font-size: 18px;
	margin: 0 auto 10px;
	padding: 3px;
	width: 90px;
}
/*Product-sub-category-end*/
/*29-05-2017*/
.order-receive-page .shop_table {
	width: 100%;
}

.order-receive-page .shop_table th,
.order-receive-page .shop_table td {
	padding: 1em 1.41575em;
	text-align: left;
	vertical-align: top;
}

.order-receive-page .shop_table tbody td {
	background-color: #fdfdfd;
}

.order-receive-page .shop_table thead tr th {
	font-weight: 900;
	padding: 1.41575em;
	text-transform: uppercase;
	vertical-align: middle;
}

.order-receive-page .order-text {
	margin: 60px 0;
	overflow: hidden;
}

.order-receive-page .order-title h2 {
	font-weight: bold;
}

.order-receive-page .order_details {
	background-color: #f8f8f8;
	padding-left: 0;
	margin-top: 60px;
	overflow: hidden;
}

.order-receive-page .order_details li {
	font-size: 13px;
	padding: 17px 25px;
	text-transform: uppercase;
	border-right: 1px dotted #e3e3e3;
	list-style: none;
	float: left;
}

.order-receive-page .order_details li:last-child {
	border-right: none;
	margin-right: 0;
}

.order-receive-page .order_details li strong {
	display: block;
	font-size: 14px;
}

.bottom-blog-footer .block.footer-widget-1 {
	margin: 60px 0;
	overflow: hidden;
}
/* machine-details start */
.product-details-wrap {
	padding: 0 14px;
}

.product-details-wrap .deatail-left .product-name {
	border-bottom: 1px solid #ccc;
	margin-bottom: 17px;
	padding-left: 0;
}

.product-details-wrap .deatail-left .product-name h3 {
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #c03900;
	font-weight: 600;
	margin: 0 0 10px;
}

.product-details-wrap .deatail-left .product-desc {
	padding-bottom: 30px;
}

.product-details-wrap .deatail-left .product-info p {
	font-size: 12px;
	line-height: 20px;
}

.product-details-wrap .deatail-left .product-info .search-btn {
	border-radius: 0;
	color: #333333;
	font-size: 14px;
	height: 33px;
	line-height: 30px;
	margin-right: 7px;
	padding: 0 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.product-details-wrap .deatail-left .product-info .search-btn i {
	margin-right: 8px;
}

.product-details-wrap .deatail-left .product-info .search-btn:hover {
	background-color: #c03900;
	border-color: #c03900;
	color: #ffffff;
}

.product-details-wrap .deatail-left .product-info button.search-btn {
	background-color: #c03900;
	color: #ffffff;
}

.product-details-wrap .deatail-left .product-info button.search-btn::hover {
	background-color: #ffffff;
	color: #c03900;
}

.product-details-wrap .deatail-left .other-fea {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.product-details-wrap .deatail-left .other-fea .fea-name {
	margin: 20px 0 0;
}

.product-details-wrap .deatail-left .other-fea .fea-name h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.product-details-wrap .deatail-left .other-fea .standard-fea ul {
	padding: 0 0 0 14px;
}

.product-details-wrap .deatail-left .other-fea .standard-fea ul li {
	list-style-type: circle;
	font-size: 13px;
	line-height: 30px;
}

.product-details-wrap .deatail-left .product-speci h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin: 20px 0 10px;
}

.product-details-wrap .deatail-left .product-speci .specifications h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.product-details-wrap .deatail-left .product-speci .specifications p {
	font-size: 12px;
	line-height: 20px;
}

.request-info .modal-content {
	border-radius: 0;
	background-image: url(../../images/pop-up-bg.png);
	background-repeat: no-repeat;
	background-position: 2% 90%;
	max-width: 555px;
	width: 100%;
	margin: 0 auto;
}

.request-info .modal-content .modal-header {
	border-radius: 0;
	padding: 0;
	text-align: center;
	border-bottom: 0;
}

.request-info .modal-content .modal-header button.close {
	background-color: #c03900;
	height: 30px;
	width: 30px;
	text-shadow: none;
	opacity: 1;
	color: #fff;
	margin-top: 0;
	font-weight: bold;
	position: absolute;
	right: 0;
}

.request-info .modal-content .modal-header h4 {
	font-weight: bold;
	color: #c03900;
	font-size: 22px;
	letter-spacing: 0.4px;
	margin-top: 20px;
}

.request-info .modal-content .modal-body {
	border-radius: 0;
}

.request-info .modal-content .modal-body .send-req {
	max-width: 515px;
	width: 100%;
	border-top: 1px solid #ebebeb;
	margin: 0 auto;
}

.request-info .modal-content .modal-body .send-req form {
	max-width: 341px;
	width: 100%;
	margin: 15px auto;
}

.request-info .modal-content .modal-body .send-req form .form-group {
	text-align: center;
}

.request-info .modal-content .modal-body .send-req form button {
	margin: 0 auto;
	border-radius: 1px;
	max-width: 195px;
	width: 100%;
	height: 32px;
	font-size: 14px;
	line-height: 10px;
}

.order-product {
	margin: 20px auto;
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #f1f1f1;
}

.order-popup .order_details {
	background-color: #f8f8f8;
	margin: 20px 0;
	border: 1px solid #ccc;
	width: 100%;
}

.order-popup .order_details thead tr th {
	font-weight: 900;
	padding: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

.order-popup .order_details tbody tr.order_item {
	border-bottom: 1px solid #ccc;
}

.order-popup .order_details tbody tr td {
	background-color: #fdfdfd;
	padding: 1em 1.41575em;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}

.Modal__container {
	position: relative;
}

.Modal__container .order-details-close {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 999999;
}

.Modal__container .order-details-close span {
	font-weight: bold;
	color: #000;
}

.modal-body .left-ide-title-order strong {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
}
/* machine-details ends */
.mini_cart_parent .total-amt-btn {
	max-width: 107px;
	width: 100%;
	padding: 3px 15px;
	margin-right: 20px;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	min-width: 107px;
	height: 29px;
	line-height: 20px;
	font-size: 14px;
}

.mini_cart_parent .total-amt-btn:hover,
.mini_cart_parent .total-amt-btn:focus {
	color: #c03900;
	background-color: transparent;
}

.mini_cart_parent .total-amt-btn:last-child {
	margin-right: 0;
}
/*Myorder-page css*/
.my-orderdetails-page-modal .content {
	text-align: center;
	display: inline-block;
}

.my-orderdetails-page-modal .title {
	font-size: 16px;
}

.my-orderdetails-page-modal .Modal__container {
	max-width: 700px;
	width: 90%;
	background: white;
	border-radius: 2px;
	animation-duration: 0.3s;
	animation-delay: 0s;
}

.my-orderdetails-page-modal .Modal__header {
	border-bottom: 1px solid white;
	padding: 15px 10px;
	background-color: silver;
	color: white;
	border-radius: 2px;
}

.my-orderdetails-page-modal .Modal__header > h1 {
	font-size: 27px;
	font-weight: normal;
	margin: 0;
}

.my-orderdetails-page-modal .Modal__content {
	padding: 10px;
}

.my-orderdetails-page-modal .Modal__footer {
	padding: 5px;
}

.my-orderdetails-page-modal .u-overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-orderdetails-page-modal .naked-link {
	color: inherit;
	text-decoration: inherit;
}
/*Myorder-page css end*/
/*product-rating-details css*/
.product-rating-details {
  /* style star ratting component */;
}

.product-rating-details pre {
	background: #eee;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 3px;
}

.product-rating-details .star-rating__checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.product-rating-details .star-rating__star {
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	line-height: 1;
	font-size: 1.5em;
	color: #ABABAB;
	transition: color 0.2s ease-out;
}

.product-rating-details .star-rating__star:hover {
	cursor: pointer;
}

.product-rating-details .star-rating__star.is-selected,
.product-rating-details .star-rating__star.is-hover {
	color: #FFD700;
}

.product-rating-details .star-rating__star.is-disabled:hover {
	cursor: default;
}
/* product-rating-details end */
.glyphicon-chevron-right::before {
	content: "";
}

.glyphicon-chevron-left::before {
	content: "";
}
/****************************** Ranjit End ********************************/
.card-cvv img {
	margin-top: 6px;
	margin-left: 15px;
}
/* Responsive css */
@media only screen and (max-width: 1340px) {
	.home-main-slider .banner-search {
		margin: 25px auto 0;
		max-width: 850px;
	}

	.home-main-slider .banner-search .form-group input.search-field {
		width: 43%;
	}

	.home-main-slider .banner-search .form-group .cat-select {
		width: 25%;
	}

	.home-main-slider .banner-search .form-group .total-amt-btn {
		margin-left: 0;
	}

	.home-main-slider .carousel-caption h1 {
		position: absolute !important;
		top: -30px !important;
		left: 0;
		right: 0;
	}
}

@media only screen and (max-width: 1278px) {
	.search-bar .form-group input {
		width: 87%;
	}

	.account-detail-page .dashoboard .nav.nav-tabs li a {
		font-size: 15px;
	}

	.rate-icons ul li {
		padding: 0 7px;
		margin-bottom: 5px;
	}

	.rate-icons ul li a {
		font-size: 12px;
		line-height: 18px;
	}

	body .table-responsive {
		border: none;
		margin-bottom: 15px;
		overflow-y: hidden;
		width: 100%;
		white-space: nowrap;
	}

	body .add-to-cart {
		font-size: 12px;
		height: 37px;
		line-height: 20px;
		padding: 8px 10px;
		width: 110px;
	}

	.account-detail-page .widget-box .search-bar .form-group input {
		background-position: 95% 50%;
		float: none;
		padding: 8px 70px 8px 15px;
		width: 100%;
	}

	.home-main-slider .carousel-caption h1 {
		font-size: 25px;
	}
}

@media only screen and (max-width: 1127px) {
	.paralax-section .col-sm-6 {
		margin: 0 auto;
		position: static;
		text-align: center;
		width: 100%;
	}

	.paralax-section .col-sm-6 .paralax-img {
		position: static;
		transform: inherit;
		margin: 20px auto;
	}

	.paralax-section .col-sm-6 .offer-content h2 {
		font-size: 35px;
	}

	.paralax-section .col-sm-6 .offer-content h3 {
		font-size: 38px;
	}

	.product-comparison-page .total-amt-btn {
		font-size: 12px;
	}

	.product-comparison-page .items thead tr th {
		display: none;
		border-bottom: none;
	}

	.product-comparison-page .items tbody tr:nth-child(2n+1) {
		background-color: #f7f7f7;
	}

	.product-comparison-page .items tbody tr td {
		padding: 10px;
		text-align: left;
    /* margin: 5px 0; */
		width: 100%;
		display: block;
	}

	.product-comparison-page .items tbody tr td:before {
		content: attr(data-title);
		display: block;
		font-size: 15px;
		margin-right: 10px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.product-comparison-page .items tbody tr td p {
		margin: 0;
	}

	.order-receive-page .order_details li {
		padding: 17px 10px;
		margin-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.faq-page .tab-section .nav-tabs li {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.faq-page .tab-section .nav-tabs li a {
		font-size: 18px;
		line-height: 24px;
	}

	header .top-bar {
		padding-bottom: 15px;
	}

	.footer {
		padding: 46px 0;
	}

	.account-detail-page .tab-content .billing-address h3,
  .account-detail-page .tab-content .shipping-address h3 {
		font-size: 20px;
	}

	.account-detail-page .tab-content .billing-address h3 a i.fa,
  .account-detail-page .tab-content .shipping-address h3 a i.fa {
		font-size: 15px;
	}

	.shopping-cart .selected-items.background-white {
    /* padding-bottom: 0; */;
	}

	.payment-page .selected-items.background-white {
		padding-bottom: 36px;
	}
}

@media only screen and (max-width: 1023px) {
	.cat-wrap {
		margin-top: 20px;
	}

	.home-main-slider .carousel-caption {
		background-color: #292929;
		padding: 15px;
		position: static;
		transform: none;
		text-align: center;
	}

	.home-main-slider .carousel-caption h1 {
		position: static !important;
	}

	.carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
		top: 25%;
	}

	.home-main-slider .banner-search .form-group .total-amt-btn {
		min-width: 140px;
	}

	.confirmation-page .shopping-cart .selected-items.background-white {
		padding-bottom: 36px;
	}
}

@media only screen and (max-width: 991px) {
	header .navbar .menu {
		margin-top: 20px;
	}

	header .navbar .menu li {
		margin-left: 16px;
	}

	header .navbar .menu .cart-count {
		margin-left: 1px !important;
		margin-right: 14px !important;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .cards {
		text-align: center;
	}

	.cart-estimate-shipping .continue-shopping {
		margin-top: 30px;
	}

	.items thead tr th {
		display: none;
		border-bottom: none;
	}

	.items tbody tr {
		margin-bottom: 20px;
		display: block;
	}

	.items tbody tr:nth-child(2n+1) {
		background-color: #f7f7f7;
	}

	.items tbody tr td {
		padding: 10px;
		text-align: left;
    /* margin: 5px 0; */
		width: 100%;
		display: block;
		overflow: hidden;
	}

	.items tbody tr td .contact-us-product {
		float: left;
	}

	.items tbody tr td:before {
		content: attr(data-title);
		display: block;
		font-size: 15px;
		margin-right: 10px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.items tbody tr td p {
		margin: 0;
	}

	.shipping-page .payment-type .form-group label span {
		padding-left: 9px;
	}

	.estimate-title h4 {
		font-size: 21px;
	}

	.search-bar .form-group input {
		width: 83%;
	}

	.search-bar .form-group .search-btn {
		width: 13%;
	}

	.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media {
		padding-right: 0px;
	}

	.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-body h4 a {
		font-size: 16px;
		line-height: 24px;
	}

	.machine-list-page .machine-inner .widget-box p {
		font-size: 14px;
	}

	label.check-bx {
		font-size: 13px;
		padding-left: 18px;
	}

	.account-detail-page .dashoboard .nav.nav-tabs li a {
		font-size: 12px;
		font-weight: 400;
	}

	.account-detail-page .tab-content form .form-group label {
		font-size: 12px;
	}

	.account-detail-page .tab-content form .form-group h5.password {
		font-size: 12px;
	}

	.product-category-wrap.grid-product-listing .product-category-box .product-box-img {
		margin: 0 auto;
		max-width: 320px;
		width: 100%;
	}

	.product-category-wrap.grid-product-listing.list-view .product-category-box .product-box-img {
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
	}

	.product-category-wrap .product-box-img .browse-all a {
		font-size: 16px;
		line-height: 22px;
	}

	.account-detail-page .machine-inner .widget-box {
		border: medium none;
		margin-top: 20px;
		padding: 0;
	}

	.footer .email-subscribe .form-group input.form-control {
		font-size: 16px;
	}

	.footer .email-subscribe .form-group button {
		font-size: 14px;
		padding: 0 8px;
		width: 75px;
	}

	.product-category-wrap.list-view .product-category-box .product-box-img .add-wishlist-compare .compare {
		font-size: 10px;
	}

	.product-category-wrap.list-view .product-category-box .product-box-img .add-wishlist-compare .wishlist {
		font-size: 10px;
	}

	.wishlist-page .selected-items a.total-amt-btn {
		float: none;
		font-size: 11px;
	}

	.wishlist-page .selected-items table.items tbody tr td:last-child {
		text-align: left;
		width: auto;
	}

	.wishlist-page .selected-items table.items tbody tr td:before {
		text-transform: capitalize;
	}

	.wishlist-page .selected-items table.items tbody tr td p {
		text-align: left !important;
	}

	.wishlist-page .shopping-cart tbody tr {
		margin-bottom: 20px;
		display: block;
	}

	table.items tbody tr td:first-child {
		padding-top: 20px;
	}

	table.items tbody tr td:last-child {
		text-align: left;
		width: auto;
	}

	table.items tbody tr td:before {
		text-transform: capitalize;
	}

	table.items tbody tr td p {
		text-align: left !important;
	}

	table.items tbody tr:last-child {
		background-color: transparent !important;
	}

	table.items tbody tr:last-child td:nth-child(2n) {
		border-top: 0 none;
	}

	table.items tbody tr:first-child td {
		padding-top: 10px;
	}

	.shipping-page .selected-items .form-group label {
		float: none;
	}

	.shipping-page .selected-items .form-group .shipping-price {
		float: left !important;
		margin-left: 20px;
	}

	.order-detail-head .selected-items.background-white {
		padding-bottom: 0;
	}

	.cart-page .total-amt-btn.update-cart-btn.pull-right {
		float: none !important;
	}

	.product-details-wrap .deatail-left .product-name h3 {
		font-size: 18px;
	}

	.product-details-wrap .deatail-left .other-fea .fea-name h4 {
		font-size: 14px;
	}

	.request-info .modal-content .modal-header h4 {
		font-size: 20px;
	}

	.product-desc .product-info {
		margin-top: 30px;
	}

	.order-receive-page .order_details li {
		border-right: none;
		padding: 17px 7px;
	}

	.myorder-border-box thead tr th {
		display: none;
		border-bottom: none;
	}

	.myorder-border-box tbody tr td {
		padding: 10px;
		text-align: left;
		width: 100%;
		display: block;
	}

	.myorder-border-box tbody tr td:before {
		content: attr(data-title);
		display: block;
		font-size: 15px;
		margin-right: 10px;
		font-weight: 700;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.text-center-xs {
		text-align: center;
	}

	header .top-bar ul {
		text-align: center;
	}

	header .top-bar ul li {
		float: none;
		margin-right: 0;
		padding: 0 10px;
	}

	header .top-bar .login-link {
		float: none;
	}

	header .top-bar .user-logged ul.logged-dropdown::before {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	header nav.navbar .menu {
		background-color: #ffffff;
		border: 1px solid #cccccc;
		display: none;
		margin-top: 0;
		padding: 0 15px;
		position: absolute;
		right: 15px;
		text-align: left;
		top: 80px;
		width: 250px;
		z-index: 9999;
		-webkit-transition: all 0.6s ease-out 0s;
		-o-transition: all 0.6s ease-out 0s;
		transition: all 0.6s ease-out 0s;
	}

	header nav.navbar .menu li {
		display: block;
		width: 100%;
		margin: 20px 0 20px 0;
	}

	header nav.navbar .menu li.cart-count {
		display: none;
	}

	header nav.navbar .menu.open {
		display: block;
	}

	header nav.navbar .menu-btn {
		display: block;
	}

	.home-main-slider .banner-search .form-group input.search-field {
		width: 100%;
		border-radius: 8px;
		margin-bottom: 15px;
	}

	.home-main-slider .banner-search .form-group .cat-select {
		width: 100%;
		border-radius: 8px;
		margin-bottom: 15px;
		border-left: 0;
	}

	.home-main-slider .banner-search .form-group button.total-amt-btn {
		width: 100%;
		margin-left: 0;
	}

	.home-main-slider h3 {
		font-size: 34px;
	}

	.home-main-slider h2 {
		font-size: 36px;
	}

	.home-main-slider .carousel-control span {
		display: none;
	}

	.faq-page .tab-section .nav-tabs li {
		margin-right: 10px;
	}

	.faq-page .tab-section .nav-tabs li a {
		font-size: 12px;
		line-height: 21px;
	}

	.faq-page .tab-section .tab-content .panel .panel-heading .panel-title strong {
		display: table-cell;
		width: 28px;
		float: none;
	}

	.faq-page .tab-section .tab-content .panel .panel-heading .panel-title a {
		display: table-cell;
	}

	.shopping-cart .shopping-process .steps li .title {
		font-size: 13px;
	}

	.cart-page .total-amt-btn {
		float: left;
	}

	.payment-page .total-amt-btn {
		float: none;
	}

	.shipping-page .shipping-loging .form-group label span {
		padding-left: 9px;
	}

	.product-comparison-page .selected-items .product-table p {
		font-size: 14px;
	}

	.product-comparison-page .selected-items .product-table thead tr th {
		border-bottom: none;
	}

	.product-comparison-page .selected-items .product-table thead tr th.prdct-item {
		width: 100px;
	}

	.product-comparison-page .selected-items .product-table tbody tr td.description p {
		font-size: 16px;
	}

	.product-comparison-page .selected-items .product-table tbody tr td a.total-amt-btn {
		font-size: 12px;
	}

	.account-detail-page .dashoboard .nav.nav-tabs li a {
		font-size: 14px;
		font-weight: 600;
	}

	.account-detail-page .tab-content {
		margin-top: 30px;
	}

	.account-detail-page .widget-box {
		margin-top: 30px;
	}

	.product-category-wrap .product-box-img {
		margin: 0 auto;
		max-width: 350px;
		width: 100%;
	}

	.search-bar .form-group .search-btn {
		width: 9%;
		text-indent: 130px;
		position: relative;
	}

	.search-bar .form-group .search-btn:before {
		content: "\f002";
		display: block;
		font-family: "FontAwesome";
		font-size: 20px;
		left: 25%;
		margin-bottom: 10px;
		margin-top: 1px;
		text-align: center;
		text-indent: 0;
		top: 10px;
	}

	.search-bar .form-group input {
		background-image: none !important;
		padding: 0 10px;
		width: 89%;
	}

	.product-details-wrap .product-details-content {
		margin-top: 20px;
	}

	.product-details-wrap .product-details-content h4 {
		font-size: 21px;
		line-height: 28px;
	}

	.description-table ul li a {
		font-size: 14px;
		line-height: 20px;
	}

	.register-page .total-amt-btn {
		float: left !important;
	}

	.widget-box .product-accordian .panel-group .panel.panel-default .panel-heading h4.panel-title {
		font-size: 13px;
	}

	.widget-box .search-bar .form-group input {
		font-size: 13px;
		padding: 6px;
	}

	.widget-box {
		margin-top: 30px;
	}

	.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-left {
		margin-bottom: 20px;
		display: block;
	}

	.product-sub-category .browse-all .add-to-cart {
		margin: 20px auto;
		display: block;
	}

	.machine-details-page .specification .specification-title {
		margin-bottom: 30px;
	}

	.machine-details-page .model-machine .machine-details-img {
		padding-right: 0px;
		text-align: center;
		margin-bottom: 20px;
	}

	.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details {
		padding: 20px 0;
	}

	.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media {
		border-right: 0;
	}

	.machine-list-page .machine-inner .machine-search-result .machine-catlog .machine-details .media .media-body {
		padding: 0;
	}

	.machine-list-page .machine-inner .machine-search-result .machine-catlog .col-md-9.col-sm-10 {
		display: block;
		padding-right: 15px;
	}

	.machine-list-page .machine-inner .machine-search-result .machine-catlog .col-md-3.col-sm-2 {
		display: block;
		margin-bottom: 20px;
	}

	.machine-list-page .product-list ul li {
		margin-right: 5px;
	}

	.machine-list-page .product-list ul li a {
		font-size: 14px;
		padding: 0 6px 7px;
	}

	.product-category-wrap.list-view .product-category-box .product-box-img .product-img,
  .product-category-wrap.list-view .product-category-box .product-box-img .listing-details {
		display: block;
		float: none;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
		max-width: 100%;
	}

	.product-category-wrap.list-view .product-category-box .product-box-img .listing-details {
		text-align: left;
		padding: 0 0 20px;
		border-right: 0;
	}

	.product-grid-listing .list-grid-type .breadcrumb {
		margin-bottom: 10px;
	}

	.product-grid-listing .list-grid-type .grid-icon ul li a#list {
		display: none !important;
	}

	.product-grid-listing .list-grid-type .grid-icon ul li a#grid {
		display: none !important;
	}

	.footer .email-subscribe .form-group button {
		font-size: 16px;
		padding: 0 15px;
		width: 99px;
	}

	.product-slider .slick-prev,
  .product-slider .slick-next {
		display: none !important;
	}

	.register-page .form-padding {
		padding-bottom: 10px;
	}

	.register-page .newsletter .col-md-6:last-child .form-tag {
		padding-bottom: 0;
	}

	.account-detail-page .tab-content .table tbody tr td:last-child:before {
		display: none;
	}

	.cart-estimate-shipping {
		padding: 10px 15px 56px 18px;
	}

	.shopping-proceed .total-box {
		margin-top: 30px;
		text-align: left;
	}

	.clearfix nav {
		text-align: center;
	}

	.clearfix nav .pagination {
		float: none !important;
	}

	.cat-wrap .cat-box {
		margin-bottom: 20px;
	}

	.cat-wrap .cat-box h3 {
		font-size: 15px;
	}

	.order-receive-page .shop_table th,
  .order-receive-page .shop_table td {
		display: block;
	}

	.order-receive-page .shop_table tbody td {
		display: block;
	}

	.request-info {
		margin: 0px auto;
	}

	.order-content-details-popup {
		margin-bottom: 10px;
	}

	.order-popup thead tr th {
		display: none;
		border-bottom: none;
	}

	.order-popup tbody tr {
		margin-bottom: 20px;
		display: block;
	}

	.order-popup tbody tr td {
		padding: 10px;
		text-align: left;
		width: 100%;
		display: block;
	}

	.order-popup tbody tr td:before {
		content: attr(data-title);
		display: block;
		font-size: 15px;
		margin-right: 10px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.order-popup .order_details {
		background-color: transparent;
		border: none;
	}

	.order-popup .order_details tbody tr.order_item {
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #dddddd;
	}
}

@media only screen and (max-width: 640px) {
	.rate-icons ul li {
		border-bottom: 1px solid #cdcdcd;
		border-right: 0 none;
		display: block;
		padding: 7px 0;
	}

	.rate-icons ul li:last-child {
		border-bottom: 0;
	}

	.orders-table th {
		display: none;
	}

	.orders-table tr td {
		width: 100%;
		display: block;
		border-bottom: 1px solid #eee !important;
	}

	.orders-table tr td:before {
		content: attr(data-title);
		display: block;
		font-size: 15px;
		font-weight: 700;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.login-form .login-btn-text p {
		font-size: 14px;
	}

	.cart-page table.items tbody tr:last-child td {
		padding-top: 0;
	}

	.product-details-wrap .deatail-left .product-name h3 {
		font-size: 16px;
	}

	.request-info .modal-content .modal-header h4 {
		font-size: 16px;
	}

	.background-white {
		margin: 22px auto 10px;
	}

	.order-receive-page .order_details li {
		border-right: none;
		float: none;
		border-bottom: 1px dotted #e3e3e3;
	}
}

@media only screen and (max-width: 479px) {
	.faq-page .tab-section .nav-tabs li {
		float: none;
	}

	.faq-page .tab-section .nav-tabs li a {
		font-size: 12px;
		line-height: 21px;
	}

	.faq-page .tab-section .nav-tabs .tab-content .panel h4 {
		font-size: 11px;
		line-height: 17px;
	}

	.shopping-cart .shopping-process {
		padding: 37px 20px 35px;
	}

	.shopping-cart .shopping-process .steps li {
		display: block;
		float: left;
		margin-bottom: 30px;
		width: 50%;
	}

	.shopping-cart .shopping-process .steps li:before {
		display: none;
	}

	.estimate-title h4 {
		font-size: 18px !important;
		text-align: center;
	}

	.estimate-title h6 {
		text-align: center;
	}

	.form-group input {
		padding: 5px 14px;
	}

	.form-group label span {
		font-size: 12px;
		padding-left: 12px;
	}

	.shopping-cart .shopping-process {
		padding: 37px 20px 35px;
	}

	.shopping-cart .shopping-process .steps li {
		display: block;
		float: left;
		margin-bottom: 30px;
		width: 50%;
	}

	.shopping-cart .shopping-process .steps li:before {
		display: none;
	}

	a.total-amt-btn {
		padding: 9px 10px;
		text-align: center;
		margin: 0 auto;
	}

	a.total-amt-btn i {
		margin-left: 10px;
	}

	.payment-page .payment-type {
		padding: 0;
	}

	.shipping-page .shipping-loging .shipping-form {
		margin-top: 30px;
	}

	.shipping-page .shipping-loging .shipping-form form label.check-bx {
		margin: 20px 0 0;
		display: inline-block;
		vertical-align: middle;
	}

	.shipping-page .continue-shopping {
		float: none;
		display: block;
	}

	.shipping-page .total-amt-btn {
		clear: both;
		float: none !important;
	}

	.product-comparison-page .selected-items .product-table p {
		font-size: 12px;
	}

	.product-comparison-page .selected-items .product-table tbody tr td {
		border-bottom: none;
	}

	.product-comparison-page .selected-items .product-table tbody tr td.description p {
		font-size: 12px;
	}

	.product-comparison-page .selected-items .product-table tbody tr td a.total-amt-btn {
		padding: 6px 2px;
		font-size: 10px;
	}

	.login-btn-text button.total-amt-btn {
		float: none !important;
	}

	.login-btn-text p {
		float: none !important;
		text-align: center;
	}

	.product-details-wrap .cart-plus-rate .form-group {
		float: none !important;
	}

	.product-details-wrap .cart-plus-rate .total-amt-btn {
		margin-top: 20px;
	}

	header .navbar .logo img {
		max-width: 123px;
	}

	.login-form .login-btn-text {
		margin-top: 15px;
		overflow: hidden;
	}

	.login-form .login-btn-text p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 15px;
	}

	.login-form .form-group {
		margin-bottom: 15px;
		text-align: center;
	}

	.login-form .form-group input {
		font-size: 14px;
	}

	.login-form .sign-in-text {
		margin: 30px auto;
	}

	.search-bar .form-group .search-btn {
		width: 15%;
	}

	.search-bar .form-group input {
		width: 82%;
	}

	.category-img-text .category-text h4 {
		font-size: 16px;
		line-height: 22px;
	}

	.payment-page .total-amt-btn {
		float: none !important;
	}

	.confirmation-page .total-amt-btn {
		float: left;
	}

	.confirmation-page .continue-shopping {
		display: block;
		width: 100%;
	}

	.request-info .modal-content .modal-body .send-req form .form-group .g-recaptcha {
		transform: scale(0.8);
	}

	.mobile-view .cart-count p {
		display: none;
	}

	.mobile-view .cart-count p.buttons {
		display: block;
	}

	.cart-estimate-shipping .shopping-proceed .promo-code .form-group .border-btn {
		margin-top: 10px;
	}

	.cart-estimate-shipping .shopping-proceed .promo-code .form-group input {
		float: none;
		display: block;
	}

	.cart-page .shopping-cart .product-name {
		max-width: 100%;
	}
}

@media only screen and (max-width: 360px) {
	header .navbar .cart-count .widget_shopping_cart {
		right: -45px;
	}

	header .navbar .cart-count .widget_shopping_cart:before {
		right: 40px;
	}

	header .navbar .cart-count .widget_shopping_cart_mobile {
		width: 229px;
	}

	.breadcrumb li {
		font-size: 13px;
	}

	.breadcrumb li a {
		font-size: 13px;
		line-height: 19px;
	}

	.machine-list-page .machine-inner .machine-search-result .machine-search-list p {
		font-size: 13px;
	}

	.confirmation-page .estimate-title {
		margin-top: 0px;
	}

	.contact-page .contact-1 .underlined-title {
		margin-bottom: 30px;
	}

	.contact-page .contact-1 .contact-info {
		margin-top: 30px;
	}

	.contact-page .contact-1 .contact-info li:last-child {
		margin: 0;
	}

	.contact-page .contact-1 .form-container {
		margin-top: 40px;
	}

	.product-details-wrap .deatail-left .product-name h3 {
		font-size: 14px;
	}

	.mini_cart_parent .total-amt-btn {
		max-width: 95px;
		width: 100%;
		padding: 3px 4px;
		margin-right: 8px;
		min-width: 75px;
	}
}

.form-group input {
	height: 40px;
	padding-right: 10px;
	border-radius: -1px;
	border-color: #e0e0e0;
	box-shadow: none;
	border: 1px solid lightgray;
	color: #333;
	padding: 10px;
}

.w-100 {
	width: 100%;
}

.out-of-stock-product {
	font-size: 12px;
	line-height: 18px;
	color: #a50000;
	background-color: #f2dede;
}

/* 27-12-2024 changes start */

.cat-wrap .cat-box {
    border-radius: 8px;
}
.cat-wrap .cat-box a {
	background-color: #c03900;
    padding: 10px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 8px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
}
.cat-wrap .cat-box a:hover {
	background-color: #fff;
	color: #c03900;
	border: 1px solid #c03900;
}
.product-slider.section-margin .mil-list-wrap .slick-slider .slick-slide .slick-box {
    padding: 10px 20px 63px;
    border-radius: 8px;
    overflow: hidden;
}
.product-slider.section-margin .mil-list-wrap .slick-slider .slick-slide .slick-box .img:before {
    left: -20px;
}
.product-slider.section-margin .mil-list-wrap .slick-slider .slick-slide .slick-box h4 a {
    font-size: 18px;
}
.footer address p:has(a) {
	display: flex;
}
.product-category-wrap.clearfix {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.search-bar .form-group .form-control.btn.btn-info {
	background-color: #c03900;
	border-color: #c03900;
	color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
}
.search-bar .form-group .form-control.btn.btn-info:hover {
	background-color: #fff;
	color: #c03900;
}
.mid-container .search-bar .search-btn {
	background-color: #c03900;
	border-color: #c03900;
	color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);	
}
.mid-container .search-bar .search-btn:hover {
	background-color: #fff;
	color: #c03900;
}
.background-white.contact-wrapper {
    padding: 60px;
}
.background-white.contact-wrapper .page-title h1 {
    text-transform: uppercase;
}
.background-white.contact-wrapper .contact-page .formWrapper {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.background-white.contact-wrapper .contact-page .content-block .contact-info {
    /* width: 40%; */
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.background-white.contact-wrapper .contact-page .contact-1 .form-container {
    /* width: 50%;
    background-color: #fff;
    padding: 30px; */
    margin-top: 0;
}
.background-white.contact-wrapper .contact-page .content-block .contact-info li {
	width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.background-white.contact-wrapper .contact-page .content-block .contact-info li span {
    padding: 10px;
    background-color: #c03900;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 34px;
    text-align: center;
    margin-right: 15px;
}
.contact-page .contact-1 .contact-details p {
    padding: 3px 10px;
}
.contact-page .contact-1 .contact-details p span,
.contact-page .contact-1 .contact-details p.MsoNormal span,
.contact-page .contact-1 .contact-details p.MsoBodyText span {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}

/* 27-12-2024 changes end */

