@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto');

/* @font-face {
    font-family: 'Rockwell';
    src: url('../fonts/Rockwell.eot');
    src: url('../fonts/Rockwell.eot') format('embedded-opentype'),
         url('../fonts/Rockwell.woff2') format('woff2'),
         url('../fonts/Rockwell.woff') format('woff'),
         url('../fonts/Rockwell.ttf') format('truetype'),
         url('../fonts/Rockwell.svg#Rockwell') format('svg'),
		 url('../fonts/Rockwell.otf') format('opentype');
}
@font-face {
    font-family: 'RockwellBold';
    src: url('../fonts/RockwellBold.eot');
    src: url('../fonts/RockwellBold.eot') format('embedded-opentype'),
         url('../fonts/RockwellBold.woff2') format('woff2'),
         url('../fonts/RockwellBold.woff') format('woff'),
         url('../fonts/RockwellBold.ttf') format('truetype'),
         url('../fonts/RockwellBold.svg#RockwellBold') format('svg'),
		 url('../fonts/Rockwell-Bold.ttf') format('opentype');
}
@font-face {
    font-family: 'RealStones';
    src: url('../fonts/RealStones.eot');
    src: url('../fonts/RealStones.eot') format('embedded-opentype'),
         url('../fonts/RealStones.woff2') format('woff2'),
         url('../fonts/RealStones.woff') format('woff'),
         url('../fonts/RealStones.ttf') format('truetype'),
         url('../fonts/RealStones.svg#RealStones') format('svg'),
		 url('../fonts/RealStones.otf') format('opentype');
}
@font-face {
  font-family: 'RealStonesRough';
  src: url('../fonts/RealStonesRough.eot?#iefix') format('embedded-opentype'),  
	   url('../fonts/RealStonesRough.otf')  format('opentype'),
	   url('../fonts/RealStonesRough.woff') format('woff'), 
	   url('../fonts/RealStonesRough.ttf')  format('truetype'), 
	   url('../fonts/RealStonesRough.svg#RealStonesRough') format('svg');
  font-weight: normal;
  font-style: normal;
} */


/* din regular */

@font-face {
    font-family: 'DIN-Regular';
    src: url('../../assets/fonts/DIN-Regular.eot') format('embedded-opentype'), url('../../assets/fonts/DIN-Regular.woff') format('woff'), url('../../assets/fonts/DIN-Regular.ttf') format('truetype'), url('../../assets/fonts/DIN-Regular.otf') format('opentypetype'), url('../../assets/fonts/DIN-Regular.svg#DIN-Regular') format('svg');
    ;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Light';
    src: url('../../assets/fonts/DIN-Light.eot') format('embedded-opentype'), url('../../assets/fonts/DIN-Light.woff') format('woff'), url('../../assets/fonts/DIN-Light.ttf') format('truetype'), url('../../assets/fonts/DIN-Light.otf') format('opentype'), url('../../assets/fonts/DIN-Light.svg#DIN-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-bold';
    src: url('../fonts/din-bold.eot') format('embedded-opentype'), url('../fonts/din-bold.woff') format('woff'), url('../fonts/din-bold.ttf') format('truetype'), url('../fonts/din-bold.otf') format('opentype'), url('../fonts/din-bold.svg#din-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*********roboto********/

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../../assets/fonts/robotocondensed-bold-webfont.woff2') format('woff2'), url('../../assets/fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../../assets/fonts/roboto-light-webfont.woff2') format('woff2'), url('../../assets/fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../../assets/fonts/roboto-regular-webfont.woff2') format('woff2'), url('../../assets/fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../../assets/fonts/robotocondensed-regular-webfont.woff2') format('woff2'), url('../../assets/fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold_italic';
    src: url('../../assets/fonts/roboto-bolditalic-webfont.woff2') format('woff2'), url('../../assets/fonts/roboto-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../../assets/fonts/roboto-bold-webfont.woff2') format('woff2'), url('../../assets/fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoblack';
    src: url('../../assets/fonts/roboto-black-webfont.woff2') format('woff2'), url('../../assets/fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*********End roboto********/

*:focus,
*:hover,
*:active:focus {
    outline: none;
}

::selection {
    background-color: #009fe3;
    color: #fff;
}

textarea {
    resize: none;
}

.nopadding {
    padding: 0;
}


/* css for header*/

body {
    line-height: unset;
    font-family: 'DIN-Regular';
    font-size: 14px;
    color: #292623
}

b {
    color: #292623;
}

a {
    color: #252525;
    text-decoration: none;
    word-break: break-word !important;
}

a:hover,
a:focus,
a:active {
    color: #252525;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DIN-Regular'
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none
}

.btn-default,
.btn-info {
    color: #ffffff;
    background-color: #009fe3;
    border-color: #009fe3;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    color: #ffffff;
    background-color: #009fe3;
    border-color: #009fe3;
}

.btn-green {
    background-color: #47c620;
    border-color: #47c620;
    color: #fff
}

.btn-green:hover {
    background-color: #47c620;
    border-color: #47c620;
    color: #fff
}

.label-danger {
    background-color: #009fe3
}

.text-red {
    color: #009fe3
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.separator-3:after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 45%, rgba(0, 0, 0, 0.05) 80%, rgba(0, 0, 0, 0) 100%)
}

.rocket_header {
    border-bottom: 1px solid #009fe3 !important;
    border-top: 0 !important;
    position: static !important;
    background: #fff;
}

.header-top:not(.banner) {
    background: #fff
}


/* .fixed-header-on .header.fixed, .fixed-header-on header.header.transparent-header-on{
	position: relative !important;
} */

.fixed-header-on .header.fixed.rocket_header,
.fixed-header-on header.header.transparent-header-on.rocket_header {
    top: 24px;
}

.header.fixed.transparent-header-on.header-top.mobile-menu.hidden-xs.animated.object-visible.fadeInDown.uponscroll {
    z-index: 1007;
}

.header-left {
    padding: 0;
}

.with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 0;
}

.transparent-header .header-top {
    z-index: 108;
    padding: 0;
    border: 0;
}

.fixed-header-on .header .logo img {
    max-height: unset;
    /* max-width:100%; */
}

.fixed-header-on .header .rocket_logo_position {
    /* position: unset !important; */
    top: 0;
}

.fixed-header-on .header-left {
    padding: 0;
}

.logo {
    position: relative;
}


/* .rocket_logo_position{
	position: absolute;
    top: 0;
    z-index: 99999;
} */

.rocket_logo_position img {
    /* max-width: 225px; */
    margin-top: 10px!important;
}

#logo img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.main-container {
    padding: 30px 0;
}

.rocket_header_menu {
    list-style-type: none;
    float: right;
    padding: 0;
    margin: 0;
}

.rocket_header_menu li {
    float: left;
}

.rocket_header_menu li a {
    padding: 7px 10px;
    font-family: 'DIN-Regular';
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #c8c9ca;
    border-radius: 7px;
    margin: 6px 3px 6px;
    display: inline-block;
    border: 1px solid #cecfd0;
}

.rocket_header_menu li img {
    max-width: 60px;
    position: relative;
    top: 4px
}

.rocket_header_menu li a:hover {
    text-decoration: none;
    background-color: #c8c9ca;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
}


/* .header_ico_wra {
	overflow: hidden;
	clear: both
}
.header_ico_wra > div {
	display: inline-block;
} */

.header_ico_wra .ico-head {
    margin-top: 7px;
    margin-left: 40px;
    height: 43px;
    display: table;
}

.header_ico_wra .ico-head h5 {
    color: #606366;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    display: table-cell;
    vertical-align: middle;
}

.acting_section {
    text-align: right
}

.login-drp .ico-head {
    display: table-cell;
    margin-top: 19px;
    height: auto;
    float: left;
    margin-right: 5px;
}

.login-drp .login-opt {
    display: inline-block;
    margin-top: 0px;
    height: auto;
    max-width: 180px;
    margin-right: 10px;
}

.login-drp .form-control {
    height: auto;
    margin-top: 13px;
    padding: 5px 10px;
    background: none;
    color: #000;
}

.header_ico_wra .ico-list {
    margin: 8px 0 2px
}

.mob_icons {
    padding: 0 6px
}

.myAcc {
    margin: 10px 0 7px
}

.myAcc>div {
    display: inline-block
}

.myAcc .search_veh_mob a {
    border: 1px solid #cecfd0;
    border-radius: 6px;
    color: #606366;
    font-family: DIN-Regular;
    font-size: 13px;
    padding: 9px 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 3px;
    float: left;
    width: 160px;
    overflow: hidden;
    clear: both;
    font-weight: normal;
    z-index: 1000;
    display: inline-block;
    text-align: center;
    padding-right: 46px!important;
    background-image: url('../../assets/images/mcLeod_header_car_ico.png')!important;
    background-repeat: no-repeat;
    background-position: right 9px center;
}

.myAcc .search_veh_mob a img {
    display: inline-block;
    margin-left: 4px;
    /* float: right;
	margin-top: 2px */
    vertical-align: baseline;
}

.myAcc .right_ico {
    float: right
}

.myAcc .right_ico .badge,
.wishlist-icons .badge {
    right: unset;
    top: -9px;
    color: #fff;
}

.header_ico_wra .ico-list>ul,
.myAcc ul.pr_list {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.header_ico_wra .ico-list .top_myacc li {
    list-style: none;
    display: inline-block;
}

.header_ico_wra .ico-list .top_myacc a i,
.header_ico_wra .logged_user i {
    font-size: 18px;
    margin-left: 7px;
}

.header_ico_wra .ico-list .top_myacc a,
.header_ico_wra .logged_user {
    color: #606366;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'din-regular';
    background: transparent;
    border: 1px solid #cecfd0;
    padding: 7px 16px;
    border-radius: 6px;
    margin: 0;
    text-align: center;
}

.header_ico_wra .logged_user>a:before {
    content: unset
}

.header_ico_wra .ico-list .social_icon_list li,
.myAcc ul li {
    display: inline-block;
    list-style: none;
    background: transparent;
    border: 1px solid #cecfd0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: relative;
}

.header_ico_wra>div {
    display: inline-block
}

.header_ico_wra>div:last-child {
    float: right
}

.myAcc ul li {
    height: 34px;
    width: 34px;
    position: relative
}

.top_myacc a.logged_user {
    background: #000!important;
    color: #fff!important;
}

.myAcc ul li .dropdown {
    height: 34px;
    width: 34px;
    position: unset;
}

.myAcc ul li.logged_user a:before {
    content: unset
}

.header_ico_wra .ico-list .social_icon_list li i,
.myAcc ul li i {
    font-size: 18px;
    color: #606366;
    padding: 12px 12px 10px;
    line-height: unset
}

#insert_search div a,
#mobile_insert_search div a,
#video_insert_search div a {
    padding: 3px 5px;
    display: block
}

#insert_search div:hover,
#insert_search div:focus,
#insert_search div:active,
#mobile_insert_search div:hover,
#mobile_insert_search div:focus,
#mobile_insert_search div:active,
#video_insert_search div:hover,
#video_insert_search div:focus,
#video_insert_search div:active {
    background: #009fe3
}

#insert_search div:hover a,
#insert_search div:focus a,
#insert_search div:active a,
#mobile_insert_search div:hover a,
#mobile_insert_search div:focus a,
#mobile_insert_search div:active a,
#video_insert_search div:hover a,
#video_insert_search div:focus a,
#video_insert_search div:active a {
    color: #fff;
    transition: unset
}

#video_insert_search {
    background: #fff;
    max-height: 300px;
    overflow: auto;
    box-shadow: 0 0 5px #363636;
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 58px
}


/* .compare-list {
	background: #009fe3!important
}
.compare-list i {
	color: #fff!important
} */

.cart-icon a .badge,
#compare_nubermob .badge,
.wishlist-icon .badge {
    position: absolute;
    top: -5px;
    font-weight: 300;
	left: 50%;
    transform: translate(-50%,0);
}

.myAcc ul li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0
}

.header_ico_wra .ico-list ul li i#icon-search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 12px;
}

.header_ico_wra .ico-list .dropdown .dropdown-menu.search_drp {
    background: none;
    border: 0;
    box-shadow: 0 0 15px #909090;
    right: 0;
    top: 45px;
    left: -180px;
    z-index: 999;
}

.dropdown-menu .panel-body form button,
.dropdown-menu .panel-body a {
    width: 100%;
}

.header-dropdown-buttons {
    float: right !important;
}

.header-dropdown-buttons .btn-group:first-child {
    margin: 0;
}

.header-top .btn.btnsearch {
    width: unset;
    height: unset;
    border: none;
    line-height: unset;
    padding: 0;
    margin: 0;
    margin-left: 9px;
    background-color: transparent;
}

.btn.btnsearch:active:focus {
    outline: none;
}

.header-top .btn.btnsearch:hover {
    /* background-color:#b23212; */
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.header-top .btn.btnsearch .icon-search {
    color: #fff;
}

.main-navigation.animated .navbar-default .navbar-nav>li:last-child>a {
    /* border-left: 1px solid #000 */
}

.main-navigation.animated .navbar-default .navbar-nav>li:last-child>a img {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
}


/* .main-navigation.animated .navbar-default .navbar-nav > li.veh-sea {
	position: absolute;
    right: 0px;
    width: 170px;
	top: 0;
} */

.main-navigation.animated .navbar-default .navbar-nav>li.veh-sea a {
    padding: 6px!important;
    margin: 10px 0;
    background-color: transparent!important;
    border-radius: 7px;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #cecfd0!important;
    padding-right: 50px!important;
    background-image: url('../../assets/images/mcLeod_header_car_ico.png')!important;
    background-repeat: no-repeat;
    background-position: right 9px center;
}

.main-navigation.animated .navbar-default .navbar-nav>li.veh-sea a:hover,
.main-navigation.animated .navbar-default .navbar-nav>li.veh-sea a:focus,
.myAcc .search_veh_mob a {
    background-color: rgba(41, 38, 35, 0.54)!important;
    color: #fff!important;
    background-image: url('../../assets/images/mcLeod_header_car_ico_white.png')!important;
    transition: all 0.5s ease;
}

.main-navigation.animated .navbar-default .navbar-nav>li.veh-sea a:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
}

.main-navigation.animated .navbar-default .navbar-nav>li.veh-sea a img {
    transition: all 0.5s ease;
    display: inline-block
}

.main-navigation.animated .navbar-default .navbar-nav>li>a {
    text-align: center;
    font-family: 'DIN-Regular';
    color: #606366;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.logged_user,
.logged_user i {
    display: inline-block;
    background: #000!important;
    color: #fff!important
}


/* .logged_user .dropdown-menu { 
	padding: 10px;
    text-align: center;
	display: none
}
.logged_user:hover .dropdown-menu { 
	display: block
}
.logged_user .dropdown-menu a { 
	padding: 3px 21px;
    margin: 0;
    display: inline-block;
    color: #fff;
	border-bottom: 0
} */

.main-navigation.animated .navbar-default .navbar-nav>li.veh-sea .cookies_btn,
.myAcc .search_veh_mob a.cookies_btn,
.logged_user>a {
    background-color: #000!important;
    color: #fff!important;
    background-image: url('../../assets/images/mcLeod_header_car_ico_white.png')!important;
}

.main-navigation.animated .navbar-default .navbar-nav>li.veh-sea a.cookies_btn img,
.myAcc .search_veh_mob a.cookies_btn img {
    filter: brightness(1) invert(1);
}

.main-navigation.animated .navbar-default .navbar-nav>li>a.noborderafter:after {
    content: none;
}

.fixed-header-on .navbar-default .navbar-nav>li>a {
    padding: 35px 20px !important;
}

.navbar-default .navbar-nav .dropdown>a:before {
    content: "";
}

.navbar-default .navbar-nav .dropdown>a:before {
    content: "";
}

.subcategory_menu_list .right_menu_arrow>a:before,
.subcategory_menu_list .right_menu_arrow .right_menu_arrow_sub>a:before {
    content: "\f105" !important;
    color: #fff !important;
    font-size: 18px;
    top: 28%;
}

.open_left .subcategory_menu_list .right_menu_arrow>a:before,
.open_left .subcategory_menu_list .right_menu_arrow .right_menu_arrow_sub>a:before {
    content: "\f104" !important
}


/* .subcategory_menu_list .right_menu_arrow > a:hover:before,.subcategory_menu_list .right_menu_arrow .dropdown > a:hover:before{
	content: "\f105" !important;
    color: #fff !important;
    font-size: 18px;
    top: 28%;
} */

.main-navigation .navbar {
    text-align: center
}

.main-navigation .navbar .navbar-nav,
.main-navigation .navbar .navbar-nav.header_desktop_menu>li {
    float: unset;
    display: inline-block;
    margin-left: 8px;
}

.main-navigation .navbar-nav>li {
    position: relative
}

.rocket_mainmenublock {
    float: right !important;
}

.main-navigation .navbar-nav>.open>a,
.main-navigation.animated .navbar-default .navbar-nav>li>a:hover,
.main-navigation.animated .navbar-default .navbar-nav>li>a:focus,
.main-navigation.animated .navbar-default .navbar-nav>li>a:focus {
    color: #fff !important;
    background-color: rgba(41, 38, 35, 0.54) !important;
    background-image: unset !important;
    border-color: transparent !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu .menu>.active>a,
.dropdown-menu .menu>.active>a:hover,
.dropdown-menu .menu>.active>a:focus {
    color: #fff !important;
    background-color: rgba(41, 38, 35, 0.54) !important;
    background-image: unset !important;
    border-color: transparent !important;
    font-family: 'din-regular'
}

.subcategory_menu_list li:hover {
    background-color: #009fe3 !important
}

.subcategory_menu_list.dropdown-menu>li>a:hover,
.subcategory_menu_list.dropdown-menu>li>a:focus,
.subcategory_menu_list.dropdown-menu>.active>a,
.subcategory_menu_list.dropdown-menu>.active>a:hover,
.subcategory_menu_list.dropdown-menu>.active>a:focus,
.subcategory_menu_list.dropdown-menu .menu>.active>a,
.subcategory_menu_list.dropdown-menu .menu>.active>a:hover,
.subcategory_menu_list.dropdown-menu .menu>.active>a:focus,
.subsubcategory_menu_list.dropdown-menu>li>a:hover,
.subsubcategory_menu_list.dropdown-menu>li>a:focus,
.subsubcategory_menu_list.dropdown-menu>.active>a,
.subsubcategory_menu_list.dropdown-menu>.active>a:hover,
.subsubcategory_menu_list.dropdown-menu>.active>a:focus,
.subsubcategory_menu_list.dropdown-menu .menu>.active>a,
.subsubcategory_menu_list.dropdown-menu .menu>.active>a:hover,
.subsubcategory_menu_list.dropdown-menu .menu>.active>a:focus,
.subcategory_menu_list li:hover a {
    background-color: initial !important;
}

.rocketCatMenuBlock .subcategory_menu_block {
    left: 0 !important;
    width: 100% !important;
    padding: 0;
    background-color: rgba(41, 38, 35, 0.90) !important;
    z-index: 9999;
    border-top: 0;
}

.subcategory_menu_list {
    list-style-type: none;
    padding: 7px 0;
}

.subcategory_menu_list li {
    padding: 0 7px;
}

.subcategory_menu_list li a {
    padding: 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    font-size: 14px;
    color: #fff;
}

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

.subcategory_menu_list li:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.subcategory_menu_list {
    list-style-type: none;
    padding: 7px 0;
}

.subcategory_menu_list li {
    padding: 0 7px;
    position: relative !important;
}

.subcategory_menu_list li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    font-family: 'din-regular';
    font-size: 15px;
    color: #fff;
    white-space: normal;
    text-transform: uppercase;
}

.noborderbottom {
    border-bottom: none !important;
}

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

.subcategory_menu_list li:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.col-md-12 .mega-menu:not(.narrow) .dropdown-menu.subsubcategory_menu_block {
    width: 100% !important;
    padding: 0;
    background-color: rgba(41, 38, 35, 0.85) !important;
    position: absolute;
    left: 100% !important;
    border-top: 1px solid #fff;
    /* top: 0; */
}

.rocket_header .col-md-12 .open_left .dropdown-menu.subsubcategory_menu_block {
    left: -101%!important
}

.col-md-12 .second_menu .dropdown-menu.subsubcategory_menu_block .dropdown-menu.subsubcategory_menu_block {
    right: 100%;
    left: auto;
}

.subsubcategory_menu_list {
    list-style-type: none;
    padding: 7px 0;
}

.subsubcategory_menu_list li {
    padding: 0 7px;
}

.subsubcategory_menu_list li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    font-family: 'din-regular';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

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

.subsubcategory_menu_list li:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.searchBoxDesktopView .dropdown-menu.dropdown-menu-right.dropdown-animation,
.searchBoxMobileView .dropdown-menu.dropdown-menu-right.dropdown-animation {
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.searchBoxDesktopView .dropdown-menu.dropdown-menu-right.dropdown-animation li input[type="text"],
.searchBoxMobileView .dropdown-menu.dropdown-menu-right.dropdown-animation li input[type="text"] {
    border-color: #292623;
}

#mobile_insert_search {
    padding-left
}

#mobile_insert_search div {
    margin: 6px 0
}

#mobile_insert_search div a {
    font-size: 17px
}


/* home page banner start */

.owl-carousel .item {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.owl-pagination,
.owl-pagination {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.owl-carousel {
    padding-top: 0px;
    max-height: 794px;
    height: 100%;
    width: 100%
}

#home-carousel {
    overflow: hidden;
    clear: both
}

.tparrows_r {
    background: #3a3a3a url(../images/slider_arrow-right-white.png) no-repeat scroll right 22px center / 12px auto;
    height: 40px !important;
    right: 0;
    position: absolute;
    top: 50%;
    width: 45px !important;
    z-index: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transform: translate(0, -50%);
    opacity: 0.8
}

.tparrows {
    background: #3a3a3a url(../images/slider_arrow-left-white.png) no-repeat scroll left 22px center / 12px auto;
    height: 40px !important;
    left: 0;
    position: absolute;
    top: 50%;
    width: 45px !important;
    z-index: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transform: translate(0, -50%);
    opacity: 0.8
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero .owl-carousel .owl-controls {
    bottom: 0;
    height: 35px;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0px;
    top: 40px;
}

.owl-controls .owl-page span,
.owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #fff
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span,
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    background: #fff
}

.mobile_slider {
    display: none;
}

.mobile_landscape {
    display: none;
}


/* home page banner end */


/*=============wheel-visual page onhover menus appearing behind other elements__suraj====================*/

#iconfig_page {
    z-index: 0;
}

.p-0 {
    padding: 0px !important;
}

.sf_slider_section {
    background: #fff;
    border: 0;
}

.sf_slider_section .owl-item .image-box {
    margin-bottom: 0px;
    /* background-image: url('../images/mcLeod-feature-category-img.png');
	background-size: cover; */
    background-color: #c7d1db;
    /* box-shadow: inset 0px 5px 10px #fff; */
    border-left: 0;
}

.sf_slider_section .overlay-container {
    display: table;
    width: 100%;
}

.sf_slider_section .owl-item .image-box .client {
    /* height: 295px; */
    display: table-cell;
    vertical-align: middle;
}

.sf_slider_section .owl-item .image-box img {
    margin: 0px auto;
    max-width: 100%;
    max-height: 99%;
}

.sf_slider_section .owl-theme {
    margin: 0px;
}

.sf_slider_section .sf_slider_text {
    color: #fff;
    font-size: 18px;
}

.sf_slider_section .overlay-container .text {
    top: 30%;
}

.sf_slider_section .overlay-bottom.small i {
    width: 40px;
    height: 40px;
    margin: -24.5px 0 0 -24.5px;
    font-size: 14px;
    line-height: 37px;
    top: 29%;
    background-color: rgba(255, 255, 255, 0.22);
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
}

.sf_slider_section .overlay-container:hover .client {
    background-repeat: repeat-x;
    text-decoration: none;
    background-image: url(../images/acs-feature-cat-bottom-img.png);
    background-position: bottom;
    transition: unset
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .sf_slider_section .overlay-bottom.small i {
        top: 42%
    }
    .sf_slider_section .sf_slider_text {
        font-size: 11px
    }
}

@media screen and (max-width: 767px) {
    .main-navigation .navbar .navbar-nav {
        display: block
    }
    .main-navigation .navbar {
        text-align: unset
    }
    .main-navigation.animated .navbar-default .navbar-nav>li>a {
        padding: 15px
    }
    .main-navigation .navbar-nav>.open>a,
    .main-navigation.animated .navbar-default .navbar-nav>li>a:hover,
    .main-navigation.animated .navbar-default .navbar-nav>li>a:focus,
    .main-navigation.animated .navbar-default .navbar-nav>li>a:focus {
        background: #009fe3!important
    }
    #video_insert_search div a {
        font-size: 17px
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border: none !important;
    }
    .navbar-toggle {
        float: left;
        margin: 10px 0;
        border: none !important;
        width: 60px;
        padding: 9px 5px 9px 10px;
    }
    .navbar-default .navbar-toggle:hover .icon-bar,
    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #232323;
        width: 39px;
        height: 2px;
    }
    .tuner_mobile_header .navbar-default .navbar-toggle:hover .icon-bar,
    .tuner_mobile_header .navbar-default .navbar-toggle:focus .icon-bar,
    .tuner_mobile_header .navbar-default .navbar-toggle .icon-bar {
        background-color: #8a8a8a
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .rocket_header_menu {
        width: 90%;
    }
    .main-navigation.animated .navbar-default .navbar-nav>li>a:after {
        content: none;
    }
    .header.fixed.rocket_header {
        top: 9% !important;
    }
    .rocket_logo_position {
        top: 0;
        width: calc(100% - 110px);
        z-index: 103;
        overflow: hidden;
    }
    .rocket_logo_position img {
        max-width: 100%;
        margin: 3px auto;
    }
    .navbar-header {
        position: relative;
        margin-bottom: 10px;
    }
    .searchBoxMobileView {
        width: 50px;
        text-align: center;
        position: static!important
    }
    .searchBoxMobileView .dropdown-menu {
        margin-top: 10px;
        right: 100%;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 65%;
    }
    .searchBoxMobileView .btnsearch {
        background-color: transparent;
        margin: 0;
        padding: 9px 0;
    }
    .searchBoxMobileView .btnsearch i {
        font-size: 24px;
        color: #232323;
    }
    .tuner_mobile_header .searchBoxMobileView .btnsearch i {
        color: #8a8a8a
    }
    .searchBoxMobileView .btn:focus,
    .searchBoxMobileView .btn:active:focus,
    .searchBoxMobileView .btn.active:focus,
    .searchBoxMobileView .btn.focus,
    .searchBoxMobileView .btn:active.focus,
    .searchBoxMobileView.btn.active.focus {
        outline: none;
    }
    .mobile-menu .navbar-default .navbar-toggle {
        float: left;
        margin: 0;
        background-color: transparent;
        border-color: transparent;
    }
    .transparent-header .main-navigation .navbar.navbar-default {
        border-radius: 0;
        border: none;
        position: static;
    }
    .transparent-header .tuner_mobile_header .navbar.navbar-default {
        background-color: #fff !important
    }
    /* .main-navigation.animated .navbar-default .navbar-nav > li > a {
		color: #fff !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	} */
    .tuner_mobile_header.animated .navbar-default .navbar-nav>li>a {
        color: #000!important;
        border-bottom: 1px solid rgba(175, 175, 175, 0.7)!important
    }
    .tuner_mobile_header.animated .navbar-default .navbar-nav>li.open>a,
    .tuner_mobile_header.animated .navbar-default .navbar-nav>li>a:hover,
    .tuner_mobile_header.animated .navbar-default .navbar-nav>li>a:focus,
    .tuner_mobile_header.animated .navbar-default .navbar-nav>li>a:active {
        color: #fff!important
    }
    .transparent-header .mobile-menu .main-navigation .navbar.navbar-default {
        background-color: transparent;
        border-color: transparent;
        min-height: auto;
        left: 0;
        top: 0;
    }
    .mobile-menu .navbar-default .navbar-toggle .icon-bar {
        background-color: #252525;
        height: 4px;
        width: 39px;
    }
    .mobile-menu .main-navigation .navbar-nav {
        margin: 7.5px -14px;
    }
    .with-dropdown-buttons .navbar-default .navbar-collapse {
        padding-left: 0;
        border-top: unset;
    }
    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus,
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus,
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu .menu>.active>a,
    .dropdown-menu .menu>.active>a:hover,
    .dropdown-menu .menu>.active>a:focus {
        color: #fff !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 12px 25px;
        color: #292623;
        border-color: #dedcdc;
    }
    .subcategory_menu_list .right_menu_arrow>a:before,
    .subcategory_menu_list .right_menu_arrow .right_menu_arrow_sub>a:before {
        color: #292623!important
    }
    .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
        padding-left: 30px!important;
        padding-right: 0!important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-menu>li>a:before {
        right: 6px
    }
    .navbar-nav .open .dropdown-menu .dropdown-menu {
        padding-top: 5px!important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-menu {
        animation-name: unset!important;
        padding-top: 5px!important;
    }
    /* .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-top: 0;
		padding-bottom: 19px;
	} */
    .navbar-nav .open .dropdown-menu .dropdown-menu>li>a:before {
        right: 6px
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        background-color: #292623;
    }
    .dropdown-menu.subcategory_menu_block.subcategory_menu_list {
        padding-top: 5px
    }
    .dropdown-menu.subcategory_menu_block.subcategory_menu_list li {
        padding: 0;
    }
    /* .section.default-bg.clearfix.location.only_mobile{
		margin-top: 55px;
	} */
    .rocket_logo_position img {
        width: 135px;
    }
    .rocket_logo_position {
        position: absolute;
        top: 0
    }
    .search_veh_mob {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 7px;
        border: none;
        padding: 0;
        background: transparent;
        cursor: pointer;
    }
    .mobile_slider {
        display: block;
    }
    .desktop_slider {
        display: none;
    }
    .mobile_landscape,
    .hiddex-xs-pr {
        display: none
    }
    #check_cart_discount {
        margin-top: 5px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /* .rocket_logo_position{
		position: static;
	} */
    .header_ico_wra .ico-head {
        margin-left: 0px
    }
    .main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
        padding-right: 0;
    }
    .main-navigation.animated .navbar-default .navbar-nav>li>a {
        padding: 35px 13px;
        background-image: none, url(../images/header_mainmenu_devider_right.png);
    }
    .main-navigation.animated .navbar-default .navbar-nav>li>a:last-child {
        background-image: none, none;
    }
    .col-md-12 .mega-menu:nth-child(4) .dropdown-menu.subsubcategory_menu_block,
    .col-md-12 .mega-menu:nth-child(5) .dropdown-menu.subsubcategory_menu_block,
    .col-md-12 .mega-menu:nth-child(6) .dropdown-menu.subsubcategory_menu_block {
        left: -100%!important;
        min-width: 150px!important;
    }
    .col-md-12 .mega-menu:nth-child(1) .dropdown-menu.subsubcategory_menu_block,
    .col-md-12 .mega-menu:nth-child(2) .dropdown-menu.subsubcategory_menu_block,
    .col-md-12 .mega-menu:nth-child(3) .dropdown-menu.subsubcategory_menu_block {
        left: 100%!important
    }
}

@media screen and (min-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        padding: 16px 4px!important
    }
    .hidden-sm-pr,
    .hidden-md-pr {
        display: none!important
    }
    .viewcart_mob {
        display: inline-block;
    }
}

@media screen and (min-width: 1200px) {
    .col-md-12 .mega-menu:not(.narrow) .dropdown-menu {
        left: 0 !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 992px) {
    .col-md-12 .mega-menu:not(.narrow) .dropdown-menu {
        left: 0 !important;
        width: 100% !important;
        z-index: 9999
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    /* .rocket_logo_position {
		position: static;
	} */
    .main-navigation.animated .navbar-default .navbar-nav>li>a:after {
        background-image: none;
        border-right: 1px solid #d4d0bd;
        right: 0;
    }
}


/*upto here*/


/*RocketMainSectionMargin starts*/

@media screen and (min-width: 320px) and (max-width: 320px) {
    .rocket_logo_position img {
        width: 135px;
        margin-top: 3px;
    }
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.90);
        /* transform-origin: 0 0;
		-webkit-transform-origin: 0 0 */
    }
}

@media screen and (min-width: 568px) and (max-width: 568px) {
    .rocket_logo_position img {
        width: 112px;
    }
}

@media screen and (min-width: 375px) and (max-width: 375px) {
    .header.fixed.rocket_header {
        top: 7% !important;
    }
    .rocket_logo_position img {
        width: 116px;
    }
    .tuner_logo img {
        max-width: 145px
    }
}

@media screen and (min-width: 667px) and (max-width: 667px) {
    /* .RocketMainSectionMargin {
		margin-top: 65px !important;
	} */
    .header.fixed.rocket_header {
        top: 13.4% !important;
    }
    .rocket_logo_position img {
        width: 112px;
    }
}

@media screen and (min-width: 414px) and (max-width: 414px) {
    /* .RocketMainSectionMargin {
		margin-top: 13.1% !important;
	} */
    .header.fixed.rocket_header {
        top: 6.8% !important;
    }
    .press_media_section {
        margin-top: 25% !important;
    }
}

@media screen and (min-width: 736px) and (max-width: 736px) {
    /* .RocketMainSectionMargin {
		margin-top: 7.5% !important;
	} */
    .header.fixed.rocket_header {
        top: 12% !important;
    }
    .rocket_logo_position img {
        width: 110px;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .RocketMainSectionMargin {
        margin-top: 0 !important;
    }
    .hideOn768 {
        display: none;
    }
    .showOn768 {
        display: block !important;
    }
    .fixed-header-on .header .logo {
        display: block;
    }
    .rocket_logo_position {
        position: static;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    /* .RocketMainSectionMargin {
		margin-top: 10.8% !important;
	} */
    .rocket_logo_position {
        left: -25px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    /* .RocketMainSectionMargin {
		margin-top: 8.2% !important;
	} */
}

@media screen and (min-width: 1680px) and (max-width: 1920px) {
    /* .RocketMainSectionMargin {
		margin-top: 5.8% !important;
	} */
    .header-top {
        background-position: left top, right top;
        background-size: 44%, auto;
    }
    .dealer_locator_info {
        background-position: top left -5%!important
    }
}

@media screen and (min-width: 1600px) and (max-width: 1600px) {
    /* .RocketMainSectionMargin {
		margin-top: 7% !important;
	} */
}

@media screen and (min-width: 2560px) {
    /* .RocketMainSectionMargin {
		margin-top: 4.36% !important;
	} */
}

@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
    .home-feature-cat .overlay-container .text h3 a {
        font-size: 16px;
        line-height: 24px;
    }
}


/*upto here*/


/* search by vehicle start */

.header-form-open {
    display: none;
    width: 100%;
    z-index: 100;
    padding-top: 30px;
    padding-bottom: 20px;
    position: static;
}

.header-trans {
    position: absolute;
}

.header-form-open form>div {
    padding: 0 3px
}

.form_open_title {
    color: #fff;
    font-size: 17px;
    font-family: 'din-bold';
    margin-top: 12px;
    display: inline-block;
    margin-bottom: 15px;
}

.header-form-open select,
.header-form-open button {
    margin-top: 5px
}

.form-c-trans {
    background-image: url(../images/bkss_arrow_down.png);
    background-repeat: no-repeat;
    background-position: right 0px top -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: DIN-Regular;
    padding-right: 42.5px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #dbdce2;
    border: 1px solid #dbdce2;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /* text-transform: uppercase; */
    cursor: pointer;
}

.form-c-trans::-ms-expand {
    display: none;
}

.header-form-open .form-c-trans {
    padding: 6px 35px 6px 6px;
}

.header-form-open select,
.header-form-open button {
    margin-top: 5px;
}

.btn-go {
    background-color: #009fe3;
    color: #fff !important;
    border-radius: 0px !important;
    margin: 0;
    padding: 8px 17px;
    font-weight: bold;
    font-size: 17px;
    border: 0;
}


/* search by vehicle end */


/*css for banner section */

.tp-bannertimer {
    background-image: none;
    background-color: #dc0109;
    margin-top: 0 !important;
}


/* .banner {
	margin-top: -90px;
} */


/*upto here*/


/* css for call-to-action section */

.dark-bg.footer-top.call-to-action-home {
    background-color: #000;
    padding: 15px 0;
    overflow: hidden;
    clear: both
}

.dark-bg.footer-top.call-to-action-home h1 {
    font-family: 'DIN-Regular';
    font-weight: bold;
    font-size: 38px;
    margin: 0;
    padding: 0;
    height: auto;
    text-align: center;
}

.dark-bg.footer-top.call-to-action-home h4 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #009fe3;
    letter-spacing: 13px;
}

.dark-bg.footer-top.call-to-action-home h1 span {
    color: #009fe3;
    font-size: 22px;
}

.dark-bg.footer-top.call-to-action-home h1 .btn {
    font-size: 26px;
    background: #009fe3;
    margin-left: 22px;
}

.ridearocketlink {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    color: #bfbba6 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 0;
    display: block;
    position: absolute;
    left: 43%;
    top: 20px;
}

.ridearocketlink span {
    font-family: 'RealStonesRough';
    font-size: 58px;
    font-weight: normal;
    text-transform: capitalize !important;
}

.ridearocketlink img {
    display: inline-block;
}

@media screen and (min-width:320px) and (max-width:568px) and (orientation: portrait) {
    .ridearocketlink {
        left: 42%;
        top: 10px;
        text-align: center;
        font-size: 16px;
    }
    .ridearocketlink span {
        font-size: 50px;
    }
}

@media screen and (min-width:320px) and (max-width:568px) and (orientation: landscape) {
    .ridearocketlink {
        left: 30%;
        top: 18px;
    }
}

@media screen and (min-width:375px) and (max-width:667px) and (orientation: portrait) {
    .ridearocketlink {
        left: 35%;
        top: 10px;
    }
}

@media screen and (min-width:375px) and (max-width:667px) and (orientation: landscape) {
    .ridearocketlink {
        left: 35%;
        top: 15px;
    }
}

@media screen and (min-width:414px) and (max-width:736px) and (orientation: portrait) {
    .ridearocketlink {
        left: 35%;
        top: 10px;
    }
}

@media screen and (min-width:414px) and (max-width:736px) and (orientation: landscape) {
    .ridearocketlink {
        left: 35%;
        top: 15px;
    }
}

@media screen and (max-width:767px) {
    .dark-bg.footer-top.call-to-action-home h1 {
        font-size: 30px;
    }
    .dark-bg.footer-top.call-to-action-home h1 span {
        font-size: 20px;
        display: block;
    }
    .dark-bg.footer-top.call-to-action-home h1 .btn {
        font-size: 20px;
        margin-left: 0px
    }
}


/*upto here*/


/* css for Featured Section*/

.fliterbyTitle {
    float: left;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 16px;
    color: #252525;
    text-transform: uppercase;
    padding: 10px 20px 10px 50px;
}

.fliterbyTitle span {
    font-family: 'din-bold';
    color: #000;
}

.fliterbyList {
    float: left;
    color: #fff;
    margin: 0 !important;
}

.fliterbyList.nav-pills>li>a {
    padding: 10px 10px;
    border: 1px solid transparent;
    font-family: 'din-regular';
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.fliterbyList.nav-pills>li.active>a,
.fliterbyList.nav-pills>li.active>a:hover,
.fliterbyList.nav-pills>li.active>a:focus,
.fliterbyList.nav-pills>li>a:hover,
.fliterbyList.nav-pills>li>a:focus {
    color: #009fe3;
    background-color: transparent;
    border-bottom: 1px solid #009fe3;
}

.featuredsectionTitleBlock {
    position: relative;
    padding-top: 30px;
}

.featuredListBlock .filters {
    margin: 20px 0;
}

.web_commHead h1 {
    font-size: 46px;
    font-weight: bold!important;
    margin: 0;
    padding: 0;
    position: relative;
    color: #000
}

.web_commHead h1:after {
    position: absolute;
    content: '';
    height: 1px;
    right: 0;
    left: 0;
    top: 45px;
}

.web_commHead h1 span {
    font-family: 'DIN-light';
    color: #009fe3;
    font-weight: 300;
    line-height: 40px;
}

.web_commHead img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 6px;
    margin-left: 6px;
}

.featuredsectionTitleBlock h1 {
    font-size: 36px;
}

.featuredsectionTitleBlock h1 span {
    font-size: 6.5rem;
}

.featuredsectionTitleBlock h1:after {
    content: unset
}

.featuredSection .featuredSectionInner .overlay-top .text {
    top: 25%
}

.featuredSection .overlay-container .text h3 {
    line-height: 20px!important;
}

.featuredSectionInner {
    width: 90%;
    margin: 0 auto
}

.featuredSectionInner .overlay-top .text a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}

.featuredSectionInner .cat_golink {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    background: #009fe3;
    border-radius: 5px;
    padding: 6px 18px;
    font-weight: bold
}

.featuredListBlock {
    width: 78%;
    margin: 0 auto;
    padding: 0 0 10px;
}

.featuredListBlock .isotope-container>.col-md-4 {
    padding: 15px 5px
}

.featuredListBlock .isotope-container>.col-md-4 .image-box {
    border: 1px solid #969696;
    position: relative;
    display: table;
    width: 100%;
}

.featuredListBlock .isotope-container>.col-md-4 .image-box .overlay-container {
    height: 310px;
    display: table-cell;
    vertical-align: middle;
}

.featuredListBlock .isotope-container>.col-md-4 .overlay-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    /* position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}

.image-box img {
    margin: 0 auto;
}


/* css for categories section */

.categories_titleBlock h1:after {
    content: "";
    position: absolute;
    height: 104px;
    width: 169px;
    background-image: url(../images/mcLeod_header_category_img.png);
    z-index: -1;
    display: inline-block;
    top: -35px;
    left: 13%;
}

.categories_titleBlock h1 {
    color: #fff !important;
    font-size: 44px !important;
    margin: 0 !important;
    font-weight: bold;
    position: relative;
}

.categories_titleBlock h1 span {
    font-size: 72px !important;
    color: #009fe3 !important;
    font-family: 'din-light';
    font-weight: 300;
    letter-spacing: -3px;
}

.home-feature-cat {
    background: #000000;
    padding: 35px 0;
}

.home-feature-cat .img-box-set .overlay-container {
    height: 222px;
    margin: 8px 0;
    overflow: hidden;
    padding: 0;
}

.home-feature-cat .cat_golink {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    background: #009fe3;
    border-radius: 5px;
    padding: 6px 18px;
    font-weight: bold;
}

.home-feature-cat .overlay-container .text {
    top: 0;
    overflow: hidden;
    height: 100%;
    padding: 0;
    width: 100%;
}

.home-feature-cat .overlay-container .text h3 {
    margin: 0;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold
}

.home-feature-cat .overlay-container .text h3 a {
    font-size: 20px;
    line-height: 1.5;
    word-break: break-word;
    font-family: 'eurostile_condensedbold';
}

.home-feature-cat .categories_bg_inner .img-box-set img {
    max-width: 100%!important;
    position: absolute;
    width: auto;
    max-height: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.home-feature-cat .categories_bg_inner .center-product .overlay-container {
    height: 460px
}

.home-feature-cat .categories_bg_inner .categoriesListBlock>div,
.home-feature-cat .categories_bg_inner .categoriesListBlock>div .row>div {
    padding: 0 8px
}

.home-feature-cat .categories_bg_inner .categoriesListBlock>div>.row {
    margin: 0 -8px
}


/*upto here*/


/* css for its easy section */

.itseasysection {
    position: relative;
}

.itseasysection:after {
    background: linear-gradient(to right, #009fe3 40.7%, transparent 29%, transparent 59%, #009fe3 53%);
    position: absolute;
    content: '';
    height: 1px;
    right: 0;
    left: 0;
    top: 78px;
}

.itseasysection .itseasycont h1 {
    margin: 0;
    font-size: 52px;
    font-family: 'Din-regular';
    font-weight: bold;
    color: #000;
    letter-spacing: -4px;
    border-bottom: 1px solid #000;
    line-height: 42px;
}

.itseasysection .itseasycont h4 {
    color: #009fe3;
    font-family: 'DIN-Regular';
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
}

.itseasysection .itseasycont1 {
    margin-top: 40px;
}

.itseasysection .itseasycont2 {
    margin-top: 16%;
}

.itseasysection .itseasycont span {
    font-family: 'DIN-Regular';
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.itseasysection .itseasycontainer {
    position: relative;
    width: 60%;
    margin: 60px auto
}

.itseasysection .itseasycontainer img {
    position: absolute;
    max-width: 40%;
    left: 30%;
    top: 0%
}

.itseasytopheader h1 {
    text-align: center;
    font-size: 5em;
    color: #009fe3;
    margin: 0;
    letter-spacing: -5px;
    line-height: 58px;
    font-family: 'Din-light';
    font-weight: normal;
}

.itseasytopheader h3 {
    margin-top: 0;
    text-align: center;
    position: relative;
    z-index: 99;
}

.itseasytopheader h3 span {
    width: 300px;
    padding: 3px 35px;
}

.itseasysection .itseasytopheader h2 {
    text-align: center;
    font-weight: bold;
    margin: 0;
    color: #c8c9ca;
    font-size: 3em;
    line-height: 38px;
}

.its_golink {
    font-family: 'Din-regular';
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #009fe3;
    padding: 8px 16px;
}

.not_show_on_mobile {
    display: block;
}

.show_on_mobile {
    display: none;
}

#form_register .tooltip {
    font-family: 'DIN-Regular'
}

@media screen and (max-width:767px) {
    .itseasysection .itseasycontainer img {
        position: static;
        margin: 0 auto;
        max-width: 100%;
        transform: translate(0, 0);
    }
    .itseasysection .itseasycont2 {
        margin-top: 4%;
    }
    .itseasysection .itseasycontainer {
        width: 100%;
        margin: 1% auto;
        border-left: none;
        border-right: none;
        padding: 15px 0 0
    }
    .itseasytopheader h2 {
        font-size: 4.2em
    }
    .itseasytopheader h1 {
        font-size: 4.8em
    }
    .ridearocketlink img {
        display: block;
    }
    .not_show_on_mobile {
        display: none !important;
    }
    .show_on_mobile {
        display: block !important;
    }
    .available_dealer_count_block {
        /* margin-top: 54px !important; */
        padding: 20px 0!important;
    }
    .featuredsectionTitleBlock h1:after {
        content: none
    }
    .home-feature-cat .categories_bg_inner .center-product .overlay-container {
        height: 222px;
        margin: 4px 0
    }
    .featuredsectionTitleBlock h1 span {
        font-size: 5rem;
    }
}

@media(max-width: 767px) and (orientation: portrait) {
    .web_commHead img {
        display: none
    }
    .cust_serv_head h1:after {
        top: 52px
    }
    .web_commHead h1:after {
        top: 56px!important
    }
}


/*upto here*/


/* company info start */

.company-info-wrapper {
    background: linear-gradient(#a4a5a5, #c4c5c6, #c8c9ca);
    /* padding: 45px 0; */
    background-size: cover;
}

.company-info-wrapper .info-bg {
    padding: 45px 0 65px
}

.company-info-wrapper h1 {
    font-weight: bold;
    color: #fff;
    text-transform: unset;
    text-align: center;
}

.company-info-wrapper .info-section {
    background: #e2e2e2;
    text-align: center;
    margin-top: 20px;
    padding: 20px 40px;
}


/* .company-info-wrapper .info-section span {
	height:45px;
	width:47px;
	display:inline-block;
	background:url(../images/mcLeod-comp-info-sprite.png)
} */

.company-info-wrapper .info-section>span {
    display: inline-block;
    height: 45px;
    width: 45px;
}

.company-info-wrapper .info-section img {
    display: inline-block
}

.company-info-wrapper .info-section p {
    margin-bottom: 11px
}

.company-info-wrapper .info-section h2 {
    color: #000;
    font-size: 21px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: bold;
    min-height: 50px;
}


/* .company-info-wrapper .info-section p {
    font-size: 16px;
    min-height: 120px;
	font-family: 'robotolight';
    color: #000;
} */

.company-info-wrapper .info-section>div.info-sect {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    height: 230px
}

.company-info-wrapper .info-section ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.company-info-wrapper .info-section ul li {
    line-height: 30px;
}

.company-info-wrapper .info-section ul li:before {
    content: '✓';
    color: #009fe3;
    font-weight: bold;
    margin-right: 10px;
}


/* .company-info-wrapper .info-section .ico-fir {
	background-position: -9px 0;
}
.company-info-wrapper .info-section .ico-sec {
	background-position: -76px 0;
}
.company-info-wrapper .info-section .ico-thir {
	background-position: -138px 0;
} */


/* company info end */


/* product info start */

.prod-info-video-wra {
    /* background:url(../images/mcLeod-prod-info-wra.png) center center; */
    padding: 15% 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 100vh;
}

.prod-info-video-wra .prod-info-section h1 {
    font-size: 6.5em!important;
    color: #fff!important;
    font-weight: bold;
    text-transform: inherit;
    margin-bottom: 0;
}

.prod-info-video-wra .prod-info-section h3 {
    color: #fff;
    font-size: 3.5em;
    margin: 0;
    letter-spacing: 44px;
}

.home_article_text .prod-info-section h1 {
    color: #232323!important
}

.prod-info-video-wra .prod-info-section input {
    text-transform: uppercase;
    background: #009fe3;
    color: #fff;
    font-size: 22px;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 25px;
    font-family: 'DIN-Regular';
    font-weight: bold;
}


/* product info end */


/* index blog css start */

.index-blog-wra {
    padding: 35px 0 80px
}


/* .index-blog-wra .featuredsectionTitleBlock h1 {
	padding: 30px 0!important;
} */

.index-blog-wra .web_commHead h1 {
    font-size: 4.2em;
}

.index-blog-wra .web_commHead h3 {
    margin-top: 0;
    position: relative;
}

.index-blog-wra .web_commHead span,
.itseasysection .itseasycontainer h3 span {
    text-transform: uppercase;
    background: #009fe3;
    color: #fff;
    font-size: 28px;
    letter-spacing: 25px;
    text-align: center;
    display: inline-block;
}

.index-blog-wra .web_commHead span {
    width: 200px;
    padding: 3px 25px
}

.index-blog-wra h1:after {
    background: linear-gradient(to right, #009fe3 42.7%, transparent 29%, transparent 57%, #009fe3 49%);
    top: 90px;
}

.index-blog-wra .blog-section {
    border: 1px solid #01467d;
    background: #fafafa;
    margin-top: 20px;
}

.index-blog-wra .blog-section .blog-img {
    position: relative;
    display: table;
    width: 100%;
}

.index-blog-wra .blog-section .blog-img>div {
    height: 160px;
    display: table-cell;
    vertical-align: middle;
}

.index-blog-wra .blog-section .blog-img img {
    max-width: 100%;
    width: auto;
    max-height: 160px;
    height: auto;
    margin: 0 auto
}

.index-blog-wra .blog-section .blog-content {
    padding: 15px
}

.index-blog-wra .blog-section .blog-content h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    height: 83px;
    overflow: hidden;
}

.index-blog-wra .blog-section .blog-content h3 a {
    color: #000;
    text-decoration: none
}

.index-blog-wra .blog-section .blog-content hr {
    border-top: 1px solid #d4d4d4;
    margin: 10px 0;
}

.index-blog-wra .blog-section .blog-content i,
.index-blog-wra .blog-section .blog-content span {
    color: #8e8e8f;
    font-size: 13px;
}

.index-blog-wra .blog-section .blog-content span {
    margin-right: 10px
}

.index-blog-wra .blog-section .blog-content p {
    color: #5f5f5f;
    font-size: 14.5px;
    line-height: 18px;
    margin-top: 20px!important;
    height: 164px;
    font-family: 'robotoregular';
}

.index-blog-wra .blog-section .blog-content .btn {
    text-transform: uppercase;
    font-family: 'Din-regular';
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 4px 15px;
    background: #009fe3;
    margin-top: 25px;
    border: 0;
}


/* index blog css end */


/* css for subscription section */

.default-bg.subscribe-bg {
    background-color: #009fe3 !important;
    padding: 40px 0 6%;
    overflow: hidden;
    clear: both;
}

.joinheadingsBlock {
    position: relative;
}

.joinheadingsBlock h2 {
    font-family: 'din-regular';
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0;
    display: inline-block;
}

.joinheadingsBlock:after {
    position: absolute;
    content: "";
    background-image: url(../images/acs-subscribe-icon.png);
    height: 80px;
    width: 90px;
    right: 13%;
    top: -16px;
}

.joinTagline {
    font-family: 'din-regular';
    font-weight: bold;
    font-size: 60px;
    color: #fff !important;
    margin-left: 8px;
    text-transform: uppercase;
}

.join_desc {
    font-family: 'robotoregular';
    font-size: 15.5px;
    color: #fff !important;
    margin: 0;
}

.fa.fa-envelope.form-control-feedback {
    color: #797979;
}

.frmsubscription {
    margin: 35px 0;
}

.frmsubscription input[type=email] {
    border-color: transparent !important;
    background-color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Din-regular';
    font-size: 16px;
    color: #000 !important;
}

.frmsubscription button[type=submit] {
    border: none;
    font-family: 'Din-regular';
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    margin-left: 11px;
    background: #232323;
    padding: 6px 32px;
}


/* .frmsubscription  button[type=submit]:hover{
	background-color: transparent;
} */


/*upto here*/


/* css for footer*/

.dark .footer {
    padding: 0;
    background: #fff;
}

.footer h2.title,
.footer h3,
.footer h2.title a,
.footer .dark-links>li:first-child a,
.footer .career_links>li:first-child a,
.footer .career_links>li:nth-child(8) a,
.footer .career_links>li:nth-child(6) a,
.footer .career_links>li:nth-child(7) a {
    color: #009fe3 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.footer .f_text {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 23px;
    text-decoration: none;
}

.footer .footer-content p {
    color: #ffffff;
    vertical-align: top;
}

.footer .dark-links {
    background: transparent;
    height: auto;
    line-height: 33px;
    border-radius: 20px;
    margin: 0;
}

.footer .dark-links>li a {
    color: #6d6d6d;
    font-family: 'DIN-Regular';
    text-transform: uppercase;
    font-size: 15.5px;
    display: inline-block;
}

.footer .dark-links>li {
    display: block;
    padding: 0;
}

.footer .dark-links>li:last-child img {
    margin: 40px 0 0 20px;
}

.footer .dark-links>li:last-child span {
    display: block;
    color: #fff;
    font-family: 'DIN-Regular';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.footer-inner .logo-footer {
    margin: 20px 0 30px
}

.footer-content .footer-address span {
    display: block;
    color: #6d6d6d;
    font-size: 15.5px;
    font-family: DIN-light;
    line-height: 20px;
}

.footer-content .footer-address>div {
    margin-top: 18px
}

.footer-content .social-links {
    margin: 20px 0!important
}

.footer-content .social-links li a {
    color: #6d6d6d;
    border-color: #6d6d6d
}

.blogpost .social-links li a:hover {
    background-color: transparent;
    border-color: #009fe3;
    color: #009fe3;
}

.dark .subfooter {
    background: #009fe3;
    border: #009fe3;
    color: #fff;
    /* text-transform: uppercase; */
}

.subfooter p {
    text-transform: uppercase
}

.subfooter-inner span {
    color: #a5a5a5;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 13px;
}

.subfooter-inner a {
    color: #fff;
    font-family: 'robotoregular';
    text-transform: uppercase;
}

.separator {
    background-color: #333333;
    background-color: #009fe3!important;
}

.separator::after {
    content: none;
}

.footer-content .cf-list>li {
    border-top: 1px solid #6d6d6d;
    display: block;
}

.footer-content .contact-aside-address span,
.footer-content .contact-aside-address span a {
    color: #6d6d6d!important;
    text-transform: uppercase;
    font-family: 'DIN-Regular'!important;
    font-size: 18px;
}

.footer-content .contact-aside-address span b {
    font-weight: bold;
    color: #6d6d6d;
    text-transform: uppercase;
    font-size: 18px;
}

.footer-content .contact-aside-address .add-content {
    margin-left: 5px!important;
}

.footer-content .contact-aside-address .add-icon i {
    font-size: 25px;
    color: #6d6d6d;
}

.dark .tuner_footer {
    background: #fff
}

.tuner_footer .footer-content .social-links li a {
    color: #585858;
    border-color: #585858;
}

.tuner_footer .dark-links>li a,
.tuner_footer .footer-content .contact-aside-address span,
.tuner_footer .footer-content .contact-aside-address span a,
.tuner_footer .footer-content .contact-aside-address span b,
.tuner_footer .footer-content .contact-aside-address .add-icon i {
    color: #585858!important
}

.tuner_footer .footer-content .cf-list>li {
    border-top: 1px solid #585858
}

@media screen and (max-width:767px) {
    .featuredsectionTitleBlock h3 {
        font-size: 60px;
        top: 45%;
    }
    .featuredSection {
        padding: 0;
    }
    .fliterbyTitle,
    .fliterbyList {
        float: none;
    }
    .fliterbyTitle {
        text-align: center;
        padding: 0
    }
    .fliterbyTitle span {
        background-image: none;
        text-align: center;
        padding-left: 0;
    }
    .fliterbyList li {
        float: unset;
        text-align: center;
    }
    .fliterbyList li+li {
        margin-left: 0;
    }
    .featuredSectionInner {
        width: 100%;
        background-color: transparent;
    }
    .featuredListBlock {
        width: 100%;
    }
    .featuredListBlock .isotope-container>.col-md-4 {
        padding: 15px 20px;
    }
    .featuredListBlock .filters {
        margin: 10px 0 0
    }
    .fliterbyTitle {
        display: none
    }
    .featuredListBlock .isotope-container.row.grid-space-10 {
        margin: 0;
    }
    .home-feature-cat .overlay-container .text h3 a {
        font-size: 16px;
        line-height: 22px;
    }
    .categories_titleBlock h1 {
        font-size: 35px !important
    }
    .categories_titleBlock h1 span {
        font-size: 52px !important
    }
    .prod-info-video-wra .prod-info-section h1 {
        font-size: 3.5em!important
    }
    .prod-info-video-wra .prod-info-section h3 {
        letter-spacing: 18px;
    }
    .featuredsectionTitleBlock {
        padding-top: 0px
    }
    .index-blog-wra {
        padding: 35px 0 45px;
    }
    .index-blog-wra .featuredsectionTitleBlock h1:after {
        top: 75px
    }
    .frmsubscription button[type=submit] {
        color: #009fe3
    }
    .footer-content .contact-aside-address li:nth-child(2) {
        display: block
    }
    .itseasycont2>div {
        text-align: right
    }
    .company-info-wrapper .info-section>div.info-sect {
        height: auto
    }
    .company-info-wrapper .info-section {
        padding: 20px 15px
    }
    .fruzzi_filter_popup .modal-dialog {
        width: 94%;
    }
    .fruzzi_filter_popup .modal-footer,
    .fruzzi_filter_popup .modal-body {
        padding: 10px 15px
    }
    .fruzzi_filter_popup .social-links {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .fruzzi_filter_popup h4 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px
    }
    .fruzzi_filter_popup form {
        margin-bottom: 0
    }
}

@media screen and (min-width:320px) and (max-width:320px) {
    .footer-content .contact-aside-address span b,
    .footer-content .contact-aside-address span {
        font-size: 16px
    }
    .footer-content .contact-aside-address .add-content.footAddres {
        width: 256px!important
    }
}

@media screen and (min-width:768px) and (max-width:768px) {
    .fliterbyTitle {
        padding: 10px 20px 10px 10px;
    }
    .prod-info-video-wra .prod-info-section h1 {
        font-size: 4.5em
    }
    .index-blog-wra {
        padding: 40px 0
    }
}

@media screen and (min-width:1920px) and (max-width:1920px) {
    .featuredListBlock {
        /* width: 70%; */
    }
    .featuredListBlock .isotope-container {
        width: 80%;
        margin: 0 auto;
    }
    .featuredsectionTitleBlock h1:after {
        background: linear-gradient(to right, #000000 37%, transparent 29%, transparent 62.6%, #009fe3 58%)
    }
    .itseasysection:after {
        background: linear-gradient(to right, #000000 42.8%, transparent 29%, transparent 56.4%, #000000 54%)
    }
    .index-blog-wra .featuredsectionTitleBlock h1:after {
        background: linear-gradient(to right, #000000 41.7%, transparent 29%, transparent 58%, #009fe3 56%)
    }
    .joinheadingsBlock:after {
        right: 25%
    }
}


/*upto here*/


/*Wheel_Visualizer page css starts here*/

.Wheel_Visualizer_background {
    background-image: url(../images/Wheel_Visualizer_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.Wheel_Visualizer_background .container {
    /* width: 52%; */
    margin: 0 auto;
}

#iconfig_page {
    width: 84% !important;
    height: auto !important;
}

.WV_TitleBlock {
    padding-top: 4%;
}

.WV_TitleBlock p {
    font-family: 'RealStonesRough';
    font-size: 75px;
    font-weight: normal;
    color: #252525;
    margin: 0;
    padding-left: 10%;
}

.WV_TitleBlock p span {
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.onlineDealersBlock {
    width: 65%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    border: 1px solid #252525;
}

.onlineDealersTitle {
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 300;
    color: #252525;
    text-transform: uppercase;
    padding: 10px 0 7px 15px;
    border-bottom: 1px solid #252525;
}

.onlineDealersBlock .carouselouter {
    padding: 15px;
}

.iframeBlockforWheels img {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .Wheel_Visualizer_background .container {
        width: 100%;
    }
    .WV_TitleBlock {
        padding-top: 10%;
    }
    .WV_TitleBlock p {
        font-size: 55px;
    }
    .WV_TitleBlock p span {
        font-size: 15px;
    }
    .onlineDealersTitle {
        font-size: 18px;
        padding: 10px 0 7px 15px;
    }
    .onlineDealersBlock .carouselouter {
        padding: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .Wheel_Visualizer_background .container {
        width: 60%;
    }
}

@media screen and (min-width: 1500px) {
    .services_wrapper .common-sect .full-text-container>div {
        max-width: unset
    }
}

@media screen and (min-width: 1920px) {
    .onlineDealersBlock {
        width: 75%;
    }
    .onlineDealersBlock .carouselouter {
        width: 80%;
        padding: 15px 25px;
        margin: 0 10%;
    }
    .itseasysection .itseasycontainer img {
        max-width: 40%;
        left: 30%
    }
}


/*upto here*/


/* vehicleGallery css starts here*/

.VG_separator {
    background-color: #009fe3;
}

.VG_separator:after {
    content: none;
}

.VehicleVisualizerName {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 25px;
    color: #292623;
    text-transform: uppercase;
    margin-top: 10px;
}

.VehicleVisualizerAddressDetails {
    font-family: 'Roboto';
    font-size: 16px;
    color: #292623;
}

.featuredWheelBlock {
    background-color: #fff;
    padding: 12px 10px 20px;
}

.featuredWheelBlock h1 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 25px;
    color: #ffb234;
    text-transform: capitalize;
    margin: 0 0 12px;
    padding: 0;
    padding-left: 18px;
    height: unset;
}

.VehicleInfoSidebar {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
}

.VehicleInfoSidebar .block {
    margin-bottom: 15px;
}

.featuredWheelBlock img {
    margin: 0 auto;
}

.VehicleInfoBlock {
    background-color: #f2f2f2;
    padding: 15px 8px 10px;
}

.VehicleInfoBlock h3 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 25px;
    color: #292623;
    margin: 0 0 10px;
    padding-left: 20px;
}

.VehicleInfoBlock .VG_separator {
    margin-bottom: 8px;
}

.VehicleInfoList {
    padding-left: 20px;
    margin: 0;
}

.VehicleInfoList li {
    font-family: 'Roboto';
    font-size: 15px;
    color: #292623;
}

.VehicleInfoList strong {
    width: 70px;
    display: inline-block;
    color: #292623;
}

.btn_ReturnGallery {
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #009fe3;
    border: 1px solid #009fe3;
    padding: 8px 28px;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .vehicleGallerySection .VG_TitleBlock {
        margin-top: -2px;
    }
}

@media screen and (max-width: 768px) {
    .VehicleInfoSidebar {
        width: 100%;
    }
}


/*upto here*/


/*Blog page css starts here*/

.Blog_TitleBlock {
    margin-top: 22px;
}

.BlogSection .blogs_name {
    font-size: 28px;
    color: #009fe3;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Din-regular';
}

.BlogSection .sidebar h3 {
    font-family: 'DIN-Regular';
    color: #000000;
}

.BlogSection .sidebar .form-group input[type="text"] {
    border-color: #e0e0e0;
}

.BlogSection .sidebar .form-group i {
    color: #767676;
    position: absolute;
    top: 0px;
    right: 1px;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    padding-right: 18px;
}

.BlogSection .sidebar .news_menu_block li a {
    color: #000;
    font-family: 'Din-regular';
    font-size: 17px;
}

.BlogSection .sidebar .news_menu_block li a.active {
    border-bottom: 1px solid #009fe3
}

.BlogSection .sidebar .logo-div {
    margin-top: 30px
}

.BlogSection h1:after {
    background: linear-gradient(to right, #000000 33.8%, transparent 29%, transparent 65%, #009fe3 54%)
}

.BlogSection h1 {
    text-transform: unset
}

.BlogSection .separator-2 {
    background-color: #009fe3;
}

.BlogSection .separator-2:after {
    content: none;
}

.BlogSection .blogpost {
    margin: 0;
}

.BlogSection .main-container {
    padding: 25px 0 50px;
}

.BlogSection .blogpost-content-desc {
    font-size: 16px;
    color: #000;
    margin: 0 auto;
    font-family: 'Din-regular';
}

.BlogSection .press_post_owl_buttons {
    margin: 10px auto;
    display: block;
}

.BlogSection .press_post_owl_buttons .owl-prev,
.BlogSection .owl-buttons .owl-prev {
    background-image: url(../images/acs_pre_arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 33px !important;
    font-family: 'Roboto';
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #292623 !important;
    float: left;
}

.BlogSection .press_post_owl_buttons .owl-next,
.BlogSection .owl-buttons .owl-next {
    background-image: url(../images/acs_next_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 33px !important;
    font-family: 'Roboto';
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #292623 !important;
    float: right;
}

.BlogSection .owl-buttons .owl-prev:after,
.BlogSection .owl-buttons .owl-next:after {
    content: unset;
}

.BlogSection .press_post_owl_buttons .owl-prev:hover,
.BlogSection .press_post_owl_buttons .owl-prev:focus,
.BlogSection .press_post_owl_buttons .owl-next:hover,
.BlogSection .press_post_owl_buttons .owl-next:focus {
    color: #292623 !important;
    text-decoration: none;
}

.BlogSection .blogpost .carousel-inner {
    width: 340px;
    display: inline-block;
}

.BlogSection .blogpost .tag:hover {
    color: #009fe3
}

@media screen and (max-width: 767px) {
    #carousel-blog-post {
        width: 100% !important;
    }
    .Blog_TitleBlock {
        margin-top: 0;
    }
    .BlogSection h1.page-title {
        margin-top: 20px;
    }
    .BlogSection .blogpost-content-desc {
        font-size: 16px;
    }
    .block {
        margin-bottom: 25px
    }
}


/*upto here*/


/*Added by Sandeep on 22.08.2017 for wheel_category_landing_page*/

.wheel_category_landing_page_background {
    /* background-image: url(../../assets/images/acs_wheel_category_landing_page_background.png); */
    background-repeat: no-repeat;
    background-position: right;
    /* background-size: 30% auto;
	height: 311px; */
    position: relative;
    min-height: 290px;
}

.categories_bg_wrapper {
    position: absolute;
    height: 100%;
    width: 47%;
    z-index: 0;
    right: 0;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.wheel_category_landing_section {}

.wheel_cat_listing_background {
    padding: 20px 0;
    /* background: #e8ebf1 
	url(../../assets/images/mcLeod_category_landing_page_background_second.png) no-repeat top -1% left -22% */
}

.wheel_category_landing_section .wheel_category_landing_menu_strip {
    /* background-image: url(../../assets/images/mcLeod_wheel_category_landing_menu_strip.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 50% 100%;
	position: absolute;
    width: 100%;
    bottom: 0; */
    margin-bottom: 10px
}

.wheel_category_landing_page_header h1,
.wheel_category_landing_page_header .breadcrumb>li a,
.wheel_category_landing_page_header .breadcrumb>li a {
    margin: 0;
    font-weight: bold;
    font-weight: 900;
    font-size: 30px;
    color: #009fe3!important;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 0;
    text-transform: inherit;
    line-height: unset;
}

.wheel_category_landing_page_header p {
    margin: 0;
    font-family: 'Din-regular';
    font-size: 17px;
    color: #000;
    padding-top: 0;
    line-height: 22px;
}

.wheel_category_landing_page_header .breadcrumb>li+li::before {
    content: unset
}

.wheel_category_landing_section .wheel_category_landing_menu_strip .nav-pills>li>a {
    font-family: 'Roboto';
    color: #292623;
    display: inline-block;
}

.wheel_category_landing_menu_strip .nav-pills>li.active>a,
.wheel_category_landing_menu_strip .nav-pills>li.active>a:hover,
.wheel_category_landing_menu_strip .nav-pills>li.active>a:focus,
.wheel_category_landing_menu_strip .nav-pills>li>a:hover,
.wheel_category_landing_menu_strip .nav-pills>li>a:focus {
    color: #009fe3;
    border-bottom: 1px solid #009fe3;
}

.shadow {
    background-color: transparent;
}

.shadow:before,
.shadow-narrow:before {
    background-color: transparent;
}

.shadow:after,
.shadow-narrow:after {
    /*  -webkit-box-shadow: 0 5px 7px rgb(84, 11, 11);
    box-shadow: 0 5px 7px rgb(84, 11, 11); */
}

.wheel_cat_listing_background .overlay-container.overlay-container_cat_list {
    margin: 0 auto;
}

.wheel_cat_listing_background .overlay-container .overlay-container_outer {
    width: 100%;
    display: table;
}

.wheel_cat_listing_background .overlay-container .overlay-container_inner,
.wheel_cat_listing_background .overlay-container.overlay-container_cat_list .overlay-container_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 286px;
    background: #fff;
}

.wheel_cat_listing_background .overlay-container img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.wheel_cat_listing_background .noresult_desc {
    margin: 0;
    text-align: center;
}

.wheel_cat_listing_background .isotope-container {
    overflow: hidden;
    clear: both;
    height: auto!important;
}

.wicked-cate-wra .imgbox_outer .overlay-top .text a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}

.wicked-cate-wra .imgbox_outer .overlay-bottom a.btn_viewcategory i {
    color: #fff;
    margin-top: 10px
}

.wicked-cate-wra .imgbox_outer .overlay-bottom a.btn_viewcategory {
    font-size: 15px;
    text-decoration: none;
    background: #31313373;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0
}

.wicked-cate-wra .prod-title h2 a,
.featuredSectionInner h2 a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .wheel_category_landing_page_background {
        background-image: unset!important;
        min-height: unset;
    }
    .wheel_category_landing_page_header {
        padding: 0px 0 0 0;
        width: 100%;
        min-height: auto;
        text-align: center;
    }
    .wheel_category_landing_page_header h1 {
        padding-top: 25px;
    }
    .wheel_category_landing_page_header p {
        text-align: justify;
        padding-bottom: 15px;
    }
    .wheel_cat_listing_background .image-box {
        margin: 0 auto;
        margin-bottom: 0;
    }
    .wheel_cat_listing_background .imgbox_outer {
        height: auto;
    }
    .wheel_cat_listing_background .isotope-item {
        width: auto;
        margin: 0 auto;
    }
    .wheel_category_landing_section .wheel_category_landing_menu_strip {
        background-image: unset;
        position: unset;
    }
    .wheel_category_landing_section .wheel_category_landing_menu_strip .nav-pills>li {
        display: block;
        float: none;
        text-align: center;
    }
    .wheel_cat_listing_background {
        padding: 20px 0;
    }
    .wheel_cat_listing_background.wheel_cat_listing_background_nopadding {
        padding: 0;
    }
    .wheel_cat_listing_background .overlay-container.overlay-container_cat_details {
        margin: 0 auto;
    }
    .wheel_cat_listing_background .noresult_desc {
        font-size: 16px;
    }
    .MT15_formobile {
        margin-top: 15px !important;
    }
    .wheel_cat_listing_background .isotope-container .isotope-item {
        float: left;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .wheel_cat_listing_background .overlay-container.overlay-container_cat_details {
        margin: 0 auto;
    }
    .wheel_cat_listing_background .overlay-container .overlay-container_inner {
        height: 280px;
    }
    .wheel_cat_listing_background .overlay-container.overlay-container_cat_list {
        margin: 0 auto;
    }
    .wheel_cat_listing_background .overlay-container.overlay-container_cat_list.overlay-container_inner {
        height: 280px;
    }
    .wheel_category_landing_page_header {
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .wheel_category_landing_page_background {
        background-size: 50%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .wheel_cat_listing_background .overlay-container.overlay-container_cat_list .overlay-container_inner {
        height: 238px;
    }
    .wheel_cat_listing_background .overlay-container.overlay-container_cat_details .overlay-container_inner {
        height: 238px;
    }
    .wheel_category_landing_page_header {
        width: 50%;
    }
}


/* @media screen and (min-width: 1280px) and (max-width: 1280px){
	.wheel_category_landing_page_background {
		background-size: 48% auto;
	}
} */

@media screen and (min-width: 1920px) {
    .wheel_category_landing_section .wheel_category_landing_menu_strip {
        background-size: 55% 100%;
    }
    /* .wheel_category_landing_page_background {
		background-size: 42% auto;
	}
	.wheel_category_landing_page_header {
		width: 60%;
	} */
}


/* @media screen and (min-width: 2560px) and (max-width: 2560px){
	.wheel_category_landing_page_background {
		background-size: 45% auto;
		height: 430px;
	}
} */


/*upto here*/


/*css for customer service page*/

span.error {
    color: #009fe3;
}

.customer_service_section {
    background-color: #e8ebf0;
    position: relative;
    padding-bottom: 30px;
}

.customer_service_section_upperstripe {
    background-color: #fff;
    border-bottom: 1px solid #ccd1d7;
    width: 100%;
    height: 36px;
    position: absolute;
}

.final-wheel-details .nav-tabs {
    border-bottom: 1px solid #ccd1d7;
    padding-bottom: 1px;
}

.final-wheel-details button.close {
    position: absolute;
    top: 7px;
    right: 13px;
    color: #000;
    opacity: 1;
}

#mobile_view_cust_sup {
    display: none
}

#mobile_view_cust_sup>.panel-group .panel {
    border-radius: 0;
    background: #ccc;
    margin-top: 5px;
}

.customer_service_section .support_tab li {
    width: auto !important;
}

.final-wheel-details .nav-tabs>li>a {
    background: #e8ebf0;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px !important;
    color: #000000;
    font-size: 20px;
    padding: 6px 15px;
    text-decoration: none
}

.final-wheel-details .nav-tabs>li>a:hover,
.final-wheel-details .nav-tabs>li.active>a,
.final-wheel-details .nav-tabs>li.active>a:hover,
.final-wheel-details .nav-tabs>li.active>a:focus {
    background-color: #009fe3;
    border-color: #009fe3;
    color: #fff
}

.cust_serv_head {
    padding: 30px 0;
    background: #fff
}

.cust_serv_head .f-bold-o:after {
    background: linear-gradient(to right, #000000 32.8%, transparent 29%, transparent 67.2%, #009fe3 63%)
}

.customer_service_section .low-gray-bg {
    background-color: #009fe3;
}

.customer_service_section .panel,
.customer_service_section .panel-heading,
.customer_service_section .panel-body {
    background-color: transparent;
}

.customer_service_section .cust-support .collapse-style-1 .panel-heading a {
    color: #009fe3 !important;
    background: #fff;
}

.customer_service_section .collapse-style-1 .panel-heading a:not(.collapsed) {
    background: #e8ebf0;
}

.customer_service_section .cust-support .tab-pane.active .panel-body hr {
    margin: 0 0 10px;
    border-top: 1px solid #232323;
}


/* .customer_service_section .cust-support .tab-pane.active .panel-body,
.customer_service_section .cust-support .tab-pane.active .panel-body b {
    color: #ffffff;
} */

.customer_service_section .cust-support .tab-pane.active .panel-body {
    background: #e8ebf0;
}

.customer_service_section .cust-support .panel-group .panel-default {
    border-color: #ffffff !important;
}

.customer_service_section .panel-group {
    margin-bottom: 0;
}

.customer_service_section .panel-title {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 16px;
    color: #575756;
    font-style: normal;
    padding-left: 0;
}

.customer_service_section .panel-title b {
    color: #009fe3;
    text-transform: uppercase;
}

.customer_service_section .panel-body p {
    font-size: 14px;
    color: #232323;
    margin: 0;
}

.customer_service_section .panel-body p:not(:nth-child(1)) {
    padding-top: 10px;
}

.need_help_section {
    background-color: #e5e3d6;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30);
    padding-top: 20px;
}

.need_help_section h3 {
    font-family: 'Roboto';
    color: #575756;
    font-weight: normal;
    margin-top: 0;
}

.need_help_section .form-control {
    border-color: #43433f;
    background: transparent;
}

.need_help_section .has-feedback label~.form-control-feedback {
    top: 23px;
}

.need_help_section b {
    color: unset;
}

.btn_needhelp {
    background-color: #43433f;
    color: #e5e3d6;
}

.btn_needhelp:hover {
    background-color: #009fe3;
    color: #e5e3d6;
}

@media screen and (max-width:767px) {
    .customer_service_section .support_tab li {
        width: 100% !important;
    }
    #desktop_view_cust_sup {
        display: none
    }
    #mobile_view_cust_sup {
        display: block
    }
    .customer_service_section_upperstripe {
        height: 46px
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .need_help_section {
        width: 96%;
        margin: 20px auto 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .customer_service_section .container {
        width: 96%;
    }
}


/*upto here*/


/*css for dealer locator page and dealer search city and Dealer_Search_Final_landing page*/

.dealer_locator_upper_background {
    padding: 25px 0;
}

.dealer_locator_upper_background .web_commHead h1:after {
    background: linear-gradient(to right, #000000 35.8%, transparent 29%, transparent 64.2%, #009fe3 63%);
}

.dealer_loc_head h1:after {
    background: linear-gradient(to right, #000000 35.8%, transparent 29%, transparent 64%, #009fe3 60%)
}

.dealer_loc_head h1 {
    margin-top: 30px;
}

.dealer_locator_lower_background {
    background-color: #ecedf2;
    padding-bottom: 40px;
}

.dealer_locator_list {
    position: relative;
    margin: 20px 0;
}

.dealer_locator_list .onlinedealers_list {
    width: 20%;
    padding: 5px;
    float: left;
}

.dealer_locator_list .onlinedealers_list .overlay-container {
    width: auto;
    margin: 0 auto;
    border: 1px solid #c9c9c9
}

.dealer_locator_list .onlinedealers_list .overlay-container img {
    position: absolute;
    max-width: 99%;
    max-height: 99%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dealerlocatorlistblock {
    width: 80%;
    margin: 0 10%;
}

.onlinedealers_list .overlay-container .overlay-top {
    padding: 5px 10px;
}

.onlinedealers_list .overlay-container .text {
    padding: 0 5px !important;
}

.dealer_locator_list .carouselouter .owl-carousel .owl-wrapper-outer,
.onlineDealersBlock .carouselouter .owl-carousel .owl-wrapper-outer {
    width: calc(100% - 2px);
}

.dealer_locator_list .carouselouter .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item,
.onlineDealersBlock .carouselouter .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    border-right: 1px solid #adabab;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-loading .slick-list {
    background: transparent;
}

.slick-slider .slide img {
    border-right: 1px solid #adabab;
}

.dealer_locator_info {
    /* background-image: url(../../assets/images/dealer_locator_info_bg.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 108px; */
    border-bottom: 1px solid #8d8e92;
    margin-bottom: 40px;
    padding: 15px 0;
    background: url('../../assets/images/acs_dealer_locator.png') no-repeat left -23% center
}

.dealer_locator_info .dealer_locator_title {
    display: inline-block;
    padding: 15px 20px 15px 0;
    border-right: 1px solid #232323;
    position: relative;
    z-index: 100
}

.dealer_locator_info .dealer_locator_title label {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 22px;
    color: #232323 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 0;
    margin: 0;
    display: block;
}

.dealer_locator_info .dealer_locator_title label span {
    font-weight: normal;
    color: #009fe3;
    text-transform: uppercase !important;
    font-size: 60px;
    font-weight: bold;
}

.dealer_locator_info .dealer_locator_title p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 23px;
    color: #232323;
    text-transform: uppercase;
    margin-bottom: 0;
}

.dealer_locator_info .dealer_locator_searchBlock {
    display: inline-block;
    padding: 10px 20px;
    vertical-align: top;
    /* border-left: 1px solid #8e682b; */
}

.dealer_locator_info .dealer_locator_searchBlock .dealer_locator_searchDiv {
    text-align: left;
}

.dealer_locator_info .dealer_locator_searchBlock .dealer_locator_searchDiv label {
    font-family: 'Roboto';
    font-size: 18px;
    color: #232323;
    text-transform: uppercase;
    margin: 0;
    width: 145px;
    text-align: right;
}

.dealer_locator_info .dealer_locator_searchBlock .dealer_locator_searchDiv select,
.dealer_locator_info .dealer_locator_searchBlock .dealer_locator_searchDiv input[type=text] {
    background-color: transparent;
    border: 1px solid #232323;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 214px;
    padding: 12px 11px;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
    color: #232323;
    margin-left: 20px;
}

.dealer_locator_info .dealer_locator_searchBlock .dealer_locator_searchDiv select {
    color: #757575;
}

.dealer_locator_info .dealer_locator_searchBlock a {
    background-color: #009fe3;
    color: #fff !important;
    border-radius: 0px !important;
    margin: 0;
    padding: 10px 17px;
    font-family: 'Din-regular';
    font-weight: bold;
    font-size: 17px;
    border: 0;
    text-transform: uppercase;
}

.dealer_locator_info .dealer_locator_devider {
    position: relative;
    margin: 0;
    width: 150px;
    padding: 7px 0;
}


/* .available_dealer_count_block{
	padding: 20px 0 20px 155px;
} */

.available_dealer_count_block .lbl_no_of_dealer {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 50px;
    color: #009fe3 !important;
}

.available_dealer_count_block .lbl_dealer {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 25px;
    color: #232323 !important;
    text-transform: uppercase;
}

.available_dealer_count_block .lbl_found_in {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 25px;
    color: #232323 !important;
    text-transform: uppercase;
}

.available_dealer_count_block .lbl_location_name {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
}

.dealer_locator_lower_background .feature-box-2 {
    background-color: #009fe3;
    border: none;
}

.dealer_locator_lower_background .feature-box-2:hover {
    background-color: #fff !important;
}

.dealer_locator_lower_background .feature-box-2 p a {
    transition: all 0.0s ease-in-out;
}

.dealer_locator_lower_background .feature-box-2:hover p,
.dealer_locator_lower_background .feature-box-2:hover a {
    color: #232323;
    border-color: #232323;
}

.dealer_locator_lower_background .feature-box-2 .body {
    margin-left: 0;
}

.dealer_locator_lower_background .feature-box-2 .lbldealername {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 19px;
    color: #fff;
    margin-bottom: 10px;
    min-height: 48px;
}

.progress .label {
    font-size: 12px;
    color: #000;
    right: unset;
}

@media screen and (max-width: 767px) {
    .dealer_locator_list .onlinedealers_list {
        width: 100%;
    }
    .dealer_locator_list .onlinedealers_list .overlay-container {
        width: 188px;
        margin: 0 auto;
    }
    .dealerlocatorlistblock {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .dealer_locator_lower_background .feature-box-2 .lbldealername {
        min-height: 72px !important;
    }
    .dealer_locator_lower_background .feature-box-2 .lbldealeraddress {
        min-height: 120px !important;
    }
    .dealer_locator_lower_background .feature-box-2 .lbldealeraddresszip {
        min-height: 120px !important;
    }
    .dealer_locator_list .onlinedealers_list .overlay-container {
        width: 136px;
        margin: 0 auto;
    }
    .dealerlocatorlistblock {
        width: 100%;
        margin: 0 auto;
    }
}

.dealer_locator_lower_background .feature-box-2 .lbldealeraddress {
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    transition: all 0.2s ease-in-out;
}

.dealer_locator_lower_background .feature-box-2 .wheels_link_div {
    min-height: 45px;
    display: block;
}

.dealer_locator_lower_background .feature-box-2 .wheels_link {
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: none;
    font-family: 'Roboto';
    font-size: 16px;
    color: #252525;
    word-wrap: break-word;
    padding: 5px 0 5px 20px;
    display: inline-block;
}

.dealer_locator_lower_background .feature-box-2 .nowheels_link {
    height: 30px;
    display: block;
    margin: 0;
}

.dealer_locator_lower_background .feature-box-2 .btn_moreinfo {
    width: 100%;
    border-color: #fff;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.dealer_locator_lower_background .feature-box-2 .btn_moreinfo:hover,
.dealer_locator_lower_background .feature-box-2 .btn_moreinfo:focus {
    background-color: #fff !important;
    color: #009fe3 !important;
    border-color: #009fe3;
}

.dealer_locator_lower_background .feature-box-2_selected .lbldealername,
.dealer_locator_lower_background .feature-box-2_selected .wheels_link,
.dealer_locator_lower_background .feature-box-2_selected .btn_moreinfo {
    color: #fff;
}

.dealer_locator_lower_background .feature-box-2:hover .btn_moreinfo:hover {
    background-color: #fff !important;
    color: #009fe3 !important;
    border-color: #009fe3;
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .available_dealer_count_block {
        padding: 40px 0 40px 82px;
    }
}


/*css for locations_list_block*/

.locations_list_block {
    /* background-color: #252525; */
    padding: 20px 0;
}

.locations_list_block .btn_locations_name {
    width: 80%;
    display: block;
    border: 1px solid #292623;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 6px;
    padding: 8px 20px 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px auto;
    background-color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.locations_list_block .btn_locations_name:hover,
.locations_list_block .btn_locations_name:focus {
    color: #fff;
    background-color: #292623;
    text-decoration: none;
}


/*upto here*/

.interested_block {
    background-color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}

.interested_block h1 {
    font-family: 'din-regular';
    font-size: 90px;
    color: #009fe3;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 00;
    line-height: unset;
    height: unset
}

.interested_block p {
    font-family: 'Roboto';
    font-size: 20px;
    color: #232323;
    font-weight: 500;
}

.interested_block a {
    font-family: 'Roboto';
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
    background: #009fe3!important
}

.rocket_sidebar_block {
    background: #96948b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #96948b 0%, #282828 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #96948b 0%, #282828 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #96948b 0%, #282828 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#96948b', endColorstr='#282828', GradientType=0);
    /* IE6-9 */
    /* width: 330px; */
    height: 355px;
    margin: 0 auto;
    text-align: center;
}

.rocket_sidebar_block .sidebar_stripe {
    width: 100%;
    height: 19px;
    background-color: #252525;
}

.rocket_sidebar_block h2 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
    line-height: unset;
}

.rocket_sidebar_block img {
    margin: 0 auto;
}

.rocket_sidebar_block h3 {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}

.rocket_sidebar_block .btn_signupnow {
    width: 71%;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 20px;
    color: #292623;
    text-transform: uppercase;
    background-color: #252525;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.rocket_sidebar_block .btn_signupnow:hover,
.rocket_sidebar_block .btn_signupnow:focus {
    text-decoration: none;
    background-color: #fff;
}

.search_final_landing_container {
    padding: 50px 15px 0;
}

.final_landing_map_outer {}

.final_landing_map_outer #map-canvas {
    height: 100%;
}

.search_final_landing_container .feature-box-2,
.search_final_landing_container .feature-box-2:hover {
    background-color: transparent !important;
    padding-top: 0;
}

.search_final_landing_container .feature-box-2 .lbldealername {
    font-family: 'robotobold';
    font-size: 21px;
    font-style: normal;
    color: #009fe3;
    margin-top: 0;
    min-height: unset;
    margin-bottom: 15px;
    padding-left: 0;
}

.search_final_landing_container .feature-box-2 .lbldealeraddress {
    font-family: 'robotoregular';
    font-weight: 300;
    font-size: 18px;
    color: #232323;
    line-height: 25px;
    margin-bottom: 20px;
    display: block;
}

.search_final_landing_container .feature-box-2 .dealer_dist {
    font-size: 14px;
    color: #232323;
    display: block;
}

.search_final_landing_container .feature-box-2 .dealer_hours_title {
    font-family: 'Roboto';
    font-size: 14px;
    color: #252525;
    display: block;
    margin-top: 25px;
    margin-bottom: 5px;
}

.search_final_landing_container .feature-box-2 .dealer_hours_desc {
    font-family: 'Roboto';
    font-size: 14px;
    color: #232323;
    display: block;
}

.search_final_landing_container .feature-box-2 .dealer_phone_no {
    font-family: 'Roboto';
    font-size: 20px;
    color: #252525 !important;
    font-weight: 900;
    margin: 15px 0;
    display: inline-block;
}

.search_final_landing_container .feature-box-2 .dealer_phone_no i {
    color: #232323;
}

.search_final_landing_container .feature-box-2 .btn_visit {
    font-family: 'Roboto';
    font-size: 18px;
    color: #232323;
    font-weight: 900;
    text-transform: uppercase;
    border-color: #232323;
}

.search_final_landing_container .feature-box-2 .btn_visit:hover,
.search_final_landing_container .feature-box-2 .btn_visit:focus {
    background-color: #fff !important;
    color: #009fe3 !important;
    border-color: #009fe3;
}

.search_final_landing_container .locations_info_box:hover {
    /* background-color: rgba(0, 0, 0, 0.6) !important; */
}

.search_final_landing_container .final_landing_loc_outer {
    padding-left: 60px;
}

.dealer_locator_list .carouselouter .multiple .overlay-container .overlay-top,
.onlineDealersBlock .carouselouter .multiple .overlay-container .overlay-top {
    padding: 5px 15px;
}

.dealer_locator_list .carouselouter .multiple .overlay-container .overlay-top .text,
.onlineDealersBlock .carouselouter .multiple .overlay-container .overlay-top .text {
    font-size: 13px;
}

@media screen and (max-width: 480px) {
    .slick-slider .slide img {
        border: none;
    }
    .dealer_locator_list .carouselouter .multiple .overlay-container,
    .onlineDealersBlock .carouselouter .multiple .overlay-container {
        width: 189px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .categories_bg_wrapper {
        /* display: none */
		position: static;
		width: 100%;
		height: 180px;
		background-position: center;
    }
    .dealer_locator_logo {
        top: -32px;
    }
    /* .dealer_locator_list{
		padding: 40px 0 52px;
		margin: 50px 0 50px;
	} */
    .dealer_locator_logo img {
        max-width: 170px;
    }
    .dealer_locator_info {
        background: unset!important;
        margin-bottom: 0
    }
    .dealer_locator_info .dealer_locator_title {
        padding-right: 0;
        display: block;
        border: none;
        position: relative
    }
    .dealer_locator_info .dealer_locator_title p {
        margin-top: 15px;
    }
    .dealer_locator_info .dealer_locator_searchBlock {
        border-left: unset;
    }
    .dealer_locator_info .dealer_locator_devider {
        width: auto;
        padding: 10px 0;
    }
    .dealer_locator_info .dealer_locator_devider img {
        margin: 0 auto;
    }
    .dealer_locator_info .dealer_locator_searchBlock .dealer_locator_searchDiv label {
        padding-bottom: 7px;
        display: block;
        margin: 0 auto;
    }
    .dealer_locator_info .dealer_locator_searchBlock a {
        display: inline-block;
        width: 80px;
        margin: 7px auto 0;
    }
    .dealer_locator_info .dealer_locator_searchBlock a.hiddex-xs-pr {
        display: none
    }
    .dealer_locator_info .dealer_locator_searchBlock .dealer_locator_searchDiv {
        text-align: center
    }
    .dealer_locator_info .dealer_locator_searchBlock .dealer_locator_searchDiv select,
    .dealer_locator_info .dealer_locator_searchBlock .dealer_locator_searchDiv input[type=text] {
        margin-left: 0;
    }
    .available_dealer_count_block {
        padding: 40px 0 40px 0;
        text-align: center;
    }
    .search_final_landing_container {
        padding: 30px 15px 0;
    }
    .search_final_landing_container .feature-box-2 {
        padding-top: 20px;
        text-align: center;
        margin-bottom: 0;
    }
    .dealer_locator_list .carouselouter .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item,
    .onlineDealersBlock .carouselouter .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
        border: none;
    }
    .dealer_locator_list .carouselouter .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .overlay-container,
    .onlineDealersBlock .carouselouter .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .overlay-container {
        width: 188px;
        margin: 0 auto;
    }
    .interested_block {
        background-image: none;
    }
    .interested_block h1 {
        font-size: 47px;
    }
    .search_final_landing_container .final_landing_loc_outer {
        padding-left: 0;
    }
    /* .final_landing_map_outer{
		padding: 0 15px;
	} */
    .dealer_locator_lower_background .feature-box-2 .dealer_info_body .lbldealername {
        font-size: 24px;
    }
    .dealer_locator_lower_background .feature-box-2 .dealer_info_body .lbldealeraddress {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    /* .dealer_locator_logo {
		top: -18%;
	}
	.dealer_locator_list{
		padding: 60px 0 52px;
		margin: 30% 0 50px;
	}
	.dealer_locator_logo img{
		max-width: 50%;
	} */
    .dealer_locator_info .dealer_locator_title {
        border: none;
    }
    .dealer_locator_info .dealer_locator_title p {
        margin-top: 0;
    }
    .sf_slider_section .owl-item .image-box .client {
        height: 127px
    }
    .mobile_slider {
        display: none
    }
    .desktop_slider {
        display: none
    }
    .mobile_landscape {
        display: block
    }
}

@media screen and (min-width: 414px) and (max-width: 414px) {
    /* 	.dealer_locator_logo {
		top: -12%;
	} */
    .onlineDealersBlock {
        padding: 50px 0 52px;
        margin: 33% 0 50px;
    }
    .shopping_instr {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 736px) and (max-width: 736px) {
    /* .dealer_locator_logo {
		top: -23%;
	} */
    .onlineDealersBlock {
        padding: 70px 0 52px;
        margin: 25% 0 50px;
    }
}

@media screen and (min-width: 667px) and (max-width: 667px) {
    /* .dealer_locator_logo {
		top: -4%;
	} */
    .onlineDealersBlock {
        padding: 70px 0 52px;
        margin: 25% 0 50px;
    }
    .dealer_locator_list {
        margin: 50px 0 50px;
    }
    .dealer_locator_list .carouselouter,
    .onlineDealersBlock .carouselouter {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .dealer_locator_info {
        background: unset!important;
    }
    .dealer_locator_info .dealer_locator_searchBlock {
        border-left: unset;
    }
    .dealer_locator_info .dealer_locator_title {
        padding-right: 0;
        border: none;
    }
    .dealer_locator_lower_background .feature-box-2 .dealer_info_body .lbldealername {
        font-size: 24px;
    }
    .dealer_locator_lower_background .feature-box-2 .dealer_info_body .lbldealeraddress {
        font-size: 22px;
    }
    .dealer_locator_lower_background .feature-box-2 .wheels_link {
        font-size: 13px;
    }
    .dealer_locator_lower_background .feature-box-2 .btn_moreinfo {
        font-size: 14px;
    }
    .rocket_sidebar_block h2 {
        font-size: 20px;
    }
    .rocket_sidebar_block h3 {
        font-size: 16px;
    }
    .rocket_sidebar_block .btn_signupnow {
        font-size: 16px;
    }
    .available_dealer_count_block {
        padding: 40px 0 40px 0;
        text-align: center;
    }
    .search_final_landing_container .final_landing_loc_outer {
        padding-left: 0;
    }
    .final_landing_map_outer {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .search_final_landing_container {
        padding: 30px 15px 100px;
    }
    .search_final_landing_container .final_landing_loc_outer {
        padding-left: 50px;
    }
    .final_landing_map_outer {
        padding: 0 15px;
    }
    .dealer_locator_lower_background .feature-box-2 .dealer_info_body .lbldealername {
        font-size: 24px;
    }
    .dealer_locator_lower_background .feature-box-2 .dealer_info_body .lbldealeraddress {
        font-size: 22px;
    }
}

@media screen and (min-width: 1366px) {
    .slick-slider .slide img {
        height: 100%;
    }
}


/*upto here*/


/*css for customer Gallery Section*/

.customerGalleryHeading {
    padding-top: 30px
}

.customerGalleryHeading h1:after {
    background: linear-gradient(to right, #000000 34.8%, transparent 29%, transparent 65%, #009fe3 60%)
}

.customerGalleryHeading h3 {
    font-family: 'Roboto';
    font-size: 25px;
    color: #292623;
    font-weight: 900;
    text-transform: uppercase;
}

.customerGalleryHeading .separator {
    background-color: #009fe3;
}

.customerGalleryHeading span sup {
    top: -1em;
    font-size: 50%;
}

.customerGalleryHeading p {
    font-family: 'Roboto';
    font-size: 16px;
    color: #292623;
    margin: 0;
    padding: 5px 0;
}

.customerGalleryHeading .btn_submitride {
    background-color: #009fe3;
    border: 1px solid #009fe3;
    width: 236px;
    padding: 10px 0;
    display: block;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 10px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}


/* .customerGalleryMain .image-box{
	background-color: #e5e3d6;
}
.light-gray-bg.shadow:before, .light-gray-bg.shadow-narrow:before {
    background-color: transparent;
} */

.customerGallerySection {
    padding-bottom: 40px
}

.customerGalleryMain .filters .nav-pills>li>a {
    font-family: 'Roboto';
    color: #292623;
    font-weight: normal;
}

.customerGalleryMain .filters .nav-pills>li.active>a,
.customerGalleryMain .filters .nav-pills>li.active>a:hover,
.customerGalleryMain .filters .nav-pills>li.active>a:focus,
.customerGalleryMain .filters .nav-pills>li>a:hover,
.customerGalleryMain .filters .nav-pills>li>a:focus {
    color: #009fe3;
    border-bottom: 1px solid #009fe3;
}

.customerGalleryMain .filters {
    padding-bottom: 15px;
}

.customerGalleryMain .customerGalleryMain_filter_block {
    display: inline-block;
    position: relative
}

.customerGalleryMain .ML-15 {
    margin-left: 15px;
}

.customerGalleryMain .customerGalleryMain_filter_block label {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #292623;
    padding-right: 10px;
}

.customerGalleryMain .customerGalleryMain_filter_block select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 14px;
    color: #292623;
    padding: 5px 35px 5px 10px;
    background-image: url(../../assets/images/rocket_down_arrow.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 12px;
    border-color: #73716f;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
}

.customerGalleryMain .light-gray-bg.shadow {
    border: 1px solid #c5c5c5;
}

.customerGalleryMain .image-box .body {
    background-color: #232323;
}

.customerGalleryMain h3 {
    font-family: 'Roboto';
    font-size: 21px;
    color: #292623;
    font-weight: 900;
}

.customerGalleryMain .btn_more {
    font-size: 18px;
    font-weight: 900;
    background-color: rgba(41, 38, 35, 0.95);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.customerGalleryMain .hvr-shutter-out-horizontal:before {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.customerGalleryMain .hvr-sweep-to-right:before,
.customerGalleryMain .hvr-sweep-to-left:before,
.customerGalleryMain .hvr-sweep-to-bottom:before,
.customerGalleryMain .hvr-sweep-to-top:before,
.customerGalleryMain .hvr-bounce-to-right:before,
.customerGalleryMain .hvr-bounce-to-left:before,
.customerGalleryMain .hvr-bounce-to-bottom:before,
.customerGalleryMain .hvr-bounce-to-top:before,
.customerGalleryMain .hvr-radial-out:before,
.customerGalleryMain .hvr-rectangle-out:before,
.customerGalleryMain .hvr-shutter-out-horizontal:before,
.customerGalleryMain .hvr-shutter-out-vertical:before {
    background: #292623;
}

.customerGalleryMain .separator {
    background-color: #009fe3;
}

.customer_paginationblock {}

.customer_paginationblock .customer_pagination {
    padding: 7px 10px;
}

.customer_paginationblock .customer_pagination span {
    font-family: 'Roboto';
    font-size: 13px;
    color: #414141;
    text-transform: uppercase;
}

.customer_paginationblock .customer_pagination span a img {
    display: inline-block;
}

.customer_paginationblock .customer_pagination span:first-child {
    margin-right: 15px;
}

.customer_paginationblock .customer_pagination span:last-child {
    margin-left: 15px;
}

.customerGalleryMain .overlay-top .btn_viewcategory {
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.customerGalleryMain .overlay-container .overlay-container_outer {
    width: 100%;
    display: table;
}

.customerGalleryMain .overlay-container .overlay-container_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 170px;
}

.customerGalleryMain .overlay-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 170px
}

.customerGalleryMain .image-box .body .CG_subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    font-size: 21px;
    color: #fff;
    font-weight: 900;
    display: block;
}

.customerGalleryMain .image-box .body .CG_desc {
    height: 97px!important;
    overflow: hidden;
    color: #fff;
    line-height: 16px;
}

.customerGalleryMain .cat_golink {
    background-image: url('../images/acs_submit_arrow.png');
    background-repeat: no-repeat;
    background-position: center left;
    border: none;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 19px;
    color: #fff !important;
    text-transform: uppercase;
    padding-left: 20px;
    display: block;
    margin: 3% auto 0;
    width: 60px;
}

.wheel_category_landing_section .MT15_formobile .links .cat_golink {
    display: none
}


/*upto here*/


/*css for catalog_viewer page*/

.mcleod_cat_wra {
    position: relative
}

.view_catalog_options_container {
    padding-top: 60px;
    z-index: 100;
    position: relative;
}

.view_catalog_options_container h4.title {
    font-weight: normal;
    font-style: normal;
    padding-left: 0;
}

.view_catalog_options_container .title span {
    background-image: url(../images/mcleod_next_arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: none;
    font-family: 'Roboto';
    font-size: 16px;
    color: #009fe3;
    text-transform: uppercase;
    padding: 5px 0 5px 20px;
    display: block;
}

.view_catalog_options_container .body {
    margin-left: 0;
}

.view_catalog_options_container .body p {
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
    min-height: 102px;
}

.view_catalog_options_container .catalog_opt_div1 {
    width: 90%;
}

.view_catalog_options_container .catalog_opt_div2 {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .catalog_viewer_section {
        background-image: url(../../assets/images/dealer_locator_lower_background.png);
        background-size: contain;
        height: auto;
    }
    .catalog_heading_info {
        height: auto;
    }
    .catalog_heading_info .catalog_desc_Block {
        border: none;
    }
    .catalog_image_block {
        height: auto;
    }
    .catalog_image_block .catalog_image {
        position: unset;
    }
    .catalog_heading_info .catalog_title_Block {
        padding-right: 0;
    }
    .catalog_heading_info .catalog_desc_Block {
        padding-left: 0;
    }
    .catalog_heading_info .catalog_title_Block .catalog_title,
    .catalog_heading_info .catalog_desc_Block .catalog_desc {
        text-align: center;
    }
    .view_catalog_options_container .catalog_opt_div1,
    .view_catalog_options_container .catalog_opt_div2 {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .view_catalog_options_container .title span {
        font-size: 15px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .catalog_image_block {
        height: 264px;
    }
    .catalog_image_block .catalog_image img {
        width: 45%;
    }
}

@media screen and (min-width: 2560px) {
    .catalog_heading_info {
        margin-top: 85px;
    }
    .catalog_image_block .catalog_image {
        top: 55px;
    }
    .view_catalog_options_container {
        padding-top: 130px;
    }
}


/*upto here*/


/*css for dealer inquiries form page*/

.dealer_head {
    margin-top: 40px;
}

.dealer_head h1 {
    height: 46px;
}

.dealer_head h1:after {
    background: linear-gradient(to right, #000000 35.8%, transparent 29%, transparent 63.4%, #009fe3 60%);
    top: 45px;
}

.dealer_inquiries_section .contact-form1 {
    width: 90%;
    float: right;
}

.dealer_inquiries_section .separator {
    background-color: #000;
    overflow: hidden;
    clear: both;
}

.dealer_inq_info h3 {
    font-family: 'Roboto';
    font-size: 25px;
    color: #292623;
    font-weight: 900;
    text-transform: uppercase;
}

.dealer_inq_info label {
    font-family: 'roboto';
    font-size: 18px;
    color: #009fe3;
    font-weight: 900;
}

.dealer_inq_info label sup {
    top: -1em;
    font-size: 50%;
}

.dealer_inq_info p {
    font-family: 'roboto';
    font-size: 16px;
    color: #292623;
}

.dealer_company_info_title {
    font-family: 'Roboto';
    font-size: 16px;
    color: #009fe3;
    font-weight: 900;
    text-transform: uppercase;
    margin: 15px 0;
}

.dealer_company_info_title span {
    font-family: 'Roboto';
    font-size: 16px;
    color: #292623;
    font-weight: normal;
    text-transform: initial;
}

.dealer_inquiries_section .contact-form .control-label,
.dealer_inquiries_section .contact-form input[type=text],
.dealer_inquiries_section .contact-form input[type=email],
.dealer_inquiries_section .contact-form select,
.dealer_inquiries_section .contact-form textarea {
    font-family: 'Roboto';
    font-size: 16px;
    color: #292623;
}

.dealer_inquiries_section .contact-form .control-label {
    font-size: 15.2px
}

.dealer_inquiries_section .contact-form .control-label span {
    font-size: 14px;
}

.dealer_inquiries_section .contact-form2 {
    padding-left: 10px;
    overflow: hidden;
    clear: both
}

.dealer_inquiries_section .contact-form .captcha_block {
    margin-top: 10px;
}

.dealer_inquiries_section .contact-form .captcha_block .control-label {
    padding: 0 5px;
}

.dealer_inquiries_section .contact-form .captcha_block .captcha_textbox {
    width: 50px;
    padding-right: 15px;
    display: inline-block;
    margin-right: 5px;
}

.dealer_inquiries_section .inq_buttons_container {
    margin-top: 30px;
}

.dealer_inquiries_section .contact-form .inq_buttons {
    background-color: #009fe3;
    border: none;
    font-family: 'Roboto';
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.dealer_inquiries_section .contact-form input[type="submit"] {
    background-color: #009fe3;
    border-color: #009fe3
}

.dealer_inquiries_section .contact-form input[type="submit"]:hover {
    color: #fff
}

.dealer_inquiries_section .contact-form .inq_buttons:last-child {
    margin-left: 13px;
}

.contactpagesection .contact-form .captcha_block {
    margin-top: 10px;
}

.contactpagesection .contact-form .captcha_block .control-label {
    padding: 0 5px;
}

.contactpagesection .contact-form .captcha_block .captcha_textbox {
    width: 50px;
    padding-right: 15px;
    display: inline-block;
    margin-right: 5px;
}

.contactpagesection .contact-form .inq_buttons {
    background-color: #252525;
    width: 194px;
    border: none;
    font-family: 'Roboto';
    font-size: 20px;
    color: #292623;
    font-weight: 900;
    text-transform: uppercase;
}

.contactpagesection .contact-form .inq_buttons:last-child {
    margin-left: 13px;
}

.forget_pass a {
    display: block
}

.cart_login {
    text-align: right
}

.cart_login a {
    margin: 0
}

.cart.table:not(.table-bordered) {
    border-bottom: 0;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .cart_login {
        text-align: center
    }
    .dealer_inquiries_section {
        background-image: none;
        margin-top: 10.2%;
    }
    .dealer_inquiries_section .contact-form1 {
        width: 100%;
        float: none;
    }
    .dealer_company_info_title span {
        display: block;
    }
    .dealer_inquiries_section .contact-form2 {
        padding-left: 0;
    }
    .dealer_inquiries_section .contact-form2 .main {
        padding: 0;
    }
    .dealer_inquiries_section .contact-form label[for="company_website"],
    .dealer_inquiries_section .contact-form label[for="mailing_address"] {
        padding-left: 15px !important;
    }
    .dealer_inquiries_section .contact-form .inq_buttons:last-child {
        margin-left: 0;
    }
    .inq_buttons_container {
        text-align: center;
    }
    .paddingL15 {
        padding-left: 15px !important;
    }
    .mobile-center {
        text-align: center
    }
}

@media screen and (min-width: 375px) and (max-width: 375px) {
    .dealer_inquiries_section {
        padding-top: 60px;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    .dealer_inquiries_section {
        padding-top: 80px;
    }
}


/* @media screen and (min-width: 1366px) and (max-width: 1366px){
	.dealer_inquiries_section{
		background-size: 44%;
	}
} */


/*upto here*/


/*css for customer gallery submit your ride page */

.submit_your_ride_section {
    padding: 0 0 50px;
}

.submit_your_ride_section .contact-form1 {
    width: 70%;
    float: right;
}

.submit_your_ride_section .separator {
    background-color: #009fe3;
}

.submit_your_ride_section .dealer_inq_info h3 {
    font-family: 'Roboto';
    font-size: 25px;
    color: #292623;
    font-weight: 900;
    text-transform: uppercase;
}

.submit_your_ride_section .dealer_inq_info label sup {
    top: -1em;
    font-size: 50%;
}

.submit_your_ride_section .dealer_inq_info p,
.submit_your_ride_section .dealer_inq_info ol li {
    font-family: 'Roboto';
    font-size: 16px;
    color: #292623;
}

.submit_your_ride_section .dealer_company_info_title {
    font-family: 'Roboto';
    font-size: 16px;
    color: #009fe3;
    font-weight: 900;
    text-transform: uppercase;
    margin: 15px 0;
    width: 30%;
    text-align: right;
}

.submit_your_ride_section .contact-form .control-label,
.submit_your_ride_section .contact-form input[type=text],
.submit_your_ride_section .contact-form input[type=email],
.submit_your_ride_section .contact-form select,
.submit_your_ride_section .contact-form textarea {
    font-family: 'Roboto';
    font-size: 16px;
    color: #292623;
    border-color: #464646;
}

.submit_your_ride_section .contact-form .control-label span {
    font-size: 14px;
}

.submit_your_ride_section .contact-form2 {
    padding-left: 10px;
}

.submit_your_ride_section .contact-form .captcha_block {
    margin-top: 10px;
}

.submit_your_ride_section .contact-form .captcha_block .control-label {
    padding: 0 5px;
}

.submit_your_ride_section .contact-form .captcha_block .captcha_textbox {
    width: 50px;
    padding-right: 15px;
    display: inline-block;
    margin-right: 5px;
}

.submit_your_ride_section .contact-form .inq_buttons {
    background-color: #009fe3;
    width: 194px;
    border: none;
    font-family: 'Roboto';
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.submit_your_ride_section .contact-form .inq_buttons:last-child {
    margin-left: 13px;
}

@media screen and (max-width: 767px) {
    .submit_your_ride_section .contact-form1 {
        width: 100%;
        float: none;
    }
    .dealer_company_info_title span {
        display: block;
    }
    .submit_your_ride_section .contact-form2 {
        padding-left: 0;
    }
    .submit_your_ride_section .contact-form2 .main {
        padding: 0;
    }
    .submit_your_ride_section .contact-form label[for="company_website"],
    .submit_your_ride_section .contact-form label[for="mailing_address"] {
        padding-left: 15px !important;
    }
    .submit_your_ride_section .contact-form .inq_buttons:last-child {
        margin-left: 0;
    }
    .inq_buttons_container {
        text-align: right;
        padding-right: 15px;
    }
    .submit_your_ride_section .dealer_company_info_title {
        width: 100%;
        text-align: left;
    }
    .fullwidth {
        width: 100% !important;
    }
    .about_ride {
        padding-left: 15px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .control-label.fullwidth {
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .submit_your_ride_section .contact-form1 {
        width: 100%;
    }
    .about_ride_title {
        padding-right: 15px !important;
    }
    .about_ride {
        padding-left: 15px !important;
    }
    .fullwidth_upload_title {
        width: 43% !important;
    }
    .confirmation_space {
        padding-left: 10% !important;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    .submit_your_ride_section {
        background-size: 44%;
    }
}


/*upto here*/


/*css for file upload */

.file_upload_block .form-group {
    margin-bottom: 20px;
}

.fileUpload {
    background: #fff;
    border: 0;
    display: block;
    margin: 0;
    width: 100%;
}

.fileUpload .fileBtn {
    cursor: pointer;
    display: block;
    width: 200px;
    background-color: transparent;
    padding: 9px 20px;
    color: #000;
    font-size: 16px;
    border: 1px solid #464646;
    border-radius: 5px;
    float: left;
}

.fileUpload .fileBtn:hover {
    background-color: #009fe3;
    border-color: #009fe3;
    color: #fff;
}

.fileUpload .fileName {
    display: block;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    color: #000;
    margin: 0;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 200px);
}

.fileUpload:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .fileUpload .fileBtn {
        width: 135px;
    }
    .fileUpload .fileName {
        width: calc(100% - 135px);
    }
}


/*upto here*/


/* css for final product landing page */

.product_vid {
    color: #424242;
    font-size: 16px;
    margin: 10px;
    display: inline-block;
    text-decoration: none;
}

.product-tabs-content h3 {
    color: #009fe3
}

.final_product_landing_section {
    padding: 25px 0 0;
}

.final_product_landing_section .nav-pills>li>a {
    font-family: 'Roboto';
    font-size: 13px;
    color: #464646;
}

.final_product_landing_section .nav-pills>li.active>a,
.final_product_landing_section .nav-pills>li.active>a:hover,
.final_product_landing_section .nav-pills>li.active>a:focus,
.final_product_landing_section .nav-pills>li>a:hover,
.final_product_landing_section .nav-pills>li>a:focus {
    border-bottom: 1px solid #009fe3;
}

.final_product_landing_section .productinfo .product_title {
    font-weight: 900;
    font-size: 23px;
    /* color: #009fe3; */
    text-transform: uppercase;
    margin: 0;
    font-weight: bold
}

.final_product_landing_section .productinfo .product_buttons .btn-danger {
    background: #009fe3;
    border-color: #009fe3;
    font-size: 15px;
    padding: 6px 12px;
    margin-right: 8px;
}

.final_product_landing_section .productinfo .product_buttons .btn-success {
    background: #18af00;
    font-size: 15px;
    padding: 6px 12px;
}

.final_product_landing_section .productinfo .reviews_text {
    color: #464646;
    margin-left: 5px;
    display: inline-block;
}

.final_product_landing_section .productinfo .reviews_text:hover {
    text-decoration: none;
}

.final_product_landing_section .productinfo .lbl_color {
    font-size: 16px;
    color: #404040;
    font-weight: 900;
}

.final_product_landing_section .productinfo .opt_color {
    font-size: 17px;
    color: #404040;
    font-weight: 300;
}

.final_product_landing_section .separator {
    background-color: #009fe3;
    margin: 10px 0;
}

.final_product_landing_section .owl-prev {
    background-image: url(../images/acs_pre_arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px !important;
    font-family: 'Roboto';
    font-weight: bold !important;
    font-size: 17px !important;
    color: #232323 !important;
    text-transform: uppercase!important;
}

.final_product_landing_section .owl-next {
    background-image: url(../images/acs_next_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 25px !important;
    font-family: 'Roboto';
    font-weight: bold !important;
    font-size: 17px !important;
    color: #292623 !important;
    text-transform: uppercase!important;
}

.product_landing .promo-tag {
    margin-top: 15px;
    text-align: center;
    height: 50px
}

.product_landing .listing-item .icon-heart-filled,
.product_landing .listing-item .icon-link-1 {
    color: #009fe3;
}

.promo-tag .sf_b_tag {
    background-color: #f40009;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    right: 0;
    top: 1px;
}

.promo-tag-temp {
    background: orange none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0px 5px 10px;
    text-align: center;
}

.product-cust-wra {
    margin: 10px 0 15px
}

.product-cust-wra p {
    font-size: 15px;
    color: #333333;
}

.product-cust-wra h4 {
    color: #009fe3;
    font-family: 'din-regular';
    margin: 0;
    font-size: 18px;
    margin-top: 7px;
    font-weight: bold;
}

.product-cust-wra h3 {
    margin: 0;
    font-size: 19px;
}

.product-cust-wra h2 {
    margin: 0
}

.product-cust-wra h6 {
    color: #009fe3;
    margin: 0;
    font-size: 13.6px;
}

.product-cust-wra span {
    color: #5a5b64;
    font-size: 12px;
}


/* video popup start */

.produ_video_wra {
    padding: 0!important
}

.produ_video_wra .modal-dialog {
    width: 95%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
}

.produ_video_wra .embed-responsive {
    width: 67%;
    display: inline-block;
    margin-right: 15px;
    box-sizing: border-box;
    padding: 0;
}

.produ_video_wra .img_list {
    width: 31%;
    display: inline-block;
    vertical-align: top;
}

.produ_video_wra .img_list .img-div,
.produ_video_wra .img_list .vid-div {
    height: 185px;
    overflow-y: auto;
    overflow-x: hidden
}

.produ_video_wra .img_list .img-div::-webkit-scrollbar,
.produ_video_wra .img_list .vid-div::-webkit-scrollbar {
    width: 5px;
}

.produ_video_wra .img_list .img-div::-webkit-scrollbar-track,
.produ_video_wra .img_list .vid-div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.produ_video_wra .img_list .img-div::-webkit-scrollbar-thumb,
.produ_video_wra .img_list .vid-div::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.produ_video_wra .img_list h4 {
    margin-top: 0
}

.produ_video_wra .modal-body {
    background: #fff;
    padding: 15px;
}

.produ_video_wra .close {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 12px!important;
    color: #000;
    opacity: 0.8;
    font-size: 30px;
}

.produ_video_wra .embed-responsive {
    height: 370px
}

.produ_video_wra .embed-responsive .embed-responsive-item-test body img,
.produ_video_wra .img_list .img-block img,
.produ_video_wra .img_list .img-block video,
.produ_video_wra .img_list .img-block iframe {
    position: absolute;
    max-width: 98%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 98%;
    height: auto;
    border: 0
}

.produ_video_wra .embed-responsive.embed-responsive-16by9 {
    padding: 0;
    overflow: unset;
}

.produ_video_wra .img_list .img-block {
    height: 85px;
    width: 85px;
    display: inline-block;
    border: 1px solid #868686;
    margin: 2px;
    position: relative
}

.produ_video_wra .vid-div .img-block {
    border: none
}

.produ_video_wra .img_list .img-block .videoLayer {
    height: 83px;
    width: 83px;
    position: absolute;
    z-index: 1001;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.produ_video_wra .prod_name h3 {
    margin: 0;
    margin-bottom: 7px;
}

.produ_video_wra .prod_name h5 {
    margin-top: 5px;
    margin-bottom: 25px;
    text-transform: unset;
}

.produ_video_wra .pre_nxt_arr span {
    font-size: 5rem;
    margin: 0 15px;
    color: #545454;
    font-family: 'Din-light'
}

.produ_video_wra .pre_nxt_arr .icon_left,
.produ_video_wra .pre_nxt_arr .icon_right {
    cursor: pointer;
}

.produ_video_wra .pre_nxt_arr .icon_left img,
.produ_video_wra .pre_nxt_arr .icon_right img {
    display: inline-block;
    vertical-align: unset;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 10px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb u {
    text-decoration: none;
}

.breadcrumb li.active a {
    color: #414142;
}

.breadcrumb>li+li::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    padding-left: 3px;
}

.breadcrumb-container {
    border-bottom: none;
    background-color: transparent;
    margin-bottom: 20px
}

.breadcrumb .home a {
    color: #0572a9;
}

.breadcrumb .fa-home {
    color: #0572a9;
    padding: 0px 5px;
}

.breadcrumb u .pname {
    text-decoration: none;
}

.c_breadcrumb li a {
    text-transform: capitalize
}

.blog_vid .close {
    position: absolute;
    z-index: 1000;
    height: 35px;
    width: 35px;
    background: #009fe3;
    right: 4px;
    opacity: 1;
    border-radius: 50%;
    top: 3px;
    color: #fff;
}


/* video popup end */

.product_details_star_rating_block {
    padding: 6px 0;
}

.customer-gallery-detail .owl-prev {
    background-image: url(../images/acs-prev-arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 23px !important;
    font-family: 'Roboto';
    font-weight: 300 !important;
    font-size: 20px !important;
    color: #292623 !important;
    float: left;
}

.customer-gallery-detail .owl-next {
    background-image: url(../images/acs-next-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 23px !important;
    font-family: 'Roboto';
    font-weight: 300 !important;
    font-size: 20px !important;
    color: #292623 !important;
    float: right;
}

.customer_gallery_div1_height {
    background-color: #fafafa !important;
    border-radius: 3px 3px 0 0 !important;
    border-width: 1px 1px 0 !important;
    border-style: solid solid none !important;
    border-color: #c5c5c5 !important;
}

.customer_gallery_div2_height {
    border-radius: 0 0 3px 3px !important;
    border-width: 0 1px 1px !important;
    border-style: none solid solid !important;
    border-color: #c5c5c5 !important;
}

.final_product_landing_section .content-slider-with-large-controls .owl-buttons .owl-prev:after,
.final_product_landing_section .content-slider-with-large-controls-autoplay .owl-buttons .owl-prev:after {
    content: "";
}

.final_product_landing_section .content-slider-with-large-controls .owl-buttons .owl-next:after,
.final_product_landing_section .content-slider-with-large-controls-autoplay .owl-buttons .owl-next:after {
    content: "";
}

.final_product_landing_section .owl-pagination {
    display: none;
}

.final_product_tabs_section {
    background-color: #e8ebf0;
    border-top: 0
}

.final_product_tabs_header {
    padding-top: 20px
}

.sticky_header {
    position: fixed;
    top: 0;
    width: auto;
    z-index: 1000;
}

.final_product_tabs_header .nav-tabs>li>a {
    background-color: #e8ebf0;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-right: 6px;
    line-height: unset;
    padding: 10px 3px 10px 11px;
    width: 184px;
    text-align: left;
}

.final_product_tabs_header .nav-tabs>li.active>a,
.final_product_tabs_header .nav-tabs>li.active>a:hover,
.final_product_tabs_header .nav-tabs>li.active>a:focus,
.final_product_tabs_header .nav-tabs>li>a:hover,
.final_product_tabs_header .nav-tabs>li>a:focus {
    background-color: #009fe3;
    color: #fff;
    border-color: #009fe3;
}

.final_product_tabs_section .tab-content {
    padding-top: 20px;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.final_product_tabs_section .tab_section {
    background-color: #009fe3
}

.item_table_block {
    margin: 0;
    padding: 0 15px;
    background-color: transparent;
    position: relative;
    z-index: 9;
}


/* .item_table_block:before {
	content: "";
	position: absolute;
	top: 0; 
	right:0;
	bottom: calc(100% - 59px);
	left: 0;
	background-color: #4e4e4e;
	z-index: -1;
} */

.item_table_block .item_table {
    width: 100%;
    background-color: transparent;
}

.item_table_block .item_table thead {}

.item_table_block .item_table thead tr th {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    padding: 20px 15px;
    text-transform: uppercase;
    background: #4e4e4e;
}

.item_table_block .item_table thead tr th:last-child {
    text-align: right;
    padding-right: 10px;
}

.item_table_block .item_table tbody {
    background-color: transparent;
}

.item_table_block .item_table tbody tr {
    border-bottom: 1px solid #a8a69e;
}

.item_table_block .item_table tbody tr:last-child {
    border-bottom: none;
}

.item_table_block .item_table tbody tr td a {
    color: #fff
}

.item_table_block .item_table tbody tr td a.add_to_wishlist {
    color: #232323
}

.item_table_block .item_table tbody tr td select {
    color: #232323
}

.item_table_block .item_table tbody tr td {
    font-size: 15px;
    color: #fff;
    padding: 10px;
}

.item_table_block .item_table tr td h2 {
    color: #fff
}

.item_table_block .item_table tbody tr td li {
    list-style: none
}

.item_table_block .item_table tbody tr td .cust-addcart {
    width: 180px
}


/* .item_table_block .item_table tbody tr:last-child td .cust-addcart {
	min-height: 80px
} */

.item_table_block .item_table tbody tr td:last-child {
    text-align: right;
}

.item_table_block .item_table tbody tr td .dropdown {
    display: inline-block;
    margin-left: -1px;
}

.cust-addcart span.btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 140px;
    margin-right: -3px;
    background-color: #47c620;
    border-color: #47c620;
}

.cust-addcart .dropdown .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 7px 10px;
    outline: 0
}

.cust-addcart .dropdown .green {
    background-color: #47c620;
    border-color: #47c620;
}

.btn-added-to-cart {
    background-color: #47c620;
    color: #fff;
}

.btn-added-to-cart:hover {
    background-color: #47c620;
    color: #fff;
}

.item_table_block .find_dealer_block {
    padding: 18px 25px;
}

.item_table_block .find_dealer_block .btn_find_dealer {
    /* display: block; */
    background-color: #009fe3;
    width: auto;
    border: none;
    font-family: 'Roboto';
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 25px;
}

.prod_gallery {
    padding: 30px 0
}

.prod_gallery h5,
.related_prod h5 {
    margin: 0;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #009fe3;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

.prod_gallery .img-box,
.related_prod .img-box {
    border: 1px solid #b8bbc2;
    position: relative;
    display: table;
    width: 100%;
    margin-top: 15px
}

.prod_gallery .img-box .overlay-container {
    height: 270px;
    display: table-cell;
    vertical-align: middle;
}

.related_prod .img-box .overlay-container {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.prod_gallery .img-box .overlay-container img,
.related_prod .img-box .overlay-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto
}

.prod_gallery .img-box .overlay-bottom a,
.related_prod .img-box .overlay-bottom a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    background: #009fe3;
    border-radius: 5px;
    padding: 6px 18px;
    font-weight: bold;
}

.rec_viewed_items {
    padding-top: 30px
}

.rec_viewed_items .nav-tabs>li.active>a,
.rec_viewed_items .nav-tabs>li.active>a:hover,
.rec_viewed_items .nav-tabs>li.active>a:focus {
    border: 0;
    border-bottom: 1px solid #009fe3;
}

.rec_viewed_items .nav-tabs {
    border: 0;
    /* position: sticky;
    top: 0;
    z-index: 1000 */
}

.rec_viewed_items .nav-tabs>li>a {
    color: #000;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.rec_viewed_items .tab-content {
    padding-top: 20px;
    margin: 0 -6px;
}

.rec_viewed_items .tab-cont-recently .image-box,
.rec_viewed_items .tab-cont-recently .image-box {
    padding: 0 6px
}

.rec_viewed_items .tab-cont-recently .image-box .client,
.rec_viewed_items .tab-cont-recently .image-box .client {
    height: 270px;
    border: 1px solid #b8bbc2
}

.rec_viewed_items .tab-cont-recently .image-box img,
.rec_viewed_items .tab-cont-recently .image-box img {
    position: absolute;
    max-width: 99%;
    width: auto;
    max-height: 99%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rec_viewed_items .tab-cont-recently .image-box .pro_discr h4,
.rec_viewed_items .tab-cont-recently .image-box .pro_discr h4 {
    font-weight: bold;
	margin-bottom: 20px;
    font-size: 15px;
	margin-top: 5px;
}

.rec_viewed_items .tab-cont-recently .image-box .pro_discr p,
.rec_viewed_items .tab-cont-recently .image-box .pro_discr h3 {
    font-size: 16px;
    margin: 0
}

.rec_viewed_items .content-slider-with-controls-autoplay .owl-buttons {
    top: 30%;
    margin: 0
}

.rec_viewed_items .content-slider-with-controls-autoplay .owl-buttons div {
    background: none
}

.rec_viewed_items .content-slider-with-controls-autoplay .owl-buttons .owl-prev {
    left: -5px;
    padding-left: 0px!important;
}

.rec_viewed_items .content-slider-with-controls-autoplay .owl-buttons .owl-next {
    right: -5px;
    padding-right: 0px!important;
}

.rec_viewed_items .content-slider-with-controls-autoplay .owl-buttons div:after {
    color: #000;
    font-size: 4rem;
    font-weight: 300;
    position: static;
}

.product_review_wra {
    padding-bottom: 30px;
}

.product_review_wra .review_prod_img {
    height: 250px;
    border: 1px solid #d1d3d8;
    position: relative
}

.product_review_wra .review_prod_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 99%;
    width: auto;
    max-height: 99%;
    height: auto;
}

.product_review_wra .prod_avr_revw h3 {
    margin-top: 10px;
    color: #009fe3;
    font-weight: bold
}

.product_review_wra .prod_avr_revw span {
    color: #000;
    font-size: 18px;
    display: inline-block;
    margin: 5px 0;
}

.product_review_wra .prod_avr_revw .progress {
    margin: 12px 0;
    height: 10px;
}

.product_review_wra .prod_avr_revw .progress.style-1 .progress-bar {
    height: 8px;
    margin: 0;
}

.product_review_wra .prod_cust_revw .progress.style-1 .progress-bar {
    margin: 0;
    height: 6px;
}

.product_review_wra .prod_cust_revw span {
    color: #000;
    display: inline-block;
    margin: 5px 0;
}

.product_review_wra .prod_cust_revw .progress {
    margin: 9px 0
}

.product_review_wra .review_star i {
    font-size: 17px;
    color: #5e5e5e;
}

.product_review_wra .review_star i.empty_str {
    color: #c8c8c8
}

.product_review_wra .cust_reviw h3 {
    font-family: 'DIN-bold';
    margin-bottom: 0
}

.product_review_wra .cust_reviw h4,
.product_review_wra .cust_reviw p,
.product_review_wra .cust_reviw span {
    margin: 0;
    font-size: 17px;
    color: #000
}

.product_review_wra .cust_reviw span {
    margin: 10px 0;
    display: inline-block;
}

.product_review_wra .cust_reviw input {
    margin: 0;
    margin-left: 10px;
    font-size: 17px;
    padding: 2px 9px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 7px;
}

.product_review_wra .review_prod {
    margin-bottom: 25px;
}

.product_review_wra .review_prod a {
    margin: 3px 0
}

#review_submit .form-control {
    color: #000
}

.featured_gallery_block p,
.reviewcommt_block p,
.featured_gallery_block b {
    font-size: 15px!important;
    color: #fff!important;
    font-family: 'Din-regular'!important
}

.featured_gallery_block .overlay-top {
    height: 100% !important;
}

.featured_gallery_block .overlay-container .text {
    top: 45% !important;
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.featured_gallery_block .overlay-container:hover {
    cursor: pointer;
}

.featured_gallery_block .shadow:after,
.featured_gallery_block .shadow-narrow:after {
    -webkit-box-shadow: 0 5px 7px rgb(84, 11, 11);
    box-shadow: 0 5px 7px rgb(165, 162, 147);
}

.final_product_landing_section .top_container {
    min-height: 422px;
}

.final_product_landing_section .productinfo .star_inline {
    display: inline;
    margin-top: -5px;
}

.final_product_tabs_section .reviewcommt_block {
    background-color: transparent;
    color: #292623;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0;
}

.final_product_tabs_section .reviewcommt_block .comment-meta .img-star {
    display: inline;
}

.final_product_tabs_section .reviewcommt_block .comment-meta span {
    color: #292623;
}

.final_product_tabs_section .reviewcommt_block .comment-content {
    border-bottom: 1px solid #d82126;
    font-size: 14px;
    color: #292623;
}

.final_product_tabs_section .prod_faq .collapse-style-1 .panel-heading {
    background: #000;
    border: 1px solid #fff;
    border-bottom: 0;
}

.final_product_tabs_section .prod_faq .collapse-style-1 .panel-heading a {
    color: #fff;
    text-transform: uppercase;
}

.final_product_tabs_section .prod_faq .collapse-style-1 .panel-heading a:not(.collapsed) {
    background: #009fe3
}

.final_product_tabs_section .prod_faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #009fe3;
    color: #fff;
    font-size: 15px;
    padding-top: 15px;
    border: 1px solid #fff!important;
    border-top: 0!important;
}

.final_product_tabs_section .prod_instr .btn {
    background: #4e4e4e;
    border: #4e4e4e;
    margin: 0;
    color: #c8d2dc;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bold;
}

.final_product_tabs_section .tech_tips_wra {
    padding: 20px 30px
}

.final_product_tabs_section .tech_tips_wra .tech_prod_img .overlay-container_inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 99%;
    width: auto;
    max-height: 99%;
    height: auto;
}

.final_product_tabs_section .tech_tips_wra .tech_prod_info h2 {
    margin-bottom: 8px;
    color: #fff;
}

.final_product_tabs_section .tech_tips_wra .tech_prod_info i,
.final_product_tabs_section .tech_tips_wra .tech_prod_info span {
    color: #fff;
    font-size: 13px;
}

.final_product_tabs_section .tech_tips_wra .tech_prod_info p {
    font-size: 17px;
    color: #000;
    margin-top: 15px;
}

.final_product_tabs_section .tech_tips_wra .tech_prod_info a {
    width: 140px;
    background: #232323;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    border-radius: 5px;
}

.final_product_tabs_section .tech_tips_wra .tech_prod_img {
    background: #fff;
}

.final_product_tabs_section .tech_tips_wra .tech_prod_img .overlay-container_inner {
    height: 220px;
    position: relative
}

.final_product_tabs_section .tech_tips_wra .tech_prod_img p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0
}

.final_product_tabs_section .tech_tips_wra .tech_prod_img .owl-controls.clickable {
    display: none!important
}

.final_product_tabs_section .tech_tips_wra .tech_prod_img .content-slider-with-large-controls {
    margin: 0
}

.text-danger {
    color: #ff0000;
}

.overlay-container_PLPhoto {
    margin: 0 auto;
}

.overlay-container_PLPhoto .overlay-container_outer {
    display: table;
    width: 100%;
}

.overlay-container_PLPhoto .overlay-container_outer .overlay-container_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 341px;
}

.overlay-container_PLPhoto .overlay-container_outer .overlay-container_inner img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
}

.fruzzi_filter_popup .modal-body .form-group input,
.fruzzi_filter_popup .modal-body .form-group textarea {
    color: #000;
    font-size: 16px;
}

.my_profile_edit h1.page-title {
    font-size: 31px
}

@media screen and (max-width: 767px) {
    .final_product_landing_section .nav-pills>li>a {
        padding: 7px 5px
    }
    .customer-gallery-detail .overlay-container_cg_details .overlay-container_outer .overlay-container_inner {
        height: 217px;
    }
    .final_product_landing_section {
        padding: 30px 0 0;
    }
    .sticky_header {
        width: 100%
    }
    .final_product_tabs_header {
        padding: 0
    }
    .final_product_tabs_header .nav-tabs>li>a {
        width: 100%;
    }
    .item_table_block {
        width: 100%;
        margin: 0 auto 0 auto;
    }
    .item_table_block .item_table {
        display: block;
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    .item_table_block .find_dealer_block {
        padding: 18px 10px;
    }
    .item_table_block .find_dealer_block .btn_find_dealer {
        font-size: 16px;
    }
    .featured_gallery_block .image-box.shadow.text-center.mb-20 {
        width: 276px;
        margin-left: auto;
        margin-right: auto;
    }
    .item_table_block .item_table thead tr th {
        padding: 20px 7px;
    }
    .item_table_block .item_table tbody tr td {
        font-size: 14px;
        padding: 15px 7px;
    }
    .overlay-container_PLPhoto .overlay-container_outer {
        display: table;
        width: 100%;
    }
    .overlay-container_PLPhoto .overlay-container_outer .overlay-container_inner {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 275px;
    }
    .overlay-container_PLPhoto .overlay-container_outer .overlay-container_inner img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        max-height: 100%;
    }
    .view-cart-lightbox-wrap {
        width: 95%
    }
    .produ_video_wra .img_list,
    .produ_video_wra .embed-responsive {
        width: 100%
    }
    .produ_video_wra .embed-responsive {
        margin-right: 0
    }
    .produ_video_wra .embed-responsive {
        height: 140px;
    }
    .rec_viewed_items .nav-tabs>li.active>a,
    .rec_viewed_items .nav-tabs>li.active>a:hover,
    .rec_viewed_items .nav-tabs>li.active>a:focus {
        border-top: 1px solid #009fe3;
        background: #eaeaea;
    }
    .rec_viewed_items .nav-tabs {
        background: transparent;
    }
    .final_product_landing_section .c_breadcrumb {
        display: none
    }
    .item_table_block .item_table tbody tr:last-child td .cust-addcart {
        margin-bottom: 18px
    }
    .rec_viewed_items .content-slider-with-controls-autoplay .owl-buttons {
        display: block!important
    }
    .final_product_landing_section .productinfo .product_title {
        font-size: 20px;
        margin-top: 15px
    }
    .produ_video_wra .img_list .img-block {
        height: 57px;
        width: 57px
    }
    .produ_video_wra .img_list .img-div,
    .produ_video_wra .img_list .vid-div {
        height: 125px
    }
    .produ_video_wra .img_list h4 {
        margin-bottom: 0;
        font-size: 15px
    }
    .produ_video_wra .prod_name h3 {
        font-size: 17px;
        margin-bottom: 4px;
    }
    .produ_video_wra .pre_nxt_arr span {
        font-size: 3.5rem
    }
    .produ_video_wra .pre_nxt_arr .icon_left img,
    .produ_video_wra .pre_nxt_arr .icon_right img {
        height: 25px
    }
    .produ_video_wra .embed-responsive.embed-responsive-16by9 {
        margin: 0;
        font-size: 18px;
    }
    .produ_video_wra .close {
        top: -6px;
        right: -6px;
    }
    .produ_video_wra .modal-body {
        padding: 10px 15px
    }
    .product_review_wra .prod_cust_revw .progress {
        margin: 0
    }
    .product_review_wra .prod_avr_revw .progress {
        margin: 5px 0
    }
    .final_product_tabs_section .tech_tips_wra {
        padding: 20px 0px
    }
    .product-cust-wra {
        text-align: center
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .customer-gallery-detail .overlay-container_cg_details .overlay-container_outer .overlay-container_inner {
        height: 311px;
    }
    .overlay-container_PLPhoto .overlay-container_outer {
        display: table;
        width: 100%;
    }
    .overlay-container_PLPhoto .overlay-container_outer .overlay-container_inner {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 348px;
    }
    .overlay-container_PLPhoto .overlay-container_outer .overlay-container_inner img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        max-height: 100%;
    }
    .featured_gallery_block .image-box.shadow.text-center.mb-20 {
        width: 276px;
        margin-left: auto;
        margin-right: auto;
    }
    .produ_video_wra .img_list,
    .produ_video_wra .embed-responsive.embed-responsive-16by9 {
        width: 100%;
        margin: 0
    }
    .produ_video_wra .img_list .img-block {
        height: 79px;
        width: 79px;
    }
    .produ_video_wra .img_list .img-div,
    .produ_video_wra .img_list .vid-div {
        height: 173px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .customer-gallery-detail .overlay-container_cg_details .overlay-container_outer .overlay-container_inner {
        height: 311px;
    }
    .overlay-container_PLPhoto .overlay-container_outer {
        display: table;
        width: 100%;
    }
    .overlay-container_PLPhoto .overlay-container_outer .overlay-container_inner {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 295px;
    }
    .overlay-container_PLPhoto .overlay-container_outer .overlay-container_inner img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        max-height: 100%;
    }
}


/*upto here*/


/* css for sitemap page */

.rocket_sitemap_section {
    background-image: url(../../assets/images/mcLeod_my_acc.png);
    background-repeat: repeat-y;
    background-position-x: center;
    background-color: #009fe3
}

.rocket_sitemap_container {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99252525', GradientType=0);
    padding-bottom: 40px;
}

.rocket_sitemap_container .sitemap_title h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 10px 0 15px;
}

.rocket_sitemap_container .category_list_block {
    /* padding: 50px 0 0 80px; */
    padding: 30px 25px 0;
}

.rocket_sitemap_container .category_list_block .list li {
    padding: 10px 0;
}

.rocket_sitemap_container .main_cat_name {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
    display: inline-block;
}

.rocket_sitemap_container .sub_cat_name {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
}

.rocket_sitemap_container .subsub_cat_name {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding-left: 10px;
}

.rocket_sitemap_container .subsub_cat_name:before {
    content: "> ";
}


/*upto here*/


/*css for press media by aniruddha */

.press_media_page_header {
    padding: 10px 0 15px 0;
    width: auto;
}

.press_media_page_header h2 {
    margin: 0;
    font-weight: 900;
    font-size: 25px;
    color: #292623;
    text-transform: uppercase;
    border-bottom: 1px solid #009fe3;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 20px;
    line-height: unset;
}

.press_media_main {
    padding: 0 0 80px;
}

.press_media_main .filters .nav-pills>li>a {
    color: #292623;
    font-weight: normal;
    display: inline-block;
}

.press_media_main .filters .nav-pills>li.active>a,
.press_media_main .filters .nav-pills>li.active>a:hover,
.press_media_main .filters .nav-pills>li.active>a:focus,
.press_media_main .filters .nav-pills>li>a:hover,
.press_media_main .filters .nav-pills>li>a:focus {
    color: #b23212;
    border-bottom: 1px solid #b23212;
}

.press_media_main .light-gray-bg.shadow {
    border: 1px solid #c5c5c5;
}

.press_media_main .image-box .body {
    background-color: #fafafa;
    padding: 10px 5px;
}

.press_media_main .image-box .body h6 {}

.press_media_main .image-box .body h6 a {
    font-size: 14px;
    color: #292623;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.press_media_main h3 {
    font-size: 21px;
    color: #292623;
    font-weight: 600;
}

.press_media_main .btn_more {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    background-color: #009fe3;
    text-transform: uppercase;
}

.press_media_main .hvr-sweep-to-right:before,
.press_media_main .hvr-sweep-to-left:before,
.press_media_main .hvr-sweep-to-bottom:before,
.press_media_main .hvr-sweep-to-top:before,
.press_media_main .hvr-bounce-to-right:before,
.press_media_main .hvr-bounce-to-left:before,
.press_media_main .hvr-bounce-to-bottom:before,
.press_media_main .hvr-bounce-to-top:before,
.press_media_main .hvr-radial-out:before,
.press_media_main .hvr-rectangle-out:before,
.press_media_main .hvr-shutter-out-horizontal:before,
.press_media_main .hvr-shutter-out-vertical:before {
    background: #292623;
}

.press_media_main .separator {
    background-color: #009fe3;
}

.press_media_main .overlay-container .overlay-container_outer {
    width: 100%;
    display: table;
}

.press_media_main .overlay-container .overlay-container_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 200px;
}

.press_media_main .overlay-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
}

.overlay-container_PM_list {
    width: 276px;
    margin: 0 auto;
}

.overlay-container_PM_list .overlay-container_outer {
    display: table;
    width: 100%;
}

.overlay-container_PM_list .overlay-container_outer .overlay-container_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 250px;
}

.overlay-container_PM_list .overlay-container_outer .overlay-container_inner img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
}

.press_media_main.press_media_section .shadow:after,
.press_media_main.press_media_section .shadow-narrow:after {
    bottom: 10px;
}

.press_media_main.press_media_section .shadow:hover:after,
.press_media_main.press_media_section .shadow-narrow:hover:after {
    bottom: 0;
}

.conform_order_mobile .confirm-order-mainpg .order-complete-btn a {
    text-transform: capitalize
}

@media screen and (max-width: 767px) {
    .overlay-container_PM_list {
        width: 276px;
    }
    .overlay-container_PM_list .overlay-container_outer .overlay-container_inner {
        height: 250px;
    }
    .press_media_section {
        margin-top: 11.1% !important;
    }
    /*suraj change margin on 19-1-2018*/
    .press_media_main .filters .nav-pills>li {
        display: block;
        float: none;
        text-align: center;
        margin: 0;
    }
    .press_media_details_section {
        margin-top: 10% !important;
    }
    .show_label_mb {
        width: 37% !important;
    }
    .show_select_mb {
        width: 60% !important;
    }
    .conform_order {
        padding-top: 0
    }
    .fer-video-wra .customerGalleryMain_filter_block select,
    .fer-video-wra .customerGalleryMain_filter_block input {
        width: 100%;
    }
}

@media screen and (min-width: 800px) and (max-width: 800px) {
    .press_media_section {
        margin-top: 30% !important;
    }
}

@media screen and (min-width: 980px) and (max-width: 980px) {
    .press_media_section {
        margin-top: 25% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .overlay-container_PM_list {
        width: 276px;
    }
    .overlay-container_PM_list .overlay-container_outer .overlay-container_inner {
        height: 250px;
    }
    .show_label_mb {
        width: 35% !important;
    }
    .show_select_mb {
        width: 60% !important;
    }
    .show_div1_tab {
        width: 33% !important
    }
    .show_div2_tab {
        width: 32% !important;
        margin-left: 7px !important;
    }
    .customerGalleryMain .filters {
        float: unset!important
    }
    .cust_div1 {
        width: 49.5% !important
    }
    .cust_div2 {
        width: 49% !important;
        margin-left: 7px !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .overlay-container_PM_list {
        width: 276px;
    }
    .overlay-container_PM_list .overlay-container_outer .overlay-container_inner {
        height: 250px;
    }
    .press_media_main .btn_more {
        font-size: 13px;
    }
    .press_media_main .image-box .body h6 {
        min-height: 60px;
    }
}

.default-bg {
    background-color: #009fe3;
    color: #ffffff;
}


/*upto here*/


/*css for contact by aniruddha */

.bold-title {
    font-weight: 600;
}

.container-padding {
    /* padding-left:15px; */
}

.border-bottom {
    border-bottom: 1px solid #000000
}

.header-div {
    margin: 0 0 0 0;
    color: #292623;
    text-align: justify;
    padding-left: 0;
    font-family: Roboto;
}

.header-div h2 {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 25px;
    color: #292623;
    border-bottom: 1px solid #b23212;
    margin: 0;
    padding: 30px 0 10px;
    line-height: unset;
    text-transform: uppercase;
    text-align: left;
}

.header-div p {
    color: #000;
    font-size: 18px;
    padding-top: 0;
}

.contact-right-panel {
    padding-top: 265px;
}

.form-bottom {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/* Miscellaneous
---------------------------------- */

.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pl-0 {
    padding-left: 0
}

.pl-5 {
    padding-left: 5px
}

.pr-0 {
    padding-right: 0
}

.mr-15 {
    margin-right: 15px
}

.line-height-25 {
    line-height: 25px;
}

.form-control {
    border-color: #464646;
}

.form-control .error {
    color: red
}

.form-control-number {
    padding-right: 0;
    width: 60px;
}

.btn-default-submit {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 185px
}

.form-panel {
    padding-right: 70px;
    padding-top: 0;
}


/*Contact Us page*/

.content-page-right-banner,
.dealer_inquiries_section {
    background-repeat: no-repeat;
    background-position: right -40% top 0px;
    padding: 30px 0;
}


/* .dealer_inquiries_section {
	background-image:url(../../assets/images/acs_dealer_inquiries.png);
} */

.sectionBg {
    background-image: url(../../assets/images/Right-banner-gray-bg.png);
    background-position: top right;
    background-repeat: repeat-x;
    height: 1000px;
    position: absolute;
    width: 35%;
    right: 0;
    z-index: -1;
}

.right-logo-img {
    display: inline;
    height: auto;
    margin: 0 0 0 -35px;
    max-width: 100%;
    text-align: left;
}

.cf-list li {
    display: inline-block;
}

.cf-list li .add-icon {
    display: block;
    float: left;
    width: 25px;
    background: transparent;
    border: none;
}

.cf-list li .add-content {
    display: block;
    float: left;
    width: auto;
    margin-left: -5px;
    margin-top: -3px;
}

.cf-list li .add-content span a,
.cf-list li .add-content span {
    color: #000;
}

.contact-head h3 {
    color: #292623;
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -5px;
    margin-top: 5%;
}

.contact-form-grp .control-label {
    text-align: left;
    float: left;
    padding-right: 5px !important;
}

.contact-form-grp {
    padding-left: 15px;
}

.contact-us-form .page-wrapper {
    background-color: transparent!important;
}

.contact-aside-address {
    margin: 0!important;
    padding: 0!important;
}

.contact-aside-address li {
    display: inline-block!important;
    list-style-type: none;
    vertical-align: top;
    list-style-type: none
}

.cont_head {
    margin-top: 40px;
    text-align: left
}

.cont_head h1 {
    height: 46px
}

.cont_head h1:after {
    background: linear-gradient(to right, #000000 41.5%, transparent 29%, transparent 58.4%, #009fe3 58%);
    top: 45px;
}

.contact-form .g-recaptcha>div,
.refer_a_freind .g-recaptcha>div {
    display: inline-block
}

.contact-form .g-recaptcha+.error,
.refer_a_freind .g-recaptcha+.error {
    text-align: right
}

.contact_dept_cont h1 {
    font-size: 22px;
    color: #000;
    font-weight: bold
}

.contact_dept_cont .contact_info label,
.contact_dept_cont .contact_info span {
    display: block;
    font-size: 16px
}

.contact_dept_cont .contact_info>div {
    margin-top: 20px
}


/* contact page end */

.discount_label {
    margin-top: 5px;
    margin-right: 15px;
}

.discount_input {
    max-width: 230px;
    display: inline-block;
}

.milliVari_sect a {
    color: #fff
}


/* carrers page start */

.top-header-wra h1:after {
    background: linear-gradient(to right, #000000 41.8%, transparent 29%, transparent 57%, #009fe3 54%);
}

.career_detais {
    display: block;
    height: 100px;
    overflow: hidden;
    font-size: 16px;
}

.careers-section {
    padding: 30px 0;
    border-bottom: 1px solid #000;
}

.careers-section:hover {
    background: #eeeff4
}

.careers-section .panel-body {
    padding: 0;
}

.careers-section #accordion .collapse.in+.read-car,
.careers-section #accordion .close-car,
.tech_prod_info .collapse.in+.read-car,
.tech_prod_info .close-car {
    display: none;
}

.careers-section #accordion .collapse.in+.read-car+.close-car,
.tech_prod_info .collapse.in+.read-car+.close-car {
    display: inline-block;
}

.careers-section .image-box {
    margin-bottom: 0
}

.careers-section .image-box .panel-collapse input[type="submit"],
.careers-section .image-box .read-car,
.career_app_wra .fileinput-new .btn-file,
.career_app_wra .frm_mt .btn {
    background: #009fe3;
    color: #fff;
    font-family: 'din-regular';
    border: 0;
    font-size: 16px;
    border-radius: 7px;
    font-weight: bold;
}

.careers-section .image-box .body h3 {
    text-transform: uppercase;
    color: #009fe3;
}

.careers-section .image-box .body p {
    color: #000;
    font-size: 15px;
    margin-bottom: 18px!important;
}

.careers-section .image-box .close-car {
    background: #000000;
    color: #fff;
    font-family: 'din-regular';
    border: 0;
    font-size: 16px;
    border-radius: 7px;
    font-weight: bold;
    margin-top: 0;
}

.careers_sect {
    padding: 25px 0;
    border-bottom: 1px solid #000;
}

.careers_sect p {
    line-height: 23px;
    color: #000;
    font-size: 16px;
}

.career-app-header-wra h1:after {
    background: linear-gradient(to right, #000000 35%, transparent 29%, transparent 65%, #009fe3 48%);
}

.career_app_wra:hover {
    background: transparent
}

.billing_3cell_first_registration {
    width: 32%;
    float: left;
}

.billing_3cell_registration {
    width: 32%;
    float: left;
    margin-left: 7px;
}

.billing_3cell_first_registration .form-control,
.billing_3cell_registration .form-control {
    padding-right: 25px
}


/* carrers page end */


/* customer log start */

.customer_log h2 {
    font-family: 'din-bold';
    color: #232323 !important;
    font-size: 31px;
}

.customer_log .form-group label {
    color: #000;
}

.customer_log .form-group .btn-login,
.my-acc-login-bg .form-group button {
    background: #009fe3;
    border: 0;
    text-transform: uppercase;
}

.customer_log .form-group ul li a {
    color: #232323;
    font-family: 'din-regular';
    font-size: 16px;
}

.customer_log .forget_pass {
    font-family: 'din-regular';
    color: #232323;
}

.customer_log .forget_pass a {
    color: #232323;
    font-size: 14px;
}

.my-acc-login-bg {
    background-color: #f3f3f3
}

.my-acc-login-bg.dark-translucent-bg:after {
    background-color: transparent
}

.my-acc-login-bg h2,
.my-acc-login-bg label {
    color: #333333
}

.hero-login .desktop_background {
    height: auto!important;
    padding: 30px 0;
}

.hero-login .main_title_heading h1,
.hero-login .main_title_heading a {
    color: #afafaf!important
}

.register-account h1 {
    font-family: 'din-bold';
    font-size: 31px;
}

.register-account .box-form_ra h3 {
    font-family: 'DIN-Regular';
}

.register-account .form_contain .btn-create {
    background: #009fe3;
    border: 0;
}

.order-history_middle_BG {
    background: #f3f3f3;
}

.order-history_middle_BG .request-form button {
    color: #fff;
    background: #009fe3;
    border: 0;
    text-transform: uppercase
}

.order-history_middle_BG .success_message h1 {
    color: #232323!important;
    margin-top: 30px;
}

.my_account_order table tr th,
.wishlist table tr th,
.cart-section table tr th {
    background: #009fe3;
    border-color: #009fe3
}

.cart .table {
    border-bottom: 0
}

.cart .table>tbody>tr>td,
.cart.table>tbody>tr>td {
    border-top: 1px solid #ddd;
}

#guest_checkout {
    margin-right: 8px;
}

.btn-invoice img {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}

.mobile_background {
    display: none;
}

.mobile_landscape_background {
    display: none;
}

.container_tamco {
    padding-top: 30px
}

.container_tamco .btn {
    color: #fff;
    background: #009fe3;
    border-color: #009fe3;
}

.frg-bg {
    display: none
}

.order-history_middle_BG .table-colored>thead>tr>th,
.cart.table thead>tr>th {
    border-color: #009fe3;
    background-color: #009fe3;
    color: #fff!important;
}

.order-history_middle_BG .table.table-colored,
.cart.table {
    border-bottom-color: #009fe3;
}


/* customer log end */


/* my order page start */

.wish_list_bg {
    padding: 30px 0
}

.order-list {
    color: #ffffff;
}

.order-list .columns {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.my_order_bg .order-list .container .columns .column {
    font-size: 18px;
    font-weight: bold;
}

.my_order_bg .order-list .container .columns span.column {
    display: table-cell;
    width: 12.5%;
    padding: 5px 10px;
}

.my_order_bg .order-list .container .order_header span {
    color: #252525
}

.my_order_bg .order-list .container .columns {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.order-list .order_content {
    border-top: 2px solid #252525;
    padding: 10px 0;
}

.order_content {
    vertical-align: top;
    color: #009fe3 !important;
    width: fit-content !important;
}

.order-control {
    display: block;
    margin-top: 40px;
    text-align: center;
}

.order-control {
    padding: 0 10px;
}

.columns .column .label {
    display: none;
}

.get_order_invoice {
    cursor: pointer
}


/* my order page end */


/* about us start */

.full-width {
    float: left;
    width: 100%;
}

.verticle-middle {
    display: table;
}

.common-sect {
    min-height: 500px;
    background-size: cover !important;
    background-position: center center;
}

.manufacture {
    background: rgba(0, 0, 0, 0) url(../images/ferrea-manufacture-backgr.jpg) no-repeat;
}

.common-sect .full-text-container img {
    max-width: 100%;
    /* position: relative; */
    bottom: 50px;
}

.common-sect .full-text-container {
    padding: 0 20px;
    vertical-align: top;
}

.vert-midle-sect {
    display: table-cell;
    vertical-align: middle;
}

.common-sect.our_heritage {
    /* background-image: url('../../assets/images/mcLeod_aboutBg_first.png'); */
    min-height: 550px;
}

.about_dark_bg {
    /*background-image: unset!important;*/
    background-color: #000000;
    position: relative;
    padding: 40px 0
}

.about_dark_bg .full-text-container {
    position: relative
}

.our_heritage h1 {
    font-weight: bold;
    color: #009fe3;
    font-size: 55px;
    overflow: hidden;
    clear: both;
}

.our_heritage h4,
.our_exteam h4 {
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    overflow: hidden;
    clear: both;
    margin-top: 15px;
    display: inline-block;
}

.our_heritage p,
.our_exteam p,
.our_heritage div,
.our_exteam div {
    font-family: 'DIN-Regular';
    color: #fff;
    font-size: 16px;
}

.our_heritage .black-translucent-bg {
    background: #000000d9;
}

.our_exteam {
    /* background-image: url('../../assets/images/acs_login.png'); */
    padding: 40px 0;
}

.about_red_bg {
    /* background-image: unset!important; */
    background-color: #009fe3;
    position: relative
}

.our_exteam h1 {
    color: #fff;
    font-size: 45px;
    margin: 0;
}

.military-support {
    background-image: url('../../assets/images/acs_login.png')
}

.military-support.our_missinn {
    background-image: url('../../assets/images/acs_login.png')
}

.other_text_box {
    overflow: hidden;
    clear: both;
    margin-top: 15px;
}

@media(max-width: 1023px) {
    .military-support.our_missinn,
    .military-support,
    .our_exteam {
        background-size: cover!important;
        background-position: center center;
    }
}

.military-support h1 {
    font-family: 'din-regular';
    color: #fff;
    font-size: 4em;
    text-align: center;
    font-weight: bold;
}

.military-support p {
    font-family: 'din-regular';
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 40px;
    text-align: center;
    margin-top: 32px;
    font-weight: bold;
    word-break: break-word;
}

.about_dark_bg:after {
    left: -5%;
}

.about_red_bg:after {
    left: 35%;
}


/* about us end */


/* services page start */

.first_sect,
.second_sect {
    background: #fff;
    min-height: 417px;
}

.services_wrapper .web_commHead h1 {
    padding: 10px 80px;
    font-size: 30px;
    display: inline-block;
    background: #009fe3;
    border-left: 5px solid #000000;
    border-right: 5px solid #000000;
    color: #fff;
}

.services_wrapper .web_commHead h1 span {
    color: #fff;
    line-height: unset
}

.services_wrapper .img_block {
    padding: 0
}

.services_wrapper .common-sect .full-text-container {
    vertical-align: middle;
    overflow: hidden;
    clear: both;
}

.services_wrapper .second_sect .full-text-container {
    text-align: right
}

.services_wrapper .common-sect .full-text-container h1,
.services_wrapper .common-sect .full-text-container h2,
.services_wrapper .common-sect .full-text-container h3,
.services_wrapper .common-sect .full-text-container h4,
.services_wrapper .common-sect .full-text-container h5,
.services_wrapper .common-sect .full-text-container h6 {
    font-weight: bold;
    font-size: 25px;
    color: #000;
    display: inline-block;
    margin: 0;
}

.services_wrapper .first_sect .full-text-container h2 {
    margin-top: 10px
}

.services_wrapper .common-sect .full-text-container p {
    font-size: 17px;
    margin: 25px 0;
    color: #000;
}

.services_wrapper .common-sect .full-text-container .btn {
    color: #fff;
    background: #009fe3;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px
}


/* services page end */


/* search by vehicle start */

.Search_by_Vehicle .modal-content {
    border-radius: 0;
    border: 0;
}

.Search_by_Vehicle .form-block {
    width: auto
}

.Search_by_Vehicle .has-feedback {
    margin-bottom: 15px;
    border-color: #e1e1e1
}

.Search_by_Vehicle .sf-bg {
    background: #fff;
    width: auto;
}

.Search_by_Vehicle button.close {
    /* height: 40px;
    width: 40px;
    background: #eaebec;
    border-radius: 50%;
    border: 4px solid #ffffff; */
    position: absolute;
    top: 2px;
    right: 13px;
    color: #000;
    opacity: 1;
}

.Search_by_Vehicle h1 {
    padding-top: 20px;
}

.Search_by_Vehicle h1:after {
    background: linear-gradient(to right, #000000 11.8%, transparent 9%, transparent 89%, #009fe3 60%);
    top: 65px
}

.Search_by_Vehicle .form-group select {
    border-radius: 5px;
    background: #ffffff;
    height: 37px;
    border-color: #b1b1b1;
    color: #000;
    position: relative;
    -webkit-appearance: menulist;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 4px 8px #d4d4d4;
    padding: 5px 11px;
}

.Search_by_Vehicle .search_btn {
    padding: 30px 35px;
    background: #000;
    margin: 0;
    overflow: hidden;
    clear: both;
}

.Search_by_Vehicle .popup_add_to_cart {
    background: #1cae03;
    border-color: #1cae03;
}

.Search_by_Vehicle a #enableOnInput {
    background: transparent;
    border: 1px solid #fff;
}

.Search_by_Vehicle .popup_add_to_cart,
.Search_by_Vehicle #enableOnInput {
    width: 140px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 5px;
    margin: 0 7px;
}

.Search_by_Vehicle .form-horizontal {
    margin: 0
}


/* search by vehicle end */


/* RMA form and thankyou start */

.rma_header {
    margin: 25px 0;
}

.rma_header h1:after {
    background: linear-gradient(to right, #000000 18.8%, transparent 17%, transparent 81.6%, #009fe3 60%);
}

.rma_comm_head {
    font-family: 'din-bold';
    color: #009fe3;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.rma_top_cont p,
.rma_shipping_contact p,
.rma_warranty p,
.rma_service p,
.rma_package p,
.rma_instruction p,
.rma_submit p {
    color: #000;
    font-size: 17px;
    margin: 15px 0;
}

.rma_reason label,
.rma_warranty label,
.rma_service label,
.rma_package label {
    margin: 0;
    vertical-align: top;
    line-height: 14px;
    margin-left: 20px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    color: #000;
}

.rma_reason input[type="radio"],
.rma_warranty input[type="radio"],
.rma_service input[type="radio"],
.rma_package input[type="radio"] {
    margin: 0;
    height: 18px;
    width: 18px;
    margin-top: 10px;
}

.rma_reason .reason_serv {
    margin: 30px 0
}

.rma_reason .reason_cale .hasDatepicker,
.rma_instruction .request-datepick .hasDatepicker {
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: -1;
}

.rma_reason .reason_cale img,
.rma_instruction .request-datepick img {
    display: inline-block;
}

.rma_reason .reason_serv h5 {
    margin: 5px 0;
    text-transform: inherit;
    font-size: 16px;
    font-family: 'din-light';
}

.rma_reason .reason_serv h5 span {
    font-family: 'din-bold'
}

.rma_reason .reason_cale span,
.rma_instruction .request-datepick span {
    color: #000;
    font-size: 17px;
    margin-left: 10px;
}

.rma_reason .reason_cale i {
    font-size: 18px;
}

.rma_contact .contact-form label,
.rma_shipping_contact .contact-form label,
.rma_vehicle_info .contact-form label,
.rma_service .contact-form label {
    color: #000;
    font-size: 16px;
    margin: 0
}

.rma_contact .contact-form .form-group,
.rma_shipping_contact .contact-form .form-group,
.rma_vehicle_info .contact-form .form-group,
.rma_service .contact-form .form-group {
    margin-bottom: 20px
}

.rma_contact .contact-form .form-group select,
.rma_shipping_contact .contact-form .form-group select,
.rma_vehicle_info .contact-form .form-group select,
.rma_package .form-group select,
.rma_instruction .form-group select {
    font-size: 16px;
    color: #000;
    box-shadow: inset 0px 10px 20px #e9e9e9;
}

.rma_shipping_contact .contact-form {
    margin-top: 40px;
}

.rma_warranty p,
.rma_service p,
.rma_package p,
.rma_instruction p {
    margin: 25px 0;
}

.rma_service input[type="file"] {
    width: 149px;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.rma_service .file label {
    margin: 0;
    padding: 12px 29px;
    border: 2px solid #848484;
    border-radius: 6px;
    font-size: 17px;
}

.rma_service .file span {
    color: #000;
    font-size: 17px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 15px;
}

.rma_instruction label {
    color: #000;
    font-size: 17px;
    font-weight: normal;
    margin-top: 7px;
}

.rma_instruction i {
    margin-top: 10px
}

.rma_submit {
    margin-bottom: 50px
}

.rma_submit .col-md-12>div {
    margin-top: 25px
}

.rma_submit input[type="checkbox"] {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 24px;
}

.rma_submit input[type="submit"] {
    text-transform: uppercase;
    font-size: 20px;
    background: #009fe3;
    border-color: #009fe3;
    border-radius: 7px;
}

.rmaTY_header {
    margin-top: 50px
}

.rmaTY_header h1:after {
    background: linear-gradient(to right, #000000 40.5%, transparent 17%, transparent 59.6%, #009fe3 60%);
}

.rmaTY_print {
    text-align: center;
    margin: 25px 0
}

.rmaTY_print h4 {
    font-family: 'din-bold';
    color: #000;
    font-size: 22px;
}

.rmaTY_print button i {
    margin-right: 10px;
}

.rmaTY_print button {
    text-transform: uppercase;
    color: #000;
    background: transparent;
    font-size: 17px;
    border: 1px solid #777777;
}

.rmaTY_print p,
.rmaTY_common_sec p {
    color: #000;
    font-size: 17px;
    margin: 15px 0;
}

.rmaTY_req_form span {
    font-size: 15.5px;
    display: block;
    margin-bottom: 20px;
    font-weight: unset;
}

.rmaTY_req_form h5 {
    font-family: 'Din-bold';
    font-size: 17px;
    text-transform: inherit;
    margin-bottom: 0;
}

.rmaTY_req_form label {
    font-size: 15.5px;
    display: block;
    margin-bottom: 2px;
    font-weight: normal;
}

.rmaTY_req_form .rmt_25 {
    margin-top: 20px;
}

.rmaTY_common_sec .rma_comm_head {
    margin-bottom: 15px
}


/* RMA form and thankyou end */


/* refer a friend start */

.refer_frind_head {
    margin: 30px 0 0
}

.refer_frind_head h1:after {
    background: linear-gradient(to right, #000000 35.8%, transparent 29%, transparent 63.4%, #009fe3 64%)
}


/* refer a friend end */


/* video page start */

.fer-video-wra {
    padding: 40px 0px
}

.fer-video-wra h1 {
    margin-bottom: 40px
}

.fer-video-wra h1:after {
    background: linear-gradient(to right, #000000 45.3%, transparent 29%, transparent 55%, #009fe3 53%)
}

.fer-video-wra .customerVideoHeading p {
    color: #33404e;
    font-size: 18px;
}

.fer-video-wra .customerVideoHeading {
    margin-top: 30px
}

.fer-video-wra .overlay-container {
    background: #fafafa
}

.fer-video-wra .overlay-container_inner iframe {
    max-width: 100%;
    border: 0;
}

.fer-video-wra .customer_paginationblock {
    margin-bottom: 20px
}

.fer-video-wra .customerGalleryMain .video_info {
    background: #fafafa;
    padding: 20px
}

.fer-video-wra .customerGalleryMain .video_info h2 {
    overflow: hidden;
    clear: both;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    height: 50px;
    font-size: 22px;
}

.fer-video-wra .customerGalleryMain .video_info p {
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 15px;
}

.fer-video-wra .customerGalleryMain_filter_block select,
.fer-video-wra .customerGalleryMain_filter_block input {
    padding: 10px 45px 10px 15px;
    border-radius: 6px;
    height: unset;
}

.fer-video-wra .customerGalleryMain .video_info .btn {
    text-transform: uppercase;
    font-size: 15px;
    padding: 7px 25px;
    background: #009fe3;
    border: none;
}

.fer-video-wra .customerGalleryMain .video_info h2 a {
    color: #232323;
    text-decoration: unset;
}

.fer-video-wra .sidebar h1 {
    margin-bottom: 5px
}

.fer-video-wra .sidebar p {
    margin: 20px 0 35px;
    font-size: 16px;
}

.fer-video-wra .sidebar i,
.fer-video-wra .sidebar span {
    color: #a7a7a7;
    font-size: 13px;
}

.fer-video-wra .owl-buttons a {
    background: #009fe3;
    padding: 8px 30px 8px 30px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    margin: 8px 0;
}

.fer-video-wra .owl-buttons .prev-video {
    margin-bottom: 30px;
}

.fer-video-wra .customer_paginationblock {
    margin-bottom: 30px;
}

.customer_pagination span {
    display: inline-block;
    vertical-align: middle;
}


/* video page end */


/* terms conditions start */

.terms-condition {
    padding: 30px 0;
}

.terms-condition p,
.terms-condition span {
    color: #000!important;
    font-size: 15px;
    text-indent: 50px;
    line-height: 21px;
}

.terms-condition h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.terms-condition h5 {
    text-indent: 50px;
    text-transform: capitalize
}

.terms-condition .terms_address span {
    display: block;
    margin: 15px 0
}


/* terms conditions end */


/* brand page start */

.brand_wra h1:after {
    background: linear-gradient(to right, #000000 37.8%, transparent 29%, transparent 62%, #009fe3 62%);
}


/* brand page end */


/* req app page start */

.req_app h1:after {
    background: linear-gradient(to right, #000000 34.5%, transparent 29%, transparent 65.6%, #009fe3 60%)
}

.request-appointment .title {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 18px;
}

.request-appointment .form-control {
    border: 1px solid;
    box-shadow: none;
    border-radius: 4px;
}

.reqest-appointment .has-feedback label~.form-control-feedback {
    top: 44px;
    width: auto;
    height: auto;
    right: 15px;
    line-height: unset!important;
}

.reqest-appointment .comon-inputs .form-control {
    width: 15%;
    float: left;
    margin-right: 2%;
}

.reqest-appointment .comon-inputs {
    overflow: hidden;
    clear: both;
}


/* req app page end */

.track_orders .title,
.track_orders .control-label {
    color: #000!important
}

#track_order_form .btn-group {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3;
}

.show_click {
    opacity: 1.0 !important;
    visibility: visible !important;
}

.fruzzi_t_btm .ftooltiptext {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    bottom: auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    color: #454545;
    font-family: arial;
    font-size: 12px;
    left: -20%;
    margin-left: -77px;
    opacity: 0;
    padding: 5px 8px;
    position: absolute;
    right: 128%;
    text-align: center;
    top: 166%;
    transition: opacity 1s ease 0s;
    visibility: hidden;
    width: 278px;
    z-index: 2;
}

.fruzzi_t_btm .ftooltiptext b {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    box-shadow: 0 1px 0 #fff inset;
    display: block;
    height: 15px;
    margin-left: 117px;
    margin-top: -13px;
    position: absolute;
    transform: rotate(-45deg);
    width: 15px;
    z-index: 3;
}

.fruzzi_tooltip {
    position: relative;
    display: inline-block;
}

.fruzzi_tooltip .tooltiptext {
    background-color: #d3d3d3;
    border-radius: 4px;
    bottom: auto;
    color: #ffffff;
    font-size: 12px;
    opacity: 0;
    padding: 4px 0;
    position: absolute;
    right: 120%;
    text-align: center;
    top: -2px;
    transition: opacity 1s ease 0s;
    visibility: hidden;
    width: 83px;
    z-index: 1;
}

.fruzzi_tooltip .tooltiptext::after {
    border-color: transparent transparent transparent #d3d3d3;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 100%;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

.fruzzi_tooltip .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.cart.table .amount,
.cart.table .total-amount {
    text-align: left!important
}

.disc_amt span {
    width: 60px;
    display: inline-block;
    margin-left: -6px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fruzzi_tooltip .tooltiptext {
        right: -90px
    }
    .fruzzi_tooltip .tooltiptext::after {
        border-color: transparent transparent transparent #d3d3d3;
        border-style: solid;
        border-width: 5px;
        content: "";
        left: 100%;
        margin-top: -5px;
        position: absolute;
        left: -12%;
        transform: rotate(-180deg);
    }
    .sf_slider_section .owl-item .image-box .client {
        height: 168px
    }
    .item_table_block .item_table tbody tr:last-child td .cust-addcart {
        margin-bottom: 8px
    }
    .final_product_tabs_section .tech_tips_wra {
        padding: 20px 0px
    }
    .company-info-wrapper .info-section {
        padding: 20px 15px;
    }
    .main-navigation .navbar .navbar-nav,
    .header:not(.full-width) .main-navigation .navbar-nav {
        float: unset!important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .fruzzi_tooltip .tooltiptext::after {
        border-color: transparent transparent transparent #d3d3d3;
        border-style: solid;
        border-width: 5px;
        content: "";
        left: 100%;
        margin-top: -5px;
        position: absolute;
        right: 15%;
        transform: rotate(0deg);
    }
    .fruzzi_tooltip .tooltiptext {
        right: 42px;
    }
    .fruzzi_tooltip .tooltiptext::after {
        border-color: transparent transparent transparent #d3d3d3;
        border-style: solid;
        border-width: 5px;
        content: "";
        left: 100%;
        margin-top: -5px;
        position: absolute;
        top: 50%;
    }
    .header_ico_wra .ico-head {
        margin-top: 8px
    }
    .joinheadingsBlock:after {
        right: 0.7%
    }
}

@media screen and (max-width: 767px) {
    .reqest-appointment .comon-inputs .form-control {
        width: 31%;
        margin-right: 2%;
    }
    .billing_3cell_registration {
        width: 31.5%
    }
    .content-page-right-banner,
    .sectionBg {
        background: unset!important
    }
    .contact-right-panel {
        padding-top: 10px !important;
    }
    .cf-list {
        font-size: 15px;
    }
    .cf-list li {
        display: grid;
    }
    .sidebar {
        margin-top: 0px!important;
    }
    .contact-right-panel {
        padding-left: 0px!important;
    }
    .right-logo-img {
        margin: 0 0 0 -20px!important;
    }
    .contact-us-form .col-sm-2 {
        width: 100%!important;
    }
    .contact-us-form .col-sm-10 {
        width: 100%!important;
    }
    .content-page-right-banner .form-panel {
        padding-right: 20px!important;
    }
    .content-page-right-banner .form-panel .mr-15 {
        margin-right: 0px;
    }
    .contact-us-form .content-page-right-banner .col-md-3 {
        width: 100%!important;
    }
    .discount_input {
        max-width: 140px;
        margin-top: 8px;
    }
    #discount_code {
        margin-top: 5px
    }
    .about_dark_bg:after,
    .about_red_bg:after {
        content: unset
    }
    .fruzzi_tooltip .tooltiptext {
        left: 120% !important;
    }
    .fruzzi_tooltip .tooltiptext::after {
        border-color: transparent #d3d3d3 transparent transparent !important;
        left: -13% !important;
        right: 100% !important;
    }
    .fruzzi_t_btm .ftooltiptext {
        box-shadow: 0 2px 2.6px rgba(0, 0, 0, 0.2);
    }
    .fruzzi_t_btm .ftooltiptext {
        left: 20%;
    }
    .Search_by_Vehicle .search_btn {
        text-align: center!important
    }
    .Search_by_Vehicle .popup_add_to_cart,
    .Search_by_Vehicle #enableOnInput {
        margin-top: 10px!important
    }
    .my_order_bg .order-list .container .columns span.column {
        width: 150px
    }
    .my_account_p .nav-pills>li {
        float: inherit;
        margin: 7px;
    }
    .career_detais {
        height: 97px
    }
    .Search_by_Vehicle h1 {
        font-size: 30px
    }
    .Search_by_Vehicle h1:after {
        top: 52px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .contact-right-panel {
        padding-top: 10px !important;
    }
    .cf-list li {
        display: grid;
    }
    .sidebar {
        margin-top: 0px!important;
    }
    .contact-right-panel {
        padding-left: 0px!important;
    }
    .right-logo-img {
        margin: 0 0 0 -20px!important;
    }
    .contact-us-form .content-page-right-banner .col-md-3 {
        width: 100%!important;
    }
    .header-top .col-md-9 .col-md-12 {
        background-color: #009fe3
    }
    .header-top {
        background-position: left -20% top -18px, right top
    }
    /* .header-form-open {
		display: none!important;
	} */
    .about_dark_bg:after {
        left: -24%;
    }
    .about_red_bg:after {
        left: 16%;
    }
    .navbar.navbar-default {
        min-height: auto;
        margin: 10px 0;
    }
    .joinheadingsBlock:after {
        right: 6.2%
    }
}

@media(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    .header-top .col-md-9 .col-md-12 {
        background-color: transparent
    }
    .header-top {
        background-position: left -87% top -1px, right top;
        background-size: 70%, auto;
    }
    .navbar.navbar-default {
        min-height: auto;
        margin: 10px 0;
        text-align: center
    }
    .navbar.navbar-default .nav>li {
        float: unset;
        display: inline-block;
    }
    .header-top {
        background-position: left -87% top -1px, right top;
        background-size: 70%, auto;
    }
    .joinheadingsBlock:after {
        right: 0.5%
    }
}

@media screen and (max-width: 980px) {
    .content-page-right-banner,
    .sectionBg,
    .dealer_inquiries_section {
        background: unset!important;
    }
    .contact-us-form .col-sm-2 {
        width: 25%
    }
    .contact-us-form .col-sm-10 {
        width: 75%;
    }
    /* 	.contact-us-form  .col-md-8 {
		width:70%
	}
	.contact-us-form  .col-md-3 {
    width: 25%;
	} */
    .contact-right-panel {
        padding-left: 30px;
    }
    .contact-us-form .col-lg-offset-1 {
        margin-left: 2% !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px)and (orientation: portrait) {
    .contact-us-form .col-lg-offset-1 {
        margin-left: 3%!important;
    }
    .contact-us-form .content-page-right-banner .col-md-3 {
        width: 30%!important;
    }
    .contact-right-panel {
        padding-top: 265px!important;
    }
}

@media screen and (max-width: 1980px) {
    .contact-us-form .col-lg-offset-1 {
        margin-left: 8%;
    }
}

.captcha_val {
    width: 40px;
    padding-right: 15px;
    text-align: center;
    display: inline-block;
}

.error {
    padding-top: 5px;
    color: red;
}

.map-popup {
    background: #f8f8f8;
    border: 2px solid #818181;
    border-radius: 4px;
    padding: 9px 14px;
    position: fixed;
    text-align: center;
    color: #464646;
    font-size: 12px;
    font-weight: lighter;
}

.map-popup .text,
.map-popup a.cta-text {
    display: block;
}

.map-popup a.cta-text {
    font-size: 15px;
    font-weight: bold;
    margin-top: -4px;
    text-decoration: none;
    color: #009fe3!important
}

@media(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    .content-page-right-banner,
    .dealer_inquiries_section {
        background-position: right -250% top 0px
    }
}

@media screen and (min-width: 1920px) {
    .slider-banner-container {
        /* height: 871px !important; */
    }
    .content-page-right-banner,
    .dealer_inquiries_section {
        background-position: right 0% top 0px
    }
    .dealer_locator_info {
        background-position: top left;
    }
}

@media screen and (max-width: 767px) {
    .customer_service_section .support_tab>li.active>a:after {
        font-family: "FontAwesome";
        content: "\f146";
        position: absolute;
        right: 15px;
        font-size: 14px;
        font-weight: 300;
        top: 50%;
        line-height: 1;
        margin-top: -7px;
    }
    .customer_service_section .support_tab>li>a:after {
        font-family: "FontAwesome";
        content: "\f0fe";
        position: absolute;
        right: 15px;
        font-size: 14px;
        font-weight: 300;
        top: 50%;
        line-height: 1;
        margin-top: -7px;
    }
    .header-form-open {
        display: none!important;
    }
    .joinheadingsBlock:after {
        content: unset
    }
    .dealer_head h1,
    .cont_head h1 {
        height: unset
    }
}

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

.nolocation_container {
    padding-top: 50px;
}

.nolocation_container .nolocations_title {
    color: #232323;
    font-size: 36px;
    text-align: center;
    line-height: 0.9 !important;
}

.nolocation_container .nolocations_desc {
    color: #232323;
    font-size: 22px;
    text-align: center;
    line-height: 1.3 !important;
}

.nolocations_addr_info_block {
    background-color: #009fe3;
    padding: 10px 10px 10px 60px;
    text-align: left;
}

.nolocations_addr_info_block p {
    color: #fff;
    margin-bottom: 5px;
}

.nolocations_addr_info_block .btn_request_more {
    color: #fff;
    font-size: 12px;
    background-color: #292623;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: none;
}


/*css for send_email_form_block*/

.search_final_landing_container_emailblock {
    padding: 50px 15px;
}

.send_email_form_block {
    width: 55%;
    margin: 0 auto;
}

.email_block_title {
    font-size: 26px;
    text-align: center;
    padding: 12px;
    display: inline-block;
    margin: 0 auto;
    color: #009fe3;
    font-family: 'robotobold';
}

.send_email_form_block .contact-form label {
    text-align: left;
    color: #232323;
}

.send_email_form_block .contact-form b,
.send_email_form_block .contact-form span,
.send_email_form_block .contact-form .content-title {
    color: #232323;
}

@media screen and (max-width: 767px) {
    .send_email_form_block {
        width: 100%;
    }
    .email_block_title {
        /* margin: 30px auto 0; */
        font-size: 22px;
    }
    .customerGalleryMain .customerGalleryMain_filter_block label {
        width: 100% !important
    }
    #iconfig_content {
        min-width: 100% !important;
    }
    #iconfig_vehiclefront {
        width: 100% !important;
    }
    .iconfig_vehicleStartChildInner {
        width: 100%;
    }
    .iframeBlockforWheels #iconfig_page {
        width: 100% !important;
    }
    .full-text-container {
        position: relative;
        padding: 10px 15px !important
    }
    .our_exteam {
        padding: 0
    }
    .common-sect .full-text-container img {
        margin: 0 auto
    }
}


/* loveit popup css starts here*/

.modal-content .modal-header {
    background-color: #009fe3;
}

.rating-container .filled-stars {
    color: #009fe3 !important;
}

.wishlist.text-dark {
    color: #009fe3;
}

.css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.pr_compare input:checked~.checkmark {
    background-color: #009fe3
}

.check_box {
    display: inline-block;
    width: 110px;
}

.compare_box {
    display: inline-block;
    margin-left: 15px
}

.css-checkbox+label.css-label {
    min-height: 0;
    padding-left: 37px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    color: #5a5b64;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/sf_csscheckbox_uncheck.png);
}

.css-checkbox:checked+label.css-label {
    background-image: url(../images/acs_csscheckbox_check.png);
}

.cust-hide {
    float: right;
    display: inline-block
}


/**/

.icon_position {
    position: absolute;
    width: 100%;
    text-align: center
}


/*new request css starts here*/

.wheel_cat_listing_background .isotope-container .isotope-item {
    display: inline-block;
    position: unset !important;
    float: none;
    margin: 0 -2px 2rem;
    vertical-align: top;
}

.compare_head h1:after {
    background: linear-gradient(to right, #000000 34.5%, transparent 29%, transparent 65.6%, #009fe3 60%)
}

@media screen and (max-width: 1024px) {
    .wheel_cat_listing_background .container .row {
        margin: 0;
    }
}


/*upto here*/


/* for showing sub menu right side */

.menu_open_left {
    right: 100% !important;
    left: auto !important;
}


/* for showing sub menu right side */


/*css for page loader*/

.page-loader-4 .pace .pace-progress {
    background-color: #b23212;
    font-family: 'Roboto';
    font-size: 16px;
}


/*upto here*/


/*css for social icons on blogs page*/

.blogs_listing_SL {
    padding: 0 10px 10px;
}

.SL_blogslisting {
    margin-top: 0;
}

.blogsreadmore {
    margin: 20px 0;
}

.blogs_listing_SL .social-links li a:hover,
.blogs_details_SL .social-links li a:hover {
    background-color: transparent;
    border-color: #009fe3;
    color: #009fe3;
}


/*upto here*/


/* css changes for love it popup */

form.mt-0 {
    margin-top: 0;
}

.form-group .Alianza_text {
    padding-left: 0;
    font-style: normal;
    font-size: 18px;
    color: #292623;
    font-weight: normal;
}

.modal-content .modal-title {
    color: #ffffff;
    padding-left: 0;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
}

.sweet-alert .sa-button-container .confirm {
    color: #fff!important;
    background-color: #009fe3!important;
}

.sweet-alert .sa-button-container .cancel {
    color: #fff!important;
    background-color: #009fe3!important;
}

/*==============suraj add Media query on 19-1-2018===============*/

@media only screen and (min-width:320px) and (max-width:767px) {
    .rocket-dealer {
        margin-top: 0% !important;
    }
    .headtop {
        margin-top: 0% !important;
    }
    /* .headtop{
	padding-top: 13% !important;
} */
    .dealer_inquiries_section {
        /*=======suraj add on 5-2-2016=========*/
        background: unset
    }
    .final_product_landing_section .owl-carousel {
        margin-bottom: 20px !important;
    }
    .final_product_landing_section .owl-buttons {
        display: none !important;
    }
    .order-complete-btn {
        float: inherit!important;
        display: block!important;
        text-align: center;
    }
    .confirm-order-mainpg h1,
    .cart-section h1.f-med {
        font-size: 26px;
        text-align: center
    }
    .confirm-order-mainpg .order-complete-btn {
        margin-top: 10px
    }
    .cart-section .buttoncolor {
        text-align: center
    }
}


/*==============end===============*/

@media only screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
    .headtop {
        margin-top: 0% !important;
    }
    .headtop {
        padding-top: 7% !important;
    }
}

.footer-content .separator {
    margin: 20px auto 20px !important;
}

.dealer_info_body span a {
    color: #232323!important;
    border-color: #232323;
}


/*********mobile landscape all********/

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
    /* .rocketracing-top{
	margin-top:15% !important;
} */
    .rocket_logo_position {
        float: left;
        width: 80%;
        /* height:100%; */
    }
    .rocket_logo_position img {
        width: 30%;
        margin-bottom: 1rem;
    }
    .categoriesListBlock .col-sm-6 {
        float: left;
        width: 50%;
    }
    .categoriesListBlock .overlay-container {
        width: 100% !important;
    }
    .featuredListBlock .isotope-container>.col-md-4 {
        width: 50% !important;
        float: left;
    }
    .featuredListBlock .isotope-container .image-box {
        width: 100% !important;
    }
    .wheel_cat_listing_background .isotope-container .isotope-item {
        width: 50%;
        float: left;
        margin: 0;
        padding: 0 10px;
    }
    .wheel_cat_listing_background .overlay-container.overlay-container_cat_details {
        width: 100%;
    }
    .dealer_locator_list .onlinedealers_list {
        width: 50%;
    }
    .categoriesBlock {
        margin-top: 13%;
    }
}


/*********iphone x********/

@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
    .hideOn768 {
        display: none;
    }
    .showOn768 {
        display: block !important;
    }
    .rocket_logo_position {
        position: relative;
    }
    .categoriesListBlock {
        width: 100%;
    }
    .overlay-container_cat_home {
        width: 100%;
    }
    .fliterbyList.nav-pills>li>a {
        padding: 10px 5px;
        font-size: 12px;
    }
    .featuredListBlock {
        width: 100%;
    }
    .dealer_locator_list {
        margin: 15% 0 3%;
    }
    .dealer_locator_info {
        height: 100%;
    }
    /* .RocketMainSectionMargin {
    margin-top: 30%;
} */
    .dealer_inquiries_section {
        background-image: none;
    }
    .dealer_inquiries_section .contact-form1 {
        float: left;
        width: 90%;
    }
    .main-navigation.animated .navbar-default .navbar-nav>li>a {
        padding: 15px 15px;
    }
    .contact-right-panel {
        padding-top: 0;
    }
    .fruzzi_tooltip .tooltiptext {
        right: -100px;
    }
    .fruzzi_tooltip .tooltiptext::after {
        left: -13%;
        transform: rotate(-180deg);
        width: 0px;
    }
    .categories_titleBlock {
        top: -3%;
    }
    .customerGalleryMain .customerGalleryMain_filter_block {
        margin: 0 !important;
        width: 50%;
        padding: 8px 15px;
        float: left;
    }
    .customerGalleryMain .customerGalleryMain_filter_block select {
        width: 100% !important;
    }
    .viewcart_mob {
        min-width: 280px
    }
    .discount_input {
        max-width: 146px
    }
    .header-top {
        background-position: left -200% top, right top!important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .cust-support.final-wheel-details {
        width: 100%;
    }
    .home-feature-cat .img-box-set .overlay-container {
        height: 183px
    }
    .home-feature-cat .categories_bg_inner .center-product .overlay-container {
        height: 381px;
    }
    .header-top {
        background-position: left -57% top, right top;
        background-size: 65%, auto;
    }
    .content-page-right-banner,
    .dealer_inquiries_section {
        background-position: right -275% top 0px;
    }
    /* .main-navigation.animated .navbar-default .navbar-nav > li.veh-sea {
		position: static;
		margin-top: 10px;
	}
	.main-navigation.animated .navbar-default .navbar-nav > li.veh-sea a {
		margin: 0 0 10px;
		color: #000!important
	} */
    .rocket_logo_position img {
        max-width: 225px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .main-navigation.animated .navbar-default .navbar-nav>li>a {
        padding: 8px 12px !important;
    }
    .wheel_cat_listing_background .isotope-container .isotope-item {
        display: block;
        float: left;
        padding: 0 15px;
    }
    /* .main-navigation.animated .navbar-default .navbar-nav > li.veh-sea {
	position: static
}
.main-navigation.animated .navbar-default .navbar-nav > li.veh-sea a {
	margin: 0;
    color: #000!important;
	padding: 8px 0!important
}
.main-navigation.animated .navbar-default .navbar-nav > li.veh-sea a:hover,
.main-navigation.animated .navbar-default .navbar-nav > li.veh-sea a:focus {
	color: #fff!important
} */
    .main-navigation.animated .navbar-default .navbar-nav>li.veh-sea a {
        margin-top: 3px
    }
    .dark-bg.footer-top.call-to-action-home h1 {
        font-size: 31px
    }
    .itseasysection:after {
        background: linear-gradient(to right, #009fe3 30.7%, transparent 29%, transparent 65%, #009fe3 81%)
    }
    .featuredsectionTitleBlock h1:after {
        background: linear-gradient(to right, #000000 17.8%, transparent 14%, transparent 82%, #009fe3 60%)
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .featuredSectionInner {
        width: 100%
    }
    .featuredListBlock {
        width: 96%;
    }
    .itseasysection .itseasycontainer {
        width: 100%
    }
    .footer-content .contact-aside-address li {
        display: block!important;
        overflow: hidden;
        clear: both
    }
    .footer-content .contact-aside-address .add-content {
        margin-left: 0px!important;
        width: auto!important;
    }
    .full-text-container {
        display: table-cell;
        vertical-align: middle!important;
        width: 50%;
        padding: 0 50px;
        position: relative;
    }
    .header-form-open {
        padding-top: 15px!important
    }
    /* .main-navigation.animated .navbar-default .navbar-nav > li > a {
		color: #fff!important
	} */
    .navbar.navbar-default .nav>li {
        float: unset;
        display: inline-block;
    }
}

@media (max-width: 1199px) and (min-width: 480px) {
    .owl-item .overlay-container:hover .overlay-top,
    .owl-item .overlay-container:hover .overlay-bottom {
        height: 50%;
    }
}

.border-b a {
    border-bottom: 1px solid #009fe3!important
}

.category-title {
    height: 85px;
    background: #eee;
}

.prod-title h2 {
    margin: 0;
    background: #eee;
    padding: 8px 10px;
    text-transform: capitalize;
    height: 80px;
    overflow: hidden;
    display: table;
    width: 100%;
    font-size: 18px;
}

.category-title h3 {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    height: auto !important;
}

.wicked-cate-wra .prod-title h2 {
    text-transform: none;
}

.prod-title h2 a {
    display: table-cell;
    vertical-align: middle;
}


/************25/10/2018**************/

.home-category .overlay-container .text h3 {
    line-height: 23px;
}

.overlay-container .text h3 {
    line-height: 21px;
}

#circle {
    width: 50px;
    height: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: url(../images/arrow-scroll.png) no-repeat center;
    background-color: #FFFFFF;
}

.scrollup {
    width: 65px;
    height: 65px;
    text-indent: -9999px;
    opacity: 0.7;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
    z-index: 9;
}

#small-chat :hover {
    color: #fff !important;
    text-decoration: none !important;
}


/* .fa-shopping-cart {
    margin-top: 2px;
} */

.open-small-chat {
    height: 38px;
    width: 38px;
    display: block;
    background: #009fe3;
    padding: 9px 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.open-small-chat:focus {
    color: #fff
}

#small-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

#small-chat .badge {
    position: absolute;
    top: -8px;
	left: 50%;
    transform: translate(-50%,0);
}

.btn_circle .badge {
    position: absolute;
    right: -3px;
    top: -4px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.badge_sale {
    border: 1px solid #FFB718;
    background-color: rgba(255, 255, 255, 0.95);
    color: #FFB718;
    font-weight: 400;
    padding: 4px;
    top: 10px;
    right: 10px;
    border-radius: 2px;
}

.label-warning,
.badge-warning {
    background-color: #009fe3 !important;
    color: #fff;
}

.product_landing {
    padding: 20px 0 50px
}

.product_landing .product_title_box h1,
.wicked_prod_variation h1 {
    font-size: 30px!important
}

.product_landing .product_title_box h1 .clear_search a,
.wicked_prod_variation h1 .clear_search a {
    font-size: 12px!important;
    color: #e90008;
}

h3.filter-title {
    position: relative;
    margin-bottom: -1px;
}

.product_landing .filter-title a {
    background-color: #009fe3;
    color: #fff;
    padding: 5px 25px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
    display: block
}

.product_landing .f-30 {
    font-size: 30px;
}

.product_landing .rating_box {
    display: block;
    cursor: pointer;
}

.product_landing .body h4 a:active {
    color: #c62026
}

.product_landing .check_box {
    display: block;
    width: 100%
}

.product_landing .filter-title a,
.product_landing .filter-title a:hover {
    text-decoration: none;
}

.product_landing .sub-body {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.product_landing .f-12 {
    font-size: 12px !important;
}

.product_landing .product-single-img {
    height: 160px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
}

.product_landing .p-10 {
    padding: 10px;
}

.product_landing .listing-item .body {
    padding: 0px;
}

.product_landing .css-checkbox+label.css-label {
    height: auto;
    padding-left: 37px;
    min-height: 28px;
    display: inline-block;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    color: #5a5b64;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/sf_csscheckbox_uncheck.png);
}

.product_landing .sidebar-filter {
    padding: 15px 20px;
    border: 1px solid #d3d3d3;
}

.serch-result-brand img,
.product_landing .product-single-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto!important;
    min-height: auto;
}

.product_landing .sf_brand_box .promo-tag {
    overflow: hidden;
    clear: both;
    height: 30px;
}

.product_landing .listing-item .sub-body .btn-sm-link {
    padding: 5px 0px
}

.product_landing .collapse-style-2 .panel-heading a,
.product_landing .collapse-style-2 .panel-heading a.collapsed {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    font-family: 'DIN-Regular';
    padding-left: 0;
}

.product_landing .padding-hor-clear {
    padding-right: 15px!important
}

.product-col {
    border: 1px solid #d3d3d3;
    margin-bottom: 15px;
    box-shadow: 4px 4px 0 #e8e8e8;
}

.product-col .text-top {
    height: 50px;
    position: relative;
}

.brand_logo_small {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.product_landing .sf_information_box .f-bold-o {
    color: #009fe3;
    font-size: 29px;
    margin-bottom: 15px!important;
}

.product_landing .rating_box .text-default {
    color: #009fe3
}

.product_landing .css-checkbox+label.css-label {
    height: auto;
    padding-left: 37px;
    min-height: 28px;
    display: inline-block;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    color: #5a5b64;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/sf_csscheckbox_uncheck.png);
}

.css-checkbox:checked+label.css-label {
    background-image: url(../images/acs_csscheckbox_check.png);
}

@media (max-width:767px) {
    .compare_product_wra {
        padding: 30px 10px;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        text-align: center
    }
    .compare_product_wra .dropdown-menu .panel-body {
        text-align: left !important
    }
    .compare_product_wra .dropdown-menu .panel-body a {
        margin: 0 !important;
        color: #333333 !important;
        font-size: 12px !important;
        padding: 5px 15px !important
    }
    .compare_product_wra .dropdown-menu {
        left: 21%;
        max-width: 220px;
        position: absolute!important;
        top: 55px;
    }
    .compare_product_wra .circle-button {
        background-color: #000 !important;
        float: none
    }
    .my-acc-login-bg {
        padding: 0;
    }
    .compare_box {
        margin-left: 3px
    }
    .cart {
        border-bottom-color: transparent
    }
}

@media only screen and (max-width:480px) {
    .index-blog-wra .blog-section .blog-img img {
        width: 100%;
        max-height: 100%;
    }
    .index-blog-wra .blog-section .blog-img>div {
        height: auto;
    }
}

.content-slider-with-controls-autoplay .owl-buttons div {
    padding: 15px 10px;
}

.text_box {
    color: #848484;
    text-decoration: none;
    background-color: transparent !important;
    transition: all 0.2s ease-in-out 0s;
}

.text_box a:hover,
.text_box a.active {
    background-color: transparent !important;
}

.text_box:hover {
    color: red;
    text-decoration: none;
    background-color: transparent !important;
    transition: all 0.2s ease-in-out 0s;
}


/* / 2) for button changes  / */

.button_box_without_hover {
    background-color: pink;
    border-radius: 6px;
    color: #ffffff;
    margin: 12px 0;
    padding: 3px 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out 0s;
}

.button_box {
    background-color: pink;
    border-radius: 6px;
    color: #ffffff;
    margin: 12px 0;
    /* padding: 3px 12px !important; */
    text-decoration: none !important;
    transition: all 0.2s ease-in-out 0s;
}

.button_box:hover {
    background-color: blue !important;
    border-radius: 6px;
    color: #ffffff;
    /* margin: 12px 0;
  padding: 3px 12px !important; */
    text-decoration: none !important;
    transition: all 0.2s ease-in-out 0s;
}


/* / 2) for button changes  / */


/* / 2) for button changes  / */

.text_button_box {
    background-color: transparent !important;
    border-radius: 6px;
    color: #ffffff;
    margin: 12px 0;
    padding: 3px 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out 0s;
}

.text_button_box:hover {
    background-color: #ef5c22 !important;
    border-radius: 6px;
    color: #ffffff;
    margin: 12px 0;
    padding: 3px 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out 0s !important;
}


/* / 2) for button changes  / */


/* / 3) for pill changes  / */

.pill_without_hover {
    text-decoration: none;
    background: #43959c linear-gradient(to bottom, #43959c 5%, #43959c 100%) repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 5px 2px #23395e inset;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-weight: 800;
    padding: 3px 12px !important;
    text-decoration: none !important;
    text-shadow: 0 1px 10px #263666;
    margin: 12px 0;
    transition: all 0.2s ease-in-out 0s;
}

.pill {
    text-decoration: none;
    background: #43959c linear-gradient(to bottom, #43959c 5%, #43959c 100%) repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 5px 2px #23395e inset;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-weight: 800;
    padding: 3px 12px !important;
    text-decoration: none !important;
    text-shadow: 0 1px 10px #263666;
    margin: 12px 0;
    transition: all 0.2s ease-in-out 0s;
}

.pill:hover {
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.2) linear-gradient(to bottom, #43959c 5%, #43959c 100%) repeat scroll 0 0 !important;
    border: 3px solid rgba(0, 0, 0, 0.2) !important;
}


/* / 3) for pill changes  / */


/* / 4) for circle and cart changes  /  */

.circle_without_hover {
    background-color: transparent;
    border: 1px solid #408c95;
    border-radius: 100%;
    height: 40px;
    line-height: 38px;
    margin: 0;
    margin: 8px 0 !important;
    padding: 0;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
}

.circle_without_i {
    color: #408c95;
    font-size: 15px !important;
    line-height: 10px !important;
    text-align: center;
    margin-top: 0 !important;
}

.circle_row2 {
    background-color: transparent;
    border: 1px solid #408c95;
    border-radius: 100%;
    height: 40px;
    line-height: 38px;
    margin: 0;
    margin: 8px 0 !important;
    padding: 0;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
}

.circle_row2:hover {
    background-color: #408c95 !important;
    border: 1px solid #408c95 !important;
}

.circle_row2_i {
    color: #408c95;
    font-size: 15px !important;
    line-height: 10px !important;
    text-align: center;
    margin-top: 0 !important;
}

.menu_circle {
    background-color: transparent;
    border: 1px solid #408c95;
    border-radius: 100%;
    height: 40px;
    line-height: 38px;
    margin: 0;
    margin: 12px 0;
    padding: 0;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
}

.menu_circle:hover {
    background-color: #408c95 !important;
    border: 1px solid #408c95 !important;
}

.circlei {
    color: #408c95;
    font-size: 15px !important;
    line-height: 40px !important;
    text-align: center;
    margin-top: 0 !important;
}

.menu_circle:hover .circlei {
    font-size: 15px !important;
    line-height: 40px !important;
    text-align: center;
    color: white;
    margin-top: 0 !important;
}


/* / 4) for pill changes  / */


/* / 4) for Cart changes  / */

.cart_without_hover {
    background-color: transparent;
    border: 1px solid #408c95;
    border-radius: 100%;
    height: 40px;
    line-height: 38px;
    margin: 0;
    margin: 12px 0;
    padding: 0;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
}

.t_cart {
    background-color: transparent;
    border: 1px solid #408c95;
    border-radius: 100%;
    height: 40px;
    line-height: 38px;
    margin: 0;
    margin: 12px 0;
    padding: 0;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
}

.t_cart:hover {
    background-color: #408c95 !important;
    border: 1px solid #408c95 !important;
}

.call-to-action-home .btn-danger {
    border-color: #009fe3;
    background-color: #009fe3;
}

.c_breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb-container .breadcrumb>li.active a,
.breadcrumb-container .breadcrumb>li:nth-last-child(1) a,
.breadcrumb-container .breadcrumb>li:nth-last-child(1) u {
    font-family: 'robotobold';
}

.overlay-shadow {
    height: 430px!important;
}


/*=========== Catalog =========*/

.cata_log_box .title,
.fer-catalog-wra .catalog_heading_info .catalog_title_Block h2,
.fer-catalog-wra .catalog_image_block .catalog_data h2 {
    color: #009fe3;
}

.cata_detail_box .links a.btn,
.fer-catalog-wra .catalog_image_block .catalog_data a {
    background-color: #009fe3;
}

.cata_detail_box .links a.btn:hover {
    color: #000;
}
#fp_tab8{
    display: none !important;
}
#fp_tab8.active.in{
    display: block !important;
}
@media only screen and (min-width: 767px) {
	.fer-video-wra .customerGalleryMain .video_info p {
    height: 90px!important;
}
}