@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/***************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote, 
pre,
a, 
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: medium none !important;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
}
img,
a img {
    border: medium none;
}
.clear {
    border: medium none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
    transition: all 0.4s ease;
}
a:hover {
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #535353;
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding-bottom: 10px;
}
h1 {
    font-size: 37px;
    color: #000;
}
h2 {
    font-size: 25px;
    color: #000;
}
h3 {
    font-size: 22px;
    color: #000;
}
h4 {
    font-size: 20px;
    color: #000;
}
h5 {
    font-size: 18px;
    color: #000;
}
h6 {
    font-size: 16px;
    color: #000;
}
p {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
body {
    font-family: 'Open Sans', sans-serif;
}
*,
:after,
:before {
    box-sizing: border-box;
}
.container {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
/***************************************************************************/
.logo.siteLogo img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 101%, 0 0, 100% 0);
    z-index: 2;
}
.headerTop {
    background-color: #ededef;
    padding: 10px 0;
}
.headerTopInner {
    display: flex;
    justify-content: space-between;
}
.headerTopInner ul li {
    display: inline-block;
    padding: 0px 8px;
    border-right: 1px solid #000;
}
.headerTopInner ul li:last-child {
    border: none;
}
.headerTopInner ul {
    font-size: 0;
}
.headerTopInner ul li a {
    color: #000;
    font-size: 13px;
    /* padding-right: 6px; */
    line-height: 10px;
    text-transform: capitalize;
}
.headerTopInner ul li a:hover {
    color: #004eb0;
}
.headerMiddle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.callNumber {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}
.phoneno {
    color: #0054a6;
    margin-left: 12px;
    font-size: 22px;
    font-weight: 700;
}
.headerCart {
    display: flex;
}
.accountImg {
    padding-right: 16px;
    border-right: 2px solid #0054a6;
}
.cartImg {
    padding-left: 16px;
    position: relative;
}
a.cartImg span {
    position: absolute;
    top: -20px;
    right: 0;
}
.pageBreadCrumbs {
    background: #000;
    padding: 10px 0;
    margin-top: -2px;
    width: 100vw;
    position: relative;
    left: 49.44%;
    margin-left: -50vw;
}
.pageBreadCrumbs:before {
    content: "";
    position: absolute;
    width: 70px;
    left: 10px;
    right: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 45px solid #fff;
    margin: 0 auto;
    transform: rotate(180deg);
    bottom: -1px;
}
.pageBreadCrumbs ol.breadcrumbs, 
.pageBreadCrumbs ol.breadcrumbs a, 
.pageBreadCrumbs ol.breadcrumbs span {
    text-align: left;
    color: #fff;
    font-weight: normal;
    margin: 0;
}
main#main-content {
    margin-top: 0 !important;
    overflow-x: clip;
}
body > header {
    background-image: url("../img/headerbg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 250px;
}
/* Increase specificity to ensure override */
body.blog-page header {
    background-image: none !important;
}
body.homePage header {
    padding-bottom: 0;
}
.headerInner {
    /* background: none; */
    padding: 0;
    margin-bottom: -185px;
    position: relative;
    background-image: url("../img/menubg.png");
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    z-index: 1;
}
.headerMainInner {
    display: flex;
    background-color: #0054a6;
    justify-content: space-between;
    padding: 7px 10px 0;
}
.headerMain {
    padding: 20px 0;
}
.mainMenu {
    letter-spacing: 1px;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 2px solid #fff;
    border-radius: 5px;
    /* margin-top: 6px; */
}
.mainMenu ul li {
    display: inline-block;
    position: relative;
}
.mainMenu ul li a {
    color: #fff;
    display: flex;
    padding: 8px 15px;
    font-weight: 800;
    font-size: 18px;
}
.mainMenu ul li a:hover {
    background-color: #fff;
    color: #00a442;
}
.mainMenu ul li a:hover:before {
    content: "";
    position: absolute;
    top: 40px;
    width: 2%;
    left: 0;
    right: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #fff;
    z-index: 999;
    margin: 0 auto;
}
.mainMenu .subMenu li a:hover:before 
{
    display: none;
}
.bannerImage img {
    margin: 0 auto;
    object-position: top;
    object-fit: none;
    min-height: 770px;
}
.heroCarousel-slide .heroCarousel-image {
    object-position: top;
    object-fit: cover;
}
.heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 100%;
    height: 100%;
}
.heroCarousel.slick-initialized {
    max-height: inherit;
}
.brandSlider {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    padding-top: 25px;
}
.brandBoxes {
    background-color: #eeeeee;
    align-items: center;
    display: flex;
    border-radius: 5px;
    width: 150px;
    height: 120px !important;
    width: 14.29%;
    max-width: 160px;
    justify-content: center;
    margin: 0 14px;
}
.brandBoxes:hover {
    box-shadow: 0 0 15px -5px #000;
}
.brandBoxes img {
    width: auto;
}
.brandBoxes a {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.brandLogo button.slick-next.slick-arrow:hover, 
.brandLogo button.slick-prev.slick-arrow:hover,
.brandLogo button.slick-next:focus,  
.brandLogo button.slick-prev:focus,
.testimonail button.slick-next.slick-arrow:hover, 
.testimonail button.slick-prev.slick-arrow:hover,
.testimonail button.slick-next:focus,  
.testimonail button.slick-prev:focus
{
    background-size: contain;
}
.Quotation img {
    margin: auto;
    padding: 0 10px;
    /* background-color: #fff; */
    margin-top: 12px;
}
.testimonailInner {
    display: flex;
}
.testimonailbox {
    text-align: center;
    padding-bottom: 50px;
}
.testimonailbox p {
    font-size: 15px;
    max-width: 89%;
    margin: 0 auto;
    padding-top: 50px;
}
.testimonailbox h3 {
    font-size: 15px;
    color: #000;
    padding-top: 10px;
}
.BestSeller {
    background-color: #111111;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    padding: 50px 0;
}
.BestSeller h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #fff;
    padding-bottom: 30px;
}
.BestSellerCat {
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
    padding: 0 50px;
}
.BestSellerCatBox {
    width: 25%;
    padding-left: 50px;
}
.BestSellerCatBoxInner {
    background-image: url("../img/bestsellerbg.png");
    background-repeat: no-repeat;
    background-position: top 110px center;
    text-align: center;
    background-color: #fff;
    padding: 10px 10px 20px;
    border-radius: 5px;
}
.imgBoxProd img {
    position: relative;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.BestSellerCatBoxInner img {
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.67);
    margin-bottom: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
    border: none;
}
.BestSellerCatBoxInner:hover img {
    box-shadow: 0 0 10px 0 #000;
}
.productGrid .product {
    padding: 0;
}
.BestSellerCatBoxInner .card {
    max-width: 220px;
    margin: 0 auto;
}
section.productCarousel .BestSellerCatBox {
    width: 100%;
    padding: 0;
}
.card-figure
{
    padding: 0;
    background: none;
    overflow: visible;
}
li.product .BestSellerCatBox {
    width: 100%;
    padding: 0;
}
.BestSellerCatBoxInner h4 {
    font-size: 15px;
    height: 50px;
}
article.card .price-section {
    display: inline-block;
    margin: 0 3px;
}
article.card .priceLabel {
    display: none;
}
.BestSellerCatBoxInner p,
.BestSellerCatBoxInner .price-section {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}
.addtoCart,
.button--primary {
    background-color: #00a442;
    color: white;
    padding: 7px 27px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    display: block;
    margin: 10px 0 0;
    box-shadow: 0px 6px 10px #c1c1c1, 0 -10px 8px #008c32 inset;
}
.addtoCart:hover,
.button--primary:hover {
    background-color: #22c463;
}
.featuredCategories:before {
    display: none;
}
.featuredCategories {
    background-color: transparent;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 60px;
}
.BestSeller.featuredCategories .BestSellerCat {
    margin-left: -15px;
    padding: 0;
}
.featuredCategories .BestSellerCatBox,
.featuredCategoriesCatBox  {
    width: 20%;
    padding-left: 15px;
}
.featuredCategories h3 {
    color: #111111;
}
.customerCare {
    background-color: #0054a6;
    box-shadow: 1px 1px 17px 2px rgba(156, 156, 156, 0.75);
}
.customerCareInner {
    display: flex;
    flex-wrap: wrap;
}
.customBox {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: left;
    border-right: 4px solid #004394;
    padding: 10px 0;
}
.customBox:last-child {
    border: none;
}
.customBox img {
    box-shadow: 13px 0px 34px -15px rgba(115, 115, 115, 75%);
}
.customerCareInner h3 {
    color: #fff;
    width: 100%;
    line-height: 28px;
    font-size: 30px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    margin-left: 30px;
    text-shadow: 1px 1px 2px #6a5a5a;
}
.CustomOrder {
    width: 20%;
}
.shippingDoor h3 {
    width: 100%;
    margin-left: 0;
}
.shippingDoor {
    display: block;
    text-align: center;
    width: 60%;
}
.shippingDoor img {
    margin: 0 auto;
}
.freeShipping img {
    order: 2;
}
.freeShipping {
    justify-content: end;
    width: 20%;
}
.freeShipping h3 {
    width: 50%;
    margin-left: 0;
    text-align: end;
    padding-right: 8px;
}
.aboutInner {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.aboutImg {
    width: 30%;
    z-index: 999999;
}
.aboutImg img {
    box-shadow: 13px 0px 34px -15px rgba(115, 115, 115, 75%);
    width: 100%;
}
.aboutContent {
    width: 70%;
    padding: 30px 55px 0px 45px;
    background-color: #eeeeee;
    background-image: url("../img/aboutBg.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.aboutContent h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.aboutContent p {
    font-size: 14px;
    margin-top: 12px;
}
.Categories {
    background-image: url("../img/tyrebg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 60px;
}
.CategoriesInner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.catBox {
    position: relative;
    width: 44%;
    margin: 0px 25px;
}
.catBox img {
    /*   margin: 0 auto;*/
    box-shadow: 0px 10px 17px 2px rgba(156, 156, 156, 75%);
}
.catHeading {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    align-items: end;
    background: rgba(0,0,0,.5);
    display: flex;
}
.catBox h2 {
    font-size: 45px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 0 30px 40px;
}
.catBox h2::before {
    position: absolute;
    content: '';
    width: 68px;
    height: 68px;
    background-image: url('../img/tyreicon.png');
    background-repeat: no-repeat;
    left: -35px;
}
.mobLogo {
    display: none;
}
.headerCartMob {
    display: none;
}
.humbugermenu {
    display: none;
}
#myBtn {
    display: none;
}
/****************testimonial slider *********************************************/
.testimonail button {
    z-index: 9999;
}
.testimonail .slick-prev:before,
.testimonail .slick-next:before {
    display: none;
}
.testimonail {
    position: relative;
}
.testimonail:before {
    content: "";
    position: absolute;
    width: 2%;
    left: 0;
    right: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #0e1015;
    margin: 0 auto;
    transform: rotate(180deg);
    bottom: 0;
}
.testimonail:after {
    content: "";
    position: absolute;
    height: 29px;
    width: 15%;
    border-radius: 12rem 12rem 0 0;
    background: #0054a6;
    left: 0;
    right: 0;
    z-index: -999999;
    bottom: 0px;
    margin: 0 auto;
}
/**************************brands slider ****************************************/
.brandLogo button.slick-prev.slick-arrow,
.testimonail button.slick-prev.slick-arrow {
    left: 44%;
}
.brandLogo button.slick-arrow,
.testimonail button.slick-arrow {
    top: 100%;
}
.brandLogo button.slick-next.slick-arrow,
.testimonail button.slick-next.slick-arrow
 {
    right: 44%;
}
.brandLogo .slick-next:before,
.brandLogo .slick-prev:before {
    color: #000 !important;
}
.brandLogo button {
    z-index: auto;
}
.brandLogo button.slick-next.slick-arrow ,
.brandLogo button.slick-prev.slick-arrow,
.testimonail button.slick-next.slick-arrow,
.testimonail button.slick-prev.slick-arrow
{
    background-repeat: no-repeat;
    height: 15px;
    background-color: transparent;
    border: none;
    padding: 0;
    background-position: center;
}
.brandLogo button.slick-next.slick-arrow,
.testimonail button.slick-next.slick-arrow {
    background-image: url('../img/next.png');
}
.brandLogo button.slick-prev.slick-arrow,
.testimonail button.slick-prev.slick-arrow {
    background-image: url('../img/previous.png');
}
.brandLogo .slick-prev:before {
    display: none;
}
.brandLogo .slick-next:before {
    display: none;
}
.brandLogo {
    position: relative;
}
.brandLogo:before {
    content: "";
    position: absolute;
    width: 2%;
    left: 0;
    right: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #0e1015;
    margin: 0 auto;
    transform: rotate(180deg);
    bottom: 0;
}
.brandLogo:after {
    content: "";
    position: absolute;
    height: 29px;
    width: 15%;
    border-radius: 12rem 12rem 0 0;
    background: #0054a6;
    left: 0;
    right: 0;
    z-index: -999999;
    bottom: 0px;
    margin: 0 auto;
}
/***************************** drop down chains *********************************/
ul.subMenu {
    left: 2px;
    position: absolute;
    background: #0054a6;
    min-width: 275px;
    display: none;
    z-index: 99;
    column-count: 2;
    padding:20px 0;
}
ul.tireSubMenu{
    column-count: 1;
}
ul.wheelSubMenu{
    column-count: 1;
}
.mainMenu > ul > li:nth-child(3) ul.subMenu {
    left: -225px;
    position: absolute;
    background: #0054a6;
    min-width: 460px;
    z-index: 99;
    column-count: 2;
}
ul.subMenu li {
    display: block;
    text-align: left;
    width: 90%;
    margin-left: 10px;
}
.mainMenu ul li:hover>.subMenu {
    display: block;
}
.mainMenu .subMenu li a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 8px;
    border: none;
    text-transform: uppercase;
}
.mainMenu .subMenu li a:hover {
    background-color: transparent;
    color: #00a442;
}
/****************************************** search bar ******************************************/
.headerMainInner .search-bar {
    border-top: 2px solid #fff;
    max-width: 440px;
    display: flex;
    border-radius: 5px;
}
.headerMainInner .search-bar .searchField {
    border: none;
    width: 380px;
    height: 40px;
    padding-left: 15px;
    color: #fff;
    font-size: 12px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
}
.headerMainInner .search-bar .searchField::placeholder {
    font-family: 'Open Sans', sans-serif;
}
.headerMainInner .search-bar button {
    width: 60px;
    height: 40px;
    border: none;
    background-image: url("../img/searchicon.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}
.headerMainInner .search-bar input::placeholder {
    font-size: 12px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}
/************************************** footer ****************************/
.footer {
    background-color: #0e1015;
    border: none;
    padding: 0;
}
.footer-P {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footerheading h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    min-height: 65px;
}
.footerphone {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.footerphone span {
    color: #004eb0;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.TireHead {
    margin-bottom: 0;
    padding: 0;
    margin-top: 30px;
    color: #fff;
    font-size: 15px;
}
.footerheading img {
    padding-bottom: 30px;
}
.footerheading h1 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-height: 65px;
    font-family: 'Barlow', sans-serif;
}
.menu-footer ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
}
.menu-footer ul li a:hover {
    color: #004eb0;
}
.breakColumn {
    column-count: 2;
}
.footerLeft {
    width: 33.3333%;
}
.footerMiddle {
    width: 50%;
}
.footerRight {
    width: 50%;
}
.footerRightArea {
    width: 66.666%;
    display: flex;
    position: relative;
}
.footerRightArea::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #004394;
    top: 60px;
}
.rightfooter {
    margin-left: 70px;
}
.IconsImg {
    display: flex;
    margin-top: 12px;
}
.socialIcons img {
    padding: 0px 10px;
    background-color: #000;
}
.copyrights {
    padding-top: 25px;
    text-align: center;
    border-top: 1px solid #004eb0;
}
.copyrights h5 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
        text-transform: capitalize;
        padding: 2px 0;
}
.copyrights h6 {
    color: #fff;
    font-size: 12px;
    padding: 12px 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
        text-transform: capitalize;
        font-weight: 400;
}
.footermiddleheading h1 {
    text-align: end;
}
.fbIcon {
    padding-right: 15px;
}
/****************************************** search bar footer ******************************************/
.rightfooter .search-bar {
    max-width: 300px;
}
.rightfooter .search-bar input {
    border: 1px solid #fff;
    border-radius: 20px;
    height: 40px;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    width: 290px;
}
.rightfooter .search-query {
    background-color: transparent;
}
.rightfooter .search-bar .formbutton {
    padding: 9px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    background-color: #00a249;
    border: none;
    margin-top: 12px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.rightfooter .search-bar .formbutton:hover {
    background-color: #004eb0;
}
.rightfooter .search-bar ::placeholder {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
/*********************************** category page *************************/
.sideBarBox > ul > li.activePageUlSide {
    display: block;
}

.sideBarBox > ul > li.activePageUlSide > a {
    display: none;
}

.sideBarBox > ul > li.activePageUlSide ul {
    padding: 0;
    margin: 0;
}
.sideBarBox > ul > li {
    display: none;
}

.sidebarBlock+.sidebarBlock {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.cattegoryPageBanner img {
    min-height: 250px;
}
.categoryPage {
    background-image: url("../img/tyrebg.png");
    background-position: center bottom -15px;
    background-repeat: no-repeat;
    background-size: auto;
}
.categoryPageLink a {
    color: #000;
    font-size: 13px;
    margin-left: 20px;
}
.featured-product.categoryPage.productPage {
    margin: 0;
}
.categorypageInner {
    display: flex;
    padding-top: 18px;
}
.categoryPage .sidebarcategories {
    width: 20%;
    background-color: #ededed;
    margin-right: 0;
    padding-bottom: 20px;
}
.categoryPage .sidebarcategories h4 {
    padding-left: 15px;
    padding-top: 13px;
    background-color: #0054a6;
    margin: 6px;
    border-radius: 5px;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 25px;
    box-shadow: 0px 5px 10px #04040466;
    text-align: left;
}
.sideBarBox .accordion-navigation, .categoryPage .sidebarcategories h4 {
    display: block;
}
.categoryPage .sidebarcategories h4 {
    padding: 15px;
    line-height: 25px;
}
button.accordion-navigation {
    position: relative;
}
button.accordion-navigation span {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 20px;
    color: #fff;
}
button.accordion-navigation span svg.accordion-indicator {
    color: #fff;
    fill: #fff;
}
.facetedSearch-refineFilters.sidebarBlock {
    padding-left: 25px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
}
a.facetedSearch-clearLink {
    color: #fff;
    top: 6px;
}
.categoryPage .sidebarcategories ul {
    padding-left: 25px;
}
.sidebarcategories ul li {
    padding: 4px 0;
}
.sidebarcategories ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.sidebarcategories ul li a:hover {
    color: #0054a6;
}
.featured-product.categorypageimages {
    width: 80%;
    margin-left: 15px;
    padding: 0px;
    padding-bottom: 30px;
}
.categorypageimages .featuredCategoriesCatBox {
    width: 25%;
    padding: 0px 15px;
    margin: 0;
    margin-bottom: 40px;
}
.categorypageimages .BestSellerCatBoxInner {
    background-position: top 100px center;
}
.categorypageimages .featuredimages {
    flex-wrap: wrap;
}
.categorypageimages h3 {
    font-size: 35px;
    font-weight: 400;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 10px;
}
.pageNum li {
    display: contents;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.pageNum a {
    margin: 8px;
}
.filterBar {
    display: flex;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-top: 15px;
    margin-right: 26px;
    border-top: 1px solid #e3e7e4;
    border-bottom: 1px solid #e3e7e4;
}
.nextPage {
    padding: 20px 0;
}
.filterBarright {
    width: 50%;
    flex: auto;
    justify-content: flex-end;
    display: flex;
    padding: 20px 0;
}
.categoryFilterform {
    font-size: 14px;
}
.mostViewed {
    border: none;
    font-size: 14px;
}
.categoryFilterform label {
    margin-right: 10px;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.filtermostViewed select {
    background-position: right 8px center;
    padding: 6px 100px 6px 12px;
}
.filterBarright select {
    appearance: none;
    background-image: url('../img/dropdownicon.png');
    background-repeat: no-repeat;
    font-weight: 400;
    background-color: #f6f6f7;
    border-radius: 5px;
    letter-spacing: 1px;
}
.pageNum.PageNumDown {
    margin-left: 10px;
    border-top: 1px solid #e3e7e4;
    border-bottom: 1px solid #e3e7e4;
    padding: 20px 0;
}
.shopbyPrice form {
    margin: 0 10px;
}
.shopbyPrice select {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
    min-height: 35px;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
   /* background-image: url('../img/selectBg.png'); */
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 38px;
    appearance: none;
    cursor: pointer;
    border: none;
}
.filterSubmit {
    background: #008c32;
    display: block;
    width: 100%;
    min-height: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-radius: 35px;
    cursor: pointer;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    box-shadow: 0px 10px 10px #c1c1c1, 0 -10px 8px #008c32 inset;
    margin: 0px 4px;
    margin-top: 16px;
}
.filterSubmit:hover {
    background-color: #000;
    box-shadow: none;
}
.shopbyPrice form h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    margin-top: 15px;
}
.filterButton {
    display: flex;
}
.categoryPageCustCare {
    box-shadow: none;
}
.homePage main#main-content {
    margin-top: 0 !important;
    margin-bottom: 0;
}
.body
{
    margin-bottom: 0;
    /* padding-bottom: 6rem; */
}
.categoryPageLink .breadcrumbs, 
.categoryPageLink .breadcrumbs a {
    text-align: left;
    margin: 0 10px 0 0;
}
#product-listing-container li.product {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.pagerAndSorter {
    display: flex;
    align-items: center;
    border-top: 2px solid #e3e7e4;
    border-bottom: 2px solid #e3e7e4;
    margin: 20px 0;
    padding: 20px 0;
}
.pagerAndSorter > div {
    flex: auto;
}
.prodPagination .pagination-list,
.prodSorter form.actionBar, 
.prodSorter .form-field {
    margin: 0;
}
.prodPagination .pagination-list {
    text-align: left;
}
.prodPagination .pagination-item--next
{
    float: none;
}
.prodSorter .actionBar-section {
    float: right;
}
.prodPagination a, .prodPagination span {
    color: #5e605f !important;
}
.prodSorter .form-field {
    border: none;
}
.prodSorter .actionBar-section .form-select {
    background-color: #f6f6f7;
    padding-left: 11px;
    min-width: 240px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #5e605f;
}
.prodSorter .actionBar-section label
{
    font-family: 'Roboto', sans-serif;
    color: #5e605f;
}
.productView-image {
    border: 1px solid #e8eaef;
}
.productView-title {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    color: #0e1015;
    line-height: 35px;
}
.productView-details .productView-price {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.productView-details .productView-price .price-section {
    font-size: 32px;
    color: #0054a6;
    font-weight: 700;
    line-height: 32px;
}
.productView-info-name {
    float: left;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: 700;
}
.productView-details .form-field .form-label {
    font-weight: 700;
    
}
.productView-info-name, 
.productView-details .form-field .form-label
{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.productView-info-name, .productView-info-value {
    margin: 5px 0;
    font-size: 14px;
    float: left;
}
.productView-info>:first-child {
    margin-top: 6px;
}
.productView-options .add-to-cart-buttons {
    display: block;
    width: 100%;
    padding: 0;
}
.productView-options .form.form-wishlist {
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;
    width: 100%;
    text-align: center;
}
a.productView-thumbnail-link {
    max-width: 95%;
    height: 110px;
}
a.productView-thumbnail-link img {
    width: 100%;
}
.productView-rating {
    margin: 20px 0;
}
.productView-options .form .add-to-cart-wrapper
{
    overflow: hidden;
}
input#form-action-addToCart.addtoCart {
    width: 100%;
    border: none;
    padding: 7px 0 10px;
    font-size: 30px;
}
.productPageMain {
    margin-top: 30px;
}
.productPageMain ul.tabs {
    padding-left: 30px;
}
.productPageMain .tab-content {
    box-shadow: 0 0px 15px 0px #e8e8e8;
    padding: 30px;
    border-radius: 10px;
}
.productPageMain .tab.is-active .tab-title {
    background: #0054a6;
    color: #fff;
}
.Categories article.productView-description {
    float: none;
    padding: 0 0 70px;
}
.productPageMain .tab {
    border: none;
    margin-right: 10px;
}
.productPageMain .tab .tab-title {
    background: #ededef;
    font-size: 30px;
    color: #111111;
    font-weight: normal !important;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    min-width: 280px;
    text-align: center;
    padding: 8px 0;
}
.productPageMain .tabs-contents {
    background: #fff;
}
.productPageMain .Categories {
    margin: 0;
    background-size: 100% 100%;
}
.prodPromosSec {
    width: 100%;
    overflow: hidden;
}
.realtedProducts {
    margin: 35px 0;
}
.realtedProducts h3 {
    font-size: 35px;
    text-align: center;
    color: #111111;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h1.page-heading {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
th.cart-header-item {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.page {
    padding-bottom: 55px;
    /* padding-top: 20px; */
}
.page nav.mainBreadCrumbs {
    margin-bottom: 25px;
}
.login
{
    margin-top: 0;
}
form.form.form-wishlist.form-action a.button.dropdown-menu-button {
    background-image: url('https://cdn11.bigcommerce.com/s-i6lj5zh88o/images/stencil/original/image-manager/heartico.png');
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 25px;
    border: none;
    font-weight: 600;
    color: #00a63b;
}
.about {
    display: none;
}
.heroCarousel.slick-initialized {
    max-height: 58rem;
}
/************************** media Query **************************/
/*@media only screen and (min-width: 1200px) and (max-width: 1330px) {
.container {
    width: 1170px;
}
}*/
@media only screen and (max-width: 1199px) {
    .container {
        width: 970px;
    }
    .logo.siteLogo img {
        max-width: 300px;
    }
    /*.brandBoxes {
    margin: 0 5px;
}*/
    .freeShipping h3 {
        width: 60%;
    }
    .rightfooter .search-bar input {
        width: 240px;
    }
}
@media only screen and (max-width: 991px) {
    .container {
        width: 750px;
    }
    .logo.siteLogo img {
        max-width: 230px;
    }
    .headerMainInner .search-bar {
        max-width: 300px;
    }
    .headerMainInner .search-bar .searchField {
        width: 240px;
    }
    .addtoCart {
        padding: 7px 0px;
        font-size: 18px;
    }
    .catBox {
        width: 42%;
    }
    .customerCareInner h3 {
        line-height: 22px;
        font-size: 20px;
    }
    .aboutInner {
        display: block;
    }
    .aboutImg {
        width: 100%;
    }
    .aboutContent {
        width: 100%;
    }
    .rightfooter .search-bar input {
        width: 180px;
    }
    .categoryPage .sidebarcategories h4 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 800px) {
    .container {
        width: 100%;
    }
    .headerTop {
        display: none;
    }
    .logo.siteLogo {
        display: none;
    }
    .mobLogo {
        display: block;
    }
    .mobLogo img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        z-index: 2;
    }
    .callNumber {
        position: absolute;
        top: -95px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 9999;
        text-align: center;
        justify-content: center;
    }
    .searchForm {
        display: none;
    }
    .headerCart {
        display: none;
    }
    .headerCartMob {
        display: flex;
        position: absolute;
        left: inherit;
        right: 8px;
        z-index: 99999;
        top: 42px;
    }
    .cartImg {
        padding-left: 0;
    }
    .humbugermenu {
        display: block;
    }
    .mainMenu {
        letter-spacing: 1px;
        text-align: left;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        border-top: none;
        border-radius: 5px;
        z-index: 99999;
    }
    .mainMenu ul {
        display: none;
    }
    .mainMenu ul li {
        display: block;
    }
    .mainMenu ul li a {
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 10px;
        display: inline-block;
    }
    .mainMenu ul {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        right: 0;
        background-color: #0054a6;
    }
    ul.subMenu {
        top: 42px;
    }
    .headerMainInner {
        padding: 14px 10px 14px;
        margin-top: 9px;
    }
    .accountImg {
        padding-right: 9px;
    }
    .bannerImage img {
        object-fit: cover;
        min-height: 350px;
    }
    .cattegoryPageBanner img {
        min-height: 150px;
    }
    .footer-P {
        display: block;
        padding: 50px 15px;
    }
    .IconsImg {
        display: none;
    }
    .footerheading h3 {
        margin-bottom: 0;
    }
    .footerLeft {
        width: 100%;
    }
    .TireHead {
        margin-top: 25px;
    }
    .footerRightArea {
        width: 100%;
        flex-direction: column;
    }
    .footermiddleheading h1 {
        text-align: inherit;
        margin-top: 25px;
        border-bottom: 1px solid #0054a6;
    }
    .rightfooter {
        margin-left: 0px;
    }
    .footerRight {
        width: 100%;
        order: -1;
    }
    .footerRightArea::before
    {
        display: none;
    }
    .footerMiddle h1 {
        border-bottom: 1px solid #004394;
        padding-bottom: 25px;
        min-height: auto;
        margin-top: 30px;
    }
    .footerMiddle {
        width: 100%;
    }
    .rightfooter .search-bar input {
        width: 280px;
    }
    .catBox {
        width: 100%;
        margin: 0 15px 12px;
    }
    .catBox h2::before {
        width: 55px;
        height: 55px;
        left: -26px;
        background-size: 100%;
    }
    .catBox h2 {
        font-size: 27px;
    }
    .Categories {
        background-position: bottom;
        background-size: auto;
    }
    .customBox.freeShipping {
        order: -1;
    }
    .customBox {
        display: block;
        border-right: none;
        width: 100%;
    }
    .customBox img {
        margin: 0 auto;
    }
    .CustomOrder {
        width: 100%;
    }
    .customerCareInner h3 {
        text-align: center;
        margin-left: 0;
        line-height: inherit;
        font-size: 30px;
    }
    .freeShipping h3 {
        width: 100%;
    }
    .aboutInner {
        margin: 0px;
    }
    .CategoriesInner {
        padding-bottom: 50px;
    }
    .accountImg {
        border-right: none;
    }
    .headerInner {
        background-image: none;
        padding-bottom: 0;
        padding-top: 80px;
        margin-bottom: -90px;
    }
    .BestSellerCatBox {
        width: 100%;
    }
    .Categories {
        margin-top: 30px;
    }
    .brandLogo:after {
        width: 35%;
    }
    .brandLogo button.slick-next.slick-arrow {
        right: 36%;
    }
    .brandLogo button.slick-prev.slick-arrow {
        left: 36%;
    }
    .testimonail:after {
        width: 40%;
    }
    .testimonail button.slick-prev.slick-arrow {
        left: 31%;
    }
    .testimonail button.slick-next.slick-arrow {
        right: 31%;
    }
    .featuredCategories {
        margin-bottom: 90px;
    }
    #more {
        display: none;
    }
    #myBtn {
        border: #ffdead00;
        background-color: transparent;
        display: block;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        padding: 0;
    }
    #myBtn:hover {
        color: #0054a6;
    }
    .aboutContent {
        padding: 0 15px 0px 15px;
        background-position: left 90px;
    }
    .categorypageInner {
       padding-top: 0;
        flex-direction: column;
    }
    .categoryPage .sidebarcategories .brands.sideBarBox {
        /*display: none;*/
    }
    .categoryPage .sidebarcategories {
        /*display: none;*/
        width: 100%;
    }
    .featured-product.categorypageimages {
        width: 100%;
        margin-left: 0px;
    }
    .BestSeller.featuredCategories .BestSellerCat {
        display: block;
        margin: 0;
    }
    .categorypageimages .featuredCategoriesCatBox {
        width: 100%;
    }
    .filtermostViewed select {
        padding: 6px 30px 6px 12px;
    }
    .categorypageimages .featuredCategories:after {
        display: none;
    }
    /**************************best seller slider ****************************************/
   
    .BestSeller button.slick-arrow {
        top: 114%;
    }
    .BestSeller button.slick-prev.slick-arrow {
        left: 30%;
        background: none;
        border: none;
        background-position: center;
        padding: 0;
    }
    .BestSeller button.slick-next.slick-arrow {
        right: 30%;
        background: none;
        padding: 0;
        border: none;
        background-position: center;
    }
    .BestSeller .slick-next:before,
    .BestSeller .slick-prev:before {
        color: #000 !important;
    }
    .BestSeller button {
        z-index: 9999;
    }
    .BestSeller button.slick-next.slick-arrow {
        background-image: url('../img/next.png');
        background-repeat: no-repeat;
    }
    .BestSeller button.slick-prev.slick-arrow {
        background-image: url('../img/previous.png');
        background-repeat: no-repeat;
    }
    .BestSeller .slick-prev:before {
        display: none;
    }
    .BestSeller .slick-next:before {
        display: none;
    }
    .BestSeller {
        position: relative;
        padding: 35px 0 60px;
    }
    .BestSeller:before {
        content: "";
        position: absolute;
        width: 2%;
        left: 0;
        right: 0;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        border-top: 35px solid #fff;
        margin: 0 auto;
        transform: rotate(180deg);
        bottom: 0;
        z-index: 9999;
    }
    .BestSeller:after {
        content: "";
        position: absolute;
        height: 29px;
        width: 40%;
        border-radius: 12rem 12rem 0 0;
        background: #0054a6;
        left: 0;
        right: 0;
        bottom: 0px;
        margin: 0 auto;
    }
    /*******************best seller featurecat slider *****************/
    .featuredCategories button.slick-prev.slick-arrow {
        left: 32%;
    }
    .featuredCategories button.slick-arrow {
        top: 113%;
    }
    .featuredCategories button.slick-next.slick-arrow {
        right: 32%;
    }
    .featuredCategories .slick-next:before,
    .featuredCategories .slick-prev:before {
        color: #000 !important;
    }
    .featuredCategories button {
        z-index: 9999;
    }
    .featuredCategories button.slick-next.slick-arrow {
        background-image: url('../img/next.png');
        background-repeat: no-repeat;
    }
    .featuredCategories button.slick-prev.slick-arrow {
        background-image: url('../img/previous.png');
        background-repeat: no-repeat;
    }
    .featuredCategories .slick-prev:before {
        display: none;
    }
    .featuredCategories .slick-next:before {
        display: none;
    }
    .featuredCategories {
        position: relative;
    }
    .BestSellerCat.bestSellerFeaturedSlider.slick-initialized.slick-slider:before {
        content: "";
        position: absolute;
        width: 2%;
        left: 0;
        right: 0;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        border-top: 35px solid #fff;
        margin: 0 auto;
        transform: rotate(180deg);
        bottom: -55px;
        z-index: 9999;
    }
    .featuredCategories:after {
        content: "";
        position: absolute;
        height: 29px;
        width: 40%;
        border-radius: 12rem 12rem 0 0;
        background: #0054a6;
        left: 0;
        right: 0;
        bottom: -55px;
        margin: 0 auto;
    }
    .heroCarousel
    {
        margin-bottom: 0;
    }
    .BestSellerCat,
    .BestSellerCatBox {
        margin: 0 auto;
        padding: 0;
    }
    
    .BestSellerCatBoxInner
    {
        margin: 0 auto;
        max-width: 240px;
    }
    .aboutImg {
        width: 100%;
        padding-bottom: 25px;
        background: #eee;
    }
    .aboutImg img {
        box-shadow: 0px 10px 34px -15px rgba(115, 115, 115, 75%);
        width: 100%;
    }
    .BestSeller.featuredCategories {
        padding-bottom: 0;
    }
    .copyrights h5 {
        font-size: 14px;
        text-transform: capitalize;
     font-family: 'Open Sans', sans-serif;
     line-height: 17px;
    }
    .copyrights h5 span
    {
        display: block;
    }
    .copyrights h6 {
        font-size: 12px;
    }
    .copyrights h6 a
    {
        color: #fff;
    }
    .catBox img
    {
        width: 100%;
    }
    .mainMenu > ul > li:nth-child(3) ul.subMenu, .mainMenu li ul.subMenu {
        position: relative;
        left: 0;
        right: 0;
        margin: 0;
        column-count: 1;
        top: 0;
        display: none;
    }
    .mainMenu ul li.lihasul:before {
        position: absolute;
        right: 10px;
        content: '+';
        top: 5px;
        font-size: 24px;
        color: #fff;
    }
    .mainMenu ul li.lihasul.close:before {
        content: '-';
    }
    nav.mainBreadCrumbs {
        display: none;
    }
    header {
       
        padding-bottom: 150px;
    }
    .account-body
    {
        padding: 0 15px;
    }
    .productView {
        margin: 0;
    }
    .productView-title {
        font-size: 28px;
        line-height: 30px;
    }
    .productView-rating {
        margin: 5px 0;
    }
    .productView-details .productView-price .price-section
    {
        font-size: 24px;
    }
    a.productView-thumbnail-link {
        height: 75px;
    }
    .productPageMain .Categories {
        margin: 0;
        background-size: contain;
    }
    form.form.form-wishlist.form-action a.button.dropdown-menu-button {
        width: auto;
    }
    .featuredCategories .BestSellerCatBox
    {
        padding-left: 0;
    }
    .brands.sideBarBox.cateDrop ul {
        display: none;
    }
    .mainMenu ul li:hover>.subMenu {
        display: none;
    }
    

}

.cm_category .categorypageimages h3 {
    font-size: 22px; /* Adjust the size as needed */
    font-weight: normal;
    line-height: 1.3; /* Optional: adjust for spacing */
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    text-transform: unset !important;
}

.footer .bmgeorgesfooterheading {
    display: block !important;
    color: white !important;
    font-size: 25px;
    margin-bottom: 20px !important;
}

.footer .footerRightArea::before {
    top: unset !important;
    bottom: 0 !important
}

.footer .menu-footer.rightfooter  {
    margin: 0 !important
}
