@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&family=Kanit:wght@200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&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, input {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
}

img, a img {
    border: medium none;
}

.clear {
    border: medium none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0;
    padding: 0;
}
.gif img:hover{
    -webkit-filter: brightness(125%); 
}
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;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 17px;
}

p {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
body {
    font-family: 'Exo', sans-serif;
    background-color: #171717;
}
*, *::before, *::after
{
    box-sizing: border-box;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
body {
    overflow-x: hidden;
}
/*********************************************/

.container
{
    width: 1250px;
    margin: 0 auto;
    /*padding: 0 15px;*/
    box-sizing: border-box;
    padding: 0;
}

header
{
      background-image: url('../img/bodybg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;}
header .container
{
     
    
    position: relative;
}
.header {
    background-color: #ffffff00!important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    
    border: none;
    overflow: inherit;
}
.headerLogoBg {
    position: absolute;
    left: -215px;
}
.headerTop {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
}
.headerTopMenu {
    background-image: url('../img/topmenubar.png');
    background-repeat: no-repeat;
    padding: 2px 65px;
}

.headerTopMenu ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #0055aa;
    line-height: 10px;
}
.headerTopMenu ul li:last-child {
    border: none;
}
.headerTopMenu ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #1f272f;
    font-weight: 500;
}
.headerTopMenu ul li a:hover {
    color: #ff2c18;
}
.headerTopCart {
    background-image: url('../img/cartbar.png');
    background-repeat: no-repeat;
    margin-left: -60px;
}
.topCartPrice {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 0 13px 0;
    width: 320px;
}
.topCartPrice a {
    background-color: #ff2d19;
    color: #fff;
    padding: 0 10px;
    margin-left: 18px;
}
.topCartPrice a:hover
{
    background-color: #000;

}
.topCartPrice .countPill {
    display: inline;
    background: none;
    font-weight: normal;
    font-size: 14px;
}
.headerMid {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
    z-index: 1;
    position: relative;
}
.socialIcons ul {
    font-size: 0;
    margin: 0 9px;
}
.socialIcons li {
    display: inline-block;
    margin: 0 9px;
}
.socialIcons li img:hover {
    filter: brightness(0.5);
}
.searchForm form {
    width: 470px;
    background-color: #fff;
    background-image: url('../img/searchicon.jpg');
    display: flex;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 15px;
}
.searchForm form input {
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
input.searchField {
    width: 370px;
    background-color: transparent;
}
input.searchBtn {
    width: 100px;
    background: transparent;
    cursor: pointer;
}
.headerMain {
    margin-top: 12px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.logo {
    position: relative;
}
.mainMenu {
    flex: auto;
    background: #fff;
    padding-left: 153px;
    margin-left: -40px;
    box-shadow: 0 -35px 40px -40px inset;
    text-align: right;
}
.mainMenu ul
{
    font-size: 0;
}
.mainMenu li:first-child
{
    border-left: 3px solid #b6b7b7;
}
.mainMenu li {
    display: inline-block;
    border-right: 3px solid #b6b7b7;
    padding: 18px 25px;
}
.mainMenu ul li a
{
    font-size: 22px;
    font-weight: 700;
    color: #1f272f;
    text-transform: uppercase;
}
.mainMenu ul li a:hover
{
    color: #ff2c18;
}
.menuExtraBar {
    position: absolute;
    left: 100%;
    width: 205px;
}
.bannerSection {
    margin-bottom: 20px;
}
.bannerImgBox {
    margin-right: 0px;
    position: relative;
    
    padding-left: 50px;
    padding-right: 50px;
   
}
.bannerTitle {
    transform: rotate(30deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bannerTitle h2 {
    font-size: 90pt;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    max-width: 640px;
    text-align: center;
    line-height: 100px;
    margin: auto;
    padding-bottom: 0;
    margin-top: 95px;
    padding-right: 184px;
}
.heroCarousel {
    margin-top: 0;
}
main#main-content {
    margin-top: 0;
}
.shippingAndButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: url('../img/shippingBannerBar.png');
    background-repeat: no-repeat;
}
.shipppingText,
.transactionShip,
.bannerBtn {
    width: 33.33%;
}
.transactionShip {
    text-align: center;
}
.shipppingText p {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
}
.shipppingText p b
{
    font-weight: 900;
}
.transactionShip h4 {
    padding: 0;
    color: #ff2d19;
    font-weight: 900;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    margin: -38px 0 0;
}
.transactionShip h4 span
{
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
}
.transactionShip h4 em
{
    font-size: 17px;
    display: block;
    line-height: 15px;
    font-weight: 500;
    font-style: normal;
}

.mainBg {
    background-color:#5d5d5d!important;
    margin: 0px;
}
.mainContentOver {
    padding-top: 20px;
    margin: 0;
}
.promoSect {
    background-image: url('../img/promobg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 20px;
    display: none!important;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 0px 20px -10px;
}
.promoBox {
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.promoBox img {
    margin: 0 10px;
}
.contentAreaBox {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.sidebarLeft {
    /* width: 240px; */
    width: 19%;
    padding-left: 10px;
}
.contentAreaRight {
    padding-left: 10px;
    width: 81%;
}
.sidebarBox {
    background: #f0f0f0;
    margin-bottom: 25px;
}
.sidebarBox h4 {
    font-size: 22px;
    text-transform: uppercase;
    background-image: url('../img/titlebg.jpg');
    padding: 15px 0 15px 10px;
    color: #fff;
    box-shadow: 0 12px 15px -15px #000;
}
.sidebarBox h4 span
{
    font-weight: 900;
}
.sidebarBox ul {
    padding: 5px 0;
}
.sidebarBox ul li {
    padding: 2px 0 2px 35px;
    background-image: url('../img/listicon.png');
    background-repeat: no-repeat;
    background-position: left 12px top 8px;
    position: relative;
}
.sidebarBox ul li:hover
{
    background-image: url('../img/listhover.png');
    background-position: left top;
}
.sidebarBox ul li:hover > a
{
    color: #fff;
}
.sidebarBox ul li li:hover {
    background-position: left -9px top;
}
.sidebarBox ul li ul.navPage-subMenu-list
{
    display: none;
}
.sidebarBox ul li li a {
    padding: 0;
}
.sidebarBox ul li:hover ul.navPage-subMenu-list {
    display: block;
    position: absolute;
    left: 100%;
    margin: 0;
    background: #f0f0f0;
    top: 0;
    min-width: 200px;
    z-index: 9999999;
}

.sidebarBox ul li li
{
    padding-left: 20px;
    background-position: left 5px top 8px;
}
.sidebarBox ul li ul {
    padding: 0;
    margin: 0;
}
.sidebarBox ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
}
.sidebarBox.newsletterBox form {
    padding: 23px 10px;
    background-image: url('../img/newsletterbg.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.sidebarBox.newsletterBox input {
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.sidebarBox.newsletterBox input.submitBtn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin-top: 10px;
    text-align: right;
    margin-bottom: 0;
    background: none;
    padding: 0 20px;
    cursor: pointer;
}
.sidebarBox.newsletterBox input.submitBtn:hover
{
    color: #000;
}
.categoriesListing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.categoriesListing .cataBox {
    width: 33.33%;
    padding-left: 10px;
    padding-bottom: 10px;
}
.cataBox img {
    border: 1px solid #777779;
}
.brandsLogos img {
    margin: 0 auto;
    padding: 19px 0;
}
.titleBar {
    background-image: url('../img/titlebgbig.jpg');
    font-size: 26px;
    padding:  10px;
    text-transform: uppercase;
    box-shadow: 0 12px 15px -15px #000;
    color: #fff;
    margin-bottom: 35px;
}
.titleBar span
{
    font-weight: 800;
}
.newItems {
    background: #f0f0f0;
    margin-bottom: 35px;
    box-shadow: 0 15px 15px -15px;
}
.productsListings ul {
    display: flex;
    flex-wrap: wrap;
}
.productsListings ul li {
    width: 25%;
    text-align: right;
    padding-left: 22px;
    padding-bottom: 22px;
}
.newItems .productsListings ul li {
    padding-left: 0;
}
.categoryRowImg {
    width: 20.5%;
}
.prodBox {
    background-image: url('../img/prodboxbg.png');
    background-repeat: no-repeat;
    background-position: center top;
    max-width: 225px;
    padding: 13px;
    text-align: right;
    background-size: 100% 100%;
    margin: 0 auto;
}
.prodBox:hover {
    box-shadow: 0 0px 20px -5px;
}
.newItems .prodImg {
    min-height: 180px;
}
.newItems .prodImg img {
    height: 175px;
    max-height: 175px;
}
.prodImg {
    position: relative;
    min-height: 150px;
}
.prodImg img {
    max-height: 140px;
    margin: auto;
    object-fit: contain;
    object-position: center;
    height: 140px;
}
.prodBox h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    padding: 0;
    line-height: 14px;
    margin: 4px 0;
    height: 42px;
    overflow: hidden;
}
.prodBox h6:hover {
    text-decoration: underline;
}
.prodBox .prodPrice span {
    font-size: 18px;
    font-weight: 800;
    color: #0569c8;
    line-height: 20px;
}
.prodBox .prodPrice .price-section {
    display: inline-block;
}
.buyNowBtn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin: 6px 25px;
    display: block;
}
.youMayAlsoSection .productCarousel
{
    margin: 0;
}
.buyNowBtn:hover {
    color: #333;
}
.categoryProductsRow {
    display: flex;
    background: #f0f0f0;
    margin-bottom: 20px;
}
.categoryRowImg img {
    border: 1px solid #78787a;
    box-shadow: 12px 0px 12px -12px #000;
}
.categoryProductsRow .productsListings ul li {
    padding-left: 10px;
    padding-bottom: 0;
}
.categoryProductsRow .productsListings ul li .prodBox {
    max-width: 180px;
    padding: 6px 8px 13px;
}
.categoryProductsRow .productsListings ul li .prodBox h6 {
    margin-bottom: 13px;
}
.categoryProductsRow .productsListings {
    padding: 9px 0;
    flex: auto;
}
.categoriesListing .cataBox:hover {
    opacity: 0.7;
}
footer {
   
    margin-top: 17px;
}
.footer {
    background-image: url('../img/footerbg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 20px;
    padding: 20px 0 20px 70px;
}
.footerBoxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footerBox h5 {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.footerBox li {
    background-image: url('../img/listarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 12px;
}
.footerBox.footerSocial li {
    margin-bottom: 5px;
}
.footerBox li a {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}
.footerBox li a:hover,
.developer a:hover
{
    color: #bfbfbf;
}
.footerBox {
    width: 18.5%;
}
.footerBox.footerSocial li a {
    display: flex;
    align-items: center;
}
.footerBox.footerSocial li img {
    margin-right: 8px;
}
.copyrights {
    text-align: center;
    padding: 15px 0;
}
.copyrights p {
    font-size: 13px;
    color: #bfbfbf;
    text-transform: uppercase;
}
.copyrights p b
{
    font-weight: 600;
}
.developer,.developer a {
    font-size: 10px;
    text-transform: uppercase;
    color: #0079ea;
}
figure.card-figure {
    padding: 0;
}
.categoryPageSection {
    background: #f0f0f0;
    padding: 10px 25px 25px;
}
ol.breadcrumbs {
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
}
ol.breadcrumbs li span {
    color: #000;
}
.page-heading {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    color: #ff2d19;
    text-align: left;
    margin-bottom: 5px;
}
.pagerAndSorter {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.pagination-list ul.pagination-list {
    margin: 0;
}
.pagerAndSorter  {
    padding: 12px;
}
.pagerAndSorter .actionBar {
    margin: 0;
}
.paginat {
    width: 50%;
}
.sorterArea {
    width: 50%;
}
.pagerAndSorter .actionBar-section .form-field
{
    margin: 0;
    border: none;
    background: none;
}
.pagerAndSorter .actionBar-section {
    float: right;
}
.pagerAndSorter .actionBar-section .form-label {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}
.pagerAndSorter .actionBar-section .form-select {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
}
.card
{
    margin: 0;
}
.pagerAndSorter ul.pagination-list {
    margin: 0;
    align-items: center;
}
.pagerAndSorter li.pagination-item {
    padding: 0;
    width: auto;
    border: none;
}
.pagerAndSorter
{
    align-items: center;
}
.pagerAndSorter li.pagination-item.pagination-item--current a {
    color: #ff2d19;
}
.pagerAndSorter li.pagination-item {
    margin: 0;
}
.productView-image {
    border: 1px solid #000000;
    background: #fff;
}
section.productView-details {
    padding-right: 0;
}
.productView-images
{
    padding: 0;
}
.productView-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 0;
    border-bottom: 2px solid;
    margin-bottom: 15px;
}
.priceLabel {
    display: none;
}
.productView-details .productView-price .priceLabel {
    color: #65625b!important;
    display: initial;
}
.productView-details .productView-price .priceLabel,
.productView-info-name,
.add-to-cart-wrapper .form-field--increments label {
    display: initial;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.productView-details .productView-price .price,
.productView-details .productView-info-value {
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.form-input--incrementTotal{
    font-size: 18px;
}

.form-increment .button--icon{
    font-size: 18px;
    border: 2px solid black!important;
    border-radius: 100%;
    color: black;
}

.form-increment .form-input{
    background-color: #ffffff00;
   
    color: black;
}
label[for="qty[]"] {
    display: none!important;
}
label.form-label 
{
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.productView-options .form-field
{
    margin-bottom: 10px;
}

.productView-details .productView-price {
    margin-bottom: 0;
    line-height: 25px;
}
.productView-details dt.productView-info-name {
    float: left;
}
.productView-product {
    padding-bottom: 0;
    border: none;
}
section.productView-details.product-data {
    padding-bottom: 3px;
}
.add-to-cart-wrapper .form-field--increments {
    display: flex;
    align-items: center;
}
.add-to-cart-wrapper .form-increment {
    border: none;
    margin-left: 10px;
}
.add-to-cart-wrapper .form-increment button {
    border: none;
    background: #fff0;
}
.add-to-cart-wrapper .form-field--increments label
{
    margin-bottom: 0;
}
.add-to-cart-wrapper .form-action {
    float: none;
    display: block;
}
.add-to-cart-wrapper .form-action input#form-action-addToCart {
    background-color: #ff2d19;
    border: none;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #888888;
    text-align: left;
    margin: 0;
    padding: 18px;
  
 
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center right 15px;
}
.button.button--primary {
    background-color: #ff2d19;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}
.button.button--primary:hover
{
    background-color: #fd4d3c;
}
.button.dropdown-menu-button {
    font-size: 16px;
    font-weight: normal;
    color: #ff2d19;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    border: none;
    border-bottom: 1px solid;
    margin-top: 25px;
}
.tellFriendAndReview {
    display: flex;
    border-bottom: 2px solid #000;
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.tellFriendAndReview .tellTo {
    width: 35%;
}
.tellFriendAndReview .reviewProd {
    margin-top: 20px;
    width: 100%;
}
.tellFriendAndReview .tellTo a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.tellFriendAndReview .tellTo a svg {
    width: 22px;
    fill: #ff2d19;
    height: 20px;
}
span.tellfriendLabel {
    flex: auto;
    font-size: 14px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    margin-left: 8px;
}
.productView-rating span, .productView-reviewLink {
    font-weight: 700;
    color: #000;
}
.productView-options {
    margin-bottom: 0;
}
ul.socialLinks li {
    margin: 0 !important;
}
ul.socialLinks li svg {
    fill: #ff2d19 !important;
}
.productView-images .productView-thumbnail {
    width: 25%;
}
.productView-thumbnail-link {
    width: 100%;
    max-width: 110px;
    min-height: 110px;
    border: 1px solid;
    box-sizing: border-box;
}
.productView-thumbnail img {
    max-width: 95%;
    width: 100%;
}
.productView-img-container {
    max-height: 445px;
}
.productView-details .productView-price .price-section {
    margin-right: 10px;
}
.productView-details .productView-price {
    display: flex;
}
.pageBgColor {
    background-color: #f0f0f0;
    padding: 20px;
}
.blackTitle {
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.productDescription article.productView-description,
 .productView-description {
    padding: 0;
}
.productDescription article.productView-description {
    float: none;
    margin-bottom: 25px;
}
.homepageCateogires .cataBox {
    width: 25%;
}
.homepageBrands .brandsLogos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.homepageBrands .brandImg {
    width: 16.66%;
}
.homepageBrands .brandImg.yokomo {
    display: none;
}
section.heroCarousel.slick-initialized {
    margin: 0;
}
.heroCarousel.slick-initialized
{
    max-height: 480px;
}
.heroCarousel-slide.stretch .heroCarousel-image {
    background-color: #000;
    max-height: 480px;
    max-width: 1240px;
    margin: 0 auto;
}
.productView-description {
    float: none;
}
.productView-images {
    margin-bottom: 35px;
}
.contentAreaBox.searchPage
{
    margin-top: 35px;
}
.sidebarLeft.page-sidebar.u-hidden + .contentAreaRight {
    width: 100%;
}
.sidebarLeft.page-sidebar {
    padding-right: 0;
}

.productsListings .cataProductsLiting ul,
.categoryProductsRow.rockCrawlingProducts .productsListings ul {
    margin: 0;
}
.productView-description span, .productView-description div {
    font-size: 15px !important;
}

/*.contentAreaBox.productDetailPageMain .sidebarLeft .sidebarBox {
    max-height: 652px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.contentAreaBox.productDetailPageMain .categoryPageSection {
    padding-bottom: 15px;
}
.contentAreaBox.productDetailPageMain .sidebarLeft .sidebarBox::-webkit-scrollbar {
    width: 5px;
}

.contentAreaBox.productDetailPageMain .sidebarLeft .sidebarBox::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.contentAreaBox.productDetailPageMain .sidebarLeft .sidebarBox::-webkit-scrollbar-thumb {
  background: #888; 
}*/


.contentAreaBox.productDetailPageMain .sidebarLeft .sidebarBox::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.mobMenuBar,
.mobView,
.mainMenu li.mobView
{
    display: none;
}
/************************************/
/************** Media Queries *****************/
@media only screen and (min-width: 1200px) and (max-width: 1280px)
{
    .container
    {
        width: 1170px;
    }
    .header
    {
        padding-bottom: 8px;
    }
    .headerLogoBg img {
        width: 760px;
    }
    .mainMenu li
    {
        padding: 18px 14px;
    }
    .bannerImgBox {
        margin-right: -192px;
    }
    .headerTopMenu
    {
        padding: 2px 40px;
    }
    .searchForm form {
        width: 430px;
    }
    .heroCarousel.slick-initialized {
        max-height: 438px;
    }
    .sidebarBox h4
    {
        font-size: 20px;
    }
    .categoryRowImg {
        width: auto;
    }
}

@media only screen and (max-width: 1199px)
{
    .container
    {
        width: 970px;
    }
    .mainMenu ul li a
    {
        font-size: 16px;
    }
    .mainMenu li
    {
        padding: 12px 11px;
    }
    .menuExtraBar img {
        max-height: 48px;
    }
    .headerLogoBg {
        left: -185px;
        width: 65%;
    }
    .headerTopMenu ul li
    {
        padding: 0 8px;
    }
    .headerTopMenu ul li a {
        font-size: 10px;
    }
    .topCartPrice {
        font-size: 12px;
        padding: 8px 0;
        width: 290px;
    }
    .searchForm form
    {
        width: 360px;
    }
    .usaFlag img {
        height: 30px;
    }
    .headerMain
    {
        margin-top: 5px;
    }
    input.searchField
    {
        width: 340px;
    }
    .searchForm form input
    {
        height: 30px;
    }
    .logo
    {
        max-width: 30%;
    }
    .heroCarousel.slick-initialized {
        max-height: 390px;
    }
    .heroCarousel-slide.stretch .heroCarousel-image {
        max-height: 390px;
        max-width: 1115px;
        margin: 0 auto;
    }
    .mainMenu ul
    {
        text-align: right;
    }
    .bannerImgBox
    {
        padding-left: 0;
    }
    .sidebarBox h4
    {
        font-size: 16px;
    }
    .sidebarBox ul li a
    {
        font-size: 11px;
    }
    .brandsLogos img {
        max-width: 60%;
        padding: 10px 0;
    }
    .productsListings ul li
    {
        width: 33.33%;
    }
    .footer
    {
        padding: 20px 0 20px 0;
    }
    .footerBox h5
    {
        font-size: 14px;
    }
    .footerBox li a {
        font-size: 11px;
    }
}
@media only screen and (max-width: 991px)
{
    .container
    {
        width: 750px;
    }
    .headerLogoBg {
        left: -225px;
        width: 73%;
    }
    .headerTopMenu {
        padding: 2px 35px 2px 35px;
    }
    .topCartPrice {
        font-size: 10px;
        padding: 8px 0;
        width: 255px;
    }
    .topCartPrice .countPill
    {
        font-size: 10px;
    }
    .searchForm form {
        width: 280px;
    }
    .mainMenu ul li a {
        font-size: 12px;
    }
    .searchForm form input
    {
        font-size: 11px;
    }
    .promoSect {
        flex-wrap: wrap;
    }
    .promoBox {
        width: 25%;
        margin: 0;
    }
    .promoBox img {
        max-width: 54%;
    }
    .sidebarBox h4 {
        font-size: 12px;
        padding: 8px 0 6px 10px;
    }
    .sidebarBox ul li
    {
        padding-left: 25px;
        background-position: left 6px center;
    }
    .titleBar
    {
        font-size: 16px;
    }
    .categoryProductsRow .productsListings ul li {
        padding-left: 10px;
        padding-bottom: 0;
        width: 50%;
    }
    .footer
    {
        padding: 20px 0;
        background-size: cover;
    }
    .footerBox {
        width: 33.33%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 800px)
{
    .container
    {
        width: auto;
    }
    .mobView
    {
        display: block;
        width: 100%;
    }
    
    .deskView {
        display: none;
    }
    .header {
        position: relative;
        height: auto;
        background-image: url('https://cdn11.bigcommerce.com/s-mk46bkk/images/stencil/original/image-manager/mobileheaderbg.png?vdsv');
        background-repeat: no-repeat;
        background-position: top 20px left;
        background-size: 100% 215px;
    }
    .headerTopCart {
        display: none;
    }
    .headerTop
    {
        text-align: center;
    }
    .headerTopMenu {
        background-size: cover;
        line-height: 12px;
    }
    .headerLogoBg {
        display: none;
    }
    .menuExtraBar {
        display: none;
    }
    .headerMid
    {
        display: block;
        margin-top: 3px;
    }
    .usaFlag img {
        height: 40px;
        margin-left: auto;
    }
    .usaFlag {
        margin-right: 15px;
    }
    .socialIcons {
        margin: 5px 20px;
    }
    .searchForm form input {
        height: 40px;
    }
    .searchForm form {
        width: 100%;
    }
    .promoSect {
        display: none;
    }
    .searchForm {
        padding: 0 20px;
    }
    .headerMain {
        display: block;
    }
    .logo {
        max-width: 100%;
        margin: 12px 0;
    }
    .header-logo-image-unknown-size {
        max-height: initial;
    }
    .header-logo__link
    {
        width: 283px;
    }
    .mainMenu {
        padding-left: 0;
        margin-left: 0;
        box-shadow: none;
        background-color: transparent;
    }
    .mainMenu ul {
        text-align: center;
    }
    .mainMenu li,
    .mainMenu li:first-child {
        display: block;
        border-right: none;
    }
    .sidebarLeft {
        display: none;
    }
    .contentAreaRight {
        padding-left: 0;
        width: 100%;
    }
    .contentAreaBox
    {
        margin-left: 0;
    }
    .categoriesListing {
        background: #0080f8;
        padding: 10px 15px;
    }
    .categoryProductsRow {
        background: #0080f8;
        padding: 10px 15px;
    }
    .categoriesListing .cataBox {
        width: 50%;
    }
    .newItems {
        margin: 10px 15px;
    }
    .mainBg
    {
        margin: 0;
    }
    .mainContentOver {
        margin: 0 0;
    }
    .titleBar {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .productsListings {
        padding: 0 8px;
    }
    .productsListings ul {
        margin-left: -10px;
    }
    .productsListings ul li
    {
        padding-left: 10px;
        width: 50%;
    }
    .newItems .productsListings ul li
    {
        padding-left: 10px;
    }
    .prodBox
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .buyNowBtn
    {
        margin: 5px;
    }
    .prodBox .prodPrice span
    {
        font-size: 14px;
    }
    .categoryProductsRow {
        flex-wrap: wrap;
    }
    .categoryRowImg {
        width: 100%;
    }
    .categoryRowImg img {
        width: 100%;
        box-shadow: 0px -12px 12px -12px #000;
    }
    .categoryProductsRow
    {
        margin-bottom: 0;
    }
    .categoryProductsRow .productsListings {
        background: #f0f0f0;
        padding: 10px;
    }
    .footerBox
    {
        width: 50%;
    }
    .footer {
        margin: 0;
        padding: 15px;
    }
    .footerBoxes
    {
        justify-content: left;
    }
    .developer {
        display: none;
    }
    .copyrights span {
        display: block;
    }
    .mainMenu ul {
        display: none;
        background-color: #fff;
    }
    .mobMenuBar {
        display: flex;
        margin-left: 20px;
        background-image: url('https://cdn11.bigcommerce.com/s-mk46bkk/images/stencil/original/image-manager/mobilemenubg.png');
        background-repeat: no-repeat;
        background-size: cover;
        align-items: center;
        padding: 12px 20px 12px 0;
    }
    .mobMenuBar .burgerMenu, .mobMenuBar .cartIconMob {
        width: 50%;
        padding-left: 10px;
    }
    .cartIconMob {
        display: flex;
        justify-content: flex-end;
    }
    .heroCarousel-slide.stretch .heroCarousel-image {
        width: auto;
        max-width: 100%;
    }
    .bannerImgBox
    {
        margin-right: 0;
        padding-right: 0;
        padding-left: 12px;
    }
    .categoryPageSection
    {
        padding: 10px 0;
    }
    .page-heading
    {
        padding-left: 15px;
    }
    .pagerAndSorter li.pagination-item.pagination-item--current a
    {
        padding: 0;
    }
    .heroCarousel-slide.stretch .heroCarousel-image {
        object-position: 0% !important;
    }
    .productView-details
    {
        padding-left: 0;
    }
    .productView-thumbnail-link
    {
        max-height: 65px;
    }
    .productView,
    .productDescription {
        margin: 0;
        padding: 0 10px;
    }
    .blackTitle
    {
        font-size: 22px;
    }
    .tellFriendAndReview .reviewProd,
    .tellFriendAndReview .tellTo {
        width: 50%;
    }
    .homepageBrands .brandImg {
        width: 50%;
    }
    .body
    {
        margin-bottom: 0;
    }
    .page-heading {
        padding-left: 0;
        text-align: center;
    }
    .productView-details.product-data
    {
        order: 0;
    }
    .productView-thumbnail-link
    {
        max-width: auto;
        max-height: auto;
    }
    .productCarousel-slide {
        padding-left: 2px;
        padding-right: 2px;
    }
    .heroCarousel .slick-next, .heroCarousel .slick-prev
    {
        height: 2rem;
        width: 2rem;
        padding: 0;
    }
    .heroCarousel .slick-next::before,
    .heroCarousel .slick-prev::before {
        background-size: 12px;
        height: 2rem;
        width: 2rem;
    }
    .heroCarousel.slick-initialized {
        max-height: 100% !important;
    }
    .page-content, .page-content--full
    {
        float: none;
        padding: 0;
    }
    .categoryProductsRow .productsListings ul,
    .categoryProductsRow.rockCrawlingProducts .productsListings ul{
        margin-left: -10px;
    }
    .categoryProductsRow .productsListings ul li
    {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .categoryProductsRow .productsListings ul li .prodBox 
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .productGrid:after, .productGrid:before
    {
        display: none;
    }
    .newItems .prodImg {
        min-height: 150px;
    }
    .newItems .prodImg img {
        height: 140px;
        max-height: 140px;
    }
    .prodImg img
    {
        margin:  auto !important;
    }
    .copyrights p
    {
        padding: 0;
    }
    .mainMenu li.mobView {
        display: block;
        color: #1f272f;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .mainMenu li.mobView ul
    {
        display: none;
        margin: 0;
    }
    .mainMenu li {
        position: relative;
    }
    .mainMenu li.lihasul:before {
        position: absolute;
        content: '+';
        font-size: 20px;
        right: 5px;
        width: 30px;
        top: 6px;
    }
    .mainMenu li.lihasul.close::before
    {
        content: '-';
    }
    .mainMenu ul li:first-child {
        border: none;
    }
    .navPage-childList {
        border: none;
        margin: 0;
        padding: 0;
    }
    .mainMenu li
    {
        padding: 8px 0;
    }
    ul.subMenuMobile li {
        border-bottom: 1px solid #ccc !important;
    }
    ul.subMenuMobile ul {
        background: #f7f7f7;
    }
    ul.subMenuMobile li:last-child {
        border: none !important;
        padding-bottom: 0;
    }
}
