/* default css */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:wght@400;600;800&display=swap');
	body {

	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
        /*font-family: 'Anton', sans-serif;*/
}
ul{
	margin-left: 0;
}
img{
    max-width: 100%;
    max-height: 100%;
}
a{
	color: black;
	text-decoration: none;
}

/* default css end*/

/*index page css start*/

/* header start*/
header {
    /*background-image: url('images/Header-Image.webp');*/
    background-repeat: no-repeat;
    /*height: 110%;*/
    width: 100%;
    background-position: center;
    background-size: 100% 100%;
}

.partial-header{
    width: 100%;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  .user-left {
      margin-left:64px;
  }
  .blog-front-info{
      text-align:center;
  }
}

.tk_class{
    color:#f67322;
}


.main-logo img {
    max-height: 2.5rem;
    margin-left: 32%;
}
.add-to-cart {
    margin-top: -17px;
}
.add-to-cart a{
    color: white;
    line-height: 1rem;
    font-weight: 900;
    font-size: 1rem;
}

.header-sction-middle {
    height: 4.3rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid orange;
}
/* header end*/


/* main menu css start */

.main-menu-area{
    background-image: url("./images/topbar.webp");
	width: 100%;

}

.main-menu-area-product{
    background-image: url("./images/topbar.webp");
    width: 100%;
    background-size: cover;
}
#main-menu ul{
	list-style: none;
	float: right;

}
#main-menu ul li{
	display: inline-block;

}
#main-menu ul li a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    padding: 22px 30px;
    font-weight: 600;
    font-size: 1rem;
}
#main-menu ul li a:hover{
	background-color: #f67322;
    color: #ffffff;
}
.cloud-1 img{
	position: relative;
	margin-top: 380px;
}
.sub-menu{
    position: absolute;
    padding-left: 0;
    z-index: 1000;
    display: none;
}

.sub-menu li a{
padding: 15px 25px !important;
}
#main-menu ul li:hover .sub-menu{
    display: block;
}
.sub-menu li{
background-color: orange;
    display: block !important;
    border-bottom: 1px solid white;
}

.sub-menu li a {
    padding: 10px 25px;
}
/* main menu css end */
/* Shop now button start */

.shop-now-button {
    font-size: large;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 8px 30px;
    margin-left: 44%;
    margin-top: -230px;
    border-radius: 50px;
    background: linear-gradient(90deg, #fff 50%, #e57d11 0);
    background-size: 200% 100%;
    background-position: 100% 100%;
    transition: all 0.5s ease-out;
}
.shop-now-button:hover {
    background-position: left bottom;
    color: black;
}

/* Shop now button end */

/* about us css start */


#about-title{
	color: #f67322;
	text-transform: uppercase;
	font-weight: 800;
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Anton', sans-serif;
}
.section-title{
    font-family: 'Anton', sans-serif;
}
.about-us .bar{
	height: 5px;
	width: 70px;
	margin:0 auto 80px;
	background-color: #d8d8d8;

}


/* about us css end */



/* tires category css start */
#tire-category-bg {
    background-image: url("./images/home-bike-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 139%;
    height: 623px;
    background-color:rgba(255,255,255, 0.5);

}
#tire-category-center{
    background-image: url("./images/home-track-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 623px;
    background-color:rgba(255,255,255, 0.5);

}
#tire-category-bg-last{
    background-image: url("./images/home-bike-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 139%;
    height: 623px;
    background-color:rgba(255,255,255, 0.5);


}
.tire-category h1{
	color: #f67322;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 80px;
}
.tire-category .bar{
	height: 5px;
	width: 100px;
	margin: auto;
	background-color: #d8d8d8;
}

.tire-category li{
	list-style: none;
}

.tire-category img{
	margin-top: 80px;
	height: 380px;
}

/* tires category css end */


/* news and event css start */
.carousel-indicators{
    bottom: -120px;
}
.carousel-indicators li {
    height: 20px;
    border-radius: 50%;
    border: 1px solid white;
    background: black;
    width: 20px;
}

.news-and-event {
    background-image: url('images/blgo-section.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 70rem;
    padding-top: 4rem;
}





.newsc h1{
    color: white;
    text-transform: uppercase;
    margin-top: 14rem;
    font-family: 'Anton';
    letter-spacing: 2px;
}
.newsc .bar{
    height: 7px;
    width: 70px;
    margin: auto auto 1rem auto;
    background-color: #d8d8d8;

}

.blog-slider-single-image img{
    float: right;
}


.blog-front-info li{
    list-style: none;
    color: white;
    line-height: 2rem;

}

#info-btn {
    background-color: white;
    color: #f67322;
    text-transform: uppercase;
    border-radius: 25px;
    width: 10rem;
    font-weight: 700;
}
.blog-small-size {
    font-size: 10px;
}
.hero-blog-title{
    font-size: 17px;
    font-weight: 700;
}
/* footer css start */

#contact {
    margin: 3rem 0;
}


.footer-section ul{
	list-style: none;
	padding-left: 0;
}

.footer-section ul li {
    text-decoration: none;
	font-size: 14px;
	margin-top: 10px;
}



.footer-section .logo_social-area .logo_img img{

	margin-bottom: 1rem;
    margin-top: 5px;
}

.footer-section .logo_social-area ul li{

	display: inline;
}

.logo_social-area img {
    max-height: 50px;
}

.footer_copyright-area {
    background-color: black;
    color: white;
    width: 100%;
    height: 70px;


}
.social-icon{
    padding: 0 .5rem;
}
.social-icon img{
    max-height: 2rem;
}
.footer-subtitle {
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
}

/* footer css end */

/*index page css end*/





/* motorbike tire page css start */



/* header section css start */
.motobike-tire-page-menu-bar{
	background-color: black;
	width: 100%;
	height: 80px;
}
/* header section css end */


/* page title section css start */
.category_main-title{
	padding: 5rem 0 1rem 0;
}
.category_main-title p{
	text-transform: uppercase;
	font-size: 3rem;
	color: #f67322;
    font-family: Anton;
}
/* page title section css end */


/* category menu section css start */
.category_menu{
	padding: 0 0 7rem 0;
}
.category_menu ul
{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;

}

.category_menu ul li a {
    text-decoration: none;
    text-align: center;
    color: #b3b3b3;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 4px 30px;
    border: 1px solid #f67322;
    display: inline-block;
}

.category_menu ul li:hover
{
	background-color: #f36f21;
}

.category_menu ul li a:hover{
	color: white;
}
/* category menu section css end */


/* product section css start */
#plusminus{
    display: inline;
    width: 50px;
    text-align: center;
    margin-left: 3px;
}
.product-minas{
    margin-left: 15px;
}
.product-minas, .product-plus{
    border: 1px solid #f67322;
    cursor: pointer;
    display: inline-block;
    padding: 2px 15px;

}

.tire-description ul li {
    line-height: 2rem;
}
.vehicles_type p{
	font-size: 2.5rem;
    font-family: Anton;
	color: #f36f21;
	text-transform: uppercase;
    line-height: 40px;
}

.vehicles_type .bar{
	height: 5px;
	width: 70px;
	background-color: #d8d8d8;
}

.product-price-and-inc{
display: flex;
padding-left: 0;
margin-top: .6rem;

 font-size:15px;
}

.product-price-and-inc li{
    list-style: none;
    color: white;
    border: 1px solid white;
    display: block;
    width: 100%;
    text-align: center;
    background-color: black;
    margin-right: 0;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
}

.product-price{
margin-right: 5px;
}
.product-in-d{
	margin-left: 5px;
}
/* search bar css start */
.search-container input[type=text] {
	padding: 6px;
	margin-top: 8px;
	font-size: 17px;
	border: 1px solid #909090;
  }
.search-container button {
	float: right;
	padding: 6px;
	margin-top: 8px;
	margin-right: 16px;
	background: #909090;
	width: 100px;
	color: white;
	font-size: 18px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
  }

.search-container button:hover {
	background: #f67322;
  }
 /* secrch bar css end  */

/* product section css start */
.products{
	margin-top: 2rem;
}
.featured-image{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	height: 300px;
    max-width: 100%;
	text-align: center;
	position: relative;

}
.featured-image button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.featured-image img{
    height: 100%;
}
.single-featured-image{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

    max-width: 100%;
    text-align: center;
    position: relative;}
.single-featured-image img{
    width: 100%;
    height: 100%;
}
.featured-image a{
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
	font-size: 0.75rem;
	background-color: #f67322;
	border: 1px solid white;
	color: white;
	padding: 1px 1px 2px 1px;
}
.card-plus{
	border: 2px solid white;
	border-radius: 50%;
	height: 20px;
    width: 20px;
    display: inline-block;
}
.tire-code{
	background-color: black;
	height: 4.375rem;
	width: 100%;
	margin-top: 1rem;
    padding-top: 20px;
}
.tire-code p{
	color: white;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 800;
	text-align: center;
    line-height: 8px;

}
.tire-code p span{
	color:#f67322
}


#tire-size{
	font-size: 0.875rem;
	line-height: 0.0625rem;

}

/*.quantity*/
/*{*/
/*	background-color: black;*/
/*	height: 4.375rem;*/
/*	width: -45%;*/
/*	margin-top: 1rem;*/
/*}*/


.buy-now-btn {
	background-color: #f67322;
	color: white;
	font-size: 18px;
	font-weight: 700;
    width: 49%;
    float: left;
    margin-right: 5px;

}


/* product section css end */


/* motorbike tire page css end */




/* ordering page css start */



/* order place area css start */



.order-placing-area table{
	width: 100%;
}
.order-placing-area table, th, td {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
	color: #737373;
	font-weight: 500;
  }

.delivery_cod{
	margin: 2.5rem 0;
	padding: 0.625rem;
	background-color: #d7d7d7;
	color: black;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 800;
	height: 3.125rem;
    width: 100%;
}

/* order place area end */


/* ordering page css end */




/* tire details page css start */
.category-menu_tire-description{
	padding: 0;
}
.tire-title-and-details{
	padding: 2.375rem 0 2.5rem 0;
}


#tire-title-and-details_title{
	text-transform: uppercase;
	color: #f67322;
	font-size: 30px;
	font-weight: 700;
}

.related-tire_title{
    padding-top: 100px;
	text-transform: uppercase;
	color: #f67322;
	font-size: 30px;
	font-weight: 700;
    position: relative;
}

.related-tire_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53px;
    height: 4px;
    background-color: gray;
}

#related-product_featured-images{
	margin-top: 0;
	height: 28.1875rem;
}


/* tire details page css end */

/* Action button CSS */

.action-button {
    width: 220px;
}
.action-button form{
    display: inline;
}

/* Cart page css start */

.cart-bottom-block{
    position: relative;
}

.cart-continue-shopping{
    position: absolute;
    bottom: 3rem;
    left: 0;
}


/* Over write css start */
.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: none;
}


/*Track customer product css start
*/
.track-status{
font-size: 22px;
font-weight: 800;
color: red;
}

/*fixed cart postion */

.fixed-add-to-cart {
    position: fixed;
    right: 20px;
    top: 45%;
    z-index: 9999;
    background-color: black;
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-add-to-cart a{
    color: white;
    font-weight: 700;
}
/* Over write CSS end */


.thank-you {
    margin: 12rem 0 !important;
    color: black;
}

.mobile-menu-toggle{
    display: none;
}

.footer-ul-font li{
    font-weight: 600;
}

.buy-now-btn.btn {
    border-radius: 0;
}

.search {
    font-weight: bold;
}

.relative.inline-flex.items-center.px-4.py-2.ml-3.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:shadow-outline-blue.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    display: inline-block;
    width: 118px;
    font-weight: 600;
}
.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.rounded-md {
    font-weight: 600;
}

.products:hover .tire-code{
    background-color: #f67322;
}
.products:hover .tire-code p span{
    color: white;
}

.buy-now-btn:hover{
    color: black;
}

.cart-button-bg {
    background-color: #f67322;
    color: white;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.table .thead-dark th {
    color: #fff;
    background-color: black;
    border-color: #454d55;
}
.btn:hover {
    color: black;
    text-decoration: none;
}

.footer-ul-font li:hover a{
    color:#f67322;
}
.footer-two-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 70px;
}

.one-line.buy-now-btn{
    width: 48%;
}

/* Edited Talha */
.policy_header {
    background: #000;
    height: auto;
}

