
@import url("https://p.typekit.net/p.css?s=1&k=xbm0cax&ht=tk&f=45200.45203&a=17557872&app=typekit&e=css");

@font-face {
font-family:"pressio";
src:url("https://use.typekit.net/af/befcfa/00000000000000007735c660/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/befcfa/00000000000000007735c660/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/befcfa/00000000000000007735c660/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"pressio";
src:url("https://use.typekit.net/af/92e1aa/00000000000000007735c66d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/92e1aa/00000000000000007735c66d/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/92e1aa/00000000000000007735c66d/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

.tk-pressio { font-family: "pressio",sans-serif; }


html {
	scroll-behavior: smooth;
}

body,
html {
	overflow-x: hidden !important;
}

body {
	font-size: 14px
	/*{body|body-font-size}*/
	;
	color: #121212
	/*{body|text-colour}*/
	;
	overflow-x: hidden;
}

a,
a:hover,
a:active,
.btn-link,
.btn-link:hover {
	color: #333
	/*{body|link-colour}*/
	;
}

.hidden {
	display: none;
}

.wrapper-header {
	background-color: #fff
	/*{header|background-colour}*/
	;
	border: none;
	margin-bottom: 0px;
}

.wrapper-header a,
.wrapper-header a:hover,
.wrapper-header a:active {
	color: #1f1f1f
	/*{header|link-colour}*/
	;
}

.wrapper-header .btn-default {
	background-color: #efefef
	/*{header|button-colour}*/
	;
	border-color: #efefef
	/*{header|button-colour}*/
	;
	color: #333
	/*{header|button-text-colour}*/
	;
}

.header-search .ajax_search {
	border-color: #efefef
	/*{header|button-colour}*/
	;
	box-shadow: none;
	border-width: 2px;
}

.navbar.navbar-default {
	background-color: #002324
	/*{header|menu-background-colour}*/
	;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navigation-list li a:hover,
.navbar-default .navbar-nav>li:hover>a,
.navigation-list li:hover a,
.navigation-list li a,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff
	/*{header|menu-colour}*/
	;
}

:focus {
	outline: none !important;
}

.for-mob {
	display: none;
}


@media (max-width: 767.98px) {
	.navbar-nav .dropdown-menu .dropdown-item {
		color: #fff
		/*{header|menu-colour}*/
		;
	}
}

a#cartcontentsheader {
	padding: 13px 17px;
	background-color: #5d7c81
	/*{header|Cart-icon-background-colour}*/
	;
	color: #fff
	/*{header|Cart-icon-text-colour}*/
	;
	border: none;
}

.wrapper-footer {
	background-color: #002324
	/*{footer|background-color}*/
	;
	color: #fff
	/*{footer|text-colour}*/
	;
}

.footer-logo img {
	filter: contrast(.001) brightness(100);
}

.wrapper-footer a,
.wrapper-footer a:hover,
.wrapper-footer a:active {
	color: #fff
	/*{footer|link-colour}*/
	;
}

.topbar p {
	background: #352c28 !important;
}

/* Secondary button */
.btn-outline-secondary,
.btn-default {
	color: #333
	/*{buttons | btn-default-text-colour}*/
	;
	background-color: #fff
	/*{buttons | btn-default-background-colour}*/
	;
	border-color: #ccc
	/*{buttons | btn-default-border-colour}*/
	;
}

.btn-outline-secondary:hover,
.btn-default:hover,
.btn-outline-secondary.disabled,
.btn-default:disabled,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show>.btn-default.dropdown-toggle {
	color: #333
	/*{buttons | btn-default-text-colour-hover}*/
	;
	background-color: #ebebeb
	/*{buttons | btn-default-background-colour-hover}*/
	;
	border-color: #adadad
	/*{buttons | btn-default-border-colour-hover}*/
	;
}

/* Primary button */
.btn-primary {
	color: #fff
	/*{buttons | btn-primary-text-colour}*/
	;
	background-color: #002324
	/*{buttons | btn-primary-background-colour}*/
	;
	border-color: #002324
	/*{buttons | btn-primary-border-colour}*/
	;
}

.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff
	/*{buttons | btn-primary-text-colour-hover}*/
	;
	background-color: #003437
	/*{buttons | btn-primary-background-colour-hover}*/
	;
	border-color: #003437
	/*{buttons | btn-primary-border-colour-hover}*/
	;
}

/* Success button */
.btn-success {
	color: #fff
	/*{buttons | btn-success-text-colour}*/
	;
	background-color: #5d7c81
	/*{buttons | btn-success-background-colour}*/
	;
	border-color: #5d7c81
	/*{buttons | btn-success-border-colour}*/
	;
}

.btn-success:hover,
.btn-success.disabled,
.btn-success:disabled,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff
	/*{buttons | btn-success-text-colour-hover}*/
	;
	background-color: #5d7c81
	/*{buttons | btn-success-background-colour-hover}*/
	;
	border-color: #5d7c81
	/*{buttons | btn-success-border-colour-hover}*/
	;
}




/*Custom CSS*/
@font-face {
	font-family: 'Verdana Fallback';
	src: local(Verdana);
	size-adjust: 85%;
	size-adjust: 80%;
	ascent-override: 101%;
	descent-override: 25%;
	line-gap-override: 0%;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Barlow', 'Verdana Fallback', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
img {
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	list-style: none;
	padding: 0;
	margin: 0;
}

header,
section,
footer {
	float: left;
	width: 100%;
	position: relative;
}

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

a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.pad-none {
	padding-left: 0;
	padding-right: 0;
}

img {
	max-width: 100%;
	align-self: center
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
}

:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
}

.fl-wf {
	float: left;
	width: 100%;
}

.heading-with-line {
	color: #e0e0e0;
	font-size: 35px;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	margin: 0 0 30px;
	font-weight: 900;
	position: relative;
}

.heading-with-line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 49%;
	width: 100%;
	border-top: 1px solid #b7b7b7;
}

.heading-with-line span {
	background: #fff;
	padding: 0 20px 0 0;
	position: relative;
	z-index: 1;
}


.heading-32 {
	color: #231f20;
	font-size: 32px;
	line-height: 43px;
	font-weight: 700;
	letter-spacing: 1.6px;
	margin: 0 0 25px;
}

.heading-24 {
	color: #121212;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin: 0 0 25px;
}

.btn {
	display: inline-block;
	background: #231f20;
	border: 2px solid #231f20;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 15px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
	background: #231f20;
	border-color: #231f20;
}

.btn:hover,
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.flex-midd {
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
}

.site-btn {
	float: left;
	width: 100%;
}

.site-btn a {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	background: #342c28;
	padding: 18px 25px;
	text-transform: uppercase;
	font-weight: 700;
}

.site-btn a:hover {
	background: #cabbae;
}

p {
	color: #464646;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.show-more-less {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}

.show-more-less a {
	float: right;
	width: auto;
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.show-more-less a span {
	float: left;
}

.show-more-less a i {
	float: left;
	color: #cabbae;
	font-size: 18px;
	margin: 3px 0 0;
	-webkit-text-stroke: 1px #fff;
}

.show-more span {
	margin: 0 8px 0 0;
}

.show-less span {
	margin: 0 0 0 8px;
}

.show-more-less a:hover {
	color: #231f20;
}

.show-more-less a:hover i {
	color: #231f20;
}

.show-less {
	display: none;
}

.show-more-less.active .show-less {
	display: block;
}

.show-more-less.active .show-more {
	display: none;
}

nav[aria-label="breadcrumb"] {
	display: none;
}

.add-box-blk {
	background: #292929;
	display: flex !important;
	flex-wrap: wrap;
	margin: 0 0 40px;
	padding-bottom: 30px;
}

.add-box-blk .acc-box {
	font-size: 22px;
	display: flex;
	flex-direction: column;
	max-width: 33.3%;
	width: 100%;
	color: #fff;
	row-gap: 30px;
	padding: 30px 80px 0 80px;
}

.add-box-blk .acc-box.text {
	max-width: 100%;
	padding: 20px 20px 0;
}

.add-box-blk.content {
	padding: 80px 0px 80px 80px;
	background: #292929;
	display: flex !important;
	flex-wrap: wrap;
	row-gap: 50px;
}

@media (min-width:1200px) {
	.container {
		max-width: 1340px;
	}
}

/*Header Start*/
.header-outer {
	background: #121212;
}

.head-top {
	display: block;
	background: #121212;
	padding: 12px 0;
	border-bottom: 1px solid #454647;
}

.cont-number-mail {
	float: left;
	width: auto;
}

.otr-number {
	float: left;
	width: auto;
}

.otr-number a {
	float: left;
	color: #D5CBC0;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px 2px 0;
	margin: 0 10px 0 0;
	letter-spacing: 0.8px;
	border-right: 1px solid #98a09e;
	font-weight: 600;
}

.otr-mail {
	float: left;
	width: auto;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 600;
}

.otr-mail span {
	float: left;
	margin: 0 3px 0 0;
}

.otr-mail a {
	float: left;
	color: #fff;
}

.otr-mail a:hover,
.otr-mail a:focus {
	color: #d5ccc0;
}

.cont-needhelp {
	float: right;
	width: auto;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 600;
}

.cont-needhelp span {
	color: #fff;
}

.cont-needhelp a {
	color: #a5a5a5;
}

.cont-needhelp a:hover {
	color: #d5ccc0;
}

.cont-logo-nav {
	display: block;
	padding: 32px 0;
}

.otr-logo {
	float: left;
	width: 21%;
	margin: 0;
}

.otr-logo a {
	float: left;
	width: 250px;
	height: 52px;
	position: relative;
}

.otr-logo a img {
	max-width: 250px;
	height: 100%;
	width: auto;
	filter: contrast(.001) brightness(100);
}

.otr-nav {
	display: inline-block;
	width: 54%;
	padding: 0 20px;
	margin: 10px 0 0;
}

.otr-nav-button {
	display: none;
	cursor: pointer;
	width: 26px;
	height: auto;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.otr-nav-button span {
	float: left;
	width: 100%;
	height: 2px;
	background: #fff;
	margin: 0 0 6px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.otr-nav-button span:last-child {
	width: 23px;
	margin-bottom: 0;
}

.otr-nav-button:hover span {
	background: #cabbae;
}

.otr-nav ul {
	float: left;
	width: 100%;
	text-align: center;
}

.otr-nav ul li {
	float: left;
	width: auto;
	margin: 0 3.1%;
}

.otr-nav ul li a {
	float: left;
	width: auto;
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	padding: 0 0 12px;
	text-transform: uppercase;
	border-bottom: 3px solid #121212;
	font-weight: 400;
}

.otr-nav ul li.current a,
.otr-nav ul li a:hover {
	border-color: #D5CBC0;
}

.otr-search {
	float: left;
	width: 14%;
}

.otr-search form {
	float: left;
	width: 100%;
}

.otr-search input[type="text"] {
	float: left;
	width: 75%;
	height: 48px;
	border: 1px solid #fff;
	background: #fff;
	color: #adadad;
	font-size: 16px;
	line-height: 22px;
	padding: 0 10px 2px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.otr-search input[type="submit"] {
	float: left;
	width: 25%;
	height: 48px;
	padding: 0;
	border: none;
	background: #342c29 url(/assets/images/search-icon-h.svg) center center no-repeat;
	background-size: 38px auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.otr-search input[type="submit"]:hover {
	background: #231f20 url(/assets/images/search-icon-h.svg) center center no-repeat;
	background-size: 38px auto;
}

.otr-login-cart {
	float: right;
	width: auto;
	margin: 8px 0 0 0;
	margin-left: auto;
}

.otr-login {
	float: left;
	width: auto;
	margin: 2px 15px 0 0;
}

.otr-login a {
	float: left;
	width: auto;
}

.otr-login a i {
	float: left;
	width: auto;
	color: #fff;
	font-size: 24px;
}

.otr-cart {
	float: left;
	width: auto;
}

.otr-cart a {
	float: left;
	width: auto;
}

.otr-cart a i {
	float: left;
	width: auto;
	color: #fff;
	font-size: 27px;
}

.otr-cart a span {
	float: left;
	width: auto;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	margin: 5px 0 0 8px;
	font-weight: 400;
}

.outer-filter {
	display: block;
	background: #342c29;
}

.otr-filter-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.otr-filter-inner ul {
	float: left;
	width: auto;
}

.otr-filter-inner ul li {
	float: left;
	width: auto;
	margin: 0;
	position: relative;
}

.otr-filter-inner ul li a {
	float: left;
	width: auto;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 17px 15px 17px 15px;
	font-weight: 400;
	background: transparent;
}

.otr-filter-inner ul li:hover {
	background: #fff;
	color: #121212;
}

.otr-filter-inner ul li:hover a {
	color: #121212;
}

.cont-specifications {
	display: block;
	padding: 20px 0 18px;
}

.specifications_inn {
	display: inline-block;
	width: auto;
}

.cont-specifications .row {
	justify-content: center;
}

.single-specification {
	float: left;
	width: auto;
	margin: 0 40px;
}

.specification-icon {
	float: left;
	width: auto;
}

.specification-icon img {
	float: left;
	width: 30px;
}

.single-specification:nth-child(2) .specification-icon img {
	width: 20px;
}

.single-specification:nth-child(3) .specification-icon img {
	width: 24px;
}

.specification-content {
	float: left;
	width: auto;
	margin: 0 0 0 12px;
	color: #ADADAD;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

div.wbc-banner-back {
	position: absolute;
	top: -30px;
	margin: 0;
	width: 96px;
}

.wbc-banner-back a span {
	color: #fff;
}

.wbc-car-hover {
	opacity: 0.5;
}

.step-1,
.step-2-row,
.step-3-row,
.step-4-row,
.step-31-row {
	position: relative;
}

.mob_head {
	display: none;
	float: left;
	width: 100%;
	background: #121212;
	text-align: center;
	padding: 10px 0;
}

.mob_head ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mob_head ul li {
	display: inline-block;
	width: 23%;
	text-align: center;
}

.mob_head ul li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.mob_head ul li a .icon i {
	font-size: 28px;
}

.mob_head ul li a .icon i.fa-times {
	display: none;
	font-size: 28px;
}

.mob_head ul li a .icon .fa-shopping-cart {
	margin: 0 0 0 -4px;
}

.mob_head ul li a .icon img {
	height: 34px;
	filter: brightness(740%);
}

/*Header End*/

/*Footer Start*/
.footer-outer {
	background: #cabbae;
}

.footer-subscribe {
	float: left;
	width: 61%;
}

.outer-subscribe-nd-social {
	display: block;
	padding: 25px 0;
	background: #D5CCC0;
}

.otr-subscribe-text {
	float: left;
	width: 32%;
	color: #121212;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.otr-subscribe-form {
	float: left;
	width: 68%;
	padding: 0 0 0 15px;
}

.otr-subscribe-form form {
	float: left;
	width: 100%;
}

.otr-subscribe-form form input {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.form-field {
	float: left;
	width: calc(100% - 148px);
	margin: 0 10px;
}

.form-field input {
	float: left;
	width: 100%;
	height: 48px;
	color: #adadad;
	font-size: 16px;
	line-height: 24px;
	background: #fff;
	border: none;
	padding: 12px 20px 12px 20px;
	font-weight: 600;
}

.otr-subscribe-form form input::placeholder {
	color: #adadad;
}

.form-bttn {
	float: left;
	width: 148px;
}

.form-bttn input {
	float: left;
	width: 100%;
	height: 48px;
	border: none;
	background: #231f20;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
}

.invalop-bttn input {
	padding: 10px 20px 10px 44px;
	background-image: url(/assets/images/bttn-icon.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
}

.form-bttn input:hover {
	background: #231f20;
}

.invalop-bttn input:hover {
	background-color: #231f20;
	background-image: url(/assets/images/bttn-icon.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
}

.footer-social {
	float: left;
	width: fit-content;
	margin-left: auto;
}

.footer-social .otr-subscribe-text {
	width: 160px;
}

.otr-social-icon {
	float: left;
	width: auto;
	padding: 4px 0 0 20px;
}

.otr-social-icon ul {
	float: left;
	width: auto;
}

.otr-social-icon ul li {
	float: left;
	width: auto;
	margin: 0 18px 0 0;
}

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

.otr-social-icon ul li a {
	float: left;
	color: #fff;
	font-size: 25px;
}

.otr-social-icon ul li a:hover {
	color: #231f20;
}

.otr-social-icon ul li a:hover img {
	filter: invert(1) brightness(0);
	opacity: .9;
}

.outer-footer-parts {
	display: block;
	background: #262626;
	padding: 60px 0;
}

.footer-sec-04 {
	width: 26%;
	padding-right: 0;
}

.footer-sec {
	float: left;
	width: 21%;
	padding: 0 40px 0 0;
}

.footer-sec-01 {
	float: left;
	width: 31%;
}

.footer-sec-02 {
	width: 22%;
}

.footer-sec.footer-sec-04 {
	width: 26%;
	padding-right: 0;
}

.footer-logo {
	float: left;
	width: 250px;
	max-width: 100%;
	margin: 0 0 14px;
}

.footer-logo a {
	float: left;
	width: 100%;
}

.footer-sec h4 {
	color: #D5CBC0;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 22px;
}

.footer-info {
	float: left;
	width: 100%;
}

.footer-single-info {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.footer-single-info>div {
	align-self: center;
	-webkit-align-self: center;
}

.single-info-content {
	float: left;
	width: calc(100% - 25px);
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.single-info-icon i {
	color: #AEADAE;
	font-size: 30px;
	float: left;
	margin: 3px 0 0;
}

.single-info-icon i.fa-at {
	font-size: 25px;
	margin: 2px 0 0;
}

.single-info-icon i.fa-phone {
	font-size: 26px;
	transform: rotate(100deg);
	-moz-transform: rotate(100deg);
	-webkit-transform: rotate(100deg);
}

.single-info-content a {
	color: #fff;
}

.single-info-icon {
	float: left;
	width: 25px;
}

.single-info-icon img {
	float: left;
}

.footer-sec ul {
	display: block;
}

.footer-sec ul li {
	display: block;
	margin: 10px 0;
}

.footer-sec ul li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	margin: 0 0 0;
}

.footer-sec-04 h4 {
	padding: 0 0 0 6px;
}

.secure-shopping {
	float: left;
	width: 100%;
	margin: 0 0 25px;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

div ul.secure-shopping li {
	float: left;
	width: 100% !important;
	margin: 0 !important;
	padding: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.distributor-img {
	display: block;
}

.outer-footer-copyright {
	padding: 50px 0;
	background: #121212;
}

.copyright-text {
	text-align: center;
	padding: 0 13%;
}

.copyright-text h6 {
	color: #adadad;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.copyright-text p {
	color: #adadad;
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0 0;
	font-weight: 400;
}

.nactivity {
	display: none;
}

/*Footer end*/

/*Home Start*/
.cont-onestop-shop {
	height: auto;
	padding: 75px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	object-fit: cover;
}

.cont-onestop-shop::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.onestop-shop-left,
.onestop-shop-right {
	position: relative;
	z-index: 1;
}

.onestop-shop-left {
	padding: 0 35px 0 0;
}

.onestop-shop-left h1 {
	color: #fff;
	font-size: 60px;
	line-height: 48px;
	text-transform: uppercase;
	margin: 0 0 25px;
	letter-spacing: 2px;
	font-weight: 900;
}

.onestop-shop-left span {
	display: block;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 15px 0 0 0;
	letter-spacing: 1.2px;
	font-weight: 400;
}

.onestop-shop-left p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.onestop-shop-right {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont-purchase-step {
	display: inline-block;
	width: auto;
}

.cont-purchase-step li {
	min-height: 1px;
}

.cont-purchase-step li {
	float: left;
	width: auto;
	margin: 0 20px;
}

.cont-purchase-step li a {
	float: left;
	width: 216px;
	height: 216px;
	padding: 10px;
	position: relative;
	border: 5px solid #d5ccc0;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.cont-purchase-step li a:hover {
	background: #d5ccc0;
	border-color: #d5ccc0;
	color: #231f20;
}

.cont-purchase-step li a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #121212;
	opacity: 0.5;
	border-radius: 50%;
	z-index: -1;
}

.cont-purchase-step.home_compcat li a::after {
	display: none;
}

.cont-purchase-step li a.step2-design-midd:hover,
.cont-purchase-step li a.step3-design:hover,
.cont-purchase-step li a.step3-design-midd:hover,
.cont-purchase-step li a.step4-design-midd:hover {
	background: transparent;
	color: #fff
}


.cont-purchase-step .step2-design {
	width: 286px;
	height: 144px;
	margin: 35px 50px 0;
	border-color: rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.cont-purchase-step .step2-design:hover {
	border-color: rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	/*box-shadow: 0 0 10px #7f7f7f;-moz-box-shadow: 0 0 10px #7f7f7f;-webkit-box-shadow: 0 0 10px #7f7f7f;*/
}

.step2-design span:nth-child(1) {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	letter-spacing: 1.6px;
	margin: 0;
}

.step2-design span:nth-child(2) {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 1.2px;
}

.cont-purchase-step .step3-design {
	width: 336px;
	height: auto;
	padding: 0;
	margin: 0 50px;
	border: none;
}

.step-heading {
	font-size: 24px !important;
}

/*.step-2-row .cont-purchase-step li:first-child, .step-2-row .cont-purchase-step li:last-child {width: 386px;}
.step-3-row .cont-purchase-step li:first-child, .step-3-row .cont-purchase-step li:last-child {width: 439px;}*/
.step-2-row .cont-purchase-step li a.step-2,
.step-3-row .cont-purchase-step li a.step-3 {
	transition: opacity 2s;
	-webkit-transition: opacity 2s;
	/*opacity:0;*/
}

.step-2-row.animate-it .cont-purchase-step li a.step-2,
.step-3-row.animate-it .cont-purchase-step li a.step-3 {
	opacity: 1;
}

.cont-purchase-step .step2-design-midd,
.cont-purchase-step .step3-design-midd,
.cont-purchase-step .step4-design-midd {
	border: 0;
	border-right: 0;
	position: relative;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.cont-purchase-step .step2-design-midd::before,
.cont-purchase-step .step3-design-midd::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 45px;
	width: 100%;
	height: 4px;
	background: #121212;
}

.cont-purchase-step .step2-design-midd::after,
.cont-purchase-step .step3-design-midd::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 45px;
	width: 100%;
	height: 4px;
	background: #121212;
}


.cont-categories {
	padding:
		/*35px*/
		0;
}

.cont-categories .container {
	max-width: 1840px;
}

.single-categories-otr {
	float: left;
	width: 12.5%;
	padding: 0 14px;
}

.single-categories-otr a {
	float: left;
	width: 100%;
	padding: 50px 20px;
	/*background: #f4f4f4;*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.single-categories-otr a:hover {
	/*box-shadow:0 0 20px #e6e6e6;-moz-box-shadow:0 0 20px #e6e6e6;-webkit-box-shadow:0 0 20px #e6e6e6;*/
	transform: scale(1.07);
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.categories-img {
	float: left;
	width: 100%;
	height: auto
		/*100px*/
	;
	text-align: center;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.categories-img img {
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

.categories-name {
	float: left;
	width: 100%;
	height: 50px;
	color: #8D8D8D;
	font-size: 20px;
	line-height: 26px;
	margin: 25px 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-webkit-align-content: center;
}

.cont-promotions-offers {
	padding: 0;
}

.promo-item {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

/*.promo-item::after {content: "";position: absolute;left: 50%;top: 50%;width: 100%;height: 200px;margin: -6px 0 0 -210px;background: rgba(29, 31, 34, 0.6);transform: translate(-100%, -50%);-moz-transform: translate(-100%, -50%);-webkit-transform: translate(-100%, -50%);}*/
.cont-promotion-big-img {
	display: block;
	width: 100%;
	height: 520px;
}

.cont-promotion-big-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.cont-promotion-content {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 42px 0 70px;
}

/*.promo-left-content {float: left;width: 460px;max-width: 100%;}*/
.promo-left-content {
	float: left;
	width: 80%;
	max-width: 100%;
	padding-left: 5%;
}

.promo-left-content {
	position: absolute;
	z-index: 1;
	left: auto;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.promo-head {
	float: left;
	width: 100%;
}

.promo-head>div {
	align-self: center;
}

.promo-head-img {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
}

.promo-head-content {
	float: left;
	width: 100%;
}

/*.promo-head-content h3 {color: #fff;font-size: 24px;line-height: 32px;font-weight: 900;text-transform: uppercase;
letter-spacing: 1.2px;border-bottom: 3px solid #fff;padding-bottom: 5px;display: inline-block;}*/
.promo-head-content h3 {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 1.2px;
	padding-bottom: 5px;
	display: inline-block;
}

/*.promo-offer {float: left;width: 100%;padding: 50px 10px 50px 0;min-height: 265px;display: flex;display:-webkit-flex;-webkit-align-items: center;align-items: center;}*/
.promo-offer {
	float: left;
	width: 100%;
	padding: 10px 0;
	min-height: auto;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
}

.promo-left-content .site-btn a {
	color: #342c29;
	background: #fff;
}

.promo-left-content .site-btn a:hover {
	background: #342c29;
	color: #fff;
}

.promo-left-content .site-btn {
	margin: 20px 0 0;
}

.promo-left-content .site-btn a {
	padding: 14px 25px;
	font-size: 22px;
}

.promo-offer h3 {
	color: #fff;
	font-size: 60px;
	line-height: 54px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
}

.promo-offer h4 {
	color: #fff;
	font-size: 90px;
	line-height: 112px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 4.5px;
}

/*.promo-offer p {color: #fff;font-size: 40px;line-height: 64px;text-transform: uppercase;font-weight: 900;letter-spacing: 2px;}*/
.promo-offer p {
	color: #fff;
	font-size: 60px;
	line-height: 64px;
	/* text-transform: uppercase; */
	font-weight: 700;
	letter-spacing: 2px;
}

.promo-offer p .off-per {
	display: block;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 1.5px;
}

.slick-dots {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 34px;
	width: 100%;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	width: auto;
	margin: 0 5px;
}

.slick-dots li button {
	float: left;
	width: 16px;
	height: 16px;
	background: #fff;
	border: none;
	padding: 0;
	text-indent: -999999px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.slick-dots li.slick-active button {
	background: #880b19;
}

.carousel-indicators li {
	opacity: 1;
	width: 16px;
	height: 16px;
	border: none;
	margin: 0 5px 20px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.carousel-indicators .active {
	background: #b44a38;
}

.cont-testimonials {
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.testimonial-left-side {
	float: left;
	width: 10%;
	padding: 20px 10px 20px 0;
	position: relative;
}

.testimonial-left-side-img {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

.testimonial-left-side-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.testimonial-left-side-img::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.testimonial-center-main {
	float: left;
	width: 50%;
	height: auto;
	padding: 20px 10px 20px 0px;
}

.otr-testimonials {
	float: left;
	width: 100%;
	height: 100%;
	background: #121212;
	padding: 70px 60px;
}

.otr-testimonials-head {
	float: left;
	width: 100%;
}

.otr-testimonial-heading {
	float: left;
	width: 85%;
}

.otr-testimonial-heading h3 {
	color: #d5ccc0;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 800;
}

.otr-testimonial-heading span {
	display: block;
	font-size: 39px;
	line-height: 52px;
	font-weight: 900;
	letter-spacing: 2px;
}

.otr-conversation-icon {
	float: left;
	width: 15%;
	text-align: right;
	margin: -15px 0 0 0;
}

.cont-testimonials-slider {
	float: left;
	width: 100%;
	position: relative;
}

.single-testimonials-content {
	float: left;
	width: 100%;
}

.otr-testimonials-content {
	float: left;
	width: 100%;
	padding: 15px 0 0;
	position: relative;
}

.otr-testimonials-content p {
	color: #b0b0b0;
	font-size: 17px;
	line-height: 1.5;
	margin: 10px 0 0 0;
	font-weight: 400;
	max-width: 650px;
}

.otr-author-view {
	width: 100%;
	padding: 40px 80px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.otr-testimonial-author {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 700;
}

.otr-testimonial-author>div {
	align-self: center;
	-ms-align-self: center;
}

.testi-author-pic {
	float: left;
	width: 40px;
	height: 40px !important;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.testi-author-pic img {
	display: inline-block;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.otr-testimonial-view a {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
}

.otr-testimonial-view a:hover {
	color: #cabbae;
}

.testimonial-right-side {
	float: left;
	width: 50%;
	padding: 20px 0 20px 10px;
}

.cont-price-guarantee {
	float: left;
	width: 100%;
	height: 50%;
}

.cont-price-guarantee:first-child {
	padding-bottom: 10px;
}

.cont-price-guarantee-inn {
	float: left;
	width: 100%;
	height: 100%;
	padding: 20px 50px 20px 55px;
	position: relative;
	overflow: hidden;
	background-image: url(/assets/images/Latest-news.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
}

.cont-giftcard-inn {
	background-image: url(/assets/images/gift-card.jpg);
}

.cont-price-guarantee-inn::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.cont-price-guarantee-inn>div {
	z-index: 1;
}

.cont-price-guarantee-inn>div {
	align-self: center;
}

.cont-price-tag {
	float: left;
	width: 95px;
	margin: 0 40px 0 0;
}

.cont-price-text {
	float: left;
	width: calc(100% - 135px);
}

.cont-price-text h4 {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.2px;
}

.cont-card-text h4 {
	color: #fff;
	font-size: 37px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1.2px;
	max-width: 405px;
}

.cont-price-text span {
	display: block;
	font-size: 60px;
	line-height: 54px;
	letter-spacing: 2px;
	font-weight: 900;
}

.cont-price-match {
	position: absolute;
	z-index: 1;
	right: -220px;
	top: 0;
	width: auto;
	height: 100%;
	background: #cabbae;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.cont-price-guarantee-inn:hover .cont-price-match {
	right: 0;
}

.cont-price-match a {
	float: left;
	width: 260px;
	padding: 15px;
	height: 100%;
	color: #111112;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.otr-findout a span {
	display: block;
	color: #121212;
	font-size: 60px;
	line-height: 45px;
	letter-spacing: 2px;
	margin: 5px 0 0 0;
	font-weight: 900;
}

.cont-price-match:hover {
	background: #cabbae;
}

.cont-price-match:hover {
	background: #D5CBC0;
}

.cont-giftcard {
	padding: 0 0 10px;
}

.cont-findout {
	padding: 60px 0;
	background: #D5CBC0;
}

.otr-findout {
	float: left;
	width: 100%;
}

.otr-findout a {
	float: left;
	width: 100%;
	color: #121212;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	position: relative;
	font-weight: 400;
	letter-spacing: 1.2px;
}

.otr-findout a span {
	display: block;
	color: #121212;
	font-size: 60px;
	line-height: 45px;
	letter-spacing: 2px;
	margin: 5px 0 0 0;
	font-weight: 900;
}

.otr-findout a::after {
	content: "\f067";
	position: absolute;
	right: 10px;
	top: 50%;
	color: #121212;
	font-size: 50px;
	font-family: "FontAwesome";
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.otr-findout a.active::after {
	content: "\f068";
}

.otr-findout-content {
	float: left;
	width: 100%;
	padding: 10px 0 0;
	overflow: hidden;
	color: #121212;
}

.otr-findout-content p {
	color: #121212;
	font-size: 17px;
	line-height: 24px;
	margin: 15px 0 0;
	font-weight: 400;
}

.otr-findout-content a,
.otr-findout-content a:hover,
.otr-findout-content a:active,
.btn-link,
.otr-findout-content .btn-link:hover {
	color: #fff !important
}

.cont-logo-rotate {
	padding: 0;
}

.slider-logos {
	float: left;
	width: 100%;
}

.single-logo-otr {
	float: left;
	width: 16.66666%;
	height: 170px;
	position: relative;
}

.single-logo-otr img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 80%;
	max-height: 80%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.single-logo-otr a:hover img {
	filter: grayscale(1%);
	-webkit-filter: grayscale(1%);
}

#homepageCarousel .carousel-control-prev,
#homepageCarousel .carousel-control-next {
	position: absolute;
	right: 15px;
	bottom: 10px;
	border: 1px solid #fff;
	width: 50px;
	height: 50px;
	font-size: 0;
	color: #fff;
	width: 37px;
	height: 37px;
	border: 1px solid #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: transparent;
	font-size: 16px !important;
	background: #121212;
	left: auto;
	top: auto;
}

#homepageCarousel .carousel-control-prev:after,
#homepageCarousel .carousel-control-next:after {
	left: 3px !important;
	bottom: 8px !important;
	content: "";
	position: absolute;
	width: 20px !important;
	background-image: url(/assets/images/img_arrow_new_white.svg);
	background-repeat: no-repeat;
	height: 20px !important;
	background-size: 10px !important;
	right: auto !important;
	top: auto !important;
}

#homepageCarousel .carousel-control-next::after {
	margin-left: 10px;
	bottom: 5px !important;
}

#homepageCarousel .carousel-indicators {
	display: none;
}

.carousel-item {
	float: left;
	width: 100%;
	height: 440px;
}

.carousel-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#homepageCarousel .carousel-control-next {
	right: 50px;
	position: absolute !important;
}

#homepageCarousel .carousel-control-prev {
	right: 95px;
}

#homepageCarousel .carousel-control-prev::after {
	transform: rotate(45deg);
}

#homepageCarousel .carousel-control-prev span,
#homepageCarousel .carousel-control-next span {
	display: none;
}

#homepageCarousel .carousel-control-prev::after {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	bottom: 65px;
}

#homepageCarousel .carousel-control-next::after {
	left: auto;
	right: 0;
}

/*Home End*/

/*Account Page Start*/
.cont-account-page {
	padding: 100px 0;
}

.cont-account-page .container {
	max-width: 1500px;
}

.sign-in-side .card,
.sign-up-side .card {
	border: none;
	background: transparent;
}

.sign-in-side {
	padding: 70px 80px;
}

.sign-in-side:hover {
	background: #f4f4f4;
}

.sign-in-side form {
	float: left;
	width: 100%;
}

.card-title {
	color: #231f20;
	font-size: 32px;
	line-height: 44px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-weight: 500;
}

.card-title span {
	font-weight: 900;
}

.card-body {
	padding: 0;
	border-bottom: none !important;
}

.wbc-sub-title h4 {
	color: #cabbae;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.form-group {
	float: left;
	width: 100%;
	margin: 50px 0 0;
	margin-bottom: 0 !important;
}

.form-group label {
	float: left;
	width: 100%;
	color: #555555;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
	float: left;
	width: 100%;
	height: auto;
	border: none;
	border-bottom: 1px solid #8a8b8d;
	letter-spacing: 0.8px;
	background: transparent;
	color: #555555;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	padding: 8px 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.form-group textarea {
	height: 82px;
	resize: none;
}

.form-group select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.forgot-password {
	float: left;
	width: 100%;
	color: #555555 !important;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.8px;
	margin: 45px 0;
	text-transform: uppercase;
	font-weight: 500;
}

.forgot-password a {
	color: #cabbae;
	font-weight: 700;
}

.btn-success {
	height: 60px;
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	padding: 13px 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-color: #231f20;
	background-color: #231f20;
	font-weight: 400;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
}

.btn-success:hover,
.btn-success:focus {
	background-color: #231f20;
	border-color: #231f20;
}

.acc-link-detail-side .otr-savebttn .btn:hover {
	background: #231f20;
	border-color: #231f20;
}

.btn-success .fa-user {
	display: inline-block;
	font-size: 30px;
}

.btn-success span {
	display: inline-block;
	margin: 0 0 0 12px;
}

.btn-success>.fa,
.btn-success>span {
	align-self: center;
}

.form-control:focus {
	border-color: #8a8b8d;
	box-shadow: none;
	background: transparent;
}

.sign-up-side {
	padding: 70px 80px;
}

.form-checkboxes .form-group .cont-label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.8px;
}

.checkbox a {
	color: #231f20;
	font-weight: 700;
}

.myaccount-page-form {
	float: left;
	margin: 0;
}

.cont-login-signup-flip {
	display: none;
	float: left;
	width: 100%;
}

.cont-login-signup-flip ul {
	float: left;
	width: 100%;
}

.cont-login-signup-flip li {
	float: left;
	width: 50%;
	text-align: center;
}

.cont-login-signup-flip li a {
	display: inline-block;
	color: #231f20;
	font-size: 28px;
	line-height: 34px;
	background: transparent;
	padding: 20px 25px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-weight: 900;
}

.cont-login-signup-flip li.current a {
	background: #f4f4f4;
}

.cont-login-signup-flip li a span {
	display: block;
	color: #cabbae;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
}

/*Checkbox Starts*/

/* The container */
.cont-label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.cont-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: transparent;
	border: 1px solid #8a8b8d;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.cont-label:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cont-label input:checked~.checkmark {
	background-color:
		/*#2196F3*/
		transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.cont-label input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.cont-label .checkmark:after {
	left: 7px;
	top: 3px;
	width: 8px;
	height: 14px;
	border: solid #8a8b8d;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-group .cont-label {
	color: #555555;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 400;
}

.form-checkboxes {
	margin: 40px 0 0;
}

.form-checkboxes .form-group {
	margin: 0;
}

.register-bttn .form-group {
	margin: 30px 0 0 0;
}

.login-bttn {
	color: #231f20;
	background-color: transparent;
}

.sign-in-side:hover .login-bttn {
	color: #fff;
	background-color: #231f20;
}

.sign-in-side .login-bttn:hover,
.sign-in-side .login-bttn:focus {
	color: #fff;
	background-color: #231f20;
	border-color: #231f20;
}

/*Checkbox Ends*/

.alerts-inn {
	padding: 5px 15px 10px !important;
}

.mob-td-show td {
	visibility: hidden;
	position: absolute;
	z-index: -1;
	text-align: center !important;
}

.mob-td-show tr:first-child td {
	padding: 0;
}

.mob-td-show button {
	display: inline-block !important;
	width: 32.99% !important;
}

/*Account Page End*/

/*Brands Page Start*/
.cont-page-head {
	padding: 90px 0 50px;
}

.page-head-name {
	padding: 0 50px 0 0;
}

.page-head-name h1 {
	color: #d5ccc0;
	font-size: 150px;
	line-height: 120px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 7.5px;
}

.page-head-text {
	padding: 0;
}

.page-head-text p {
	color: #464646;
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0 0;
	font-weight: 400;
}

.cont-filter.affix {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
}

.cont-filter.affix .container {
	padding: 0;
}

.filter-inn {
	height: 52px;
	text-align: center;
	background: #f4f4f4;
	padding: 0;
}

.filter-inn ul {
	display: inline-block;
	width: auto;
}

.filter-inn ul li {
	float: left;
	width: auto;
	margin: 0;
}

.filter-inn ul li a {
	float: left;
	width: auto;
	color: #8D8D8D;
	font-size: 18px;
	line-height: 24px;
	padding: 14px 15px;
	font-weight: 700;
}

.filter-inn ul li a:hover {
	color: #fff;
	background: #cabbae;
}

.cont-brands {
	padding: 50px 0 75px;
}

.brand-item {
	padding: 11px;
}

.brand-item a {
	float: left;
	width: 100%;
	height: 196px;
	padding: 20px;
	background: #fff;
	position: relative;
	display: flex;
	display: flexbox;
	justify-content: center;
	-ms-justify-content: center;
	box-shadow: 0px 0px 10px #e3e3e3;
	-moz-box-shadow: 0px 0px 10px #e3e3e3;
	-webkit-box-shadow: 0px 0px 10px #e3e3e3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.brand-item a img {
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

.brand-item a:hover {
	z-index: 1;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.cont-page-numbers {
	margin: 50px 0 20px;
	text-align: center;
}

.cont-page-numbers ul {
	display: inline-block;
	width: auto;
}

.cont-page-numbers ul li {
	float: left;
	width: auto;
	margin: 0 15px;
}

.cont-page-numbers ul li a {
	float: left;
	width: auto;
	color: #080808;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
}

.cont-page-numbers ul li a span {
	display: none;
}

.cont-page-numbers ul li a i,
.cont-page-numbers ul li.active a,
.cont-page-numbers ul li a:hover,
.cont-page-numbers ul li:first-child a {
	color: #b4091b;
}

/*Brands Page End*/

/*Contact Page Start*/
.cont-contact-page {
	padding: 80px 0;
}

.contact-page-padding .container {
	padding: 0 70px;
}

.cont-contact-page .row {
	box-shadow: 0px 0px 10px #e3e3e3;
	-moz-box-shadow: 0px 0px 10px #e3e3e3;
	-webkit-box-shadow: 0px 0px 10px #e3e3e3;
}

.contact-form {
	padding: 60px 65px;
}

.contact-form .form-group {
	margin: 40px 0 0;
}

.contact-form .card-title {
	margin: 0;
}

.contact-form form {
	float: left;
	width: 100%;
}

.contact-form .form-group label {
	width: auto;
	margin: 0;
}

.contact-form .form-group .text-danger {
	color: #555555 !important;
	font-size: 18px;
}

.contact-form .btn-default {
	float: right;
	width: 54px;
	height: 54px;
	margin: 8px 0 0 0;
	text-indent: -999999px;
	color: #fff;
	border: 2px solid #231f20;
	background-color: #231f20;
	background-image: url(/assets/images/arrow-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.contact-info {
	padding: 60px;
	background: #f4f4f4;
}

.contact-info .sec-head {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
}

.contact-info .sec-head .card-title {
	margin: 0;
}

.single-contact-info {
	float: left;
	width: 100%;
	margin: 24px 0 0;
}

.contact-info-icon {
	float: left;
	width: 30px;
	text-align: center;
}

.contact-info-icon img {
	margin: 6px 0 0;
}

.contact-info-text {
	float: left;
	width: calc(100% - 30px);
	color: #575757;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding: 0 0 0 20px;
}

.contact-info-icon i {
	color: #aeadae;
	font-size: 35px;
	margin: 6px 0 0;
}

.cont-social-media {
	float: left;
	width: 100%;
	margin: 60px 0 0;
}

.contact-social-img {
	float: left;
	width: 100%;
	margin: 0 0 40px;
}

.cont-social-media .card-title {
	color: #bebebe;
	font-weight: 800;
	letter-spacing: 4px;
}

.contact-socials {
	float: left;
	width: 100%;
}

.contact-socials ul {
	float: left;
	width: 100%;
}

.contact-socials ul li {
	float: left;
	width: auto;
	margin: 0 20% 0 0;
}

.contact-socials ul li:last-child {
	margin: 0;
}

.contact-socials ul li a {
	float: left;
	width: auto;
}

.contact-socials ul li a i {
	color: #616161;
	font-size: 32px;
}

.contact-socials ul li a:hover i {
	color: #231f20;
}


.focus-action .form-group {
	margin: 64px 0 0;
	position: relative;
}

.focus-action .form-control {
	position: relative;
	z-index: 1;
}

.form-labels {
	float: left;
	width: auto;
	position: absolute;
	top: 6px;
	z-index: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.animate .form-labels {
	top: -24px;
}

/*contact new design start*/
.cont-contact-new-head {
	padding: 80px 0 70px;
}

.contact-form-heading {
	text-align: center;
}

.contact-form-heading h1 {
	color: #D5CBC0;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 0 20px;
	letter-spacing: 3px;
}

.contact-form-heading h1 span {
	color: #121212;
}

.contact-form-heading p {
	color: #231f20;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
}

.contact-details-head {
	margin: 60px 0 0;
	text-align: center;
}

.contact-details-head-single {
	display: inline-block;
	width: 320px;
	padding: 35px 20px;
	margin: 0 20px;
	box-shadow: 0 0 10px #e3e3e3;
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
}

.contact-details-head-icon {
	display: block;
	height: 50px;
	margin: 0 0 10px;
}

.contact-details-head-icon i {
	font-size: 53px;
}

.contact-details-head-icon img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.contact-details-head-single h5 {
	color: #585757;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 5px;
}

.contact-details-head-single p {
	color: #565656;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 20px;
	margin: 0;
}

.contact-form-new {
	padding: 0px 0px 80px;
}

.contact-form-new .container {
	padding: 0 45px;
}

.contact-form-new .contact-form {
	padding: 0;
}

.contact-form-new .row {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.contact-form-new .card-title {
	color: #231f20;
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 20px;
	letter-spacing: 1.3px;
	font-weight: 500;
}

#divValidateForm {
	float: left;
	width: 100%;
}

#divValidateForm>div:first-child {
	margin-top: 30px;
}

.contact-form-new .form-group {
	padding: 0 25px;
}

.contact-form-new .form-group>div {
	float: left;
	width: 100%;
}

.contact-form-new .form-group label {
	color: #b9babf;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	font-weight: 500;
}

.contact-form-new .form-group label span {
	color: #b9babf !important;
}

.contact-form-new .register-bttn {
	float: left;
	width: 100%;
	padding: 0 25px;
	margin: 20px 0 0;
}

.contact-form-new .register-bttn>div {
	float: left;
	width: 100%;
}

.register-bttn div input {
	width: 200px !important;
	height: 64px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 12px 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-color: #cabbae;
	background-color: #cabbae;
	font-weight: 500;
}

.register-bttn div input:hover {
	border-color: #cabbae;
	background-color: #cabbae;
}

#FileUpload {
	width: 0;
	height: 0;
}

.form-group .cont-upload-field label.new-label {
	width: 200px !important;
	height: 64px;
	padding: 22px 20px;
	margin: 0 10px 0 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
	background: #F0F0F0;
}

.form-group .cont-upload-field label.new-label:hover {
	color: #fff;
	background-color: #231f20;
	border-color: #231f20;
}

.cont-upload-new .uploaded-file-name {
	width: calc(100% - 210px);
	height: 64px;
}

#divVehicleDetails {
	margin: 60px 0 0;
	padding: 0;
	float: left;
	width: 100%;
}

#divVehicleDetails div:nth-child(2) {
	margin-top: 30px;
}

/*contact new design end*/
/*Contact Page End*/

/*Product List Start*/
.cont-product-list-page {
	padding: 80px 0;
}

.cont-product-list-page .page-head-name {
	padding: 0 0 35px;
}

.cont-product-list-page .page-head-name h1 {
	color: #e2e4f1;
	letter-spacing: 3.6px;
	font-size: 100px;
	line-height: 100px;
}

.cont-price-word {
	width: 100%;
	margin: 0 0 20px;
}

.cont-seekbar-price {
	padding: 0 9px !important;
}

.price_range {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
}

#price-range {
	height: auto;
	margin: 0;
	margin-bottom: 15px;
	border: 1px solid #939393;
}

#price-range span {
	width: 14px;
	height: 14px;
	background: #121212;
	border-color: #121212;
	margin-top: -2px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#left-sidebar div.cont-filter-head {
	margin: 0 0 30px;
	padding: 0;
}

.cont-filter-head a span {
	float: left;
	width: auto;
}

.cont-filter-head a span img {
	float: left;
	margin: 0 20px 0 0;
}

.cont-filter-head a span:nth-child(2) {
	margin: 3px 0 0 0;
}

.filter-by {
	margin: 30px 0 10px;
}

.list-group-item {
	padding: 0;
	background-color: transparent;
	border: none;
	color: #2c2c2c !important;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.hide-apply {
	display: none;
}

.filter-open .apply-text {
	display: none;
}

.filter-open .hide-apply {
	display: block;
	margin: 0 !important;
}

.products-list hr {
	display: none;
}

.products-list form .form-row .single-select {
	float: left;
	width: auto;
	padding: 0 0 0 20px;
}

.single-select span,
.single-select label {
	float: left;
	width: auto;
	color: #121212;
	font-size: 16px;
	line-height: 22px;
	margin: 7px 10px 0 0;
	padding: 0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.single-select select {
	float: left;
	width: auto;
	color: #464646;
	font-size: 14px;
	line-height: 22px;
	border: 1px solid #9f9f9f;
	padding: 0 26px 0 6px;
	font-weight: 400;
	text-transform: uppercase;
	background: url(/assets/images/select-arrow.png) right 8px center no-repeat;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.cont-products-article {
	padding: 0;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 40px;
}

.no-result {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 100px 0 0;
	color: #e2e4f1;
	font-size: 46px;
	line-height: 64px;
	font-weight: 700;
	text-transform: uppercase;
}

.products-list article {
	float: left;
	padding: 0 0 10px 25px;
	margin: 0 0 20px 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.card.thumbnail {
	border: 0;
	background: transparent;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: unset;
	-ms-flex-direction: unset;
}

.products-list article .card.thumbnail {
	border: 1px solid transparent !important;
	padding: 10px;
	border-radius: 0;
}

.products-list article .card.thumbnail:hover,
.new-arrival-slider .slick-slide article:hover {
	border: 1px solid #ddd !important;
}

.product-wishlist {
	float: left;
	width: auto;
}

.product-wishlist a {
	float: left;
	width: auto;
	padding: 0;
	border: none;
	background: transparent;
}

.product-wishlist a:hover,
.product-wishlist a:active {
	background-color: transparent;
}

.product-wishlist a i {
	color: #333;
	font-size: 33px;
}

.product-wishlist a i:hover {
	color: #b4091b;
}

.badge-danger {
	float: left;
	width: auto;
	background-color: #b4091b;
	height: 20px;
	padding: 3px 20px;
	margin: 7px 0 0 12px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.cont-brand-img {
	float: left;
	width: 62px;
	height: 36px;
	margin-left: auto;
}

.cont-brand-img .img-fluid {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.cont-product-img-bttns {
	float: left;
	width: 100%;
	position: relative;
}

.thumbnail-image {
	float: left;
	width: 100%;
	height: 210px;
	padding: 15px 0 !important;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
}

.thumbnail-image .product-image {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.cont-view-add-bttns {
	display: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.66);
}

.otr-single-item:hover .cont-view-add-bttns {
	display: block;
}

.otr-product-bttns {
	float: left;
	width: 100%;
	height: 100%;
}

.otr-product-bttns .buying-options {
	width: auto;
}

.otr-product-bttns .buying-options button,
.otr-product-bttns .buying-options a {
	display: inline-block;
	float: none;
	width: 155px;
	color: #231f20;
	font-size: 16px;
	line-height: 22px;
	padding: 5px 10px;
	background: #fff;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.otr-product-bttns .buying-options button:hover,
.otr-product-bttns .buying-options a:hover {
	color: #fff;
	background: #231f20;
}

.bttn-view-product {
	float: left;
	width: 155px;
	margin: 14px 0 0;
}

.bttn-view-product a {
	float: left;
	width: 100%;
	color: #231f20;
	font-size: 16px;
	line-height: 22px;
	padding: 5px 10px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	background: #fff;
	font-weight: 700;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.bttn-view-product a:hover {
	color: #fff;
	background: #231f20;
}

.card__discontinued::after {
	content: "";
	background: rgba(255, 255, 255, .66);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3
}

.card__discontinued .bttn-view-product a {
	background: black;
	border-color: black;
	color: white;
}

.card__discontinued .cont-view-add-bttns {
	z-index: 4;
	display: block;
}

.card-title {
	float: left;
	width: 100%;
}

.card-title a {
	display: block;
	color: #464646;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	letter-spacing: 0.8px;
	text-align: center;
	font-weight: 700;
	min-height: 66px;
}

.cont-sub-heading {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 12px;
	color: #484848;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0.7px;
}

.price {
	float: left;
	width: 100%;
	text-align: center;
	color: #464646;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 0.8px;
}

.price span {
	display: inline-block;
	color: #b4091b;
}

.price span strike {
	color: #adadad;
}

.price .prices-devider {
	position: relative;
	top: -1px;
	color: #484848;
	margin: 0 7px;
	font-size: 16px;
}

/*.cont-products-article .buying-options {display: none;}*/
.write-review-bottom-bttn {
	margin: 15px 0 0;
	text-align: right;
}

.write-review-bottom-bttn a:hover {
	color: #fff;
}


.cont-mob-filter-icon {
	display: none;
	float: left;
	width: 100%;
}

.cont-mob-filter-icon a {
	float: left;
	width: 100%;
	background: #231f20;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	padding: 15px;
	text-transform: uppercase;
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.cont-mob-filter-icon a:hover {
	background: #231f20;
}

.filter-check .list-group-item-action {
	position: relative;
	padding: 0 0 0 22px;
}

.filter-check .list-group-item-action::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #2c2c2c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.filter-check .list-group-item-action::after {
	display: none;
	content: "";
	position: absolute;
	left: 5px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid #2c2c2c;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter-check .checked .list-group-item-action::after {
	display: block;
}

/*Product List End*/

/*Product Detail Start*/
.cont-product-banner {
	padding: 60px 0;
}

.product-thumbs {
	padding: 0 20px;
	max-height: 101px;
}

.product-thumbs a {
	display: block;
	width: 100%;
	height: 100px;
	text-align: center;
}

.product-thumbs a img {
	display: inline-block;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.product-thumbs button.slick-arrow {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 50%;
	width: auto;
	height: auto;
	border: none;
	color: #E3E3E3;
	font-size: 50px;
	background: transparent;
	padding: 0;
	outline: none;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.product-thumbs button.slick-next {
	left: auto;
	right: 0px;
}

.product-thumbs button.slick-arrow:hover {
	color: #b4091b;
}

#_jstl__header_r .row {
	margin: 0;
}

.wrapper-product-title {
	padding: 0 0 5px;
}

.wrapper-product-title h1 {
	color: #464646;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.wrapper-pricing .h1 {
	color: #231f20;
	font-size: 25px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

/*.nReviewsBlock {float: left;width: auto;margin-left: auto;/*padding: 18px 0 0;}*/
.nReviewsBlock {
	float: left;
	width: auto;
	margin-left: auto;
	/* padding: 18px 0 0; */
	position: absolute;
	right: 0px;
	top: 0 !important;
	z-index: 9999;
}

.nReviewsBlock i {
	float: left;
	color: #231f20;
	font-size: 20px;
	margin: 23px 3px 0 0;
}

.wrapper-pricing {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	/*max-width: calc(100% - 170px);*/
	padding: 20px 0 0;
	margin: 5px 0 0;
}

.productwasprice.h3,
.productrrp {
	display: none;
}

.productwasprice {
	color: #b7b7b7;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 5px;
}

.productpromo {
	color: #231f20;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin: 0;
}

.handling-fee-text {
	color: #aaaaaa;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	text-transform: none;
}

/*.original-price-was {display: inline-block;color: #9a9a9a;font-size: 18px;line-height: 24px;font-weight: 400;letter-spacing: 0;margin: 0 10px 0 0;text-transform: uppercase;text-decoration: line-through;}*/
.original-price-was {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: line-through;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.08em;
	text-decoration-line: line-through;
	text-transform: uppercase;
	color: #BBBBBB;
	display: block;
}

/*.productsave {display: inline-block;color: #464646;font-size: 18px;line-height: 24px;font-weight: 500;letter-spacing: 0;margin: 6px 0 0;text-transform: uppercase;}*/
.productsave {
	display: inline-block;
	margin: 0;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #C23C2D;
	display: block;
}

/*.productsavetext {float: left;width: 100%;color: #464646 !important;margin: 20px 0 0;text-transform: uppercase;font-size: 15px;line-height: 20px;font-weight: 600 !important;letter-spacing: 0.7px;}*/
.productsavetext {
	float: left;
	width: 100%;
	color: #323232 !important;
	margin: 6px 0 0;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500 !important;
	letter-spacing: 0.7px;
}

.productsavetext #sale-end {
	color: #C23C2D !important;
	margin: 0 0 0 2px;
}

.time-text {
	float: left;
	width: auto;
	color: #b7b7b7;
	margin: 6px 0 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.8px;
}

.cont-fitment-sku-logo {
	float: left;
	width: 100%;
	padding: 5px 0;
	margin: 15px 0 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.cont-fitment-sku-logo div {
	align-self: center;
	-moz-align-self: center;
	-webkit-align-self: center;
}

.detail-fitment-sku {
	float: left;
	width: calc(100% - 140px);
	color: #464646;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.7px;
}

.detail-fitment-sku span {
	display: block;
	margin: 8px 0;
}

.detail-brand-logo {
	float: right;
	width: 140px;
	margin-left: auto;
}

.detail-brand-logo a {
	display: inline-block;
}

.cont-stock-dispatch {
	float: left;
	width: 100%;
	padding: 15px 0 15px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 15px;
}

.availability_description {
	float: left;
	width: 100%;
	padding: 6px 0;
	display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.availability_description div {
	align-self: center;
	-moz-align-self: center;
	-webkit-align-self: center;
}

.cont-eta-icon {
	float: left;
	width: 28px;
	height: 26px;
	text-align: center;
	margin: 0 15px 1px 0;
}

.cont-eta-icon img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.cont-eta-text {
	float: left;
	width: calc(100% - 55px);
	color: #080808;
	font-size: 14px
		/*16px*/
	;
	line-height: 22px;
	letter-spacing: 0.8px;
	font-weight: 400;
}

.cont-eta-text strong {
	text-transform: uppercase;
	font-weight: 700;
}

.cont-flat-shipping {
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding: 25px 15px;
	text-align: center;
	color: #080808;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 10px;
}

.cont-flat-shipping .badge {
	float: left;
	width: 100%;
	height: auto;
	background: transparent;
	color: #cabbae;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	letter-spacing: 1.08px;
	font-weight: 700;
}

.cont-flat-shipping span {
	float: left;
	width: 100%;
	color: #B9B9B9;
	text-transform: uppercase;
	letter-spacing: 1.08px;
	font-weight: 700;
}

.cont-prod-availability-text {
	float: left;
	width: 100%;
	background: #E0E0E0;
	margin: 0;
	margin-top: 15px;
	padding: 25px 25px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 0;
}

.notify-form input[type="text"]::placeholder {
	color: #080808;
}

.cont-prod-availability-text h6 {
	color: #080808;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .8px;
	margin: 0 0 4px;
	text-transform: uppercase;
	font-weight: 700;
}

.cont-prod-availability-text p {
	color: #464646;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.prod-availability-bttn {
	display: block;
	margin: 10px 0 0;
	color: #080808;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0;
	font-weight: 600;
	border: 2px solid #505050;
	text-align: center;
	text-transform: uppercase;
}

.prod-availability-bttn:hover {
	color: #fff;
	background: #273693;
	border-color: #273693;
}

.extra-options hr {
	display: none;
}

.cont-quantity-cart-wishlist {
	margin: 15px 0 0;
	box-shadow: 0px 0px 5px #e8e8e8;
	-moz-box-shadow: 0px 0px 5px #e8e8e8;
	-webkit-box-shadow: 0px 0px 5px #e8e8e8;
	display: flex;
	display: -webkit-flex;
}

.cont-detail-quantity {
	width: 230px;
	flex: auto;
	float: left;
	max-width: 230px;
}

.cont-quantity-cart-wishlist div {
	align-self: center;
	text-align: center;
}

.cont-detail-quantity span {
	display: inline-block;
	width: auto;
	color: #464646;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 400;
}

.cont-detail-quantity input {
	display: inline-block;
	width: 36px;
	padding: 0 0 6px;
	border: none;
	height: auto;
	color: #464646;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

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

.cont-detail-addtocart {
	padding: 0;
	-ms-flex: 0 0 26%;
	flex: 0 0 26%;
	max-width: 26%;
}

.cont-detail-addtocart .btn {
	height: 100px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-weight: 400;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
}

.cont-detail-addtocart .btn i {
	font-size: 60px;
}

.cont-detail-addtocart .btn span {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}

.cont-detail-wishlist {
	padding: 0;
	-ms-flex: 0 0 26%;
	flex: 0 0 26%;
	max-width: 26%;
}

.cont-detail-wishlist .product-wishlist {
	display: inline-block;
	float: left;
	width: 100%;
}

.cont-detail-wishlist .btn {
	float: left;
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f8f8;
	border-radius: 0;
	margin-top: 0;
}

.cont-detail-quantity,
.cont-detail-addtocart,
.cont-detail-wishlist {
	height: 100px;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	float: left;
}

.cont-right-main1 {
	float: left;
	width: calc(100% - 230px);
}

.cont-detail-addtocart,
.cont-detail-wishlist {
	width: 50%;
	float: left;
	flex: unset;
	max-width: 100%;
}

.cont-detail-wishlist .btn:hover,
.cont-detail-wishlist .btn:focus {
	background: #5c5c5c;
	border-color: #5c5c5c;
}

.cont-detail-wishlist .btn:hover span,
.cont-detail-wishlist .btn:hover span i,
.cont-detail-wishlist .btn:focus span,
.cont-detail-wishlist .btn:focus span i {
	color: #fff;
}

.cartTable--column.cartTable--column-image.product-image-con a {
	padding: 2px 0;
	display: inline-block;
}

/* .cont-detail-wishlist .btn:hover span i, .cont-detail-wishlist .btn:hover span { */
/* color: #fff; */
/* } */
.cont-detail-wishlist .btn span {
	float: left;
	width: auto;
}

.cont-detail-wishlist .btn span i {
	color: #333;
	font-size: 38px;
	margin: 6px 0 6px;
}

.cont-detail-wishlist .btn span span {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-weight: 400;
}

.cont-description-sec {
	padding: 65px 0;
	background: #f8f8f8;
}

.description-sec-inn div {
	align-self: center;
}

.description-left-side {
	padding: 0;
}

.description-left-side h2 {
	color: #E0E0E0;
	font-size: 35px;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	font-weight: 900;
}

.description-left-side p {
	color: #464646;
	font-size: 18px;
	line-height: 30px;
	margin: 20px 0 0;
	font-weight: 400;
}

.description-left-side ul {
	display: block;
	margin: 20px 0 0;
	padding: 0 0 0 2px;
}

.description-left-side ul li {
	display: block;
	color: #464646;
	font-size: 18px;
	line-height: 24px;
	margin: 5px 0 0;
	padding: 0 0 0 15px;
	font-weight: 400;
	position: relative;
}

.description-left-side ul li::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #a0a0a0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.description-right-side {
	padding: 0 0 0 70px;
}

.description-right-side .btn {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	padding: 35px 15px;
	font-weight: 500;
	letter-spacing: 0.6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.description-right-side .btn:hover {
	color: #fff;
}

.description-right-side .btn span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin: 10px 0 0;
}

.cont-popular-slider {
	padding: 65px 0;
}

.popular-slider-heading {
	margin: 0 0 50px;
}

.popular-slider-inn .row {
	margin-right: 0;
	margin-left: 0;
}

/*.cont-popular-slider .form-inline {display: none;}*/
.otr-single-item {
	padding: 0 15px;
}

.slick-bttn-design button.slick-arrow {
	position: absolute;
	z-index: 1;
	right: -30px;
	top: 46%;
	width: 18px;
	height: 30px;
	background: url(/assets/images/arrow-right-prod.png) right top 3px no-repeat;
	border: none;
	color: #fff;
	font-family: "FontAwesome";
	content: "\f107";
	text-indent: -999999px;
	padding: 0;
	outline: none;
}

.slick-bttn-design button.slick-prev {
	right: auto;
	left: -30px;
	background: url(/assets/images/arrow-left-prod.png) left top 3px no-repeat;
}

.cont-prod-review {
	padding: 0 0 65px;
}

.outer-reviews {
	display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.single-prod-review {
	width: 47%;
	margin: 25px 0;
}

.single-prod-review:nth-child(2n) {
	margin-left: auto;
}

.single-prod-review blockquote {
	float: left;
	width: 100%;
	margin: 0;
}

.review-img {
	float: left;
	width: 50px;
	height: 50px;
	margin: 2px 0 0 0;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.review-img img {
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

.review-content {
	float: left;
	width: calc(100% - 50px);
	padding: 0 0 0 20px;
}

.posted-date {
	color: #464646;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	font-weight: 400;
	opacity: 0.42;
	text-transform: uppercase;
}

.review-author {
	width: auto;
	margin: 8px 0 0;
}

.review-author span {
	color: #464646;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

.review-rating {
	float: right;
	width: auto;
	margin: 10px 0 0 0;
}

.review-rating i {
	float: left;
	color: #cabbae;
	font-size: 20px;
	margin: 0 3px 0 0;
}

.review-rating i.far {
	display: none;
}

.rated-score {
	display: none;
	float: left;
	color: #231f20;
	font-size: 17px;
	line-height: 15px;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.cont-review-content {
	margin: 10px 0 0 0;
}

.cont-review-content h4 {
	color: #464646;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	opacity: 0.42;
}

.cont-review-content p {
	color: #464646;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 6px 0 0 0;
}


.cont-review-bottom {
	text-align: center;
}

.cont-review-bottom p {
	display: inline-block;
	width: 630px;
	max-width: 100%;
}

.cont-review-bottom .btn {
	width: 100%;
	background: transparent;
	color: #231f20;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	padding: 35px 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.cont-review-bottom .btn span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.7px;
	margin: 10px 0 0;
}

.cont-review-bottom .btn:hover {
	color: #fff;
	background: #121212;
}

.no-rating {
	float: right;
	background: transparent;
	border: 0.5px solid #000000;
	color: #231f20 !important;
	font-size: 18px;
	line-height: 20px;
	padding: 4px 10px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	margin: 0 0 0 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-style: normal;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/*section.col-12.col-lg-5[aria-label="Products information"] {padding-left: 60px;}*/

.number-style {
	display: inline-block;
	position: relative;
}

.number-style span.number-minus::after,
.number-style span.number-plus::before,
.number-style span.number-plus::after {
	opacity: 0;
}

.number-style span.number-minus {
	position: absolute;
	z-index: 1;
	bottom: -10px;
	left: 50%;
	margin: 0;
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #C3C3C3;
	border-bottom: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.number-style span.number-plus {
	position: absolute;
	z-index: 1;
	top: -16px;
	left: 50%;
	margin: 0;
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #C3C3C3;
	border-top: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.variation-wrapper {
	float: left;
	width: 100%;
	margin: 0;
}

._itmspec_listopt {
	display: block;
	margin-top: 15px;
}

._itmspec_listopt>div {
	align-self: center;
	-ms-align-self: center;
}

.variation-name {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: #080808;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.7px;
}

.variation-name label {
	margin: 0;
}

.specific {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
}

.specific::after {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	z-index: 1;
	right: 8px;
	top: 50%;
	color: #ababab;
	font-size: 24px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.specific select {
	float: left;
	width: 100%;
	height: auto;
	color: #787878;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 10px 10px;
	font-weight: 500;
	border: 1px solid #ababab;
	padding-right: 26px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*Product Detail End*/

/*product added in cart popup Start*/
.npopup {
	z-index: 999999;
	width: 500px !important;
	background: #fff;
	box-shadow: 0px 0px 10px #dedede;
	-moz-box-shadow: 0px 0px 10px #dedede;
	-webkit-box-shadow: 0px 0px 10px #dedede;
}

.modal-body {
	display: inline-block;
	width: 100%;
}

.npopup .modal-header {
	color: #acacac;
	font-size: 13px;
	line-height: 16px;
	padding: 15px 20px;
	text-transform: uppercase;
	border: none;
	background: #f4f4f4;
	font-weight: 700;
}

.npopup .modal-body {
	padding: 20px 20px;
}

.npopup .image {
	float: left;
	width: 100px;
	text-align: center;
}

.npopup .description {
	float: left;
	width: calc(100% - 100px);
	color: #575757;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 10px;
	font-weight: 600;
	text-align: left;
}

.npopup .footer {
	display: inline-block;
	width: 100%;
	padding: 0 20px 20px;
}

.npopup .footer .left {
	float: left;
	width: auto;
}

.npopup .footer .left .npopup-view {
	display: none;
}

.npopup .footer .btn {
	float: left;
	min-width: 150px;
	color: #3f3f3f;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #3f3f3f;
	padding: 13px 15px;
}

.npopup .footer .btn:hover {
	color: #fff;
	background: #231f20;
}

.npopup .footer .right {
	float: right;
}

.npopup .footer .right .btn {
	color: #fff;
	height: auto;
	border-color: #342c28;
	background: #342c28;
}

.npopup .footer .right .btn:hover {
	background: #cabbae;
	border-color: #cabbae;
}

/*product added in cart popup End*/

/*Track Order Start*/
.cont-ordertrack-page {
	padding: 90px 0;
}

.ordertrack-form {
	padding: 50px 70px;
	background: #F5F5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.page-header {
	float: left;
	width: 100%;
}

.page-header h1 {
	margin: 0;
}

.trackorder-form {
	float: left;
	width: 100%;
}

.trackorder-form .form-group {
	float: left;
	width: 100%;
	margin: 25px 0 0;
}

.trackorder-form .form-group input {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #fff;
	color: #121212;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding: 25px 30px;
}

.trackorder-form .form-group input[type="password"] {
	padding-right: 160px;
}

.form-group-bttn {
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
}

.form-group-bttn input {
	position: absolute;
	z-index: 1;
	right: 8px;
	top: -67px;
	float: left;
	width: auto !important;
	min-width: 142px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding: 16px 20px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	border: 2px solid #231f20;
	background: #231f20;
}

.form-group-bttn input:hover {
	background: #cabbae;
	border-color: #cabbae;
}

.ordertrack-work {
	padding: 70px 0 30px;
}

.ordertrack-work-head {
	padding: 0 70px;
}

.ordertrack-work-head p {
	color: #121212;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin: 15px 0 0;
}

.ordertrack-work-steps {
	padding: 30px 30px;
	display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.single-ordertrack-steps {
	padding: 30px 40px;
	text-align: center;
}

.step-icon {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.step-icon span {
	display: inline-block;
	width: 160px;
	height: 160px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 10px #0000001F;
	-moz-box-shadow: 0px 0px 10px #0000001F;
	-webkit-box-shadow: 0px 0px 10px #0000001F;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.step-icon1 span {
	background-image: url(/assets/images/track-order-icon01nw.png);
	background-position: center top 40px;
	background-repeat: no-repeat;
}

.single-ordertrack-steps:hover .step-icon1 span {
	background-position: center top -126px;
}

.step-icon2 span {
	background-image: url(/assets/images/track-order-icon02nw.png);
	background-position: center top 43px;
	background-repeat: no-repeat;
}

.single-ordertrack-steps:hover .step-icon2 span {
	background-position: center top -132px;
}

.step-icon3 span {
	background-image: url(/assets/images/track-order-icon03nw.png);
	background-position: center top 44px;
	background-repeat: no-repeat;
}

.single-ordertrack-steps:hover .step-icon3 span {
	background-position: center top -129px;
}

.step-icon4 span {
	background-image: url(/assets/images/track-order-icon04nw.png);
	background-position: center top 36px;
	background-repeat: no-repeat;
}

.single-ordertrack-steps:hover .step-icon4 span {
	background-position: center top -123px;
}

.single-ordertrack-steps:hover .step-icon span {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.single-ordertrack-steps h3 {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

.single-ordertrack-steps p {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.single-ordertrack-steps:hover .step-icon span {
	box-shadow: 0px 0px 25px #0000001F;
	-moz-box-shadow: 0px 0px 25px #0000001F;
	-webkit-box-shadow: 0px 0px 25px #0000001F;
}

.ques-about-order {
	display: block;
}

.ques-about-left {
	float: left;
	width: 25%;
	padding: 0 40px 0 0;
}

.ques-about-heading {
	float: left;
	width: 100%;
	height: 132px;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
	line-height: 24px;
	background: #cabbae;
	text-align: center;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
}

.ques-about-contact {
	float: left;
	width: calc(100% - 225px);
	padding: 0 13% 0 0;
}

.ques-enquiry-bttn {
	float: left;
	width: 225px;
}

.ques-enquiry-bttn a {
	float: left;
	width: 100%;
	height: 90px;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 24px;
	border: 2px solid #cabbae;
	background: #cabbae;
	text-align: center;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	font-weight: 700;
	display: -moz-flex;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.ques-enquiry-bttn a:hover {
	background: #cabbae;
	border-color: #cabbae;
}

.ques-about-right {
	float: left;
	width: 75%;
	height: 100%;
	padding: 20px 30px;
	border: 1px solid #cabbae;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: flex;
	display: -moz-;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.ques-about-right div {
	align-self: center;
}

.ques-about-contact h4 {
	color: #cabbae;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 700;
}

.ques-about-contact p {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.ques-about-contact p a {
	color: #cabbae;
}

.ques-about-contact p a:hover {
	color: #cabbae;
}

/*Track Order End*/

/*Thankyou Start*/
.cont-error-page {
	padding: 80px 0 120px;
	text-align: center;
}

.cont-error-page .row {
	justify-content: center;
}

.error-page {
	display: inline-block;
	width: 600px;
	max-width: 100%;
	color: #231f20;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

.main-title {
	float: left;
	width: 100%;
	color: #D5CCC0;
	font-size: 115px;
	line-height: 140px;
	font-weight: 900;
	letter-spacing: 12px;
	margin: 0 0 20px;
}

.error-heading {
	font-size: 300px;
	line-height: 250px;
}

.error-subheading {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.error-subheading h1 {
	color: #231f20;
	font-size: 60px;
	line-height: 52px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.error-subheading h1 strong {
	font-weight: 900;
}

.error-page p {
	color: #231f20;
	font-size: 24px;
	line-height: 32px;
	margin: 40px 0 0;
}

.error-page p .btn {
	display: inline-block;
	min-width: 215px;
	color: #231f20;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	border: 2px solid #231f20;
	background: #fff;
	margin: 0 20px;
	padding: 15px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.error-page p .btn:hover {
	background: #D5CCC0;
	color: #fff;
	border-color: #D5CCC0;
}

.error-page p .btn i {
	margin: 0 4px 0 0;
}

.form-thankyou-page .loggedout-content h1 span {
	display: block;
}

.form-thankyou-page .loggedout-content p {
	padding: 0 3%;
}

/*Thankyou End*/

/*Privacy Page Start*/
.cont-policy-page {
	padding: 90px 0;
	text-align: center;
}

.policy-heading {
	color: #121212;
	font-size: 90px;
	line-height: 100px;
	letter-spacing: 3.6px;
	font-weight: 900;
	margin: 0 0 50px;
	text-transform: uppercase;
}

.otr-policy-content h5 {
	display: inline-block;
	width: auto;
	max-width: 93%;
	color: #464646;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 30px;
	letter-spacing: 0.8px;
	background: #f7f7f7;
	margin: 0 0 25px;
	font-weight: 600;
}

.otr-policy-content p {
	color: #464646;
	font-size: 16px;
	line-height: 24px;
	margin: 25px 0 0;
	font-weight: 400;
}

/*Privacy Page End*/

/*Shop Page Start*/
.cont-three-links {
	padding: 0 0 50px;
}

.single-shop-link a {
	float: left;
	width: 100%;
	position: relative;
}

.single-shop-link a::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.32);
}

.single-link-img {
	float: left;
	width: 100%;
	height: 494px;
}

.single-link-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.single-link-text {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 40px;
	width: 100%;
	padding: 0 40px;
}

.single-link-text h4 {
	max-width: 300px;
	color: #fff;
	font-size: 60px;
	line-height: 48px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 0 20px;
	position: relative;
}

.single-link-text h4 span {
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin: 0 0 10px;
	letter-spacing: 1.2px;
}

.single-link-text h4::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 24%;
	height: 3px;
	background: #f3ebd4;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.single-shop-link a:hover .single-link-text h4::before {
	width: 62%;
}

.cont-new-nd-products {
	padding: 0 0 120px;
}

.cont-new-arrivals h2,
.cont-new-arrivals h1 {
	color: #383838;
	font-size: 60px;
	line-height: 48px;
	font-weight: 500;
	margin: 0 0 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.new-arrivals-inn {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

.new-arrivals-inn p {
	color: #464646;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.new-arrivals-bttn {
	float: right;
	width: 100%;
}

.new-arrivals-bttn a {
	float: left;
	width: 100%;
	color: #505050;
	font-size: 18px;
	line-height: 24px;
	padding: 14px 30px;
	font-weight: 600;
	background: #fff;
	text-transform: uppercase;
	border: 2px solid #707070;
	text-align: center;
}

.new-arrivals-bttn a:hover {
	color: #fff;
	background: #cabbae;
	border-color: #cabbae;
}

.cont-arrows-nd-showbttn {
	float: left;
	width: 100%;
}

.new-arrival-bttns {
	float: left;
	width: auto;
	margin: 8px 0 0;
}

.new-arrival-bttns button {
	float: left;
	width: 32px;
	height: 40px;
	outline: none;
	background: transparent;
	border: none;
	padding: 0;
	text-align: right;
}

.new-arrival-bttns button:first-child {
	text-align: left;
	border-right: 2px solid #b0b0b1;
}

.new-arrival-bttns i {
	color: #cabbae;
	font-size: 32px;
}

.new-arrival-bttns button:hover i {
	color: #231f20;
}

.new-arrivals-inn button.slick-arrow {
	position: absolute;
	z-index: 1;
	left: 42px;
	bottom: -68px;
	width: 20px;
	height: 22px;
	background: url(/assets/images/arrow-right.png) right top 3px no-repeat;
	border: none;
	color: #fff;
	font-family: "FontAwesome";
	content: "\f107";
	text-indent: -999999px;
	padding: 0;
	outline: none;
}

.new-arrivals-inn button.slick-prev {
	left: 0;
	right: 103px;
	background: url(/assets/images/arrow-left.png) left top 3px no-repeat;
}

.new-arrivals-inn button.slick-prev::after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -12px;
	top: -8px;
	width: 2px;
	height: 40px;
	background: #b0b0b1;
}

.new-arrival-product {
	padding: 0 15px 0 55px;
}

.new-arrival-slider .slick-slide article {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 10px 15px;
	border: 1px solid transparent;
}

.new-arrival-slider .slick-slide article .buying-options {
	display: block;
}

.new-arrival-slider .slick-dots {
	bottom: -60px;
}

.new-arrival-slider .slick-arrow {
	opacity: 0;
	position: absolute;
	z-index: 0;
}

.new-arrival-slider .slick-dots li button {
	background: #EDEDED;
	outline: none;
}

.new-arrival-slider .slick-dots li.slick-active button {
	background: #cabbae;
}

.cont-shop-categories {
	padding: 0;
}

.cont-shop-categories .row {
	margin: 0;
}

.cont-shop-categories .cont-price-guarantee-inn {
	height: 208px;
	background: #F4F4F4;
}

.cont-shop-categories .cont-price-guarantee-inn::after {
	display: none;
}

.cont-shop-categories .cont-giftcard {
	padding: 0;
}

.cont-shop-categories .cont-price-text h4 {
	color: #535353;
}

.sidebar-history p a,
.sidebar-history p {
	text-transform: capitalize;
}

.addedin-list .fa-heart {
	color: #b4091b;
}

.new-arrival-slider .slick-dots li button {
	width: 13px;
	height: 13px;
}

/*Shop Page End*/

/*Brand Individual Start*/
.cont-brand-individual {
	padding: 80px 0;
}

.cont-brand-info {
	margin: 20px 0;
	padding: 30px 10px;
	background: #fff;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	box-shadow: 0px 0px 10px #0000001C;
	-moz-box-shadow: 0px 0px 10px #0000001C;
	-webkit-box-shadow: 0px 0px 10px #0000001C;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

.cont-brand-info>div {
	align-self: center;
}

.cont-brand-logo {
	text-align: center;
}

.cont-brand-content {
	color: #464646;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.cont-brand-main {
	display: flex;
	flex-wrap: wrap;
}

.cont-brand-main .row {
	margin: 0;
}

.cont-brand-main .cont-list-grid-view,
.cont-brand-main .founded-product-count {
	display: none !important;
}

.cont-sorting {
	margin-left: auto;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.cont-brand-main .products-row {
	margin: 0;
}

.cont-brand-main .products-row article {
	padding: 0 30px;
	margin: 40px 0;
}

/*.cont-brand-main .products-row article .buying-options {display:none;}*/

.cont-brand-main .brands-products-list article {
	width: 25%;
}

/*Brand Individual End*/

/*Forgotpassword Start*/
.cont-forgotpassword {
	padding: 80px 0;
}

.cont-forgotpassword .row {
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.forgotpassword-inn {
	float: left;
	width: 600px;
	max-width: 100%;
	padding: 30px 50px 40px;
	text-align: center;
	background: #f4f4f4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.forgotpassword-inn .breadcrumb {
	float: left;
	width: 100%;
}

.cont-forgotpassword .page-header {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.cont-forgotpassword .alert {
	float: left;
	width: 100%;
	position: relative;
}

.alert a.close {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	right: 6px;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.cont-forgotpassword form {
	float: left;
	width: 100%;
}

.cont-forgotpassword form .row {
	margin: 0;
}

.cont-eneter-mail {
	margin: 0 0 25px;
}

.cont-eneter-mail p {
	color: #9ba8cb;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.cont-email-field {
	margin: 0;
}

/*Forgotpassword End*/

/*Search Start*/
.cont-search-page {
	padding: 80px 0;
}

.cont-search-top {
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 0 60px;
}

.go-back-link {
	margin: 0 0 40px;
	position: relative;
	z-index: 100;
}

.go-back-link a img {
	margin-right: 15px;
	float: left;
	filter: brightness(100);
}

.go-back-link a {
	color: #121212;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.go-back-link a i {
	float: left;
	font-size: 23px;
	margin-right: 15px;
}

.accordionContent .go-back-link a {
	float: right;
	margin: 25px 0 0;
}

.accordionContent .go-back-link span {
	float: left;
	line-height: 24px;
}

.accordionContent .go-back-link a i {
	float: right;
	margin: 0 0 0 10px;
	color: #980d1b;
}

.go-back-link a:hover {
	color: #231f20
}

.search-info-otr {
	text-align: center;
	padding-right: 23%;
}

.your-search {
	float: left;
	width: 100%;
	color: #121212;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

/*.search-results-search {float: left;width: 100%;}
.search-results-search form {display: inline-block;width: auto;position: relative;}
.search-results-search form::before {content: open-quote;position: absolute;z-index: 1;left: -15px;top: 0;color:#DEDEDE;font-size: 60px;line-height: 70px;font-weight: 900;}
.search-results-search form::after {content: close-quote;position: absolute;z-index: 1;right: -15px;top: 0;color:#DEDEDE;font-size: 60px;line-height: 70px;font-weight: 900;}
.search-results-search form input {float: left;width: auto;padding: 0 10px !important;height: auto !important;background: transparent;border: none;color: #DEDEDE;font-size: 60px !important;line-height: 70px !important;font-weight: 900;letter-spacing: 3px;text-transform: uppercase;text-align: center;}
.search-results-search .input-group-append {display: none;}*/
.nsearchinput-pl {
	display: none !important;
}

.search-text {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}

.search-text span {
	display: inline-block;
	width: auto;
	position: relative;
	color: #DEDEDE;
	font-size: 60px;
	line-height: 70px;
	padding: 0 35px;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.search-text span::before {
	content: open-quote;
	position: absolute;
	z-index: 1;
	left: 0;
	top: -2px;
	color: #DEDEDE;
	font-size: 60px;
	line-height: 70px;
	font-weight: 900;
}

.search-text span::after {
	content: close-quote;
	position: absolute;
	z-index: 1;
	right: 0;
	top: -2px;
	color: #DEDEDE;
	font-size: 60px;
	line-height: 70px;
	font-weight: 900;
}

/*Search End*/
/*Customer Build*/
.build-head {
	font-size: 36px;
	font-weight: 800;
	line-height: 43px;
	color: #fff;
	text-transform: uppercase;
}

.wrap-build-main-img img {
	width: 100%;
	max-width: 100%;
}

.wrap-build-main-desc {
	padding: 50px 0;
	background: #121212;
	color: #fff;
}

.wrap-build-main-desc h1 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.build-main-desc {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.build-main-desc p {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.build-author {
	margin-bottom: 30px;
	color: #fff;
	font-size: 15px;
}

@media (max-width: 1199px) {
	.build-head {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.build-head {
		font-size: 26px;
		line-height: 32px;
	}

	.wrap-build-main-img img {
		height: 300px;
		object-fit: cover;
	}

	.wrap-build-main-desc {
		padding: 0;
		background: none;
	}

	.customer-build-content .container {
		max-width: 100%;
	}

	.customer-build-content .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.build-main-desc-col {
		padding: 0;
	}

	.build-main-desc-head {
		position: relative;
		margin-top: -80px;
		height: 80px;
		background: rgba(2, 2, 2, 0.48);
		padding: 0 15px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.wrap-build-main-desc h1 {
		font-size: 22px;
	}

	.build-author {
		margin-bottom: 0;
		line-height: 16px;
	}

	.build-parts-for-bg,
	.build-main-desc-bg {
		background: #121212;
	}

	.build-parts-for-bg {
		padding: 30px 15px 20px;
	}

	.build-parts-for {
		background: #333;
		padding: 15px;
	}

	.build-main-desc-bg {
		padding: 20px 15px 30px;
	}
}

.build-parts-for {
	color: #fff;
}

.build-parts-for ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.wrap-build-comps {
	padding: 50px 0;
	background: #fff;
}

.wrap-build-comps h3 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.build-main-comps-img img {
	max-width: 100%;
	width: 100%;
}

.build-main-comps {
	font-size: 15px;
	font-weight: 300;
}

.build-main-comps ul {
	padding-left: 20px;
	font-size: 15px;
	font-weight: 300;
	column-count: 2;
}

.build-main-comps ul li {
	padding-bottom: 10px;
	list-style: disc;
}

@media (max-width: 767px) {
	.wrap-build-comps {
		padding: 30px 0;
	}

	.build-main-comps-img {
		padding-bottom: 20px;
	}

	.build-main-comps ul {
		column-count: 1;
	}
}

.wrap-build-subconts {
	padding: 60px 0;
	background: #121212;
	color: #fff;
}

.row-build-subconts {
	padding-left: 60px;
	padding-right: 60px;
}

.wrap-build-subconts .slick-prev,
.wrap-build-subconts .slick-next {
	position: absolute;
	z-index: 2;
	top: 50%;
	bottom: auto;
	margin-top: -18px;
	background: #121212;
}

.wrap-build-subconts .slick-prev {
	left: 0;
}

.wrap-build-subconts .slick-next {
	right: 0;
	left: auto;
}

.wrap-build-subconts .slick-prev:before,
.wrap-build-subconts .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	line-height: 35px;
	opacity: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.wrap-build-subconts .slick-prev:before {
	content: '\f104'
}

.wrap-build-subconts .slick-next:before {
	content: '\f105'
}

.wrap-build-subconts .slick-prev.slick-disabled:before,
.wrap-build-subconts .slick-next.slick-disabled:before {
	opacity: .25
}

.build-subconts-img img {
	max-width: 100%;
	width: 100%;
}

.build-subconts-text h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.build-subconts-text .subconts-desc,
.build-subconts-text .subconts-desc p {
	margin-bottom: 0;
	color: #fff;
}

@media (max-width: 767px) {
	.wrap-build-subconts {
		padding: 30px 0;
	}

	.row-build-subconts {
		padding-left: 20px;
		padding-right: 20px;
	}

	.build-subconts-img {
		padding-bottom: 20px;
	}

	.build-subconts-img img {
		height: 300px;
		object-fit: cover;
	}

	.wrap-build-subconts .slick-prev,
	.wrap-build-subconts .slick-next {
		top: 150px;
		margin-top: 0;
	}

	.wrap-build-subconts .slick-prev {
		left: 15px;
	}

	.wrap-build-subconts .slick-next {
		right: 15px;
	}
}

.wrap-build-featprod {
	padding: 40px 0;
}

.wrap-build-featprod .heading-with-line {
	color: #121212;
}

.wrap-build-featprod .heading-with-line::after {
	border-top: 3px solid #b7b7b7;
}

@media (max-width: 767px) {

	.wrap-build-featprod .popular-slider-heading,
	.wrap-build-featprod .popular-product-slidr {
		padding: 0 15px;
	}

	.wrap-build-featprod .slick-dots {
		position: static;
		margin-top: 15px;
	}

	.wrap-build-featprod .slick-dots li {
		margin: 0 6px;
	}

	.wrap-build-featprod .slick-dots li button {
		border: 1px solid #121212;
	}

	.wrap-build-featprod .slick-dots li.slick-active button {
		border: 1px solid #880b19;
	}
}

.wrap-build-gallery {
	padding: 50px 0;
	background: #121212;
}

.row-build-gallery-head h3 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.row-build-gallery {
	padding-left: 60px;
	padding-right: 60px;
}

.wrap-build-gallery .slick-prev,
.wrap-build-gallery .slick-next {
	position: absolute;
	z-index: 2;
	top: 50%;
	bottom: auto;
	margin-top: -18px;
	background: #121212;
}

.wrap-build-gallery .slick-prev {
	left: 0;
}

.wrap-build-gallery .slick-next {
	right: 0;
	left: auto;
}

.wrap-build-gallery .slick-prev:before,
.wrap-build-gallery .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	line-height: 35px;
	opacity: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.wrap-build-gallery .slick-prev:before {
	content: '\f104'
}

.wrap-build-gallery .slick-next:before {
	content: '\f105'
}

.wrap-build-gallery .slick-prev.slick-disabled:before,
.wrap-build-gallery .slick-next.slick-disabled:before {
	opacity: .25
}

@media (max-width: 767px) {
	.wrap-build-gallery {
		padding: 30px 0;
	}

	.row-build-gallery {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.row-build-gallery img {
		width: 100% !important;
	}

	.row-build-gallery-nav {
		padding-left: 50px;
		padding-right: 50px;
	}

	.row-build-gallery-nav .col-build-gallery {
		padding-left: 8px;
		padding-right: 8px;
	}

	.wrap-build-gallery .slick-prev {
		left: 15px;
	}

	.wrap-build-gallery .slick-next {
		right: 15px;
	}

	.row-build-gallery-nav .slick-current img {
		border: 2px solid #D5CBC0;
	}
}

.dream-rig-caption {
	width: 100%;
	height: 500px;
	padding: 20px;
	background: rgba(2, 2, 2, 0.48);
}

.dream-rig-caption h3 {
	color: #fff;
	font-size: 60px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.dream-rig-caption .btn {
	border: 2px solid #D5CCC0;
	background: none;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 767px) {
	.dream-rig-caption {
		height: 350px;
		padding: 20px 20px 50px;
	}

	.dream-rig-caption h3 {
		font-size: 28px;
	}
}

/*Customer Build End*/
/*BLOG_TEMP*/
.blog-main {
	padding: 40px 0 60px 0;
}

.blog-inner-out {
	float: left;
	width: 100%;
	position: relative;
}

.blog-grid {
	display: inline-block;
	float: left;
	padding: 0;
	margin: -70px 0 0;
}

.blog-grid-inn {
	padding: 0;
	float: left;
	width: 100%;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blog-grid-inn article {
	float: left;
	width: 33.33333%;
	padding: 0 30px;
	margin: 30px 0;
}

.blog-content-inn {
	float: left;
	width: 100%;
	height: 100%;
	background: #fff;
	/*background:#f7f7f7;*/
	box-shadow: 0px 0px 10px #0000001C;
	-moz-box-shadow: 0px 0px 10px #0000001C;
	-webkit-box-shadow: 0px 0px 10px #0000001C;
	position: relative;
	padding-bottom: 90px;
}

.blog-content-inn:hover {
	box-shadow: 0px 0px 30px #00000022;
	-moz-box-shadow: 0px 0px 30px #00000022;
	-webkit-box-shadow: 0px 0px 30px #00000022;
}

.blog-grid-img {
	float: left;
	width: 100%;
}

.blog-grid-img a {
	float: left;
	width: 100%;
	height: 258px;
	margin-bottom: 0px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.blog-grid-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-grid h4 {
	color: #464646;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
}

.blog-grid .text-muted {
	display: none;
}

.blog-grid p {
	color: #515151;
	font-size: 18px;
	line-height: 28px;
	margin: 10px 0 0;
}

.blog-grid .read-more-btn {
	float: left;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.blog-grid .read-more-btn a {
	display: inline-block;
	background: transparent;
	border: 1px solid #121212;
	color: #515151;
	font-size: 16px;
	width: 154px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 45px;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	padding: 9px 20px;
}

.blog-grid .blog-content-inn:hover .read-more-btn a,
.blog-grid .blog-content-inn:focus .read-more-btn a,
.blog-grid .blog-content-inn .read-more-btn a.active {
	background: #273693;
	color: #fff;
	border-color: #273693;
}

.blog-grid .border-bottom.mb-2 {
	margin: 0px;
	border: 0px;
}

.blog-grid .blog-grid-content {
	float: left;
	width: 100%;
	padding: 30px 35px;
}

.blog-title-heading-left {
	display: block;
	color: #f3f4f9;
	font-size: 130px;
	line-height: 120px;
	font-weight: 900;
	letter-spacing: 7.5px;
	text-transform: uppercase;
	text-align: center;
	/*width: 720px;position: absolute;left: 0;top: 0;margin: 315px 0 0 -421px;transform: rotateZ(-90deg);-webkit-transform: rotateZ(-90deg);*/
}

.blog-title-heading-left span {
	display: inline-block;
}

/*BLOG_TEMP*/

/*Blog Detail Start*/
.detail-page-top-section {
	padding: 80px 0;
}

.section-blogdetail {
	position: relative;
}

.blog-content-design {
	display: block;
	position: relative;
}

.blog-content-design .section-blogdetail:nth-child(1) .blogdetail-page-content {
	z-index: 1;
}

.ford-vertical-text {
	color: #231f20;
	font-size: 140px;
	line-height: 140px;
	font-weight: 900;
	letter-spacing: 10px;
	opacity: 0.04;
	margin: 230px 0 0 0;
	text-transform: uppercase;
	position: absolute;
	right: -690px;
	top: 50%;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.blogdetail-top {
	float: left;
	width: 100%;
	margin: 0 0 80px;
	display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blogdetail-top>div {
	align-self: center;
}

.blogdetail-top-left {
	float: left;
	width: 100%;
	padding: 0;
}

.blog-light-text {
	display: block;
	color: #f6f5fa;
	font-size: 160px;
	line-height: 12px;
	font-weight: 900;
	letter-spacing: 10px;
	/* opacity: 0.04; */
	margin: 0px 0 0 4px;
	position: relative;
	z-index: -1;
	top: 25px;
}

.blogdetail-top-left h1 {
	margin: 0 0 50px;
}

.detail-page-top-section p {
	color: #464646;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 30px;
}

.detail-page-top-section p:last-child {
	margin: 0;
}

.blogdetail-top-img {
	float: left;
	width: 44%;
	padding: 0 65px 0 0;
	position: relative;
}

.blogdetail-top-img img {
	display: inline-block;
}

.blogdetail-rest-content {
	float: left;
	width: 100%;
}

.view-comments {
	position: absolute;
	top: 0;
	right: 0;
	margin: 98px -102px 0 0;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.view-comments a {
	float: left;
	width: 220px;
	font-size: 20px;
	text-transform: uppercase;
	color: #8D8D8D;
	line-height: 27px;
	font-weight: 700;
	letter-spacing: 1px;
	opacity: 0.35;
	padding: 0 0 0 0;
}

.view-comments a img {
	margin: 0 0px 0 11px;
}

/*.view-comments a::after {content: "\f105";position: absolute;z-index: 1;right: -3px;top: 49%;font-size: 26px;font-family: "FontAwesome";transform: translate(0px, -50%);-webkit-transform: translate(0px, -50%);}*/
.view-comments a::before {
	content: "";
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: -18px;
	width: 18px;
	height: 62px;
	background: url(/assets/images/direction-arrow01.png) center top no-repeat;
	background-size: auto 100%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.blogimg-in-left .blogdetail-top-left {
	padding: 0 0 0 10px;
}

.blog-both-side {
	float: left;
	width: 50%;
	padding: 0 0 0 80px;
	position: relative;
}

.blog-both-content .blog-both-side {
	width: 100%;
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	padding-left: 0;
}

.blog-both-content .blog-both-side>* {
	padding: 0 10px;
}

.recent-posts {
	right: auto;
	left: 0;
	margin: 98px 0 0 -92px;
}

.recent-posts a {
	width: 202px;
}

.cont-comments-nd-posts .row {
	padding: 0 0 60px 0;
	border-top: 1px solid #4A4A4A;
}

.otr-comments-side {
	padding: 80px 0 0 0;
}

.otr-comments-form h3 {
	color: #4A4A4A;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

.otr-comments-form .form-group {
	margin: 20px 0 0;
}

.otr-comments-form input,
.otr-comments-form textarea {
	padding: 15px 10px;
	border: 1px solid #bababa;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #8d8d8d;
}

.otr-comments-form textarea {
	height: 200px;
	margin: 0 0 40px;
}

.comment-bttn-login-info {
	float: left;
	width: 100%;
}

.otr-comments-form .btn-success {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.9px;
	padding: 15px 30px;
	margin: 0 25px 0 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

.admin-loggedas {
	float: left;
	color: #231f20;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	margin: 18px 0 0 0;
}

.admin-loggedas a {
	color: #231f20;
	font-weight: 700;
}

.admin-loggedas a:hover {
	color: #464646;
}

.otr-posted-comments {
	float: left;
	margin: 50px 0 0 0;
}

.single-prod-review-otr {
	float: left;
	width: 50%;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.otr-posted-comments .single-prod-review {
	display: none;
	float: left;
	width: 100%;
}

.otr-posted-comments .single-prod-review:nth-child(1),
.otr-posted-comments .single-prod-review:nth-child(2) {
	display: block;
}

.otr-posted-comments .single-prod-review:nth-child(2n) {
	margin-left: 0;
}

.otr-posted-comments .cont-review-content p {
	margin: 0;
}

.single-prod-review-otr .show-more-less {
	float: right;
	width: auto;
	margin-left: auto;
}

.single-prod-review-otr.active {
	width: 100%;
}

.single-prod-review-otr.active .single-prod-review {
	display: block;
	width: 48%;
}

.single-prod-review-otr.active .single-prod-review:nth-child(2n) {
	margin-left: auto;
}

.otr-recentpost-side {
	padding: 80px 0 0 85px;
}

.otr-recentpost-side h4 {
	color: #4A4A4A;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

.otr-recent-posts-list {
	float: left;
	padding: 20px 0 0;
}

.otr-recent-posts-list article {
	display: none;
	float: left;
	width: 100%;
	margin: 0 0 25px;
}

.otr-recent-posts-list article:nth-child(1),
.otr-recent-posts-list article:nth-child(2) {
	display: block;
}

.otr-recent-posts-list article.active {
	display: block;
}

.otr-recent-posts-list .blog-content-inn {
	float: left;
	width: 100%;
	height: auto;
	background: #f7f7f7;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.otr-recent-posts-list .blog-grid-img {
	float: left;
	width: 116px;
}

.otr-recent-posts-list .blog-grid-img a {
	height: 100%;
}

.otr-recent-posts-list .blog-grid-content {
	float: left;
	width: calc(100% - 116px);
	padding: 8px 0 8px 24px;
}

.otr-recent-posts-list .blog-content-inn .blog-grid-content {
	align-self: center;
}

.otr-recent-posts-list .blog-grid-content h4 {
	color: #464646;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin: 0 0 5px;
}

.otr-recent-posts-list .blog-grid-content p {
	color: #464646;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.otr-recent-posts-list .read-more-btn {
	display: none;
}

/*Blog Detail End*/

/*Testimonial Start*/
.main-testimonials article {
	width: 50%;
}

.main-testimonials .blog-grid-img {
	height: 400px;
}

/*Testimonial End*/

/*TRACK MY ORDER PAGE*/
.aboutus-banner-main-panel {
	float: left;
	width: 100%;
	height: 785px;
	padding: 0;
	text-align: center;
	background: url(/assets/images/img_about_banner.jpg) left top no-repeat;
	position: relative;
	background-size: cover;
}

.aboutus-banner-main-panel:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.about-video-otr {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.about-video-otr iframe {
	float: left;
	width: 100%;
	height: 1100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.aboutus-banner-main-panel h1 {
	float: left;
	width: 100%;
	font-size: 90px;
	line-height: 110px;
	font-weight: 900;
	color: #fff;
	opacity: 0.5;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 9;
	margin: 0 0 50px;
}

.aboutus-banner-main-panel p {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
	padding: 0;
}

.aboutus-benefit-main-panel {
	float: left;
	width: 100%;
	padding: 100px 0;
}

.aboutus-benefit-main-panel h2,
.product-connected-outer-panel h2 {
	font-size: 24px;
	line-height: 32px;
	color: #4B4B4B;
	font-weight: 500;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.aboutus-benefit-main-panel h2 strong,
.product-connected-outer-panel h2 strong {
	font-size: 60px;
	line-height: 64px;
	font-weight: 900;
	float: left;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
}

.about-benefits-inner-con {
	display: flex;
	padding: 50px 0 0;
}

.about-outer-con {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 988px;
	padding: 0 15px;
	max-width: 100%;
}

.about-benefit-con {
	padding: 0 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.about-benefit-con:hover {
	transform: scale(1.07);
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.whychoose-icons {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: center;
	-webkit-align-content: center;
	height: 56px;
}

.whychoose-icons img {
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

.about-benefits-inner-con {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.about-benefits-inner-con h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	float: left;
	width: 100%;
	color: #000;
	margin: 15px 0;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

.about-benefits-inner-con p,
.product-connected-outer-panel p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	float: left;
	width: 100%;
	color: #000;
	opacity: 0.6;
}

.about-product-main-outer {
	float: left;
	width: 100%;
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.about-product-pic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.product-connected-outer-panel {
	padding: 70px 0 0;
	float: left;
	width: 100%;
}

.product-connected-right a {
	float: left;
	background: #231f20;
	color: #fff;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	min-width: 215px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 30px;
}

.product-connected-right a:hover {
	background: #cabbae;
	color: #fff;
	text-decoration: none;
}

.product-connected-outer {
	display: flex;
}

.product-connected-outer-panel h2 {
	margin-bottom: 20px;
	text-align: left;
}

.product-connected-outer-panel h2 strong {
	opacity: 1;
	text-align: left;
}

.product-connected-left {
	padding-right: 60px;
}

.product-connected-right {
	padding-left: 60px;
}

.product-connected-outer-panel p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

.about-instagram-outer-panel {
	float: left;
	width: 100%;
	padding: 10px 0 70px;
}

.about-instagram-outer {
	float: left;
	width: 100%;
	text-align: center;
	color: #4B4B4B;
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 35px 0 15px;
	position: relative;
	letter-spacing: 0.6px;
	background: #fff;
}

.about-instagram-outer strong {
	font-weight: 900;
}

/*SHOPPING CART PAGE START*/
.shopping-cart-main-outer {
	float: left;
	width: 100%;
	padding: 100px 0;
}

.shopping-cart-left-outer {
	float: left;
	width: 70%;
	padding-right: 5%;
}

.shopping-cart-right-outer {
	float: left;
	width: 30%;
	padding: 35px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 10px #0000001C;
	-moz-box-shadow: 0px 0px 10px #0000001C;
	-webkit-box-shadow: 0px 0px 10px #0000001C;
}

.shopping-quote-left {
	float: left;
	width: 100%;
}

.shopping-checkout-button {
	float: left;
	width: 40%;
}

.shopping-cart-heading h1 {
	float: left;
	width: auto;
	color: #717171;
	letter-spacing: 1.4px;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 37px;
	margin-right: 15px;
}

.button-create-quote-outer {
	float: left;
}

.shopping-create-quote-button:hover {
	color: #fff;
	background: #cabbae;
	border: 2px solid #cabbae;
	text-decoration: none;
}

.shopping-cart-table-outer table,
.shopping-cart-table-outer table td,
.shopping-cart-table-outer table th {
	border: none;
}

.shopping-cart-table-outer table td.desktop-product-cart-name {
	padding-right: 40px;
}

/*.shopping-cart-table-outer table th.cartTable--heading-item {width: 18%;}*/
.shopping-cart-table-outer table th {
	color: #d1d1d1;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.shopping-cart-product-name {
	float: left;
	width: 100%;
	color: #464646;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 0.4px;
}

.table tbody tr td .shopping-cart-product-name a {
	color: #464646;
}

.shopping-cart-quantity-con {
	color: #707070;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
}

.shopping-cart-price h5,
.shopping-cart-price p {
	color: #464646;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0.8px;
	text-align: center;
}

.cartTable--heading.cartTable--heading-price {
	width: 20%;
	text-align: center;
}

.cartTable--heading.cartTable--heading-total,
.cartTable--heading.cartTable--heading-quantity {
	text-align: center;
}

.product-image-con {
	width: 140px;
	padding: 0 !important;
}

.shopping-cart-price p {
	text-align: center;
	color: #464646;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

.shopping-cart-quantity-con input {
	color: #464646;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 2px;
	height: auto;
}

.shopping-cart-heading-main {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #c0c0c0;
}

.shopping-continue-button button {
	min-width: 230px !important;
	float: left;
	width: auto;
}

.cart-button-outer.btn-stack {
	float: left;
	width: 100%;
	display: flex;
}

.shopping-updates-button button {
	float: right;
}

.shopping-continue-button button:hover {
	background: #231f20;
	border-color: #231f20;
	color: #fff;
}

.shopping-cart-right-outer h2 {
	color: #464646;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-align: left;
	padding: 0;
}

.shopping-cart-right-outer .card-header {
	padding: 0;
	background: transparent;
	border: none;
}

.shopping-cart-right-outer .card {
	border: none;
}

.shopping-cart-right-outer .form-group {
	margin: 10px 0 0 !important;
}

.shopping-cart-right-outer select {
	border: 1px solid #C0C0C0;
	color: #1D1F22;
	font-size: 18px;
	font-weight: 400;
	float: left;
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url(/assets/images/img_grey_arrow.png) center right 6px no-repeat;
	padding: 10px 25px 10px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.shopping-cart-right-outer select:focus {
	background: #fff url(/assets/images/img_grey_arrow.png) 98% 14px no-repeat;
}

.shopping-cart-right-outer label {
	margin: 0 0 3px;
	color: #464646;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 0;
}

.shopping-cart-right-outer input {
	border: 1px solid #C0C0C0;
	color: #121212;
	font-size: 18px;
	font-weight: 400;
	float: left;
	width: 100%;
	padding: 10px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.shopping-cart-right-outer input[type="submit"] {
	color: #fff;
	margin-top: 10px;
	border: none;
}

.shopping-cart-right-outer table td,
.shopping-cart-right-outer table th {
	border: none;
}

.shopping-cart-right-outer table th {
	color: #464646;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	padding: 5px 0;
}

.shopping-cart-right-outer table td {
	color: #464646;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	padding: 5px 0;
}

.shopping-cart-right-outer .card-body {
	margin-bottom: 10px;
}

.shopping-cart-right-outer .h3 {
	font-size: 20px;
	font-weight: 400;
}

.shopping-cart-right-outer button {
	width: 100%;
	border-radius: .25rem;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
}

.shopping-cart-trash-con {
	float: left;
	width: 100%;
}

.shopping-cart-trash-con a {
	color: #464646;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	background: transparent;
	border: none;
	width: auto;
	padding: 0;
}

.shopping-cart-trash-con a:hover {
	color: #B4091B;
	text-decoration: none;
	background: transparent;
	border: none;
	width: auto;
	padding: 0;
}

.cart-right-checknow-button {
	margin-top: 15px;
}

.cart-right-checknow-button button {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: none;
	height: auto;
	height: auto;
}

.mobile-product-cart-name {
	display: none;
}

.shopping-cart-quantity-con {
	width: 90px;
	/*float: left;*/
}

.shopping-cart-main .btn {
	padding: 16px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.cont-coupan-code {
	margin: 25px 0 0;
}

.cont-coupan-code .btn {
	background: #cabbae;
}

.cont-coupan-code .btn:hover {
	background: #cabbae;
}

.cart-pricing-table {
	margin: 20px 0 0;
}

.shopping-cart-main .btn .fa {
	margin: 0 5px 0 0;
}

.shopping-cart-main .shopping-create-quote-button {
	float: left;
	text-align: center;
	color: #c0c0c0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.7px;
	padding: 8px 15px;
	text-transform: uppercase;
	line-height: 19px;
	background: transparent;
	border: 2px solid #c0c0c0;
}

.shopping-cart-main .shopping-create-quote-button:hover {
	color: #fff;
	background: #c0c0c0;
}

.shopping-cart-trash-con .btn {
	color: #464646 !important;
	padding: 0 !important;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
	box-shadow: none !important;
	background: transparent !important;
	font-weight: 400;
	letter-spacing: 0.7px;
}

.shopping-cart-trash-con .btn:hover {
	color: #121212 !important;
}

._cpy_thirdparty_btn {
	display: block;
	text-align: center;
	padding: 5px 0;
	background: #ffc439;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

._cpy_thirdparty_btn img {
	display: inline-block;
	width: auto;
}

.cont-empty-cart {
	padding: 50px 0;
}

.empty-cart-inn {
	text-align: center;
}

.empty-cart-inn h1 {
	color: #606060;
	font-size: 60px;
	line-height: 45px;
	letter-spacing: 2px;
	font-weight: 900;
	text-transform: uppercase;
}

.empty-cart-inn p {
	text-align: center;
}

.empty-cart-inn p .btn {
	float: none;
	display: inline-block;
	height: auto;
	padding: 12px 15px;
}

.qty-text,
.subtotal-text,
.pd-mob {
	display: none;
}

.shopping-cart-quantity-con {
	text-align: center;
}

.shopping-cart-quantity-con .number-style span.number-minus {
	position: relative;
	bottom: auto;
	left: auto;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 10px solid #C3C3C3;
	border-left: none;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.shopping-cart-quantity-con .number-style span.number-plus {
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 10px solid #C3C3C3;
	border-right: none;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.cart-pricing-table .table tr:first-child td {
	padding-top: 5px;
}

.cart-pricing-table form .form-group input {
	float: left;
	width: auto;
	margin: 8px 0 0 0;
}

.shipping-method-text {
	float: left;
	width: calc(100% - 20px);
	padding: 0 0 0 10px;
	text-transform: none;
	letter-spacing: 0.8px;
}

.shipping-method-text h4 {
	color: #464646;
	font-size: 20px;
	line-height: 24px;
}

.cart-pricing-table .shipping-method-text p {
	color: #464646;
	font-size: 14px;
	line-height: 20px;
}

/*SHOPPING CART PAGE END*/

/*WRITE A REVIEW PAGE*/
.write-review-main-outer-panel {
	float: left;
	width: 100%;
	padding: 70px 0;
}

.write-review-main-outer-panel h1 {
	color: #231f20;
	font-size: 100px;
	line-height: 100px;
	font-weight: 900;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin: 0 0 8px;
}

.write-review-main-outer-panel p {
	margin: 20px 0;
	color: #464646;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	float: left;
	width: 100%;
}

.write-review-main-outer-panel h3 {
	float: left;
	width: 100%;
	color: #231f20;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.write-review-form-outer {
	float: left;
	width: 100%;
	margin: 60px 0;
}

.write-review-input-con .form-group:first-child {
	float: left;
	width: 50%;
	padding-right: 30px;
}

.write-review-input-con .form-group:last-child {
	float: left;
	width: 50%;
	padding-left: 30px;
}

.write-review-form-outer .form-group label {
	color: #B9B9B9;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}

.write-review-form-outer .form-group input,
.write-review-form-outer .form-group textarea {
	border-bottom: 1px solid #9A9A9A;
	color: #000000;
	font-size: 16px;
}

.write-review-form-outer .fa-star::before {
	content: "\f005";
	color: #231f20;
	font-size: 33px;
}

.review-button-outer {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.review-button-outer button {
	min-width: 210px;
	height: 60px;
	background: transparent;
	border: 2px solid #231f20;
	line-height: 60px;
	color: #231f20;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.review-button-outer button:hover {
	background: #231f20;
	border: 2px solid #231f20;
	color: #fff;
}

.write-review-heading {
	float: left;
	width: calc(100% - 480px);
	padding: 0 40px 0 0;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: center;
	-ms-align-content: center;
}

.review-product-info {
	width: auto;
	margin-left: auto;
	text-align: center;
	margin: 0;
}

.review-product-midd {
	display: inline-block;
	max-width: 100%;
	width: 480px;
	padding: 15px 25px;
	background: #fff;
	box-shadow: 0px 0px 10px #0000001C;
	-moz-box-shadow: 0px 0px 10px #0000001C;
	-webkit-box-shadow: 0px 0px 10px #0000001C;
}

.review-product-img {
	width: 110px;
}

.review-product-content {
	width: calc(100% - 110px);
	padding: 0 0 0 25px;
	text-align: left;
}

.review-product-content h4 {
	color: #464646;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.4px;
	font-weight: 700;
}

.review-product-info .review-product-content p {
	color: #464646;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.7px;
	font-weight: 400;
	padding: 0;
	text-align: left;
	margin: 5px 0 0;
}

/*WRITE A REVIEW PAGE END*/

/*Wishlist Popup Start*/
.wishlistoverlay table {
	float: left;
	width: 100%;
}

.wishlistoverlay .listname {
	color: #121212;
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 0 10px;
	font-weight: 600;
	padding-left: 0px;
}

.addremovelink {
	margin: 0 0 0 10px;
}

.createnewlist {
	float: left;
	width: 100%;
	padding: 0 20px;
}

.createnewlist a {
	float: left;
	color: #231f20;
	font-size: 15px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 15px;
	font-weight: 700;
}

.createnewlist a:hover {
	color: #b4091b;
}

#wishlisttoggle {
	float: left;
	width: 100%;
	padding: 0 18px 20px;
}

#wishlisttoggle table {
	float: left;
	width: 100%;
}

#wishlisttoggle table td {
	color: #121212;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 0 3px;
	font-weight: 600;
	text-align: left;
}

#wishlisttoggle table td input {
	color: #121212;
	padding: 4px 10px;
	border: 1px solid #3f3f3f;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

#closepopup {
	float: left;
	height: auto;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #3f3f3f;
	padding: 13px 15px;
	margin: 0 0 20px 22px;
	border-color: #b4091b;
	background: #b4091b;
}

#closepopup span {
	margin: 0;
}

#closepopup:hover {
	background: #231f20;
	border-color: #231f20;
}

/*Wishlist Popup End*/

/*Price Guarantee Start*/
.cont-guarantee-section {
	float: left;
	width: 100%;
	position: relative;
}

.cont-sidenav-otr {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}

.cont-sidenav {
	position: absolute;
	float: left;
	width: 100px;
	height: 456px !important;
	left: 50px;
	padding: 5px 10px;
	background: #fff;
}

.cont-sidenav nav {
	float: left;
	width: 100%;
}

#mainNav {
	float: left;
	width: 100%;
}

#mainNav li {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 0 0 100px;
}

#mainNav li a {
	float: left;
	width: 100%;
}

#mainNav li:last-child {
	padding-bottom: 0;
}

#mainNav li::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #dedede;
}

.cont-sidenav.viewport-bottom {
	position: absolute !important;
	top: auto !important;
	bottom: 0px !important;
	transform: translateY(0%) !important;
	-webkit-transform: translateY(0%) !important;
}

.nav-circle {
	float: left;
	width: 100%;
	padding: 10px 0 5px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.nav-circle i {
	color: #dedede;
	font-size: 15px;
}

.nav-name {
	float: left;
	width: 100%;
	color: #464646;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	padding: 0 0 10px;
	background: #fff;
	position: relative;
	z-index: 1;
}

#mainNav li a:hover .nav-name,
#mainNav li a:hover .nav-circle i,
#mainNav li a.mPS2id-highlight .nav-circle i {
	color: #231f20;
}


.cont-price-guarantee-page {
	padding: 80px 0 0;
}

.price-guarantee-top {
	text-align: center;
}

.price-guarantee-top h1 {
	color: #d5ccc0;
	font-size: 90px;
	line-height: 90px;
	font-weight: 900;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}

.price-guarantee-top h1 span {
	color: #231f20;
}

.price-guarantee-top p {
	color: #342c28;
	font-size: 24px;
	line-height: 32px;
	margin: 30px 0 0 0;
	font-weight: 400;
}

.price-guarantee-top p span {
	font-weight: 700;
}

.cont-guarantee-steps {
	margin: 60px 0 0;
	padding: 0 100px;
}

.single-guarantee-steps {
	text-align: center;
	padding: 0 75px;
	margin: 20px 0;
}

.step-count {
	float: left;
	width: 100%;
	color: #E0E0E0;
	font-size: 35px;
	line-height: 40px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.step-icon-otr {
	float: left;
	width: 100%;
	margin: 30px 0;
	height: 72px;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
}

.single-guarantee-steps h3 {
	color: #000000;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.single-guarantee-steps p {
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin: 20px 0 0 0;
}

.cont-personaldetails .row {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.cont-personaldetails .contact-form {
	padding: 0 85px;
}

.personaldetails-heading h2 {
	color: #231f20;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.cont-personaldetails .form-group label {
	color: #B9B9B9;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.cont-personaldetails .form-group .text-danger {
	color: #B9B9B9 !important;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	position: relative;
	top: -3px;
	margin: 0 0 0 5px;
}

.cont-personaldetails .form-group input,
.cont-personaldetails .form-group textarea {
	color: #121212;
}

.cont-personaldetails .btn-default {
	float: left;
	width: auto;
	height: auto;
	color: #fff !important;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	padding: 16px 30px;
	background: #cabbae;
	border: 2px solid #cabbae;
	text-indent: 0;
	margin: 0;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.cont-personaldetails .btn-default:hover {
	border-color: #cabbae;
	background: #cabbae;
}

#product-id {
	margin: 100px 0 0 0;
}

.cont-term-nd-condition {
	padding: 20px 0 80px;
}

.term-nd-condition-inn {
	padding: 0 100px;
}

.term-nd-condition-inn h2 {
	color: #231f20;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.acco-wrapper {
	float: left;
	width: 100%;
}

.accordionButton {
	float: left;
	width: 100%;
	background: #f4f4f4;
	cursor: pointer;
	padding: 25px 70px 25px 45px;
	color: #bdbdbd;
	font-size: 32px;
	line-height: 44px;
	font-weight: 900;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin: 20px 0 0;
	position: relative;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.accordionButton.on {
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}

.addmore-bttn {
	float: left;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	padding: 16px 20px;
	background: #231f20;
	border: 2px solid #231f20;
	text-indent: 0;
	margin: 0;
	margin-left: 15px;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.accordionButton::after {
	content: "\f067";
	position: absolute;
	right: 30px;
	top: 50%;
	color: #bdbdbd;
	font-size: 60px;
	-webkit-text-stroke: 4px #f4f4f4;
	font-family: "FontAwesome";
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.accordionButton.on::after {
	content: "\f068";
}

.accordionContent {
	float: left;
	width: 100%;
	padding: 5px 45px 25px;
	background: #f4f4f4;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}

#wbc-main-container {
	float: left;
	width: 100%;
	margin: 0 0 25px;
	position: relative;
}

/*.addmore-bttn {padding: 10px 30px;margin-left: 15px;}*/

.addmore-bttn:hover {
	color: #fff;
	background: #231f20;
	border-color: #231f20;
}

.cont-single-new-product {
	display: inline-block;
	margin: 40px 0 0;
	position: relative;
}

.prodcut_title_xd {
	color: #e6eaf9;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 95px 0 14px;
}

.close-product {
	float: right;
	width: auto;
	position: relative;
	top: -468px;
	margin: 0 15px 0 0;
}

.close-product i {
	color: #231f20;
	font-size: 16px;
}

.close-product span {
	color: #231f20;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	margin: 0 0 0 5px;
	text-transform: uppercase;
}

.cont-upload-field {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	position: relative;
}

.form-group .cont-upload-field label {
	cursor: pointer;
	float: left;
	width: 126px !important;
	padding: 10px 0;
	margin: 0 10px 0 0;
	color: #505050;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	text-align: center;
	background: #F0F0F0;
}

.cont-upload-field input {
	float: left;
	width: 100%;
	height: 100%;
}

.cont-upload-field #m-files1 {
	width: 0;
	height: 0;
}

.cont-upload-field .custom-file-label::after {
	display: none;
}

.uploaded-file-name {
	float: left;
	width: calc(100% - 140px);
	height: 38px;
	position: relative;
	border: none;
	color: #555555;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	padding: 0 0 0 10px;
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: center;
	-ms-align-content: center;
}

.uploaded-file-name:focus {
	outline: none;
}

.term-nd-condition-inn p {
	margin: 0 0 20px;
}

.term-nd-condition-inn h6 {
	color: #464646;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 8px;
}

.term-nd-condition-inn ul {
	display: block;
	margin: 0 0 15px;
}

.term-nd-condition-inn ul li {
	display: block;
	margin: 0 0 5px;
	color: #464646;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding: 0 0 0 15px;
	position: relative;
}

.term-nd-condition-inn ul li::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	background: #464646;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.term-nd-condition-inn h4 {
	color: #121212;
	font-size: 19px;
	line-height: 24px;
	font-weight: 600;
	margin: 5px 0;
	text-transform: uppercase;
	letter-spacing: .9px;
}

/*Price Guarantee End*/

/*Helpcenter Start*/
.cont-helpcenter-page {
	padding: 80px 0;
}

.helpcenter-top {
	margin: 0 0 65px;
}

.helpcenter-top p {
	text-transform: uppercase;
}

.cont-helpcenter-subjects {
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.cont-helpcenter-subjects.active {
	display: block;
}

.single-helpcenter-subject {
	padding: 8px 30px;
	position: initial;
}

.helpcenter-subject-inn {
	float: left;
	width: 100%;
	height: 100%;
	position: initial;
	box-shadow: 0px 0px 10px #0000001C;
	-moz-box-shadow: 0px 0px 10px #0000001C;
	-webkit-box-shadow: 0px 0px 10px #0000001C;
}

.helpcenter-subject-inn:hover {
	box-shadow: 0px 0px 30px #00000021;
	-moz-box-shadow: 0px 0px 30px #00000021;
	-webkit-box-shadow: 0px 0px 30px #00000021;
}

.helpcenter-subject-icon-heading {
	float: left;
	width: 100%;
	padding: 0 5px;
}

.helpcenter-subject-icon {
	float: left;
	width: 100%;
	height: 50px;
	margin: 35px 0 0 0;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
}

.helpcenter-subject-icon img {
	opacity: 0.15;
}

.helpcenter-subject-name {
	float: left;
	width: 100%;
	margin: 25px 0;
}

.helpcenter-subject-name h2 {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	text-align: center;
}

.helpcenter-subject-acco {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.helpcenter-subject-acco .accordionButton {
	float: left;
	width: 100%;
	margin: 0;
	color: #888888;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 20px;
	background: transparent;
	letter-spacing: 0.7px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.helpcenter-subject-acco .accordionButton.on,
.helpcenter-subject-acco .accordionButton:hover {
	color: #fff;
	background: #231f20;
}

.helpcenter-subject-acco .accordionButton.on::before {
	visibility: hidden;
}

.helpcenter-subject-acco .accordionButton::after {
	display: none;
}

.helpcenter-subject-acco .accordionButton::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0;
	width: calc(100% - 40px);
	height: 1px;
	background: #868686;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.helpcenter-subject-acco .accordionButton:first-child::before {
	display: none;
}

.helpcenter-subject-acco .accordionContent {
	float: left;
	width: calc(100% - 30%);
	padding: 0 0 15px;
	background: #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	position: absolute;
	z-index: 99;
	right: 30px;
	top: 8px;
}

.helpcenter-subject-acco .accordionContent h4 {
	color: #000000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	margin: 0 0 10px;
}

.helpcenter-subject-acco .accordionContent p {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 10px;
}

.cont-helpcenter-subjects.active .single-helpcenter-subject {
	float: left;
	clear: both;
}

.cont-helpcenter-subjects.active .helpcenter-subject-icon-heading {
	cursor: pointer;
	margin: 0;
	padding: 15px 18px;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	box-shadow: 0px 0px 10px #0000001C;
	-moz-box-shadow: 0px 0px 10px #0000001C;
	-webkit-box-shadow: 0px 0px 10px #0000001C;
}

.cont-helpcenter-subjects.active .helpcenter-subject-icon-heading>div {
	align-self: center;
}

.cont-helpcenter-subjects.active .helpcenter-subject-icon {
	float: left;
	width: 44px;
	height: 32px;
	margin: 0;
}

.cont-helpcenter-subjects.active .helpcenter-subject-icon img {
	opacity: 1;
	object-fit: cover;
	max-width: 100%;
	max-height: 96%;
}

.cont-helpcenter-subjects.active .helpcenter-subject-name {
	float: left;
	width: calc(100% - 44px);
	margin: 0;
	padding: 0 0 0 10px;
}

.cont-helpcenter-subjects.active .accordionButton {
	text-align: left;
}

.cont-helpcenter-subjects.active .accordionButton::before {
	display: none;
}

.cont-helpcenter-subjects.active .helpcenter-subject-name h2 {
	text-align: left;
}

.cont-helpcenter-subjects.active .helpcenter-subject-inn {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.cont-helpcenter-subjects.active .helpcenter-subject-acco {
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.cont-helpcenter-subjects.active .helpcenter-subject-inn.open .helpcenter-subject-acco {
	padding: 0;
	margin: 20px 0 0;
}

.helpcenter-subject-inn.open .helpcenter-subject-acco {
	height: auto;
}

.cont-helpcenter-subjects.active .accordionButton {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*Helpcenter End*/

/*GT500 Start*/
.gtpackage-page-top h1 span {
	text-shadow: none;
}

.otr-gtmodel {
	text-align: center;
	margin: 40px 0 0 0;
}

.otr-gtmodel ul {
	display: inline-block;
	width: auto;
}

.otr-gtmodel ul li {
	float: left;
	width: auto;
}

.otr-gtmodel a {
	display: inline-block;
	color: #231f20;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 25px;
	padding: 15px 30px;
	border: 2px solid #231f20;
	letter-spacing: 0.9px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.otr-gtmodel a:hover,
.otr-gtmodel li a.active {
	color: #fff;
	background: #231f20;
}

.cont-gt-tabs {
	float: left;
	width: 100%;
}

.cont-range-quality .row {
	padding: 75px 0 0;
}

.cont-range-quality .row:nth-child(1) {
	border-top: 1px solid #ADAFB2;
}

.cont-range-quality .row>div {
	align-self: center;
}

.cont-range-quality-content h2 {
	display: inline-table;
	color: #2C2C2C;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 1.4px;
	padding: 0 0 12px;
	text-transform: uppercase;
	font-weight: 900;
	position: relative;
}

.cont-range-quality-content h2 span {
	display: block;
	color: #B32D30;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.cont-range-quality-content h2::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: #B22D30;
}

.cont-range-quality-content p {
	color: #888888;
	margin: 16px 0 0;
}

.specification-ul {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}

.cont-range-quality-content ul {
	max-width: 510px;
}

.specification-ul li {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}

.specification-ul li:first-child {
	margin: 0;
}

.spec-icon {
	float: left;
	width: 44px;
	margin: 5px 0 0 0;
}

.spec-content {
	float: left;
	width: calc(100% - 44px);
	padding: 0 0 0 20px;
}

.spec-content h5 {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.spec-content p {
	color: #888888;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 6px 0 0 0;
}

.cont-range-quality .row:nth-child(2n) {
	flex-direction: row-reverse;
}

.cont-range-quality-img {
	padding-right: 100px;
}

.cont-range-quality .row:nth-child(2n) .cont-range-quality-img {
	padding-right: 0;
}

.cont-range-quality .row:nth-child(2n) .cont-range-quality-content {
	padding-left: 90px;
}

.cont-prod-desc {
	padding: 50px 0 80px;
}

.prod-desc-top {
	text-align: center;
	padding: 0 24%;
}

.prod-desc-top h2 {
	color: #e1e1e1;
	font-size: 38px;
	line-height: 52px;
	letter-spacing: 1.9px;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: 900;
}

.prod-desc-top p {
	color: #464646;
	margin: 15px 0 0;
}

.prod-desc-tabs {
	margin: 45px 0 0 0;
}

.desc-tab-links {
	float: left;
	text-align: center;
}

.desc-tab-content {
	float: left;
	margin: 38px 0 0;
}

.cont-product-info {
	float: left;
	width: 100%;
}

.cont-product-info ul {
	float: left;
	width: 100%;
}

.cont-product-info ul li {
	float: left;
	width: 100%;
	margin: 12px 0 0 0;
	background: #fbfbfb;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.tab-prod-info-head {
	float: left;
	width: 278px;
	padding: 5px 25px;
	background: #F7F7F7;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
}

.tab-prod-info-content {
	float: left;
	width: calc(100% - 278px);
	padding: 10px 20px;
}

.tab-prod-info-content p {
	color: #000;
}

.cont-product-img {
	float: left;
	width: 100%;
	text-align: center;
	padding:
		/*60px*/
		0;
	margin: 30px 0 0 0;
	position: relative;
}

.cont-gt-pricing {
	padding: 70px 0 80px;
	background: #F4F4F4;
}

.gt-pricing-top {
	text-align: center;
	padding: 0 20%;
	margin: 0 0 55px;
}

.gt-pricing-top h3 {
	color: #2C2C2C;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 0 10px;
}

.gt-pricing-top p {
	color: #000000;
	margin: 15px 0 0;
}

.single-package-pricing {
	float: left;
	padding: 0 20px;
	margin: 15px 0;
}

.single-package-pricing-inn {
	float: left;
	padding: 40px 20px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	box-shadow: 1px 1px 10px #00000022;
	-moz-box-shadow: 1px 1px 10px #00000022;
	-webkit-box-shadow: 1px 1px 10px #00000022;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.single-package-pricing-inn:hover,
.single-package-pricing-inn.selected {
	transform: scale(1.07);
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.single-package-pricing-inn::before {
	display: none;
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 9px;
	left: 0;
	top: 0;
	background: #253E94;
}

.package-pricing-heading {
	float: left;
	width: 100%;
	color: #253E94;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.package-pricing-rates {
	float: left;
	width: 100%;
	margin: 22px 0 30px;
}

.package-rates {
	display: inline-block;
	width: 150px;
	height: 150px;
	background: #253E94;
	color: #fff;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 1.4px;
	padding: 48px 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.package-rates span {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.select-bttn {
	float: left;
	width: 100%;
}

.select-bttn a {
	display: inline-block;
	min-width: 170px;
	background: #F4F4F4;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 12px 20px;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}

.single-package-pricing-inn:hover::before,
.single-package-pricing-inn.selected::before {
	display: block;
}

.single-package-pricing-inn:hover .select-bttn a,
.single-package-pricing-inn.selected .select-bttn a {
	color: #fff;
	background: #4A4A4A;
}

.text-selected {
	display: none;
}

.single-package-pricing-inn.selected .text-select {
	display: none;
}

.single-package-pricing-inn.selected .text-selected {
	display: block;
}

.cont-customkit {
	padding: 70px 0 80px;
}

.customkit-top {
	margin: 0 0 40px;
}

.otr-customkit-sec {
	padding: 0 0 60px;
}

.otr-single-color-shades {
	float: left;
	margin: 0 0 35px;
}

.color-shade ul {
	float: left;
	width: 100%;
}

.color-shade ul li {
	float: left;
	width: 16.66666%;
	padding: 15px;
}

.color-shade ul li:hover,
.color-shade ul li.selected-shade {
	box-shadow: 1px 1px 10px #00000029;
	-moz-box-shadow: 1px 1px 10px #00000029;
	-webkit-box-shadow: 1px 1px 10px #00000029;
}

.color-shade ul li a {
	float: left;
	width: 100%;
	height: 70px;
	border: 1px solid #C0C0C0;
}

.color-shade ul li span {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	text-align: right;
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.otr-multiple-colors {
	float: left;
	text-align: center;
}

.otr-multiple-colors ul {
	display:
		/*inline-*/
		block;
}

.otr-multiple-colors li {
	float: none;
	width: auto !important;
	margin: 0
		/*19px*/
	;
}

.otr-multiple-colors li a {
	float: left;
	width: auto;
}

.otr-multiple-colors li a span {
	float: left;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.big-shades {
	padding: 0 20px;
}

.big-shades .slick-list {
	padding: 10px 5px;
}

.big-shades button.slick-arrow {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 44%;
	width: 12px;
	height: 20px;
	background: url(/assets/images/arrow-right-prod.png) right top no-repeat;
	background-size: 100% auto;
	border: none;
	color: #fff;
	font-family: "FontAwesome";
	content: "\f107";
	text-indent: -999999px;
	padding: 0;
	outline: none;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.big-shades button.slick-prev {
	right: auto;
	left: 0px;
	background: url(/assets/images/arrow-left-prod.png) left top no-repeat;
	background-size: 100% auto;
}

.addon-products-sec .tabs-menu {
	float: left;
	width: 100%;
	border-bottom: 1px solid #B42D30;
}

.addon-products-sec .tabs-menu li a {
	color: #B42D30;
}

.addon-products-sec .tabs-menu li a.active {
	color: #fff;
	background: #B42D30;
}

.addon-accessories-top {
	margin: 0 0 40px;
}

.addon-products-sec .products-row {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.addon-products-sec article {
	float: left;
	width: 25%;
	padding: 0 20px;
}

.addon-products-sec article .card-body {
	padding: 10px 10px 40px;
	box-shadow: 1px 1px 10px #0000002C;
	-moz-box-shadow: 1px 1px 10px #0000002C;
	-webkit-box-shadow: 1px 1px 10px #0000002C;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.addon-products-sec .card-title a {
	color: #121212;
}

.product-desc {
	float: left;
	width: 100%;
	text-align: center;
	color: #121212;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 15px;
}

.addon-products-sec .price {
	color: #121212;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0;
}

.addon-products-sec .price span {
	display: inline-block;
	color: #121212;
}

.view-product-bttn {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0 10px;
}

.view-product-bttn a {
	display: inline-block;
	min-width: 170px;
	background: #F2F2F2;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.view-product-bttn a:hover {
	color: #fff;
	background: #4A4A4A;
}

.addon-products-sec .buying-options {
	float: left;
	width: 100%;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.addon-products-sec .buying-options button {
	display: inline-block;
	width: auto;
	min-width: 170px;
	background: #B42D30;
	border: none;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.addon-products-sec .buying-options button:hover {
	color: #fff;
	background: #4A4A4A;
}

.package-product-load {
	float: left;
	width: 100%;
	text-align: center;
	margin: 50px 0 0;
}

.package-product-load a {
	display: inline-block;
	width: auto;
	color: #B42D30;
	font-size: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	border: 1px solid #B42D30;
	padding: 15px 30px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.package-product-load a:hover {
	color: #fff;
	background: #B42D30;
}

.cont-gt-form {
	padding: 0 0 80px;
}

.cont-gt-form .row {
	border-top: 1px solid #121212;
}

.gt-form-otr {
	padding: 0;
	margin: 80px 0 0;
	background: #fff;
	overflow: hidden;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	box-shadow: 0px 0px 15px #00000021;
	-moz-box-shadow: 0px 0px 15px #00000021;
	-webkit-box-shadow: 0px 0px 15px #00000021;
	border-radius: 27px;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
}

.gt-form-side {
	padding: 60px 65px;
}

.gt-form-side h3 {
	color: #4B4B4B;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.gt-form-side .contact-form {
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.gt-state,
.gt-postcode {
	width: 20.8%;
}

.gt-state {
	padding-right: 7px;
}

.gt-postcode {
	padding-left: 7px;
}

.gt-final-price {
	text-align: center;
	background: #454545;
}

.gt-final-price-inn {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.gt-final-price-inn h4 {
	color: #fff;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	margin: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 35px;
	padding: 0 15px;
}

.gt-final-price-inn h4 span {
	display: inline-block;
	padding: 0 0 30px;
	border-bottom: 1px solid #fff;
}

.gt-final-price-inn p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin: 0 0 10px;
}

.gt-final-price-inn p span {
	font-weight: 700;
}

.total-complete-price {
	display: block;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin: 30px 0 70px;
}

.total-default-text {
	display: inline-block;
	width: 100%;
	padding: 0 12%;
}

.total-default-text p {
	margin: 0 0 20px;
}

.total-default-text p:last-child {
	margin: 0;
}

.page-submit {
	display: block;
}

.page-submit input {
	display: inline-block;
	width: 270px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border: 1px solid #B42D30;
	background: #B42D30;
	padding: 15px 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.page-submit input:hover {
	color: #fff;
	border-color: #253E94;
	background: #253E94;
}

.cont-page-submit .page-submit input {
	float: none;
}

.cont-pointer-position {
	position: absolute;
	left: 50%;
	top: 50%;
	/*transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);*/
}

.cont-pointer-nd-text {
	float: left;
	width: auto;
	position: relative;
	padding: 70px 0 0 140px;
	background-image: linear-gradient(to bottom, #B77480 20%, rgba(255, 255, 255, 0) 0);
	background-position: top left;
	background-size: 2px 8px;
	background-repeat: repeat-y;
}

.cont-pointer-nd-text::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #B77480 20%, rgba(255, 255, 255, 0) 0);
	background-position: top;
	background-size: 8px 2px;
	background-repeat: repeat-x;
}

.outer-red-pointer {
	position: absolute;
	left: -15px;
	top: 0;
	width: 31px;
	height: 31px;
	background: rgba(242, 213, 210, 0.5);
	border: 1px dashed #cf576a;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.outer-red-pointer::after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 21px;
	height: 21px;
	background: #b4071a;
	margin: 4px 0 0 -11px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.outer-red-pointer::before {
	content: "";
	position: absolute;
	z-index: 3;
	width: 5px;
	height: 5px;
	background: #fff;
	margin: 12px 0 0 -3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.outer-pointer-text {
	float: left;
	width: 186px;
	height: 12px;
	color: #444;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	padding: 0 0 0 5px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.pointer-leftside .cont-pointer-nd-text {
	padding: 0 70px 140px 0;
	background-position: top right;
}

.pointer-leftside .outer-red-pointer {
	left: auto;
	right: -15px;
	top: auto;
	bottom: 0;
}

.pointer-leftside .cont-pointer-nd-text::after {
	left: auto;
	bottom: auto;
	right: 0;
	top: 0;
}

.pointer-leftside .outer-pointer-text {
	padding: 0 5px 0 0;
	text-align: right;
	margin-top: -10px;
}

.pointer-lefttop .cont-pointer-nd-text {
	padding: 70px 140px 0 0;
	background-position: top right;
}

.pointer-lefttop .outer-red-pointer {
	right: -15px;
	top: 0;
	left: auto;
	bottom: auto;
}

.pointer-lefttop .cont-pointer-nd-text::after {
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
}

.pointer-lefttop .outer-pointer-text {
	padding: 0 5px 0 0;
	text-align: right;
	margin-top: -10px;
}

.fender-rgt-1 {
	top: 84px;
	margin-left: 238px;
}

.fender-rgt-1 .cont-pointer-nd-text {
	padding: 6px 0 0 214px;
}

.fender-rgt-2 {
	margin-left: -54px;
	margin-top: -18px;
}

.fender-rgt-2 .cont-pointer-nd-text {
	padding: 5px 0 0 552px;
}

.fender-rgt-2 .outer-pointer-text {
	width: 100px;
}

.fender-rgt-3 {
	margin-top: 188px;
	margin-left: 10px;
}

.fender-rgt-3 .cont-pointer-nd-text {
	padding: 95px 0 0 484px;
}

.fender-rgt-3 .outer-pointer-text {
	width: 158px;
}

.fender-lft-1 {
	margin-left: -664px;
	margin-top: 0;
	top: 94px;
}

.fender-lft-1 .cont-pointer-nd-text {
	padding: 0 146px 124px 0;
}

.fender-lft-2 {
	margin-top: 176px;
	margin-left: -638px;
}

.fender-lft-2 .cont-pointer-nd-text {
	padding: 122px 234px 0 0;
}

.visibleonmobile {
	display: none;
}

/*GT500 End*/

/*Gt Page Popup Start */
.product_view .modal-dialog {
	max-width: 800px;
	width: 95%;
}

.pre-cost {
	text-decoration: line-through;
	color: #a5a5a5;
}

.space-ten {
	padding: 10px 0;
}

.product_view .modal-body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.product_view .modal-header {
	position: relative;
	border: none;
	padding: 0;
}

.product_view .popup-cross {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 7px;
}

.product_view .popup-cross i {
	color: #231f20;
	font-size: 22px;
}

.product_view .popup-cross:hover i {
	color: #b4091b;
}

.product_view .product_content {
	padding-top: 10px;
}

.product_view .product_img {
	text-align: center;
}

.product_view .modal-title {
	padding: 0;
	color: #464646;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 700;
}

.product_view p {
	color: #767676;
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0;
}

.product_view .cost {
	float: left;
	width: 100%;
	margin: 10px 0 15px;
	color: #231f20;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.product_view .btn-ground {
	float: left;
	width: 100%;
}

.product_view .btn-ground button {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

/*Gt Page Popup End */

/*Tabs Start*/
.tab-content {
	display: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#tabs-1,
#tab-1,
#color-1,
#model-01,
#tabs-21,
#color-21,
#tab-21,
#desc-1,
#customkit-1 {
	display: block;
}

.tabs-menu {
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #273A94;
}

.tabs-menu li {
	float: left;
	width: auto;
}

.tabs-menu li a {
	float: left;
	width: auto;
	color: #273A94;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 12px 20px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.tabs-menu li a.active {
	color: #fff;
	font-weight: 700;
	background: #253E94;
}

/*Tabs End*/

/* choose your pakage css start */
.choose-your-pakage-outer {
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

.choose-package-outer {
	text-align: center;
	letter-spacing: 1.1px;
	font-size: 22px;
	width: 405px;
	height: 405px;
	border: 5px solid #C70F23;
	opacity: 1;
	margin: 0 auto;
	color: #fff;
	position: relative;
	z-index: 2;
	line-height: 30px;
	font-weight: 700;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.chose-your-package-left {
	background-image: url(/assets/images/packages-bg-01.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 80vh;
}

.chose-your-package-right {
	background-image: url(/assets/images/packages-bg-02.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 80vh;
}

.choose-outer-001 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1;
}

.chose-your-package-left::before,
.chose-your-package-right::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000000 0% 0% no-repeat padding-box;
	opacity: 0.61;
}

.chose-your-package-right:hover::before,
.chose-your-package-left:hover::before {
	background: none;
}

.chose-your-package-right:hover .choose-package-outer,
.chose-your-package-left:hover .choose-package-outer {
	background: #c70f23;
	color: #fff;
}

.chose-your-package-left:hover .choose-02 a,
.chose-your-package-right:hover .choose-02 a {
	background: #fff;
	color: #b4091b;
}

.choose-package-outer span {
	float: left;
	width: 100%;
	text-align: center;
	letter-spacing: 4px;
	color: #fff;
	opacity: 1;
	font-size: 80px;
	line-height: 82px;
	font-weight: 900;
}

.choose-innr a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #cabbae;
	opacity: 1;
	padding: 12px 10px;
	max-width: 155px;
	float: none;
	letter-spacing: 0.8px;
	position: relative;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

.choose-file-002 p {
	color: #b4091b;
	float: left;
	background: #fff;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 14px 40px;
	max-width: 203px;
	height: 47px;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	letter-spacing: 0.8px;
	opacity: 1;
	width: 100%;
}

.chose-your-package-right.choose-file-002::before {
	display: none;
}

.chose-your-package-right.choose-file-002 a {
	border: 1px solid #fff;
	background: none;
}

.choose-file-002 .choose-package-outer {
	background: #c70f23;
}

.choose-file-002 .go-back {
	border: none !important;
	position: relative;
	float: none;
	display: inline-block;
}

.choose-file-002 .go-back::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	left: 41px;
	bottom: 0;
	max-width: 79px;
	margin: 0 auto;
}

.choose-file-002.chose-your-package-right:hover .choose-package-outer a {
	background: none;
	color: #fff;
}

.choose-file-002 .select-file p {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	margin: 10px 0 0;
}

.choose-file-002 ul {
	float: left;
	margin: 15px 0 0;
}

.file-01-outer {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0 0;
}

.stylebody-text {
	float: left;
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
	font-size: 30px;
	line-height: 30px;
	margin: 5px 0 20px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.choose-02 {
	float: left;
	width: 100%;
	text-align: center;
}

.chooss-files-new li a {
	color: #fff;
	padding: 12px 40px;
	max-width: 210px;
	background: none;
	text-align: center;
	letter-spacing: 0.8px;
	opacity: 1;
	width: 100%;
	float: none;
	display: inline-block;
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 21px;
	margin: 5px 0;
	font-weight: 700;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

.chooss-files-new li a:hover {
	background: #fff;
	color: #b4091b;
}

.chooss-files-new {
	display: none;
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}

.chose-your-package-right:hover .file-01-outer a,
.chose-your-package-left:hover .file-01-outer a {
	background: none;
	color: #fff;
}

.file-01-outer .go-back {
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	letter-spacing: 0.8px;
	color: #fff;
	border-radius: 9px;
	opacity: 1;
	padding: 13px 10px;
	max-width: 155px;
	height: 45px;
	position: relative;
	width: 100%;
	display: inline-block;
}

.file-01-outer .go-back::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	left: 50%;
	bottom: 0;
	max-width: 79px;
	margin: 0 auto;
	transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
}

.chooss-files-new ul {
	margin: 20px 0 0;
}

.change .choose-innr {
	display: none;
}

.change .chooss-files-new {
	display: block;
}

/* choose your pakage css End */

/* 39 Screen start */
.money-outer-12 {
	text-align: center;
	padding: 100px 0 80px;
}

.money-outer-12 h4 {
	text-align: center;
	letter-spacing: 0.75px;
	color: #272560;
	opacity: 1;
	font-size: 36px;
	float: left;
	width: 100%;
	font-weight: 600;
	line-height: 64px;
}

.money-outer-12 p {
	text-align: center;
	letter-spacing: 0.55px;
	color: #272560;
	opacity: 0.32;
	line-height: 64px;
	font-size: 22px;
	float: left;
	width: 100%;
}

.money-icon {
	float: left;
	width: 100%;
	margin: 0 0 5px;
}

.money-payments-outer {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 93px;
}

.money-payments-inner {
	text-align: center;
	padding: 0 40px;
}

.payments-img {
	height: 42px;
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-ms-justify-content: center;
}

.money-payments-inner h5 {
	text-align: center;
	letter-spacing: 0.6px;
	color: #272560;
	opacity: 1;
	font-size: 24px;
	line-height: 64px;
	font-weight: 600;
}

.money-payments-inner p {
	text-align: center;
	letter-spacing: 0.45px;
	color: #272560;
	opacity: 1;
	font-size: 18px;
	line-height: 24px;
}

.faq-heading {
	float: left;
	width: 100%;
	text-align: center;
}

.fee-win-sec-001 {
	float: left;
	width: 100%;
	padding: 38px 36px 65px;
}

.faq-main {
	float: left;
	width: 100%;
	background: #F4F4F4;
	padding: 93px 0 109px;
}

.fee-win-sec-001 .accordion .accordion-item {
	border-top: 1px solid #BFBFBF;
}

.fee-win-sec-001 .accordion .accordion-item:last-child {
	border-bottom: 1px solid #BFBFBF;
}

.accordion-content ul {
	margin: -7px 0 10px;
}

.fee-win-sec-001 .accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 15px 40px 15px 0;
	border: none;
	background: none;
	outline: none;
}

.fee-win-sec-001 .accordion button:hover,
.fee-win-sec-001 .accordion button:focus {
	cursor: pointer;
	color: #03b5d2;
}

.fee-win-sec-001 .accordion button:hover::after,
.fee-win-sec-001 .accordion button:focus::after {
	cursor: pointer;
	color: #03b5d2;
	border: 1px solid #03b5d2;
}

.fee-win-sec-001 .accordion button .accordion-title {
	text-align: left;
	letter-spacing: 0.5px;
	color: #272560;
	opacity: 0.95;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.accordion-content ul li {
	text-align: left;
	letter-spacing: 0.45px;
	color: #0A0A0A;
	opacity: 1;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	position: relative;
	padding: 0 0 0 15px;
}

.accordion-content ul li::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	background: #0A0A0A;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.accordion-content p {
	text-align: left;
	letter-spacing: 0.45px;
	color: #0A0A0A;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 10px;
}

.fee-win-sec-001 .accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 0;
	width: 22px;
	height: 22px;
	border: none;

}

.fee-win-sec-001 .accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 10px;
	left: -10px;
	width: 22px;
	height: 14px;
	background: url(/assets/images/icon-01.png) no-repeat;
	background-size: 20px;
}

.fee-win-sec-001 .accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 9px;
	left: -10px;
	width: 22px;
	height: 14px;
	background: url(/assets/images/icon-02.png) no-repeat;
	background-size: 20px;
}

.accordion-item button[aria-expanded="false"] .icon::before {
	display: none;
}

.fee-win-sec-001 .accordion button[aria-expanded="true"] {
	color: #5B5B5B;
}

.fee-win-sec-001 .accordion button[aria-expanded='true'] .icon::after {
	width: 0;
}

.fee-win-sec-001 .accordion button[aria-expanded="true"]+.accordion-content {
	opacity: 1;
	max-height: 100%;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}

.fee-win-sec-001 .accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: opacity 200ms linear, max-height 200ms linear;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

.faq-heading h2 {
	text-align: center;
	letter-spacing: 0.75px;
	color: #272560;
	opacity: 1;
	font-size: 30px;
	font-weight: 700;
	line-height: 64px;
}

.what-ever-main {
	background: #283d69;
}

.what-ever-heading {
	opacity: 1;
	padding: 106px 0 290px;
}

.what-ever-heading p {
	text-align: center;
	letter-spacing: 0.7px;
	color: #FFFFFF;
	opacity: 1;
	font-size: 28px;
	line-height: 64px;
}

.what-ever-heading h3 {
	text-align: center;
	letter-spacing: 0.9px;
	opacity: 1;
	color: #fff;
	font-size: 36px;
	line-height: 64px;
	font-weight: 600;
}

.what-ever-heading h3,
.what-ever-heading p {
	padding: 0 16%;
}

.zip-payment-outer {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -215px;
	padding: 0 0 100px;
}

.zip-payment-inner {
	float: left;
	max-width: 470px;
	text-align: center;
	margin: 0 65px;
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 15px #0000001D;
	border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	opacity: 1;
	padding: 76px 0 45px;
}

.your-everyday h3 {
	text-align: center;
	letter-spacing: 0.55px;
	color: #272560;
	opacity: 1;
	padding: 29px 0 23px;
	font-size: 22px;
	line-height: 24px;
	float: left;
	width: 100%;
}

.your-everyday {
	float: left;
	width: 100%;
	padding: 0 10px 43px;
}

.your-everyday span {
	text-align: center;
	letter-spacing: 0.8px;
	color: #3BA4AC;
	opacity: 1;
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 64px;
	font-weight: 600;
}

.Account-limits-outer {
	float: left;
	width: 100%;
}

.Account-limits-outer h5 {
	text-align: center;
	letter-spacing: 0.6px;
	color: #000000;
	opacity: 1;
	font-size: 24px;
	line-height: 64px;
	font-weight: 500;
}

.Account-limits-outer span {
	text-align: center;
	letter-spacing: 0.45px;
	color: #272560;
	opacity: 0.99;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
}

.Account-limits-outer li {
	float: left;
	width: 100%;
	height: 137px;
	padding: 10px;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: center;
	-moz-align-content: center;
	-webkit-align-content: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.Account-limits-outer li:nth-child(2n-1) {
	background: #F4F4F4;
}

.apply-zip-pay {
	float: left;
	width: 100%;
	text-align: center;
	padding: 46px 0 0;
}

.apply-zip-pay a {
	margin: 0 auto;
	background: #3BA4AC;
	border-radius: 34px;
	width: 279px;
	height: 68px;
	font-size: 24px;
	letter-spacing: 0.6px;
	color: #FFFFFF;
	opacity: 1;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	line-height: 64px;
	font-weight: 500;
}

.apply-zip-pay a:hover {
	background: #231f20;
}

.How-to-use-outer {
	display: flex;
	flex-wrap: wrap;
	padding: 0 60px 0;
}

.How-to-use-main {
	float: left;
	width: 100%;
	padding: 40px 0 80px;
}

.How-to-use-left-inner {
	float: left;
	width: 100%;
}

.How-to-use-left-inner h3 {
	text-align: left;
	font-size: 30px;
	letter-spacing: 0.75px;
	color: #272560;
	opacity: 1;
	margin: 0 0 30px;
	line-height: 64px;
	font-weight: 500;
}

.How-to-use-left-inner h6 {
	text-align: left;
	font-size: 24px;
	letter-spacing: 0.6px;
	color: #272560;
	opacity: 1;
	line-height: 40px;
	font-weight: 600;
}

.How-to-use-left-inner span {
	text-align: left;
	letter-spacing: 0.45px;
	color: #272560;
	opacity: 1;
	font-size: 18px;
	line-height: 24px;
}

.How-to-use-left-inner ul li {
	margin: 0 0 60px;
	position: relative;
	padding: 0 0 0 10px;
}

.How-to-use-left-inner ul li::before {
	content: "";
	background: #f79822;
	position: absolute;
	top: 10px;
	left: -17px;
	height: 45px;
	width: 6px;
}

.How-to-use-left-inner ul li:nth-child(2)::before {
	background: #3ba3ac;
}

.How-to-use-left-inner ul li:nth-child(3)::before {
	background: #db4d37;
}

.How-to-use-left-inner ul {
	padding-left: 17px;
}

.How-to-use-left-inner ul li:last-child {
	margin: 0;
}

.How-to-use-img-right {
	float: left;
	width: 100%;
}

/* 39 Screen End */

/*Account Start*/
.acc-page-head {
	padding: 80px 0 40px;
}

.acc-page-head-inn,
.acc-options-inn,
.myorders-inn,
.editaccount-page-inn,
.Wishlists-inn {
	padding: 0;
}

.acc-page-head-inn h1 {
	color: #e3e4f1;
	font-size: 66px;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-weight: 900;
}

.acc-page-head p {
	color: #8D8D8D;
	font-size: 20px;
	line-height: 26px;
	margin: 15px 0 0 0;
	font-weight: 700;
}

.acc-page-head p strong {
	display: inline-block;
	margin: 10px 0 0 0;
	font-weight: 600;
}

.acc-page-head .btn {
	float: right;
	text-transform: uppercase;
	font-weight: 700;
}

.cont-acc-options .btn {
	background: transparent;
}

.cont-acc-options .btn:hover {
	background-color: #231f20;
}

.cont-acc-options .btn h3 {
	color: #231f20;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
}

.cont-acc-options .btn h3 i {
	margin: 0 5px 0 0;
}

.cont-acc-options .btn:hover h3,
.cont-acc-options .btn:hover p {
	color: #fff;
}

.cont-myorders {
	padding: 50px 0 0;
}

.cont-Wishlists {
	padding: 40px 0 60px;
}

.account-heading {
	color: #231f20;
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 20px;
	font-weight: 500;
}

.cont-add-wishlist .form-group {
	margin: 20px 0 0;
}

.cont-add-wishlist .form-group label {
	color: #231f20;
	font-size: 24px;
	line-height: 28px;
}

.cont-add-wishlist .form-group input {
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #8a8b8d;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}


.account-top-sec {
	padding: 80px 0 10px
		/*50px*/
	;
}

.acc-page-heading h1 {
	color: #d5ccc0;
	font-size: 66px;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-weight: 900;
	text-align: center;
}

.loggedin-as {
	float: left;
	width: 100%;
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: flex-start
		/*end*/
	;
	-ms-justify-content: flex-start
		/*end*/
	;
	margin: 15px 0 10px;
}

.loggedin-as span {
	float: left;
	width: auto;
	max-width: 74%;
	color: #231f20;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	margin: 0 10px 0 0;
}

.loggedin-as a {
	float: left;
	width: auto;
	font-size: 16px;
	line-height: 16px;
	padding: 8px 10px;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: auto;
}

.loggedin-as span,
.loggedin-as a {
	align-self: center;
	-ms-align-self: center;
}

.loggedin-other-details {
	float: left;
	width: 100%;
}

.cont-acc-links {
	padding: 0 0 80px;
}

.acc-links-side {
	float: left;
	width: 326px;
}

.acc-links-otr {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}

.acc-links-otr[aria-label="Reorder Items"] {
	display: none !important;
}

.acc-links-otr>a {
	float: left;
	width: 100%;
	height: 170px;
	padding: 15px 20px;
	background: transparent;
	color: #777;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: center;
	-ms-align-content: center;
	justify-content: center;
	-ms-justify-content: center;
}

.acc-icon-otr {
	float: left;
	width: 24px;
	text-align: center;
}

.acc-icon-otr img {
	display: inline-block;
	/*filter: brightness(0%);transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;*/
}

.acc-icon-otr i {
	color: #0e0e0e;
}

.acc-links-otr a span {
	float: left;
	width: calc(100% - 24px);
	padding: 0 0 0 8px;
}

.acc-links-otr a:hover,
.acc-links-otr.current a {
	color: #231f20;
	background: #231f20
		/*#f3f4f9*/
	;
}

.acc-links-otr a:hover i,
.acc-links-otr.current a i {
	color: #231f20;
}

.acc-links-otr a:hover img,
.acc-links-otr.current img {
	filter: brightness(100%);
}

.acc-link-detail-side {
	float: right;
	width: 100%
		/*calc(100% - 366px)*/
	;
	padding: 60px 0;
	/*box-shadow: 0px 0px 10px #0000001C;-moz-box-shadow: 0px 0px 10px #0000001C;-webkit-box-shadow: 0px 0px 10px #0000001C;*/
}

.acc-link-detail-side h1 {
	color: #2c2c2c;
	font-size: 32px;
	line-height: 35px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin: 0 0 10px 0;
}

.col-12.description-main-bottom {
	padding: 20px 0 0 0;
}

.myorders-inn {
	float: left;
	width: 100%;
}

.acc-headings {
	float: left;
	width: 100%;
	color: #231f20;
	font-size: 23px;
	line-height: 26px;
	margin: 40px 0 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 0 0 20px;
	border-bottom: 1px solid #92a1ca;
}

.myorders-inn>.acc-headings,
.myquotes-inn>.acc-headings {
	margin-top: 0;
}

.cont-accmain {
	float: left;
	width: 100%;
	margin: 0 0 40px;
}

.otr-billinginfo .form-group {
	float: left;
	width: 48%;
	min-height: 71px;
}

.otr-billinginfo .form-group:nth-of-type(2n) {
	float: right;
}

.otr-billinginfo .form-group label {
	color: #bfbebb;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.8px;
}

.otr-billinginfo .form-group .text-danger {
	color: #bfbebb !important;
}

.otr-billinginfo .form-group input,
.otr-billinginfo .form-group textarea,
.otr-billinginfo textarea.form-control,
.otr-billinginfo .form-group select {
	/*color: #bfbebb;*/
	border-color: #bfbebb;
}

#Company,
#Dropshipping {
	margin-top: 70px;
}

.acc-link-detail-side .alert {
	float: left;
	width: 100%;
	color: #231f20;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	background: transparent;
	border: transparent;
	padding: 15px 40px 15px 20px;
	position: relative;
	border-left: 5px solid #231f20;
	box-shadow: 0px 0px 10px #0000001C;
	-moz-box-shadow: 0px 0px 10px #0000001C;
	-webkit-box-shadow: 0px 0px 10px #0000001C;
}

.acc-link-detail-side .alert a.close {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 46%;
	width: auto;
	padding: 0;
	color: #babcbf;
	font-size: 50px;
	font-weight: 400;
	border: none;
	margin: 0;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.acc-link-detail-side .alert a.close:hover {
	opacity: 1;
	color: #231f20;
	background: transparent;
}

.acc-link-detail-side .alert a {
	width: auto;
	color: #444;
	padding: 2px 10px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	text-transform: none;
	margin: 10px 0 5px 0;
	border: 1px solid #444;
	border-radius: 20px;
	border-radius: 20px;
	border-radius: 20px;
}

.acc-link-detail-side .alert a:hover {
	color: #fff;
	background: #231f20;
	border-color: #231f20;
}

.acc-link-detail-side .alert-danger {
	color: #b4091b;
	border-left-color: #b4091b;
}

.acc-link-detail-side .alert-danger a.close:hover {
	color: #b4091b;
}

.acc-link-detail-side .alert-success {
	color: #218838;
	border-left-color: #218838;
}

.acc-link-detail-side .alert-success a.close:hover {
	color: #218838;
}

.cont-accmain .row {
	float: left;
	width: 100%;
	margin: 0;
}

.nPrintDoc {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.acc-link-detail-side .cont-changepass .otr-savebttn {
	text-align: center;
}

.acc-link-detail-side .cont-changepass .otr-savebttn .btn {
	float: none;
	display: inline-block;
}

/*Account End*/

/*account new design start*/
.acc-page-head-left {
	margin: 0 0 30px;
}

/*.acc-page-head-right {display: none;}*/
.cont-acc-links-new {
	background: #f7f8f7;
}

.acc-links-inn-new {
	padding: 0;
	text-align: center;
}

.acc-links-side {
	display: inline-block;
	float: none;
	width: auto;
	display: flex;
	-ms-display: flex;
}

.acc-links-otr {
	float: left;
	width: 100%;
	margin: 0;
}

.acc-icon-otr {
	float: left;
	width: 56px;
	height: 48px;
	margin: 0 0 20px;
}

.acc-icon-otr img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.acc-links-otr a span {
	float: left;
	width: 100%;
	padding: 0;
}

.acc-links-otr a:hover img {
	filter: brightness(0) invert(1);
}

.acc-links-otr a:hover span {
	color: #fff;
}

/*account new design end*/

/*Account Tables Start*/
.table td,
.table th {
	border-top: none;
	vertical-align: middle;
}

.table td:first-child,
.table th:first-child {
	padding-left: 0;
}

.table td:last-child,
.table th:last-child {
	padding-right: 0;
	text-align: right;
}

.table tr:first-child td {
	padding-top: 25px;
}

.table thead tr th {
	color: #cbcbcb;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.table tbody tr td {
	color: #2c2c2c;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.table tbody tr td a {
	color: #231f20;
	font-weight: 500;
}

.table tbody tr td strong {
	font-weight: 600;
}

.table .btn {
	display: inline-block;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 15px;
	margin: 2px 0px;
	text-transform: uppercase
}

.wishlistoverlay table tr td:first-child {
	text-align: left;
}

.wishlistoverlay table tr td:last-child {
	text-align: right;
}

.btn-stack {
	float: left;
	width: 100%;
}

.badge {
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	margin: 0
		/*0 0 5px*/
	;
	padding: 3px 4px;
	position: relative;
	top: -1px;
}

.otr-single-item .badge {
	margin: 7px 0 0 5px;
	line-height: 13px;
}

.orders-table .btn {
	padding: 5px 10px;
}

/*Account Tables End*/

/*Edit Account Start*/
.cont-editaccount-page {
	padding: 80px 0;
}

.editaccount-page-inn form {
	float: left;
	width: 100%;
	border: none;
}

.otr-billinginfo {
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.otr-billinginfo .account-heading {
	float: left;
	width: 100%;
	margin: 50px 0 0;
}

.otr-billinginfo .form-group label {
	float: left;
	width: auto;
}

.otr-billinginfo p {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}

.open-label {
	float: left;
	width: 100%;
	margin: 20px 0 0;
	color: #555555;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	font-weight: 500;
}

.otr-billinginfo textarea.form-control {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	resize: none;
	border: 1px solid #8a8b8d;
}

.cont-delete-logo-option {
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
}

.cont-delete-logo-option input {
	float: left;
	width: auto;
	margin: 7px 0 0;
}

.cont-delete-logo-option label {
	width: auto;
	margin: 0;
}

.otr-savebttn {
	margin: 30px 0 0 0;
}

.otr-savebttn .btn {
	float: right;
	width: auto !important;
	height: auto;
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	padding: 13px 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 400;
	margin: 0;
}

.Subscribe-check {
	margin: 0;
}

.billing-fields {
	padding: 0;
}

.billing-fields2 {
	padding: 30px 0 0 0;
}

.cont-img-upload {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

.acc-personal-info-left {
	float: left;
	width: 32%;
}

.acc-personal-info-right {
	float: left;
	width: 68%;
	padding: 0 0 0 45px;
}

.acc-personal-info-right .form-group:nth-child(1),
.acc-personal-info-right .form-group:nth-child(2) {
	margin-top: 20px;
}

/*Edit Account End*/

/*Edit Address Start*/
.editaccount-page-inn .alert {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.cont-editaddress .account-heading {
	margin: 20px 0 0;
}

.form-type {
	margin: 30px 0 !important;
}

.form-type .form-group {
	margin: 0;
}

.form-type .form-group label {
	color: #231f20;
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 15px;
}

.form-type .form-group select {
	border-bottom: 1px solid #bfbebb;
}

.help-block {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.otr-two-fields .form-group {
	width: 100%;
	margin: 0;
}

.otr-two-fields div:nth-child(2n-1) {
	padding-left: 0;
}

.otr-two-fields div:nth-child(2n) {
	padding-right: 0;
}

.otr-two-fields .form-group input {
	background: transparent;
}

.otr-savebttn #delete_button {
	float: left;
}

.saveas-default-address {
	margin: 0;
}

.otr-billinginfo .billing-fields2 .otr-two-fields:nth-child(2) {
	min-height: 110px;
}

.editaccount-page-inn .billing-fields2 {
	padding: 0;
}

.otr-billinginfo .form-group .cont-label {
	font-weight: 500;
}

.city-state-otr {
	display: none;
}

#suburb_mgship {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	color: #555;
	font-size: 16px;
	line-height: 22px;
	font-style: unset;
	font-weight: 400;
}

#suburb_mgship i {
	font-style: unset;
}

/*Edit Address End*/

/*Edit Password Start*/
.cont-changepass {
	display: block;
	margin: auto;
	width: 590px;
	text-align: center;
}

.cont-changepass .row {
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.changepass-inn {
	display: inline-block;
	width: 620px;
	text-align: center;
}

.changepass-inn form {
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding: 30px;
	margin: 30px 0 0 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.changepass-inn form .form-group {
	text-align: left;
}

.changepass-inn form .row>div:nth-child(1) .form-group {
	margin: 0;
}

.cont-changepass form {
	float: left;
	width: 100%;
}

.cont-changepass .form-group {
	width: 100%;
}

.cont-passchange-mailsent {
	float: left;
	width: 100%;
}

.cont-passchange-mailsent p {
	margin: 10px 0 0;
}

.cont-passchange-mailsent p a {
	color: #231f20;
	font-weight: 600;
}

.cont-passchange-mailsent p a:hover {
	color: #b4091b;
}

/*Edit Password End*/

/*Wishlist Start*/
.wishlist-page-inn .table {
	float: left;
	width: 100%;
	margin: 40px 0 30px;
}

.wishlist-page-inn .table th {
	color: #231f20;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px;
	font-weight: 500;
}

.wishlist-page-inn .table th b {
	font-weight: 600;
}

.wishlist-page-inn .table td {
	color: #212529;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}

.wishlist-page-inn .table td a {
	color: #231f20;
}

.wishlist-page-inn .table td a:hover {
	color: #b4091b;
}

.new-list-form .form-group {
	margin: 0;
}

.new-list-form .otr-savebttn {
	margin: 8px 0 0;
}

/*Wishlist End*/

/*Warranty Start*/
.warranty-text {
	padding: 0;
}

.warranty-text p {
	margin: 10px 0 0;
}

.warranty-text p .btn {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 10px 0 0;
}

.warranty-text {
	padding: 0 0 20px !important;
}

.warranty-page-inn .btn-success {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 10px;
}

.open-dispute-text {
	margin: 0 0 10px;
}

.cont-view-order-sec {
	padding: 60px 0;
}

.cont-view-order-sec .page-header h1 {
	color: #2c2c2c;
	font-size: 35px;
	line-height: 35px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin: 0 0 30px 0;
}

.cont-warrenty-payment-return .acc-link-detail-side {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.cont-dispute-details {
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.cont-dispute-details .col-md-6:first-child {
	padding: 0 40px 0 0;
}

.cont-dispute-details .col-md-6:last-child {
	padding: 0 0 0 40px;
}

.product-dispute table tbody tr td:last-child a:first-child {
	display: inline-block;
	width: 70px;
	padding: 0 15px 0 0;
}

.product-dispute table tbody tr td:last-child {
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.product-dispute table tbody tr td:last-child>a {
	align-self: center;
	-ms-align-self: center;
}

.product-dispute table tbody tr td:last-child a:first-child {
	float: left;
	width: 70px;
	padding: 0 15px 0 0;
}

.product-dispute table tbody tr td:last-child a:last-child {
	float: right;
	width: calc(100% - 70px);
}

.cont-messages .card {
	border: none;
}

.cont-messages .list-group-item {
	margin: 5px 0 10px;
	/*padding: 0 0 10px;border-bottom: 1px solid #efefef;*/
}

.message-by-date {
	float: left;
	width: 100%;
	margin: 0 0 5px;
}

.message-postedby {
	float: left;
	width: auto;
	color: #231f20;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.message-by-date .badge-info {
	float: left;
	width: auto;
	color: #ababab;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	padding: 0;
	margin: 6px 0 0 14px;
	background: transparent;
}

.cont-messages .card-footer {
	padding: 20px;
	margin: 20px 0 0;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cont-messages .card-footer textarea {
	height: 60px;
	resize: none;
}

.cont-close-dispute {
	margin: 30px 0 0 0;
}

.cont-close-dispute .btn {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	padding: 15px 15px;
	text-transform: uppercase;
}

/*Warranty End*/

/*Resolution Center Start*/
.resolution-step {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.resolution-step h2 {
	color: #231f20;
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
}

.dispute-options-otr .card {
	height: 100%;
	padding: 20px;
	background: #f8f8f8;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dispute-options-otr .card input {
	margin-top: 7px;
}

.dispute-options-otr .card label h4 {
	color: #212121;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	margin: 0 0 5px;
}

.dispute-buttons-otr {
	float: left;
	width: 100%;
	margin: 0;
}

.dispute-buttons-otr a.btn,
.dispute-buttons-otr button.btn {
	float: left;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	padding: 10px 15px;
	text-transform: uppercase;
}

.dispute-buttons-otr button.btn {
	float: right;
}

.cont-select-orderid {
	float: left;
	width: 100%;
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.select-orderid-otr {
	padding-left: 0;
}

.select-orderid-otr .form-control {
	height: auto;
	padding: 11px 0 11px 5px;
}

.past-orderids-list {
	padding-right: 0;
}

.dispute-three-bttns {
	text-align: center;
	margin: 20px 0 0;
}

.dispute-three-bttns button.btn {
	float: none;
	display: inline-block;
	margin: 3px;
}

.dispute-items-table tbody tr td:first-child {
	width: 80px;
}

.dispute-items-table tbody tr td:first-child input {
	display: inline-block;
	width: 36px;
	padding: 5px 5px;
	margin: 0 3px 0 0;
}

.dispute-items-table tbody tr td:nth-child(2) {
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.dispute-items-table tbody tr td:nth-child(2) a {
	align-self: center;
	-ms-align-self: center;
}

.dispute-items-table tbody tr td:nth-child(2) a:first-child {
	display: inline-block;
	width: 75px;
	padding: 0 15px 0 0;
}

.dispute-items-table tbody tr td:nth-child(2) a:nth-child(2) {
	display: inline-block;
	width: calc(100% - 80px);
}

.dispute-type-reason {
	margin: 0 0 5px;
}

/*Resolution Center End*/

/*Edit WishList Start*/
.wishlist-form {
	float: left;
	width: 100%;
}

.wishlist-form .card-header {
	color: #231f20;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}

.wishlist-form .row {
	margin: 0;
	padding: 25px 0;
}

.wishlist-form .form-group {
	margin: 0;
}

.badge-info {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	padding: 5px 10px;
	margin: 0 0 5px;
	background: #231f20;
}

.wishlist-product {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}

.btn-text {
	color: #231f20;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 0 30px;
}

.wishlist-product .products-list article {
	padding: 0 30px;
}

.editaccount-page-inn .buying-options {
	margin: 15px 0 0;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.editaccount-page-inn .buying-options button {
	width: auto;
}

/*Edit WishList End*/

/*Track Order Start*/
.order-template-page {
	float: left;
	width: 100%;
	margin: 0;
}

.trackorder-table {
	margin: 0;
}

.acc-order-detail-left {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
}

.acc-order-detail-left h5 {
	display: block;
	color: #464646;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px 0 0 0;
}

.acc-order-detail-right {
	float: left;
	width: 50%;
	padding: 0 0 0 20px;
}

.acc-order-detail-right p {
	color: #464646;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.table tbody tr td p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

/*Track Order End*/


/*Wishlist Start*/
.listname-inn {
	margin: 30px 0 0;
}

.listname-new {
	margin: 0;
}

.acc-link-detail-side .otr-savebttn {
	margin: 26px 0 0;
}

.acc-link-detail-side .otr-savebttn .btn {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 10px;
	letter-spacing: 0;
}

.wishlist-update-inn .form-group {
	margin: 0;
}

.wishlist-update-inn input.btn {
	float: right;
	margin: 28px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 10px;
	letter-spacing: 0;
	height: auto;
}

.wishlist-update-inn {
	margin: 0;
}

.content-wishlist-inn .products-list {
	float: left;
	width: 100%;
}

.widhlist-product-heading {
	float: left;
	width: 100%;
	padding: 0 134px 0 0;
	border-bottom: 2px solid #dee2e6;
}

.widhlist-product-heading>div {
	color: #cbcbcb;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 20px 0;
}

.widhlist-product-name {
	float: left;
	width: calc(100% - 141px);
}

.widhlist-product-units {
	float: left;
	width: 80px;
	text-align: center;
}

.content-wishlist-inn .products-list article {
	float: left;
	padding: 0;
	margin: 15px 0 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.content-wishlist-inn .products-list article .card {
	padding: 0 134px 0 0;
	border: 0px !important;
}

.content-wishlist-inn .products-list article .card>* {
	align-self: center;
}

.content-wishlist-inn article .product-wishlist {
	float: left;
	width: 40px;
}

.content-wishlist-inn article .badge,
.content-wishlist-inn article .cont-brand-img,
.content-wishlist-inn article .MyStangLogo,
.content-wishlist-inn article .cont-sub-heading {
	display: none;
}

.content-wishlist-inn article .cont-product-img-bttns {
	float: left;
	width: 101px;
	position: initial;
}

.content-wishlist-inn article .cont-product-img-bttns .thumbnail-image {
	width: 100%;
	height: auto;
	padding: 0 !important;
}

.content-wishlist-inn article .card-title {
	float: left;
	width: calc(100% - 240px);
	margin: 0;
	padding: 0 15px 0 25px;
}

.content-wishlist-inn article .card-title a {
	color: #464646;
	font-size: 14px;
	line-height: 55px;
	text-transform: none;
	letter-spacing: 0.8px;
	text-align: left;
	font-weight: 500;
}

.content-wishlist-inn article .price {
	float: left;
	width: 80px;
}

.content-wishlist-inn article .price span {
	color: #2c2c2c;
	font-weight: 400;
}

.content-wishlist-inn article .cont-view-add-bttns {
	display: block;
	position: absolute;
	background: transparent;
	width: 124px;
	left: auto;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.content-wishlist-inn article .cont-view-add-bttns .bttn-view-product {
	display: none;
}

.content-wishlist-inn article .otr-product-bttns .buying-options {
	width: 100%;
}

.content-wishlist-inn article .buying-options button,
.content-wishlist-inn article .buying-options a {
	width: 100%;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	padding: 7px 10px;
	background: #b4091b;
	border-color: #b4091b;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.content-wishlist-inn article .buying-options button:hover,
.content-wishlist-inn article .buying-options a:hover {
	background: #cabbae;
	border-color: #cabbae;
}

.cont-fav-product {
	margin: 20px 0 0;
}

/*Wishlist End*/

/*Popup For Login Start*/
.pop-message-otr {
	color: #231f20;
	font-size: 18px;
	line-height: 26px;
	padding: 20px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	text-align: center;
	font-weight: 700;
}

/*Popup For Login End*/
.cont-accmain.wishlist-update-inn .badge-info {
	display: none;
}

/*Loggedout Start*/
.loggedout-page .page-header {
	text-align: center;
}

.loggedout-page .acc-page-head-inn p {
	font-weight: 500;
}

.loggedout-page .acc-page-head-inn .btn {
	float: none;
	display: inline-block;
	height: auto;
	padding: 10px 15px;
}

.loggedout-page .acc-page-head-inn .btn i {
	font-size: 20px;
	margin: 0 5px 0 0;
}

.loggedout-inn .alert {
	margin: 20px 0;
}

/*Loggedout End*/

/*Gift Card start*/
.cont-giftcard-list {
	background: url(/assets/images/giftcard-curve-img.png) no-repeat;
	background-position: center top 360px;
	background-size: 1920px auto;
}

.giftcard-sorting {
	margin: 30px 0 15px;
}

.cont-giftcard-sec {
	padding: 70px 0 40px;
	text-align: center;
}

.giftcard-sec-top {
	margin: 0 0 40px;
	text-align: center;
}

.giftcard-sec-top h1 {
	color: #121212;
	font-size: 90px;
	line-height: 90px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.giftcard-sec-top p {
	color: #121212;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	opacity: 0.7;
	margin: 20px 0 0;
}

.cont-giftcard-prosedure {
	text-align: center;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.single-giftcard-otr {
	margin: 40px 0;
	padding: 0 45px;
}

.giftcard-icon {
	float: left;
	width: 100%;
	margin: 0 0 35px;
}

.giftcard-icon span {
	display: inline-block;
	width: 150px;
	height: 150px;
	border: 3px solid #121212;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.giftcard-icon span img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	object-fit: cover;
	max-width: 45%;
	max-height: 45%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.single-giftcard-otr h3 {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

.single-giftcard-otr p {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.cont-giftcard-faq {
	padding: 60px 0;
}

.giftcard-faq-inn .accordionContent {
	background: #fff;
	border: 1px solid #969696;
	border-top: 0;
	padding: 35px 40px 25px;
}

.single-ques-ans {
	float: left;
	width: 100%;
	border-bottom: 1px solid #969696;
	padding: 0 0 35px;
	margin: 0 0 35px;
}

.single-ques-ans:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0 0 10px;
}

.single-ques-ans h5 {
	color: #121212;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

.single-ques-ans p {
	margin: 20px 0 0;
}

/*Gift Card end*/

/*Loggedout Start*/
.loggedout-page {
	text-align: center;
	padding: 80px 0;
}

.loggedout-content {
	display: inline-block;
	width: 670px;
	padding: 60px 50px 65px;
	background: #f4f4f4;
}

.loggedout-content h1 {
	color: #231f20;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.loggedout-content h1 span {
	font-weight: 900;
}

.loggedout-content p {
	color: #8d9ecf;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin: 25px 0 0;
	padding: 0 16%;
}

.home-login-bttns {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-ms-justify-content: center;
}

.home-login-bttns a,
.home-login-bttns button {
	float: left;
	width: 47%;
	color: #21439e;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	background: transparent;
	padding: 15px 10px;
	margin: 5px 1.5%;
	height: auto;
	text-transform: uppercase;
	display: flex;
	-ms-display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-ms-justify-content: center;
}

.home-login-bttns a img {
	width: 30px;
}

.home-login-bttns a span {
	margin: 0 0 0 6px;
}

.home-login-bttns a:hover img,
.btn:focus img {
	filter: brightness(700%);
}

.home-login-bttns .fa-reply {
	font-size: 20px;
}

.home-login-bttns .fa-shopping-cart {
	font-size: 21px;
}

.comment-posted .loggedout-content p {
	padding: 0;
	font-size: 24px;
}

.home-login-bttns .fa-home {
	font-size: 21px;
}

.home-login-bttns .fa-user {
	font-size: 24px;
}

.cont-dispute-message .loggedout-content h1 {
	font-size: 32px;
	line-height: 38px;
}

.cont-dispute-message .loggedout-content p {
	padding: 0;
}

/*Loggedout End*/

/*Post Review Start*/
.post-review-inn {
	padding: 0;
}

.post-review-inn .page-header {
	color: #464646;
	font-size: 20px;
	line-height: 26px;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 0 20px;
}

.post-review-inn form {
	float: left;
	width: 100%;
}

.post-review-inn #review_details {
	float: left;
	width: 100%;
}

.post-review-inn #review_details blockquote {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}

#review_details h2 {
	color: #231f20;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

#review_details p {
	font-size: 18px;
	line-height: 26px;
	padding: 0;
	margin: 10px 0 0;
	text-transform: none;
	letter-spacing: 0px;
}

#review_details .fa-star {
	font-size: 24px;
	margin: 30px 0 0;
	color: #231f20;
}

.post-review-buttons {
	float: left;
	width: 100%;
}

.post-review-buttons .btn {
	display: inline-block;
	width: auto;
	height: 50px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0 0 0;
}

.post-review-buttons .btn i {
	margin: 0 5px 0 0;
}

.thankyou-review .loggedout-content p {
	padding: 0;
}

/*Post Review End*/

/*Voucher Start*/
.cont-voucher-page {
	padding: 60px 0;
}

.voucher-page-inn form {
	text-align: center;
}

.voucher-page-inn form h1 {
	color: #231f20;
	font-size: 45px;
	line-height: 45px;
	font-weight: 900;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.voucher-page-inn form>p {
	color: #231f20;
	font-size: 24px;
	line-height: 32px;
	margin: 20px 0 0 0;
	font-weight: 400;
}

.voucher-page-inn #productoptions {
	display: inline-block;
	width: 100%;
	margin: 60px 0 0;
}

.cont-voucher-form h4 {
	color: #231f20;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.cont-voucher-form {
	float: left;
	width: 100%;
	text-align: left;
}

.cont-voucher-form .form-group {
	float: left;
	width: 50%;
}

.cont-voucher-form .form-group:last-child {
	width: 100%;
}

.cont-voucher-form .form-group label {
	color: #B9B9B9;
	margin: 0;
}

.cont-voucher-form .form-group label .text-danger {
	color: #B9B9B9 !important;
}

.cont-voucher-form .form-group p {
	float: left;
	width: 100%;
	color: #B9B9B9;
	font-size: 12px;
	line-height: 14px;
}

.inputtext_count {
	float: left;
	width: 100%;
	color: #6c757d;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 0;
}

.voucher-page-inn form input.submit_btn {
	height: auto;
	margin: 15px 0 0;
}

.voucher-date-time {
	padding: 0;
}

.voucher-date-time .row {
	margin: 0;
}

/*Voucher End*/

/*Testimonial New Start*/
.review-new-design .blog-title-heading-left span {
	display: block;
	color: #dedede;
	font-size: 60px;
	line-height: 110px;
	letter-spacing: 2px;
	margin: 0 0 18px;
}

.review-new-design .blog-title-heading-left p {
	color: #050641;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 2px;
}

.review-new-design .blog-grid {
	margin: 35px 0 0;
}

.review-new-design .blog-grid article {
	margin: 20px 0;
	padding: 0 15px;
}

.review-new-design .blog-content-inn {
	padding: 35px 40px;
}

.review-new-design .blog-grid-img {
	float: left;
	width: 40px;
	height: 40px !important;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.review-new-design .blog-grid-img img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.review-new-design .blog-grid-content {
	float: left;
	width: calc(100% - 40px);
	padding: 0 0 0 35px !important;
}

.review-posted-date {
	display: block;
	color: #bcbcbc;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.review-new-design .blog-grid h4 {
	display: inline-block;
	width: 100%;
	color: #464646;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.review-new-design .blog-grid p {
	color: #515151;
	font-size: 16px;
	line-height: 24px;
	margin: 6px 0 0;
}

/*Testimonial New End*/

/*Cart Mobile Start*/
.cont-mobile-cart {
	display: none;
	float: left;
	width: 100%;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #6e6e6e;
}

.cont-mobile-cart:last-of-type {
	border-bottom: none !important;
	padding: 0;
}

.mobile-cart-img-name {
	float: left;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mobile-cart-img-name>div {
	align-self: center;
}

.mobile-cart-img {
	float: left;
	width: 130px;
}

.mobile-cart-img a {
	float: left;
	width: 100%;
}

.mobile-cart-name {
	float: left;
	width: calc(100% - 130px);
	padding: 0 0 0 30px;
}

.mobile-cart-name a {
	float: left;
	width: 100%;
	color: #464753;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.mobile-cart-price {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.cart-side-left {
	float: left;
	width: 130px;
	color: #a29797;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
}

.cart-side-right {
	float: left;
	width: calc(100% - 130px);
	padding: 0 0 0 30px;
	color: #464753;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	text-align: right;
}

.cart-side-right .shopping-cart-trash-con {
	margin: 0;
}

.cart-side-right .btn {
	color: #121212 !important;
}

.cart-side-right .btn span {
	float: left;
	width: auto;
	margin: 0 5px 0 0;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 400;
}

.cart-side-right .btn i {
	float: left;
	font-size: 20px;
}

.cart-side-right .btn:hover {
	color: #464753 !important;
}

/*Cart Mobile End*/

.cont-save-btn {
	margin: 20px 0 0;
	text-align: center;
}

.cont-save-btn input {
	float: none;
	display: inline-block;
}

div.forgotpass_input {
	margin: 20px 0 0;
}



/*Cart Quote Start*/
.cart_main_content {
	float: left;
	width: 100%;
	padding-bottom: 30px !important;
}

.cont-cart-quote {
	display: block;
	width: 100%;
}

.cart-order-info p {
	color: #464646;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}

.cart-order-info .alert-success {
	color: #231f20;
	background-color: #f3f4f9;
	border-color: #f3f4f9;
	font-size: 18px;
	line-height: 20px;
	padding: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.cart-order-info .card,
.cart-item-info .card {
	border: none;
	margin: 0 0 20px !important;
}

.cart-order-info h2 {
	color: #231f20;
	font-size: 22px;
	line-height: 28px;
	margin: 10px 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	padding: 0 0 5px;
	border-bottom: 1px solid #92a1ca;
	font-family: 'Barlow', sans-serif;
}

.cont-payment-instructions h3 {
	font-family: 'Barlow', sans-serif !important;
}

.cart-item-info .align-items-start h3 {
	color: #231f20;
	font-size: 18px;
	line-height: 22px;
	margin: 0 15px 0 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-family: 'Barlow', sans-serif;
}

.cart-order-info .card .row {
	margin-bottom: 20px;
	color: #464646;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}

.cart-order-info h4 {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	padding: 0;
	font-family: 'Barlow', sans-serif;
}

.cart-item-info .align-items-start {
	margin: 0 0 20px !important;
}

.cart-item-info .media .media-body p {
	color: #231f20;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.cart-item-info .media .media-body span {
	margin: 0 0 5px 15px;
}

ul.list-group li {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}

.cart_footer {
	padding: 0 0 20px;
	text-align: center;
}

.cart-item-info .order-summary-m {
	bottom: 0;
}

.cart-item-info .order-summary-m .card {
	margin: 0 !important;
}

#_cpy_info_msgs {
	display: inline-block;
	width: 100%;
}

/*Cart Quote End*/

/*Notify me Start*/
#notifymodal .modal-title {
	width: 100%;
	text-align: center;
	color: #231f20;
	font-size: 24px;
	line-height: 28px;
}

#notifymodal .modal-body .form-group {
	margin: 15px 0 0;
}

#notifymodal .modal-body .form-group label {
	margin: 0;
}

#notifymodal .modal-body .checkbox {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}

#notifymodal .modal-body .checkbox input {
	float: left;
	margin: 5px 5px 0 0;
}

#notifymodal .modal-footer .btn-danger {
	margin-right: auto;
}

#notifymodal .modal-footer .btn-success {
	height: auto;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: none;
}

/*Notify me End*/

/*Track Start*/
.cont-track-top {
	padding: 40px 0 40px;
}

.cont-track-top .row>div {
	align-self: center;
}

.track-steps-left {
	padding: 0 40px 0 15px;
}

.track-steps-inn {
	height: auto;
	overflow: hidden;
	border: 1px solid #cecfd3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.track-steps-head {
	padding: 45px 35px;
	background: #1e1f23;
}

.track-steps-head h1 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.track-steps-head p {
	color: #fff;
	margin: 8px 0 0;
}

.track-steps-content {
	padding-right: 15px;
}

.track-content-info h2 {
	color: #d5ccc0;
	font-size: 49px;
	line-height: 52px;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	margin: 0 0 35px;
	font-weight: 900;
}

.track-content-info h4 {
	color: #121212;
	font-size: 21px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin: 0 0 15px;
}

.track-content-info p {
	color: #121212;
}

.otr-visit-helpcenter {
	margin: 25px 0;
}

.otr-visit-helpcenter a {
	display: block;
	background: #f4f4f4;
	padding: 25px 65px 25px 25px;
	color: #bebebe;
	font-size: 20px;
	line-height: 30px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	position: relative;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.otr-visit-helpcenter a::after {
	content: "\f105";
	position: absolute;
	z-index: 1;
	right: 35px;
	top: 50%;
	font-family: "FontAwesome";
	color: #cabbae;
	font-size: 60px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.otr-visit-helpcenter a:hover {
	color: #342c28;
}

.otr-visit-helpcenter a:hover::after {
	right: 20px;
}

.track-steps-content .ques-about-right {
	float: none;
	width: auto;
	height: auto;
	padding: 20px 25px;
}

.track-steps-content .ques-enquiry-bttn {
	width: 140px;
}

.track-steps-content .ques-about-contact {
	float: left;
	width: calc(100% - 140px);
	padding: 0 25px 0 0;
}

.track-steps-content .ques-enquiry-bttn a {
	height: auto;
	padding: 26px 15px;
}

.track-three-links {
	padding: 0 0 60px;
}

.track-three-links .single-link-img img {
	object-fit: fill;
	width: 100%;
	height: auto;
	margin: -30px 0 0;
}

.track-three-links .single-shop-link a .single-link-img {
	height: 260px;
	overflow: hidden;
}

.track-three-links .single-shop-link:nth-child(3) a .single-link-img img {
	margin: -45px 0 0;
}

.track-three-links .single-link-text {
	padding: 0 65px 0 40px;
}

.track-three-links .single-link-text h4 span {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.3px;
}

.track-three-links .single-link-text h4 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
}

.eamEMN::after {
	position: absolute;
	display: block;
	width: 2px;
	top: 0;
	bottom: 0;
	left: 75px;
	content: "";
	height: auto;
	background-color: #c6cdd4;
	z-index: 1;
}

.sc-1nedphn-0 {
	min-height: 550px !important;
}

/*Track End*/

/* Custom Select Start*/
.wrap-select {
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	border: 1px solid #454647;
	padding: 0;
	background: #eee;
}

.wrap-select.wrap-select-categ {
	height: 35px;
	font-size: 14px;
	border-color: #9f9f9f;
	background: #fff;
}

.wrap-select select {
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	padding: 3px 65px 3px 40px;
	margin: 0;
	background: #eee;
	font-weight: 300;
}

.wrap-select.wrap-select-categ select {
	padding: 3px 25px 3px 10px;
	background: #fff;
}

.wrap-select select {
	width: 100%;
	height: 38px !important;
	font-size: 16px;
	color: #030303;
	border-radius: 0;
}

.wrap-select.wrap-select-categ select {
	height: 33px !important;
	font-size: 14px;
	color: #464646;
	text-transform: uppercase;
}

.wrap-select select:disabled {
	background: #121212;
	color: #D5CBC0;
}

.ie8 .wrap-select select {
	padding-right: 3px
}

.wrap-select select:focus {
	outline: none;
	box-shadow: none;
}

.wrap-select ::-ms-expand {
	display: none;
}

.wrap-select:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	z-index: 2;
	right: 40px;
	top: 50%;
	margin-top: -15px;
	pointer-events: none;
	color: #030303;
	font-size: 20px;
}

.wrap-select.wrap-select-disabled:after {
	color: #C3C3C4;
}

.wrap-select.wrap-select-categ:after {
	font-size: 18px;
	right: 10px;
	color: #cabbae;
	margin-top: -13px;
}

/* Custom Select End*/

/** Parts Finder Start**/
.wrapper-finder {
	background: #D5CBC0;
	border-top: 1px solid #D5CBC0;
	border-bottom: 1px solid #D5CBC0;
	position: relative;
	z-index: 100;
	min-height: 55px;
}

.product-finder-heading {
	width: 200px;
	padding: 19px 0;
	float: left;
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	color: #231f20;
}

.product-finder-fields {
	width: calc(100% - 200px);
	float: left;
}

.product-finder-fields .wrap-select-inline {
	width: auto;
	padding: 7px 0;
	float: left;
}

.product-finder-fields .wrap-select {
	width: 238px;
	float: left;
	margin-right: 7px;
}

.product-finder-fields .wrap-select-inline.wrap-select-btn {
	float: right;
}

.product-finder-fields .wrap-select-inline.wrap-select-btn .btn {
	padding: 10px 26px;
	color: #fff;
	font-size: 14px;
	border: none;
	background: #342c29;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
}

.product-finder-fields .wrap-select-inline.wrap-select-btn .btn.disabled {
	pointer-events: none;
	opacity: .65;
}

.product-finder-fields .wrap-select-inline.wrap-select-btn .btn:hover,
.product-finder-fields .wrap-select-inline.wrap-select-btn .btn:focus {
	background: #121212;
}

@media (min-width: 768px) {
	.product-finder-fields.collapse {
		display: inline-block;
	}
}

@media (max-width: 991.98px) {

	/* 5-7-23 Start */
	.youtube-channel .youtube-channel-center h3 {
		font-size: 1.5rem;
	}

	/* 5-7-23 End */

	.product-finder-fields .wrap-select {
		width: 158px;
	}

	.wrap-select select {
		padding: 3px 35px 3px 15px;
	}

	.wrap-select:after {
		right: 15px;
	}
}

@media (max-width: 767.98px) {

	/* .row-wrapper-finder {margin-left:-3px !important;margin-right:-3px !important;} */
	.finder-mob {
		padding: 0;
	}

	.product-finder-heading {
		display: none !important;
	}

	.product-finder-heading-mob {
		width: 100%;
		padding: 0;
		background: #121212;
	}

	.product-finder-heading-mob a {
		padding: 15px 0;
		display: block;
		color: #fff;
		font-weight: 700;
		font-size: 16px;
		text-transform: uppercase;
		text-align: center;
	}

	.product-finder-heading-mob a:after {
		margin-left: 7px;
		font-size: 16px;
		content: "\f106";
		font-family: FontAwesome;
	}

	.product-finder-heading-mob a.collapsed:after {
		content: "\f107";
	}

	.product-finder-fields {
		padding: 0;
		width: 100%;
	}

	.product-finder-fields .wrap-select-inline {
		width: 100%;
		padding: 7px 3px;
	}

	.product-finder-fields .wrap-select {
		width: 100%;
		margin-right: 0;
	}

	.product-finder-fields .wrap-select-inline.wrap-select-btn {
		width: 100%;
		padding: 7px 3px;
	}

	.product-finder-fields .wrap-select-inline.wrap-select-btn .btn {
		width: 100%;
		padding: 10px 5px;
		display: block;
	}
}

/** Parts Finder End**/

/** Parts Finder Active Start**/
.part-finder-filter-heading {
	width: auto;
	max-width: 750px;
	float: left;
	padding: 19px 0;
	font-size: 16px;
	color: #121212;
	line-height: 16px;
}

.part-finder-filter-heading span.finder-display-head {
	margin-right: 20px;
}

.part-finder-filter-heading span.finder-year,
.part-finder-filter-heading span.finder-vehicle,
.part-finder-filter-heading span.finder-model {
	font-weight: 500;
}

.part-finder-filter-btns {
	width: auto;
	float: right;
	padding: 7px 0;
}

.part-finder-filter-btns .btn {
	padding: 10px 26px;
	margin-left: 13px;
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 0;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.part-finder-filter-btns .btn.btn-viewparts:hover {
	background: #6c6c6c;
	color: #fff;
	opacity: 1;
}

.part-finder-filter-btns .btn.btn-updateparts:hover {
	background: #fff;
	color: #4c4c4c;
	opacity: 1;
}

.part-finder-filter-btns .btn.btn-viewparts {
	background: #3F3F3F;
}

.part-finder-filter-btns .btn.btn-updateparts {
	padding: 9px 25px;
	background: #121212;
	border: 1px solid #fff;
}

.part-finder-filter-btns .btn.btn-updateparts i {
	margin-right: 7px;
}

@media (max-width: 991.98px) {
	.part-finder-filter-heading {
		width: 100%;
		text-align: center;
	}

	.part-finder-filter-btns {
		width: 100%;
		text-align: center;
	}

	.part-finder-filter-btns .btn {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 767.98px) {
	.part-finder-filter-active {
		padding: 0;
	}

	.part-finder-filter-heading {
		width: 46%;
		text-align: center;
		padding: 21px 3px;
	}

	.part-finder-filter-btns {
		width: 27%;
		float: left;
		padding: 7px 3px;
	}

	.part-finder-filter-heading span.finder-display-head {
		margin-right: 0;
		margin-bottom: 8px;
		display: block;
		font-size: 13px;
	}

	.part-finder-filter-btns .btn {
		width: 100%;
		display: block;
		margin: 0;
		padding: 14px 5px !important;
	}

	.part-finder-filter-btns-desk .btn-viewparts {
		display: none;
	}




}

.active-filter {
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
}

.active-filter.active-filter-brand {
	width: auto;
	float: right;
	margin: 0;
	margin-top: -41px;
	margin-bottom: 0;
}

.active-filter li {
	display: block;
	background: #121212;
	border-radius: 5px;
	padding: 20px 30px;
}

.active-filter.active-filter-brand li {
	background: none;
	padding: 0;
	border-radius: 0;
}

.active-filter li.hidden {
	display: none !important;
}

.active-filter li a {
	color: #fff;
	display: block;
}

.active-filter.active-filter-brand li a {
	padding: 11px 0;
	color: #121212;
}

.wrap-part-name {
	width: 58%;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
}

.wrap-part-toggle,
.wrap-part-show-button {
	width: 41%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}

.wrap-part-show-button.hidden {
	display: none;
}

.active-filter.active-filter-brand .wrap-part-toggle,
.active-filter.active-filter-brand .wrap-part-show-button {
	width: auto;
	color: #121212;
}

.active-filter.active-filter-brand .wrap-part-show-button {
	color: #fff;
}

.active-filter.active-filter-brand .active .wrap-part-toggle a,
.active-filter.active-filter-brand .removefilter .wrap-part-toggle a {
	color: #cabbae;
}

.wrap-part-name h1,
.wrap-part-name h2 {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	font-size: 26px;
	font-weight: 700;
}

.showparts h2 {
	margin-left: 10px;
}

.showparts h1 {
	margin-left: 10px;
}

.wrap-part-toggle a i {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.wrap-part-toggle .switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 24px;
	margin: 0;
}

.wrap-part-toggle .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #121212;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid #fff;
}

.wrap-part-toggle .slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.wrap-part-toggle .switch.checked .slider {
	background-color: #121212;
}

.wrap-part-toggle .switch.checked .slider:before {
	background-color: #cabbae;
}

.active-filter.active-filter-brand .wrap-part-toggle .slider {
	background-color: #fff;
	border: 1px solid #121212;
}

.active-filter.active-filter-brand .wrap-part-toggle .slider:before {
	background-color: #121212;
}

.active-filter.active-filter-brand .wrap-part-toggle .switch.checked .slider {
	border-color: #cabbae;
}

.active-filter.active-filter-brand .wrap-part-toggle .switch.checked .slider:before {
	background-color: #cabbae;
}

.wrap-part-toggle a:focus .slider {
	box-shadow: 0 0 1px #2196F3;
}

.wrap-part-toggle .switch.checked .slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}

.wrap-part-toggle .slider.round {
	border-radius: 24px;
}

.wrap-part-toggle .slider.round:before {
	border-radius: 50%;
}

.wrap-part-show-button a {
	display: inline-block !important;
	width: auto;
	padding: 7px 12px;
	font-size: 13px;
	background: #cabbae;
	border-color: #cabbae;
	border-radius: 0;
	text-transform: uppercase;
}

.active-filter.active-filter-brand .wrap-part-show-button a {
	padding: 7px 12px;
	color: #fff !important;
}

.wrap-part-show-button a:hover,
.wrap-part-show-button a:focus {
	background: #cabbae;
	border-color: #cabbae;
}

@media (max-width: 991.98px) {
	.active-filter.active-filter-brand {
		width: 100%;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 0;
	}

	.active-filter li {
		padding: 20px 15px;
	}

	.wrap-part-name {
		width: 100%;
		text-align: center;
	}

	.wrap-part-toggle,
	.wrap-part-show-button {
		width: 100%;
		text-align: center;
		border-top: 1px solid #ccc;
		padding-top: 15px;
		margin-top: 15px;
	}

	.active-filter.active-filter-brand .wrap-part-toggle,
	.active-filter.active-filter-brand .wrap-part-show-button {
		width: 100%;
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}

	.wrap-part-name h1 {
		display: block;
		margin-right: 0;
		margin-bottom: 3px;
		text-align: center;
	}

	.showparts h1 {
		margin-left: 0;
	}

	.wrap-part-toggle a i {
		margin-top: 8px;
		margin-left: 0;
		display: block;
	}

	.active-filter.active-filter-brand .wrap-part-toggle i {
		margin-top: 0;
		margin-left: 10px;
		display: inline-block;
	}

	.wrap-part-show-button a {
		display: block !important;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.active-filter {
		margin-top: 0;
	}

	.active-filter.active-filter-brand .wrap-part-toggle {
		text-align: left;
	}

	.active-filter.active-filter-brand .wrap-part-toggle i {
		margin-top: 0;
		margin-left: 0;
		float: right;
	}
}

/*body:before {
content: '';
background: rgba(34,34,34,.75);
position: absolute;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
opacity: 0;
visibility: hidden;
z-index: 99;
}*/
body.filter-categ-mustang {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

body.filter-categ-mustang .filter-op-bg {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 99
}

body .filter-op-bg {
	content: '';
	background: rgba(34, 34, 34, .75);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	transition: .25s ease-out;
	opacity: 0;
	visibility: hidden;
	z-index: 1033;
	display: none
}

/* Breadcrumbs */
.breadcrumb {
	background-color: #f7f7f7;
	padding: 10px 15px;
	margin: 0 0 10px 0;
	width: auto;
	float: left;
	border-radius: 0;
	min-height: 38px;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #6f5f57;
	content: "\f105";
	font-family: "FontAwesome";
}

.breadcrumb-item a {
	color: #adadad;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	letter-spacing: 0.7px;
}

.breadcrumb-item:last-child a {
	font-weight: 600;
}

.breadcrumb-item a:hover {
	color: #6f5f57;
}

@media (max-width: 767.98px) {
	.breadcrumb {
		width: 100%;
	}
}

/* Category */
.wrapper-category-prod-list {
	margin-top: 40px;
	margin-bottom: 20px;
}

/* Sidebar */
.list-group-collapse h4 {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.list-group-collapse h4 a {
	position: relative;
	padding: 13px 36px 12px 20px;
	color: #fff;
	display: block;
	background: #121212;
}

.list-group-collapse h4 a:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	line-height: 41px;
	content: "\f106";
	font-family: "FontAwesome";
	font-weight: 400;
	font-size: 20px;
	background: #121212;
	text-align: center;
	color: #fff;
}

.list-group-collapse h4 a.collapsed {
	color: #fff;
}

.list-group-collapse h4 a.collapsed:after {
	content: "\f107";
}

.filtervar-container {
	margin: 10px 0;
}

.filtervarprice-container {
	margin-top: 10px;
	margin-bottom: 7px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 9px 19px;
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #fff;
	color: #4F5259;
	text-transform: none;
	border-radius: 0 !important;
	font-weight: 400;
	font-size: 12px;
}

.list-group-item.thumbnail-box {
	padding: 10px 5px;
	border-bottom: 1px solid #121212 !important;
}

.sidebar-history .list-group-item.thumbnail-box:last-child {
	border-bottom: none !important;
}

.row-thumb-box {
	margin-left: -5px;
	margin-right: -5px;
}

.col-thumb-box {
	padding-left: 5px;
	padding-right: 5px;
}

.t-box-name {
	margin-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 20px;
}

.t-box-name a {
	color: #4F5259;
}

.col-thumb-box .price {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	color: #cabbae;
	text-align: left;
}

.col-thumb-box .price span {
	line-height: 15px;
}

.t-box-wprice {
	display: inline-block;
	padding-right: 7px;
	color: #ccc;
	text-decoration: line-through;
}

.t-box-promo {
	display: inline-block;
	padding-left: 7px;
	border-left: 1px solid #121212;
}

.sidebar-links .list-group-item {
	padding: 9px 19px 9px 34px;
}

.sidebar-links .list-group-item:before {
	position: absolute;
	top: 9px;
	left: 19px;
	font-family: "FontAwesome";
	font-weight: 900;
	content: '\f054';
	color: #F4BE00;
}

.list-group-item.list-group-collapse {
	padding: 0;
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	margin-top: 0;
	margin-bottom: 20px;
	background: #f2f2f2;
}

#filters .list-group-item.list-group-collapse:first-child {
	margin-top: 0 !important;
}

#filters .list-group-item.list-group-collapse:last-child {
	border-bottom: none !important;
}

.sidefilter-categ {
	display: block;
}

.sidefilter-categ .list-group-item {
	padding: 6px 19px;
	color: #121212;
	text-transform: none;
	font-size: 14px;
	font-weight: 300;
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.sidefilter-categ .list-group-item i {
	margin-right: 7px;
}

.sidefilter-categ .list-group-item .varfilter-total {
	margin-left: 3px;
	color: #A9ABAC;
	font-weight: 700;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	color: #222;
	background-color: #f1f1f1;
}

.sidefilter-categ .list-group-item-action:hover,
.sidefilter-categ .list-group-item-action:focus {
	background: none;
}

.fs-name {
	position: relative;
	padding-left: 19px;
}

.fs-name:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: '\f0c8';
}

.filter-remove .fs-name:before {
	font-family: "FontAwesome";
	content: '\f14a';
}

.fs-count {
	font-weight: 600;
}

.sidefilter-categ .list-group-item-action:hover .fs-name:before,
.sidefilter-categ .list-group-item-action:focus .fs-name:before {
	font-family: "FontAwesome";
	content: '\f14a';
}

#left-sidebar {
	padding-right: 30px;
}

#left-sidebar .card {
	border: none;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}

#left-sidebar .card-header {
	padding: 13px 36px 12px 20px;
	color: #fff;
	background: #121212;
	height: auto;
	border-radius: 0 !important;
}

#left-sidebar .card-header h3 {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}

#pricesearch .btn {
	padding: 6px 8px !important;
	font-size: 12px;
	line-height: 14px;
	background: none;
	border: 1px solid #121212;
	border-radius: 0;
	color: #121212;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#pricesearch .btn:hover,
#pricesearch .btn:focus {
	background: #7B7B7B;
	color: #fff;
}


.SpecificationOuter {
	display: inline-block;
	width: 550px;
	max-width: 100%;
	box-shadow: 0px 0px 4px #e1e1e1;
	margin-top: 30px;
}

.SpecificationInner {
	display: grid;
	align-items: center;
	grid-template-columns: 55% 45%;
	background: #e1e1e1;
	border-bottom: 1px solid #eeeded;
}

.SpecificationInner.specinner_comp {
	grid-template-columns: 65% 35%;
}

.SpecificationLeft {
	padding: 8px 10px;
	color: #080808;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.8px;
	display: inline-block;
	font-weight: 500;
}

.SpecificationRight {
	padding: 8px 15px;
	display: inline-block;
	color: #464646;
	font-size: 16px;
	line-height: 25px;
	min-height: 41px;
	background: #fff;
	font-weight: 400;
}

.SpecificationRight img {
	margin-right: 2px;
}


@media (min-width: 768px) {
	#filters {
		height: auto !important;
		display: block;
	}

}

.prod-categ-count {
	width: auto;
	float: left;
	padding: 7px 15px;
	background-color: #f7f7f7;
	text-transform: uppercase;
}

.col-sortby form {
	width: auto;
	float: right;
}

.wrap-sortby {
	width: auto;
	float: left;
	padding-left: 25px;
}

.sortby-label {
	width: auto;
	float: left;
	margin: 0;
	padding-right: 15px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 600;
}

.sortby-select {
	width: 135px;
	float: left;
}

.sortby-select.sortby-select-show {
	width: 165px;
}

@media (max-width: 1199.98px) {
	.prod-categ-count {
		padding: 8px 10px;
		font-size: 13px;
	}

	/* 5-7-23 Start */
	.youtube-channel-left {
		display: none;
	}

	.youtube-channel-right {
		display: none;
	}

	.youtube-channel .youtube-channel-center {
		width: 100%;
		padding: 15px 15px 30px;
	}

	/* 5-7-23 End */
}

@media (max-width: 991.98px) {
	.prod-categ-count {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		font-size: 14px;
	}

	.col-sortby form {
		float: none;
		margin: 0 -5px;
	}

	.wrap-sortby {
		width: 50%;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
	}

	.sortby-label {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
		line-height: 18px;
	}

	.sortby-select {
		width: 100%;
	}

	.sortby-select.sortby-select-show {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	#left-sidebar {
		padding-right: 15px;
	}
}

@media (max-width: 575px) {
	#left-sidebar {
		padding: 0;
	}

	.products-list {
		padding: 0;
	}

	.col-top-categ {
		padding: 0;
	}

	.SpecificationInner,
	.SpecificationInner.specinner_comp {
		grid-template-columns: auto;
	}

	.big-image {
		height: 270px;
	}

}

.card-header-filter-mob {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 !important;
}

.card-header-filter-mob h3 {
	font-size: 14px;
	font-weight: 500 !important;
	text-transform: uppercase;
	text-align: center;
}

.card-header-filter-mob h3 a {
	color: #313131;
	padding: 18px 20px 18px;
	display: block;
}

.card-header-filter-mob h3 a .filter-close {
	display: none;
}

.card-header-filter-mob h3 a.collapsed .filter-close {
	display: block;
}

.card-header-filter-mob h3 a .filter-open {
	display: block;
}

.card-header-filter-mob h3 a.collapsed .filter-open {
	display: none;
}

.card-header-filter-mob h3 a span i {
	margin-right: 7px;
}

.categ-active-filters {
	list-style: none;
	margin: 0;
	padding: 0;
}

.categ-active-filters li {
	margin-right: 7px;
	margin-bottom: 10px;
	display: inline-block;
}

.categ-active-filters-head {
	margin-bottom: 0 !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

.categ-active-filters li a {
	padding: 6px 10px;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	background: #494949;
}

.categ-active-filters li a i {
	margin-left: 6px;
	color: #ccc;
}

.categ-active-filters li a:hover,
.categ-active-filters li a:focus {
	background: #121212;
}

.col-top-categ hr {
	display: block !important;
}

.categ-active-filters .hidden {
	display: none !important;
}

@media (max-width: 767.98px) {
	.categ-active-filters {
		width: 100%;
		float: left;
	}

	.categ-active-filters li.categ-active-filters-head {
		display: block;
		text-align: center;
		margin-bottom: 15px !important;
	}
}

.product-wishlist.prod-wish-thumb {
	position: relative;
	z-index: 2;
}

.product-wishlist.prod-wish-thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

.product-wishlist.prod-wish-thumb a i {
	width: 30px;
	height: 38px;
	background-image: url(../img/wishlist.svg);
	background-repeat: no-repeat;
	background-position: right top;
}

.product-wishlist.prod-wish-thumb a i:before {
	display: none;
}

.product-wishlist.prod-wish-thumb span.remove i {
	background-position: left top;
}

.product-wishlist.prod-wish-thumb a span>span {
	display: none;
}

.product-wishlist.prod-wish-thumb a:hover i,
.product-wishlist.prod-wish-thumb a:focus i {
	background-position: left top;
}

.badge-thumb-sale {
	width: 64px;
	height: 24px;
	margin-top: 1px !important;
	padding: 5px 0;
}

.wrap-noresult-head {
	width: 100%;
	float: left;
	background: #b4091b;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

.active-filter li.active a,
.active-filter.active-filter-brand li.inactive a {
	padding-top: 0;
	margin-top: -1px;
}

.wrap-noresult-text {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 12px 15px;
	background: #f7f7f7;
}

.no-result-filter {
	width: 50%;
	float: left;
	font-weight: 600;
	padding: 7px 0;
	font-size: 13px;
	text-transform: uppercase;
}

.no-result-btn {
	width: 50%;
	float: left;
	text-align: right;
}

.no-result-btn .btn {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	background: #121212;
	border-radius: 0;
	padding: 5px 12px;
}

@media (max-width: 991.98px) {

	.wrap-noresult-head {
		text-align: center;
	}

	.no-result-filter {
		width: 100%;
		text-align: center;
	}

	.no-result-btn {
		width: 100%;
		text-align: center;
	}

	.no-result-btn .btn {
		width: 100%;
		display: block;
	}
}

.contsprodbonus {
	padding: 40px 0;
}

.wrap-prod-compat-list {
	width: 100%;
	float: left;
	padding: 24px 40px;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #fff;
}

.prod-compat-list h3 {
	font-size: 35px;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	margin: 0 0 10px;
	font-weight: 900;
	color: #E0E0E0;
}

.prod-compat-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.prod-compat-list ul li {
	padding-bottom: 8px;
	float: none;
	display: inline-block;
}

.prod-compat-list ul li span {
	margin-right: 3px;
	font-weight: 600;
}

.prod-compat-list ul li span:after {
	content: '\002C';
}

.prod-compat-list ul li span:last-child:after {
	display: none;
}

.wrap-prod-selected-vehicle {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 15px 20px;
	border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 10px;
}

.vehicle-head {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-left: 52px;
	background-repeat: no-repeat;
	background-position: left top;
}

.n-vehicle .vehicle-head {
	background-image: url(../img/icon-slash.svg);
	background-size: 38px;
}

/* .Compatibility-main-section .vehicle-head { */
/* background-image: none;position:relative; */
/* } */
/* .vehicle-head::before { */
/* content: ""; */
/* position: absolute; */
/* background-image: url(../img/icon-slash.png); */
/* height: 37px; */
/* width: 39px; */
/* left: 0; */
/* top: 4px; */
/* background-repeat: no-repeat; */
/* background-position: center; */
/* mix-blend-mode: multiply; */
/* } */
.cont-description-sec {
	padding-top: 0;
}

.Compatibility-main-section .col-12 {
	padding: 0px !important;
	margin: 0 0 12px;
}

.y-vehicle .vehicle-head {
	background-image: url(../img/icon-check.svg);
	background-size: 38px;
}

.vehicle-head h4 {
	margin-bottom: 2px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

.n-vehicle,
.y-vehicle,
.d-vehicle {
	width: 100%;
	float: left;
}

.n-vehicle .vehicle-head h4 {
	color: #cabbae;
}

.y-vehicle .vehicle-head h4 {
	color: #231f20;
}

.d-vehicle h4 {
	color: #121212;
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
}

.vehicle-btn-check .btn {
	border-radius: 0;
	border: 1px solid #b4091b;
	font-size: 13px;
	width: 100%;
	float: left;
	text-transform: uppercase;
	background: #b4091b;
	color: #fff;
}

.vehicle-btns {
	float: left;
	width: 100%;
}

.vehicle-btns .btn {
	border-radius: 0;
	border: 1px solid #484848;
	font-size: 13px;
	width: 49%;
	float: left;
	text-transform: uppercase;
	background: #484848;
	color: #fff;
}

.vehicle-btns .btn.btn-report {
	float: right;
	background: #fff;
	color: #121212;
}

#homepageCarousel .promo-head-img {
	display: none;
}

.compatibilty-row1 .prod-compat-list {
	font-size: 18px;
}

.get-rental {
	background-image: linear-gradient(180deg, black 50%, #e4e4e4 50%);
	padding: 70px 40px;
}

.get-rental .row {
	border-radius: 20px;
	overflow: hidden;
}

.get-rental .col-md-6.col-sm-12 {
	padding: 0;
}

.get-rental .left-part {
	background: #00254e;
	display: flex;
	align-items: center;
}

.get-rental .left-part .info-part {
	max-width: 670px;
	margin-left: auto;
	padding: 0 100px 0 0;
}

.get-rental .left-part .info-part .left-info h2 {
	font-size: 60px;
	line-height: 64px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 30px 0 40px;
}

.get-rental .left-part .info-part .left-info h2 span {
	color: #f87f1b;
}

.get-rental .left-part .info-part p {
	color: #fff;
}


.get-rental .left-part .logo img {
	max-width: 220px;
	width: 100%;
	height: auto;
}

.get-rental .left-part .btm-btn {
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px 0 0;
}

a.get-rent {
	border: 2px solid#f87f1b;
	background: #fff;
	padding: 8px 52px 9px 12px;
	border-radius: 50px;
	color: #00254e;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	position: relative;
}

a.get-rent::before {
	content: "";
	background-image: url(/assets/images/BLUE-ARROW.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 48px;
	height: 48px;
	right: -5px;
	top: -2px;
}

a.get-rent:hover {
	background: #f87f1b;
	color: #fff;
	border: 2px solid #ffffff;
}

.get-rental .left-part .btm-btn span {
	font-size: 16px;
	color: #fff;
}

.get-rent span {
	color: #00254e !important;
	font-size: 18px !important;
}

.comman-question .faq-part .accordian:last-child h3.title.active {
	border-bottom: none;
}

.comman-question .faq-part .accordian:last-child p {
	border-bottom: 1px solid#fff;
}

.get-rental .right-img img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.get-rental .btm-list {
	max-width: 1360px;
	margin: 0 auto;
	padding: 10px 0;
}

.get-rental .btm-list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
}

.get-rental .btm-list ul li {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding: 0 30px 0 50px;
}

.get-rental .btm-list ul li::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/assets/images/btm-list-check.svg);
	position: absolute;
	left: 0;
	top: 6px;
	width: 35px;
	height: 35px;
}

.get-rental .btm-lis-blk {
	padding: 0;
	background: #f48127;
}

.choice-container {
	display: flex;
	justify-content: left;
	gap: 10px;
	margin-top: 20px;
}

.choice-container .choice-label {
	background-color: #333;
	color: #888;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0;
}

.choice-container input[type="checkbox"] {
	display: none;
}

.choice-container input[type="checkbox"]:checked+.choice-label {
	background-color: #555;
	color: white;
}

.bigimg-form {
	background-position: left, center;
	background: linear-gradient(360deg, #c8beae 25%, transparent 0%), url(/assets/images/form-sec-bg.jpg);
	padding: 500px 0 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.bigimg-form .form-block {
	max-width: calc(100% - 40px);
	background: #000;
	padding: 80px 0;
	margin: 0 auto;
	border-radius: 20px;
}

.bigimg-form .bg-frm-blk {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.bigimg-form .bg-frm-blk .left-info {
	padding: 0 120px 0 0;
}

.bigimg-form .bg-frm-blk .left-info h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 64px;
	color: #fff;
	margin: 0 0 20px;
}

.bigimg-form .bg-frm-blk .left-info p {
	color: #FFF;
	margin: 0 0 30px;
	font-size: 18px;
}

.bigimg-form .bg-frm-blk .contact-info {
	background: none;
	display: flex;
	padding: 0;
	justify-content: space-between;
}

.bigimg-form .bg-frm-blk .contact-info .info {
	max-width: 30%;
}

.bigimg-form .bg-frm-blk .contact-info .info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

.bigimg-form .bg-frm-blk .contact-info .info span {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}



.bigimg-form .bg-frm-blk .right-form input {
	background: #333333;
	border: none;
	width: 100%;
	border-radius: 5px;
	font-size: 20px;
	padding: 15px 30px;
	margin: 0 0 15px;
}

.bigimg-form .bg-frm-blk .right-form p.half-input {
	display: flex;
	gap: 15px;
}

.bigimg-form .checkboxes span {
	font-size: 18px;
	color: #fff;
}

.bigimg-form form .btm-prt {
	margin: 30px 0 0 !important;
}

.bigimg-form form .btm-prt p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.bigimg-form form .btm-prt p input {
	width: 26px !important;
	height: 28px;
	margin: 0 !important;
	border-radius: 11px !important;
	accent-color: #000;
	cursor: pointer;
	border: 1px solid #fff !important;
}

.bigimg-form form .btm-prt p label {
	margin: 0;
}

.bigimg-form form .btm-prt p label {
	margin: 0;
}

.bigimg-form form .btm-prt button {
	margin: 20px 0 0;
	width: 100%;
	padding: 10px 0;
	border-radius: 10px;
	border: none;
	font-size: 18px;
	font-weight: 600;
	background: #c8beae;
	transition: 0.3s;
}

.bigimg-form form .btm-prt button:hover {
	background: #fff;
}

.bigimg-form form .btm-prt p label {
	font-size: 18px;
	color: #ffffff80;
}

.bigimg-form form .btm-prt p label a {
	color: #fff;
	text-decoration: underline;
}

.choice-container p {
	max-width: 33.3%;
	width: 100%;
}

.bigimg-form .bg-frm-blk .social-links {
	margin: 30px 0 0;
}

.bigimg-form .bg-frm-blk .social-links ul {
	display: flex;
	gap: 10px;
}

.bigimg-form .bg-frm-blk .social-links ul li a {
	display: block;
}

.bigimg-form .bg-frm-blk .social-links ul li a img {
	width: 60px;
	height: 60px;
	transition: 0.3s;
}

.bigimg-form .bg-frm-blk .social-links ul li a:hover img {
	transform: scale(1.15);
}

@media (max-width: 991.98px) {
	.wrap-prod-selected-vehicle {
		margin-top: 5px;
	}
}

@media (max-width: 767.98px) {
	.wrap-prod-compat-list {
		margin-top: 25px;
	}

	.prod-compat-list h3 {
		font-size: 28px;
		line-height: 30px;
		letter-spacing: 0;
	}

	.vehicle-btns .btn {
		width: 100%;
		margin-bottom: 15px;
	}
}

.table.orders-table .btn.btn-block {
	background: #4a4a4a;
	border-color: #4a4a4a;
}

.trackorder-table .table tbody tr td img {
	width: 101px;
	height: auto;
}

.content-wishlist-inn article .card-title a {
	display: inline-block;
	min-height: unset;
}

.content-wishlist-inn .products-list .card.thumbnail.card-body {
	border: 0px !important;
}

.row.row-wrapper-finder.active-div .part-finder-filter-active.hidden {
	display: none;
}

.row.row-wrapper-finder.active-div .product-finder-fields.collapse {
	display: block;
}

.list-group.list-group-flush li.list-group-item {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}

.list-group.list-group-flush.ul-grand-total .list-group-item>span {
	font-weight: bold;
}

.cart-items-right .order-summary .card.mb-2:first-child {
	margin-bottom: 0 !important;
}

#n_checkout .cont-top-order-confirmation .alert {
	color: #606060;
}

#n_checkout .cont-top-order-confirmation .alert.alert-success span {
	color: #d5ccc0;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 4px;
}

#n_checkout .col-12.col-sm-4.wrapper-logo.text-sm-left {
	width: 100% !important;
	text-align: center !important;
	flex: unset !important;
	max-width: 100%;
}

.card.cont-customer-infos .row.grid1-infos {
	float: left;
	width: 50%;
	flex: unset;
	margin: 0;
	padding: 0;
	display: inline-block;
	box-sizing: border-box;
	border-right: 1px solid #b2b2b2;
}

.card.cont-customer-infos .row.grid1-infos:last-child {
	border-right: 0px;
	padding-left: 30px;
}

.card.cont-customer-infos .row.grid1-infos .col-md-6.col-sm-12.col-12 {
	width: 100% !important;
	max-width: 100%;
	border: 0;
	padding-left: 0 !important;
	padding-right: 0px !important;
	height: auto;
	padding-bottom: 10px !important;
}

.card.cont-customer-infos {
	display: -webkit-flex;
	display: flex;
	flex-direction: unset;
	-webkit-flex-direction: unset;
}

.row.grid1-infos>div:first-child {
	min-height: 180px !important;
}

.cont-customer-infos>.row>div:nth-child(2) p {
	padding-bottom: 0 !important;
}

.choose-year-wbc .cont-purchase-step li:first-child {
	float: left;
	width: 100% !important;
	text-align: center;
}

.choose-year-wbc .cont-purchase-step li:first-child a {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	float: none;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.choose-year-wbc .cont-purchase-step li:first-child a:before {
	display: none;
}

.choose-year-wbc .cont-purchase-step li:first-child a:after {
	bottom: 0px;
}

.onestop-shop-right.choose-year-wbc .cont-purchase-step {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.onestop-shop-right.choose-year-wbc .cont-purchase-step li {
	display: inline-block;
	float: none;
	margin: 0;
}

.onestop-shop-right.choose-year-wbc .cont-purchase-step li a {
	width: 160px;
	height: 80px;
	margin: 20px 10px 0;
}

.onestop-shop-right.choose-year-wbc .cont-purchase-step li a.step-3 {
	width: 250px;
	height: 130px;
}

.onestop-shop-right.choose-year-wbc.grid-one .cont-purchase-step li {
	width: calc(30% - 20px) !important;
	margin: 0 10px !important;
}

.onestop-shop-right.choose-year-wbc.grid-two .cont-purchase-step li {
	width: 33%;
	margin: 0 10px !important;
}

.onestop-shop-right.choose-year-wbc.grid-two .cont-purchase-step li a.step2-design.step-3 {
	width: 100%;
	max-width: 350px;
}


.onestop-shop-right.choose-year-wbc .cont-purchase-step li.TabHeadingName1 {
	width: 100% !important;
}


.choose-year-wbc.grid-two .cont-purchase-step li:first-child {
	margin-bottom: 30px;
}

.wrapper-category-prod-list .products-list .wrap-categ-thumbs .row:last-child {
	float: left;
	width: 100%;
}

.blogread-more-recent {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.blogread-more-recent>a {
	background: #5d5d5d;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
}

.blog-content-inn:hover .blogread-more-recent>a {
	background: #484848;
	color: #fff;
}

.row.cont-page-outt1 {
	width: 100%;
	max-width: 100%;
}

.otr-recentpost-side .blog-content-inn {
	padding: 0;
}

.otr-recent-posts-list.blog-recentpost1 .blog-grid-content {
	padding: 20px 25px;
	width: calc(100% - 130px);
}

.otr-recent-posts-list.blog-recentpost1 .blog-grid-img {
	width: 130px;
	position: relative;
}

.otr-recent-posts-list.blog-recentpost1 .blog-grid-img>a {
	padding-bottom: 43px;
}

.single-prod-review-otr.single-prod-review-otr-wbc1 {
	width: 100%;
}

.single-prod-review-otr.single-prod-review-otr-wbc1 .single-prod-review {
	width: 50%;
}

.single-prod-review-otr.single-prod-review-otr-wbc1 .single-prod-review blockquote {
	padding-right: 10px;
}

.vehicle-btns .btn:hover,
.vehicle-btns .btn:focus {
	background: #363636;
	border-color: #363636;
}

.vehicle-btns .btn.btn-report:hover,
.vehicle-btns .btn.btn-report:focus {
	background: #A7A7A7;
	border-color: #A7A7A7;
	color: #fff;
}

._header-categories {
	display: block;
	padding: 80px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../img/home-banner9dec.jpg);
}

._header-categories h2 {
	display: block;
	font-size: 39px;
	line-height: 52px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
}

._header-categories h1 {
	display: block;
	font-size: 32px;
	line-height: 52px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #fff;
}

._header-categories p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

._header-categories-content {
	margin-bottom: 30px;
	margin-top: 2px;
}

._header-categories ul {
	display: flex;
	width: 100%;
	list-style: none;
	flex-wrap: wrap;
	grid-gap: 10px;
}

._header-categories ul li {
	display: inline-block;
}

._header-categories ul li a {
	border: 1px solid rgba(255, 255, 255, 44.0);
	padding: 12px 30px 12px 15px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: rgba(255, 255, 255, 0.34);
	position: relative;
	overflow: hidden;
}

._header-categories ul li a::after {
	position: absolute;
	left: 0;
	background: #202020;
	content: "";
	height: 200px;
	left: -95px;
	opacity: .2;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 10;
}

._header-categories ul li a:hover:after {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


._header-categories ul li a:hover {
	background: #d5ccc0;
	color: #231f20;
	border-color: #d5ccc0b8;
}

._header-categories ul li a .fa.fa-chevron-right.mr-2 {
	-webkit-text-stroke: 13px rgba(255, 255, 255, 0);
}

._header-categories::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.55);
	content: "";
	z-index: 9;
}

._header-categories .container {
	position: relative;
	z-index: 9;
}

.wrapper-pricing.product-sg-price {
	position: relative;
	padding-right: 110px;
}




/*Media-for-order-page-Start*/
@media (max-width:767px) {
	.card.cont-customer-infos .row.grid1-infos {
		width: 100%;
	}

	.card.card-body.mb-2.cont-customer-infos {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.card.cont-customer-infos .row.grid1-infos {
		border-right: 0;
		border-bottom: 1px solid #b2b2b2;
	}

	.card.cont-customer-infos .row.grid1-infos:last-child {
		border-right: 0;
		padding-left: 0;
		padding-top: 40px;
		border: 0;
	}

	.row.grid1-infos>div:first-child {
		min-height: 1px !important;
	}
}

/*Media-for-order-page-End*/

.klaviyo_field_group {
	flex-wrap: nowrap !important;
}

.klaviyo_submit_button {
	height: 48px;
}

.success_message {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
}

.klaviyo_field_group .form-field {
	margin: 0 0 0 14px;
}

.klaviyo_field_group .form-field:first-child {
	margin-left: 0px;
}

.klaviyo_messages .error_message {
	color: #f00;
	width: 100%;
	text-align: left;
	padding: 2px;
}

.blogdetail-top .heading-32 {
	color: #535353;
	margin-bottom: 5px;
}

.blog-details-author-name {
	float: left;
	width: 100%;
	color: #a0a0a0;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.blog-details-author-name span {
	color: #231f20;
}

.blog-details-time-and-comments {
	float: left;
	width: 100%;
}

.blog-details-time-and-comments-grid {
	float: left;
	width: auto;
	margin-right: 30px;
	font-size: 17px;
	color: #a0a0a0;
	font-weight: 400;
	padding-left: 35px;
	background-position: left 2px;
	background-repeat: no-repeat;
	background-size: 23px;
}

.blog-details-time-and-comments-grid.time-view {
	background-image: url(../img/cards-time-icon1.svg);
}

.blog-details-time-and-comments-grid.total-comments {
	background-image: url(../img/blog-comments-icons.svg);
}

.form-group.hide-filed {
	display: none;
}

.Compatibility-main-section {
	display: inline-block;
	background: #f8f8f8;
	padding: 40px 0;
}

.wrap-prod-selected-vehicle .vehicle-head {
	float: left;
	width: auto;
	padding-bottom: 0;
}

.wrap-prod-selected-vehicle .vehicle-btns {
	float: right;
	max-width: 338px;
	width: 100%;
}

.wrap-prod-selected-vehicle .vehicle-head .vehicle-path {
	font-size: 13px;
}

.active-filter-brand .showparts.hidden {
	margin-bottom: 15px;
	margin-top: 15px;
}

.single-prod-review-otr.single-prod-review-otr-wbc1.hide-m-show .show-more-less.show-comment-bttn.blogshow-more-wbc {
	display: none;
}



.Covid-19-update-main {
	position: fixed;
	bottom: 0px;
	z-index: 9992;
	left: 0;
	top: auto;
	background: #342c28;
	width: 450px;
	display: none;
	padding: 35px 35px;
	color: #fff;
	align-self: flex-end;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	/* display:none; */
}

.Covid-19-update-main .covid-header {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.Covid-19-update-main .covid-header h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.Covid-19-update-main .covid-body-text {
	float: left;
	width: 100%;
}

.Covid-19-update-main .covid-body-text p {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}

.Covid-19-update-main a {
	position: absolute;
	top: 11px;
	color: #fff;
	font-size: 34px;
	right: 25px;
}

.Covid-19-update-main a .fa.fa-times {
	text-stroke: 4px #342c28;
	-webkit-text-stroke: 4px #342c28;
}

.Covid-19-update-main.remove-section {
	display: none;
}

.bounce-1 {
	animation-name: bounce-1;
	animation-timing-function: linear;
}

@keyframes bounce-1 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(0);
	}
}

.cont-new-nd-products.new-arrival-main {
	padding: 80px 0 80px 0;
}

.cont-new-nd-products.new-arrival-main .cont-new-arrivals h2 {
	text-align: center;
	padding-bottom: 10px;
}

.cont-new-nd-products.new-arrival-main article.otr-single-item {
	width: 25%;
	padding: 20px 10px;
}

.cont-new-nd-products.new-arrival-main article.otr-single-item .card.thumbnail {
	border: 1px solid transparent !important;
	padding: 10px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.cont-new-nd-products.new-arrival-main article.otr-single-item:hover .card.thumbnail,
.cont-new-nd-products.new-arrival-main article.otr-single-item:focus .card.thumbnail {
	border: 1px solid #ddd !important;
}

.notify-form {
	display: block;
	width: 100%;
	margin: 20px 0 0;
}

.notify-form input[type="text"] {
	width: 70%;
	float: left;
	height: 40px;
	border: 1px solid #d7d9d8;
	padding: 0 10px;
	outline: none !important;
	color: #080808;
	font-size: 16px;
	border-radius: 0px;
	background: #fff;
}

.notify-form input[type="submit"] {
	width: 30%;
	float: left;
	height: 40px;
	border: none;
	background: #5f605f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	border-radius: inherit !important;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.notify-form input[type="submit"]:hover {
	background: #121212;
}

.prod-compat-list p {
	margin: 0 0 20px;
}

.input-group-append .btn.btn-outline-secondary {
	background: #231f20;
	border-color: #231f20;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
}

.input-group-append .btn.btn-outline-secondary:hover,
.input-group-append .btn.btn-outline-secondary:focus {
	background: #231f20;
	border-color: #231f20;

}

.vehicle-btn-check {
	text-align: center;
	float: right;
}

.wrap-prod-selected-vehicle .d-none.d-md-block.btn.vehicle-check {
	display: inline-block !important;
	width: auto;
	float: none;
}


/*Mod Now Pay Later Start*/
.afterpay-inn h2 {
	max-width: 300px;
}

.payment-modes .col-md-4 {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0px;
}

.modnow-content a p {
	max-width: 327px;
}

.paypal-inn a {
	background: #003088;
}

.paypal-inn a h2 {
	color: #fff;
}

.paypal-inn a p {
	color: #fff;
	max-width: 100%;
}

.paypal-inn a img {
	max-width: 270px;
	width: 100%;
}

.cont-modnow {
	padding: 60px 0;
}

.modnow-head {
	text-align: center;
	margin: 0 0 50px;
}

.modnow-head-midd {
	display: inline-block;
	width: 500px;
	max-width: 100%;
}

.modnow-head h1 {
	color: #d5ccc0;
	font-size: 46px;
	line-height: 46px;
	letter-spacing: 1.8px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.modnow-content a {
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 50px 15px;
}

.modnow-content a:hover {
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}

.afterpay-inn a {
	background: #b2fce4;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	align-content: center;
	-moz-align-content: center;
}

.modnow-content h2 {
	color: #121212;
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	margin: 15px 0;
}

.modnow-content h2 span {
	font-weight: 600;
}

.zippay-inn a {
	background: #26517b;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-moz-justify-content: center;
	align-content: center;
	-moz-align-content: center;
}

.zippay-inn h2 {
	color: #fff;
	font-weight: 400;
}

.zippay-inn p {
	color: #fff;
}

/*Mod Now Pay Later End*/

/*Afterpay Start*/
.cont-afterpay-banner {
	background-image: url(/assets/images/afterpay-screen-phto.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.afterpay-banner-inn {
	height: 350px;
}

.afterpay-banner-midd {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 50%;
	width: 380px;
	text-align: right;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.afterpay-banner-midd h1 {
	color: #fff;
	font-size: 60px;
	line-height: 48px;
	font-weight: 600;
	margin: 0 0 30px;
}

.afterpay-banner-midd a {
	float: right;
	width: 280px;
	background: #b2fce4;
	padding: 18px 30px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

/* .afterpay-banner-midd a:hover {background: #231f20;} */
/* .afterpay-banner-midd a:hover img {filter: brightness(0) invert(1);-moz-filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);} */
.cont-afterpay-work {
	padding: 80px 0;
	text-align: center;
}

.afterpay-work-head {
	margin: 0 0 20px;
}

.afterpay-work-head h2 {
	color: #121212;
	font-size: 80px;
	line-height: 70px;
	font-weight: 600;
	margin: 0 0 30px;
}

.afterpay-work-head p {
	color: #464646;
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
}

.afterpay-work-steps {
	padding: 40px 55px;
}

.afterpay-work-img {
	height: 102px;
	position: relative;
	margin: 0 0 20px;
}

.afterpay-work-img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.afterpay-work-steps p {
	color: #464646;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
}

.afterpay-last-sec p {
	color: #464646;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 12px;
}

.afterpay-last-sec a.shopwith-afterpay {
	display: inline-block;
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	font-weight: 600;
	background: #121212;
	padding: 15px 40px;
	margin: 50px 0 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.afterpay-last-sec a.shopwith-afterpay:hover {
	background: #231f20;
}

.afterpay-last-sec .shopwith-afterpay span {
	float: left;
	margin: 2px 8px 0 0;
}

.afterpay-last-sec .shopwith-afterpay img {
	float: left;
}

.afterpay-last-sec a.shopwith-afterpay:hover img {
	filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

/*Afterpay End*/

.npopup #npopupDesc .successaddmessage .image>img {
	width: 95%;
	height: auto;
}

.comming-soon-section {
	background: rgba(0, 0, 0, 0.88);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.comming-soon-section h2 {
	color: #fff;
	font-size: 50px;
	line-height: 48px;
	text-transform: uppercase;
	margin: 0 0 25px;
	letter-spacing: 4px;
	font-weight: 900;
}

.payment-instructions-right.pir-text1 p {
	text-transform: none;
}

.wishlistoverlay .header.modal-header,
.wishlistoverlay .body.modal-body,
.wishlistoverlay .body.modal-body tr,
.wishlistoverlay .body.modal-body td,
.wishlistoverlay .createnewlist,
.wishlistoverlay button#closepopup,
.wishlistoverlay .createnewlist,
.wishlistoverlay .createnewlist a {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wishlistoverlay .header.modal-header:focus,
.wishlistoverlay .body.modal-body:focus,
.wishlistoverlay .body.modal-body tr:focus,
.wishlistoverlay .body.modal-body td:focus,
.wishlistoverlay .createnewlist:focus,
.wishlistoverlay button#closepopup:focus,
.wishlistoverlay .createnewlist:focus,
.wishlistoverlay .createnewlist a:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

:webkit-direct-focus {
	outline: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


@media (max-width: 550px) {
	.notify-form input[type="text"] {
		width: 100%;
		margin: 0 0 10px;
	}

	.notify-form input[type="submit"] {
		width: 100%;
	}

}


/*tracking page animation style*/
.eamEMN::after {
	position: absolute;
	display: block;
	width: 2px;
	top: 0;
	bottom: 0;
	left: 75px;
	content: "";
	height: auto;
	background-color: #c6cdd4;
	z-index: 1;
}

.lds-dual-ring {
	display: inline-block;
	width: 100%;
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: black transparent black transparent;
	animation: lds-dual-ring 1.2s linear infinite;
	margin-left: 45%;
	margin-top: 90px;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.category-desc {
	padding: 30px;
	box-shadow: 1px 0px 5px 6px rgba(227, 227, 227, 0.75);
	-webkit-box-shadow: 1px 0px 5px 6px rgba(227, 227, 227, 0.75);
	-moz-box-shadow: 1px 0px 5px 6px rgba(227, 227, 227, 0.75);
	margin: 30px 0;
}

#rMore {
	cursor: pointer;
	opacity: 0.5;
	padding: 10px 0;
}

.part-name-small {
	font-size: 17px;
	font-weight: 300;
}

.content-desc {
	max-height: 200px;
	overflow: hidden;
}

.simple-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

._htitle {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

#rMore:before {
	content: '';
	position: absolute;
	height: 12px;
	width: 91%;
	display: block;
	box-shadow: -1px -12px 9px -4px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: -1px -12px 9px -4px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: -1px -12px 9px -4px rgba(255, 255, 255, 0.8);
	margin-top: -18px;
	background: #fff;

}

img {
	max-width: 100%;
	height: auto;
}

.brand-title {
	color: #121212;
}

.otr-filter-inner li .sub-menu {
	position: absolute;
	left: 0;
	display: none;
	top: 48px;
	background: #fff;
	z-index: 999;
	width: 200px;
}

.otr-filter-inner li .sub-menu li {
	width: 100%;
}

.otr-filter-inner li .sub-menu li a {
	color: #121212;
	padding: 13px 15px;
	display: block;
	float: none;
	font-weight: 700;
	font-size: 13px;
	line-height: 12px;
}

/*.otr-filter-inner li .sub-menu li a:hover
{
color: #fff;
background: #342c28;
}*/
.otr-filter-inner li:hover .sub-menu {
	display: block;
}

.badge.badge-danger.gift-card {
	background: #342c28;
}

@media(min-width:992px) {
	.cont-logo-nav {
		max-height: 112px;
	}
}

#content-desc li {
	list-style-position: inside !important;
	list-style-type: disc;
}

#n_product ._header-categories {
	display: none !important;
}


/*--Part finder fixes --*/
.step-choose-variant li:not(:first-child),
.step-choose-vehicle li:not(:first-child) {
	display: block;
	width: 100%
}

.step-choose-variant li:not(:first-child) a,
.step-choose-vehicle li:not(:first-child) a {
	width: 100% !important;
	margin: 20px auto 0 auto !important;
	max-width: 540px;
	float: none;
}


.otr-filter-inner ul {
	position: relative;
}

.otr-filter-inner li .sub-menu {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.otr-filter-inner li .sub-menu li {
	/* width: 10%; */
	width: auto;
}

.otr-filter-inner li:hover .sub-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.otr-filter-inner ul li {
	position: initial;
}

.otr-filter-inner li .sub-menu li a {
	display: flex;
	align-items: center;
	padding: 17px 12px 12px !important;
	width: 100%;
}

.otr-filter-inner li .sub-menu li a img {
	filter: grayscale(1);
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.otr-filter-inner li .sub-menu li a img {
	display: none;
}

.otr-filter-inner li .sub-menu li a:hover img {
	filter: inherit;
}

.otr-filter-inner li .sub-menu li span.out-filter-icon1 {
	display: inline-block;
}

.otr-filter-inner li .sub-menu li span.out-filter-sub-name {
	display: inline-block;
	width: calc(100% - 90px);
	padding-left: 5px;
	padding-right: 5px;
}

.otr-filter-inner li .sub-menu li a:hover span.out-filter-sub-name {
	border-color: #121212;
}

.otr-filter-inner li .sub-menu li span.out-filter-sub-name {
	border-bottom: 3px solid transparent;
	padding: 0px 0px 6px 0px;
	width: auto;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.cont-flat-shipping-bottom {
	width: 100%;
	float: left;
}

.cont-flat-shipping-bottom ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.cont-flat-shipping-bottom li {
	float: left;
	background: #f8f8f8;
	width: 32%;
	margin-right: 2%;
	text-align: center;
	padding: 25px 14px 15px;
	min-height: 160px;
}

.cont-flat-shipping-bottom li:last-child {
	margin: 0;
}

.cont-flat-shipping-bottom li img {
	margin: 0 0 10px;
}

.cont-flat-shipping-bottom li p {
	font-size: 15px;
	line-height: 20px;
}

/*.wheel-price-01 {
float: left;
margin: 0 13px 0 0;
position: relative;
padding: 0 15px 0 0;
}*/
.wheel-price-01 {
	float: left;
	margin: 0px 5px 0 0;
	position: relative;
	padding: 6px 10px;
	background: #252525;
}

.wheel-price-labl {
	font-weight: 600;
	font-size: 14px;
	display: block;
}

.wheel-price-01 sub {
	text-transform: none;
	color: #fff;
	font-size: 12px;
	margin-left: 1px;
	position: relative;
	bottom: 0px;
	right: 3px;
	font-weight: 500;
}

.wheel-price-01::after {
	display: inline-block;
	width: 2px;
	height: 33px;
	background: #5F5F5F;
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	display: none;
}

.wheel-price-02 {
	padding: 0 0 0 2px;
	display: block;
	float: left;
	text-transform: none;
	color: #8B8B8B;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0;
}

.wheel-set-price {
	display: block;
	letter-spacing: 1px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 14px;
	color: #121212;
}

@media screen and (max-width:1365px) {
	.otr-filter-inner ul li a {
		padding: 15px 12px 17px;
	}
}

.wheel-price-val {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 800;
	font-size: 21.3326px;
	line-height: 29px;
	color: #fff;
}

.wheel-price-labl {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 9.39649px;
	line-height: 11px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #000000;
	position: relative;
	top: -10px;
	margin-top: -15px;
	left: -10px;
}

.RedText {
	color: #C23C2D !important;
}

.wheel-price-01.RedBG {
	background: #C23C2D;
}

.wheel-price-01.RedBG sub {
	color: rgba(255, 255, 255, 0.55);
}

.cont-brand-content-inn {
	max-height: 175px;
	display: block;
	overflow: hidden;
	transition: all .3s ease;
}

.cont-brand-content-inn.opened {
	max-height: 1500px;
	display: block;
	transition: all 1s ease;
}

.read-more-btn-brand {
	text-decoration: underline;
	font-weight: 600;
}

.cont-needhelp.mob {
	display: none;
}

/* 5-7-23 Start */
.youtube-channel {
	padding: 0 0 25px;
}

.youtube-channel-left {
	width: 27%;
	align-self: end;
	justify-content: end;
	padding-left: 2%;
}

.youtube-channel-right {
	width: 28%;
	text-align: center;
	z-index: -1;
}

.youtube-channel-center {
	width: 45%;
	padding: 40px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.youtube-channel-right img {
	max-width: 535px;
	width: 100%;
}

.youtube-channel-center h3 {
	font-size: 1.7rem;
	font-weight: 900;
	letter-spacing: 2px;
	color: #121212;
	text-transform: uppercase;
	background: #d5ccc0;
	padding: 5px 10px;
}

.youtube-channel-center p {
	font-size: 16px;
	margin: 12px auto 30px;
	max-width: 600px;
	color: #121212;
}

.youtube-channel-center p strong {
	display: block;
	margin: 0 0 12px;
}

.youtube-channel-center a {
	display: inline-block;
	background: #221e1f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #221e1f;
	padding: 8px 15px;
	font-size: 17px;
	margin: 0 15px;
}

.youtube-channel-center a:hover {
	color: #221e1f;
	background: transparent;
}

.otr-findout-content u a {
	color: #121212 !important;
}

.otr-testimonials-quote-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.otr-testimonials-quote-link img {
	max-width: 50px;
}

.otr-testimonials-quote-link a {
	font-size: 17px;
	color: #d5ccc0;
	text-transform: uppercase;
	font-weight: 500;
}

.otr-testimonials-quote-link a i {
	margin-left: 10px;
}

.testi-author-name {
	text-transform: none;
	font-weight: 500;
	font-size: 18px;
}

.otr-testimonial-view i {
	font-size: 25px;
	color: #fff;
	width: 37px;
	height: 37px;
	border: 1px solid #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.otr-testimonial-view {
	display: flex;
	gap: 10px;
}

.cont-card-text {
	display: block;
	width: 100%;
}

.cont-card-box {
	background: #d7cbbf;
	color: #121212;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 19px;
	padding: 4px 15px;
	min-width: 180px;
	margin-bottom: 10px;
	text-align: center;
}

.cont-card-text {
	display: block;
	width: 100%;
}

.testimonial-grid {
	max-width: 1370px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	padding: 15px;
}

.testimonial-grid-inner {
	border: 1px solid #d5ccc0;
	padding: 20px;
	display: flex;
}

.testimonial-author-img {
	max-width: 70px;
	min-width: 70px;
}

.testimonial-author-name {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 10px;
}

.testimonial-content p {
	font-size: 16px;
}

.testimonial-grid-inner:hover {
	box-shadow: 0px 2px 10px #d5ccc0;
}

.testimonial-header {
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.testimonial-header h1 {
	font-weight: 900;
	font-size: 3.5rem;
	letter-spacing: 2px;
	color: #d5ccc0;
	margin-bottom: 20px;
}

.testimonial-header p {
	font-size: 22px;
	font-weight: 500;
}

.otr-testimonial-view i:hover {
	background: #fff;
	color: #121212;
}

.slick-arrow {
	font-size: 0;
	font-size: 0;
	color: #fff;
	width: 37px;
	height: 37px;
	border: 1px solid #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: transparent;
}

.cont-testimonials-slider .slick-next {
	position: absolute;
	bottom: 0;
	right: 0;
}

.cont-testimonials-slider .slick-prev {
	position: absolute;
	bottom: 0;
	right: 44px;/
}

.cont-testimonials-slider .slick-next::before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 25px;
}

.cont-testimonials-slider .slick-prev::before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 20px;
}

.cont-testimonials-slider .slick-arrow.slick-disabled {
	opacity: .5;
}

.otr-testimonial-view {
	display: none;
}

.cont-testimonials-slider .slick-arrow {
	z-index: 1;
}

div#compat_list {
	font-size: 0;
}

/* 5-7-23 End */



/*JOIN THE ranger START*/
.join-ranger-main-panel {
	background: #d4cdc2;
	display: flex;
	display: -webkit-flex;
}

.join-ranger-left-outer {
	float: left;
	width: 25%;
	padding: 50px 70px 50px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.join-ranger-right-outer {
	float: left;
	width: 80%;
	position: relative;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 !important;
}

.ranger-regular {
	width: 75%
}

.ranger-regular .slick-arrow {
	z-index: 9
}

.join-ranger-right-outer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.join-ranger-left-outer h3 {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 108.04%;
	color: #342c29;
}

.join-ranger-left-outer p {
	margin: 25px 0 50px;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 154%;
	color: #111111;
}

.join-ranger-left-outer a {
	width: 270px;
	height: 55px;
	border: 1px solid #342c29;
	background: #342c29;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	letter-spacing: 0.065em;
	color: #FFFFFF;
	display: inline-block;
}

.join-ranger-left-outer a:hover {
	color: #342c29;
	background: transparent;
}

.join-ranger-slider {
	position: relative;
	z-index: 9;
}

.join-ranger-slider h5 {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 107.3%;
	color: #FFFFFF;
}

.join-ranger-slider h2 {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 50px;
	line-height: 107.04%;
	color: #FFFFFF;
	padding: 0;
	margin: 24px 0;
}

.join-ranger-slider a {
	font-family: 'Mulish', sans-serif;
	width: 156px;
	margin: 0;
	height: 44px;
	background: #FFFFFF;
	display: block;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.065em;
	color: #2D2D2D;
}

.join-ranger-slider a:hover {
	background: #B4091B;
	color: #fff;
}

.join-ranger-slider p {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 135.3%;
	color: #FFFFFF;
	float: left;
	width: 100%;
	margin: 35px 0 0;
}

.join-ranger-right-outer .slick-prev::before {
	content: "";
	width: 42px;
	height: 34px;
	left: 45px;
	bottom: 0;
	background: url(../images/img_left_arrow.png) left top no-repeat;
	background-size: 42px;
	position: absolute;
	opacity: 1;
}

.join-ranger-right-outer .slick-next::before {
	content: "";
	width: 42px;
	height: 34px;
	right: 45px;
	bottom: 0;
	background: url(../images/img_right_arrow.png) right top no-repeat;
	background-size: 42px;
	position: absolute;
	opacity: 1;
}

.join-ranger-right-outer .slick-prev {
	left: 0;
}

.join-ranger-right-outer .slick-next {
	right: 0;
}

.join-ranger-right-outer .slick-next,
.join-ranger-right-outer .slick-prev {
	top: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	bottom: 60px;
}

/*JOIN THE ranger END*/

.tag--medium.multi {
	display: block !important;
}


/* Paypal Page css start */
.cont-paypal-banner {
	background-image: url(/assets/images/paypal-banner.jpg);
	background-size: cover;
	background-position: bottom;
	padding: 70px 0px 350px;
	text-align: center;
}

.cont-paypal-banner h1 {
	color: #003087;
	font-weight: 400;
	font-size: 4.4rem;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.cont-paypal-banner h1 span {
	font-weight: 600;
}

.cont-paypal-banner p {
	color: #003087;
	font-size: 1.9rem;
	line-height: 1.6;
}

.pay-in-four {
	background: #003087;
	padding: 30px 0px 0px;
}

.pay-in-four img {
	max-width: 350px;
	width: 100%;
}

.pay-in-four h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #fff;
}

.pay-in-four ul li {
	font-size: 18px;
	color: #ffffffe3;
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 500px;
}

.pay-in-four ul li:not(:last-child) {
	margin-bottom: 30px;
}

.pay-in-four li span {
	min-width: 50px;
	height: 50px;
	border: 1px solid #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.pay-in-four .row {
	align-items: center;
}

.flexible-secure {
	padding: 80px 0px;
}

.flexible-secure h2 {
	font-size: 3rem;
	margin-bottom: 70px;
}

.flexible-secure h4 {
	margin: 20px 0px 10px;
}

.flexible-secure p {
	max-width: 260px;
	margin-left: auto;
	font-size: 18px;
	margin-right: auto;
	line-height: 1.5;
}

.flexible-secure img {
	max-width: 100px;
}

.paypal-bottom-section h2 {
	font-size: 3.4rem;
	line-height: 1.2;
	margin-bottom: 30px;
}

.paypal-bottom-section ul li {
	font-size: 20px;
	position: relative;
	padding-left: 21px;
	margin: 5px 0px;
}

.paypal-bottom-section ul li::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #003087;
	border-radius: 50%;
	left: 0;
	top: 12px;
}

.paypal-bottom-section ul {
	max-width: 500px;
}

.paypal-bottom-section .col-md-6:nth-child(2) {
	max-width: 719px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 100px 20px;
}

.paypal-bottom-section {
	border-top: 1px solid #46464666;
}

.paypal-bottom-section .col-md-6:nth-child(1) {
	background-image: url(/assets/images/ford-hustel.jpg);
	background-size: cover;
	background-position: center center;
}

/* Paypal Page css end */

.product-specs {
	margin: 20px 0 0;
}

.Aboutus-main-banner {
	width: 100%;
	/* background-image: url(/assets/images/AboutUs-banner.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.Aboutus-main-inn {
	display: flex;
	height: 450px;
	align-items: flex-end;
	padding-bottom: 115px;
}

.Aboutus-main-inn h1 {
	display: block;
	color: #fff;
	font-size: 64px;
	line-height: 60px;
	font-weight: bold;
}

.Aboutus-inn-left {
	display: inline-flex;
	align-items: center;
}

.Abt-heading-shap {
	display: inline-block;
	max-width: 154px;
	margin-right: 24px;
}

.Aboutus-featured {
	padding: 80px 0;
}

.Aboutus-featured-row {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.Aboutus-featured-row:last-child {
	margin-bottom: 0px;
}

.Aboutus-featured-content h2 {
	color: #121212;
	font-size: 35px;
	line-height: 37px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 24px;
}

.Aboutus-featured-content p {
	font-size: 18px;
	line-height: 28px;
	color: #121212;
	font-weight: 400;
	margin-bottom: 15px;
	opacity: 1;
}

.Aboutus-featured-content p:last-child {
	margin-bottom: 0px;
}

.Aboutus-featured-content {
	padding-right: 60px;
}

.Aboutus-featured-image img {
	max-width: 100%;
}

.Aboutus-featured-row:nth-child(2) {
	flex-direction: row-reverse;
}

.Aboutus-featured-row:nth-child(2) .Aboutus-featured-content {
	padding-left: 60px;
	padding-right: 0;
}

.Aboutus-driven-adventure {
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 30px;
}

.Aboutus-driven-adventure h2 {
	color: #fff;
	font-size: 50px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-shadow: 2px 5px 4px #121212;
	text-align: center;
}

.abt-social-main1.product-connected-outer-panel {
	padding: 80px 0;
}

.abt-social-main1 .Aboutus-featured-content h2 {
	font-size: 30px;
	line-height: 35px;
}

.abt-social-main1.product-connected-outer-panel .Aboutus-featured-content p {
	font-size: 16px;
	line-height: 26px;
}

.abt-social-buttons a {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	background: #211e1f;
	font-weight: 800;
	letter-spacing: 0.065em;
	padding: 12px 20px;
	color: #fff !important;
	text-transform: uppercase;
	margin-right: 30px;
}

.abt-social-buttons a:last-child {
	margin-right: 30px;
}

.abt-social-buttons a:hover {
	background: #121212;
}

.abt-social-buttons {
	display: inline-flex;
	width: 100%;
	margin-top: 10px;
}

.nCrossSellItem label {
	cursor: pointer;
	display: block;
}

.why-buy-from-us {
	float: left;
	width: 100%;
	background: #f8f8f8;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	margin-top: 15px;
}

.why-buy-from-h {
	background: #342c28;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	padding: 2px;
	grid-column: span 12;
}

.why-buy-from-inner {
	grid-column: span 4;
	text-align: center;
	padding: 20px 10px;
}

.why-buy-from-inner p {
	color: #342c28;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	line-height: 18px;
}

.row-prod-usps {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.wrapper-product-usps {
	float: left;
	width: 100%;
}

.wrapper-prod-usp {
	float: left;
	width: 100%;
	background: #f8f8f8;
}

.prod-usp-head {
	background: #342c28;
	padding: 5px;
}

.prod-usp-head h3 {
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.prod-usp-conts {
	display: flex;
	justify-content: space-evenly;
	padding: 20px 10px;
}

.prod-usp-col {
	padding: 0 15px;
	text-align: center;
}

.prod-usp-img {
	margin-bottom: 10px;
}

.prod-usp-img img {
	height: 60px;
	max-width: 100%;
}

.prod-usp-col p {
	color: #342c28;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 18px;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.prod-usp-img img {
		height: 40px;
	}

	.prod-usp-col p {
		font-size: 14px;
	}

	.cont-flat-shipping-bottom ul {
		display: block;
	}

	.cont-flat-shipping-bottom li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		min-height: 0;
		padding-bottom: 25px;
	}
}

.wrap-prod-sku-brand {
	padding: 0;
}

.cont-flat-shipping-bottom {
	margin-bottom: 15px;
}

.wrapper-prod-crosssell {
	width: 100%;
	float: left;
}

.addon-head h3 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.wrap-crosssell-block {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #f8f8f8;
	border-radius: 4px;
}

.row-crosssell-block {
	margin-left: -5px !important;
	margin-right: -5px !important;
}

.crosssell-block {
	padding-left: 5px !important;
	;
	padding-right: 5px !important;
	;
}

.crosssell-img img {
	max-width: 100%;
}

.crosssell-caption .title {
	margin-bottom: 7px;
	font-size: 13px;
}

.crosssell-caption .c-price {
	width: 35%;
	float: left;
	font-weight: 700;
	font-size: 13px;
}

.crosssell-caption .c-stock {
	width: 65%;
	float: left;
}

.crosssell-caption .c-stock span {
	display: inline-block;
	padding: 3px;
	background: #D5CCC0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}

.crosssell-caption .c-brand {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

.crosssell-caption .c-brand img {
	max-width: 100%;
}

.crosssell-caption .c-check {
	width: 39%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.wrapper-prod-crosssell .row-wrap-crosssell {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

@media (max-width: 575px) {
	.crosssell-caption .c-price {
		width: 100%;
		margin-bottom: 10px;
	}

	.crosssell-caption .c-stock {
		width: 100%;
	}

	.crosssell-caption .c-brand {
		width: 100%;
		margin-bottom: 10px;
		text-align: right;
	}

	.crosssell-caption .c-check {
		width: 100%;
	}
}

.part-updatev-btn .btn {
	background: #121212;
	border-color: #fff;
	color: #fff;
	min-width: 200px;
	border-width: 1px;
}

.part-updatev-btn .btn:hover,
.part-updatev-btn .btn:focus {
	background: #fff;
	border-color: #fff;
	color: #121212;
}

body#c_checkout nav#banner a.navbar-text.logo img.img-fluid {
	max-width: 250px;
}

.new-arrival-bttns {
	display: none;
}

/* 28-8-23 Css */
.main-title.error-heading {
	color: #D5CCC0;
}

.error-page p .btn:hover {
	background: #D5CCC0;
}

.my-accout-register {
	padding: 70px 0px;
}

.my-accout-register .card {
	padding: 15px;
}

.my-accout-register .checkbox input {
	width: auto;
	left: 0;
}

.my-accout-register .checkbox input {
	position: absolute;
	top: 6px;
}

.my-accout-register .checkbox label {
	padding-left: 25px;
	position: relative;
}

.about-social-widget .glide__track {
	overflow: visible;
}

h1.display-4.brand-heading {
	font-size: 36px;
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 700;
	color: #342c28;
}

.about-social-widget .widget-title {
	display: none !important;
}

.about-social-widget .glide__arrow {
	padding: 2px;
	background: #00000094;
	border-color: #00000094;
}

.btn-group-lg>.btn,
.btn-lg,
.btn {
	border-radius: 0px;
}

.cont-needhelp span a {
	border-right: 1px solid #98a09e;
	padding-right: 5px;
}

.cont-needhelp span {
	padding-right: 5px;
}

.cont-needhelp>a {
	color: #fff;
}

.prod-save-conts {
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

.prod-was-price,
.prod-rrp-price {
	margin-right: 8px;
	color: #ccc;
	text-decoration: line-through;
}

.prod-rrp-price {
	text-decoration: none;
}

.specinner_comp {
	background: #fff !important;
}

.specinner_comp_left {
	background: #e1e1e1 !important;
}

@media (max-width: 575px) {
	.spec_com_head {
		display: none !important;
	}
}

.prodbonus-block {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding: 10px 20px;
	background: #342c28;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}

.prodbonus-block p {
	margin: 0;
	color: #fff !important;
	font-size: 12px !important;
	line-height: 14px !important;
}

.prodbonus-block strong {
	font-weight: 600;
}

.prodbonus-head {
	margin-bottom: 5px;
}

.wrap-shipinfo {
	padding-top: 40px;
}

.wrap-shipinfo img {
	max-width: 100% !important;
}

.cart-ship-desc {
	padding-right: 20px;
}

.contact-form-outer2024 {
	width: 80%;
	padding: 50px;
	background: #fff;
	margin: auto;
	box-shadow: 0 0 10px #e3e3e3;
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
}

.contact-form-outer2024 .card-title {
	padding: 0 0 30px;
}

.money-pay-banner-outer {
	background: url(/assets/images/img_money_banner_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 459px;
	text-align: center;
	padding-top: 30px;
	background-size: cover;
}

.money-pay-banner-outer h2 {
	color: #121212;
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
	text-align: center;
}

.money-pay-banner-outer p {
	color: #121212;
	font-size: 21px;
	line-height: 25px;
	font-weight: 500;
	margin: 10px 0 0;
	text-align: center;
}

.Coming-soon-pay {
	padding: 250px 0;
}

.Coming-soon-pay h1 {
	color: #121212;
	font-size: 85px;
	line-height: 80px;
	font-weight: 700;
	text-align: center;
}


/*4X4 START*/


.revolutionary-heading h2,
.details-outer h3 {
	font-size: 60px;
	color: #242424;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 35px;
}

.revolutionary-heading h2 span {
	color: #B91018;
	text-decoration: underline;
}

.revolutionary-heading p {
	color: #424242;
	font-size: 19px;
	text-align: center;
}

.revolutionary-heading {
	padding: 0 20px;
}

.design-sub-heading img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.design-content-box p,
.design-content-box ul li {
	font-size: 16px;
	color: #575757;
}

.design-sub-heading span {
	background-color: #B91018;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	padding: 0 5px;
	margin-left: 20px;
}

.design-content {
	/* max-width: 38%; */
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.revolutionary-outer .row {
	padding: 30px 0 0;
}





/* .design-pic img {
    max-width: 569px;
    max-height: 569px;
    object-fit: contain;
} */



.invest-strap-outer {
	/* background: #121212; */
	background: #242424;
	padding: 45px 0 32px;
	text-align: center;
}

.invest-box {
	background: #B91018;
	/* width: 532px; */
	margin: auto;

	width: fit-content;
	padding: 1px 10px;
	border-radius: 2px;
}

.invest-box:hover {
	background: #9B0000;
}

.invest-box h2 {
	padding: 14px 0;
	font-size: 35px;
	font-weight: bold;
}

.invest-box h2 a {
	text-decoration: none;
	color: #fff;
}

.details-content span {
	font-size: 24px;
	font-weight: bold;
	color: #242424;
	padding: 10px 0 12px;
	display: inline-block;
}

.details-slide {
	margin-left: 10px;
	padding: 10px;
}

.details-content {
	text-align: center;
}


section.roll_top_cover {
	width: 100%;
	height: 70vh;
	object-fit: cover;
	position: relative;
	background-size: contain;
	background-size: 100% 100%;
	background-image: url(../images/car_img_1.jpg);
}

.roll_top_cover h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: 'Poppins' sans-serif;
}

.roll_top_cover p {
	font-size: 27px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: 'Poppins' sans-serif;
}

/* Cutting edge innovation -Section 2*/

.cutting_innovation .innovation_right_side h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	font-family: "Barlow", sans-serif;
}

.cutting_innovation .innovation_right_side {
	margin: auto;
	vertical-align: middle;
}

.cutting_innovation .innovation_right_side p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	font-family: "Barlow", sans-serif;
}

/* ISO Certificate */

.ISO_cerification {
	background: #242424;
}

.ISO_cerification h2 {
	padding: 20px;
	color: #FFFFFF;
	font-size: 38px;
	font-weight: 700;
	line-height: 46px;
	font-family: "Barlow", sans-serif;

	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;

}

.ISO_cerification h3 {
	padding: 10px;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 700;
	line-height: 32px;
	font-family: "Barlow", sans-serif;

	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.ISO_cerification p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	font-family: "Barlow", sans-serif;

	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.togglebtn:active::after {
	content: "▼";
	/* display: inline-block;
    width: 12px;
    height: 12px; */
}

.togglebtn:active::before {
	content: "▼";
	/* display: inline-block;
    width: 12px;
    height: 12px; */
}


/* Ulimate weather defence */
.Ulimate_weather_defence h2.ulimate_heading {
	margin: 20px 0;
	width: max-content;
	font-size: 35px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	line-height: 44px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
}

.Ulimate_weather_defence .card {
	border: none;
	border-bottom: 1px;
}

.Ulimate_weather_defence .card .card-header {
	border-bottom: 2px solid #a0a0a01e;
}

.Ulimate_weather_defence .card .inner_collapse {
	display: flex;
}


.Ulimate_weather_defence .card img {
	width: 45px;
}


.Ulimate_weather_defence .card button span {
	font-size: 19px;
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	line-height: 25px;
	color: rgb(185, 16, 24);
}

.Ulimate_weather_defence .card button {
	font-size: 19px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	line-height: 25px;
	color: rgb(36, 36, 36);
}

.defence_imgs {
	vertical-align: middle;
	margin: auto;
}

div.card-header {
	background-color: transparent;
	height: 100px;
}

.defence_right_side img {
	margin: 8px;
}

div.defence_next_sec {
	flex-direction: row-reverse;
}


/* Lighting Innovation  */

.lighting_innovation h2 {
	font-size: 60px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	line-height: 52px;
	color: rgb(36, 36, 36);
	display: flex;
	justify-content: center;
}

.lighting_inv_right_sec p {
	/* font-size: 14px; */
	font-size: 16px;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	line-height: 22px;
	color: rgb(66, 66, 66);
}

.lighting_inv_left_sec img {
	height: 300px;
	width: 100%;
}

.lighting_inv_right_sec h3 {
	font-size: 20px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	line-height: 44px;
	color: rgb(36, 36, 36);
}

div.lighting_next_sec {
	flex-direction: row-reverse;
	margin-bottom: 30px;
}

/* Embrace Technology section start */
.Embrace-technology h2 {
	font-size: 60px;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	line-height: 52px;
	color: rgb(36, 36, 36);
	/* display: flex;
    justify-content: center;
    align-items: center; */
	margin: auto;
	display: inline;
}

.Embrace-technology h2 span {
	font-size: 60px;
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	line-height: 52px;
	color: rgb(185, 16, 24);
}

.Embrace-technology p.embrace_para {
	font-size: 19px;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	line-height: 29px;
	color: rgb(66, 66, 66);
	text-align: center;
}

.Embrace-technology h3 {
	font-size: 26px;
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	line-height: 44px;
	color: rgb(36, 36, 36);
}

.Embrace-technology p.embrace_right_para {
	/* font-size: 14px; */
	font-size: 16px;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	line-height: 22px;
	color: rgb(66, 66, 66);
}

.mystyleList li {
	list-style-type: "✓ ";
}

/* .embrace_left_tech img{
   height: 300px;
   width: 100%;
} */
.embrace_store {
	display: flex;
	margin: auto;
}


.embrace_right_tech {
	margin: auto;
	vertical-align: middle;
}

.Next_right_embrace {
	margin: auto;
	vertical-align: top;
}


.Embrace-technology_next_sec {
	flex-direction: row-reverse;
}

/* Shop Now */
.shop_now .container h2 {
	font-size: 35px;
	font-weight: 700;
	font-family: "Barlow", sans-serif;

}

.shop_now .container h2 a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	display: flex;
	justify-content: center;
}

.shop_now .container {
	background-color: rgb(185, 16, 24);
	padding: 10px;
	border-radius: 3px;
}


.roll-and-Await .container h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: rgb(36, 36, 36);
	font-family: "Barlow", sans-serif;
}

.roll-and-Await .container p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: rgb(66, 66, 66);
	font-family: "Barlow", sans-serif;
}

.roll-and-Await .container a {
	color: rgb(66, 66, 66);
	text-decoration: underline;
}


@media screen and (min-width: 1201px) and (max-width: 1500px) {


	.get-rental .left-part .info-part {
		padding: 50px;
	}

}

@media screen and (min-width: 992px) and (max-width: 1201px) {
	.contact-details-head-single {
		margin: 0 15px 35px !important;
	}

	.Coming-soon-pay {
		padding: 190px 0;
	}
}

@media (max-width: 991px) {
	.cart-ship-desc {
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	.cart-ship-desc {
		padding-right: 30px;
	}

	.contact-form-outer2024 {
		width: 96%;
		padding: 30px 20px;
	}

	.contact-form-outer2024 .card-title {
		padding: 0 0 20px !important;
	}

	.Coming-soon-pay {
		padding: 190px 0;
	}

	.Coming-soon-pay {
		padding: 150px 0;
	}

	.Coming-soon-pay h1 {
		font-size: 65px;
	}

	.money-pay-banner-outer h2 {
		font-size: 50px;
		line-height: 65px;
	}

	.money-pay-banner-outer {
		height: 330px;
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.cart-ship-desc {
		padding-right: 200px;
	}

	.cart-ship-desc {
		padding-right: 200px;
	}

	.contact-form-outer2024 {
		width: 100%;
		padding: 30px 20px;
	}

	.money-pay-banner-outer h2 {
		font-size: 42px;
		line-height: 55px;
	}

	.money-pay-banner-outer p {
		font-size: 18px;
	}

	.money-pay-banner-outer {
		height: 280px;
	}

	.Coming-soon-pay h1 {
		font-size: 55px;
	}

	.Coming-soon-pay {
		padding: 130px 0;
	}
}

@media (max-width: 481px) {
	.cart-ship-desc {
		padding-right: 100px;
	}
}

@media (max-width: 381px) {
	.cart-ship-desc {
		padding-right: 20px;
	}

	.money-pay-banner-outer h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.money-pay-banner-outer p {
		font-size: 16px;
		line-height: 21px;
	}

	.Coming-soon-pay h1 {
		font-size: 37px;
		line-height: 64px;
	}

	.Coming-soon-pay {
		padding: 90px 0;
	}
}




/*BLACKFRIDAY SALE 2024*/

/*BLACK FRIDAY SALE*/
.black-fridaysale-outer-panel {
	padding: 80px 0;
}

.sale-banner img {
	width: 100%;
}

.black-fridaysale-outer-panel p {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 30px 0;
	padding: 0;
	opacity: 1;
	text-transform: inherit;
}

.blackfridaysale-grids-outer {
	width: 100%;
	padding: 60px 0;
	display: flex;
	grid-gap: 80px 20px;
	align-items: center;
	justify-content: center;
}

.blackfriday-Grid-inner {
	width: 330px;
}

.blackfriday-price {
	width: 100%;
	margin-bottom: 7px;
	text-align: center;
	color: #fff;
	background-size: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	background: url(/assets/images/img_blackfriday_pricing_bg.jpg) left top no-repeat;
	height: 69px;
	background-size: 100%;
	font-size: 30px;
	font-weight: 800;
	line-height: 60px;
	align-items: inherit;
}

.limited-time-panel {
	display: inline-block;
	width: 100%;
	background: url(/assets/images/black-graphic-bg.jpg) center center no-repeat;
	padding: 50px 0;
	text-align: center;
	margin: 0 0 30px;
}

.limited-time-panel h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #edcca5;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 80px;
	font-weight: 900;
	font-family: 'Barlow', sans-serif;
}

.blackfriday-banner-con {
	width: 100%;
	margin: 25px 0 0;
}

.blackfriday-banner-con img {
	width: 100%;
}

.blackfriday-Product-Con {
	display: block;
	width: 100%;
	border: 6px dashed #483401;
	border-radius: 0px;
	padding: 15px;
}

.blackfriday-Product-Con h6 {
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 12px 0 0;
	height: 61px;
	overflow: hidden;
	line-height: 20px;
}

.blackfriday-Product {
	width: 100%;
	height: 175px;
	overflow: hidden;
	text-align: center;
}

.blackfriday-Product img {
	height: 175px;
	width: auto;
}


/*DR 1 PAGE*/
.dr-banner-outer-panel {
	background: url(/assets/images/Hero_Toyota_JUN.jpg) left top no-repeat;
	background-size: cover;
	position: relative;
}

.dr-banner-outer-panel::before {
	content: "";
	background: #0000005e;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dr-banner-inner {
	display: flex;
	display: -webkit-flex;
	height: 800px;
	padding: 125px 0;
	align-items: center;
}

.dr-banner-outer-panel h6 {
	color: #c8beae;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
}

.dr-banner-outer-panel p,
.built-exlore-inner p {
	color: #fff;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	margin: 30px 0 35px;
}

.banner-btns-con {
	display: flex;
	display: -webkit-flex;
	gap: 15px;
	padding-left: 8px;
}

.dr-cta-con {
	display: inline-block;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #c8beae;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #C2B280;
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	position: relative;
}

.dr-cta-con:hover {
	background-color: #fff;
	color: #000;
	transition: 0.3s;
	border-color: #fff;
}

.dr-banner-con h6 {
	margin-bottom: 20px;
}

.DR-intro-slider .slick-dots li button {
	background: #fff;
}

.DR-intro-slider .slick-dots li.slick-active button {
	background: #c8beae;
}

.built-explore-outer-panel {
	padding: 45px 0;
	background: #000;
}

.built-exlore-inner h2 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 64px;
	text-align: center;
}

.built-exlore-inner p {
	text-align: center;
	padding: 0 40px;
}

.built-exlore-con {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
}

.built-exlore-con h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 60px;
	position: relative;
}

.built-exlore-con h3 img {
	width: 120px;
}

.design-engineer-con {
	text-align: center;
	margin: 40px 0 0;
}

.built-exlore-con h3:last-child {
	display: flex;
	flex-direction: row-reverse;
	padding-left: 80px;
}

.built-exlore-con h3:last-child::before {
	content: "";
	position: absolute;
	left: 0;
	width: 2px;
	height: 37px;
	background: #fff;
	bottom: 3px;
	border-radius: 2px;
}


.tough-nature .img-part {
	padding: 0;
}

.tough-nature .img-part img {
	display: block;
	width: 100%;
	height: 620px;
	object-fit: cover;
}

.tough-nature .img-part .left-img {
	height: 100%;
}

.tough-nature .content-part {
	padding: 0 0 0 100px;
	background: #292929;
	display: flex;
	align-items: center;
}

.tough-nature .content-part .tough-nature-right-con {
	max-width: 670px;
	margin-right: auto;
	width: 100%;
}

.tough-nature .content-part .tough-nature-right-con h2 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 64px;
	width: 70%;
}

.tough-nature .content-part .tough-nature-right-con p {
	font-size: 16px;
	line-height: 24px;
	margin: 30px 0;
	color: #fff;
	width: 70%;
}

.std-spec {
	padding: 60px 0 30px;
}

.std-spec .top-head {
	text-align: center;
	margin: 0 0 50px;
}

.std-spec .top-head h3 {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}


.std-spec .conters-blk .conter-box {
	row-gap: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-right: 1px solid#00000050;
}

.std-spec .conters-blk .conter-box:last-child {
	border: none;
}

.std-spec .conters-blk .conter-box h4 {
	text-transform: uppercase;
	font-size: 18px;
	color: #4d5155;
}

.std-spec .conters-blk .conter-box h2 sub {
	font-weight: 400;
	color: #4d5155;
	font-size: 20px;
}

.std-spec .conters-blk .conter-box h2 {
	font-size: 60px;
	font-weight: 700;
}

.std-spec .btm-part {
	margin: 50px 0 0;
	text-align: center;
}

.std-spec .btm-part h5 {
	color: #a2a2a2;
	font-size: 13px;
	font-weight: 400;
}

.discover-section {
	padding: 30px 0 20px;
}

.discover-section {
	background: #000;
	padding: 60px 0;
}

.discover-section .toppart {
	text-align: center;
}

.discover-section .toppart h2 {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 20px;
}

.discover-section .toppart p {
	font-size: 16px;
	color: #ffff;
	line-height: 24px;
	margin: 0 auto 25px;
	width: 88%;
}

.discover-section .banner-btns-con {
	justify-content: center;
	padding: 0;
}

.disc-slide-blk {
	display: flex !important;
	flex-wrap: wrap;
	margin: 60px 0 0;
	width: 100% !important;
}

.disc-slide-blk .left-info,
.disc-slide-blk .right-image {
	max-width: 50%;
	width: 100%;
}

.disc-slide-blk .left-info {
	background: #262620;
	padding: 50px 80px;
}

.disc-slide-blk .right-image .top-part {
	background: #262620;
	width: max-content;
	margin-left: auto;
	border-radius: 0 0 0 24px;
	padding: 20px;
}

.disc-slide-blk .right-image .top-part h4 {
	font-size: 25px;
	color: #fff;
}

.disc-slide-blk .right-image .top-part ul {
	display: flex;
	margin: 8px 0 0;
	padding: 0 0 0 20px;
}

.disc-slide-blk .right-image .top-part ul li {
	font-size: 14px;
	color: #fff;
	list-style: disc;
}

.disc-slide-blk .right-image .top-part ul li:first-child {
	padding: 0 50px 0 0;
}

.disc-slide-blk .right-image {
	background-image: url(/assets/images/dr-right-bg.jpg);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-size: cover;
}

.disc-slide-blk .right-image img,
.disc-slide-blk .right-image.main {
	position: absolute;
	left: -110px;
	top: 50%;
	transform: translate(0, -50%)
}

.disc-slide-blk .right-image p {
	width: 83%;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 20px;
}

.disc-slide-blk .left-info .top-part {
	margin: 0 0 30px;
}

.disc-slide-blk .left-info .top-part h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
}

.disc-slide-blk .left-info .icon-text-blk {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	margin: 30px 0 0;
}

.disc-slide-blk .left-info .icon-text-blk .icon-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

.disc-slide-blk .left-info .icon-text-blk .icon-text .icn-part {
	max-width: 16%;
	width: 100%;
}

.disc-slide-blk .left-info .icon-text-blk .icon-text .text-part {
	max-width: calc(84% - 40px);
	width: 100%;
	font-size: 26px;
	color: #fff;
}

.disc-slide-blk .left-info .mid-part {
	margin: 0 0 30px;
}

.disc-slide-blk .left-info .mid-part h3 {
	margin: 0 0 20px;
	font-size: 26px;
	text-transform: capitalize;
	color: #fff;
}

.disc-slide-blk .left-info .color-text-blk {
	display: flex;
	gap: 50px;
}

.disc-slide-blk .left-info .color-text-blk .color-text {
	display: flex;
	align-items: center;
	gap: 20px;
}

.disc-slide-blk .left-info .color-text-blk .color-text .text-part {
	font-size: 22px;
	color: #fff;
}


.disc-slide-blk .left-info .color-text-blk .color-text .icn-part .color-block img {
	width: 100%;
	height: auto;
}

.disc-slide-blk .left-info .color-text-blk .color-text .icn-part .color-block {
	width: 70px;
	height: 70px;
}


.disc-slide-blk .left-info .btm-part {
	display: flex;
	flex-direction: column;
}

.disc-slide-blk .left-info .btm-part span {
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.disc-slide-blk .left-info .btm-part h2.price {
	text-align: left;
	font-size: 50px;
	line-height: 64px;
	color: #fff;
	display: block;
	margin: 10px 0;
}

.disc-slide-blk .left-info .btm-part label {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.big-image {
	background: url(/assets/images/big-img.jpg), #000;
	width: calc(100% - 40px);
	height: 655px;
	display: flex;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 30px;
	align-items: flex-end;
	justify-content: center;
	padding: 60px 0;
	margin: 30px 20px;
}

.big-image .banner-btns-con {
	margin: 0 auto;
}

.big-image-sec {
	background: #000;
}

.built-your {
	padding: 60px 0;
	background: #000;
}

.built-your .top-part {
	text-align: center;
	margin: 0 0 60px;
}

.built-your .top-part h2 {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 30px;
}

.built-your .top-part p {
	color: #fff;
	margin: 0;
	width: 85%;
	margin: 0 auto 25px;
}

.built-your .bult-box-blk {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
}

.built-your .bult-box-blk .built-box {
	background: #292929;
	padding: 20px 20px 30px;
	min-height: 492px;

}

.built-your .bult-box-blk .built-box img {
	height: 290px;
	width: 100%;
	object-fit: cover;
}

.built-your .bult-box-blk .built-box h3 {
	margin: 25px 0 0;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.built-your .bult-box-blk .built-box p {
	width: 76%;
	color: #FFF;
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0 0;
}

.comman-question {
	padding: 160px 0 60px;
	background: #000;
}

.comman-question .head-part {
	text-align: center;
	margin: 0 0 50px;
}

.comman-question .head-part h2 {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.comman-question .faq-part .accordian h3.title {
	padding: 30px 0;
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	border-top: 1px solid#fff;
	position: relative;
	cursor: pointer;
	border-bottom: 0px !important;
}

.comman-question .faq-part .accordian:last-child h3.title {
	border-bottom: 1px solid#fff;
}

.comman-question .faq-part .accordian .content {
	display: none;
}


.comman-question .faq-part .accordian h3.title::before,
.comman-question .faq-part .accordian h3.title.active::before {
	content: "";
	background: url(/assets/images/plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	pointer-events: none;
}

.comman-question .faq-part .accordian h3.title.active::before {
	background: url(/assets/images/minus.svg);
	height: 6px;
}

.discover-sld ul.slick-dots {
	bottom: -60px;
}

.built-your .bult-box-blk .slick-slide {
	margin: 0 10px 0 5px;
}

.discover-sld ul.slick-dots li button {
	background: #c8beae;
}

.discover-sld ul.slick-dots li.slick-active button {
	background: #fff;
}

.discover-sld .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 999;
	left: -70px;
	height: 50px;
	width: 50px;
	border: none;
}

.discover-sld .slick-prev,
.built-your .slick-prev {
	background: url(/assets/images/slick-prev.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.discover-sld .slick-next,
.built-your .slick-next {
	right: -70px !important;
	left: auto !important;
	background: url(/assets/images/slick-nxt.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.built-your .slick-prev {
	background: url(/assets/images/slick-prev.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.built-your .slick-next {
	background: url(/assets/images/slick-nxt.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.built-your .slick-arrow {
	position: absolute;
	bottom: -120px;
	z-index: 9;
	width: 50px;
	height: 50px;
	border: none;
}

.built-your .slick-next {
	left: 53% !important;
	transform: translate(0, -50%);
}

.built-your .slick-prev {
	left: 47% !important;
	transform: translate(0, -50%);
}

.dr-banner-outer-panel .video-part {
	position: absolute;
	bottom: 30px;
	right: 0;
	background: #3c3a31;
	display: flex;
	padding: 20px;
	max-width: 30%;
	width: 100%;
	align-items: center;
	gap: 30px;
}

.dr-banner-outer-panel .video-part .left-video {
	max-width: 55%;
	width: 100%;
}

.dr-banner-outer-panel .video-part .right-text {
	max-width: 45%;
	width: 100%;
}

.dr-banner-outer-panel .video-part .left-video iframe {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	border: 2px solid#fff;
}

.dr-banner-outer-panel .video-part .right-text h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
}


/*WAREHOUSE SALE START*/
.warehouse-sale-outer-panel
{ 
	background: url(/assets/images/img_warehouse_banner_bg.jpg) left top no-repeat; background-size: cover; 
	padding: 55px 0;
}
.warehouse-sale-outer-panel h6 {
	color: #fff;
	font-size: 30px; line-height: 45px;
	text-align: center; 
	font-weight: 900;
	text-transform: uppercase;font-family: "pressio", sans-serif;
	margin: 0;
}
.warehouse-sale-outer-panel h1 {
	color: #fff;
	font-size: 100px; line-height: 100px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 20px;font-family: "pressio", sans-serif;
}
.warehouse-sale-outer-panel h6 span, .warehouse-sale-outer-panel h1 span, .warehouse-trailer-con h3 span, .warehouse-ultimate-tradie-panel h2 span { color: #ffa602;}
.warehouse-sale-outer-panel p, .warehouse-ultimate-outer p, .warehouse-unmissable-outer p {
	color: #fff;
	font-size: 20px; line-height: 25px;
	text-align: center;
	font-weight: 400;
	margin: 0;margin: auto;
  max-width: 70%;
}
.warehouse-catalogue-btn { text-align: center;}
.warehouse-catalogue-btn a {
	background: url(/assets/images/trailer-bg.jpg) left top no-repeat;
	background-size: cover;
	padding: 20px 10px;
	color: #fff;
	font-weight: 900;
	font-size: 35px;
	text-align: center;
	margin: 20px 0 0;
	font-family: "pressio", sans-serif;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	max-width: 455px;
	width: 100%;
}
.warehouse-yellow-main-grid {
	background: #ffa602; padding: 20px 0;
}
.warehouse-inner ul {
	text-align: center;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.warehouse-inner li {
	display: flex;
	color: #000;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}
.warehouse-inner li img {
	margin-right: 12px;
}
.warehouse-trailer-main
{
	background: url(/assets/images/tradie-bg.jpg) left top no-repeat; background-size: cover; 
	padding: 195px 0;
}
.warehouse-trailer {
	display: flex;
	justify-content: end;
}
.warehouse-trailer-con {
	width: 475px;
	display: inline-block;
	background: #202020;
	padding: 10px;
}
.warehouse-trailer-con h3 {
	background: url(/assets/images/trailer-bg.jpg) left top no-repeat;
	background-size: cover;
	padding: 20px 10px;
	color: #fff;
	font-weight: 900;
	font-size: 26px;
	text-align: center;margin: 0 0 20px;font-family: "pressio", sans-serif;
}
.warehouse-trailer-btns {
	display: flex;
	align-items: center;
	gap: 12px;
}
.warehouse-trailer-btns a {
	width: 100%;
	display: inline-block;
	padding: 10px 10px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.3px; text-align: center;color: #202020;font-family: "pressio", sans-serif;
}
.rsvp-btn {
	background: #ffa602; 
}
.google-calender-btn {
	background: #c4c4c4;
}
.google-calender-btn img {
	margin-right: 6px;
}
.warehouse-ultimate-tradie-panel
{
	background: url(/assets/images/img_ultimate-tradie_bg.jpg) left top no-repeat; background-size: cover; 
	padding: 65px 0;
}
.warehouse-ultimate-outer h6, .warehouse-unmissable-tradie-panel h6 {
	color: #fff;
	font-size: 25px;
	line-height: 45px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
	text-align: center;font-family: "pressio", sans-serif;
}
.warehouse-ultimate-outer h2, .warehouse-unmissable-tradie-panel h2 {
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 20px;font-family: "pressio", sans-serif;
}
.warehouse-ultimate-grids-con {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;margin-top: 70px;
}
.warehouse-ultimate-grid { text-align: center; position: relative;}
.ware-ultimate-top {	background: #3c3a31; padding: 50px 20px 145px; height: 400px;}
.ware-ultimate-bottom {	background: #414141; padding: 160px 20px 30px;}
.warehouse-ultimate-grid.warehouse-ultimate-grey .ware-ultimate-top {	background: #d0c9bc;}
.warehouse-ultimate-grid.warehouse-ultimate-grey .ware-ultimate-bottom {	background: #ffffff;}
.ultimate-sale {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ffa602;
	padding: 5px 18px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;font-family: "pressio", sans-serif;
}
.warehouse-ultimate-grid h4 {
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	line-height: 35px;
	text-transform: uppercase;font-family: "pressio", sans-serif;
	margin: 0;
}
.warehouse-ultimate-grid h4 span { color:#d0c9bc;}
.warehouse-ultimate-grid h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	line-height: 45px;
	text-transform: uppercase;
	margin: 0 0 5px;font-family: "pressio", sans-serif;
}
.warehouse-ultimate-grid h6, .ware-ultimate-top p, .ware-ultimate-bottom p {color:#ffffff; font-size: 12px; line-height: 16px; margin: 0; font-family: "pressio", sans-serif;}
.ultimate-design-con { display: flex; align-items: center; justify-content: center; gap: 10px; color:#ffffff; font-size: 14px; line-height: 18px; margin: 0; font-weight: 400; font-family: "pressio", sans-serif;}
.ultimate-design-con img {
	width: 44px;
	height: auto;
}
.ultimate-total-price { color: #fff; font-size: 20px; font-weight: 400; margin-top: -40px; font-family: "pressio", sans-serif;}
.ultimate-price-now { font-size: 45px; font-weight: 900; color: #fff; line-height: 65px; display: flex; align-items: center; justify-content: center; gap: 20px; font-family: "pressio", sans-serif;}
.ultimate-price-now span.tc-text { font-size: 12px; color: #fff; font-weight: 400;}
.see-bundle-btn {
	text-align: center;
	width: 100%;margin: 12px 0 15px;
}
.see-bundle-btn a {
	background: #d0c9bc;
	color: #414141;
	text-transform: uppercase;
	font-weight: 500;
	min-width: 170px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;font-family: "pressio", sans-serif;
}
.see-bundle-btn a:hover {
	background: #121212;
	color: #fff;
}
.warehouse-ultimate-grid.warehouse-ultimate-grey .see-bundle-btn a:hover {
	background: #d0c9bc;
	color:#3c3a31;
}
.warehouse-ultimate-grid p {	margin: 5px 0 20px; }
.ultimate-image-con img {	position: absolute;	}
.ultimate-image-con img {
    left: 50%;
    max-width: 380px !important;
    top: 50%;
    transform: translate(-48%, -38%);
}
.ultimate-image-con.bundlepic02 img {	width: 100%;	left: 50%;	transform: translate(-50%, -41%);}
.ultimate-image-con.bundlepic03 img {
    transform: translate(-55%, -36%);
    left: 50%;
    max-width: 330px !important;
}


/*.ultimate-image-con.bundlepic01 img { left: -40px; margin-top: -340px; max-width: 460px !important; }
.ultimate-image-con.bundlepic02 img {	margin-top: -300px;	left: 0;}
.ultimate-image-con.bundlepic03 img {	margin-top: -310px;	right: -40px;	width: 470px;}*/
.ware-ultimate-bottom p {	margin-bottom: 0 !important; padding: 0 40px; font-family: 'Barlow', 'Verdana Fallback', sans-serif;}


.warehouse-ultimate-grid.warehouse-ultimate-grey h4,
.warehouse-ultimate-grid.warehouse-ultimate-grey h2,
.warehouse-ultimate-grid.warehouse-ultimate-grey h6,
.warehouse-ultimate-grid.warehouse-ultimate-grey p,
.warehouse-ultimate-grid.warehouse-ultimate-grey .ultimate-design-con,
.warehouse-ultimate-grid.warehouse-ultimate-grey .ultimate-price-now,
.warehouse-ultimate-grid.warehouse-ultimate-grey .ultimate-price-now span.tc-text,
.warehouse-ultimate-grid.warehouse-ultimate-grey .ware-ultimate-bottom p,
.warehouse-ultimate-grid.warehouse-ultimate-grey .ultimate-total-price {	color: #3c3a31;}
.warehouse-ultimate-grid.warehouse-ultimate-grey .see-bundle-btn a {	background: #3c3a31;	color: #fff;}

.warehouse-unmissable-tradie-panel { background:#fff url(/assets/images/img_unmissable-bg.png) left top no-repeat; background-size: cover; 	padding: 65px 0; }
.warehouse-unmissable-tradie-panel h6, .warehouse-unmissable-tradie-panel h2,  .warehouse-unmissable-outer p { color: #000}
.warehouse-unmissable-grids-con {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;margin-top: 50px;
}
.unmissable-top-con {
	position: relative;
	padding: 10px;
	background: #ebebeb;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;height: 265px;
  overflow: hidden;
}
.unmissable-top-con img {
    height: 220px;
}
.unmissable-bottom-con {
	background: #2a2a2a;
	padding: 35px 30px;
	box-sizing: border-box;
}
.unmissable-bottom-con h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;font-family: "pressio", sans-serif;
}
.unmissable-bottom-con p {
	color: #fff;
	font-size: 18px;
	line-height: 22px;min-height: 130px;
	font-weight: 400;
}
.unmissable-bottom-con a {
	color: #000;
	background: #d0c9bc;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	margin: 20px 0 0;font-weight: 400;font-family: "pressio", sans-serif;
}
.unmissable-bottom-con a:hover {	background: #fff;	color: #414141;}
.warehouse-tustradie-outer-panel {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.warehouse-tustradie-left-main { background: url(/assets/images/TUSTradie_BG__Placeholder.png) left top no-repeat; background-size: cover; display: flex; display: -webkit-flex;  align-items: center;  justify-content: center}
.warehouse-tustradie-right-main { background: url(/assets/images/TUSTradie_BG01.png) left top no-repeat; background-size: cover; padding: 150px 120px;}
.warehouse-tustradie-right-inner {
	max-width: 750px;
	width: 100%;
}
.warehouse-tustradie-right-main h2 {
	color: #fff;
	font-size: 60px;
	line-height: 75px;
	font-weight: 900;
	text-transform: uppercase;font-family: "pressio", sans-serif;
	margin: 0;
}
.warehouse-tustradie-right-main p {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;margin: 12px 0 40px;
}
.warehouse-tustradie-right-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);grid-gap: 22px;
}
.warehouse-tustradie-right-main li {
color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	padding-left: 30px; position:relative;
}
.warehouse-option-con {
	margin: 45px 0 0;
}
.warehouse-tustradie-right-main li::before { content: ""; position: absolute; left:0; top:6px; width:20px; height: 20px; background: url(/assets/images/img_tus_check.png) left top no-repeat; background-size: 20px;}
.warehouse-gallery-panel {
	position: relative;
}
.swiper-con {
	width: 180px;
	border-radius: 30px;
	background: #0000005e;
	position: absolute;
	border: 2px solid #fff;
	z-index: 9;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding: 6px 10px 8px;
}
.swiper-icons img {
	margin: 0 3px 5px;
}
.warehouse-gallery-slider .slick-slide {
  cursor: grab ;
}
.warehouse-gallery-slider img {
	height: 540px;
	width: auto !important;
	max-width: none !important;
}
.warehouse-limited-outer-panel
{
display: flex; display: -webkit-flex;
/*grid-template-columns: 60% 40%;*/
padding: 25px 25px 0;  background:#ebebeb ; box-sizing: border-box;justify-content: space-between;
}
.warehouse-limited-left-con { flex: 0 0 60%; background: url(/assets/images/24-months-bg.jpg) left top no-repeat; background-size: cover; padding: 60px 35px;  box-sizing: border-box; }
.warehouse-limited-right-con { flex: 0 0 39%; background: url(/assets/images/book-installtion-bg.jpg) left top no-repeat; background-size: cover; box-sizing: border-box; }
.warehoues-install-con {
	background: url(/assets/images/Installation_Image.png) center center no-repeat;
	background-size: cover;
	padding: 15px;
	height: 190px;
}
.warehoues-install-offer {
	text-align: center;
	padding: 30px 50px;
	box-sizing: border-box;
}
.warehoues-install-con a {
	color: #000;
	background: #ffa602;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	font-weight: 600;font-family: "pressio", sans-serif;
}
.warehoues-install-con a:hover, .warehoues-install-offer a:hover {
	color: #000;
	background: #fff;
}
.warehoues-install-offer h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;font-family: "pressio", sans-serif;
}
.warehoues-install-offer p, .warehouse-car-hire-top-left p {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
	margin: 12px 0 10px;
}
.warehoues-install-offer p
{
	padding: 0 50px;
	margin-bottom: 20px;
}
.warehoues-install-offer a {
	color: #3c3a31	;
	background: #d0c9bc;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	min-width: 170px;
	font-weight: 400;font-family: "pressio", sans-serif;
}
.warehouse-car-hire-outer-panel {
	padding: 25px;
	background: #ebebeb;
	box-sizing: border-box;
}
.warehouse-car-hire-top-con {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.warehouse-car-hire-top-con {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-radius: 40px;
}
.warehouse-car-hire-top-left {
	background-color: #00254e;
	border-radius: 40px 0 0 0;
	padding: 65px 100px 60px 0;
	display: flex;
	align-items: center;
	justify-content: end;
}
.waraehouse-hirecar-inner {
	max-width: 650px;
	width: 100%;
}
.warehouse-car-hire-top-left h2{
	font-size: 60px;
	color: #fff;
	line-height: 65px;
	font-weight: 900;
	text-transform: uppercase;margin: 25px 0;
}
.warehouse-car-hire-top-right {
	background: url(/assets/images/Nando-Wildtrak.jpg) top left no-repeat;
	background-size: cover;
	border-radius: 0 40px 0 0;
}
.warehouse-car-hire-bottom-con {
	background: #f87f1b;
	display: inline-block;
	width: 100%;
	padding: 10px;border-radius: 0 0 40px 40px;
}
.warehouse-car-hire-bottom-con ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.warehouse-car-hire-bottom-con ul li {
	position: relative;
	padding-left: 45px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin: 0 30px;
}
.warehouse-car-hire-bottom-con ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 30px;
	height: 28px;
	background: url(/assets/images/Green-check.png) left top no-repeat;
	background-size: 30px;
}
.warehoues-hirecar-con {
	margin: 50px 0 0;display: flex; display: -webkit-flex;align-items: center;
}
.get-free-rental-btn {
	min-width: 250px;
	background: #fff;
	border-radius: 90px;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 70px 0 30px;
	border: 2px solid #f87f1b;
	height: 50px;
	line-height: 46px;
	position: relative; color: #00254e;
	margin: 0 100px 0 0 ; font-family: "pressio", sans-serif;
}
.get-free-rental-btn::after {
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	background: #f87f1b url(/assets/images/blue-arrow.png) center center no-repeat;
	background-size: 30px;
	border-radius: 100%;
	display: flex;
	box-shadow: 0 0px 10px 0px rgba(0,0,0,0.4);
}
.warehouse-car-hire-top-left h2 span { color: #f87f1b; }
.get-free-rental-btn:hover {
	background: #ffa602;
	color: #fff;
	border-color: #fff;
}
.tradie-website-link {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.tradie-website-link:hover {
	color: #ffa602; text-decoration: none;
}
.warehouse-car-hire-top-right {
	position: relative;
}
.tardie-phone-con {
	position: absolute;
	bottom: -70px;
	right: 0;
	width: 480px;
}
.tardie-logo {
	width: 205px;
}
.warehouse-Pic-outer-panel
{
	background:  url(/assets/images/Location_Image.png) center center no-repeat;  background-size: cover;
	height: 820px;
}
.warehouse-HQ-location-panel {
	padding: 25px 25px 45px;
	background: #262626;
}
.warehouse-hq-inner-main {
	display: flex;
	background: #000000;
	padding: 25px;
	border-radius: 25px;
}
.warehouse-hq-inner-main {
	display: grid;
	background: #000000;
	padding: 25px;
	border-radius: 25px;
	grid-template-columns: repeat(2, 1fr);
}
.warehouse-HQ-left-con {
	padding: 0 130px 0 0;
	display: flex;
	justify-content: end;
	align-items: center;
}
.warehouse-hq-inner {
	width: 100%;
	max-width: 660px;
}
.warehouse-HQ-left-con h2 {
	color: #fff;
	font-size: 50px;
	line-height: 65px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "pressio", sans-serif;
	margin: 0;
}
.warehouse-HQ-left-con p, .warahouse-address-inner {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
	margin: 12px 0 10px;
}
.warahouse-address-inner a { color: #fff; text-decoration: none;}
.warahouse-address-inner h4 { font-weight: 600; font-size: 18px;}
.warehouse-address-con {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;margin: 25px 0;
}
.warehouse-social-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.warehouse-social-links ul li {
	display: inline-block;margin: 0 30px 0 0;
}
.warehouse-social-links ul li a {
	width: 48px;
	height: 48px;
	background: #333333;
	display: flex;
	border-radius: 100%;
	align-content: center;
	line-height: 45px;
	justify-content: center;
}
.warehouse-social-links ul li a:hover {
	background: #ffa602;
}
.warehouse-terms-main-panel { background-color: #000; padding: 35px 0; }
.warehouse-terms-inner p
{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	margin: 12px 0 10px;
	padding: 0; text-align: center;
}
.warehouse-HQ-right-con img {
	width: 100%;
}
.ultimate-total-price span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: white;
	transform: rotate(-6deg);
	left: -1px;
	top: 11px;
}
.ultimate-total-price span {
	position: relative;
}
.warehouse-ultimate-grid.warehouse-ultimate-grey .ultimate-total-price span::before { background: #3c3a31;}

@media screen and (max-width:1200px) { 
	.col-12.pad-none.sale-banner p br {
		display: none;
	}

	.black-fridaysale-outer-panel p strong {
		display: block;
	}
}

@media screen and (max-width:991px) {
	.blackfriday-Grid-inner {
		width: 300px;
	}

	.black-fridaysale-outer-panel {
		padding: 40px 0;
	}
}


@media screen and (max-width:767px) {
	.limited-time-panel {
		padding: 30px 10px;
		margin: 0 0 0px;
	}

	.limited-time-panel h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.blackfriday-price {
		height: 60px;
		font-size: 24px;
		line-height: 53px;
	}

	.blackfridaysale-grids-outer .blackfriday-Product-Con h6 {
		font-size: 15px;
		height: 80px;
		line-height: 17px;
	}

	.blackfriday-brands-off {
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.black-fridaysale-outer-panel {
		padding: 40px 0;
	}

	.blackfridaysale-grids-outer {
		padding: 30px 0;
		grid-gap: 70px 20px;
	}

}

@media screen and (max-width:575px) {
	.blackfriday-brands-off .halloween-brands-inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.Chritsmas-Products-Outer.blackfridaysale-grids-outer {
		grid-template-columns: repeat(2, 1fr);
		display: grid;
		grid-gap: 15px;
	}

	.Chritsmas-Products-Outer.blackfridaysale-grids-outer .Christmas-Grid-inner {
		width: 100%;
		box-sizing: border-box;
		margin: 30px auto 0;
	}

	.black-fridaysale-outer-panel p {
		font-size: 16px;
		line-height: 23px;
		margin: 15px 0;
	}

	.blackfriday-Grid-inner {
		width: 50%;
	}

	.blackfriday-Product-Con {
		border: 3px dashed #483401;
		padding: 6px 4px;
	}

	.blackfridaysale-grids-outer {
		padding: 20px 0;
		grid-gap: 40px 20px;
	}

	.tough-nature .img-part img {
		height: 350px;
	}
}

@media screen and (max-width:479px) {
	.blackfriday-price {
		height: 52px;
		font-size: 20px;
		line-height: 44px;
	}

	.blackfridaysale-grids-outer .blackfriday-Product-Con h6 {
		font-size: 14px;
		margin: 12px 0px 0;
	}

	.blackfridaysale-grids-outer .blackfriday-Product img {
		height: 125px;
		width: auto;
	}

	.blackfridaysale-grids-outer .blackfriday-Product {
		height: 135px;
	}

	.BlackFridaSale-outer-Panel2024 p {
		padding: 0px 0px;
	}

	.Chritsmas-Products-Outer.blackfridaysale-grids-outer .Christmas-Grid-inner {
		margin: 10px auto 0;
	}

	.Chritsmas-Products-Outer.blackfridaysale-grids-outer {
		grid-gap: 10px;
	}

	.blackfridaysale-grids-outer .blackfriday-Product-Con h6 {
		font-size: 13px;
		margin: 12px 0px 0;
		line-height: 15px;
		height: auto;
		min-height: 50px;
	}

	.blackfriday-banner-con {
		margin: 10px 0 0;
	}

	.blackfriday-brands-off {
		margin-bottom: 20px;
		margin-top: 10px;
		padding: 10px !important;
	}

	.blackfriday-brands-off .halloween-brands-inner {
		grid-gap: 15px;
	}

	.limited-time-panel h2 {
		font-size: 32px;
		line-height: 26px;
	}

	.limited-time-panel {
		padding: 20px 10px;
		margin: 0 0 0px;
	}

	.black-fridaysale-outer-panel {
		padding: 30px 0;
	}

	.tough-nature .img-part img {
		height: 300px;
	}

	.dr-cta-con {
		padding: 10px 15px;
		font-size: 14px;
	}

	.big-image {
		height: 130px !important;
	}
}

@media screen and (max-width:375px) {
	.limited-time-panel h2 {
		font-size: 25px;
		line-height: 31px;
	}

	.blackfriday-price {
		height: 31px;
		font-size: 15px;
		line-height: 27px;
	}

	.blackfridaysale-grids-outer .blackfriday-Product-Con h6 {
		min-height: 90px;
	}

	.blackfridaysale-grids-outer .blackfriday-Product img {
		height: auto;
		width: 100%;
	}

	.blackfridaysale-grids-outer .blackfriday-Product {
		height: 95px;
	}

	.tough-nature .img-part img {
		height: 250px;
	}

	.dr-cta-con {
		padding: 10px 11px;
		font-size: 13px;
	}

	.big-image {
		height: 130px !important;
		padding: 0 0 9px;
	}
}

@media screen and (max-width:767px) {
	.dr-banner-outer-panel h6 {
		text-align: center;
		font-size: 15px;
		font-style: italic;
	}

	.slick-slide img {
    width: auto !important;
    height: 160px !important;
    margin: 15px auto 0;
}
	.dr-banner-outer-panel p,
	.built-exlore-inner p {
		font-size: 14px;
		text-align: center;
		line-height: 24px;
		margin: 20px 0 0;
		padding: 0;
	}

	.banner-btns-con {
		padding: 40px 0 0;
		display: block;
		width: 100%;
		text-align: center;
	}

	.dr-cta-con {
		width: max-content;
		margin: 0 10px;
	}

	.dr-banner-outer-panel .video-part {
		max-width: 40%;
		position: relative;
		margin: 40px 20px 0 auto;
		padding: 6px;
	}

	.dr-banner-outer-panel .video-part .right-text {
		display: none;
	}

	.dr-banner-outer-panel .video-part .left-video {
		max-width: 100%;
		margin: 0 auto;
	}

	.dr-banner-outer-panel .video-part .left-video iframe {
		height: 94px;
	}

	.dr-banner-inner {
		height: 600px;
		padding: 60px 0 0;
	}

	.built-exlore-inner h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.built-exlore-con h3 {
		flex-direction: column-reverse !important;

		row-gap: 15px;
		font-size: 14px;
	}

	.built-exlore-con {
		margin: 30px 0 0;
	}

	.built-exlore-con h3:last-child::before {
		top: 50%;
		height: 50px;
		transform: translate(0, -50%);
		row-gap: 0;
	}

	.design-engineer-con img {
		width: 60%;
	}

	.tough-nature .content-part {
		padding: 50px 20px;
	}

	.tough-nature .content-part .tough-nature-right-con h2 {
		width: 100%;
		font-size: 30px;
		line-height: 36px;
		text-align: center;
	}

	.tough-nature .content-part .tough-nature-right-con p {
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 22px;
	}

	.std-spec {
		padding: 50px 0 20px;
	}

	.std-spec .top-head h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.std-spec .top-head {
		margin: 0 0 30px;
	}

	.std-spec .conters-blk .conter-box {
		row-gap: 10px;
		width: 50%;
		max-width: 100%;
		border-bottom: 1px solid #00000050;
		border-right: none;
		text-align: center;
		padding: 30px 0 20px;
	}

	.row.conters-blk {
		flex-direction: column;
		align-items: center;
	}

	.std-spec .conters-blk .conter-box:first-child {
		padding-top: 0;
	}

	.std-spec .conters-blk .conter-box h4 {
		font-size: 16px;
	}

	.std-spec .conters-blk .conter-box h2 {
		font-size: 50px;
	}

	.std-spec .conters-blk .conter-box h2 sub {
		font-size: 18px;
		vertical-align: middle;
	}

	.std-spec .btm-part {
		margin: 0px 0 0;
	}

	.discover-section {
		padding: 40px 0;
	}

	.discover-section .toppart h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.discover-section .toppart p {
		width: 100%;
		font-size: 14px;
		line-height: 22;
		line-height: 22px;
	}

	.disc-slide-blk .left-info,
	.disc-slide-blk .right-image {
		max-width: 100%;
		align-items: center;
		justify-content: center;
		padding: 40px 20px 60px;
	}

	.disc-slide-blk {
		flex-direction: column-reverse;
	}

	.disc-slide-blk .right-image .top-part {
		display: none;
	}

	.disc-slide-blk .right-image p {
		display: none;
	}

	.disc-slide-blk .right-image img,
	.disc-slide-blk .right-image.main {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
	}

	.disc-slide-blk .left-info .top-part h2 {
		font-size: 20px;
		line-height: 26px;
		text-align: center;
	}

	.disc-slide-blk .left-info .icon-text-blk {
		flex-direction: row;
		row-gap: 0;
	}

	.disc-slide-blk .left-info .icon-text-blk .icon-text .text-part {
		font-size: 16px;
		line-height: 20px;
		max-width: 33%;
	}

	.disc-slide-blk .left-info .icon-text-blk .icon-text .icn-part {
		max-width: 40%;
	}

	.disc-slide-blk .left-info .icon-text-blk .icon-text {
		gap: 15px;
	}

	.disc-slide-blk .left-info .top-part {
		margin: 0 0 30px;
	}

	.disc-slide-blk .left-info .mid-part h3 {
		font-size: 20px;
		line-height: 26px;
		text-align: center;
	}

	.disc-slide-blk .left-info .color-text-blk {
		justify-content: center;
	}

	.disc-slide-blk .left-info .color-text-blk .color-text .text-part {
		font-size: 18px;
		line-height: 26px;
	}

	.disc-slide-blk .left-info .color-text-blk .color-text .icn-part .color-block {
		width: 50px;
		height: 50px;
	}

	.disc-slide-blk .left-info .btm-part span {
		font-size: 18px;
		text-align: center;
	}

	.disc-slide-blk .left-info .btm-part h2.price {
		text-align: center;
		font-weight: 700;
		margin: 0;
		font-size: 40px;
		line-height: 42px;
	}

	.disc-slide-blk .left-info .btm-part label {
		font-size: 12px;
		text-align: center;
		line-height: 24px;
	}

	.big-image {
		height: 200px;
		backdrop-filter: blur(22px);
		padding: 0 0 30px;
	}

	.built-your {
		padding: 10px 0;
	}

	.built-your .top-part h2 {
		font-size: 30px;
		line-height: 36px;
		margin: 0 0 20px;
	}

	.built-your .top-part p {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}

	.built-your .bult-box-blk .built-box img {
		height: 180px;
	}

	.built-your .bult-box-blk .built-box {
		text-align: center;
		min-height: auto;
	}

	.built-your .bult-box-blk .built-box p {
		width: 100%;
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 22px;
	}

	.built-your .bult-box-blk .built-box h3 {
		margin: 20px 0 0;
		font-size: 22px;
		line-height: 28px;
	}

	.built-your .slick-arrow {
		width: 30px;
		height: 30px;
		bottom: -80px;
	}

	.comman-question {
		padding: 90px 0 0px;
	}

	.built-your .slick-prev {
		left: 40% !important;

	}

	.comman-question .head-part h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.comman-question .faq-part .accordian h3.title {
		font-size: 20px;
		padding: 20px 25px 20px 0px;
		border-bottom: 0px !important;
	}

	.comman-question .head-part {
		margin: 0 0 30px;
	}


	.comman-question .faq-part .accordian h3.title::before,
	.comman-question .faq-part .accordian h3.title.active::before {
		right: 0;
		width: 12px;
	}

	.comman-question .faq-part .accordian h3.title.active::before {
		height: 4px;
	}

	.get-rental {
		padding: 10px 15px;
		background-image: linear-gradient(180deg, black 40%, #ffffff 40%);
	}


	.get-rental .left-part .info-part {
		padding: 50px 20px 180px;
	}

	.get-rental .left-part .logo img {
		max-width: 150px;
	}

	.get-rental .left-part .info-part .left-info h2 {
		font-size: 30px;
		line-height: 34px;
		width: 70%;
		margin: 20px 0 0;
	}

	.get-rental .btm-lis-blk {
		display: none;
	}

	.get-rental .right-img img {
		height: auto;
		width: calc(100% - 20px);
		margin: -220px auto 0;
		border-radius: 10px;
	}

	.get-rental .left-part .info-part .left-info p {
		display: none;
	}

	.get-rental .left-part .info-part .left-info p {
		display: none;
	}

	.get-rental .left-part {
		margin: 50px 0 0;
		border-radius: 20px;
		padding-bottom: 80px !important;
	}

	.bigimg-form {
		border-top: 11px solid #f48127;
		padding: 190px 0 50px 0;
		background: linear-gradient(360deg, #c8beae 64%, transparent 0%), url(/assets/images/form-sec-bg.jpg);
	}

	.bigimg-form .bg-frm-blk .right-form p.half-input {
		flex-direction: column;
		gap: 0;
	}

	.bigimg-form .bg-frm-blk .right-form input {
		padding: 11px 10px;
		font-size: 16px;
		line-height: 24px;
	}

	.bigimg-form .bg-frm-blk .left-info {
		padding: 0 20px;
	}

	.bigimg-form .bg-frm-blk .contact-info .info {
		max-width: 50%;
		text-align: center;
	}

	.bigimg-form .bg-frm-blk .contact-info {
		flex-wrap: wrap;
		justify-content: center;
		gap: 27px;
	}

	.bigimg-form .bg-frm-blk {
		gap: 50px;
	}

	.bigimg-form .form-block {
		padding: 50px 0 30px;
	}

	.bigimg-form .bg-frm-blk .left-info h2 {
		font-size: 30px;
		line-height: 34px;
		text-align: center;
	}

	.bigimg-form .bg-frm-blk .left-info p {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}

	.bigimg-form .bg-frm-blk .contact-info .info:first-child {
		order: 1;
	}

	.bigimg-form .bg-frm-blk .contact-info .info:nth-child(2) {
		order: 3;
		max-width: 100%;
	}

	.bigimg-form .bg-frm-blk .contact-info .info:nth-child(3) {
		order: 2;
	}

	.bigimg-form .bg-frm-blk .contact-info .info span {
		font-size: 14px;
		line-height: 22px;
	}

	.bigimg-form .bg-frm-blk .contact-info .info h4 {
		font-size: 17px;
		line-height: 26px;
	}

	.bigimg-form .bg-frm-blk .social-links ul {
		width: 80%;
		margin: 0 auto;
	}

	.bigimg-form .bg-frm-blk .social-links ul li a img {
		width: 50px;
		height: 50px;
	}

	.bigimg-form .bg-frm-blk .social-links {
		margin: 20px 0 0;
	}

	.bigimg-form form .btm-prt p label {
		font-size: 16px;
	}

	.choice-container .choice-label {
		font-size: 16px;
	}

	.for-mob {
		display: block;
	}

	.disc-slide-blk .top-part.for-mob h4 {
		color: #fff;
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		margin: 20px 0 0;
	}

	.disc-slide-blk ul {
		display: flex;
		justify-content: center;
		gap: 50px;
		margin: 15px 0 0;
	}

	.disc-slide-blk ul li {
		font-size: 16px;
		line-height: 24px;
		color: #fff;
		list-style: disc;
	}

	.disc-slide-blk .cont.for-mob {
		text-align: center;
	}

	.disc-slide-blk .cont.for-mob p {
		font-size: 14px;
		color: #fff;
		line-height: 22px;
	}

	.discover-sld ul.slick-dots {
		bottom: 20px;
	}

	.discover-sld ul.slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.get-rental .left-info.for-mob p {
		margin: 20px 0 15px;
		font-size: 14px;
		color: #000;
		line-height: 22px;
		font-weight: 500;
	}

	.get-rental .btm-btn.link.for-mob {
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}

	a.get-rent::before {
		box-shadow: 0 0 10px #00000063;
		border-radius: 50%;
	}

	.get-rental .btm-btn.link.for-mob span {
		color: #000;
		font-weight: 500;
		padding: 0 0 0 4px;
	}

	.get-rental .btm-btn.link.for-mob a span {
		font-weight: 700;
		color: #00254e;
		padding: 0;
	}

	.add-box-blk {
		padding: 30px 20px;
		row-gap: 30px;
		column-gap: 20px;
	}

	.add-box-blk .acc-box {
		padding: 0;
		max-width: calc(50% - 10px);
		row-gap: 15px;
		font-size: 18px;
	}

	.add-box-blk .acc-box.text {
		padding: 0;
	}
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.dr-banner-outer-panel .video-part {
		max-width: 50%;
	}

	.dr-banner-outer-panel .video-part .right-text h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.tough-nature .img-part img {
		height: 100%;
	}

	.tough-nature .img-part .left-img {
		height: 100%;
	}

	.tough-nature .content-part {
		padding: 40px 60px;
	}

	.tough-nature .content-part .tough-nature-right-con h2 {
		font-size: 50px;
		line-height: 54px;
		width: 100%;
	}

	.tough-nature .content-part .tough-nature-right-con p {
		width: 100%;
		padding: 0 10px 0 0;
	}

	.dr-cta-con {
		padding: 7px 11px;
	}

	.std-spec .conters-blk .conter-box h2 {
		font-size: 40px;
		line-height: 45px;
		text-align: left;
	}

	.std-spec .conters-blk .conter-box {
		align-items: flex-start;
		gap: 11px;
	}

	.std-spec .conters-blk .conter-box h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.std-spec .conters-blk .conter-box h2 sub {
		font-size: 16px;
		vertical-align: middle;
	}



	.disc-slide-blk .left-info .top-part h2 {
		font-size: 40px;
	}

	.disc-slide-blk .right-image img,
	.disc-slide-blk .right-image.main {
		left: 20px;
		width: 89%;
	}

	.disc-slide-blk .left-info .icon-text-blk .icon-text .text-part {
		font-size: 18px;
		line-height: 26px;
		max-width: 48%;
	}

	.disc-slide-blk .left-info .icon-text-blk .icon-text .icn-part {
		max-width: 30%;
	}

	.disc-slide-blk .left-info .color-text-blk {
		flex-direction: column;
		gap: 20px;
	}

	.built-your .bult-box-blk .built-box p {
		font-size: 16px;
		width: 100%;
		line-height: 24px;
		margin: 10px 0 0;
	}

	.built-your .bult-box-blk .built-box h3 {
		font-size: 20px;
	}

	.built-your .bult-box-blk .built-box {
		min-height: 550px;
	}

	.built-your .slick-prev {
		left: 40% !important;
	}

	.comman-question {
		padding: 80px 0 60px;
	}

	.comman-question .faq-part .accordian h3.title {
		padding-right: 50px;
	}

	.get-rental .left-part .info-part {
		padding: 50px 20px 180px;
		margin: 0;
	}

	.get-rental .left-part .logo img {
		max-width: 140px;
	}

	.get-rental .left-part .info-part .left-info h2 {
		font-size: 40px;
		line-height: 46px;
		margin: 20px 0;
	}

	.get-rental .left-part .btm-btn {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.get-rental .left-part .btm-btn a span {
		color: #00254e !important;
	}

	.get-rental .btm-list ul {
		flex-wrap: wrap;
		padding: 0 20px;
		row-gap: 20px;
	}

	.get-rental .btm-list ul li {
		max-width: 50%;
		width: 100%;
		font-size: 22px;
	}

	.get-rental .right-img img {
		height: 694px;
	}

	.bigimg-form {
		padding: 250px 0 50px 0;
	}


	.bigimg-form .form-block {
		padding: 60px 20px;
	}

	.bigimg-form .bg-frm-blk .left-info {
		padding: 0 20px 0 0;
	}

	.bigimg-form .bg-frm-blk .contact-info {
		flex-direction: column;
		gap: 20px;
	}

	.bigimg-form .bg-frm-blk .contact-info .info {
		max-width: 100%;
	}

	.dr-banner-inner {
		max-width: 60%;
	}

	.add-box-blk {
		padding: 30px 20px;
		row-gap: 30px;
		column-gap: 20px;
	}

	.add-box-blk .acc-box {
		padding: 0;
		max-width: calc(50% - 10px);
		row-gap: 15px;
		font-size: 18px;
	}

	.add-box-blk .acc-box.text {
		padding: 0;
	}
}



@media only screen and (min-width: 1201px) and (max-width: 1600px)
{
.warehouse-sale-outer-panel h1 {
	font-size: 70px;
	line-height: 80px;
	margin: 0 0 20px;
}
.warehouse-sale-outer-panel h6 {
	font-size: 25px;
	line-height: 40px;
}
.warehouse-trailer-con h3 {
	font-size: 23px;
}
.warehouse-ultimate-outer h2, .warehouse-unmissable-tradie-panel h2 {
	font-size: 55px;
	line-height: 65px;
	margin: 0 0 20px;
}
.warehouse-ultimate-grid h4 {
	font-size: 22px;
}
.warehouse-ultimate-grid h2 {
	font-size: 25px;
	line-height: 40px;
}
.ultimate-price-now {
	font-size:40px;
	line-height: 60px;
}
.warehouse-tustradie-right-main {
	padding: 120px 80px;
}
.warehouse-tustradie-right-main h2 {
	font-size: 55px;
	line-height: 70px;
}
.warehouse-tustradie-right-main li {
	font-size: 18px;
	line-height: 23px;
	padding-left: 30px;
}
.warehouse-tustradie-right-main p {
	font-size: 18px;
	line-height: 24px;
}
.warehoues-install-offer p {
	padding: 0;
	margin-bottom: 20px;
}
.warehouse-car-hire-top-left {
	padding: 65px 60px 60px 0;
}
.waraehouse-hirecar-inner {
	max-width: 470px;
}
.warehouse-car-hire-top-left h2 {
	font-size: 50px;
	line-height: 60px;
}
.get-free-rental-btn {
	margin: 0 40px 0 0;
}
.warehouse-car-hire-bottom-con ul li {
	padding-left: 32px;
	font-size: 17px;
	margin: 0 24px;
}
.warehouse-car-hire-bottom-con ul li::before {
	top: 6px;
	width: 22px;
	height: 22px;
	background-size: 30px;
	background-size: contain;
}
.warehouse-HQ-left-con h2 {
	font-size: 45px;
	line-height: 60px;
}
.warehouse-HQ-left-con {
	padding: 0 60px 0 0;
}


}


@media only screen and (min-width: 992px) and (max-width: 1200px)
{
.warehouse-sale-outer-panel h1 {
	font-size: 60px;
	line-height: 70px;
	margin: 0 0 15px;
}
.warehouse-inner li {
	font-size: 14px;
}
.warehouse-inner li img {
	width: 15px;
	margin-right: 4px;
}
.warehouse-ultimate-outer h2, .warehouse-unmissable-tradie-panel h2 {
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 20px;
}
.warehouse-sale-outer-panel h6 {
	font-size: 25px;
	line-height: 40px;
}
.warehouse-trailer-con h3 {
	font-size: 23px;
}
.warehouse-sale-outer-panel p, .warehouse-ultimate-outer p, .warehouse-unmissable-outer p {
	max-width: 100%;
}
.ultimate-price-now {
	font-size: 26px;
	line-height: 35px;
	gap: 10px;
}
.ultimate-image-con.bundlepic01 img {
	max-width: 280px !important;transform: translate(-48%, -32%);
}

.ultimate-image-con.bundlepic03 img {
    width: 280px;
    transform: translate(-45%, -17%);
}
.unmissable-bottom-con h3 {
	font-size: 22px;
}
.warehouse-unmissable-grids-con {
	padding: 10px;
}
.warehouse-limited-left-con img {
	width: 350px;
}
.warehouse-HQ-left-con p, .warahouse-address-inner {
	font-size: 16px;
	line-height: 23px;
	margin: 9px 0 10px;
}
.warahouse-address-inner h4 {
	font-size: 16px;
}
.warehouse-limited-left-con {
	background-position: center center;
}
.warehouse-Pic-outer-panel {
	height: 520px;
}
.warehouse-ultimate-grid h4 {
	font-size: 16px;
	line-height: 20px;
}
.warehouse-ultimate-grid h2 {
	font-size: 21px;
	line-height: 28px;
}

.warehouse-tustradie-right-main {
	padding: 70px 40px;
}
.warehouse-tustradie-right-main h2 {
	font-size: 55px;
	line-height: 70px;
}
.warehouse-gallery-slider img {
	height: 350px;
}
.warehouse-tustradie-right-main li {
	font-size: 18px;
	line-height: 23px;
	padding-left: 30px;
}
.warehoues-install-offer {
	padding: 30px 30px;
}
.ware-ultimate-bottom p {
	padding: 0;
}
.unmissable-bottom-con {
	padding:20px 15px;
}
.warehouse-tustradie-right-main p {
	font-size: 18px;
	line-height: 24px;
}
.warehoues-install-offer p {
	padding: 0;
	margin-bottom: 20px;
}
.warehouse-car-hire-top-left {
	padding: 65px 60px 60px 0;
}
.waraehouse-hirecar-inner {
	max-width: 370px;
}
.warehouse-car-hire-top-left h2 {
	font-size: 40px;
	line-height: 50px;
}
.get-free-rental-btn {
	min-width: 200px;
	font-size: 18px;
	padding: 0 70px 0 30px;
	height: 50px;
	line-height: 46px;
	margin: 0 100px 0 0;
}
.tradie-website-link {
	font-size: 15px;
}
.get-free-rental-btn {
	margin: 0 40px 0 0;
}
.warehouse-car-hire-bottom-con ul li {
	padding-left: 32px;
	font-size: 16px;
	margin: 0 14px;
}
.warehouse-social-links ul li {
	margin: 0 10px 0 0;
}
.warehouse-car-hire-bottom-con ul li::before {
	top: 6px;
	width: 22px;
	height: 22px;
	background-size: 30px;
	background-size: contain;
}
.warehouse-HQ-left-con h2 {
	font-size: 45px;
	line-height: 60px;
}
.warehouse-HQ-left-con {
	padding: 0 60px 0 0;
}
.warehouse-social-links ul li a {
	width: 45px;
	height: 45px;
}
	.ultimate-total-price {
	font-size: 14px;
}
	

}

@media only screen and (min-width: 768px) and (max-width: 991px) 
{
	.warehouse-trailer-main {
	padding: 85px 0;
}
.warehouse-limited-left-con img {
	width: 220px;
}
.warehouse-sale-outer-panel h1 {
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 15px;
}
.warehouse-inner li {
	font-size: 14px;
}
.warehouse-inner li img {
	width: 15px;
	margin-right: 4px;
}
.warehouse-ultimate-outer h2, .warehouse-unmissable-tradie-panel h2 {
	font-size: 45px;
	line-height: 55px;
	margin: 0 0 15px;
}
.warehouse-sale-outer-panel h6 {
	font-size: 22px;
	line-height: 38px;
}
.warehouse-inner ul {
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.warehouse-sale-outer-panel p, .warehouse-ultimate-outer p, .warehouse-unmissable-outer p {
	font-size: 16px;
	line-height: 26px;
}
.warehouse-trailer-con h3 {
	font-size: 23px;
}
.warehouse-sale-outer-panel p, .warehouse-ultimate-outer p, .warehouse-unmissable-outer p {
	max-width: 100%;
}
.ultimate-price-now {
	font-size: 30px;
	line-height: 60px;
	gap: 10px;
}
.ultimate-image-con.bundlepic01 img {
	max-width: 310px !important;
}
.ultimate-image-con.bundlepic02 img {
	max-width: 310px;
}
.ultimate-image-con.bundlepic03 img {
	width: 330px;
}
.warehouse-tustradie-right-main {
	padding: 60px;
}

.warehouse-tustradie-outer-panel {
	grid-template-columns: repeat(1, 1fr);
}
.warehouse-ultimate-grid h4 {
	font-size: 22px;
}
.warehouse-ultimate-grid h2 {
	font-size: 25px;
	line-height: 40px;
}
.warehouse-limited-outer-panel {
	flex-direction: column;
}
.warehouse-car-hire-top-con {
	grid-template-columns: repeat(1, 1fr);
}
.warehouse-tustradie-right-main h2 {
	font-size: 50px;
	line-height: 60px;
}
.warehouse-tustradie-right-main li {
	font-size: 18px;
	line-height: 23px;
	padding-left: 30px;
}
.warehoues-install-offer {
	padding: 30px 30px;
}
.ware-ultimate-bottom p {
	padding: 0;
}
.unmissable-bottom-con {
	padding: 30px 25px;
}
.warehouse-tustradie-right-main p {
	font-size: 18px;
	line-height: 24px;
}
.warehoues-install-offer p {
	padding: 0;
	margin-bottom: 20px;
}
.warehouse-car-hire-top-left {
	padding: 50px;
	border-radius: 30px 30px 0 0;
}
.waraehouse-hirecar-inner {
	max-width: 100%;
}
.warehouse-car-hire-top-right {
	height: 480px;
}
.warehouse-car-hire-top-left h2 {
	font-size: 40px;
	line-height: 50px;
}
.warehouse-hq-inner-main {
	padding: 25px;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}
.get-free-rental-btn {
	min-width: 200px;
	font-size: 18px;
	padding: 0 70px 0 30px;
	height: 50px;
	line-height: 46px;
	margin: 0 100px 0 0;
}
.tradie-website-link {
	font-size: 15px;
}
.get-free-rental-btn {
	margin: 0 40px 0 0;
}
.warehouse-car-hire-bottom-con ul li {
	padding-left: 32px;
	font-size: 16px;
	margin: 0 14px;
}
.warehouse-social-links ul li {
	margin: 0 10px 0 0;
}
.warehouse-car-hire-bottom-con ul li::before {
	top: 6px;
	width: 22px;
	height: 22px;
	background-size: 30px;
	background-size: contain;
}
.warehouse-HQ-left-con h2 {
	font-size: 45px;
	line-height: 60px;
}
.warehouse-HQ-left-con {
	padding: 0 60px 0 0;
}
.warehouse-social-links ul li a {
	width: 45px;
	height: 45px;
}
.warehouse-ultimate-grids-con {
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
	margin-top: 70px;
}
	
.ultimate-total-price {
	font-size: 15px;
}		
.warehouse-gallery-slider img {
	height: auto;
	width: 100% !important;
	max-width: none !important;
}
.warehouse-limited-left-con {
	margin-bottom: 10px;padding: 20px 35px;
}
.warehouse-Pic-outer-panel {
	height: 320px;
}
}


@media only screen and (max-width:991px)
{
	.warehouse-unmissable-grids-con {
        display: inline-block;
	}
	.warehouse-unmissable-grids-con .slick-slide {
        margin: 0 10px;
	}
	
}


@media only screen and (max-width:767px)
{
	.warehouse-catalogue-btn a {
	padding: 16px 10px;
	font-size: 26px;
	width: 90%;
}
.warehouse-gallery-slider img {
	height: auto;
	width: 100% !important;
	max-width: none !important;
}
.warehouse-limited-left-con {
	margin-bottom: 10px;padding: 10px 5px;background-position: right center;padding: 30px 25px;
}
.warehouse-trailer-main {
	padding: 45px 0;
}
.warehouse-HQ-location-panel {
	padding: 15px 15px 35px;
	background: #262626;
}
.warehouse-ultimate-tradie-panel {
	padding: 25px 0;
}
.warehouse-sale-outer-panel h1 {
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 15px;
}
.warehouse-inner li {
	font-size: 14px;
}
.warehouse-inner li img {
	width: 15px;
	margin-right: 4px;
}
.warehouse-ultimate-outer h2, .warehouse-unmissable-tradie-panel h2 {
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 15px;
}
.warehouse-sale-outer-panel h6 {
	font-size: 22px;
	line-height: 38px;
}
.warehouse-inner ul {
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.warehouse-sale-outer-panel p, .warehouse-ultimate-outer p, .warehouse-unmissable-outer p {
	font-size: 14px;
	line-height: 26px;
}
.warehouse-trailer-con h3 {
	font-size: 23px;
}
.warehouse-sale-outer-panel p, .warehouse-ultimate-outer p, .warehouse-unmissable-outer p {
	max-width: 100%;
}
.ultimate-price-now {
	font-size: 22px;
	line-height: 60px;
	gap: 10px;
}

.ultimate-image-con.bundlepic01 img {
	max-width: 310px !important;transform: translate(-50%, -33%);
}
.ultimate-image-con.bundlepic02 img {
	max-width: 340px !important;
}
.ultimate-image-con.bundlepic03 img {
	width: 330px;
}
.warehouse-tustradie-right-main {
	padding: 30px 20px;
}
.warehouse-tustradie-outer-panel {
	grid-template-columns: repeat(1, 1fr);
}
.warehouse-car-hire-top-left h2 br {
	display: none;
}
.warehouse-car-hire-top-con {
	grid-template-columns: repeat(1, 1fr);
	display: flex;
}
.unmissable-bottom-con p {
	font-size: 14px;
	line-height: 21px;
	min-height: 130px;
}
.warehouse-limited-left-con img {
	width: 230px;
}
.warehouse-ultimate-grid h4 {
	font-size: 22px;
}
.warehouse-ultimate-grid h2 {
	font-size: 25px;
	line-height: 40px;
}
.warehouse-limited-outer-panel {
	flex-direction: column;padding: 15px 15px 0;
}
.warehouse-car-hire-top-con {
	grid-template-columns: repeat(1, 1fr);display: block;
}
.warehouse-car-hire-outer-panel {
	padding: 15px;
}
.warehoues-hirecar-con {
	margin: 10px 0 0;
	display: inline-block;
}
.warehouse-tustradie-right-main h2 {
	font-size: 40px;
	line-height: 50px;
}
.warehouse-tustradie-right-main li {
	font-size: 14px;
	line-height: 21px;
	padding-left: 30px;
}
.unmissable-top-con {
	height: 190px;
}

.warehoues-install-offer p, .warehouse-car-hire-top-left p {
	font-size: 14px;
	line-height: 26px;
}
.warahouse-address-inner h4 {
	font-size: 16px;
}
.warehouse-terms-inner p {
	font-size: 14px;
	line-height: 26px;
}
.warehouse-HQ-left-con p, .warahouse-address-inner {
	font-size: 14px;
	line-height: 26px;
}
.warehoues-install-offer {
	padding: 30px 30px;
}
.ware-ultimate-bottom p {
	padding: 0;
}
.unmissable-bottom-con {
	padding: 20px 15px;
}
.warehouse-unmissable-grids-con .slick-slide {
	margin: 0 5px;
}
.unmissable-bottom-con h3 {
	font-size: 19px;
	margin: 0 0 7px;
}
.warehouse-tustradie-right-main p {
	font-size: 14px;
	line-height: 26px;
}
.warehouse-car-hire-top-left {
	padding: 40px 25px;
	border-radius: 30px 30px 0 0;
}
.warehoues-install-offer p {
	padding: 0;
	margin-bottom: 20px;
}

.waraehouse-hirecar-inner {
	max-width: 100%;
}
.warehouse-car-hire-top-right {
	height: 480px;
}
.warehouse-car-hire-top-left h2 {
	font-size: 40px;
	line-height: 50px;
}
.warehouse-hq-inner-main {
	padding: 25px;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}
.get-free-rental-btn {
	min-width: 200px;
	font-size: 18px;
	padding: 10px 70px 10px 20px;
	height: 50px;
	line-height: 46px;
	margin: 0;
}
.get-free-rental-btn::after {
	width: 45px;
	height: 45px;
}
.tradie-website-link {
	font-size: 15px;
	margin-top: 20px;
	display: inline-block;
}
.warehouse-car-hire-bottom-con ul li {
	padding-left: 32px;
	font-size: 16px;
	margin: 0 14px;
}
.warehouse-social-links ul li {
	margin: 0 10px 10px 0;
}

.warehouse-car-hire-bottom-con ul li::before {
	top: 6px;
	width: 22px;
	height: 22px;
	background-size: 30px;
	background-size: contain;
}
.warehouse-HQ-left-con h2 {
	font-size: 40px;
	line-height: 45px;
}
.warehouse-HQ-left-con {
	padding: 0;
}
.warehouse-social-links ul li a {
	width: 35px;
	height: 35px;
}
.tardie-logo {
	width: 155px;
}
.warehouse-ultimate-grids-con {
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
	margin-top: 30px;
}
.warehouse-sale-outer-panel h6 {
	font-size: 25px;
	line-height: 35px;
}	
.ultimate-total-price {
	font-size: 15px;
}
.swiper-con {
	width: 150px;
	font-size: 10px;
	padding: 2px 4px 4px;
}
.swiper-icons img {
	margin: 0 0px 5px;
	width: 12px;
}
.warehouse-Pic-outer-panel {
	height: 340px;
}
}

@media only screen and (max-width:575px)
{


.warehouse-limited-left-con img {
	width: 200px;
}
.warehouse-option-con {
	margin: 15px 0 0;
}
.warehouse-option-con img {
	width: 250px;
}
}


@media only screen and (max-width:479px)
{
.warehouse-address-con {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 0;
	margin: 5px 0 0;
}
.warehouse-Pic-outer-panel {
	height: 250px;
}
.warehouse-trailer-btns a {
	padding: 10px 0;font-weight: 400;
	font-size: 12px;
}
.google-calender-btn img {
	margin-right: 2px;
	width: 13px;
}
.warehouse-trailer-con h3 {
	font-size: 21px;margin: 0 0 10px;
}
.warehouse-trailer-con {
	width: 100%;
	padding: 5px;
}
.warehouse-trailer-btns {
	gap: 3px;
}
}


@media only screen and (max-width:375px)
{
.ultimate-image-con.bundlepic03 img {
	transform: translate(-45%, -14%);width: 250px;
}
.ultimate-image-con.bundlepic01 img {
	transform: translate(-58%, -18%);width: 250px;
}
.ultimate-total-price {
	font-size: 14px;
}
.warehouse-tustradie-right-main ul {
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 15px;
}
.warehouse-trailer-con {
	width: 100%;
	padding: 3px;
}
.warehouse-trailer-con h3 {
	font-size: 18px;
	margin: 0 0 10px;
	padding: 10px 0px;
}
.warehouse-trailer-btns a {
	padding: 10px 0;
	font-weight: 400;
	font-size: 11px;
}
}