@import url('https://fonts.googleapis.com/css?family=PT+Sans:300,400,700');

@font-face{
    font-family: 'Gotham-Black';    
    src: url(../fonts/Gotham/GOTHAM-BLACK.ttf);
}

@font-face{
    font-family: 'Gotham-Bold';    
    src: url(../fonts/Gotham/Gotham-Bold.otf); 
}

@font-face{
    font-family: 'Gotham-Medium';
    src: url(../fonts/Gotham/GothamMedium.ttf);
}

@font-face{
    font-family: 'SourceSansPro-Regular';
    src: url(../fonts/SourceSansPro/SourceSansPro-Regular.otf);
}

@font-face{
    font-family: 'SourceSansPro-Semibold';
    src: url(../fonts/SourceSansPro/SourceSansPro-Semibold.otf);
}

@font-face{
    font-family: 'SourceSansPro-Bold';
    src: url(../fonts/SourceSansPro/SourceSansPro-Bold.otf);
}

@font-face{
    font-family: 'SourceSansPro-Light';
    src: url(../fonts/SourceSansPro/SourceSansPro-Light.otf);
}

@font-face{
    font-family: 'Montserrat-Light';
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
}

@font-face{
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face{
    font-family: 'Montserrat-Medium';
    src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
}

@font-face{
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat/Montserrat-Bold.otf);
}

@font-face{
    font-family: 'Montserrat-Black';
    src: url(../fonts/Montserrat/Montserrat-Black.otf);
}

@font-face{
    font-family: 'Gotham-Light';
    src: url(../fonts/Gotham/Gotham-Light.otf);
}

@font-face{
    font-family: 'KlavikaLight-Plain';
    src: url(../fonts/KlavikaLight-Plain.otf);
}

html, body{
    /* overflow-x: hidden;     */
    /* height: 100%; */
}

*{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'SourceSansPro-Regular';
    /* font-family: 'Montserrat-Regular'; */
}

body.fixed-navbar-body{
    padding-top: 154px;
}

html.wholesale-html, body.wholesale-body, .viewport {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.wholesale-product-detail-body > .wholesale-product-detail-wrapper{
    min-height: 100%;
}


.vbox {
    /* previous syntax */
    display: -webkit-box;
    display:    -moz-box;
    display:         box;
    
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    
    /* current syntax */
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:         flex;
    
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* items flex/expand horizontally */
.hbox {
    /* previous syntax */
    display: -webkit-box;
    display:    -moz-box;
    display:     -ms-box;
    display:         box;
    
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
    
    /* current syntax */
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:         flex;
    
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.space-between {
    /* previous syntax */
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
    
    /* current syntax */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.main {
    /* previous syntax */
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    
    /* current syntax */
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}



.topbar{
    background: black;
    color: white;
    font-size: 9.6px;    
    font-weight: normal;
    padding: 15px;
}

.topbar .links {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;    
    margin-left: 13px;
    display: flex;
    align-items: center;
}

.topbar .links li{
    display: inline;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.topbar .links li a{
    color: white;    
}

.topbar .links.ml-auto li a{
    margin-left: 15px;
    margin-right: 15px;
}

.topbar .links li a:hover{
    text-decoration: none;
}

.topbar .social-media .links{
    border-right: 1px solid rgba(255,255,255,0.5);
    padding-right: 22px;
}

.topbar .social-media .links li a{
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
}

.navbar-mswt .links {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;    
    margin-left: 13px;
    display: flex;
    align-items: center;
}

.navbar-mswt .links li{
    display: inline;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.navbar-mswt .links li a{
    color: black;
    font-size: 15px;    
}

.navbar-mswt .links li a span{
    margin-right: 5px;
    margin-left: 10px;
}

.navbar-mswt .links.ml-auto li a{
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-mswt .links li a:hover{
    text-decoration: none;
}

.navbar-mswt.navbar-white{
    background: white;
}

.navbar-mswt.navbar-white .links li{
    border-color: #f5f5f5;
}



.topbar input[type=text].form-control{
    background: none;
    border: none;
    color: white;
    padding: 0;
    font-family: 'SourceSansPro-Regular';
    font-size: 14px;
    box-shadow: none;
    margin-left: 12px;
    height: auto;
    width: auto;
}

/* .topbar input[type=text].form-control, .topbar input[type=text].form-control::-moz-placeholder, .topbar input[type=text].form-control::-webkit-input-placeholder, ::placeholder{    
    opacity: 1;
} */

.topbar .form-control::placeholder { 
    color: white;
    opacity: 1;
}

.topbar .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
.topbar .form-control::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
.topbar .form-control:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
.topbar .form-control:-moz-placeholder { /* Firefox 18- */
    color: white;
    opacity: 1;
}

/* #search-tyres .col-md-5{
    padding-left: 0;
} */

#search-tyres{
    padding-left: 85px;
    padding-right: 85px;
}

#search-wheels > .d-flex, #search-packages > .d-flex{
    width: 33.33%;
    display: block;
    margin: 0 auto;
}

#search-tabs.nav-tabs{
    border-bottom: none;
}

#search-tabs li{
    width: 33.33%;
    text-align: center;    
}

#search-tabs li a{
    letter-spacing: 2px;
    line-height: 39px;
    padding-top: 33px;
    padding-bottom: 27px;
}

#search-tabs li a:hover{
    text-decoration: none;
}

#search-tabs li:nth-child(1), #search-tabs li#search-tyres-li{
    background: #5e666f;
}

#search-tabs li:nth-child(2), #search-tabs li#search-wheels-li{
    background: #6d6f63;
}

#search-tabs li:nth-child(3), #search-tabs li#search-packages-li{
    background: #428286;
}


#search-tabs li a{
    font-size: 20px;
    font-family: 'Montserrat-Medium';
    color: white;
    width: 100%;
}

#search-tabs + .tab-content .tab-pane{
    padding-top: 70px;
}

#search-tabs + .tab-content .tab-pane:nth-child(1), #search-tabs .tab-content .tab-pane:nth-child(1){
    background: #5e666f;
}

#search-tabs + .tab-content .tab-pane:nth-child(2), #search-tabs .tab-content .tab-pane:nth-child(2){
    background: #6d6f63;
}

#search-tabs + .tab-content .tab-pane:nth-child(3), #search-tabs .tab-content .tab-pane:nth-child(3){
    background: #428286;
}

.customPrevBtn, .customNextBtn, .bestDealsCustomPrevBtn, .bestDealsCustomNextBtn, .twpCustomPrevBtn, .twpCustomNextBtn, .carsModelCustomPrevBtn, .carsModelCustomNextBtn, .galleryCustomPrevBtn, .galleryCustomNextBtn, .featureCustomPrevBtn, .featureCustomNextBtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.customPrevBtn.feature, .customNextBtn.feature{
    top: calc(50% - 70px);
}

.flip{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.customPrevBtn, .bestDealsCustomPrevBtn{
    left: 25px;
}

.customPrevBtn.feature{
    left: -35px;
    left: 40px;
}
.customNextBtn.feature{
    right: -15px;
    right: 40px;
}
.customNextBtn, .bestDealsCustomNextBtn{
    right: 25px;
}

.twpCustomPrevBtn, .carsModelCustomPrevBtn, .galleryCustomPrevBtn, .featureCustomPrevBtn{
    left: 15px;
    display: none;
}

.twpCustomNextBtn, .carsModelCustomNextBtn, .galleryCustomNextBtn, .featureCustomNextBtn{
    right: 15px;
    display: none;
}



/* .hero-block .container-fluid{
    padding-left: 0;
    padding-right: 0;
} */


/*** navigation ***/
.navbar.navbar-light.navbar-mswt{
    padding-top: 20px;
    padding-bottom: 19px;
}
.navbar-light.navbar-mswt .navbar-nav .nav-link{
    font-family : 'Montserrat-Medium';
    font-size : 14px;
    line-height : 26.08px;
    letter-spacing : 1px;
    color : #1A1A1A;
    text-transform: uppercase;  
    padding-left: 13px;
    padding-right: 13px;
}

.navbar-light.navbar-mswt .navbar-nav .nav-link:hover{
    color : red;
}

.navbar-mswt .phone-number{    
    font-family: 'Montserrat-Medium';
    font-size: 14px;    
    letter-spacing: 1px;
    color: #1A1A1A;
    text-transform: uppercase;
}
.navbar-mswt .phone-number b{
    font-family : 'SourceSansPro-Bold';
    font-size : 15px;
    line-height : 20px;
    color : #1A1A1A;
    letter-spacing: normal;;
}
.navbar-light.navbar-mswt .navbar-brand{
    margin-right: 32px;
}

/*** hero section ***/
.hero > div{
    flex-grow: 1;
    width: 33.33%;
}
.hero .hero-block{    
    padding-top: 54px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.hero .hero-block h2{        
    font-family : 'Gotham-Medium';
    font-size : 20px;
    line-height : normal;
    letter-spacing : 2px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
    margin-bottom: 30px;
}

.hero div:nth-child(1) .hero-block{
    background: url(../images/hero_tyres_bg.png) center center no-repeat;
    background-size: cover;
}

.hero div:nth-child(2) .hero-block{
    background: url(../images/hero_wheels_bg.png) center center no-repeat;
    background-size: cover;
}

.hero div:nth-child(3) .hero-block{
    background: url(../images/hero_packages_bg.png) center center no-repeat;
    background-size: cover;
}

.hero-block .black{
    background: black;    
}

.hero-block .red, .red{
    background: #dd222b;   
}

.hero-block .number, .number{
    color: white;
    width: 40px;
    height: 40px;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    margin-right: 7px;
    margin-left: 7px;
}

.hero-block .number:nth-of-type(1){
    margin-left: 0;
}

.hero-block .number.ml0{
    margin-left: 0;
}

.hero-block .form-control{
    width: calc(33.33% - 10px);
    margin-bottom: 14px; 
    font-family : 'SourceSansPro-Regular';
    font-size: 14px;
    line-height: 32px;
    color: #1A1A1A;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;        
}

.hero-block .number + .form-control{
    width: calc(33.33% - 57px);
    margin-right: 7px;
}

.hero-block .number + .form-control.mr0{
    margin-right: 0;
}

.hero-block .number.d-flex.d-none{
    display: none !important;
}

/* .hero-block select.form-control{
    margin-right: 7px;
    margin-left: 7px;
}

.hero-block select.form-control:nth-of-type(3n){
    margin-right: 0;
}
.hero-block select.form-control:nth-of-type(3n + 1){
    margin-left: 0;
} */

.hero-block select.form-control, .detailed-search select.form-control{
    -webkit-appearance: none;    
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/caret.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
}

.detailed-search select.form-control{    
    margin-bottom: 14px; 
    font-family : 'SourceSansPro-Regular';
    font-size: 14px;
    line-height: 32px;
    color: #1A1A1A;    
    height: 40px;
}

.hero-block #search-wheels .form-control, .hero-block #search-packages .form-control{
    width: calc(50% - 10px);
}

.hero-block #search-wheels input[type="submit"].form-control, .hero-block #search-packages input[type="submit"].form-control, .hero-block #search-packages button.form-control{
    width: 100%;
    background: black;
    color: white;
    margin-bottom: 40px;
    cursor: pointer;
}

.hero-block #search-wheels a, .hero-block #search-packages a{
    display: block;
    color: white;
    margin: 0 auto;
    margin-bottom: 64px;
    font-size: 16px;
    font-family: 'PT Sans'
}

.hero-block #search-wheels a:hover, .hero-block #search-packages a:hover{
    text-decoration: none;
}

.hero-block select.form-control option{
    padding-left: 0;
    padding-right: 0;
}

.hero-block input[type="submit"], .hero-block button#submit-search-package-btn{    
    font-family: 'Montserrat-Medium';
    font-size : 14px;    
    letter-spacing : 1.63px;    
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
    margin-bottom: 35px;
    width: 100%;
    margin-bottom: 70px;
}

.hero-block a.form-control{
    font-family: 'Montserrat-Regular';
    font-size : 14px;    
    letter-spacing : 1.63px;    
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;    
    width: 100%;
    background: black;
    color: white;
    text-align: center;
}

.hero-block a.form-control:hover{
    text-decoration: none;
}


.hero div:nth-child(1) .hero-block input[type="submit"]{
    color : #5E666F;
}

.hero div:nth-child(2) .hero-block input[type="submit"]{
    color: #428285;
}

.hero div:nth-child(3) .hero-block input[type="submit"]{
    color: #1a1a1a;    
}

.hero div:nth-child(1) .hero-block input[type="submit"]:hover{
    background : #5E666F;
    color: white;
}

.hero div:nth-child(2) .hero-block input[type="submit"]:hover{
    background: #428285;
    color: white;
}

.hero div:nth-child(3) .hero-block input[type="submit"]:hover{
    background: #1a1a1a;
    color: white;
}

#advanced-search{
    color: white;
    font-family: 'PT Sans';
    font-size: 15px;
    padding-top: 10px;  
    position: relative;
    z-index: 1;
}

#advanced-search a{
    color: white;
    font-family: 'PT Sans';
    font-weight: 700;
}

#advanced-search a:hover{
    text-decoration: none;
}

#tyre-guide{
    position:absolute;
    right: -100px;
    bottom: 0;
    width: 100%;
    max-width: 680px;
}

.hero-block span{
    /* color: white;  */
    font-size : 15px;
    line-height : 20px;
    /* color : #FFFFFF;   */
    font-family: 'SourceSansPro-Regular';    
}

.hero-block span b{
    font-family: 'SourceSansPro-Semibold';
    font-weight: normal;
}

.mswt-form-control{
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.mswt-form-control:focus, .mswt-form-control:active{
    outline: none;
    box-shadow: none;
}

.hero-block .owl-carousel-wrapper{
    background: #000000;
    padding-top: 30px;
    padding-bottom: 20px;
}

.hero-block .owl-carousel-wrapper#search-hero-carousel{
    background: white;
}

.hero-block .owl-carousel-wrapper#search-hero-carousel .owl-carousel.owl-drag .owl-item{
    padding-left: 10px;
    padding-right: 10px;
}

.hero-block .owl-carousel .owl-item img, #best-deals-carousel.owl-carousel .owl-item img{
    width: auto;    
    max-width: 100%;
    margin: 0 auto;
    max-height: 48px;
}

#best-deals-carousel.owl-carousel .owl-item img {
    max-width: 100px;
}

div[role=tabpanel]{
    position: relative;
    /*** added to fix how section overflow issue ***/
    overflow: hidden;
    clear: both;
}

.how-to{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #5e666f;
    top: 0;
    left: 0;
    color: white;
}

.how-to .title{
    font-family: 'Montserrat-Medium';
    letter-spacing: 2px;
    font-size: 20px;    
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.how-to .col-sm-6{
    text-align: center;
}

.how-to .container-fluid,.how-to .container-fluid .row{
    height: 100%;
}

.how-to .tyre-guide{
    position: absolute;
    bottom: 0;
    right: 100px;
}

.how-to p{
    margin-bottom: 40px;
}

.how-to a{    
    color: white;
    font-family: 'Montserrat-Medium';
}

.how-to a:hover{
    text-decoration: none;    
}

.how-to p{
    font-family: 'Montserrat-Light';
    font-size: 16px;
    line-height: 30px;
}

.rating{
    display: flex;
    justify-content: center;
    color: #1a1a1a;
    font-size: 20px;
    font-family: 'Montserrat-Light';
    align-items:center;
    margin-top: 20px;
}

.rating img{
    margin-left: 2px;
    margin-right: 2px;
}

.rating span{
    margin-top: 5px;
    margin-left: 25px;
}

.rating b{
    font-family: 'Montserrat-Medium';
    font-weight: normal;
}


#testimonial-carousel.owl-carousel .owl-item img{
    width: 26px;
}

.hero-block .owl-carousel-wrapper{
    padding-left: 100px;
    padding-right: 100px;
}

.hero-carousel-wrapper{
    position: relative;
}


/*** SECTIONS ***/
.section-block{
    /* height: 370px; */
    padding: 40px;
}

#section .section-block{
    padding: 0;
    position: relative;
}

#section .section-block img{
    width: 100%;
}

section#products-home{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0;
}

section#gallery{
    padding-top: 0px;
    position: relative;
}

section#banner-mswt{   
    padding-top: 0; 
    padding-bottom: 0;
}

section#banner-mswt.search-results-banner h2{
    font-size: 36px;
    color: white;
    line-height: 50px;
    font-family: 'Montserrat-Bold';
    letter-spacing: 4.5px;
    margin-bottom: 24px;
}

.banner-text{
    font-size: 25px;
    font-family: 'Montserrat-Light';
    text-align: center;
    color: white;
    line-height: 43px;
    letter-spacing: 3px;
    z-index: 1;
}
.banner-text b{
    font-family: 'Montserrat-Medium';
    font-weight: normal;
}

section#banner-mswt.search-results-banner .banner-text{
    font-size: 17px;
    line-height: 32px;
}

.banner-carousel.owl-carousel .owl-item img{
    width: 218px;
    display: block;
    margin:0 auto;
    margin-top: 40px;
    margin-top: 0;
}

.banner-carousel .owl-dots{
    margin-top: -50px;
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;    
    height: 10px;
    z-index: 1;
    position: absolute;
    width: 100%
}

.banner-carousel .owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    border: 1px solid white;
    margin-left: 7px;
    margin-right: 7px;
}

.banner-carousel .owl-dots .owl-dot.active{
    background: white;
}

.banner-carousel .banner{
    padding-top: 85px;
    padding-top: 0;
    padding-bottom: 85px;
    padding-bottom: 0;
    
    /* background-color: #4d4d4d; */
}

.search-results-banner .banner-carousel .banner{
    padding-top: 55px;
}

.search-results-banner .banner-carousel .banner-text > .d-flex{
    margin-top: 28px;
}

.search-results-banner .banner-carousel.owl-carousel .owl-item img{
    width: unset;
    margin-top: -2px;
}

.search-results-banner a.section-btn{
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.33px;
    color: #FFFFFF;
    background: #d02c20;
    background: #d30000;
    width: 203px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 54px;    
}

.search-results-banner .banner-carousel .banner{
    padding-bottom: 96px;
}

.search-results-banner a.section-btn:hover{
    text-decoration: none;
    color: #d02c20;
    background: #ffffff;
}

.product-category-title, h3.product-category-title{
    font-size: 20px;
    font-family: 'Montserrat-Medium';
    color: #1a1a1a;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.product-image{
    width: 100%;
    text-align: center;
}

.product-image > img,.product-image > a > img{
    max-width: 100%;
}

.product-title{
    font-size: 20px;
    font-family: 'Montserrat-Regular';
    color: #1a1a1a;
    letter-spacing: 2px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.product-description{
    font-family: 'KlavikaLight-Plain';
    color: #1a1a1a;
    font-size: 15px;
    max-width: 380px;
    line-height: 27px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    
}

.product-buttons{
    display: block;
    width: 100%;
    max-width: 424px;    
    margin: 0 auto;
}

section p.product-description{
    margin-top: 5px;
}

.view-details, .book-now{
    width: calc(50% - 8px);
    height: 43px;
    font-size: 13px;    
    letter-spacing: 0.35px;
    display: inline-block;
    float: left;
    border-radius: 0;
}

.view-details:hover, .book-now:hover{
    text-decoration: none;
    color: white;
}

.view-details{
    background: #1a1a1a;
    color: white;   
    font-family: 'Montserrat-Medium';
    margin-right: 10px;
}

.book-now{
    cursor: pointer;
    background: #e81d23;    
    color: white;
    font-family: 'Montserrat-Medium';
    margin-left: 10px;
    border: none;
}

.product-model{
    margin-right: 10px;
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    color: #1a1a1a;
}

#section{     
    padding-right: 85px;    
    padding-left: 85px;
}

.row#section{
    margin-left: -5px;
    margin-right: -5px;
}

.row#section .col-sm-4{
    padding-left: 5px;
    padding-right: 5px;
}

.section-text{
    
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.section-text h3{
    display: inline;
}



/* #section .col-sm-4:nth-child(1) .section-block{
    background: url(../images/tyres_bg.png) center center no-repeat;
    background-size: cover;
    
}

#section .col-sm-4:nth-child(2) .section-block{
    background: url(../images/packages_bg.png) center center no-repeat;
    background-size: cover;
    
}

#section .col-sm-4:nth-child(3) .section-block{
    background: url(../images/wheels_bg.png) center center no-repeat;
    background-size: cover;
} */

.section-block h2{
    font-family : 'Montserrat-Light';
    font-size : 20px;
    font-weight: normal;
    line-height : 42px;
    letter-spacing : 2.5px;
    color : #FFFFFF;
    margin-bottom: 0;
}

.section-block a.section-btn{ 
    font-family : 'Montserrat-Medium';
    font-size : 13px;
    line-height : 42px;
    letter-spacing : 0.33px;
    color : #FFFFFF;
    border: 1px solid white;
    width: 202px;
    text-align: center;  
    display: inline-block;    
    float: right;    
    /* padding: 8px 40px; */
    
}

.section-block a.section-btn:hover{
    text-decoration: none;
    background: white;
    color: black
}

/*** hr racing section ***/
#hr-racing{
    height: 485px;
    padding-bottom: 94px;    
    background: url(../images/hr_racing_bg.png) center center no-repeat;
    background-size: cover;
}

#hr-racing > .container-fluid, #hr-racing > .container-fluid > .row, #hr-racing > .container-fluid > .row > .col-sm-12, #hr-racing > .container-fluid > .row > .col-sm-12 > .d-flex{
    height: 100%;
}

#hr-racing a.section-btn{     
    font-family : 'Montserrat-Medium';
    font-size : 13px;
    line-height : normal;
    letter-spacing : 0.33px;
    color : #FFFFFF;  
    background: #d02c20;
    padding: 16px 40px;
    margin-left: 72px;
    margin-right: 72px;
}

#hr-racing a.section-btn:hover{     
    text-decoration: none;
    background: white;
    color: #d02c20;
}

section h2, section h1.best-deals{
    font-family : 'Montserrat-Medium';
    font-size : 20px;
    line-height : 42px;
    letter-spacing : 2.5px;
    color : #1A1A1A;    
    text-align: center;
    margin-bottom: 0;
}

section{
    padding-top: 85px;
    padding-bottom: 85px;
}

section p{
    font-family : 'SourceSansPro-Light';
    /* font-family : 'Montserrat-Light'; */
    font-size : 16px;
    line-height : 32px;
    letter-spacing : 0.8px;
    color : #1A1A1A;
    margin-top: 35px;  
}

section h2.best-deal-detail{
    font-family: 'SourceSansPro-Light';
    /* font-family: 'Montserrat-Light'; */
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
    color: #1A1A1A;
    margin-top: 35px;
    text-align: center;
}

/*** need help section ***/
section#need-help, section#need-help h3{
    font-family : 'Montserrat-Light';
    font-size : 20px;
    line-height : 42px;
    letter-spacing : 2.5px;
    color : #1A1A1A;    
    text-align: center;
    padding-top: 0;
}

section#need-help b{
    font-family : 'Montserrat-Medium';
    font-weight: normal;
}

section#need-help p{
    margin-bottom: 65px;
}

.feature{
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #1a1a1a;
    line-height: 22px;
}

.feature{
    margin-left: 20px;
}

#need-help .d-flex > .d-flex{
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 20px;
}

#testimonials{
    background: #ededed;
    padding-top: 65px;
    padding-bottom: 65px;
}

.testimonial{ 
    font-family : 'SourceSansPro-Light';
    font-family: 'PT Sans';
    font-weight: 300;
    font-size : 16px;
    line-height : 32px;
    letter-spacing : 0.8px;
    color : #1A1A1A;
    text-align: center;
}

/*** best deals section ***/
section#best-deals .owl-carousel-wrapper{
    padding-left: 220px;
    padding-right: 220px;
}

section#best-deals p{
    margin-bottom: 105px;
}

section#best-deals .owl-carousel .owl-stage, .hero-block .owl-carousel .owl-stage{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

section#best-deals .owl-carousel .owl-item img{
    width: auto;    
}

/*** banner ***/
#banner{    
    background: url(../images/banner_image.png) center center no-repeat;
    background-size: cover;        
    height: 238px;
    padding-top: 0;
    padding-bottom: 0;
}

#banner > .container-fluid, #banner > .container-fluid > .row, #banner > .container-fluid > .row > .col-sm-12, #banner > .container-fluid > .row > .col-sm-12 > .d-flex{
    height: 100%;
}


/*** top brands ***/
#top-brands{
    background: #d02c20;        
    font-family : 'Gotham-Light';
    font-size : 21px;
    line-height : 42px;
    letter-spacing : 2.63px;
    color : #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

#top-brands h3, #top-brands h2{         
    font-family : 'Gotham-Light';
    font-size : 21px;
    line-height : 42px;
    letter-spacing : 2.63px;
    color : #FFFFFF;        
}

#top-brands b{
    font-family: 'Montserrat-Medium';
    font-weight: normal;
}

/*** second section  **/
/* .section-2#section .col-sm-4:nth-child(1) .section-block{
    background: url(../images/gallery_bg.png) center center no-repeat;
    background-size: cover;
    
}

.section-2#section .col-sm-4:nth-child(2) .section-block{
    background: url(../images/technical_bg.png) center center no-repeat;
    background-size: cover;
    
}

.section-2#section .col-sm-4:nth-child(3) .section-block{
    background: url(../images/wholesale_bg.png) center center no-repeat;
    background-size: cover;
}

#car-models .section-2#section .col-sm-4:nth-child(1) .section-block{
    background: url(../images/hr-racing.png) center center no-repeat;
    background-size: cover;
}


#car-models .section-2#section .col-sm-4:nth-child(2) .section-block{
    background: url(../images/madina-forged.png) center center no-repeat;
    background-size: cover;
}

#car-models .section-2#section .col-sm-4:nth-child(3) .section-block{
    background: url(../images/blade-series.png) center center no-repeat;
    background-size: cover;
} */

#car-models .section-block a.section-btn{
    /* border: none; */
    padding: 0;
}

#car-models .section-block a.section-btn:hover{
    background: none;
    color: white;;
}

/*** get the look ***/
#get-the-look{
    /* background: url(../images/get_the_look.png) center center no-repeat;
    background-size: cover;
    height: 730px; */
}

section#get-the-look{
    padding-top: 110px;
}

#get-the-look p{
    margin-top: 30px;
    margin-top: 1.56vw;
    color: white;
    line-height: 1.8;
    font-size: 15px;
    font-family : 'SourceSansPro-Light';
    margin-bottom: 0;
}

section h3{
    font-family : 'Gotham-Light';
    font-size : 20px;
    line-height : 42px;
    letter-spacing : 2.5px;
    color : #FFFFFF;
}

#get-the-look a.section-btn{    
    font-family : 'Montserrat-Medium';
    font-weight: normal;
    font-size : 13px;
    line-height : 42px;
    letter-spacing : 0.33px;
    color : #FFFFFF;  
    border: 1px solid white;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 60px;
    margin-top: 3.13vw;
    margin-bottom: 6.26vw;
}

#get-the-look a.section-btn.red-package{
    color: #d30000;
    border-color: #d30000;
    background: rgba(0, 0, 0, 0.5);
}

#get-the-look a.section-btn:hover{
    text-decoration: none;
    background: white;
    color: black;
}

#get-the-look a.section-btn.red-package:hover{
    background: #d30000;
    color: white;
}

#get-the-look > .container-fluid,
#get-the-look > .container-fluid > .row, 
#get-the-look > .container-fluid > .row > .d-flex{
    height: 100%;
}

#get-the-look > .container-fluid > .row > .d-flex > .d-flex >  div:last-child{
    margin-top: 30px;
    margin-top: 1.5625vw; 
}

/*** footer ***/
footer{
    padding-top: 55px;
    padding-bottom: 85px;
    padding-left: 165px;
    padding-right: 165px;
    font-size: 16px;
}

footer h2{
    font-size: 16px;
    font-weight: bold;;
}

.footer-list {
    list-style-type: none;
}

.footer-list li{
    margin-bottom: 5px;
}

.footer-list li a{
    color: black;
}

footer .footer-list li a h3{
    font-size: 16px;
    font-family: 'KlavikaLight-Plain';
    /* font-weight: bolder; */
}

.footer-list li a:hover{
    color: black;
    text-decoration: none;
}

#footer-logo{
    /* margin-top: 80px; */
    margin-top: 40px;
    max-width: 100%;
}

.navbar-toggler{
    padding: 0;
    border: none;
}

footer{
    font-family: 'KlavikaLight-Plain';    
}

footer .social-media{
    margin-top: 40px;
}

footer .social-media .links{
    list-style-type: none;
}

footer .social-media .links li{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;    
}

footer .social-media .links li a{
    font-size: 28px;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
}


.pl30{
    padding-left: 30px;
}

section#need-help.need-help-top{
    padding-top: 85px;
    padding-top: 0;
}

.tyre-wheel-package-carousel.owl-carousel .col-sm-4{ 
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.car-models-carousel.owl-carousel .col-sm-4{ 
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.gallery-carousel.owl-carousel .col-sm-4{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
/* 
.tyre-wheel-package-carousel.row#section .col-sm-4{
    padding-left: 0;
    padding-right: 0;
} */


.navbar-mswt{
    display: flex;
    flex-direction: row-reverse;
}

.featured-style-carousel.owl-carousel .owl-item img{
    width: unset;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
    height: 265px;
    width: 265px;
}

.featured-style-carousel.owl-carousel .owl-item .d-flex.justify-content-center img{
    width: 125px;
    height: auto;
}

.customPrevBtn.feature, .customNextBtn.feature{
    /* display: none; */
}

/*** serach results page ***/
section#search-bar{
    background: #5c6770;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 15px;
}

section#search-bar a{
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

section#search-bar a:hover{
    text-decoration: none;
}

.showing-results-for{
    font-family: 'Montserrat-Light';
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.showing-results-for b{    
    font-family: 'Montserrat-Bold';
    font-size: 21px;
    line-height: 24px;
}

a.clear-search-btn:hover{
    text-decoration: none;
}

a.clear-search-btn{
    font-family: 'Montserrat-Light';
    font-size: 13px;
    line-height: 42px;
    width: 202px;
    height: 44px;
    border: 1px solid #98A0A5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 48px;
    color: white;
}

a.clear-search-btn.apply{
    background: white;
    color: #5c6770;
    border-radius: 0;
    font-family: 'Montserrat-Medium';
}

#top-brands.search-page{
    /* background:  #5e666f;  */
    background: black;       
}

#top-brands.search-package-page{
    margin-bottom: 85px;
    background: black;
}

.mid-banner{
    height: 470px;
    position: relative;
}

.mid-banner > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mid-banner > img.mid-banner-logo{
    position: absolute;
    right: 80px;
    top: 60px;
    width: auto;
    height: auto;
    object-fit: unset;
}

#bottom-banner{
    /* background: url(../images/bottom-banner.png) center center no-repeat;
    height: 728px; */
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

#bottom-banner > .d-flex{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#bottom-banner h2{
    font-family: 'Montserrat-Medium';
    font-size: 39px;
    line-height: 38px;
    text-align: center;
    color: white;
    margin-bottom: 35px;
    letter-spacing: 4.875px;
}

.products-grid .product-block{
    border: 1px solid #b4bab9;
    width: 25%;  
    width: calc(25% - 12px);
    width: calc(25% - 18px);
    margin-bottom: 9px;
    margin-bottom: 18px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.products-grid .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.product-blocks-wrapper{
    margin-left: -6px;
    margin-right: -6px;
}

.products-grid .col-sm-12{
    padding-left: 0;
    padding-right: 0;
}

.products-grid{
    padding-left: 100px;
    padding-right: 100px;
}
section.products-grid{
    padding-bottom: 0;
}
.product-blocks-wrapper .product-block .product-top > img.brand{
    max-width: 132px;
    display: block;
    margin: 0 auto;
    height: 25px;
    object-fit: contain;
}
.product-blocks-wrapper .product-block .product-top > img.product-image, .product-blocks-wrapper .product-block .product-top > a > img.product-image{
    /* max-width: 208px; */
    display: block;
    margin: 0 auto;
    margin-top: 0px;    
    /* height: 333px; */
    max-height: 200px;
    object-fit: cover;
    width: auto;
}
.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom{
    margin-top: 0;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
}
.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .product-name:nth-of-type(1){
    margin-top: 0;
}
.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .product-description{
    margin-bottom: 50px;
    margin-bottom: 0;
}
.product-blocks-wrapper .product-block .product-top{
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    line-height: 42px;
    letter-spacing: 0.35px;
    position: relative;
}
.product-blocks-wrapper .product-block .product-bottom{
    margin-top: 20px;
    background: #fafafa;
    border-top: 1px solid #efefef;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
    padding: 15px;
}
.product-blocks-wrapper .product-block .product-name{
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    word-break: break-word;
}
.product-blocks-wrapper .product-block .product-description{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
}

.product-blocks-wrapper .product-block .product-prices{
    font-size: 20px;
    margin-bottom: 45px;
}
.product-blocks-wrapper .product-block .product-prices b{
    font-family: 'Montserrat-Bold';
}

.view-details{
    margin-right: 8px;
}

.book-now{
    margin-left: 8px;
}

.product-blocks-wrapper .product-block .view-details, .product-blocks-wrapper .product-block .book-now{
    width: calc(50% - 8px);
}

.create-package{
    width: 100%;
    background: black;
    color: white;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    font-size: 14px;    
    letter-spacing: 0.35px;    
    font-family: 'Montserrat-Medium';
    max-width: 420px;
}
.create-package:hover{
    color: white;
    text-decoration: none;
}

#bottom-banner .d-flex > div > img{
    max-height: 50px;
    max-width: 170px;
    width: auto;    
    height: 35px;
    width: auto;
}
#bottom-banner .d-flex > div{
    padding-left: 15px;
    padding-right: 15px;
}

.detailed-search{
    background: #5c6770;
    color: white;    
}
.detailed-search.wheel-search{
    background: #428286;
    color: white;
}

.detailed-search.package-search{
    background: #282828;
    color: white;
}

.detailed-search .search-block{
    text-align: center;
}

.detailed-search h1{
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 2.5px;    
    margin-bottom: 25px;
}

.detailed-search h1.refine-price{
    margin-bottom: 13px;
}

.detailed-search h1.refine-search-heading{
    margin-bottom: 15px;
}
.detailed-search h1.tyre-attributes{
    margin-top: 19px;
    margin-bottom: 19px;
}

.search-block h1{
    width: 100%;
}

.search-block{
    width: 33.5%;
    background: url(../images/search-block-bg.png) center center no-repeat;
    background-size: cover;
    padding-top: 44px;
    padding-bottom: 54px;    
}

.search-block.search-wheel-block{    
    background: url(../images/search-wheel-block-bg.png) center center no-repeat;
    background-size: cover;    
}

.search-block.search-package-block{    
    background: url(../images/search-package-block-bg.png) center center no-repeat;
    background-size: cover;    
}

.search-block > .d-flex{    
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 36px;
}
.refine-search{
    width: 27.7%;
    padding-top: 44px;
    padding-left: 96px;
    padding-right: 96px;
}
.refine-serach input.form-control::placeholder { 
    color: black;
    opacity: 1;
}
.refine-serach input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
    opacity: 1;
}
.refine-serach input.form-control::-moz-placeholder { /* Firefox 19+ */
    color: black;
    opacity: 1;
}
.refine-serach input.form-control:-ms-input-placeholder { /* IE 10+ */
    color: black;
    opacity: 1;
}
.refine-serach input.form-control:-moz-placeholder { /* Firefox 18- */
    color: black;
    opacity: 1;
}

.brand-sort{
    padding-top: 44px;
}
.brand-sort .d-flex#search-btns{
    margin-top: 70px;
}
.brand-wrapper{
    margin-right: 104px;
}

.detailed-search .refine-search input[type=text]{
    border-radius: 0;
}
.detailed-search .refine-search input[type=text]:focus, .detailed-search .refine-search input[type=text]:active{
    box-shadow: none;
    outline: none;
}
.refine-search #to{
    margin-left: 20px;
    margin-right: 20px;
}
.brand-sort ul{
    padding-left: 0;
    list-style-type: none;
}

.brand-sort ul li a{
    color: white;
}

.brand-sort ul li a:hover{
    text-decoration: none;
}

.detailed-search.wheel-search input[type="submit"]{
    color: #428286;
    letter-spacing: 1.625px;
}

.detailed-search.wheel-search h1.refine-price, .detailed-search.wheel-search h1.tyre-attributes, .detailed-search.wheel-search .brand-sort h1{
    font-family: 'Montserrat-Light';
}

.detailed-search.wheel-search a.clear-search-btn.apply{
    background: black;
    color: #428286;
    border: none;
}

section#search-bar.wheel-search, #top-brands.search-wheel{
    background: #428286;
}

section#search-bar.wheel-search.wheel-search-rear{
    background: #6d6f63;
}

section#search-bar.package-search.package-search-rear{
    background: #428286;
}

section#search-bar.package-search{
    background: #282828;
}

section#need-help.need-help-top.wheel-search{
    padding-top: 60px;
}

/* .products-grid.search-wheel .product-block{
    border: none;
} */

.products-grid.search-wheel .product-block .product-bottom{
    background: none;
}

.products-grid.search-wheel .d-flex > div{
    width: 33.33%;
    width: 25%;
    margin-bottom: 65px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-results-banner.search-wheel .banner-carousel .banner{
    height: 360px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: flex-end;
}

.search-results-banner.search-wheel .banner-carousel .banner a.section-btn{
    background: #428286;
}

.search-results-banner.search-wheel .banner-carousel .banner a.section-btn:hover{
    color: white;
}

section#banner-mswt.search-results-banner.search-wheel .banner-carousel .banner h2{
    font-family: 'Montserrat-Medium';
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    left: 56px;
    font-weight: normal;
    bottom: 0px;
}

.mid-banner.search-wheel{
    position: relative;
}

.mid-banner.search-wheel .banner-text{
    position: absolute;
    bottom: 60px;
    left: 60px;
    font-family: 'Trojan Pro Regular';
    font-size: 21px;
    line-height: 31px;
    /* color: black; */
    color: white;
    letter-spacing: 2.625px;
}

.mid-banner.search-wheel .banner-text > img{
    margin-bottom: 15px;
}

.mid-banner.search-wheel .banner-text > a{
    background: black;
    color: #a49a7e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Trojan Pro Regular';
    font-size: 14px;
    width: 204px;
    height: 44px;
    /* display: block; */
    margin: 0 auto;
    margin-top: 30px;
}
.mid-banner.search-wheel .banner-text a:hover{
    text-decoration: none;
}

.black-bg{
    background: black;
}

#top-brands.search-wheel.black-bg{
    background: black;
}

.detailed-search.package-search .refine-search input[type=text]{
    margin-bottom: 14px;
}

.detailed-search.package-search h1.refine-search-heading{
    margin-bottom: 25px;
}

.detailed-search.package-search #to{
    margin-top: -14px;
}

.detailed-search.package-search .wheels-wrapper{
    margin-right: 154px;
}

.detailed-search.package-search a.clear-search-btn.apply{
    margin-top: 14px;
}

.detailed-search.package-search .brand-sort .d-flex#search-btns{
    margin-top: 32px;
}

.search-results-banner.package-search .banner-carousel .banner{
    height: 360px;
    padding-top: 82px;
}

section#banner-mswt.search-results-banner.package-search .banner-text{
    font-size: 21px;
    line-height: 32px;
}

section#banner-mswt.search-results-banner.package-search .banner-text b{
    font-size: 29px;
    line-height: 40px;
    margin-top: 15px;
    display: block;
    color: #d30000;    
}

section#banner-mswt.search-results-banner.package-search .banner-carousel .banner-text > .d-flex{
    margin-top: 20px;
}

section#banner-mswt.search-results-banner.package-search .banner-carousel .owl-dots{
    margin-top: -32px;
}

section#banner-mswt.search-results-banner.package-search a.section-btn{
    /* margin-left: 0; */
    /* margin-left: auto; */
}

#get-the-look.get-the-look-short{
    height: 476px;
    background: url(../images/get-the-look-bg-short.png) center center no-repeat;
    background-size: cover;    
}

.products-grid.search-package .product-block{
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.products-grid.search-package .product-block.mb-60{
    margin-bottom: 60px;
}

.products-grid.search-package{
    padding-top: 30px;
    padding-bottom: 30px;
}

.products-grid.search-package .product-block{
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.products-grid.search-package .product-blocks-wrapper{
    margin-left: -10px;
    margin-right: -10px;
}

.products-grid.search-package .product-block.d-flex > .product-bottom{
    width: 40%;
}

.products-grid.search-package .product-block.d-flex > .product-bottom{
    width: 60%;
}

.products-grid.search-package .product-block.d-flex > .product-top > .product-image + div > .d-flex{
    margin-bottom: 15px;
}

.products-grid.search-package .product-block.d-flex > .product-top{
    font-size: 17px;
    letter-spacing: 2.125px;
    line-height: normal;
    padding-bottom: 20px;
}

.products-grid.search-package .product-block.d-flex > .product-top > div > div > div > img{
    max-height: 50px;
    max-width: 130px;
    max-width: 90px;
    margin-left: 15px;
    margin-right: 15px;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-name{
    font-size: 27px;
    line-height: 34px;
    font-family: 'SourceSansPro-Semibold';    
    margin-top: 0;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-top + .product-name{
    /* margin-top: 50px; */
    margin-top: 5px;
}

.products-grid.search-package.search-package-rear .product-blocks-wrapper .product-block .product-name{
    margin-top: 30px;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-name > b{
    font-family: 'SourceSansPro-Bold';
    font-weight: normal;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-model, section.products-grid.search-package .product-blocks-wrapper .product-block h2.product-model{
    font-family: 'SourceSansPro-Regular';
    font-size: 23px;    
    text-align: left;
    letter-spacing: unset;
    line-height: unset;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-name h1{
    font-size: 27px;
    line-height: 34px;
    font-family: 'SourceSansPro-Bold';
    margin-top: 0;
    display: inline;    
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-model.bordered{
    border-top: 1px solid black;
    border-top: 1px solid rgba(0,0,0,0.28);
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-details.product-page.wheel-product .order-now-block .product-specifications.bordered{
    border-top: 1px solid rgba(0,0,0,0.28);
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-description{
    font-family: 'SourceSansPro-Regular';
    font-family: 'PT Sans';
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.products-grid.search-package .product-blocks-wrapper .product-block .price-per-wheel{    
    color: #e81d23;
    font-size: 18px;    
    font-family: 'SourceSansPro-Regular';
}

.products-grid.search-package .product-blocks-wrapper .product-block .price-per-wheel > b{
    font-family: 'SourceSansPro-Bold';
    font-weight: normal;
}
.products-grid.search-package .product-blocks-wrapper .product-block .price-per-wheel > span{
    padding-left: 36px;
}

.products-grid.search-package .product-blocks-wrapper .product-block .package-price{
    margin-top: 10px;
    margin-top: 0;
    /* margin-bottom: 25px; */
    margin-bottom: 0;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom{
    /* padding-bottom: 36px; */
    padding-bottom: 30px;
    padding-bottom: 15px;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table{
    font-family: 'SourceSansPro-Regular';
    margin-top: 30px;
    /* margin-bottom: 60px; */
    margin-bottom: 20px;
    margin-top: 0;
    margin-bottom: 5px;

}

.products-grid.search-package.search-package-rear .product-blocks-wrapper .product-block .product-bottom .package-price > table{
    margin-bottom: 30px;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table b{
    font-family: 'SourceSansPro-Bold';
    font-weight: normal;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td{
    padding-top: 0;
    padding-bottom: 0;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td:nth-child(1){
    padding-right: 20px;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:nth-child(1){
    line-height: normal;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:nth-child(1) td{
    /* padding-bottom: 20px; */
    padding-bottom: 0;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td{
    color: #e81d23;    
    font-size: 18px;    
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:last-child td{
    color: #1a1a1a;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:last-child td:nth-child(1){
    font-size: 23px;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:last-child td:nth-child(2){
    font-size: 36px;
    line-height: 1.25;;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom p{
    font-size: 15px;
    font-family: 'SourceSansPro-Regular';
    color: #1a1a1a;
    line-height: 22px;    
    margin-bottom: 0;
    margin-top: 36px;
}

.get-the-look-short{
    position: relative;
}

.get-the-look-short-logo{
    position: absolute;
    right: 64px;
    bottom: 52px;
}

/*** product page ***/
#top-brands.product-page{
    background: black;
    margin-bottom: 70px;
}

#search-bar.product-page{
    background: #191919;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    font-size: 0.83vw;
    line-height: 23px;
}

#search-bar.product-page .row#section > .col-sm-12 > .d-flex > .d-flex > div:first-child{
    letter-spacing: 2px;
}

#search-bar.product-page .row#section > .col-sm-12 > .d-flex > .d-flex > div:last-child{
    font-size: 15px;
    font-size: 0.78vw;
    line-height: 24px;
    font-family: 'PT Sans';    
}
a.clear-search-btn{
    font-size: 0.68vw;
    /* width: 10%; */
}

#search-bar.product-page .row#section{
    padding-left: 35px;    
}

#search-bar.product-page .easy{
    font-family: 'Montserrat-Black';
    font-size: 45px;
    font-size: 2.34vw;
    color: #d30000;
    color: #e71d23;
    margin-left: 40px;
    margin-right: 40px;
    letter-spacing: 3.63px;
}

#search-bar.product-page .easy + div{
    font-family: 'SourceSansPro-Regular';
    line-height: 19px;
}

section.product-details .row#section .col-sm-4{
    padding-left: 45px;
    padding-right: 15px;
}

section#steps{
    padding-top: 15px;
    padding-bottom: 15px;
}

#steps .d-flex{
    margin-left: -20px;
    margin-right: -20px;
}

#steps .d-flex > .step{
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
}

#steps .step .step-number{
    font-size: 124px;
    font-size: 6.46vw;
    font-family: 'Montserrat-Black';
    color: #d30000;
    color: #e71d23;;
}

#steps .step .step-icon{
    margin-left: 11px;
    margin-right: 36px;
}

#steps .step .step-icon{
    width: 114px;
}

#steps .step .step-description > b{
    font-size: 21px;
    font-size: 1.09vw;
    line-height: 51px;
    font-family: 'Gotham-Bold';
    letter-spacing: 2px;
    color: #d30000;
    color: #e71d23;
}

#steps .step .step-description > p{
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'SourceSansPro-Regular';
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    letter-spacing: 0;
}

section.product-details .row#section .col-xl-8{
    padding-right: 45px;
}

section.product-details .order-now-heading{
    background: black;
    color: white;
}

section.product-details .order-now-block{
    border: 1px solid #707070;
    border-top: none;
    padding: 32px 50px;
}

section.product-details .order-now-block > .d-flex > div:first-child{
    width: 50%;
    padding-right: 50px;
}

section.product-details .order-now-block.order-now-block.wheel-product-order-now-block > .d-flex > div:first-child{
    padding-right: 0;
}

section.product-details .order-now-block.order-now-block.wheel-product-order-now-block > .d-flex > div.fg-0:first-child{
    max-width: 160px;
}

.order-now-rear{
    margin-left: auto;
}

section.product-details .order-now-block > .d-flex > div:last-child{
    width: 50%;
    text-align: right;    
    padding-left: 50px;
}

section.product-details .order-now-block > .d-flex > div.pl-15:last-child{
    padding-left: 15px;
}

section.product-details .order-now-block.wheel-product-order-now-block > .d-flex > div:last-child{
    max-width: 258px;
    width: 100%;
    padding-left: 0;
}

section.product-details .order-now-block.wheel-product-order-now-block > .d-flex > div.order-now-rear:last-child{
    max-width: 208px;
    width: auto;
}
section.product-details .order-now-block > .d-flex > div:last-child > img{
    width: 100%;
    max-width: 100px;    
    max-width: 75px;  
    max-height: 75px;
    width: auto;  
    height: auto;
    margin-left: 0;
    display: block;    
    margin-right: 0;
    float: right;
}

.choose-btn{
    display: block;
    width: 100%;
    border: 1px solid #101010;
    color: #000000;
    font-size: 13px;
    display: flex;    
    align-items: center;
    justify-content: center;
    height: 40px;
    font-family: 'Montserrat-Light';
    letter-spacing: 0.35px;
}

.choose-btn + .book-now{
    margin-left: 0;
    margin-top: 14px;
    width: 100%;
    float: none;    
}

.choose-btn:hover{
    text-decoration: none;
    background: black;
    color: white;    
}

.order-now-block{
    color: black;
}

.order-now-block > .d-flex > div:first-child{
    padding-right: 20px;
}

/* section.product-details .order-now-block > .d-flex > div:first-child > img{
    width: auto;
} */

.order-now-heading{
    height: 60px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    letter-spacing: 1.75px;
}

.order-now-block .product-name{
    font-family: 'SourceSansPro-Bold';
    font-size: 18px;
    line-height: 24px;
}
.order-now-block .product-model{
    font-size: 18px;
    line-height: 22px;
    font-family: 'SourceSansPro-Semibold';
}
.order-now-block .product-specifications, .order-now-block p{    
    font-size: 13px;
    line-height: 22px;
    font-family: 'SourceSansPro-Semibold';
    letter-spacing: 0;
    text-align: left;    
}

.order-now-block .product-specifications.bordered{
    border-top: 1px solid black;
    padding-top: 8px;
    padding-bottom: 8px;
}

section .order-now-block .product-specifications h2{
    text-align: left;
}

.order-now-block p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.order-now-block > .d-flex{
    margin-bottom: 30px;
}
.sidebar-dropdown{
    border: 1px solid black;
    margin-bottom: 14px;
    font-size: 14px;
    font-family: 'SourceSansPro-Regular';
    height: 40px;
    letter-spacing: 0;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    align-items: center;
}
table.order-table{
    width: 100%;
    font-size: 15px;
    font-family: 'SourceSansPro-Regular';
    line-height: 20px;
}
table.order-table tr > td:nth-child(2), table.order-table tr > th:nth-child(2){
    text-align: right;
}
table.order-table tr:first-child th, table.order-table tr:last-child td{
    padding-top: 25px;
    padding-bottom: 25px;
}
table.order-table b{
    font-size: 27px;
    line-height: 34px;
    font-family: 'SourceSansPro-Semibold';
}

section.product-details{
    padding-top: 70px;
    padding-bottom: 70px;
}

#product-details-tabs{
    display: flex;
    border: none;
}
#product-details-tabs > li{
    width: 25%;
    border: none;
}
#product-details-tabs > li a{
    background: black;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 26px;
    color: white;
    width: 100%;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    border-left: 1px solid white;    
    padding-left: 22px;
    height: 61px;    
}

#product-details-tabs > li a.active{
    background-image: url(../images/caret.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-color: white;
    color: black;    
    border: 1px solid #9f9f9f;
    border-bottom: none;    
    
}

#product-details-tabs > li a:hover{
    text-decoration: none;
}

#product-details-tabs + .tab-content .tab-pane{
    padding-top: 60px;
}

#product-details-tabs + .tab-content .product-name + p{
    font-size: 16px;
    line-height: 22px;
    color: black;
    font-family: 'SourceSansPro-Regular';
    margin-top: 25px;
}

#product-details-tabs + .tab-content .product-name{
    font-size: 27px;
    line-height: 34px;
    font-family: 'SourceSansPro-Bold';
}
#product-details-tabs + .tab-content .product-name>span{
    font-family: 'SourceSansPro-Semibold';
}

#product-details-tabs + .tab-content ul{
    list-style-type: none;
    padding-left: 0;
    margin-top: 25px;
}
#product-details-tabs + .tab-content .col-sm-3{
    padding-top: 65px;    
}

.products-grid.search-package .product-image > img{
    max-width: 325px;
    width: 100%;
}
.products-grid.search-package .product-blocks-wrapper .product-block .product-top > img.product-image{
    max-width: 212px;
    width: 100%;
}

.mb85{
    margin-bottom: 85px;
}

.products-grid.search-package.product-page{
    padding-right: 0;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-description{
    margin-left: 0;
}

.products-grid.search-package.product-page{
    padding-left: 0;
    padding-top: 0;
}

.products-grid.search-package.product-page .product-block{
    border: none;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom{
    padding: 0;
    background: none;
    border: none;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block > div{
    flex-grow: 1;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block .view-details, .products-grid.search-package.product-page .product-blocks-wrapper .product-block .book-now{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    margin-bottom: 6px;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-description{
    font-size: 16px;
    line-height: 22px;
    color: black;
    font-family: 'SourceSansPro-Regular';
    margin-top: 25px;
}

.products-grid.search-package.product-page .product-block.d-flex > .product-bottom, .products-grid.search-package.product-page .product-block.d-flex > .product-top{
    width: auto;
}

.products-grid.search-package.product-page .product-block.d-flex > .product-bottom.w25{
    width: 25%;
}

.w25{
    width: 24%;
}
.w75{
    width: 75%;
}

.products-grid.search-package.product-page a.choose-btn{
    margin-bottom: 6px;        
    font-size: 14px;    
    font-family: 'Montserrat-Medium'
}

.products-grid.search-package.product-page .product-image{
    max-width: 226px;
}

.products-grid.search-package.product-page .w75 .product-image{
    /* max-width: 215px; */
    max-width: 185px;
    max-height: 184px;
    object-fit: contain;
}

.wholesale-wheel-detail .products-grid.search-package.product-page .w75 .product-image{
    max-width: 345px;
}

.products-grid.search-package.product-page .w75 .product-image.product-image-sm{
    max-width: 205px;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-name:nth-of-type(1){
    margin-top: 30px;
    margin-top: 50px;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-name.mb-3:nth-of-type(1){
    margin-top: 30px;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block > div > div.product-bottom.fg-0{
    flex-grow: 0;
}

.products-grid.search-package.product-page .container-fluid{
    padding-left: 15px;
    padding-right: 15px;
}

section.product-details.product-page .row#section .col-xl-8{
    padding-right: 40px;
}

section.product-details.product-page .row#section .col-xl-4{
    padding-left: 40px;
}

.product-details.product-page .row#section{
    margin-left: -15px;
    margin-right: -15px;
}

.product-page-price{
    margin-bottom: 50px;
    font-family: "PT Sans";
    font-size: 23px;
    line-height: 34px;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block > div > div{
    flex-grow: 1;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block > div > div:first-child{
    flex-grow: 2;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block > div > div.product-bottom{
    flex-grow: 1;
}

/* .wheel-product-image{
    max-width: 378px !important;
} */
.products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.d-flex > div:last-child{
    padding-left: 30px;
    padding-right: 20px;
    text-align: center;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.d-flex > div:last-child.fg-0{
    padding-left: 70px;
    padding-right: 70px;
    flex-grow: 0;
}

.mb-4{
    font-size: 15px;
    line-height: 22px;
    /* padding-bottom: 24px; */
}

.product-details.product-page{
    padding-top: 45px;
}

.wheel-product-image.wheel-product-image-rear{
    /* max-width: 318px !important; */
    max-width: 290px !important;
}

.grow-one{
    flex-grow: 1;
}

section#need-help{
    padding-bottom: 65px;
}

section#need-help h3{
    font-family: 'SourceSansPro-Light';    
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
    color: #1A1A1A;
}

section#need-help h3.feature{
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #1a1a1a;
    line-height: 22px;
    font-weight: bolder;
    letter-spacing: 2.5px;
    margin-bottom: 0;
    text-align: left;
}

.products-grid.search-package.wheel-product .product-blocks-wrapper .product-block .product-name{
    margin-top: 0;
}

#top-brands.product-page.no-margin{
    margin-bottom: 0;
}

.products-grid.search-package.product-page.package-product .product-blocks-wrapper .product-block > div > div.product-bottom.w50{
    width: 50%;
    flex-grow: unset;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.d-flex.pl0 > div:last-child{
    padding-left: 0;
    padding-right: 0;
}

#product-details-tabs.package-product > li{
    width: unset;
    flex-grow: 1;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.w25.d-flex > div:last-child{
    padding-left: 0;
    padding-right: 0;
}

.tiny-select.form-control:focus{
    color: black
}

.tiny-select.form-control{
    margin-left: auto;
    width: 100px;
    color: black;
    font-size: 23px;
    font-family: 'PT Sans';
    font-weight: 700;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;    
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/tiny-select-caret.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;    
}

.sidebar-dropdown > .d-flex{
    width: 100%;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-description.wheel-product-description{
    font-size: 20px;
    color: #3a3a3a;
    letter-spacing: 1px;    
}

.logo-big{
    max-width: 140px;
    width: 100%;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price.fix > table tr:nth-child(1){
    line-height: initial;
}
.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price.fix > table tr:nth-child(1) td{
    padding-bottom: initial;;
    font-size: 18px;
    color: #e81d23;
}

#search-tabs li a > div > img{
    max-width: 100%;
}

section.product-details .order-now-heading{
    cursor: pointer;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link:hover{
    text-decoration: none;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link.active{
    background-image: url(../images/caret.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-color: white;
    color: black;
    border-left: 1px solid #ddd;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link{
    background: black;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    line-height: 26px;
    color: white;
    width: 100%;
    letter-spacing: 1.2px;    
    align-items: center;
    border-left: 1px solid white;
    padding-left: 15px;
    height: auto;
}

.product-blocks-wrapper .product-block .product-prices.product-prices-front-rear{
    margin-bottom: 20px;
}

.front-and-rear[align=center]{
    margin-top: 0;
}

.front-and-rear{
    font-size: 20px;
    margin-top: 30px;
    color: #333333;
}

.search-results-banner a.section-btn.ml0{
    margin-left: 0;
}

.hero-block #search-wheels a.form-control, .hero-block #search-packages a.form-control{
    width: 100%;
    margin-bottom: 14px;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
}

/* .hero-block #search-wheels input[type="submit"].form-control.btn-white, .hero-block #search-packages input[type="submit"].form-control.btn-white{
    background: white;
    color: #000000
} */

section#banner-mswt.search-results-banner.package-search .banner-carousel .banner-text > .d-flex{
    margin-top: 60px;
}

.search-results-banner.package-search .banner-carousel .banner.black-bg{
    padding-top: 60px;
    padding-bottom: 60px;
}
section#banner-mswt.search-results-banner.package-search .banner-carousel.black-bg-carousel .owl-dots{
    margin-top: -42px;
}

.view-details.btn-outline{
    background: none;
    color: black;
    border: 1px solid black;
}

.fg-0{
    flex-grow: 0;
}

.mw235{
    max-width: 235px;
}

.price{
    font-size: 27px;
}

.semi-bold{
    font-family: 'SourceSansPro-Semibold';
}

section#get-the-look{
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

#get-the-look > .container-fluid{
    padding-top: 5.73vw;    
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

img.fade {
    opacity: 1 !important;
}

section.inner-page-best-deal{
    padding-top: 38px;
    padding-bottom: 26px;
}

.btn-previous, .btn-next{
    background: #DB0000;
    color: white;
    font-size: 14px;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
}

#logo-large{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 316px;
    object-fit: contain;
    /* margin-top: 36px;
    margin-bottom: 32px; */
}

section.main{
    padding-top: 0;
    padding-bottom: 0;
}

.logo-wrapper{
    max-height: 162px;    
    padding-top: 15px;
    padding-bottom: 15px;
}

.black-bar{
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    background: black;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
    /* max-height: 60px; */
}

.black-bar.footer-bar{
    padding-top: 30px;
    padding-bottom: 30px;
    /* max-height: 392px; */
    font-size: 13px;
    overflow-y: auto;
}

form.login-form .book-now{
    float: none;
    display: block;
    margin: 0;
    width: 100%;    
}

span.red-text{
    color: #c30000;
}

form.login-form{
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

form.login-form .form-group{
    margin-bottom: 15px;
}

form.login-form input[type=text], form.login-form input[type=password]{
    background: #fafafa;
    border-radius: 0;
    border: 1px solid #f0f0f0;
}

form.login-form label{
    display: block;    
    text-align: center;
}

#acknowledge{
    /* font-family: 'SourceSansPro-Regular'; */
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    width: 254px;
    display: block;
    /* margin: 0 auto; */
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;    
    position: relative;
    margin-left: 45px;
    margin-left: 10px;
}

#sort-results-by #acknowledge{
    font-family: 'SourceSansPro-Regular';
}

#acknowledge label{
    cursor: pointer;
}

#click-to-register{
    /* font-family: 'SourceSansPro-Regular'; */
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}

#click-to-register > a{    
    color: black;
    text-decoration: underline;
}

form.login-form #acknowledge label{
    text-align: left;
    cursor: pointer;
}

#acknowledge > input[type=checkbox]{        
    display: none;
}

#acknowledge > input[type=checkbox] + #acknowledge-checkbox{
    background: url(../images/acknowledge-check-unchecked.png);
    height: 23px;
    width: 23px;
    display: inline-block;        
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    display: block;
}

#acknowledge > input[type=checkbox]:checked + #acknowledge-checkbox{
    background: url(../images/acknowledge-check-checked.png);
    height: 23px;
    width: 23px;
} 

.wholesale-search{
    background: #f0f0f0;
    /* padding-top: 60px;
    padding-bottom: 60px; */
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

.wholesale-search.wholesale-search-front-rear{
    /* padding-top: 40px;
    padding-bottom: 28px; */
    padding-top: 15px;
    padding-bottom: 15px;
}

.wholesale-search input[type=text]{
    margin-bottom: 10px;
    /* font-size: 15px; */
    font-size: 13px;
    font-family: 'SourceSansPro-Regular';
}


.wholesale-search input[type=text]::placeholder { 
    color: #c5c5c5;
}

.wholesale-search input[type=text]::-webkit-placeholder { 
    color: #c5c5c5;
}

.wholesale-search input[type=text]::-mozplaceholder { 
    color: #c5c5c5;
}

.wholesale-search input[type=text]::-ms-placeholder { 
    color: #c5c5c5;
}

.wholesale-search input[type=text]:-moz-placeholder { 
    color: #c5c5c5;
}

.wholesale-search.wholesale-search-front-rear .btn-add-rear, .wholesale-search .btn-search{
    height: 38px;
}

.wholesale-search input[type=text]{
    margin-left: 8px;
    margin-right: 8px;
    background: white;
    border-radius: 0;
    border: 1px solid #e7e7e7;      
    height: 38px; 
}

.btn-add-rear{
    margin-left: 8px;
    width: 176px;
    display: block;
    background: black;
    color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    font-family: 'SourceSansPro-Regular';                                                                                
    font-size: 15px;
}

.btn-add-rear:hover{
    color: white;
    text-decoration: none;
}

.wholesale-search .btn-search{
    margin-left: 8px;
}

.btn-search,.btn-search:hover{
    background: #c20000;
    color: white;
    border: none;
    border-radius: 0;    
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    letter-spacing: 1px;
}

.wholesale-search .form-control{
    width: auto;
    flex-grow: 1;
}

.wholesale-search .tyre-search > .form-control{
    width: 100%;
    max-width: 192px;
}

.tyre-search{
    max-width: 192px; 
    flex-grow: 1;
}

.wholesale-search select{
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-appearance: none;    
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/caret_red.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    /* border: 1px solid #495057;  */
    border: 1px solid rgba(73, 80, 87, 0.5)   ;
    background-color: white;    
}

.wholesale-search .form-control{
    margin-left: 5px;
    margin-right: 5px;
}
.wholesale-search .form-control:first-child{
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
    height: 38px;
}

.wholesale-search select:first-child{
    background-color: transparent;
    border: none;
}

#wheel-search-select{
    background: transparent;
    border: none;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/caret_red.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    height: 38px;
}

.form-control#size_list, .wholesale-search select.form-control{
    height: 38px;
    height: 40px;
    height: 40px;
}


.btn-view, .views{
    font-size: 11px;
}

.banner-carousel.owl-carousel.wholesale-carousel .banner{
    padding: 0;
    position: relative;
}
.banner-carousel.owl-carousel.wholesale-carousel .owl-item img{
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 00px;
}

.wholesale-banner-text{
    position: absolute;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    color: white;
    left: 42px;
    top: 30%;
}

.banner-carousel.owl-carousel.wholesale-carousel .owl-dots .owl-dot{
    width: 52px;
    height: 1px;
    border: none;
    background: #ffffff;
}

.banner-carousel.owl-carousel.wholesale-carousel .owl-dots .owl-dot.active{
    height: 3px;
    background: #c20000;
    margin-top: -1px;
}

.banner-carousel.owl-carousel.wholesale-carousel .owl-dots{
    justify-content: flex-start;
    margin-left: 30px;
}

.wholesale{
    background: black;
}

.wholesale-product-detail-body{
    background: #c20000;    
    min-height: 100%;
}

.wholesale-product-detail-wrapper{    
    position: relative;
}

.wholesale-product-detail-wrapper:before{
    background: white;
    content: '';
    position: absolute;
    width: 85%;
    height: 100%;    
    left: 50%;
    transform: translateX(-50%) skew(-10deg);
} 

.wholesale-product-detail-wrapper .product-details > .container{
    height: 100%;
}

.wholesale-product-detail-body .w25{
    max-width: 177px;
}

.wholesale-product-detail-body .product-description{
    max-width: unset;
    font-size: 13px;
}

.wholesale-product-detail-body .product-page-price{
    font-size: 15px;
}

.wholesale-product-detail-body .product-page-price tr > td:last-child{
    font-size: 20px;
}

.product-page-price table{
    width: 100%;
}

.wholesale-product-detail-body .products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-name:nth-of-type(1) {
    margin-top: 50px;
}

.wholesale-product-detail-body .products-grid.search-package .product-blocks-wrapper .product-block .product-name{
    font-size: 52px;
}

.wholesale-product-detail-body .products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-description{
    font-size: 15px;
}

.wholesale-product-detail-body .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.d-flex.w75 > div:last-child{
    padding-left: 36px;
    padding-right: 70px;
}

.wholesale-product-detail-body .view-details{
    font-family: 'Montserrat-Light';
}

.wholesale-product-detail-body .book-now{
    font-size: 15px;
    letter-spacing: 1.5px;
    font-family: 'Montserrat-Medium';
}

.wholesale-product-detail-body .products-grid.search-package {
    padding-bottom: 35px;
}

/* .wholesale-product-detail-wrapper{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
} */

.wholesale-product-detail-body .product-details.product-page{
    padding-top: 100px;
    padding-bottom: 0;
}

.wholesale-product-detail-body #product-details-tabs + .tab-content .product-name + p{
    margin-bottom: 0;
}

.wholesale-product-detail-body .responsive-tabs-container[class*="accordion-"] .tab-pane{
    margin-bottom: 0;
}

.wholesale-product-detail-body a.float-right, .wholesale-product-detail-body a.float-right:hover{
    color: black;
    text-decoration: none;
}

.wholesale-product-detail-body #product-details-tabs + .tab-content .product-name + p, .wholesale-product-detail-body #product-details-tabs + .tab-content ul {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: normal;
}

.wholesale-product-detail-body #product-details-tabs + .tab-content ul{
    margin-bottom: 0;
}

.wholesale-table tbody > tr > td{
    /* font-size: 16px; */
    font-size: 13px;
    font-family: 'SourceSansPro-Regular';
}

.wholesale-table thead > tr:first-child th{
    background: black;
    color: white;
    font-family: 'Montserrat-Light';
    /* font-size: 13px; */
    font-size: 12px;
    letter-spacing: 0.125px;
}

.wholesale-table tfoot tr td{
    background: black;
    color: white;
    font-size: 15px;
    font-family: 'SourceSansPro-Regular';
}

.wholesale-table tfoot tr td:first-child{
    padding-left: 40px;
}

.circle{
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%; 
    margin: 0 auto;
}

.circle-red{
    background: #ff5700;
}

.circle-green{
    background: #00d900;
}

.circle-blue{
    background: #007cff;
}

.wholesale-table input[type=text]{
    font-size: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    clear: right;
}

.wholesale-input{
    border: 1px solid #495057;
    background: #fafafa;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    text-align: center;    
    font-size: 12px;
    color: #000;
    margin-left: 7px;
}

.wholesale-input > input[type="text"]{
    border: none;
    background: none;
    color: black;
}

.wholesale-input > input:focus{
    outline: none;
}

.wholesale-input input#min{
    width: 50px;
    height: 23px;
}

.wholesale-input input#max{
    width: 50px;
    height: 23px;    
}

.wholesale-table thead tr th:first-child{
    text-align: center;
}

.wholesale-table thead tr th:nth-last-child(2){
    text-align: center;
}

.wholesale-table thead tr th{
    vertical-align: top;
}

.wholesale-table tr td{
    vertical-align: middle;
}

.wholesale-table tr td:last-child, .wholesale-table tr th:last-child{
    padding-right: 15px;
}

.wholesale-table tr td:last-child table tr td:last-child{
    padding-right: 0;
}

table.minimal-table tr td

.wholesale-table .book-now{
    width: calc(100% - 40px);
}

.wholesale-table tbody tr td:nth-last-child(4){
    /* padding-left: 35px; */
}

.wholesale-table.wholesale-package-result-front-rear tbody tr td:nth-last-child(4){
    padding-left: 0.75rem;
}

.wholesale-table.wholesale-package-result-front-rear tbody tr:nth-child(even) td{
    border-top: none;
}

.wholesale-table.wholesale-package-result-standard tbody tr:nth-child(even) td{
    border-top: none;
}

#legend{
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
}

.wholesale-table{
    margin-bottom: 0;
}

.products-per-page, .products-per-page:hover{
    color: white;    
    text-decoration: none; 
    border-right: 1px solid white;
}

.products-per-page:last-child{
    border-right: none;
    padding-right: 0;
}

.filter-result-by{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/caret.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 2px) center;
    min-width: 160px;
    width: auto;
    height: 24px;
    background-color: #fafafa;
    border: 1px solid #495057;
    font-size: 12px;    
    padding-left: 5px;
    padding-right: 15px;
    margin-left: 6px;
    margin-right: 6px;
    
}

#sort-results-by{
    /* padding-left: 35px; */
    padding-left: 15px;
    padding-left: 30px;
    /* padding-right: 35px; */
    padding-right: 15px;
    /* font-size: 12px; */
    font-size: 14px;
    /* padding-top: 15px; */
    padding-top: 1px;
    /* padding-bottom: 15px; */
    padding-bottom: 1px;
}

#sort-results-by.tyre-page-sort{
    padding-left: 30px;
    padding-right: 30px;
}

#sort-results-by #acknowledge{
    width: auto;
    /* z-index: -1; */
}

#sort-results-by #acknowledge > input[type=checkbox] + #acknowledge-checkbox{
    margin-top: 0;
}

.wholesale-table .red-text{
    color: #c20000;
    font-weight: bold;
}

.wholesale-product-detail-body .product-page-price tr > td:last-child.fs-15{
    font-size: 15px;
}

.qty-box{
    max-width: 109px;    
}

#wholesale-phone{
    font-size: 14px;
}

.mswt-label{
    padding-left: 33px;
}

.mswt-label:before {  
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;  
    left: 0;
    top: 4px;
}

#sort-results-by .mswt-label{
    /* margin-top: 10px;   */
    margin-top: 8px;  
    padding-left: 25px;
}

input[type=checkbox].mswt-checkbox {  
    display: none;  
}

.mswt-label:before {
    background: url(../images/acknowledge-check-unchecked.png);
    margin-top: 2px;
}

input[type=checkbox].mswt-checkbox:checked + .mswt-label:before {  
    background: url(../images/acknowledge-check-checked.png);
} 

input[type=checkbox].mswt-checkbox.checkbox-red + .mswt-label:before {  
    background: url(../images/acknowledge-check-unchecked-red.png);
} 
input[type=checkbox].mswt-checkbox.checkbox-red:checked + .mswt-label:before {  
    background: url(../images/acknowledge-check-checked-red.png);
} 


input[type=radio].mswt-checkbox:checked + .mswt-label:before {  
    background: url(../images/acknowledge-check-checked.png);
} 

.pos-r{
    position: relative;
}

#acknowledge.mr-4{
    margin-right: 20px;
}

.min-max{
    color: #c5c5c5;
    color: black;
    font-size: 8px;
    font-family: 'SourceSansPro-Regular';
    margin-left: 5px;
}

.wholesale-table .book-now{
    background: #c20000;
}

.wholesale-table .filter-result-by{
    width: 220px;
    width: 150px;
    padding-top: 0;
    padding-bottom: 0;
    color: #c5c5c5;
    border-radius: 0;
    font-size: 13px;
    color: #656565;
    padding-right: 34px;
}

.wholesale-table .book-now{
    margin-left: 0;
}

.direct-search-maincontent{
    /* margin-top: 65px;
    margin-bottom: 65px; */
    margin-top: 195px;
    margin-bottom: 195px;
}

.mt-22 {
    margin-top: 160px;
}

.wholesale-search select.form-control{
    width: 150px;
    padding-right: 40px;
    height: 38px;
}

.wholesale-search input[type=text]{
    width: 142px;
}

.btn-search{
    width: 116px;
}    

.btn-add-rear.w176{
    width: 176px;
    flex-grow: unset;
}

.btn-search.w176{
    width: 176px;
    max-width: unset;
}

.wholesale-table .book-now{
    width: 176px;
    clear: both;
}

.tfooter{
    background: black; 
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;padding-bottom: 20px;font-size: 15px;
}

.wholesale-search select.offset-select{
    background-color: white;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    margin-left: 8px;
    margin-right: 8px;    
    margin-bottom: 12px;
}

.wheel-front-rear-flex{
    width: calc(100% - 192px);
}

#wheel-advanced-search.hidden{
    display: none !important;
}

.option:hover{
    text-decoration: none;
}

.wholesale-table.cart-table thead > tr:first-child th{
    background: #c20000;
    border: none;
}
.wholesale-table.cart-table thead > tr:last-child th{
    border: none;
    background: black;        
    color: white;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    letter-spacing: 0.125px;
}
.wholesale-table.cart-table thead > tr:first-child th{
    padding-top: 20px;
    padding-bottom: 20px;
}
.wholesale-table.cart-table thead > tr:first-child th:last-child{
    vertical-align: middle;
}

.wholesale-table.cart-table tfoot tr td:last-child{
    text-align: left;
    font-size: 24px;
    font-family: 'SourceSansPro-Bold';
}

.wholesale-table.cart-table tfoot tr td:nth-last-child(2){
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    letter-spacing: 2px;
}

.btn-cart{
    background: black;
    color: white;
    width: 176px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "SourceSansPro-Regular";
    font-size: 16px;
    border-radius: 0;
    margin-right: 18px;
}

.btn-cart:hover{
    color: white;
    text-decoration: none;
}

.btn-checkout{
    background: #cc0000;    
    color: white;
    width: 176px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "Montserrat-Medium";    
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0;
    margin-right: 18px;
}

.add-to-cart{
    background: #cc0000;    
    color: white;
    width: 176px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "Montserrat-Medium";    
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0;
    height: 38px;
    margin-left: 25px;    
}

.btn-checkout:hover{
    color: white;
    text-decoration: none;
}

#quick-product-add{
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    letter-spacing: 1px;
}

.checkout-wrapper{
    background: #cc0000;
    width: 100%;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.checkout-block{
    /*width: 25%;*/
    width: 20%;
    flex-grow: 1;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 40px;
}

.checkout-block:first-child{
    margin-left: 0;
}

.checkout-block:last-child{
    margin-right: 0;
}

.checkout-block-body{
    background: #fafafa;
    border: 1px solid #eaeaea;
    padding: 20px;
    height: calc(100% - 40px);
    font-size: 18px;
    color: black;
    font-family: 'SourceSansPro-Regular';
}

.checkout-block-body b{
    font-weight: normal;
    font-family: 'SourceSansPro-Semibold';
}

.checkout-block-body textarea{
    border: none;
    background: none;
    padding: 0;
    height: 100%;
}

.wholesale-search select.offset-select:nth-of-type(1){
    margin-right: 5px;
}
.wholesale-search select.offset-select:nth-of-type(2){
    margin-left: 5px;
}

.checkout-block:nth-of-type(4) .checkout-block-body{
    background: white;
}

.checkout-block:nth-of-type(3) .checkout-block-body{
    color: #c5c5c5;
}

.checkout-block-body input[type="text"], .checkout-block-body select, .checkout-block-body input[type="date"]{
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.checkout-block-header{
    background: black;
    color: white;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    height: 40px;    
    letter-spacing: 1px;
}

.confirm-back-wrapper{
    margin-left: 46px;
    margin-top: 40px;
}

.checkout-block-body .mswt-label:before{
    left: unset;
    right: 0;    
}

.checkout-block-body #acknowledge{
    margin: 0;
    width: 100%;    
    font-size: 16px;
    font-family: 'SourceSansPro-Semibold';
}

.checkout-block-body{
    line-height: normal;
}

.checkout-block-body .mswt-label{
    margin-top: .5rem;
    padding-left: 0;
    color: black;
    font-family: 'SourceSansPro-Bold';
}

section#tyres-packages-wheels{
    font-size: 16px;
    padding-top: 40px;
}

.hero-block + section#tyres-packages-wheels{
    padding-top: 10px;
}

/* .tfooter .heading{
    font-size: 20px;
    font-weight: 'SourceSansPro-Bold';
} */

section.pl-0.pr-0#retail-checkout-section .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

section.pl-0.pr-0#retail-checkout-section #section{
    padding-left: 75px;
    padding-right: 75px;
}

#retail-checkout-section .checkout-block{
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

#retail-checkout-section .checkout-block-header{
    height: 66px;
    padding-left: 30px;
    padding-right: 30px;    
}

#retail-checkout-section .checkout-block-body{
    border-color: black;
}

.shopping-cart .item-block {
    border-bottom: 1px solid #949494;
    padding: 10px 10px 10px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.shop_cart_section .item-block .row div:nth-child(2) {
    padding-left: 65px;
}

.shop_cart_section .row .item-quantity {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    height: 32px;
}

.order-includes-wrapper .item-quantity {
    margin-left: 0;
}

.order-includes-wrapper .item-quantity {
    /* margin-left: 40px; */
    /* padding: 1px; */
    /* height: 100%; */
    height: 25px;
    width: 119px;
    margin-top: 22px;
}

.item-quantity-wrapper {
    display: -webkit-flex;
    display: flex;
}

.shop_cart_section .row .item-quantity button, .shop_cart_section .row .item-quantity button:focus, .shop_cart_section .row .item-quantity button:active {
    color: white;
    width: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

.shop_cart_section .row .item-quantity button {
    border-color: #d2d2d2;
}

.shop_cart_section .row .item-quantity button {
    width: 30px;
    background-color: black;
    border: 1px solid black;
    cursor: pointer;
    
}

.order-includes-wrapper .item-action {
    width: 107px;
    margin-left: 24px;
    position: relative;
    top: 4px;
    margin-top: 20px;
}

.order-includes-wrapper .item-action, .order-includes-wrapper .remove_all {
    font-family: PT Sans;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400 !important;
}

.shop_cart_section .remove {
    width: 21px;
    height: 21px;
    line-height: 19px;
}

.remove {
    width: 17.5px;
    height: 17.5px;
    color: white;
    border-radius: 50%;
    background-color: #838383;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-right: 9px;
}

.order-includes-wrapper .item-price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 50px;
    margin-top: 20px;
    position: relative;
    top: 0px;    
}

.order-includes-wrapper .item-price b {
    font-size: 23px;
    font-family: PT Sans;
    font-weight: bold;
}

.order-includes-wrapper .item-price span {
    margin-left: 3px;
}

.order-includes-wrapper .item-description>div>p:nth-of-type(2), .order-includes-wrapper .item-quantity input, .order-includes-wrapper .item-price span {
    font-family: PT Sans;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400 !important;
}

.shop_cart_section .item-action a, .remove_all a {
    color: #838383;
    display: flex;
    align-items: center;
}

.order-includes li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #949494;
    padding: 0;
}

.order-includes li:first-child{
    border-top: none;
}

.order-includes li h4{
    font-family: 'SourceSansPro-Bold';
    font-size: 14px;
    color: black;
}

.order-includes li h4.includes-detail{
    color: #e71d23;
    font-size: 15px;
    font-family: 'Montserrat-Bold';
    margin-top: 15px;
    letter-spacing: 2px;
}

section#retail-checkout-section{
    padding-top: 70px;
    padding-bottom: 70px;
}

#retail-checkout-section .checkout-block-body{
    padding: 0 30px; 
}

#retail-checkout-section .checkout-block-body#fitment-block-body{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    font-family: 'SourceSansPro-Regular';
    margin-bottom: 10px;
}

#retail-checkout-section .checkout-block-body#fitment-block-body b, #retail-checkout-section .checkout-block-body#fitment-block-body span.red-text{
    font-family: 'SourceSansPro-Bold';
}

section#retail-checkout-section .checkout-block-body p{
    color: #e71d23;
    font-size: 15px;
    font-family: 'Montserrat-Bold';
    margin-top: 15px;    
}

.search-slogan.order-total{
    background: #e71d23;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    height: 65px;
}

section#retail-checkout-section .search-slogan.order-total h2, section#retail-checkout-section .search-slogan.order-total h3{
    color: white;
    font-family: 'Montserrat-Bold';
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    display: flex;
    align-items: center;
}

.steps{
    background: black;
    color: white;
    padding-left: 75px;
    padding-right: 75px;
    height: 115px;
}

.steps .step{
    margin-right: 45px;
}

.steps .step .number{
    width: 40px;
    height: 40px;
    background: #333333;
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    border-radius: 100%;
    margin-right: 15px;
}

.steps .step .number + div{
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    letter-spacing: 1px;
}

.steps .step.active .number + div{
    font-family: 'Montserrat-Medium';
}

.steps .step.active .number{
    background: #e71d23;
}

#checkout-block-body#fitment-block-body{
    padding-top: 30px;
    padding-bottom: 30px;
}

.checkout-block-body#fitment-block-body input[type=text]{
    width: calc(100% - 165px);    
    border: 1px solid black;
    border-radius: 0;
    margin-bottom: 0;
}

.checkout-block-body#appointment-block-body input[type="time"], .checkout-block-body#appointment-block-body input[type="date"]{
    border: 1px solid black;
    border-radius: 0;    
    margin-bottom: 0;
    padding: 5px 10px;
}

.checkout-block-body#appointment-block-body{
    padding-top: 30px;
    padding-bottom: 30px;
}

#appointment-block-body{
    font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    color: #282828;
}

.checkout-block-body#secure-checkout{
    padding-top: 40px;
    padding-bottom: 40px;
}

.checkout-block-body#secure-checkout label{
    font-family: 'SourceSansPro-Semibold';
    font-size: 16px;
}

.checkout-block-body#secure-checkout input[type=text]{
    border: 1px solid black;
    margin-bottom: 0;
}

.checkout-block-body#secure-checkout input[type=email]{
    width: 100%;
    border: 1px solid black;
    padding: 5px 10px;
}

.btn-confirm-order{
    font-family: 'Montserrat-Bold';
    font-size: 17px;
    color: white;
    background: #e71d23;
    width: 100%;
    display: block;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}

.btn-confirm-order:hover{
    color: white;
    text-decoration: none;
}

.row#section .coupon_sec .col-sm-4{
    padding-left: 15px;
    padding-right: 15px;
}

.row#section .item-block .col-sm-4 {
    padding-left: 15px;
    position: 15px;
}

.search-result-title h5{
    font-family: 'SourceSansPro-Semibold';
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0;
}

.search-result-title h5 + div{
    margin-bottom: 8px;
    font-size: 20px;
}

.search-result-title{
    font-size: 16px;
    margin-bottom: 10px;
    height: auto;
}

.checkout-block-body .coupon_code input[type="text"]{
    margin-bottom: 0;
    max-width: 220px;
    margin-right: 10px;
    height: 40px;
}

.checkout-block-body .coupon_code .apply_coupon.btn{
    height: 40px;
    border-radius: 0;
    background: #282828;
    color: white;    
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 3px;
}

.checkout-block-body .coupon_code{
    display: -webkit-flex;
    display: flex;
}

.order-includes-wrapper .remove_all.item-action{
    margin-top: 0;
}

.checkout-block-body input[type="text"].tyre_quantity{
    width: 50px;
    margin-bottom: 0;
    border-color: black;
    text-align: center;
}

.fitment_centre .order-includes-wrapper .order-includes-wrapper:nth-of-type(1){
    padding-left: 0;
    padding-right: 0;
}s

.section_fitment h5 {
    height: 45px !important;
}
.order-includes-wrapper h5.available-fitment {
    background-color: #000000;
    padding: 12px;
    color: white;
    margin-top: 0;
    height: 68px;
    display: flex;
    align-items: center;
    padding-left: 28px;
    font-family: "Montserrat-Medium";    
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    height: 44px;
}

section.section_fitment{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 35px;
}

.fitment-center{
    border-bottom: 1px solid black;
    padding-top: 14px;
    padding-bottom: 14px;
}

.fitment-center .btn-select{
    background: black;
    color: white;
    border-radius: 0;
    width: 200px;
}

.fitment-center .btn-select.selected{
    font-weight: bold;
}

.fitment-center .btn-select img{
    display: none;
}

.fitment-center .btn-select.selected img{
    display: inline;
}

.fitment-center .btn-select img{
    margin-bottom: 2px;
}

.fitment-center .btn-select.selected{
    background: #e71d23;
    
}

.mobile-number-wrapper{
    border: 1px solid black;
}

.mobile-number-wrapper > a{
    color: #e71d23;
    font-size: 16px;
    font-family: "SourceSansPro-Regular";
    flex-grow: 1;
}

.checkout-block-body#secure-checkout .mobile-number-wrapper input[type=text] {
    border: none;
    width: 62%;
    margin-right: 15px;
}


.checkout-block-body#appointment-block-body .mswt-label:before{
    right: unset;
    left: 0;    
}

.checkout-block-body#appointment-block-body input[type=checkbox].mswt-checkbox + .mswt-label:before{
    background: url(../images/acknowledge-check-unchecked-black.png);
}

.checkout-block-body#appointment-block-body input[type=checkbox].mswt-checkbox:checked + .mswt-label:before{
    background: url(../images/acknowledge-check-checked-black.png);
}

.checkout-block-body#appointment-block-body .mswt-label{
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 30px;
    margin-top: 5px;
}

.checkout-block-body#appointment-block-body .mswt-label > span{
    font-family: 'SourceSansPro-Regular';
    margin-left: 10px;
    font-size: 16px;
}

#wheel-advanced-search span.mb-3,.wholesale-search select.offset-select{
    color: #c5c5c5;
    font-family: 'SourceSansPro-Regular';
}

.customer-pickup .mswt-label:before{
    background: url(../images/acknowledge-check-unchecked-black.png);
}

.customer-pickup input[type=checkbox].mswt-checkbox:checked + .mswt-label:before{
    background: url(../images/acknowledge-check-checked-black.png);
}

.checkout-block-body{
    font-size: 16px;
}

#maincontent.dealer-login-maincontent{
    margin-bottom: 160px;
}

.shopping-cart .item-block:last-child{
    border-bottom: none;
}

#retail-checkout-section .row#section .col-sm-4{
    padding-right: 15px;
}

.checkout-block-body select.select-50{
    width: calc(50% - 7px);
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/caret.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
}

.checkout-block-body select.select-50:nth-of-type(1){
    margin-right: 7px;
}

.checkout-block-body select.select-50:nth-of-type(2){
    margin-left: 7px;
}

label[for="expiration-date"]{
    width: 100%;
}

.credit-block.checkout-block .checkout-block-body{
    height: auto;
}
.payment > input[type=radio]{        
    display: none;
}
.payment > input[type=radio].visa + .mswt-label{
    background: url(../images/visa.png);
    background-size: cover;
    width: 50px;
    height: 35px;    
    display: inline-block;        
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    display: block;
    border: 2px solid transparent;
    cursor: pointer;
}

.payment > input[type=radio].visa + .mswt-label:before, .payment > input[type=radio].mastercard + .mswt-label:before {
    background: none;
    margin-top: 0px;
}

.payment > input[type=radio].visa:checked + .mswt-label{
    border: 2px solid red;    
} 
.payment > input[type=radio].mastercard + .mswt-label{
    background: url(../images/mastercard.png);
    background-size: cover;
    width: 50px;
    height: 35px;
    display: inline-block;        
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    display: block;
    border: 2px solid transparent;
    cursor: pointer;
}
.payment > input[type=radio].mastercard:checked + .mswt-label{        
    border: 2px solid red;
}

label[for=credit-card-type] + .form-check{
    padding-left: 0;
}

#size_list{
    border-radius: 0;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
}

#size_list select.mswt-form-control{
    width: 100%;
    -webkit-appearance: none;    
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/caret.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    padding-left: 12px;
    padding-right: 12px;
}

.testimonial-block .rating{
    width: 100%;
    height: auto;
}

.featured-style-carousel .product-model{
    display: unset;
    margin-bottom: unset;
}

#banner-mswt.search-wheel, .mid-banner.search-wheel, .search-page.search-wheel {
    background: unset;;
    margin-left: 0;
    position: relative;    
}

/*** CART PAGE CALENDAR CSS ***/

/*calendar css in cart page*/

.ui-datepicker-calendar {
    letter-spacing: 1px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    /*       border: 1px solid #c5c5c5;*/
    /*background: #eaeaea;*/
    font-weight: normal;
    color: black;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
    padding: 4px;
}

.ui-datepicker-month {
    height: 110%;
}

.ui-icon {
    text-indent: 0 !important;
}

.ui-state-default {
    padding: 5px;
}

.ui-datepicker .ui-datepicker-title {
    height: 26px;
    text-align: center;
    padding-top: 2px;
}

.ui-state-default:hover {
    background: #00a7ff;
    color: white;
    border-radius: 3px;
}
.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    /*background: lightgrey;*/
    color: #dadada;
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default:hover {
    color: #dadada;
    background: white;
}

.wholesale-tyre-img{
    max-width: 67px;     
    padding: 2px;    
}

.search-packages-table .wholesale-tyre-img{
    max-width: 95px;
}

.wholesale-tyre-img.tyre-image{
    /* max-width: 40px; */
    max-width: 46px;
    /* margin-left: 20px; */
    margin-left: 23px;
}

.wheel-page.wholesale-tyre-img{
    max-width: 85px;
    padding: 0;
}

.wholesale-tyre-img.mw16{
    /* max-height: 26px; */
    max-height: 55px;    
}
.wholesale-tyre-img.mw16{
    max-height: 65px;
}

.wheel-page.wholesale-tyre-img.mw16{
    max-height: 85px;
}

.wholesale-table a:not(.book-now), .wholesale-table a:not(.book-now):hover{
    color: black;
} 

.technical-details-table tr > td:first-child{
    vertical-align: top;
}

.wholesale-product-detail-body .products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-name:nth-of-type(1){
    line-height: 1 !important;
}

.setperpage{        
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/caret_red.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    border: none;
    width: 60px;
    padding-left: 10px;
    margin-left: 10px;    
}

.purchase-order-table{
    width: 80%;    
    margin-bottom: 0;
}

.purchase-order-table tbody > tr:first-child td{
    background: rgba(204, 0, 0, 0.5);
}

.purchase-order-table caption{
    caption-side: top;
    text-align: center;
    color: black;
    font-size: 24px;
    font-weight: bold;
}

table.purchase-order-table td{
    padding: 0 5px; 
}

#tyres-packages-wheels .order-confirmation-section#section h4{
    /* font-size: 34px; */
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: normal;
    margin-bottom: 40px;
}

.navbar-light.navbar-mswt .navbar-nav .active .nav-link{
    color: red;
}

.form-control{
    border-color: #495057;
    border-radius: 0;
}

.fs15{
    font-size: 15px;
}

#tyre_search_btn{
    height: 38px;
}

.load-rating{        
    /* width: 55px; */
    width: 70px;
    height: 24px;
    background-color: #fafafa;
    border: 1px solid #495057;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    /* margin-left: 6px; */
    margin-left: 12px;
    /* margin-right: 6px; */
    margin-right: 0px;
}

.filter-result-by.load-rating{
    width: 110px;
}

table.responsive-table thead {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    line-height: 3em;
    background: #eee;
    table-layout: fixed;
    display: table;
}

.filter-results-by{
    margin-left: 20px;
    margin-right: 40px;
}

.navbar-mswt .links li a span.items-in-cart{
    margin-left: 0;
    margin-right: 0;
}

/* .card-name{
    position: absolute;
    top: 0px;    
} */

.card-name{
    margin-left: -120px;
}

.added-to-cart{
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
    position: absolute;
    bottom: 0;    
    font-size: 15px;    
    font-family: 'Montserrat-Regular';
}

.notifyjs-corner{
    font-family: 'Montserrat-Regular';
}

.wholesale-table > thead > tr{
    position: -webkit-sticky;
    position: sticky;
    top: -110px;
}

.wholesale-table.fixed-banner{
    position: fixed;
    top: 154px;
    z-index: 10;
}

.wholesale-table td{
    background: white;
}

.form-control#size_list{
    border: 1px solid rgba(73, 80, 87, 0.5);
    height: 38px;
    height: 40px;
}

#size_select{
    color: #495057;
}

.performance-select{
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/caret_red.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    border: 1px solid rgba(73, 80, 87, 0.5);
    background-color: white;
    min-width: 200px;        
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;    
    line-height: 1.5;
    color: #495057;        
}

.wholesale-table .book-now{
    font-size: 13px;
}

/*** chosen custom css ***/

.chosen-container-single .chosen-single{
    font-family: 'Montserrat-Medium' !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(../images/caret_red.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 14px) center !important;    
    border: 1px solid rgba(73, 80, 87, 0.5) !important;
    background-color: white !important;
    border-radius: 0 !important;
    height: 38px !important;
    box-shadow: none !important;
    padding-right: 10px !important;
}

.chosen-container.chosen-container-single{
    height: 38px;
}

.chosen-container{
    margin-left: 5px;
    margin-right: 5px;
    flex-grow: 1;    
    width: 150px;
}

.chosen-container-single .chosen-single div b{
    display: none !important;
}

.chosen-container-single .chosen-single span{
    height: 100%;
    display: flex !important;
    align-items: center;
}

.chosen-container.chosen-with-drop .chosen-drop{
    border-radius: 0 !important;
}

.tyre-page + section .wholesale-table .book-now{
    width: 120px;
}

.offset-wrapper{
    background: white;
    padding: .375rem .75rem;
    font-size: 13px;
    border: 1px solid #e7e7e7;
}

.offset-wrapper .mb-1{
    margin-bottom: 0 !important;
    color: #C5C5D0;
} 

.wholesale-search .offset-wrapper select{
    font-size: 13px;    
}

.wholesale-search .offset-wrapper select.form-control{
    padding: 0;
    height: auto;
    padding-left: 2px;
    background-image: url(../images/caret_red.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
}

.opening-time{
    min-width: 80px;
}

.opening-hours{
    width: 200px;
}

.horizontal-line{
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
    flex-grow: 1;
    border-top: 1px solid black;
}

.search-wheel-products-grid.products-grid.search-wheel .d-flex > div{

    width: calc(25% - 18px); 
    min-width: 280px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

.search-wheel-products-grid.products-grid.search-wheel .view-details, .search-wheel-products-grid.products-grid.search-wheel .book-now, .search-wheel-products-grid.products-grid.search-wheel .create-package{
    font-size: 12px;
}

#search-tyres-products-grid .create-package, #search-tyres-products-grid .view-details, #search-tyres-products-grid .book-now{
    font-size: 12px;
}

.filter-form {
    padding: 34px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.search-category h5 {
    background-color: #5c6770;
    color: white;
    font-size: 18px;
    padding: 24px 34px;
    font-weight: 600;    
    font-family: 'Montserrat';
    text-align: center;
}

.price-range label, .price-range input, .price-range p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.hero-block .book-now span{
    font-family: 'Montserrat-Medium';
    font-size: 13px;
}

section.pl-0.pr-0#retail-checkout-section .container-fluid{
	padding-left: 15px;	
	padding-right: 15px;
}

#closest_results{
    height: 270px;
}

#fitment_centre_form br{
    display: none;
}

.checkbox-container .float-right p {
    font-size: 12px;
    font-weight: 500;
    padding-top: 3px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 27px;
    font-family: 'Montserrat';
}

.fs18 strike{
    font-size: 17px;
}

.product-prices small{
    font-size: 60%;
    font-weight: 600;
    color: grey;
}

.product-blocks-wrapper .product-block .product-prices b, .product-blocks-wrapper .product-block .product-prices .discounted-price{
    font-size: 13px;
}

.product-blocks-wrapper#package-slider-in-search-tyres .product-block .view-details, .product-blocks-wrapper#package-slider-in-search-tyres .product-block .book-now{
    font-size: 12px
}

#search-bar #rear_form_btn{
    border: none;
    background: black;
    color: white;
    height: 40px;
    padding: 6px 12px;
    margin-left: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

section#need-help.need-help-top.search-tyre-need-help{
    padding-top: 65px;
}


#videoSection{
    height: auto;
}

#videoSection video{
    transform: none;
    margin-top: 0;
}

@media (min-width: 768px){
#videoSection.cropped{
    height: 360px;
    overflow: hidden;
}

#videoSection.cropped video{
    transform: translateY(-50%);
    margin-top: 180px;
}
}

/*** MEDIA QUERIES ***/

@media(max-width: 1366px){
    .banner-text{
        font-size: 18px;
        line-height: 30px;
    }
    #search-tabs li a{
        font-size: 14px;
    }
}

@media(max-width: 600px){
    .magnify{
        right: -10px;
    }
}

@media(max-width: 1335px){
    .products-grid{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(min-width: 992px) and (max-width: 1335px){
    
    section#best-deals .owl-carousel-wrapper{
        padding-left: 60px;
        padding-right: 60px;
    }
    #tyres-packages-wheels #section, #car-models #section, #gallery #section{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-mswt .phone-number, .navbar-mswt .phone-number b{
        font-size: 11px;
    }
    .navbar-light.navbar-mswt .navbar-brand{
        margin-right: 15px;
    }
    .navbar-light.navbar-mswt .navbar-brand > img{
        width: 100%;
    }    
    .products-grid{
        padding-left: 30px;
        padding-right: 30px;
    }
    .create-package{
        letter-spacing: normal;
        /* font-size: 11px; */
    }
    .filter-result-by{
        padding-left: 5px;
        padding-right: 15px;
        background-position: calc(100% - 2px) center;
        
    }
}

@media(min-width: 1336px) and (max-width: 1800px){    
    .products-grid.search-package .product-block.d-flex > .product-top > div > div > div > img{
        max-width: 80px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .products-grid.search-package .product-block.d-flex > .product-top{
        width: 40%;
    }
    .checkbox-container img{
        width: 18px;
    }    
    .checkbox-container .float-right p{
        font-size: 10px;
        margin-top: -7px;
    }
    .search-results-banner .banner-carousel .banner{
        padding-top: 48px;
        padding-bottom: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* meta[name="viewport"]{
        content: "width=device-width, initial-scale=0.8";
    } */
    /* * {
        zoom: 0.98;
    }
    .owl-carousel *{
        zoom: 1; 
    }
    /* body{
        transform: scale(0.8);
    } */
    .checkout-block-header{
        font-size: 11px;
    }
    #wheel-advanced-search{
        flex-wrap: wrap;
    }
    #wheel-advanced-search.hidden{
        display: none !important;
    }
    #sort-results-by{
        font-size: 9px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #sort-results-by #acknowledge, .filter-result-by{
        font-size: 9px;
    }
    .filter-result-by{
        width: 100px;
        background-position: calc(100% - 4px) center;
        padding-left: 4px;
    }
    .wholesale-product-detail-wrapper:before{
        transform: translateX(-50%) skew(-4deg);
        width: 90%;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price.fix > table tr:nth-child(1) td, .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td{
        font-size: 13px;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td:nth-child(1){
        padding-right: 15px;
    }
    
    #get-the-look > .container-fluid{
        padding-top: 4vw;
    }
    #get-the-look a.section-btn{
        margin-bottom: 2vw;
    }
    section.product-details .order-now-block{
        padding-left: 25px;
        padding-right: 25px;
    }
    /* .products-grid.search-package.product-page a.choose-btn{
        font-size: 9px;
    } */
    .product-page-price{
        font-size: 18px;
    }
    /* .product-details.product-page .book-now, .product-details.product-page .view-details{
        font-size: 9px;
    } */
    section.product-details.product-page .row#section .col-xl-8{
        padding-right: 20px;
    }
    section.product-details.product-page .row#section .col-xl-4{
        padding-left: 20px;
    }
    #steps .d-flex > .step{
        padding-left: 15px;
        padding-right: 1px;
    }
    #steps .step .step-icon{
        width: 230px;        
        margin-right: 15px;        
    }
    #steps .step .step-icon > img{
        width: 100%;
    }
    .products-grid{
        padding-left: 40px;
        padding-right: 40px;
    }
    .create-package{
        letter-spacing: normal;
        font-size: 12px;
    }
    #search-bar .row#section{
        padding-left: 0;
        padding-right: 0;
    }
    .checkout-block{
        margin-left: 10px;
        margin-right: 10px;
    }
    .confirm-back-wrapper{
        margin-left: 20px;
    }
}

@media (max-width: 1199px){
    .wholesale-table th.info, .wholesale-table td.info, .info{
        display: none;
    }
    .steps{
        padding-left: 15px;
        padding-right: 15px;
    }
    section.pl-0.pr-0#retail-checkout-section .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    #retail-checkout-section .row#section{
        margin-left: -15px;
        margin-right: -15px;
    }
    #wheel-advanced-search{
        flex-wrap: wrap;
    }
    .product-blocks-wrapper .product-block .product-top{
        padding-left: 15px;
        padding-right: 15px;
    }
    section.product-details.product-page .row#section .col-xl-4{
        padding-left: 15px;
    }
    section.product-details.product-page .row#section .col-xl-8{
        padding-right: 15px;
    }
    #steps .d-flex{
        margin-left: 0;
        margin-right: 0;
    }
    #steps .step .step-icon{
        width: 80px;
    }
    #steps .step .step-icon>img{
        width: 100%;
    }
    #steps .step .step-description > b{
        font-size: 21px;
        line-height: 36px;
    }
    #steps .d-flex{
        flex-wrap: wrap;
    }
    #search-bar.product-page .row#section{
        padding-left: 0;
    }
    #search-bar .row#section > .d-flex{
        justify-content: center !important;
    }
    #search-bar .row#section > .d-flex:last-child{
        margin-top: 15px;
    }
}

@media(min-width: 992px) and (max-width: 1199px){   
    .order-includes li h4{
        width: 60%;
    }
    section#retail-checkout-section .checkout-block-body p{
        font-size: 11px;
    }
    .order-includes-wrapper .item-action{
        margin-left: 0;
    }
    .shop_cart_section .row .item-quantity{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .search-result-title h5{
        font-size: 20px;
    }
    #retail-checkout-section .checkout-block-body{
        padding-left: 15px;
        padding-right: 15px;
    }
    section.pl-0.pr-0#retail-checkout-section #section{
        padding-left: 0px;
        padding-right: 0px;
    }
    .products-grid.search-package .product-block{
        width: 100%;
    }
    .products-grid.search-package .product-block.d-flex > .product-top > div > div > div > img{
        margin-left: 5px;
        margin-right: 5px;        
    }
    .products-grid.search-package .product-block.d-flex > .product-top{
        width: 40%;
    }
    .search-category .form-group.d-flex.justify-content-between.align-items-center{
        flex-wrap: wrap;
    }
    .price-container{
        width: 100%;
    }
    .price-container.mb-3{
        margin-bottom: 0 !important;
    }
    .price-container.mb-3 + input.form-control{
        width: 100% !important;
    }
    .filter-form .checkbox-container input[type="checkbox"] + .float-right{
        float: none !important;
    }
    .filter-form .checkbox-container input[type="checkbox"] + .float-right + .checkmark{
        top: calc(50% + 18px);
    }
    .checkbox-container .float-right p{
        font-size: 10px;
    }
    .products-grid.search-package.search-package-page .view-details, .products-grid.search-package.search-package-page .book-now{
        font-size: 9px;
    }
    .products-grid.search-package.search-package-page .filter-form .book-now{
        font-size: 12px;
    }
    .price-range label, .price-range input, .price-range p{
        font-size: 12px;
    } 
    #brands, #designs{
        width: 100%;
    }
    .price-container{
        flex-wrap: wrap;
    }  
    section p.clear-all{
        font-size: 12px;
    }
    .search-category h5{
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    } 
    .filter-form{
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
    }
    .products-grid .product-block, .search-wheel-products-grid.products-grid.search-wheel .d-flex > div{
        width: calc(50% - 18px);
    }  
    .wholesale-search .offset-wrapper select.form-control{
        width: 45px !important;
        background-image: url(../images/caret_red.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 5px) center;
    }
    .wheel-page #wheel-search-advance-tab .btn-search{
        width: 66px;
        font-size: 9px;
        margin-left: 5px;
        margin-top: 10px;
    }    
    .offset-wrapper{
        padding-left: 5px;
        padding-right: 5px;
        height: 38px;
        margin-left: 2px;
        margin-right: 2px;
        min-width: 170px;
        margin-top: 10px;
    }
    .wheel-page .chosen-container-single .chosen-single, .wholesale-search.wheel-page select, .wholesale-search.wheel-page input[type=text]{
        padding-left: 5px;
        padding-right: 5px;
    }
    .wholesale-search.wheel-page input[type=text]{
        margin-left: 3px;
        margin-right: 3px;
    }
    .wholesale-table thead > tr:first-child th{
        font-size: 10.5px;
    }
    .wheel-page#sort-results-by + .table-responsive .wholesale-table .book-now{
        width: 78px !important;
        font-size: 8px !important;
    }
    .tyre-page + section .wholesale-table .book-now{
        width: 70px;
    }
    .wholesale-table thead > tr:first-child th{
        font-size: 10.5px;
    }
    .wholesale-table .filter-result-by{
        width: 87px;
        min-width: unset;
    }
    .pkg_add_to_cart_btn{
        width: 90px !important;
    }
    #wheel-search-select{
        padding-left: 0;
        padding-right: 30px;
    }
    .wholesale-search select.form-control{
        width: 130px;
    }
    .wholesale-search.wheel-page #wheel-search-advance-tab select.form-control{
        width: auto;
        width: 20% !important;
    }
    .chosen-container-single .chosen-single, .wholesale-search select, .wholesale-search input[type=text]{
        font-size: 11px !important;
    }
    .wheel-page .chosen-container-single .chosen-single, .wholesale-search.wheel-page select, .wholesale-search.wheel-page input[type=text]{
        font-size: 9px !important;
    }
    .wholesale-search.wheel-page #wheel-search-advance-tab input[type=text]{
        width: 25% !important;
    }
    .wholesale-search.wheel-page #wheel-search-advance-tab input[name=tyre-brand], .wholesale-search.wheel-page #wheel-search-advance-tab input[name=sub-type], .wholesale-search.wheel-page #wheel-search-advance-tab input[name=u_colour]{
        width: 60px !important;
        margin-top: 10px;
    }
    .tyre-page-sort + div.table-responsive > .wholesale-table > thead > tr > th:last-child, .tyre-page-sort + div.table-responsive > .wholesale-table > tbody > tr > td:last-child{
        padding-left: 0;    
    }
    .bold-label{
        font-weight: bold;
    }
    #search-bar.product-page .row#section > .col-sm-12 > .d-flex > .d-flex > div:first-child{
        letter-spacing: 1px;
    }
    #top-brands{
        font-size: 18px;
    } 
    #top-brands.search-page.search-wheel .container{
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        max-width: unset;
    }    
    .checkout-block-body{
        padding: 10px;
        font-size: 13px;
    }
    .checkout-block-header{
        font-size: 10px;
    }
    .confirm-back-wrapper{
        margin-left: 10px;
    }
    .checkout-block{
        margin-left: 5px;
        margin-right: 5px;
    }
    .one-thirds{
        flex-wrap: wrap;
    }
    .one-thirds .checkout-block{
        width: calc(33.33% - 20px);
        flex-grow: unset;
        margin-left: 10px;
        margin-right: 10px;
    }
    .checkout-form#checkout-form{
        padding-left: 120px;
        padding-right: 120px;
    }
    .btn-checkout, .btn-cart{
        margin-right: 0;        
    }
    .wholesale-product-detail-body .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.d-flex.w75 > div:last-child{
        padding-left: 10px;
        padding-right: 20px;
    }
    .filter-result-by{
        width: 120px;
    }
    #sort-results-by{
        padding-left: 15px;
        padding-right: 15px;
    }
    #sort-results-by{
        justify-content: left !important;
    }
    #sort-results-by #acknowledge{
        margin: unset;
        margin-left: 15px;
    }
    #filter-result-by-wrapper{
        width: 48%;
        margin-left: 0 !important;
        margin-right: 0;        
    }
    #filter-result-by-wrapper.package-page{
        width: auto;
    }
    
    .wheel-page#filter-result-by-wrapper{
        width: auto;
    }
    
    #filter-result-by-wrapper + div{
        width: 32%;
    }
    #filter-result-by-wrapper + div > #filter-result-by-wrapper:first-child{
        width: 200px;
    }
    #sort-results-by{
        flex-wrap: wrap;
    }
    .container{
        width: 790px;
    }
    .wholesale-product-detail-wrapper:before{
        transform: translateX(-50%) skew(-6deg);
        width: 87.5%;
    }
    .tfooter{
        font-size: 11px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #legend{
        padding-left: 20px;
        padding-right: 20px;
    }
    .wholesale-search input[type=text]{
        width: 92px;
    }
    .wholesale-search{
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-add-rear{
        width: 156px;
        font-size: 13px;
    }
    .btn-search{
        width: 100px;
        font-size: 13px;
    }
    .wheel-page .btn-search {
        width: 90px;
        font-size: 11px;
    }
    .wholesale-search .form-control{
        width: 10%;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td:nth-child(1){
        padding-right: 15px;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price.fix > table tr:nth-child(1) td, .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td{
        font-size: 11px;
    }
    .product-page-price{
        font-size: 16px;
    }
    .view-details, .book-now{
        font-size: 11px;
    }
    .products-grid.search-package .product-block.d-flex > .product-top > div > div > div > img{
        max-width: 70px;
    }
    #get-the-loot-intro + .d-flex > div > img{
        max-width: 100px;
    }
    #get-the-look > .container-fluid{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section h3{
        margin-bottom: 0;
    }
    #get-the-look p{
        margin-top: 0;
    }
    #get-the-look a.section-btn{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-blocks-wrapper .product-block .product-top{
        padding-left: 15px;
        padding-right: 15px;
    }
    .products-grid.search-package.product-page.package-product + div[role=tabpanel] #product-details-tabs > li a{
        font-size: 10px;
        padding-left: 0;
        justify-content: center;
    }
    .products-grid.search-package.product-page a.choose-btn{
        font-size: 10px;
    }    
    .product-details.product-page .book-now, .product-details.product-page .view-details{
        font-size: 10px;
    }
    #search-bar.product-page .row#section > .col-sm-12 > .d-flex > .d-flex > div:last-child{
        line-height: 20px;
    }
    #search-bar.product-page .easy{
        margin-left: 10px;
        margin-right: 10px;
    }
    footer{
        padding: 30px 0;
    }
    #bottom-banner .d-flex > div > img{
        height: 21px;
        width: auto;
    }
    #bottom-banner h2{
        font-size: 32px;
        margin-bottom: 20px;
    }
    section#products-home{
        padding-bottom: 30px;
    }
    #top-brands.search-page{
        margin-bottom: 30px;
    }
    #top-brands.search-page.search-wheel{
        margin-bottom: 0;
    }
    section#products-home{
        padding-left: 0;
        padding-right: 0;
    }
    .products-grid{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-blocks-wrapper .product-block .product-bottom{
        padding-left: 15px;
        padding-right: 15px;
    }
    section#search-bar a{
        font-size: 9px;
    }    
    a.clear-search-btn{
        margin-right: 15px;        
    }
    .navbar-light.navbar-mswt .navbar-nav .nav-link{
        /* padding-left: 10px; */
        padding-left: 8px;
        /* padding-right: 10px; */
        padding-right: 8px;
        /* font-size: 13px; */
        font-size: 10px;
    }
    #search-bar .row#section{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-mswt .links.ml-auto li a{
        margin-left: 6px;
        margin-right: 6px;
        font-size: 13px;
    }
    .navbar-mswt .links.ml-auto li a > img{
        width: 16px;
        height: auto;
    }
    .navbar-light.navbar-mswt .navbar-nav .nav-link{
        padding-left: 6px;
        padding-right: 6px;
        font-size: 9px;
    }
    .navbar-mswt .links li a span{
        margin-left: 5px;
        font-size: 10px;
    }    
    .navbar-light.navbar-mswt .navbar-brand{
        width: 130px;
    }
    body.fixed-navbar-body{
        padding-top: 140px;
    }
    .navbar.navbar-light.navbar-mswt{
        padding-left: 9px;
        padding-right: 0;
    }
    .topbar{
        padding-left: 0;
        padding-right: 0;
    }
    #tyres-packages-wheels > .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .btn-checkout, .btn-cart{
        width: 150px;
        font-size: 11px;
    }
    .checkout-block-body input[type="text"], .checkout-block-body select, .checkout-block-body input[type="date"]{
        font-size: 13px;
        height: auto;
    }
    .checkout-block-body textarea, .checkout-block-body .mswt-label{
        font-size: 13px;
    }    
    #sort-results-by.tyre-page-sort{
        padding-left: 15px;
        padding-right: 15px;
    }
    #sort-results-by.tyre-page-sort #filter-result-by-wrapper{
        width: auto;
        margin-top: 5px;
    }
    #sort-results-by.tyre-page-sort #filter-result-by-wrapper + div{
        width: auto;
        margin-left: 20px;
        /* margin-top: 5px; */
    }
    #sort-results-by.tyre-page-sort > div#acknowledge:nth-of-type(3){
        margin-left: 0;
    }
    #sort-results-by.tyre-page-sort > div:last-child{
        margin-left: 30px !important;
        margin-top: 5px;
    }
    .wholesale-table .book-now{
        width: 75px;
        font-size: 8px;
    }    
    .wheel-page#sort-results-by #acknowledge{
        margin-left: 10px !important;
    }
    .wheel-page#sort-results-by > div{
        margin-left: 0;
        margin-right: auto;
    }
    .wheel-page#sort-results-by > div.ml-auto{
        margin-left: 0 !important;
    }
    .wheel-page#sort-results-by > div:first-child{
        margin-right: 0;
    }
    .wheel-page#sort-results-by > div:nth-last-child(2){
        margin-left: 0;
    }
    .wholesale-table.fixed-banner{
        top: 139px;
    }      
    
}

@media(min-width: 992px){
    th.d-lg-block, td.d-lg-block{
        display: table-cell !important;
    }
}

@media(min-width: 576px){
    .d-none.d-sm-block.d-flex{
        display: flex !important;
    }
    .products-grid.search-wheel .d-flex > div{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    /* #logo-image{
        margin-top: auto;
    } */
    .products-grid.search-wheel .d-flex > div > .product-buttons{
        margin-top: auto;
    }  
}

@media (min-width: 576px) and (max-width: 1199px){
    .order-now-block > .d-flex > div:first-child{
        margin-right: auto;
    }
    section.product-details .order-now-block > .d-flex > div:last-child{
        margin-left: auto;
        width: 25%;
    }     
}

.break{
    display: none;
    flex-basis: 100%;
}



#p-product_code, #p-product_id, #p-quanity{
    max-width: 266px;
    /* flex-grow: unset; */
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
}

.wholesale-search .form-control#p-quantity{
    margin-left: 5px;
    margin-right: 5px;
    /* flex-grow: unset;*/
    flex-grow: 1; 
}

.wheel-front-rear-flex{
    width: unset;
}
.wholesale-search input[type=text]#p-quantity{
    max-width: 266px;
    margin-left: 5px;
    margin-right: 5px;
}

.tyre-page #tyre_search_btn{
    height: 24px;
}

.tyre-page .btn-search.w176{
    height: 24px;    
}

#exact-match{
    margin-top: 7px;
    margin-bottom: 7px;
}

.ribbon {
 font-size: 9px !important; 
 line-height: 1.5;
 font-weight: normal;
 width: 185px;    
 position: relative;
 background: #E64C3C;
 color: #fff;
 text-align: center;
 padding: 5px; /* Adjust to suit */
 margin-left: auto;
 margin-right: auto;
 margin-top: -35px;
 margin-bottom: 10px;
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -0.5em;
 border: 1.5em solid #C03A2B;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
/* .ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #804f7c transparent transparent transparent;
 bottom: -1em;
} */
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}

@media(min-width: 768px) and (max-width: 991px){       
    section.pl-0.pr-0#retail-checkout-section #section{
        padding-left: 0px;
        padding-right: 0px;
    }
    .product-blocks-wrapper#package-slider-in-search-tyres .filter-result-by{
        flex-grow: unset;
    }
    .product-blocks-wrapper#package-slider-in-search-tyres .product-block .view-details, .product-blocks-wrapper#package-slider-in-search-tyres .product-block .book-now{
        font-size: 8px;
        margin-bottom: 15px;
    }

    .products-grid.search-package .product-block.d-flex > .product-top{
        margin-left: auto;
        margin-right: auto;
    }
    #search-tyres-products-grid > .container-fluid > .row > .col-md-9, #search-tyres-products-grid > .container-fluid > .row > .col-md-9, .search-wheel-products-grid > .container-fluid > .row > .col-md-9, #search-tyres-products-grid > .container-fluid > .row > .col-md-9, .search-package > .container-fluid > .row > .col-md-9, #search-tyres-products-grid > .container-fluid > .row > .col-md-9{
        flex: unset;
        max-width: unset;
        width: 100%;
        order: 2;
    }     

    #search-tyres-products-grid > .container-fluid > .row > .col-md-3, #search-tyres-products-grid > .container-fluid > .row > .col-md-3, .search-wheel-products-grid > .container-fluid > .row > .col-md-3, #search-tyres-products-grid > .container-fluid > .row > .col-md-3, .search-package > .container-fluid > .row > .col-md-3, #search-tyres-products-grid > .container-fluid > .row > .col-md-3{
        flex: unset;
        max-width: unset;
        width: 100%;
    }

    .search-wheel-products-grid.products-grid.search-wheel .create-package{
        font-size: 10px;
    }
    .wholesale-search.wheel-page #wheel-search-advance-tab select.form-control {
        width: auto;
        width: 20% !important;
    }
    .wholesale-search.wheel-page #wheel-search-advance-tab input[type=text] {
        width: 25% !important;
    }
    .offset-wrapper {
        padding-left: 5px;
        padding-right: 5px;
        height: 38px;
        margin-left: 2px;
        margin-right: 2px;
        min-width: 170px;
        margin-top: 10px;
    }
    .wholesale-search.wheel-page #wheel-search-advance-tab input[name=tyre-brand], .wholesale-search.wheel-page #wheel-search-advance-tab input[name=sub-type], .wholesale-search.wheel-page #wheel-search-advance-tab input[name=u_colour] {
        width: 60px !important;
        margin-top: 10px;
    }
    .wheel-page #wheel-search-advance-tab .btn-search {
        width: 66px;
        font-size: 9px;
        margin-left: 5px;
        margin-top: 10px;
    }
    .wholesale-search.wheel-page input[type=text] {
        margin-left: 3px;
        margin-right: 3px;
    }
    .wholesale-search.wheel-page input[type=text]:nth-of-type(2n+1){
        margin-left: 3px;
    }    
    .wholesale-tyre-img.wheel-image, .search-packages-table .wholesale-tyre-img{
        max-width: 55px !important;
    }
    .wholesale-tyre-img.tyre-image{
        max-width: 36px !important;
    }
    .wholesale-table .filter-result-by{
        font-size: 9px;
    }
    .wholesale-table input[type=text]{
        font-size: 9px;
    }
    .wholesale-table thead > tr:first-child th{
        font-size: 9px;
    }
    .wholesale-table tbody > tr > td{
        font-size: 9px;
    }
    .wholesale-table .filter-result-by.pkg-tyre-select, .wholesale-table .filter-result-by.pkg-front-tyre-select, .wholesale-table .filter-result-by.pkg-rear-tyre-select{
        width: 87px;
        min-width: unset;
    }     
    .wholesale-table .book-now.pkg_add_to_cart_btn{
        width: 76px !important;
    }
    .wholesale-search select,.wholesale-search input[type=text]{
        font-size: 11px;
    }
    .wholesale-search.package-page + section > #sort-results-by > .ml-auto{
        margin-left: unset !important;
        margin-bottom: 10px;
    }
    .wheel-page#sort-results-by + .table-responsive .wholesale-table .book-now{
        width: 76px !important;
        text-align: center;
    }
    .wholesale-search{
        padding-left: 15px;
        padding-right: 15px;
    }  
    #quick-product-add{
        padding-left: 0;
        padding-right: 0;
        width: auto;
        max-width: unset;
        flex: unset;
    }
    .wheel-front-rear-flex{
        padding-left: 0;
        padding-right: 0;
        width: auto;
        max-width: unset;
        flex: unset;   
    }
    .checkout-form#checkout-form {
        padding-left: 60px;
        padding-right: 60px;
    }
    .one-thirds .checkout-block {
        width: calc(33.33% - 20px);
        flex-grow: unset;
        margin-left: 10px;
        margin-right: 10px;
    }
    .one-thirds {
        flex-wrap: wrap;
    }
    #search-tyres-products-grid .product-blocks-wrapper .product-block .product-prices{
        font-size: 16px;
    }
    .products-grid.search-wheel .d-flex > div .front-and-rear{
        font-size: 16px;
    }
    a.clear-search-btn{
        margin-right: 15px;
    }
    #top-brands.search-page.search-wheel .container{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        max-width: unset;
    }    
    #top-brands{
        font-size: 16px;
    }
    .confirm-back-wrapper{
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .one-thirds .confirm-back-wrapper{
        margin-top: 40px;
        margin-left: 10px;
        width: unset;
        display: unset;
        align-items: unset;
        justify-content: unset;
    }
    section#tyres-packages-wheels{
        padding-bottom: 40px;
    }
    .checkout-block-body input[type="text"], .checkout-block-body select, .checkout-block-body input[type="date"], .checkout-block-body textarea, .checkout-block-body #acknowledge{
        font-size: 13px;
    }
    .checkout-block-body{
        padding: 10px;
        font-size: 13px;
    }
    .checkout-block-header{
        font-size: 9px;
    }    
    .checkout-block{
        margin-left: 10px;
        margin-right: 10px;
    }
    .btn-checkout, .btn-cart{
        margin-right: 0;        
    }
    .btn-checkout.mb-3{
        margin-bottom: 0 !important;
        margin-right: 15px;
    }
    .one-thirds .btn-checkout.mb-3{
        margin-bottom: 15px !important;       
        
    }
    .checkout-section > .col-sm-12 > .d-flex{
        flex-wrap: wrap;
    }
    .wholesale-search-front-rear.wholesale-search #wheel-advanced-search input[type=text]:nth-of-type(3){
        margin-right: 0;
    }        
    
    .wholesale-search-front-rear.wholesale-search #wheel-advanced-search input[type=text]:nth-of-type(4), .wholesale-search-front-rear.wholesale-search #wheel-advanced-search input[type=text]:nth-of-type(6){
        margin-left: 0;
        margin-right: 15px;
    }
    .wholesale-search-front-rear.wholesale-search #wheel-advanced-search input[type=text]:nth-of-type(5), .wholesale-search-front-rear.wholesale-search #wheel-advanced-search input[type=text]:nth-of-type(7){
        margin-right: 0;
        margin-left: 15px;
    }
    .wholesale-search-front-rear.wholesale-search #wheel-advanced-search input[type=text]:nth-of-type(8){
        margin-left: 0;
    }
    .wholesale-search #wheel-advanced-search select.offset-select{
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .filter-result-by{
        width: auto;
        flex-grow: 1;
        margin-top: 10px;
    }
    #sort-results-by > div#acknowledge:last-child{
        margin-left: 0;
        margin-top: 10px;
    }
    #sort-results-by{
        padding-left: 15px;
        padding-right: 15px;
    }
    #sort-results-by{
        justify-content: left !important;
    }
    #sort-results-by #acknowledge{
        margin: unset;
        margin-left: 10px;
    }
    #filter-result-by-wrapper{
        width: 100%;
        margin-left: 0 !important;
    }
    #sort-results-by{
        flex-wrap: wrap;
    }
    .container{
        width: 590px;
    }
    .wholesale-product-detail-wrapper:before{
        transform: translateX(-50%) skew(-6deg);
        width: 87.5%;
    }
    .tfooter > div:first-child{
        margin-bottom: 15px;
    }
    .tfooter > div > span.pl-4.pr-4:nth-last-of-type(1){
        float: right;
    }
    .tfooter{
        font-size: 11px;
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap;
    }
    
    .tfooter>div{
        width: 100%;
    }
    
    #legend{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 10px;
    }    
    
    .btn-add-rear.w176{
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    
    .tyre-search + .d-flex > .d-flex {
        flex-wrap: wrap;
    }
    .wholesale-search select.form-control{
        width: 100%;        
    }
    
    .wholesale-search input[type=text]{
        /* margin-top: 10px; */
        margin-top: 0px;
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-right: 15px;
        flex-grow: unset;
    }
    .wholesale-search.wheel-page input[type=text]{
        flex-grow: 1;
    }
    .wholesale-search input[type=text]#p-product_code, .wholesale-search input[type=text]#p-product_id, .wholesale-search input[type=text]#p-quantity{
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
    }
    .wholesale-search input[type=submit]{
        margin-left: 0;
        width: calc(50% - 15px);        
        margin-right: 15px;
        margin-top: 10px;
    }
    .wholesale-search.wheel-page input[type=submit]{
        margin-right: 0;
    }
    .btn-add-rear{
        margin-top: 10px;
        width: calc(50% - 15px);        
        margin-left: 15px;
    }
    
    .wholesale-search input[type=text]:nth-of-type(2n){
        margin-right: 0;
    }
    .wholesale-search.wheel-page input[type=text]:nth-of-type(2n){
        margin-right: 3px;
    }
    .wholesale-search input[type=text]:nth-of-type(2n+1){
        margin-left: 0;
    }
    .wholesale-search input[type=text]:nth-of-type(2n+1)
    
    /* .wholesale-search-front-rear.wholesale-search input[type=text]:nth-of-type(2n){
        margin-right: 15px;
    }
    .wholesale-search-front-rear.wholesale-search input[type=text]:nth-of-type(2n+1){
        margin-left: 15px;
    } */
    
    /* .wholesale-search-front-rear.wholesale-search input[type=submit]{
        width: 176px;
    } */
    
    .wholesale-search-front-rear.wholesale-search input[type=submit]{
        width: 100%;
        margin-right: 0;
    }
    
    .wholesale-search-front-rear.wholesale-search input[type=text]{
        width: calc(50% - 15px);
        flex-grow: 1;        
    }
    
    .hero-block select.form-control{
        background-position: calc(100% - 8px) center;
    }
    .hero-block .form-control{
        padding-left: 8px;
        padding-right: 8px;
    }
    #tyre-guide{
        right: 0;
    }
    .hero-block .number + .form-control, .hero-block select.form-control, .detailed-search select.form-control{
        font-size: 13px;
    }
    #search-tyres{
        padding-left: 0;
        padding-right: 0;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price.fix > table tr:nth-child(1) td, .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td{
        font-size: 13px;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td:nth-child(1){
        padding-right: 15px;
    }
    
    .product-page-price{
        font-size: 16px;
    }
    .product-buttons.d-flex .view-details, .product-buttons.d-flex .book-now{
        font-size: 9px;
    }
    .navbar-mswt{
        flex-direction: row;
    }
    .navbar-light.navbar-mswt .navbar-brand{
        margin-right: 0;
    }
    .navbar-mswt .phone-number{
        order: 3;
        margin-left: auto;
    }
    #bottom-banner h2{
        font-size: 26px;
    }    
    #get-the-loot-intro + .d-flex > div > img{
        max-width: 60px;
    } 
    #get-the-loot-intro + .d-flex.flex-column{
        flex-direction: row !important;
        align-items: center;
    }
    #get-the-look > .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }  
    #get-the-look p{
        margin-top: 0;
    }
    #get-the-look a.section-btn{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    #search-tabs li a > div > img{
        height: 210px;
        width: auto;
        max-width: 100%;
    }
    .products-grid.search-package.product-page.package-product + div[role=tabpanel] #product-details-tabs > li a{
        font-size: 9px;
        padding-left: 0;
        justify-content: center;
    }
    section#products-home{
        padding-left: 30px;
        padding-right: 30px;
    }
    .search-results-banner.package-search .banner-carousel .banner{
        padding-top: 40px;
    }
    section#banner-mswt.search-results-banner.package-search .banner-text{
        padding-left: 15px;
        padding-right: 15px;
    }
    section#banner-mswt.search-results-banner.package-search .banner-text b{
        font-size: 21px;
    }
    .products-grid.search-wheel .view-details, .products-grid.search-wheel .book-now{
        font-size: 11px !important;
    }
    footer{
        padding: 15px 0;
    }
    /* a.clear-search-btn{
        margin-right: 24px;
    } */
    .products-grid .product-block, .search-wheel-products-grid.products-grid.search-wheel .d-flex > div{
        width: calc(50% - 18px);
    }
    .create-package{
        font-size: 10px;
        letter-spacing: 1px;
    }
    #search-bar .row#section{
        padding-left: 0;
        padding-right: 0;
    }
    .wholesale-search.tyre-page{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
    .wholesale-search.tyre-page > #tyre_search_div > form#search-form{
        flex-wrap: wrap;
    }
    .wholesale-search.tyre-page input[type=text]{
        width: calc(25% - 10px);
        margin-right: 5px;
    }
    .wholesale-search.tyre-page select.form-control{
        width: calc(25% - 10px);
        margin-right: 5px;
        margin-left: 5px;
        /* margin-top: 10px; */
        margin-top: 0px;
    }
    .wholesale-search.tyre-page select.form-control:nth-of-type(1){
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .wholesale-search.tyre-page .btn-add-rear{
        margin-top: 0;
    }
    .wholesale-search.tyre-page .btn-search{
        width: calc(33.33% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
    .wholesale-search.tyre-page #rear_search_div .btn-search{
        width: 176px;
    }
    #rear_search_div .btn-add-rear.w176{
        margin-bottom: 0;
    }
    .wholesale-search.tyre-page #rear_search_div .btn-add-rear{
        margin-left: 5px;
        margin-right: 5px;
        width: 176px;
    }
    .wholesale-search.tyre-page #rear_search_div select.form-control:nth-of-type(1){
        width: auto;
    }
    .wholesale-search.tyre-page #rear_search_div select.form-control.tyre-search-select:nth-of-type(1){
        width: 100%;
    }
    .wholesale-search.tyre-page .btn-search#search-btn{
        margin-left: 0;
    }
    .wholesale-search.tyre-page #rear_search_btn.btn-add-rear{
        width: calc(33.33% - 10px);
        margin-left: 5px;
        margin-right: 0;
        flex-grow: 1;
    }
    .wholesale-search.tyre-page #tyre_search_div #tyre-type-select{
        margin-right: 0;
    }
    .wholesale-search.tyre-page #tyre_search_div .chosen-container{
        margin-top: 10px;
    }
    .wholesale-search.tyre-page + section #filter-result-by-wrapper{
        width: auto;
        margin-right: 10px;
    }
    #sort-results-by.tyre-page-sort{
        padding-left: 15px;
        padding-right: 15px;
    }
    .wholesale-search.tyre-page + section .filter-result-by{
        /* max-width: 70px;     */
        margin-left: 0;    
        margin-top: 0;
        padding-right: 40px;
        max-width: 40px;
    }
    .bold-label{
        margin-right: 5px;
    }
    .break{        
        display: block;
    }
    .pos-r{
        margin-top: -10px;
    }
    .wholesale-search.tyre-page + section .wholesale-table .book-now{
        width: 76px;
        text-align: center;
    }
    .wheel-page.wholesale-search, .package-page.wholesale-search{
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px;
    }
    .wheel-page.wholesale-search #wheel-search-select, .package-page.wholesale-search #wheel-search-select{
        margin-top: 0;
    }
    .wholesale-search.wheel-page select.form-control, .wholesale-search.package-page select.form-control{
        width: calc(50% - 10px);
        margin-right: 5px;
        margin-left: 5px;    
    }
    .wholesale-search.wheel-page select.form-control:nth-of-type(1), .wholesale-search.package-page select.form-control:nth-of-type(1){
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .wholesale-search.wheel-page .form-control#size_list, .wholesale-search.package-page .form-control#size_list{
        width: calc(50% - 10px);
        margin-right: 5px;
        margin-left: 5px;    
    }            
    .wholesale-search.wheel-page .form-control#size_list{
        margin-left: 0;
    }
    #wheel-advance-btn{
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
    }
    .wholesale-search.package-page select.form-control#model_list, .wholesale-search.wheel-page select.form-control#model_list{
        margin-right: 0;
    }
    .wholesale-search.package-page .form-control#size_list, .wholesale-search.wheel     -page .form-control#size_list{
        margin-left: 0;
    }
    
    .wholesale-search.wheel-page select[name='make'], .wholesale-search.package-page select[name='make']{
        margin-left: 0;
    }
    .wholesale-search.wheel-page select[name='u_colour'],.wholesale-search.package-page select[name='u_colour']{
        margin-right: 0;
    }    
    .wholesale-search.wheel-page #wheel-search-tab input[type=submit], .wholesale-search.package-page #wheel-search-tab input[type=submit]{
        margin-bottom: 0;
        width: 100%;
        margin-right: 0;
    }    
    .wholesale-search.wheel-page #wheel-search-tab input[value="CLEAR"], .wholesale-search.package-page #wheel-search-tab input[value="CLEAR"]{
        width: 100%;
        margin-top: 0px; 
        margin-left: 0;       
    }
    .wheel-page#sort-results-by .ml-auto, .package-page#sort-results-by .ml-auto{
        margin-left: unset !important;
    }    
    .wheel-page#filter-result-by-wrapper + #acknowledge, .package-page#filter-result-by-wrapper + #acknowledge{
        width: 250px;
        margin-top: 5px;
    }     
    .bold-label{
        font-weight: bold;
    }
    .wheel-page#filter-result-by-wrapper > .bold-label, .package-page#filter-result-by-wrapper > .bold-label{
        margin-top: 10px;
    }
    .package-page.wholesale-search{
        padding: 15px;
    }
    .package-page.wholesale-search #wheel-search-select{
        margin-top: 0;
    }
}

@media(min-width: 768px){
    .products-per-page, .products-per-page:hover{
        padding-left: 20px;
        padding-right: 20px;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div > div.product-bottom > img{
        max-width: 100%;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.w75 > div.product-bottom > img{
        max-height: 60px;
    }
    #search-tabs.search-results-page > li > a > div:last-child{
        display: none;
    }
    #search-tyres .col-md-7, #search-wheels .col-md-7, #search-packages .col-md-7{
        flex: 0 0 55.333333%;
        max-width: 55.333333%;
    }
}

@media(min-width: 768px) and (max-width: 1366px){
    .hero-block #search-wheels a, .hero-block #search-packages a{
        font-size: 14px;
    }
    #search-tabs li a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .how-to p{
        font-size: 15px;
        line-height: 26px;
    }
    .how-to a{
        font-size: 15px;
    }
    .how-to .title{
        font-size: 18px;
    }
    .section-block a.section-btn{
        font-size: 10px;
        width: 148px;
        height: 34px;
        line-height: 34px;
    }
    .section-block h3{
        font-size: 14px;
        line-height: 26px;
    }
    .section-text{
        bottom: 20px;
    }
    #hr-racing{
        height: 344px;
    }
    
}

@media(max-width: 991px){    
    .showing-results-for{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    #search-bar .row#section > .d-flex:last-child > .d-flex{
        width: 100%;
        flex-wrap: wrap;
    }
    a.clear-search-btn{
        margin-left: auto;
        margin-right: auto;
    }
    .search-slogan.order-total{
        padding-left: 15px;
        padding-right: 15px;
    }
    .order-includes-wrapper h5.available-fitment{
        padding-left: 15px;
        font-size: 13px;
    }
    section#retail-checkout-section{
        padding-top: 15px;
    }
    #retail-checkout-section .checkout-block-header{
        padding-left: 15px;
        padding-right: 15px;
    }
    #retail-checkout-section .checkout-block-body{
        padding-left: 15px;
        padding-right: 15px;
    }
    #retail-checkout-section .proceed_btn{
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .steps{
        padding-left: 15px;
        padding-right: 15px;
    }   
    .search-category .filter-form{
        display: none;
    }    
    .sort-results.d-flex{
        text-align: center;
        display: block !important;
    }
    .chosen-container{
        margin-left: 0;
        margin-right: 0;
    }
    .total-orders-table{
        margin-top: 30px;
    }
    .wholesale-search .form-control{
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .wholesale-search .offset-wrapper select.form-control{
        margin-top: 0;
    }
    .purchase-order-table{
        width: 100%;
    }
    .btn-confirm-order{
        margin-bottom: 15px;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.d-flex > div:last-child {
        justify-content: center !important;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div > div:first-child {
        flex-grow: unset;
        width: 100%;
    }
    .tyre-search{
        max-width: unset;        
        width: 100%;
    }
    .wholesale-search .tyre-search > .form-control{
        max-width: unset;
    }
    /* .wholesale-product-detail-wrapper{
        display: block;    
    } */
    #bottom-banner .d-flex > div{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #bottom-banner .d-flex .d-flex> div{
        width: 20%;
    }
    #bottom-banner .d-flex > div > img{
        height: auto;
        width: 100%;
    }
    section#best-deals .owl-carousel-wrapper{
        padding-left: 60px;
        padding-right: 60px;
    }
    #search-bar.product-page a.clear-search-btn{
        margin-left: auto;
        margin-right: auto;
    }
    #search-bar.product-page .row#section > .col-sm-12 > .d-flex > .d-flex > div:last-child{
        font-size: 14px;
    }
    #search-bar.product-page .row#section > .col-sm-12 > .d-flex > .d-flex > div:first-child{
        width: 100%;
        text-align: center;
        margin-top: 15px;
        font-size: 14px;
    }
    #search-bar.product-page{
        font-size: 10px;
    }
    #search-bar.product-page .easy{
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        font-size: 24px; 
        margin-bottom: 10px;
    }
    #search-bar.product-page .row#section > .col-sm-12 > .d-flex > .d-flex > div:last-child{
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    a.clear-search-btn{
        font-size: 13px;
        width: 202px;
        margin: 0 auto;
        margin-top: 15px;
        /* margin-left: auto;
        margin-right: auto; */
    }
    #search-bar.product-page .row#section .d-flex.align-items-center.justify-content-between{
        flex-wrap: wrap;
    }
    .navbar-mswt .navbar-nav.mr-auto li:first-child{
        display: none;
    }
    .navbar-light.navbar-mswt .navbar-nav .nav-link{
        padding-left: 0;
        padding-right: 0;
    }
    .products-grid.search-package .product-block{
        width: calc(100% - 20px);
    }
    #section{
        padding-left: 0;
        padding-right: 0;
    }
    .section-text{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px){
    #nav-home{
        margin-left: 56px;
    }
}

@media(max-width: 767px){       
    section#search-bar{
        padding-top: 35px;
    }
    section#search-bar a{
        order: 2;
    }       
    .filter-form .checkbox-container{
        text-align: left;

    }
    .checkbox-container .checkbox-1{
        right: 0 !important;
    }
    .price-range input{
        font-size: 16px;
        padding: 5px;
    }
    #search-bar #rear_form_btn{
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        width: calc(100% - 12px);
    }
    .number{
        margin-left: 0;
    }
    section.pl-0.pr-0#retail-checkout-section .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    footer h2{
        text-align: center;
    }
    #search-bar .search-form > span:first-child{
        width: 100% !important;
        text-align: center;
        margin-bottom: 10px;
    }
    #search-bar .search-form > span{
        width: calc(100% - 60px) !important;
    }
    .product-blocks-wrapper .product-block .product-top > img.product-image, .product-blocks-wrapper .product-block .product-top > a > img.product-image{
        max-width: 208px;
        object-fit: contain;
    }
    .wholesale-search.tyre-page form#search-form{
        flex-wrap: wrap;
    }
    .wholesale-search.tyre-page input[type=text]{
        width: 50%;
    }
    .wholesale-search.tyre-page select.form-control{
        width: calc(33.33% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
    .wholesale-search.tyre-page select.tyre-search-select.form-control{
        width: 50%;
        flex-grow: unset;
        margin-left: 0;
        margin-right: 0;
    }
    .wholesale-search .btn-search{
        margin-left: 0;
        font-size: 10px;
        margin-top: 10px;
    }
    .btn-add-rear, .wholesale-search .btn-search{
        width: calc(33.33% - 10px) !important;
        margin-left: 5px !important;
        margin-right: 5px;
        font-size: 10px;
    }
    #search-tyres-products-grid .front-and-rear{
        font-size: 13px;
    }
    .tfooter .d-flex > span{
        width: 100%;
        text-align: center;
    }
    .tfooter .d-flex{
        flex-wrap: wrap;
    }
    .confirm-back-wrapper{
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #tyres-packages-wheels + section.pb-0{
        padding-top: 0;
    }
    section#tyres-packages-wheels{
        padding-bottom: 40px;
    }
    .checkout-block-body input[type="text"], .checkout-block-body select, .checkout-block-body input[type="date"], .checkout-block-body textarea{
        font-size: 14px;
    }
    .checkout-block-body .coupon_code .apply_coupon.btn{
        font-size: 14px;
    }
    .checkout-block-body #acknowledge{
        font-size: 13px;
    }
    .checkout-block-body{
        padding: 10px;
        font-size: 13px;
    }
    .checkout-block-header{
        font-size: 9px;
    }    
    .checkout-block{
        margin-left: 10px;
        margin-right: 10px;
    }
    .btn-checkout, .btn-cart{
        margin-right: 0;        
    }
    .btn-checkout.mb-3{
        margin-bottom: 0 !important;
        margin-right: 15px;
    }
    .checkout-section > .col-sm-12 > .d-flex{
        flex-wrap: wrap;
    }
    .shopping-cart .item-block{
        padding-left: 0;
        padding-right: 0;
    }
    .fitment-center-wrapper{
        margin-bottom: 30px;
    }
    #retail-checkout-section .checkout-block-body{
        padding-left: 15px;
        padding-right: 15px;
    }
    .order-includes-wrapper .item-price{
        justify-content: center;
        margin-left: 0;
    }
    .shop_cart_section .item-block .row{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .shop_cart_section .item-block .row > [class^="col-"]{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .shop_cart_section .row .item-quantity{
        padding-left: 0;
        padding-right: 0;
    }
    .order-includes-wrapper .item-quantity, .order-includes-wrapper .item-action{
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        width: 82px;
    }
    #legend > .d-flex{
        flex-wrap: wrap;
    }
    #legend > .d-flex > div{
        width: 100%;
        margin-top: 10px;        
    }
    #legend{
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px;
    }
    .products-per-page{
        padding-left: 12px;
        padding-right: 12px;
    }
    .tfooter .pr-4{
        width: 100%;
        display: block;
        padding-right: 0 !important;
        margin-bottom: 5px;
    }
    .tfooter .pr-4.pl-4{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 5px;
    }
    .tfooter > div:first-child{
        margin-bottom: 5px;
    }
    .tfooter > div > span.pl-4.pr-4:nth-last-of-type(1){
        float: none;
        width: 100%;
        text-align: center;
    }
    .tfooter{
        font-size: 11px;
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap;
    }
    
    .tfooter>div{
        width: 100%;
    }
    
    .wholesale-banner-text{
        left: 15px;
    }
    
    .navbar-mswt .links li a > img{
        width: 20px;
    }
    .navbar-mswt .links li a{
        font-size: 13px;
    }
    .logo-wrapper{
        max-height: 90px;
    }
    #logo-large{
        max-width: 200px;
    }
    form.login-form{
        padding-left: 15px;
        padding-right: 15px;
    }
    .sm-content iframe{
        width: 100%;
    }
    .tech-rt-space{
        margin: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
    }
    section.inner-page-best-deal#best-deals{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wrapper{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .hero-block .d-flex div.number:nth-of-type(4), .hero-block .d-flex select.form-control:nth-of-type(4){
        margin-top: 14px;
    }
    .hero-block .d-flex div.number:nth-of-type(4){
        margin-top: 0;
    }
    .hero-block .number + .form-control.mb-4{
        margin-bottom: 14px !important;
    }
    .hero-block .form-control{
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .hero-block select.form-control{
        background-position: calc(100% - 8px) center;
    }
    .hero-block .number + .form-control {
        width: calc(100% - 40px);
        margin-right: 0;
    }
    .hero-block .number{
        width: 30px;
        height: 30px;
        margin-right: 5px;
        margin-left: 0;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:nth-child(1) td:nth-child(1){
        font-size: 18px;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td{
        font-size: 13px;
    }          
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td:nth-child(1){
        padding-right: 15px;
    }
    /* #get-the-loot-intro + .d-flex.flex-column{
        flex-direction: row !important;
    } */
    /* #get-the-look > .container-fluid{
        padding-top: 0;
        position: relative;
        z-index: unset;
        top: unset;
        transform: none;
    } */
    section#get-the-look{
        padding-top: 0;
        padding-bottom: 0;
    }
    #get-the-look > .container-fluid{
        padding-top: 0;
        padding-bottom: 0;
    }
    #get-the-look > .container-fluid > .row > .d-flex{
        width: 100%;
        justify-content: space-between;
        margin-top: 64px;
        margin-bottom: 44px;
        height: calc(100% - 108px);
    }
    .bg{
        display: none;
    }
    section.product-details .order-now-block > .d-flex > div:last-child{
        padding-left: 5px;
    }
    section.product-details .order-now-block > .d-flex > div:first-child{
        padding-right: 5px;
    }
    .hero-block #search-wheels a, .hero-block #search-packages a{
        font-size: 14px;
        margin-bottom: 30px;
        text-align: center;
    } 
    .hero-block #search-wheels a > b, .hero-block #search-packages a > b{
        font-size: 16px;
    }
    .showing-results-for{
        font-size: 14px;
    }
    .showing-results-for b{
        font-size: 18px;
    }
    .search-results-banner a.section-btn{
        font-size: 11px;
    }
    section#need-help.need-help-top h2{
        margin-bottom: 20px;
    }
    .products-grid.search-package.product-page .product-block{
        flex-wrap: wrap;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div{
        width: 100%;
        flex-grow: unset;
    }
    section#products-home{
        padding-left: 15px;
        padding-right: 15px;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-description{
        margin-bottom: 0;
    }
    #technical .col-md-3.d-flex.align-items-center.flex-column{
        align-items: flex-start !important;
    }
    #product-details-tabs + .tab-content ul{
        margin-top: 0;
    }
    #product-details-tabs + .tab-content .tab-pane{
        padding-top: 30px;
    }
    .products-grid.search-package.product-page{
        padding-bottom: 0;
    }
    #steps .step .step-number{
        font-size: 100px;
    }
    #steps .step .step-description > b{
        font-size: 17px;
    }
    #steps .d-flex > .step{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
        text-align: center;
    }
    .products-grid.search-package{
        padding-top: 30px;
    }
    section#banner-mswt.search-results-banner.search-wheel .banner-carousel .banner h2{
        position: relative;
        left: unset;
        bottom: unset;
    }
    .search-results-banner a.section-btn{
        float: none !important;
        margin-left: 0;
        margin: 0 auto;
    }
    .search-results-banner.search-wheel .banner-carousel .banner{
        flex-direction: column;
        align-items: center;
    }
    .products-grid.search-package .product-block .product-top .product-image + div > .d-flex{
        flex-direction: column;
    }
    .products-grid.search-package .product-block .product-top .product-image + div > .d-flex > div{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .mid-banner.search-wheel .banner-text{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: unset;
    }
    .products-grid.search-wheel .d-flex > div{
        width: 50%;
    }
    #search-bar .row#section{
        padding-left: 0;
        padding-right: 0;
    }
    #search-tabs li a{
        font-size: 20px;
        /* height: 233px; */
        overflow: hidden;
        padding-top: 29px;
    }
    #tyre-guide{
        display: none;
    }    
    .hero-block .form-control{
        width: 100%;
        margin-bottom: 16px;
    }
    #search-tabs li{
        width: 100%;
    }
    .navbar-mswt .phone-number{
        display: none;
    }
    #search-tyres, #search-wheels, #search-packages{
        padding-left: 20%;
        padding-right: 20%;
    }
    .hero-block .form-control{
        padding-top: 0;
        padding-bottom: 0;
        height: 30px;
    }
    .hero-block a.form-control{
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .hero-block .col-md-7, .hero-block .col-md-5{
        padding-left: 0;
        padding-right: 0;
    }
    .hero-block input[type="submit"]{
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    
    .banner-text{
        font-size: 16px;
        line-height: 32px;
        padding-left: 15.67%;
        padding-right: 15.67%;        
        letter-spacing: 2px;
    }
    #tyres-packages-wheels{
        padding-top: 35px;
        padding-bottom: 35px;
        position: relative;
    }
    #tyres-packages-wheels .row#section .col-sm-4, #car-models .row#section .col-sm-4, #gallery .row#section .col-sm-4{
        padding-left: 0;
        padding-right: 0;
    }
    #tyres-packages-wheels .container-fluid, #gallery .container-fluid{
        padding-left: 35px;
        padding-right: 35px;
    }
    #hr-racing{
        height: 474px;
        padding-bottom: 66px;
    }
    #hr-racing .d-flex.align-items-end.justify-content-center{
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }
    section#need-help, section#need-help h2{
        font-size: 16px;
        line-height: 26px;
    }
    section#need-help{
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .topbar .links.ml-auto li a span{
        display: none;
    }
    .topbar .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .topbar .col-12{
        padding-left: 0;
        padding-right: 0;
    }
    .topbar .links li{
        border: none;
    }
    .topbar .links.ml-auto li a{
        border-right: 1px solid rgba(255,255,255,0.2);
        margin-left: 0;
        margin-right: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    .topbar .links.ml-auto li:last-child a{
        padding-right: 0;
        border-right: none;
    }
    .topbar .social-media > span{
        display: none;
    }
    .topbar .social-media .links{
        margin-left: 0;
    }
    .topbar .social-media .links{
        padding-right: 14px;
    }
    .topbar .social-media .links + .ml-4{
        margin-left: 15px !important;
    }
    .banner-carousel .banner{
        padding-top: 75px;
        padding-bottom: 110px;
    }
    #banner-mswt .banner-carousel .banner{
        padding-top: 0;
        padding-bottom: 0;
    }    
    #banner-mswt .banner-carousel.owl-carousel .owl-item img{
        margin-top: 0;
        width: 120px;
    }
    .banner-carousel.owl-carousel .owl-item img{
        margin-top: 60px;
    }
    .banner-carousel .owl-dots{
        margin-top: -58px;
    }
    .banner-carousel.owl-carousel.wholesale-carousel .owl-dots{
        margin-top: -10px;
    }
    .banner-carousel.owl-carousel.wholesale-carousel .owl-item img{
        margin-left: 0;
        margin-top: 5px;
    }
    .banner-carousel .owl-dots .owl-dot{
        width: 10px;
        height: 10px;
    }
    .hero-block .owl-carousel-wrapper{
        padding-left: 10%;  
        padding-right: 10%;
        height: 92px;
    }
    /* .hero-block .owl-carousel .owl-item img{
        width: 100%;
    } */
    .customPrevBtn, .bestDealsCustomPrevBtn{
        left: 15px;
    }
    .customNextBtn, .bestDealsCustomNextBtn{
        right: 15px;
    }
    .topbar input[type=text].form-control{
        font-size: 9px;
    }    
    #hr-racing a.section-btn{
        width: 204px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;        
    }
    #hr-racing .d-flex.align-items-end.justify-content-center > div > img{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    section#need-help{
        padding-left: 16.67%;
        padding-right: 16.67%;
        letter-spacing: 2px;
    }
    section#need-help .col-sm-12{
        padding-left: 0;
        padding-right: 0;
    }
    /* section#need-help .container-fluid{
        padding-left: 0;
        padding-right: 0;
    } */
    section#need-help{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 37px;
        padding-bottom: 56px;        
    }
    section#need-help.need-help-top{
        padding-top: 56px;
    }
    .testimonial{
        font-size: 14px;
        line-height: 22px;        
    }
    section#testimonials{
        padding-left: 16.67%;
        padding-right: 16.67%;
    }
    #testimonials .container, #testimonials .container .col-sm-12{
        padding-left: 0;
        padding-right: 0;
    }
    .rating{
        font-size: 16px;
        flex-wrap: wrap;
    }    
    #testimonial-carousel.owl-carousel .owl-item img{
        width: 20px;
    }
    .rating span{
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        letter-spacing: 2px;
    }
    #testimonials{
        padding-bottom: 57px;
    }
    section h2{
        line-height: 26px;
        letter-spacing: 1px;
    }
    #best-deals .container{
        padding-left: 8.33%;
        padding-right: 8.33%;
    }
    #best-deals .col-sm-12{
        padding-left: 0;
        padding-right: 0;
    }
    section#best-deals{
        padding-bottom: 52px;
    }
    section#best-deals p{
        font-size: 14px;
        line-height: 22px;
    }
    section#best-deals p{
        margin-bottom: 50px;
    }
    section#best-deals .owl-carousel-wrapper{
        padding-left: 45px;
        padding-right: 45px;
    }
    #top-brands .d-md-none.d-lg-none.d-xl-none{
        width: 100%;
    }
    #top-brands{
        padding-top: 44px;
        padding-bottom: 43px;
    }
    section#car-models{
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }
    .row#section{
        margin-left: 0;
        margin-right: 0;
    }
    #best-deals-carousel .owl-carousel.owl-drag .owl-item{
        padding-left: 10px;
        padding-right: 10px;
    }
    section#need-help h2{
        /* font-size: 20px; */
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 2.5px;
    }
    footer{
        padding-left: 0;
        padding-right: 0;
    }
    ul.footer-list{
        padding-left: 0;
    }
    .pl30{
        padding-left: 15px;
    }
    .footer-list li{
        display: inline;
    }
    ul.footer-list{
        margin-bottom: 15px;
        text-align: center;
    }
    #footer-logo{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .footer-right{
        text-align: center;
    }
    .footer-right .d-flex{
        display: none !important;
    }
    footer .social-media .links{
        padding-left: 0;
        display: block;
        margin: 0 auto;
    }
    #footer-logo{
        margin-top: 13px;
        margin-bottom: 32px;
    }
    footer{
        padding-bottom: 50px;
        padding-top: 48px;
    }
    .footer-list li a{
        font-family: 'KlavikaLight-Plain';
        font-size: 14px;
        line-height: 22px;;
    }
    footer .social-media{
        margin-top: 0;
    }
    #advanced-search > a:nth-of-type(1){
        display: none;
    }
    
    #advanced-search br{
        display: none;
    }
    
    #advanced-search{
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 26px;
    }    
    #advanced-search b{
        line-height: 22px;
    }
    #advanced-search + .d-flex.justify-content-between > a{
        color: white;
        font-size: 14px;
        line-height: 22px;
    }
    #advanced-search + .d-flex.justify-content-between{
        margin-bottom: 40px;
        margin-top: 20px;
    }
    section#need-help h2{
        padding-left: 16%;
        padding-right: 16%;
    }
    section#need-help p{
        font-size: 14px;
        line-height: 22px;
        padding-left: 8.33%;
        padding-right: 8.33%;
    }
    #get-the-look{
        background: url(../images/get-the-look-bg-mobile.png) center center no-repeat;
        background-size: cover;    
        background: none;
    }
    section#get-the-look{
        padding-top: 62px;
        padding-top: 0;
        padding-bottom: 40px;
        padding-bottom: 0;
        text-align: center;
    }
    section#get-the-look .d-flex.flex-column.justify-content-between{
        width: 100%;
    }
    #get-the-look p br{
        display: none;
    }
    #get-the-look p br.d-mobile-show{
        display: block;
    }
    #get-the-look a.section-btn{
        width: 205px;
        height: 44px;
        display: block;
        margin: 0 auto;
    }
    #get-the-loot-intro + .d-flex.flex-column > div:nth-child(3){
        order: 1;
    }
    
    #get-the-loot-intro + .d-flex.flex-column > a.section-btn{
        margin-top: 38px;
        margin-bottom: 40px;
        order: 2;
    }
    
    #get-the-loot-intro + .d-flex.flex-column > div:nth-child(1){
        order: 3;
    }
    #get-the-look p{
        font-size: 14px;
        line-height: 22px;
    }
    .product-category-title{
        margin-bottom: 20px;
    }
    .product-title{
        font-size: 16px;
        line-height: 42px;
    }
    .product-description{
        font-size: 14px;
        line-height: 22px;
    }
    #products-home .col-sm-4{
        padding-left: 0;
        padding-right: 0;
    }
    section#products-home{
        padding-left: 30px;
        padding-right: 30px;
    }
    .product-block{
        margin-bottom: 60px;
    }
    section#products-home .container-fluid .row > .col-sm-4:last-child .product-block{
        margin-bottom: 0;
    }
    section#products-home{
        padding-bottom: 47px;
    }
    #search-tabs + .tab-content .tab-pane{
        padding-top: 0;
    }
    .tyre-wheel-package-carousel.owl-carousel .section-block, .car-models-carousel.owl-carousel .section-block, .gallery-carousel.owl-carousel .section-block{
        /* height: 366px; */
        height: auto
    }
    .tyre-wheel-package-carousel.owl-carousel .section-block>img, .car-models-carousel.owl-carousel .section-block>img, .gallery-carousel.owl-carousel .section-block>img{
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .section-block h3{
        font-size: 16px;
        line-height: 20px;
    }
    .section-block a.section-btn{
        font-size: 12px;
    }
    .section-text{
        bottom: 32px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .twpCustomPrevBtn, .twpCustomNextBtn, .carsModelCustomPrevBtn, .carsModelCustomNextBtn, .galleryCustomPrevBtn, .galleryCustomNextBtn, .featureCustomPrevBtn, .featureCustomNextBtn{
        display: block;
    }
    #car-models .container-fluid{
        padding-left: 35px;
        padding-right: 35px;
    }
    #car-models .section-block a.section-btn{
        border: 1px solid white;
    }
    section#gallery{
        padding-bottom: 70px;
    }
    #products-home .col-sm-12{
        padding-left: 0;
        padding-right: 0;
    }
    #products-home .row > .col-sm-12:last-child > .product-block{
        margin-bottom: 0;
    }
    #car-models + section#need-help > .container-fluid{
        padding-left: 55px;
        padding-right: 55px;
    }
    #car-models + section#need-help{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-mswt .navbar-nav.mr-auto li:first-child{
        display: none;
    }
    /* .navbar-mswt{
        display: flex;
    }
    .navbar-mswt .navbar-collapse.collapse{
        order: 6;
    } */
    .navbar-mswt{
        flex-direction: row;
    }
    .customPrevBtn.feature, .customNextBtn.feature{
        display: block;
    }
    #search-wheels > .d-flex, #search-packages > .d-flex{
        width: 100%;
    }
    .hero-block #search-wheels .form-control, .hero-block #search-packages .form-control{
        width: 100%;
    }
    .hero-block .owl-carousel-wrapper#search-hero-carousel{
        height: auto;
    }
    .product-blocks-wrapper .product-block .product-bottom{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-blocks-wrapper .product-block .product-prices{
        margin-bottom: 30px;
    }
}

.owl-dots{
    display: none;
}

#minimum-load-rating-label{
    font-size: 12px;
}

@media (min-width: 1336px) and (max-width: 1800px){    
    .products-grid.search-package.product-page.package-product + div[role="tabpanel"] #product-details-tabs > li a{
        font-size: 10px;
        padding-left: 0;
        justify-content: center;
    }
}
@media (min-width: 1336px) and (max-width: 1600px){    
    #minimum-load-rating-label{
        font-size: 9px;
    }
    #sort-results-by.tyre-page-sort{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mswt-label:before{
        margin-top: -1px;
    }
    #sort-results-by #acknowledge.mr-4{
        margin-right: 10px !important;
    }
    #search-bar.product-page .easy{
        font-size: 1.14vw;
    }
    .navbar-mswt .links.ml-auto li a{
        margin-left: 5px;
        margin-right: 5px;
    }
    .navbar-mswt .links li a{
        font-size: 13px;
    }
    .navbar-mswt .links.ml-auto li a > img{
        width: 20px;
        height: auto;
    }
    .navbar-light.navbar-mswt .navbar-nav .nav-link{
        font-size: 12px;
        padding-left: 9px;
        padding-right: 9px;
    }
    #acknowledge{
        margin-left: 5px;
    }
}

@media(min-width: 1336px) and (max-width: 1599px){    
    .order-includes li h4{
        width: 60%;
    }
    .products-grid.search-package.search-package-page .view-details, .products-grid.search-package.search-package-page .book-now{
        font-size: 10px;
    }
    .products-grid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-prices small{
        font-size: 50%;
    }
    .fs18 strike{
        font-size: 14px;
    }
    .product-blocks-wrapper .product-block .product-prices b, .product-blocks-wrapper .product-block .product-prices .discounted-price{
        font-size: 12px;
    }
    .products-grid .fs14{
        font-size: 10px;
    }
    .products-grid .product-model{
        font-size: 16px;
    }
}


@media(min-width: 1336px) and (max-width: 1499px){    
    .search-category h5{
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }
    .search-wheel-products-grid.products-grid.search-wheel .create-package, .search-wheel-products-grid.products-grid.search-wheel .view-details, .search-wheel-products-grid.products-grid.search-wheel .book-now{
        font-size: 10px;
    }
    #search-tyres-products-grid .create-package, #search-tyres-products-grid .view-details, #search-tyres-products-grid .book-now{
        font-size: 10px;        
    }
    #search-tyres-products-grid .filter-form .book-now{
        font-size: 13px;
    }
    .search-wheel-products-grid.products-grid.search-wheel .filter-form .book-now, .search-tyres-products-grid.products-grid .filter-form .book-now{
        font-size: 13px;
    }

    .filter-form{
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
    section p.clear-all{
        font-size: 13px;
    }
}

@media (min-width: 1200px) and (max-width: 1335px){    
    .order-includes li h4{
        width: 60%;
    }
    section#retail-checkout-section .checkout-block-body p{
        font-size: 13px;
    }
    section.pl-0.pr-0#retail-checkout-section #section{
        padding-left: 0;
        padding-right: 0;
    }
    .product-blocks-wrapper#package-slider-in-search-tyres .product-block .view-details, .product-blocks-wrapper#package-slider-in-search-tyres .product-block .book-now{
        font-size: 9px;
    }
    .products-grid.search-package .product-block.d-flex > .product-top > div > div > div > img{
        max-width: 70px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .products-grid.search-package .product-block.d-flex > .product-top{
        width: 40%;
    }
    .checkbox-container img{
        width: 18px;
    }    
    .checkbox-container .float-right p{
        font-size: 9px;
        margin-top: -7px;
        margin-right: 18px;
    }
    .products-grid.search-package.search-package-page .view-details, .products-grid.search-package.search-package-page .book-now{
        font-size: 10px;
    }
    .search-category h5{
        font-size: 14px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-wheel-products-grid.products-grid.search-wheel .book-now{
        font-size: 12px;
    }
    .filter-form{
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    section p.clear-all{
        font-size: 12px;
    }
    .price-range label, .price-range input, .price-range p{
        font-size: 12px;
    }
    .products-grid .product-block, .search-wheel-products-grid.products-grid.search-wheel .d-flex > div{
        width: calc(33.33% - 18px);
    }  
    .wheel-page#sort-results-by, .wheel-page#sort-results-by #acknowledge{
        font-size: 11px;
    }  
    
    a.clear-search-btn{
        margin-right: 18px;
    }
    
    .checkout-block-header{
        font-size: 11px;
    }
    #wheel-advanced-search{
        flex-wrap: wrap;
    }
    #sort-results-by{
        justify-content: left !important;
    }
    #sort-results-by #acknowledge{
        margin: unset;
        margin-left: 30px;
    }
    #filter-result-by-wrapper{
        width: auto;
        margin-left: 0 !important;
    }
    #sort-results-by{
        flex-wrap: wrap;
    }
    .container{
        width: 1000px;
    }
    .wholesale-product-detail-wrapper:before{
        transform: translateX(-50%) skew(-6deg);
        width: 90%;
    }
    .tfooter{
        font-size: 13px;
    }
    .btn-add-rear{
        flex-grow: 1;
        width: auto;
    }
    .wholesale-search select.form-control{
        max-width: 192px;
    }
    
    .wholesale-search input[type=text]{
        max-width: 142px;
    }
    
    .wholesale-search-front-rear.wholesale-search input[type=text]{
        max-width: unset;
    }
    
    .btn-search{
        max-width: 116px;
    }   
    
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price.fix > table tr:nth-child(1) td, .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td{
        font-size: 12px;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td:nth-child(1){
        padding-right: 15px;
    }
    .view-details, .book-now{
        font-size: 12px;
    }
    .product-blocks-wrapper .product-block .product-bottom{
        padding-left: 15px;
        padding-right: 15px;
    }
    #get-the-look > .container-fluid {
        padding-top: 30px;
    }
    #get-the-look a.section-btn{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .navbar-light.navbar-mswt .navbar-nav .nav-link{
        font-size: 13px;
        padding-left: 9px;
        padding-right: 9px;
    }
    .products-grid.search-package.product-page.package-product + div[role="tabpanel"] #product-details-tabs > li a{
        font-size: 9px;
        padding-left: 0;
        justify-content: center;
    }
    section.product-details .order-now-block{
        padding-left: 15px;
        padding-right: 15px;
    }
    .products-grid.search-package.product-page a.choose-btn{
        font-size: 8px;
    }    
    .product-details.product-page .book-now, .product-details.product-page .view-details{
        font-size: 8px;
    }
    .product-page-price{
        font-size: 16px;
    }
    section.product-details.product-page .row#section .col-xl-8{
        padding-right: 20px;
    }
    section.product-details.product-page .row#section .col-xl-4{
        padding-left: 20px;
    }
    #steps .step .step-description > b{
        font-size: 12px;
    }
    #steps .step .step-icon{
        width: 214px;
    }
    #steps .step .step-icon>img{
        width: 100%;
    }
    #steps .d-flex > .step{
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #search-bar .row#section{
        padding-left: 0;
        padding-right: 0;
    }   
    
    .navbar-mswt .links.ml-auto li a{
        margin-left: 6px;
        margin-right: 6px;
        font-size: 13px;
    }
    .navbar-mswt .links.ml-auto li a > img{
        width: 20px;
        height: auto;
    }
    .navbar-light.navbar-mswt .navbar-nav .nav-link{
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
    }
    .navbar-mswt .links li a span{
        margin-left: 5px;
    }
    #sort-results-by.tyre-page-sort{
        padding-left: 15px;
        padding-right: 15px;
    }
    #sort-results-by #acknowledge.mr-4{
        margin-right: 10px !important;
    }
    .checkout-block{
        margin-left: 10px;
        margin-right: 10px;
    }
    .confirm-back-wrapper{
        margin-left: 20px;
    }
}
@media (min-width: 1300px) and (max-width: 1800px){
    .mswt-label:before {
        margin-top: -1px;
    }
    #sort-results-by{
        font-size: 10px;
    }
    #sort-results-by #acknowledge{
        font-size: 9px;
    }
    #sort-results-by #acknowledge{
        margin-left: 5px;
    }
    .filter-results-by{
        margin-right: 10px;
    }
    #minimum-load-rating-label{
        font-size: 9px;
    }
    #sort-results-by #acknowledge{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .wholesale-table .book-now{
        width: 116px;
    }
    .wholesale-table thead > tr:first-child th{
        font-size: 11px;
    }
    .wholesale-table .filter-result-by{
        min-width: 100px;   
        width: 100px;
    }
    .wholesale-input input#min, .wholesale-input input#max{
        width: 30px;        
    }
    #tyres-packages-wheels #section{
        padding-left: 25px;
        padding-right: 25px;
    }
    
}
@media (min-width: 1200px) and (max-width: 1350px){
    #search-bar.product-page, #search-bar.product-page .row#section > .col-sm-12 > .d-flex > .d-flex > div:last-child{
        font-size: 10px;
    }
    section#search-bar a{
        font-size: 10px;        
    }
    #search-bar.product-page .easy{
        font-size: 16px;        
        margin-left: 15px;
        margin-right: 15px;
    }    
    .checkout-block-body input[type="text"], .checkout-block-body select, .checkout-block-body input[type="date"], .checkout-block-body, .checkout-block-body > textarea.form-control, .checkout-block-body #acknowledge{
        font-size: 14px;
    }
    .btn-checkout, .btn-cart{
        font-size: 12px;
    }
}

@media (min-width: 1200px){
    .wholesale-table .filter-result-by.pkg-tyre-select, .wholesale-table .filter-result-by.pkg-rear-tyre-select, .wholesale-table .filter-result-by.pkg-front-tyre-select{
        width: 300px;
    }
    td.d-xl-block, th.d-xl-block{
        display: table-cell !important;
    }
    .condensed-table{
        padding-left: 10%;
        padding-right: 10%;
    }
    #tyres-packages-wheels .order-confirmation-section#section{
        padding-left: 20%;
        padding-right: 20%;    
    }
    .product-details.product-page .container{
        max-width: 1170px;
    }
    #get-the-look > .container-fluid{
        padding-bottom: 100px;
    }
    .container.testimonial-container {
        max-width: 1200px;
    }
    .container.top-brands-container{
        max-width: 1324px;
    }    
}

@media(min-width: 480px) and (max-width: 767px){
    section#banner-mswt.search-results-banner h2, #bottom-banner h2{
        font-size: 20px;
    }
    #bottom-banner h2{
        margin-bottom: 10px;
        line-height: normal;
    }
    .search-results-banner .banner-carousel.owl-carousel .owl-item img{
        width: 100%;
    }
    .products-grid .product-block, .search-wheel-products-grid.products-grid.search-wheel .d-flex > div{
        width: calc(50% - 18px);
    }
    .create-package{
        font-size: 10px;
        letter-spacing: normal;
    }
    .view-details, .book-now{
        font-size: 11px;
    }
}

@media(min-width: 480px) and (max-width: 575px){
    .product-blocks-wrapper .product-block .product-prices{
        font-size: 12px;
    }
}

@media (min-width: 480px){
    #search-tyres-products-grid .product-blocks-wrapper .product-block .product-bottom{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #search-tyres-products-grid .product-buttons{
        margin-top: auto;
    }
}

@media(min-width: 576px) and (max-width: 767px){   
    .order-includes-wrapper h5.available-fitment{
        font-size: 10px;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div > div.product-bottom > img{
        height: 60px;
        width: auto;
    }
    .product-blocks-wrapper .product-block .product-prices{
        font-size:16px;
    }
    .products-grid.search-wheel .d-flex > div .front-and-rear{
        font-size: 16px;
    }
    .credit-block.checkout-block{
        width: 100%;
    }
    .checkout-block-header{
        font-size: 13px;
    }     
    .checkout-section > .col-sm-12 > .d-flex > .d-flex{
        flex-wrap: wrap;
    }
    .checkout-block{
        width: calc(50% - 10px);
        flex-grow: unset;
    }
    .checkout-block:nth-child(2n){
        margin-right: 0;
    }
    .checkout-block:nth-child(2n + 1){
        margin-left: 0;
    }
    #tyres-packages-wheels .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    #tyres-packages-wheels.home-tyres-packages-wheels .container-fluid{
        padding-left: 35px;
        padding-right: 35px;
    }
    .wholesale-search-front-rear.wholesale-search #wheel-advanced-search input[type=text]:nth-of-type(3){
        margin-right: 0;
        width: 100%;
    }        
    
    .wholesale-search-front-rear.wholesale-search #wheel-advanced-search input[type=text]:nth-of-type(4), .wholesale-search-front-rear.wholesale-search input[type=text]:nth-of-type(6){
        margin-left: 0;
        margin-right: 15px;
    }
    .wholesale-search-front-rear.wholesale-search #wheel-advanced-search input[type=text]:nth-of-type(5), .wholesale-search-front-rear.wholesale-search input[type=text]:nth-of-type(7){
        margin-right: 0;
        margin-left: 15px;
    }
    .wholesale-search-front-rear.wholesale-search #wheel-advanced-search input[type=text]:nth-of-type(8){
        margin-left: 0;
        width: 100%;
    }
    .wholesale-search select.offset-select{
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .filter-result-by{
        width: auto;
        flex-grow: 1;
        margin-top: 10px;
    }
    #sort-results-by > div#acknowledge:last-child{
        margin-left: 0;
        margin-top: 10px;
    }
    #sort-results-by{
        padding-left: 15px;
        padding-right: 15px;
    }
    #sort-results-by{
        justify-content: left !important;
    }
    #sort-results-by #acknowledge{
        margin: unset;
        margin-left: 10px;
    }
    #filter-result-by-wrapper{
        width: 100%;
        margin-left: 0 !important;
    }
    #sort-results-by{
        flex-wrap: wrap;
    }
    .container{
        width: 440px;
    }
    .wholesale-product-detail-wrapper:before{
        transform: translateX(-50%) skew(-4deg);
        width: 87.5%;
    }
    .btn-add-rear.w176{
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    
    .tyre-search + .d-flex > .d-flex {
        flex-wrap: wrap;
    }
    .wholesale-search select.form-control{
        width: 100%;        
    }
    
    .wholesale-search input[type=text]{
        margin-top: 10px;
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-right: 15px;
        flex-grow: unset;
    }
    .wholesale-search input[type=submit]{
        margin-left: 0;
        width: calc(50% - 15px);        
        margin-right: 15px;
        margin-top: 10px;
    }
    
    .btn-add-rear{
        margin-top: 10px;
        width: calc(50% - 15px);        
        margin-left: 15px;
    }
    
    .wholesale-search input[type=text]:nth-of-type(2n){
        margin-right: 0;
    }
    .wholesale-search input[type=text]:nth-of-type(2n+1){
        margin-left: 0;
    }
    
    .wholesale-search select.form-control{
        width: 100%;        
    }
    
    .wholesale-search input[type=text]{
        margin-top: 10px;
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-right: 15px;
        flex-grow: unset;
    }
    .wholesale-search input[type=submit]{
        margin-left: 0;
        width: calc(50% - 15px);        
        margin-right: 15px;
        margin-top: 10px;
    }
    
    .btn-add-rear{
        margin-top: 10px;
        width: calc(50% - 15px);        
        margin-left: 15px;
    }
    
    .wholesale-search input[type=text]:nth-of-type(2n){
        margin-right: 0;
    }
    .wholesale-search input[type=text]:nth-of-type(2n+1){
        margin-left: 0;
    }
    
    .wholesale-search.wholesale-search-front-rear input[type=submit]{
        width: 100%;
        margin-right: 0;
    }
    
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.w25.d-flex > div:last-child{
        margin-top: 15px;
    }
    .products-grid.search-package .product-block .product-top .product-image + div > .d-flex{
        margin-bottom: 15px;
    }
    .product-blocks-wrapper .product-block .product-top > img.product-image{
        margin-top: 15px;
    }
    .products-grid.search-package .product-block.d-flex > .product-top{
        font-size: 11px;
        margin-left: auto;
        margin-right: auto;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td{
        font-size: 16px;
    }
    
    .responsive-tabs-container.accordion-xs .accordion-link{
        display: none;
    }
    #product-details-tabs.package-product > li a.active{
        background-image: none;
    }
    #product-details-tabs.package-product > li{        
        width: 16.66%;
        flex-grow: unset;        
    }
    #product-details-tabs.package-product > li a{
        font-size: 11px;
        text-align: center;
        line-height: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #product-details-tabs > li a{
        padding-left: 0;
        font-size: 12px;
        justify-content: center;
    }
    section#banner-mswt.search-results-banner.package-search .banner-text b {
        font-size: 22px;
        line-height: 36px;
    }
    .search-results-banner.package-search .banner-carousel .banner{
        padding-top: 30px;        
    }
    /* a.clear-search-btn{
        margin-right: 15px;
    } */
}

@media(max-width: 575px){    
    #appointment-block-body > .shop_cart_section > .row.book > .col-sm-12 > .d-flex{
        flex-wrap: wrap;
    }
    #appointment-block-body > .shop_cart_section > .row.book > .col-sm-12 > .d-flex > .d-flex{
        flex-wrap: wrap;
    }
    #datepicker{
        width: 100%;
        margin-left: 0 !important;
    }
    .checkout-block-body select{
        width: 100%;
        margin-left: 0 !important;
    }
    #appointment-block-body > .shop_cart_section > .row.book > .col-sm-12 > .d-flex > div{
        width: 100%;
        margin-left: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mb-4, .filter-form .checkbox-container, section p.clear-all{
        font-size: 13px;        
    }
    .order-includes li h4{
        width: 60%;
        font-size: 13px;
        margin-bottom: 0;
    }
    section#retail-checkout-section .checkout-block-body p{
        font-size: 12px;
    }
    .products-grid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .checkout-block-body#secure-checkout .mobile-number-wrapper input[type=text]{
        width: 50%;
        margin-right: 0;
    }
    .shop_cart .order_receive_data>div:first-child{
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    section#retail-checkout-section .search-slogan.order-total h2, section#retail-checkout-section .search-slogan.order-total h3{
        font-size: 14px;
    }
    footer{
        padding-top: 15px;
        padding-bottom: 0;
    }
    .btn-confirm-order{
        font-size: 12px;
    }
    section.section_fitment{
        margin-top: 15px;
    }
    #retail-checkout-section .checkout-block-body#fitment-block-body{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #closest_results{
        height: auto;
        width: 100%;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div > div.product-bottom > img{        
        width: auto;
        display: block;
        margin: 0 auto;
        max-height: 60px;        
        max-width: 100%
    }
    .btn-checkout, .btn-cart{
        font-size: 11px;
    }
    .checkout-block-header{
        font-size: 13px;
    }     
    .checkout-section > .col-sm-12 > .d-flex > .d-flex{
        flex-wrap: wrap;
    }
    .checkout-block{
        width: 100%;
        flex-grow: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
    }    
    #tyres-packages-wheels .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    #tyres-packages-wheels.home-tyres-packages-wheels .container-fluid{
        padding-left: 35px;
        padding-right: 35px;
    }
    .btn-confirm-order{
        height: 50px;
    }
    .checkout-block-body#appointment-block-body .mswt-label{
        font-size: 16px;
        margin-top: 0;
    }
    .mobile-number-wrapper > a{
        font-size: 13px;
    }
    .checkout-block-header{
        font-size: 13px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .checkout-block-body#appointment-block-body{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #appointment-block-body > .row > .col-sm-12 > .d-flex{
        flex-direction: column;
        align-items: flex-start !important;
    }
    #appointment-block-body > .row > .col-sm-12 > .d-flex > .ml-4{
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .fitment-center > div, .fitment-center .btn-select{
        width: 100%;
    }
    .fitment-center .btn-select{
        margin-top: 10px;
    }
    .fitment-center{
        flex-direction: column;
    }
    #retail-checkout-section .checkout-block-header{
        height: auto;

    }
    .steps .step .number{
        width: 30px;
        height: 30px;
        font-size: 14px;
        margin-right: 10px;
    }    
    .shopping-cart .item-block{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .search-result-title{
        margin-bottom: 0;
    }
    .order-includes-wrapper .remove_all.item-action{
        margin-top: 15px;
        margin-bottom: 5px;        
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }
    .checkout-block-body .coupon_code{
        margin-bottom: 15px;
    }
    .shop_cart_section .row .item-quantity{
        margin-bottom: 15px;
    }
    #retail-checkout-section .checkout-block-header{
        padding-left: 15px;
        padding-right: 15px;
    }
    .order-includes-wrapper h5.available-fitment{
        padding-left: 15px;
        padding-right: 15px;
    }
    .order-includes-wrapper h5.available-fitment{
        font-size: 9px;
    }
    .order-includes-wrapper .item-action{
        width: auto;
        margin-top: 30px;
        margin-bottom: 5px;        
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }
    .steps{
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: center;
    }
    .steps .step{
        margin-bottom: 10px;
    }
    .steps .step:last-child{
        margin-bottom: 0;
    }
    section#retail-checkout-section{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wholesale-search #wheel-advanced-search select.form-control{
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .filter-result-by{
        width: 100%;
        flex-grow: 1;
        margin-top: 10px;
        margin-left: 0;
    }
    #filter-result-by-wrapper{
        margin-top: 10px;
    }
    #sort-results-by > div#acknowledge:last-child{
        margin-left: 0;
        margin-top: 10px;        
    }
    #sort-results-by{
        padding-left: 15px;
        padding-right: 15px;
    }
    #sort-results-by{
        justify-content: left !important;
    }
    #sort-results-by #acknowledge{
        margin: unset;
        margin-left: 0px;
        width: 100%;
    }
    #filter-result-by-wrapper{
        width: 100%;
        margin-left: 0 !important;
        flex-wrap: wrap;
    }
    #sort-results-by{
        flex-wrap: wrap;
    }
    .container{
        width: 80%;
    }
    .container.shop_cart{
        width: 100%;
    }
    .wholesale-product-detail-wrapper:before{
        transform: translateX(-50%) skew(-1deg);
        width: 85%;
    }
    .wholesale-search.wholesale-search-front-rear input[type=text]{
        margin-bottom: 6px;
    }
    .btn-add-rear.w176{
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    
    .tyre-search + .d-flex > .d-flex {
        flex-wrap: wrap;
    }
    .wholesale-search select.form-control{
        width: 100%;        
    }
    
    .wholesale-search input[type=text]{
        margin-top: 10px;
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-right: 15px;
        flex-grow: unset;
    }
    .wholesale-search input[type=submit]{
        margin-left: 0;
        width: calc(50% - 15px);        
        margin-right: 15px;
        margin-top: 10px;
    }
    
    .btn-add-rear{
        margin-top: 10px;
        width: calc(50% - 15px);        
        margin-left: 15px;
    }
    
    .wholesale-search input[type=text]:nth-of-type(2n){
        margin-right: 0;
    }
    .wholesale-search input[type=text]:nth-of-type(2n+1){
        margin-left: 0;
    }
    
    .wholesale-search select.form-control{
        width: 100%;        
    }
    
    .wholesale-search input[type=text]{
        margin-top: 10px;
        width: calc(50% - 15px);        
        flex-grow: unset;
    }
    .wholesale-search input[type=submit]{
        margin-left: 0;
        width: calc(50% - 15px);        
        margin-right: 0px;
        margin-top: 10px;
    }
    
    .btn-add-rear{
        margin-top: 10px;
        width: calc(50% - 15px);        
        margin-left: 15px;
    }
    
    .wholesale-search input[type=text]:nth-of-type(2n){
        margin-right: 0;
        margin-left: 0;
    }
    .wholesale-search input[type=text]:nth-of-type(2n+1){
        margin-left: 0;
        margin-right: 0;
    }
    
    .wholesale-search.wholesale-search-front-rear input[type=submit]{
        width: 100%;
        margin-right: 0;
    }
    .banner-carousel.owl-carousel.wholesale-carousel .owl-item .wholesale-banner-text img{
        width: 60px;
    }
    .wholesale-search select.form-control{
        width: 100%;        
    }
    
    .wholesale-search input[type=text]{
        margin-top: 10px;
        width: 100%;        
        flex-grow: unset;
    }
    .wholesale-search input[type=submit]{        
        width: 100%;        
        margin-top: 10px;
    }
    
    .btn-add-rear{
        margin-top: 10px;
        width: 100%;
        margin-left: 0px;           
        margin-right: 0px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .wholesale-search{
        padding: 15px;
    }
    form.login-form{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #acknowledge{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    form.login-form .form-group, form.login-form label{
        margin-bottom: 5px;
    }    
    .black-bar.footer-bar{
        padding-top: 15px;
        padding-bottom: 15px;
        /* max-height: 180px; */
        font-size: 11px;
    }
    form.login-form #acknowledge label{
        font-size: 12px;
    }
    form.login-form label{
        font-size: 13px;
    }
    .logo-wrapper{
        max-height: 50px;
    }    
    .black-bar{
        font-size: 10px;
        /* max-height: 45px; */
    }
    .black-bar.footer-bar{
        max-height: unset;
    }
    #logo-large{
        max-width: 140px;
    }
    .d-none.d-sm-block.d-flex{
        display: none !important;
    }
    .order-now-heading{
        padding-left: 15px;
        padding-right: 15px;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom.d-sm-none .package-price > table tr:nth-child(1) td:nth-child(1), .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom.d-sm-none .package-price > table tr:nth-child(1) td:nth-child(2){
        font-size: unset;
        padding-bottom: 0;
        color: initial;
    }
    #product-details-tabs > li{
        display: none;
    }
    .responsive-tabs{
        display: none;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-description.wheel-product-description{
        max-width: unset;        
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block .product-bottom .product-description{
        margin-bottom: 15px;
    }
    .products-grid.search-package.product-page.package-product .product-blocks-wrapper .product-block > div > div.product-bottom.w50 > img{
        display: block;
        margin: 0 auto;
    }    
    .products-grid.search-package.product-page.package-product .product-blocks-wrapper .product-block > div > div.product-bottom.w50{
        width: 100%;
    }
    
    .sidebar-dropdown{
        font-size: 11px;
        padding-left: 10px;
        padding-right: 0;
    }
    .search-results-banner .banner-carousel.owl-carousel .owl-item > .banner > .d-flex {
        margin-left: 30px;
        margin-right: 30px;
    }
    #product-details-tabs.package-product > li{
        width: 100%;
    }
    .products-grid.search-package.product-page .product-image{
        max-width: 208px;
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mb-4{
        text-align: center;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.d-flex > div:last-child>img{
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div.d-flex > div:last-child{
        justify-content: center !important;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div{
        flex-wrap: wrap;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper .product-block > div > div:first-child{
        flex-grow: unset;
        width: 100%;
    }
    .products-grid.search-package.product-page .product-blocks-wrapper.package-product-wrapper .product-block > div > div:first-child > img{
        display: block;
        max-width: 60%;
        margin: auto;
    }
    #product-details-tabs > li{
        width: 100%;
    }
    #product-details-tabs > li a{
        font-size: 14px;
    }
    .product-details.product-page{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #top-brands.product-page{
        margin-bottom: 30px;
    }
    section#products-home{
        padding-bottom: 30px;
    }
    section#need-help{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section#need-help p{
        margin-bottom: 30px;
    }
    section.product-details .order-now-block > .d-flex > div > img{
        max-width: 460px;
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .order-table + .choose-btn{
        font-size: 10px;
    }
    .order-now-block > .d-flex{
        flex-wrap: wrap;
    }
    section.product-details .order-now-block > .d-flex > div{
        width: 100%;
        padding-left: 0;
        padding-right: 0;        
    }
    section.product-details .order-now-block > .d-flex > div:first-child > img{
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }
    section.product-details .order-now-block{
        padding: 15px;
    }
    .mb85{
        margin-bottom: 30px;
    }
    #advanced-search + .d-flex.justify-content-between > a{
        font-size: 13px;
    }
    .hero-block a.form-control{
        font-size: 11px;
        line-height: normal;
    }
    #search-tyres, #search-wheels, #search-packages{
        padding-left: 10%;
        padding-right: 10%;
    }
    #search-tabs li a > div > img{
        width: 90%;
        height: auto;
    }
    section#banner-mswt.search-results-banner.package-search .banner-text{
        padding-left: 0;
        padding-right: 0;
    }
    section#banner-mswt.search-results-banner.package-search .banner-text, section#banner-mswt.search-results-banner.package-search .banner-text b{
        font-size: 14px;
        line-height: 20px;
    }
    section#banner-mswt.search-results-banner.package-search a.section-btn{
        margin-top: 0;
    }
    .search-results-banner.package-search .banner-carousel .banner{
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-name{
        margin-top: 15px;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .product-description{
        margin-left: 0;
        margin-bottom: 15px;
    }
    .products-grid.search-package .product-block{
        flex-wrap: wrap;
    }
    .products-grid.search-package .product-block.d-flex > .product-bottom, .products-grid.search-package .product-block.d-flex > .product-top{
        width: 100%;
    }
    .products-grid.search-wheel .d-flex > div{
        width: 100%;
    }
    #bottom-banner{
        height: auto;
    }
    #bottom-banner .d-flex > div > img{
        width: 100%;
        height: auto;
        max-width: unset;
        max-height: unset;
    }
    #bottom-banner .d-flex .d-flex > div{
        width:25%;
        padding-left: 10px;
        padding-right: 10px;
    }
    #bottom-banner .d-flex > div {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    section#need-help h2{
        padding-left: 8.33%;
        padding-right: 8.33%;
    }
    .mid-banner > img.mid-banner-logo{
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .product-blocks-wrapper .product-block .product-top > img.brand{
        margin-bottom: 5px;
    }
    .product-blocks-wrapper .product-block .product-top > img.product-image{
        margin-top: 5px;
    }
    .product-blocks-wrapper .product-block .product-top{
        line-height: normal;        
    }
    section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .navbar-light.navbar-mswt .navbar-brand{
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-light.navbar-mswt .navbar-brand + a > img{
        width: 30px;
    }
    .navbar-light.navbar-mswt .navbar-brand > img{
        max-width: 150px;
    }
    #search-bar .row#section > .d-flex:last-child > .d-flex{
        flex-direction: column;
        width: 100%;
    }    
    .showing-results-for{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }    
    a.clear-search-btn{
        /* margin-left: 0;
        margin-right: 0; */
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 479px){
    
    #search-tyres-products-grid .product-blocks-wrapper .product-block .product-prices{
        font-size: 13px;
    }
    #search-tyres-products-grid .product-blocks-wrapper .product-block .product-description{
        margin-left: 0;
        margin-right: 0;
    }
    .tbl-enquir-form .view-details, .tbl-enquir-form .book-now{
        display: block;
        clear: both;
        margin-left: 0;
        margin-top: 15px;
    }
    .section-block h3{
        font-size: 14px;
        margin-right: 15px;
    }
    .section-text{
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-block a.section-btn{
        max-width: 150px;
        width: 150px;
        line-height: 16px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .topbar input[type=text].form-control{
        max-width: 60px;
    }
    .topbar .links.ml-auto li a{
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }
    .topbar{
        padding-left: 10px;
        padding-right: 15px;
    }
    .topbar .social-media .links + .ml-4{
        margin-left: 7px !important;
    }
    .topbar .social-media .links{
        padding-right: 7px;
    }
    .topbar .social-media .links li a{
        display: block;
    }
    #footer-logo{
        max-width: 58%;
    }
    .product-blocks-wrapper .product-block .product-bottom{
        padding-bottom: 15px;
    }
    .view-details, .book-now{
        font-size: 13px;
    }
    .products-grid .product-block, .search-wheel-products-grid.products-grid.search-wheel .d-flex > div{
        width: calc(100% - 12px);
    }
    section#banner-mswt.search-results-banner .banner-text{
        font-size: 14px;
        line-height: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }
    section#banner-mswt.search-results-banner h2{
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 28px;
    }
    #bottom-banner h2{
        font-size: 14px;
        margin-bottom: 0;
        line-height: normal;
    }
    #bottom-banner .d-flex > div{
        margin-top: 0;
        margin-bottom: 0;
    }
    .search-results-banner a.section-btn{
        margin-left: auto;
        margin-top: 30px;
    }
    .search-results-banner .banner-carousel .banner-text > .d-flex{
        flex-direction: column;
    }
    #top-brands{
        font-size: 13px;
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: 26px;
    }
    .create-package{
        font-size: 13px;
        letter-spacing: normal;
    }
}

.btn-disabled{ cursor: no-drop; }

.wholesale-tyre-img.wheel-image{
    /* max-width: 85px; */
    max-width: 95px;
}

.performance-input{
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid rgba(73, 80, 87, 0.5);
    background-color: white;
    /* max-width: 200px; */
    width: 200px;
    height: 34px;
    padding: .375rem .75rem;    
    line-height: 1.5;
    color: #495057;    
}

#acknowledge.w-auto{
    width: auto;
}

#acknowledge.w-auto label{
    padding-top: 5px;
}

#acknowledge.w-auto .mswt-label:before{
    margin-top: 0;
}

.wholesale-table tbody > tr > td:first-child{
    padding: 0;    
}

/* 
.save::-webkit-inner-spin-button,
.save::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */

/* input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
} */

.save::-webkit-inner-spin-button {
    -webkit-appearance: none;
}



.minimum-load-wrapper{
    display: flex;
}

button.btn-checkout{
    box-shadow: none;
    border: none;
    cursor: pointer;
}

#inactive-msg{
    width: 176px;
    display: block;
}

a.admin-panel-link{
    border-right: 1px solid white;  
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
}

a.admin-panel-link:first-child{
    padding-left: 0;
}

a.admin-panel-link, a.admin-panel-link:hover{
    color: white;
    text-decoration: none;
}

a.admin-panel-link:last-child{
    border-right: none;
    padding-right: 0;
}

a.admin-panel-link.active{
    font-weight: bold;  
}

canvas + .d-flex + .d-flex > a.add-to-cart:hover{
    color: white;
    text-decoration: none;
}

.stats{
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.stats > div{
    font-size: 13px;
}

.stats > .figure{
    background: #343030;
    border-radius: 50px;
    padding: 10px 15px;
    color: white;
    font-size: 24px;    
}

@media(min-width: 768px){
    .chosen-container .chosen-results li{
        font-family: 'Montserrat-Medium';
        font-size: 13px;
    }
    
    #model_list_chosen > .chosen-drop{
        width: 555px;
    }
}

.chosen-container .chosen-results li.highlighted {
    background-color: #c20000 !important;
    background-image: none !important;  
}

.wholesale-table a.add-to-cart, .wholesale-table a.add-to-cart:hover{
    text-decoration: none;
    color: white;
}

.chosen-container{
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    font-weight: 500;
}

/*** fixe header ***/
.fixed_header{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

/* .fixed_header tbody{
    display:block;
    width: 100%;
    overflow: auto;
    height: 100px;
}

.fixed_header thead tr {
    display: block;
}

.fixed_header th, .fixed_header td {
    padding: 5px;
    text-align: left;
    width: 200px;  
} */

.chosen-container-single .chosen-search input[type="text"]{
    min-width: 100%;
}

.user-performance-table, .search-statistics-table{
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}

.tyre-wheel-checkout-wrapper{
    position: fixed;
    top: 154px;
}

.special-table{
    margin-top: 67px;
}

.special-table > .wholesale-table.fixed-banner{
    top: 221px;
}

/* .fixed_header{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
    display:block;
    width: 100%;
    overflow: auto;
    height: auto;
}

.fixed_header thead tr {
    display: block;
} */

.wholesale-tyre-img.cart-tyre-image{
    max-height: 67px;
}

.wheel-page#sort-results-by + .table-responsive .wholesale-table .book-now{
    margin: 0 auto;
}

table.minimal-table tr td{
    padding: 0;
    border: none;
}
table.minimal-table tr td{
    vertical-align: top;
}

h3.black{
    color: black;
}

section.returns-policy h1{
    font-weight: bold;
    font-size: 36px;
}
section.returns-policy h3, section.returns-policy h2{
    font-family: 'SourceSansPro-Regular';
    letter-spacing: normal;
}
section.returns-policy p{
    font-family: 'SourceSansPro-Regular';
    line-height: 1.8;    
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 20px;
}

section.returns-policy ul{
    padding-left: 30px;
}
section.returns-policy ol{
    padding-left: 45px;
    margin-top: 15px;
}

section.returns-policy ul > li, section.returns-policy ol > li{
    margin-bottom: 15px;
}

.fs20{
    font-size: 20px;
}

@media (max-width: 767px){
    section.pl-0.pr-0#retail-checkout-section #section{
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-category .filter-form{
        display: none;
        margin-bottom: 15px;
        border: 1px solid #949494;
    }

    .search-category h5{
        margin-bottom: 15px;
    }

    .search-category .filter-form{
        display: none;
    }    
    #search-tyres-products-grid > .container-fluid > .row > .col-md-9, #search-tyres-products-grid > .container-fluid > .row > .col-md-9, .search-wheel-products-grid > .container-fluid > .row > .col-md-9, #search-tyres-products-grid > .container-fluid > .row > .col-md-9, .search-package > .container-fluid > .row > .col-md-9, #search-tyres-products-grid > .container-fluid > .row > .col-md-9 {
        order: 2;
    }
    #tyre_search_div .chosen-container{
        width: 33.33%;
    }
    #sort-results-by .bold-label{
        width: 100%;
    }
    #sort-results-by #acknowledge{
        width: auto;
        margin-right: 10px;
    }
    #sort-results-by.tyre-page-sort{
        padding-left: 20px;
        padding-right: 20px;
    }
    .filter-result-by{
        width: 33.33%;
        flex-grow: unset;
    }
    /* table.wholesale-table > tbody > tr{
        display: flex;
        flex-wrap: wrap;
    }
    table.wholesale-table.fixed_header{
        display: none !important;
    }
    .wholesale-tyre-img.wheel-image{
        width: 100%;
    }
    table.wholesale-table > tbody > tr > td:nth-child(1){
        width: 20%;
    }
    table.wholesale-table > tbody > tr > td:nth-child(2){
        width: 80%;
    }
    table.wholesale-table > tbody > tr > td:nth-child(3),table.wholesale-table > tbody > tr > td:nth-child(4), table.wholesale-table > tbody > tr > td:nth-child(3),table.wholesale-table > tbody > tr > td:nth-child(4) ,table.wholesale-table > tbody > tr > td:nth-child(5),table.wholesale-table > tbody > tr > td:nth-child(6){
        width: 25%;        
    }
    .minimal-table{
        display: none;
    }
    .info{
        display: block !important;
    } */
}

#loader{
    display: block;
    margin: 0 auto;
}

.wholesale-table.wholesale{
    opacity: 0;
}

#wheel-search-tab form > select{
    position: relative;
}

.loader-background{
    display: none;
     position: fixed;
    top: 0%;
    left: 0%;
    z-index: 98;
    background: rgba(255,255,255,0.2);
    width: 100%;
    height: 100%;
}

.loader-background.show{
    display: block !important;
}

#loader-initial-retail.show{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block !important;
        z-index: 99;
    }


/* #wheel-search-tab form > select:invalid {  
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}

#wheel-search-tab form > select:invalid[multiple] {
    margin-top: 15px !important;
} */


.chosen-container-single .chosen-single.border-red{
    border: 1px solid red !important;
}

.home-wheel-result .product-model{
    display: unset;
    margin-bottom: unset;
}

.switch{
    width: 100%;
    text-align: center;
    color: white;
    padding-bottom: 5px;    
}

.switch-checkbox{
    display: none;    
}

.switch-checkbox + label{
    position: relative;
    margin-left: 5px;      
}

.switch-checkbox + label:before{
    background: url(../images/off.png);
    background-size: cover;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -10px;
    cursor: pointer;
}

input[type=checkbox].switch-checkbox:checked + label:before{
    background: url(../images/on.png);
    background-size: cover;
}

.discounted-price{
    color: red;
    font-size: 21px;
}

.wholesale-table thead > tr:first-child th.rrp, .wholesale-table td.rrp, .wholesale-table tbody > tr > td.rrp{
    background: #ffed00;
    color: black;    
    font-family: 'Montserrat-Regular';    
    border: none;
}

.wholesale-table thead > tr:first-child th.rrp > span{
    font-size: 16px;
    font-family: 'Montserrat-Bold';    
}

.rrp{
    background: #ffed00;
    color: black;    
    border: none;
}

select.rrp{
    -webkit-appearance: none;
    -moz-appearance: none;    
    appearance: none;
    background-image: url(../images/caret_red.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;            
}

#banner-mswt{
    position: relative;
}

.banner-btns{
    position: absolute;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; 
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1000;
}

.banner-btns .banner-btn{
    background: #DE0607;
    color: white;
    padding: 10px 15px;
    text-align: center;    
}

.banner-btn:first-child{    
    margin-bottom: 15px;
    color: black;
}

.banner-btn:last-child{
    background: #D0D20C;
    color: black;
}

.banner-btn:hover{
    text-decoration: none;
}

.runflat-img{
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.btn-ip-panel{    
    margin-right: 0;
    width: auto;
    font-size: 13px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.fs18{
    font-size: 18px;
}
.fs16{
    font-size: 16px;
}
.fs15{
    font-size: 15px;
}
.fs12{
    font-size: 12px;
    font-size: 'Montserrat';
}
.fs13{
    font-size: 13px;
    font-size: 'Montserrat';
}
.fs10{
    font-size: 10px;
    font-size: 'Montserrat';
}

.fs19{
    font-size: 19px;
}

.fs14{
    font-size: 14px;
    min-width: 38%;
}

.mb50{
    margin-bottom: 50px;
}

.search-category {
    border: 1px solid #949494;
    font-family: 'Montserrat';
}

.search-category .form-group {
    border-bottom: 1px solid #949494;
}

.filter-form .checkbox-container {
    cursor: pointer;
    display: block;
    position: relative;
    /* padding-right: 35px; */
    margin-bottom: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-form .checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.filter-form .checkmark {
    position: absolute;
    top: 50%;
    right: 0;
    height: 17px;
    width: 17px;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #868686;
}

.filter-form .checkbox-container .checkmark:after {
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 22px;
    background: url(../images/check.png) center center;
    background-repeat: no-repeat;
}

.filter-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter-form .checkbox-container input[type="checkbox"]:checked~.checkmark:after {
    display: block;
}

.price-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.price-container .black-btn {
    max-width: 161px;
}

.black-btn {
    background-color: #282828;
    color: white;
    font-size: 16px;
}

.price-container .price-range.from {
    width: 100%;
    max-width: 161px;
}

.price-range {
    margin: 0;
    display: flex;
    align-items: center;
}

.price-range label {
    margin-right: 5px;
}

.search-category{
    padding-top: 0;
    padding-bottom: 0;
}

.price-range input {
    max-width: 40px;
}

section .price-range p{
    margin-top: 0;
}

.price-range p {
    margin-left: 5px;
    margin-right: 5px;
}

.filter-form .checkbox-container {
    cursor: pointer;
    display: block;
    position: relative;
    /* padding-right: 35px; */
    margin-bottom: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-form .checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container .pull-right {
    max-width: 161px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-form .checkmark {
    position: absolute;
    top: 50%;
    right: 0;
    height: 17px;
    width: 17px;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #868686;
}

.checkbox-container .pull-right p {
    font-size: 12px;
    font-weight: 500;
    padding-top: 8px;
}


.products-grid .product-block .front-and-rear{
    margin-top: 0;
}

.product-blocks-wrapper .product-block .product-top{
    padding-left: 15px;
    padding-right: 15px;
}

section p.clear-all{
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-family: 'Montserrat';
}

#brands, #designs{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/caret.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    padding: 5px 10px;
    padding-right: 20px;
}

.product-blocks-wrapper .product-block .front-and-rear{
    font-size: 16px;
}

.filter-form > .form-group:last-child{
    margin-bottom: 0;
    border-bottom: none;
}

.products-grid.search-package.product-page .product-blocks-wrapper .product-block > div > div:first-child.product-buttons{
    flex-grow: unset;
    margin-top: auto;
} 

.products-grid.search-package.product-page a.choose-btn{
    margin-bottom: 12px;
}

.product-page-price{
    font-family: 'Montserrat';
}

.product-page-price .discounted-price{
    font-size: 18px;
}

.ml-a{
    margin-left: auto;
}

.all-results{
    color: white;    
    text-decoration: underline;
    font-size: 12px;
    transform: translateY(20px);
    font-family: 'Gotham-Light';
}

input.all-results{
    background: none;
    border: none;
    cursor: pointer;
}

#products-home.tyre-detail-single .product-image{
    max-width: 250px;
    margin: 0 auto;
}

.product-blocks-wrapper .product-block .product-prices b.fs14{
    font-size: 14px;
    width: 50%;
}

#search-tyres-products-grid .product-blocks-wrapper .product-block .product-prices{
    margin-bottom: 15px;
}

.products-grid.search-wheel .product-blocks-wrapper .product-image{
    max-width: 250px;
    margin: 0 auto;
}

.offer-detail{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    text-align: center;
    border: 1px solid #e81d23;
    padding: 0 10px 5px 10px;
    margin: 10px auto;
    font-family: 'Montserrat-Bold';
}

.offer-detail .offer-tyre{
        margin: 0px auto 15px auto;
}

.offer-detail .fs14{
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;

}

.offer .fs14{
    vertical-align: middle;
    color: red;
    font-size: 16px;
}

.offer-wheel{
    width: 70%;
    padding: 5px;
    border: 1px solid #e81d23;
}

.offer-detail .fs14 b{
    font-size: 14px;
}

.offer-detail .fs18{
        padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    line-height: 1.5;
}

.offer-detail .fs18 b span{
    font-size: 14px;
}

section.products-grid{
    padding-top: 0px;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-model.bordered .discounted-price{
    font-size: 18px;
}

.search-wheel-products-grid.search-wheel .search-category h5{
    background: #428286;
}

#search-tyres-products-grid.products-grid, .search-wheel-products-grid.search-wheel{
    padding-top: 30px;
}



.search-wheel-products-grid.products-grid.search-wheel .product-image > a > img{
    max-width: 200px;
}

.search-wheel-products-grid.products-grid.search-wheel #logo-image{
    margin-top: auto;
}

.search-wheel-products-grid.products-grid.search-wheel .d-flex > div > .product-buttons{
    margin-top: 15px;
}

.bold{
    font-weight: bold;
}

.search-tyre-result-single .view-details, .search-tyre-result-single .book-now{
    width: calc(50% - 60px);
}

.search-wheel-products-grid.search-wheel span.red-text{
    color: #e81d23;
}

section.products-grid.wheel-detail-wheels-block{
    padding-top: 20px;
}

.product-page.wheel-product .products-grid.search-package.product-page .w75 .product-image{
    max-width: 315px;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-model.bordered .discounted-price.fs15{
    font-size: 15px;
}

section.product-details .order-now-block > .d-flex > div:first-child.w75{
    width: 75%;
}

section.product-details .order-now-block > .d-flex > div:last-child.w25{
    width: 25%;
}

.order-now-block.tyre-detail .product-name, .order-now-block.tyre-detail .product-model{
    font-size: 27px;
    font-size: 18px;
    line-height: 24px;
}

.product-details.product-page.tyre-result-page{
    padding-bottom: 30px;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-model.bordered .discounted-price.fs18{
    font-size: 18px;
}

.order-now-block.tyre-detail .product-specifications b.red-text{
    color: #e81d23;
    /* font-size: 13px; */
}

.order-now-block.tyre-detail .product-specifications h1.red-text{
    color: #e81d23;
}

.products-grid.search-wheel:after{
    display: none;
}

.pagination.grid-navigation .page-item.active .page-link{
    background: #e81d23;
    color: white;    
}

.page-item.active .page-link{
    border-color: #e81d23;
}

.pagination.grid-navigation .page-item.active a{
    color: white!important;
}
.pagination.grid-navigation a{
    outline: none;
}

.pagination.grid-navigation a{
    border: 1px solid black;
    color: black;
    background: none;
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
        font-family: 'Montserrat-Medium';
    font-size: 14px;
    margin-right: 7px;
}

.pagination.grid-navigation a:hover{
    background: #e81d23;
    border-color: #e81d23;
}

.pagination.grid-navigation .page-item .page-link{
    border-radius: 0;
}

.pagination.grid-navigation{
    justify-content: center;
}

.product-details.product-page.wheel-product-page{
    padding-bottom: 30px;
}

section #tyre-details h2{
    text-align: left;
}

#technical{
    overflow: hidden;
}

.technical-read-more{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.technical-read-less{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.product-details.product-page.tyre-result-page .product-model{
    margin-right: 0;
}

.product-details.product-page.tyre-result-page .product-blocks-wrapper .product-model{
    margin-bottom: 0;
}

.product-details.product-page.tyre-result-page .products-grid.search-package .product-block{
    margin-bottom: 0;
}

.product-details.product-page.tyre-result-page .products-grid.search-package{
    padding-bottom: 20px;
}

.product-details.product-page.tyre-result-page .order-now-block .product-model{
    display: inline-block;
}

.order-now-block .product-specifications.fs18{
    font-size: 18px;
}

.products-grid.search-wheel-products-grid.search-wheel .product-block > .product-title > .product-model{
    display: inline-block;
    margin-right: 0;
}

.products-grid.search-package.search-package-page .search-category h5{
    background: #282828;    
}

.filter-result-by.pkg-tyre-select{
    margin-left: 0;
}

.products-grid.search-package.search-package-page .product-blocks-wrapper .product-block .product-model{
    font-size: 16px;
}

.dark-grey-text, .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td.dark-grey-text{
    color :#1a1a1a;
}

/* .products-grid.search-package.search-package-page .product-image > img{
    max-width: 125px;
} */
.products-grid.search-package .product-blocks-wrapper .product-block .product-top > img.product-image{
    max-width: 125px;
    height: 160px;
    object-fit: contain;
}

.hero-block .products-grid.search-package.search-package-page .form-control{
    padding-right: 32px;
}

.products-grid.search-package.search-package-page .product-image > img{
    max-width: 265px;
    max-width: 215px; 
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:last-child td:nth-child(1).fs18.red-text{
    font-size: 18px;
    color: #e81d23;
}

.products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:last-child td.fs18.red-text{
    font-size: 18px;
    color: #e81d23;
}

@media(min-width: 1200px){
    #top-brands.product-page.see-all-results, #top-brands.search-page.see-all-results{
        padding-left: 15px;
        padding-right: 15px;
        line-height: 1;
    }
}

.package-product-rear .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr td.fs16{
    font-size: 16px;
}

.package-product-rear .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:last-child td.red-text{
    color: #e81d23;
}

.package-product-rear .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price.fix > table tr:nth-child(1) td.dark-grey-text{
    color: #1a1a1a;
}

.package-product-rear .wheel-product-image.wheel-product-image-rear{
    max-width: 265px !important;
}

.package-product-rear .products-grid.search-package.product-page .w75 .product-image{
    max-width: 125px;
}

.package-product-rear-wheel-logo{
    width: auto;
    max-width: 100%;
}

.order-now-block.order-now-package-product-single > .d-flex{
    margin-bottom: 32px;
}

.model-matchheight{
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-grid.search-package.search-tyre-page .product-block{
    /* width: calc(33.33% - 20px); */
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.products-grid.search-package .product-blocks-wrapper#package-slider-in-search-tyres .product-block .product-bottom .package-price > table tr td:nth-child(1){
    font-size: 14px;
}

.products-grid.search-package .product-blocks-wrapper#package-slider-in-search-tyres .product-block .product-bottom .package-price > table tr:last-child td:nth-child(1){
    font-size: 20px;
}

.products-grid.search-package .product-blocks-wrapper#package-slider-in-search-tyres .product-block .product-bottom .package-price > table tr:last-child td:nth-child(2){
    font-size: 20px;
}

.products-grid.search-package .product-blocks-wrapper#package-slider-in-search-tyres .product-block .product-name{
    font-size: 20px;
}

#package-slider-in-search-tyres{
    font-size: 14px;
}

#package-slider-in-search-tyres .filter-result-by{
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#package-slider-in-search-tyres .pkg-brand-select{
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    height: auto;
}


.product-blocks-wrapper#package-slider-in-search-tyres .product-block .front-and-rear{
    font-size: 14px;
}

#package-slider-in-search-tyres .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

#package-slider-in-search-tyres .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
#package-slider-in-search-tyres .owl-prev i, #package-slider-in-search-tyres .owl-next i { color: #000; border: 1px solid #000; font-size: 24px;}

.products-grid.search-package.search-package-page #package-slider-in-search-tyres .product-image > img{
    max-width: 200px;
    object-fit: contain;
    margin: 0 auto;
}

.products-grid.search-package .product-blocks-wrapper#package-slider-in-search-tyres .product-block .product-name{
    line-height: 1;
}

.products-grid.search-package .product-blocks-wrapper#package-slider-in-search-tyres .product-block .product-bottom{
    padding-bottom: 0px;
}

#package-slider-in-search-tyres .owl-stage{
    display: flex;
}

.no-search-container {
    text-align: center;
    margin-top: 40px;
}

#cart_preview_modal .modal-body{
    padding: 0;
}

#cart_preview_modal .btn-confirm-order{
    border-radius: 0;
}

#cart_preview_modal .modal-header{
    background: black;
    color: white;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    height: 40px;
    letter-spacing: 1px;
    height: 66px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
}

#cart_preview_modal .modal-header h1{
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
}

#cart_preview_modal{
    font-family: 'SourceSansPro-Bold';
    font-size: 14px;
    color: black;
}

#cart_preview_modal .modal-dialog{
    max-width: 600px;
}

.rear-enable.d-flex{
    display: none !important;
}

.rear-enable.d-flex + select + .select2{
    display: none;
}

.select2-container .select2-selection--single{
    height: 40px;
    border-radius: 0;
    margin-bottom: 14px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 7px 6px 0 6px;
    border-color: #5A6771 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
    right: 12px;
}

.home-products .product-description{
    margin-bottom: 15px;
    height: 81px;
}

.home-products .featured-style-carousel.owl-carousel .owl-item .d-flex.justify-content-center img{
    height: 40px;
    object-fit: contain;
    margin-bottom: 15px;
}

#search-tabs li a.minimized-tabs{
    background: url(../images/caret_white.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
}

.hero-block{
    position: relative;
}

.select2-dropdown--below {
    top: -3.2rem;
}

.result-badge {
    width: 100px;
    height: 100px;
    background-color: white;
    position: absolute;
    right: -50px;
    top: -50px;
    -webkit-transform: rotate(45deg);
    z-index: 1;
}

.result-badge span {
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
}

.red-badge {
    background-color: #e81d23;
}

.product-block{
    position: relative;
    overflow: hidden;
}

.topbar .links li:last-child{
	border-right: none;
}

.topbar .social-media .links li{
    border-right: none;
    margin-left: 5px;
    margin-right: 5px;
}

.hero-block .products-grid.search-package.search-package-page .form-control{
    margin-bottom: 5px;
}

.banner-carousel .owl-dots .owl-dot.active{
    background: red;
}

.banner-carousel .owl-dots .owl-dot{
    border: 1px solid red;
}

/* .select2-container--open .select2-dropdown--below{
    text-align: center;
} */

.select2-container--open .select2-dropdown--below #select2-tyre-width-results, .select2-container--open .select2-dropdown--below #select2-tyre-profile-results, .select2-container--open .select2-dropdown--below #select2-tyre-rim-size-results{
    text-align: center;
}

/*#size_list select.mswt-form-control{
    padding-left: 72px;
    padding-left: calc(50% - 25px);
}*/

#search-bar .select2-container, #search-bar select{
    margin-bottom: 0;
    width: auto !important;
}

#search-bar .select2-dropdown--below{
    top: -50px;
}

#search-bar .select2-container--default .select2-selection--single{
    margin-bottom: 0;
}

#search-bar .select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 30px;
}

#see-all-packages{
    font-size: 21px;
    font-size: 25px;
    font-weight: 600;
    /* color: black; */
    color: #e81d23;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    top: -30px;
    position: relative;
    font-family: 'SourceSansPro-BOLD';

}

#products-home .product-image{
    max-width: 50%;
    margin: 0 auto;
}

.order-now-block .book-now{
    float: none;
    width: 100%;
    margin-left: 0;
}

#wheel-form{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

#banner-mswt.banner-carousel .owl-dots{
    margin-top: -35px;
}

.order-now-block.tyre-detail .product-name h2{
    font-size: 27px;
    display: inline-block;
    float: left;
    line-height: 24px;
    letter-spacing: unset;
    font-family: 'SourceSansPro-Semibold';
}

.order-now-block .product-specifications h1, .order-now-block .product-specifications h2{
    font-size: 16px;
    font-size: 13px;
    line-height: 22px;
    font-family: 'SourceSansPro-Semibold';
    letter-spacing: 0;
    text-align: left;
}

section .order-now-block .product-specifications.bordered h3, section .order-now-block .product-specifications.bordered h4{    
    font-size: 13px;
    line-height: 22px;
    font-family: 'SourceSansPro-Semibold';
    letter-spacing: 0;
    text-align: left;    
    color: #1A1A1A;
}

section#best-deals{
    padding-bottom: 40px;
}

section#best-deals .owl-carousel-wrapper{
    margin-top: 10px;
}

#see-all-packages{
    white-space: normal;        
}

.select2-container--default .select2-results>.select2-results__options{
    max-height: 400px;
}

.products-grid.search-wheel .product-blocks-wrapper .product-image{
    position: relative;
}

.magnify{
    position: absolute;
    bottom: 20px;
    right: 5px;
}



.magnify-detail{
    position: absolute;
    right: -15px;
    bottom: 50px;
}

.magnify-package{
    position: absolute;
    bottom: 40px;
    right: 0px;
}

.products-grid.search-package.search-package-page .product-image{
    position: relative;
}

.product-details div[role=tabpanel]{
    padding-top: 50px;
}

.lb-dataContainer{
    width: 600px !important;
}

.lightbox .lb-image, .lb-outerContainer{
    width: 600px !important;
    height: 600px !important;
}

@media(max-width: 575px){
    .magnify-package{
    bottom: 40px;
    right: 5%;
}
}

@media(max-width: 767px){
    .lb-dataContainer{
    width: 100% !important;
    }

    .lightbox .lb-image, .lb-outerContainer{
        width: 100% !important;
        height: auto !important;
    }
    .filter-form{
        padding-left: 10px;
        padding-right: 10px;
    }
    .filter-form a.btn.book-now{
        width: auto;
    }
    .search-category{
        border: none;
    }
    .search-category h5{
        border: none;
        background-color: none;
        background: url("../images/caret_white.png"), #5c6770;
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) center; 
    }    
    .hero-block #search-tabs span.select2{
        width: calc(100% - 40px) !important;
        /* width: 100% !important; */
    }

    .hero-block #search-tabs select[name="u_colour"] + span.select2{
           width: 100% !important;
    }
    
    .hero-block #search-tabs select.vehicle-model-tyre + span.select2{
        width: 100% !important;
    }    
    .hero-block #search-tabs select.vehicle-make + span.select2, .hero-block #search-tabs select.vehicle-model + span.select2{
        width: 100% !important;
    }   
    .select2-container .select2-selection--single{
        height: 30px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 30px;
    }
    #search-tabs{
        pointer-events: none;
    }
    /* .owl-carousel .owl-item img{
        max-width: 100px;        
    } */
    .products-grid.search-package.search-package-page #package-slider-in-search-tyres .product-image > img{
        max-width: 100px;
    }
    .search-package-page.search-tyre-page .owl-carousel .owl-item img{
        max-width: 100px;
        margin-top: 10px;
    } 
}

@media(min-width: 1200px) and (max-width: 1800px){    
    .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:last-child td.fs18.red-text, .products-grid.search-package .product-blocks-wrapper .product-block .product-bottom .package-price > table tr:last-child td:nth-child(1).fs18.red-text{
        font-size: 13px;
    }
    #product-details-tabs > li a{
        font-size: 10px;
        padding-left: 10px;
    }
    .products-grid.search-package .product-blocks-wrapper .product-block .product-model, section.products-grid.search-package .product-blocks-wrapper .product-block h2.product-model{
        font-size: 16px;
    }
    .product-page.wheel-product .products-grid.search-package.product-page .w75 .product-image{
        max-width: 200px;
    }
    .search-wheel-products-grid.products-grid.search-wheel .product-image > a > img{
        max-width: 160px;
    }
    #top-brands{
        font-size: 14px;
    }
    .product-blocks-wrapper .product-block .product-top > img.product-image, .product-blocks-wrapper .product-block .product-top > a > img.product-image{
        max-height: 160px;
    }
    #top-brands h3, #top-brands h2{
        font-size: 18px;
    }
    .section-block h2{
        font-size: 13px;
    }
    .section-block a.section-btn{
        font-size: 9px;
    }
    .section-block a.section-btn{
        width: 108px;
    }
    #need-help .d-flex > .d-flex{
        margin-left: 15px;
        margin-right: 15px;
    }
    #need-help .d-flex > .d-flex:first-child{
        margin-left: 0;
    }
    #need-help .d-flex > .d-flex:last-child{
        margin-right: 0;
    }
    section#need-help h3.feature{
        font-size: 13px;
    }
    .view-details, .book-now{
        width: calc(35% - 8px)
    }
    #search-tabs li a > div > img{
        max-height: 250px;
    }
    #top-brands{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section{
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .product-category-title, h3.product-category-title{
        margin-bottom: 0;
    }
    #search-tabs + .tab-content .tab-pane{
        padding-top: 35px;
    }
    .hero-block input[type="submit"], .hero-block button#submit-search-package-btn{
        margin-bottom: 35px;
    }
    .hero-block #search-wheels a, .hero-block #search-packages a{
        margin-bottom: 32px;
    }
}

/* @media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
} */