body {
	font-family: 'Helvetica';
	padding: 0;
	margin: 0;
}
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica-Bold.eot');
	src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-Bold.woff2') format('woff2'),  url('../fonts/Helvetica-Bold.woff') format('woff'),  url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica-Bold';
	src: url('../fonts/Helvetica.eot');
	src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica.woff2') format('woff2'),  url('../fonts/Helvetica.woff') format('woff'),  url('../fonts/Helvetica.svg#Helvetica') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeue-Medium.eot');
	src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),  url('../fonts/HelveticaNeue-Medium.woff') format('woff'),  url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
p {
	font-size: 16px;
	font-family: 'Helvetica';
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 25px;
	color: #000;
	margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica-Bold';
	font-weight: 600;
}
a, a:hover {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}
a, a:focus, a:hover, button, button:focus, button:hover, checkbox, checkbox:focus, checkbox:hover, input, input:focus, input:hover, select, select:focus, select:hover {
	outline: 0;
}
ul {
	padding: 0;
	list-style: none;
}
li {
	line-height: 23px;
	margin-bottom: 10px;
}
header {
	position: fixed;
	z-index: 9;
	background: #fff;
	width: 100%;
}
.content-part {
	padding-top: 160px;
}
.h-phone {
	display: flex;
	height: 100%;
	align-items: center;
}
.h-phone a {
	background: url(../images/phone.png) no-repeat left center;
	padding: 5px 0px 5px 40px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.h-login-cart {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: right;
}
.h-login-cart ul {
	float: left;
	margin: 0;
}
.h-login-cart ul li {
	float: left;
	margin: 0;
}
.h-login-cart ul li a {
	padding: 0 10px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border-right: 2px solid #333;
}
.h-login-cart ul li:last-child a {
	border-right: 0px solid #333;
}
.h-cart {
	margin: 0;
}
.h-cart a {
	background: url(../images/cart.png) no-repeat left center;
	padding: 7px 0px 7px 45px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.m-menu {
	background: #083e5a;
}
.m-menu li {
	margin: 0;
}
.m-menu .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.m-menu #navbarSupportedContent {
	text-align: center;
}
.m-menu .navbar-nav {
	margin: 0 auto;
}
.m-menu .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 25px !important;
}
.m-menu .nav-link:hover { color:#f7ec5f;}
.m-menu form {
	padding: 7px 0!important;
}
.m-menu input[type="search"] {
	background: #ccc;
	border: none;
	font-size: 14px;
}
.m-menu button {
	background: url(../images/search.png) no-repeat left center;
	padding: 5px 15px 5px 15px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-indent: -10000px;
	border: none;
}
.m-menu button:hover {
	background: url(../images/search.png) no-repeat left center;
}
.banner-section {
	position: relative;
}
.banner-form {
	position: absolute;
	top: 0;
	background: #b0b0b0;
	width: 575px;
	right: 100px;
	padding: 30px;
	height: 100%;
}
.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #fff;
	background-image: none;
}
/* Remove IE arrow */
.select select::-ms-expand {
 display: none;
}
/* Custom Select */
.select {
	position: relative;
	display: flex;
	width: 100%;
	height: 40px;
	line-height: 18px;
	background: #fff;
	overflow: hidden;
	border-radius: 0;
	margin-bottom: 20px;
}
select {
	flex: 1;
	padding: 0 .5em;
	color: #000;
	cursor: pointer;
}
/* Arrow */
.select::after {
	content: '';
	background: url(../images/select-arrow.png) no-repeat center right !important;
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 0 1em;
	background: #fff;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
	height: 20px;
	width: 20px;
	background-size: 20px !important;
}
/* Transition */
.select:hover::after {
	color: #083e5a;
}
.banner-form h2 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
	font-size: 21px;
}
.banner-form h4 {
	text-align: center;
	margin: 20px 0;
	color: #000;
	font-size: 22px;
}
.banner-form input[type=submit] {
	background: #f7ec5f;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 30px;
	border: none;
}
.banner-form input[type=submit]:hover {
	color: #f7ec5f;
	background-color: #000;
}
.banner-form input[type=button] {
	background: #f7ec5f;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 30px;
	border: none;
}
.banner-form input[type=button]:hover {
	color: #f7ec5f;
	background-color: #000;
}
.tire-search {
	background: #083e5a;
}
.tire-search h2 {
	color: #fff;
	margin-bottom: 35px;
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
}
.ts {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}
.ts button {
	background: #f7ec5f;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 30px;
	border:none;
}
.ts button:hover {
	color: #f7ec5f;
	background-color: #000;
}
.cform input {
	background: #d1d1d1;
	border: none;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
}
.cform select {
	background: #d1d1d1;
	border: none;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
}
.cform .red {
    margin-bottom: 10px;
}
.cform input[type=button] {
    background: #f7ec5f;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 30px;
    border: none;
    width: auto;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    line-height: 0;
}
.cform textarea {
	background: #d1d1d1;
	border: none;
	padding: 10px;
	width: 100%;
	min-height: 200px !important;
	margin-bottom: 20px;
}
.cform input[type="submit"] {
	background: #f7ec5f;
	color: #083e5a;
	width: auto;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 50px;
	display: block;
	margin: 0 auto;
}
.cform input::placeholder {
	color: #000;
}
.cform textarea::placeholder {
	color: #000;
}
.contact-section h2 {
	color: #000;
	margin-bottom: 35px;
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
}
.cform .form-control:focus {
	color: #212529;
	background-color: #bbb;
	border-color: #86b7fe;
	outline: 0;
 box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
footer {
	background: #083e5a;
}
.foot-link h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
}
.foot-link p {
	color: #fff;
	margin: 0;
}
.foot-link p a {
	color: #fff;
}
.foot-link p a:hover { color:#f7ec5f;}
.foot-link li a {
	color: #fff;
}
.foot-link li a:hover { color:#f7ec5f;}
.foot-link i {
	font-size: 30px;
	padding: 0 10px;
}
.foot-link i:hover { color:#f7ec5f;}
.copy-right {
	background: #dadada;
	margin-top: 30px;
}
.copy-right p {
	margin: 0;
	padding: 20px 0;
}
.container.foot-top {
	width: 500px;
}
.product-list {
	text-align: center;
	border: 2px solid #ccc;
	padding: 30px;
	margin-bottom: 25px;
}
.product-list img {
	margin-bottom: 25px;
	width: 100%;
}
.product-list h4 {
    font-size: 20px;
    text-align: center;
    min-height: 60px;
}
.product-list h2 {
	font-size: 30px;
	text-align: center;
	color:#083e5a;
}
.product-list button {
    background: #083e5a;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 600;
}
.product-list button:hover {
	color: #083e5a;
	background-color: #f7ec5f;
}
.s-head h2 { color:#224054;}
.product-pagination nav {
	text-align: center;
	justify-content: center;
	display: flex;
}
.product-pagination .pagination {
	margin: 0;
}
.product-pagination .pagination li {
	margin: 0;
}
.product-pagination .page-link {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #717171;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.product-pagination .page-link:hover {
	z-index: 2;
	color: #083e5a;
	background-color: #f7ec5f;
	border-color: #dee2e6;
}
.product-pagination .page-link {
	padding: 15px 20px;
}

.qty-input {
	color: #000;
	background: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 100px;
	margin: 20px auto;
	border: 1px solid #ccc;
}
.qty-input .product-qty, .qty-input .qty-count {
	background: transparent;
	color: inherit;
	font-weight: bold;
	font-size: inherit;
	border: none;
	display: inline-block;
	min-width: 0;
	height: 25px;
	line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
	padding: 0;
	cursor: pointer;
	width: 30px;
	font-size: 16px;
	text-indent: -100px;
	overflow: hidden;
	position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}
.qty-input {
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
  transform: scale(1.5);
}
.notes { color:#F60;}
.invoice {
	border-left: 2px solid #ddd;
	padding: 25px 15px;
	border-right: 2px solid #ddd;
	border-top: 2px solid #ddd;
}
.invoice:last-child {
	border-bottom: 2px solid #ddd;
}
.invoice p {
	margin: 0;
}
.invoice p strong {
	color: #224054;
}
.invoice.grey-bg {
	background: #d2cdcd;
	padding: 15px;
}
.invoice h4 {
	font-size: 20px;
	color: #224054;
}
.invoice p a {
	font-size: 20px;
	color: #224054;
}
.card-header {
	font-size: 20px;
	text-align: center;
}
.successful {
	background: #74a83c;
	padding: 20px;
}
.successful h5 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
}
.cform {
	width: 575px;
	margin: 0 auto;
}
.banner-section img {
	height: 425px;
	object-fit: cover;
}
.popup-content input[type="button"] {
	background: #f7ec5f;
	color: #000;
	line-height: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.popup-content input[type="submit"] {
	background: #f7ec5f;
	color: #000;
	line-height: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.pagination {
	justify-content: center;
}
.card.sidebar-menu {
	margin-bottom: 25px;
}
.product-section .btn {
	background: #083e5a;
	border-color: #083e5a;
}
.product-section .btn:hover {
	color: #fff;
}
#customer-orders .btn-primary {
    background: #083e5a;
    border: none;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 11px;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

/***********************Media starts**************************/
@media screen and (min-width :320px) and (max-width: 767px) {
.h-phone {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.h-login-cart {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.container.foot-top {
	width: 100%;
}
.banner-form {
	position: absolute;
	top: 0;
	background: #b0b0b0;
	width: 90%;
	padding: 30px;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.foot-link {
	text-align: center;
}
.ts {
	width: 99%;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}
.banner-form h2 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
	font-size: 21px;
}
.banner-form h4 {
	text-align: center;
	margin: 20px 0;
	color: #000;
	font-size: 18px;
}
.cform {
	width: 90%;
	margin: 0 auto;
}
.banner-section img {
	height: 525px;
	object-fit: cover;
}
}


 @media screen and (min-width :320px) and (max-width: 991px) {
.container-fluid.mob-menu {
	text-align: center;
	justify-content: center;
}
.m-menu .navbar-nav {
	margin: 0 auto;
	padding: 20px 0;
}
.m-menu .navbar-toggler {
    background: url(../images/mob-menu.png) no-repeat left center;
    padding: 5px 15px 5px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-indent: -10000px;
    border: none;
    background-size: 30px;
    box-shadow: none;
    position: absolute;
    right: 5px;
    top: 10px;
	z-index: 9;
}
.m-menu .navbar-toggler:hover {
	background: url(../images/mob-menu.png) no-repeat left center;
	background-size: 30px;
	position: absolute;
    right: 5px;
    top: 10px;
}
.m-menu .navbar {
    padding: 0!important;
}
header {
	position: relative;
	z-index: 9;
	background: #fff;
	width: 100%;
}
.content-part {
	padding-top: 0;
}
.m-menu input[type="search"] {
    background: #ccc;
    border: none;
    font-size: 12px;
    width: 80%;
}
.js-step {
    display: none;
    padding: 10px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1024px) {
}
  
  
/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.banner-form {
	position: absolute;
	top: 0;
	background: #b0b0b0;
	width: 70%;
	padding: 30px;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.h-login-cart ul li a {
	padding: 0 5px;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	border-right: 2px solid #333;
}
.h-cart a {
	background: url(../images/cart.png) no-repeat left center;
	padding: 8px 0px 8px 44px;
	color: #000;
	font-size: 12px;
	font-weight: 600;
}
.product-list h4 {
    font-size: 20px;
    text-align: center;
    min-height: 100px;
}
}
  
/* Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
}
/* Landscape */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
}
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.overlay.visible {
	opacity: 1;
	visibility: visible;
}
.main-popup {
	position: fixed;
	left: 0;
	top: 30px;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 5px;
	z-index: 15;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all .5s ease;/* overflow: hidden; */
}
.main-popup.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(10px);
	transition: all .5s ease;
}
 @media (min-width: 500px) {
.main-popup {
	width: 500px;
	left: 50%;
	margin: 0 0 0 -250px;
}
}
.popup-header {
	position: relative;
	padding: 0;
	margin: 0;
	height: 62px;
	width: 100%;
}
#popup-close-button a {
	position: absolute;
	right: 10px;
	top: -30px;
	width: 22px;
	height: 22px;
}
#popup-close-button a::before {
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
	width: 3px;
	height: 25px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#popup-close-button a::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
	width: 3px;
	height: 25px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup-header ul {
	margin: 0;
	padding: 0;
	float: none;
}
.popup-header ul li {
	text-align: center;
	list-style: none;
	width: 50%;
	float: left;
}
.popup-header ul li a {
	display: block;
	padding: 20px 0;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}
#sign-in {
	background-color: #f7ec5f;
	color: #000;
	border-radius: 5px 0 0 0;
}
#sign-in.active {
	color: #fff;
	background-color: #083e5a;
}
#register {
	background-color: #f7ec5f;
	color: #000;
	border-radius: 0 5px 0 0;
}
#register.active {
	color: #fff;
	background-color: #083e5a;
}
.popup-content {
    height: auto;
    overflow: visible;
    position: relative;
}
form.sign-in {
	position: relative;
	top: 0px;
	left: 0;
	font-size: 1em;
	opacity: 1;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
form.sign-in.move-left {
	opacity: 0;
	transform: translateX(-450px);
}
.popup-content form label {
	font-size: 14px;
	color: #000;
	margin-left: 23px;
}
form.sign-in input {
	border-radius: 5px;
	width: 90%;
	height: 40px;
	margin: 5px 5% 10px 5%;
	padding: 10px;
	font-size: 1em;
	color: #ceaee8;
	outline: none;
	border: none;
}
.popup-content input#submit {
	background-color: #083e5a;
	color: #fff;
	width: auto;
	padding: 10px 30px;
	cursor: pointer;
	outline: none;
	border-radius: 5px;
	font-size: 16px;
	border: none;
	margin: 15px auto;
	display: block;
}
form.register {
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 1em;
	opacity: 0;
	transform: translateX(450px);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
form.register.move-left {
	opacity: 1;
	transform: translateX(0);
}
form.register input {
	border-radius: 5px;
	width: 100%;
	height: 40px;
	margin: 5px 0% 15px 0%;
	padding: 10px;
	font-size: 1em;
	color: #ceaee8;
	outline: none;
	border: none;
}
p.check-mark {
	position: relative;
	width: auto;
	padding: 0;
	text-align: center;
	color: #ceaee8;
	font-size: .8em;
	margin: 0 auto;
}
p.check-mark a {
	color: #000;
}
p.check-mark input {
	border-radius: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 2em;
	color: #ceaee8;
	outline: none;
	border: none;
}
p.check-mark label {
	margin-left: 5px;
}
.login-logo {
	background: #b9b9b9;
}
.login-logo img {
	width: 100%;
}
.sign-in {
	background: #b9b9b9;
	padding: 20px 0;
}
.register {
	background: #b9b9b9;
	padding: 20px 0;
}
