common*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&subset=devanagari,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


/* @font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('/fonts/Poppins.woff') format('woff'), url('/fonts/Poppins.ttf') format('truetype'), url('/fonts/Poppins.svg#Poppins') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('/fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Poppins-Light.woff?') format('woff'), url('/fonts/Poppins-Light.ttf?') format('truetype'), url('/fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Poppins-Medium.woff?') format('woff'), url('/fonts/Poppins-Medium.ttf?') format('truetype'), url('/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Poppins-Regular.woff?') format('woff'), url('/fonts/Poppins-Regular.ttf?') format('truetype'), url('/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/Poppins-SemiBold.woff?') format('woff'), url('/fonts/Poppins-SemiBold.ttf?') format('truetype'), url('/fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Adam';
  src: url('/fonts/ADAM.CG PRO.otf') format("opentype");
    font-weight: normal;
    font-weight: normal;
    font-style: normal;
}
 */


/*
----------------------------------------------------------

#Normalize

----------------------------------------------------------
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family:"Coda", sans-serif;
  overflow-x: hidden;
}
html,body{
  margin: 0;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover,button {
  outline: 0;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  /*margin: 0.67em 0 !important;*/
  margin: 0 !important;
}
.mg-0{
  margin:0 !important;
}
.pd-0{
  padding:0 !important;
}
a.visually-hidden.focusable.skip-link {
    display: none;
}
#sd {
  min-height: -moz-calc(100% - 180px);
  min-height: -webkit-calc(100% - 180px);
  min-height: calc(100% - 180px);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.92));
  display: flex;
}
.dialog-off-canvas-main-canvas {
    height: 100%;
}
#sd > div{
  width: 100%;
}
.region.region-content {
    height: 100%;
}
div#block-home-content {
    height: 100%;
}
a{
  text-decoration: none;
  outline: none;
}
a:hover{
  text-decoration: none;
  color: inherit;
  outline: none;
}
button{
  outline: none;
}
.contextual-region {
  position: unset !important
}
button.actions-btn.bs-deselect-all.btn.btn-default,button.actions-btn.bs-select-all.btn.btn-default{
  width: 100% !important;
  margin-left: 0px;
  border-radius: 0;
}
body.path-frontpage button.actions-btn.bs-deselect-all.btn.btn-default,body.path-frontpage button.actions-btn.bs-select-all.btn.btn-default{
  width: 100% !important;
  margin-left: 0px;
  border-radius: 0;
}
.mmy-cntr .bootstrap-select > .dropdown-toggle {
    padding: 6px 8px 6px 12px !important;
    font-size: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 2px;
}
.mmy-cntr .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 6px;
    margin-top: -3px;
}
.mmy-cntr span.filter-option.pull-left{
    float: none !important;
}
/*End common*/

/*header*/
header {
    background: #E34725;
    padding: 10px 10px;
    height: 90px;
    position: relative;
}
.cust-nav ul{
  display: block;
}
.cust-nav li{
  display: inline-block;
}
.flx{
  display: flex;
  align-items:  center;
}
.logo{
  /*border: 1px solid #151313;*/
  display: inline-block;
}
.logo img{
  width: 178px;
  object-fit: contain;
}
.nav.cust-nav{
  border: 1px solid #151313;
}
.cust-nav ul {
  margin:0;
  padding:0;
}
.cust-nav li a {
    padding: 0 40px;
    color: #fff;
    font-size: 22px;
    font-family: 'futura_bk_btbook';
    text-align: left;
    font-size: 22px;
    letter-spacing: 0.44px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}
#navbar li a:hover {
    color: #000 !important;
    transition: 0.3s;
    font-weight: bold;
}
#navbar li.menu-item.menu-item--active-trail a,#navbar li.menu-item a.is-active{
    color: #000 !important;
    transition: 0.3s;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
.logo img {
    width: 160px;
}
.src-frm {
   float: unset !important;
   width: auto !important;
}
.path-partlist .src-frm {
    float: unset !important;
    width: 250px !important;
}
.path-product-desc .src-frm {
    float: unset !important;
    width: 250px !important;
}
.ymm-inpt-rgt{
  width: 100% !important;
  margin: 15px auto;
}
.path-product-desc .sch-blk{
  padding-top: 30px;
}
}
@media only screen and (min-width: 811px) and (max-width: 969px) {
#navbar li a{
   padding: 0 10px !important;
}
}
/*End header*/
/*sub header*/
.ymm-rgt a:hover {
  color: #222222
}

/* Dropdown */

.ymm-rgt  .dropdown {
  display: table;
  position: relative;
  margin:0 auto;
}

.ymm-rgt  .dd-button {
    display: inline-block;
    border: 2px solid #f8a81e;
    border-radius: 4px;
    padding: 8px 40px 8px 30px;
    background-color: rgba(255, 255, 255, 0.01);
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    border-radius: 25px;
    /* font-family: 'futuramedium'; */
    /* font-family: 'futura_mdcn_btmedium'; */
    font-family: 'futuralight';
    letter-spacing: 1.5px;
    font-size: 18px;
    font-weight: 100;
}

.ymm-rgt  .dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.ymm-rgt  .dd-button:hover {
  background-color: #eeeeee;
}


.ymm-rgt  .dd-input {
  display: none;
}

.ymm-rgt  .dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.ymm-rgt  .dd-input + .dd-menu {
  display: none;
}

.ymm-rgt  .dd-input:checked + .dd-menu {
  display: block;
}

.ymm-rgt  .dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.ymm-rgt  .dd-menu li:hover {
  background-color: #f6f6f6;
}

.ymm-rgt  .dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.ymm-rgt  .dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.sde-rgt{
  width: 100%;
}
.in-ymm .sde-rgt {
    display: table-cell;
    vertical-align: middle;
}
.drp-lst {
    display: inline-block;
    margin: 0 5px;
}

/*.ymm-inpt-rgt .searchform div {
height: 30px;
width: 193px;
}*/

.ymm-inpt-rgt .searchboxwrapper {
position: relative;
    border-bottom: 1px solid #f8a81e;
}
.path-frontpage .ymm-inpt-rgt .searchboxwrapper {
border-bottom: 2px solid #fff;
}
.ymm-inpt-rgt .searchbox {
    border-bottom: none;
    outline: none;
    font: 18px 'Montserrat', sans-serif;
    color: #777;
    width: 89%;
    height: 30px;
    background: rgba(255, 255, 255, 0);
    padding-left: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'futuralightbt';
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ymm-inpt-rgt .searchsubmit {
    font-family: 'FontAwesome';
    width: 24px;
    height: 24px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    cursor: hand;
    cursor: pointer;
    font-size: 18px;
    opacity: 0.8;
    outline: none;
}
.ymm-rgt {
    width: 50%;
    position: relative;
    float: left;
}
.ymm-rgt:after {
    border: 0.9px solid #4D4D4D;
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    top: 5px;
    bottom: 0;
    right: -10px;
}
.ymm-inpt-rgt {
    /* display: inline-block; */
    width: 50%;
    margin-left: 5px;
    float: left;
}
.sch-blk {
    display: block;
    margin: 0 16px;
}
body.path-frontpage .sch-blk {
    display: table;
    margin: 0 auto;
    width: 90%;
}
.src-frm {
    float: left;
    width: 46%;
}
#block-makemodelyearpartsearchblock .src-frm {
    margin-right: 19px;
}
.sde-rgt label{
  margin-bottom: 0;
}
.col-md-2.sub-bg-clr {
    background: #F8A81E;
    height: 70px;
    /*width: 14%;*/
}
.sub1-bg-clr{
  width: 86%;
  height: 70px;
  background: #282C33;
}
.col-md-10.flx.sub1-bg-clr{
  /*width: 86%;*/
  height: 70px;
  background: #282C33;
}
.prt-tpe h1{
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: 'TradeGothicLT-Bold';
    position: relative;
    color: #000000;
    margin: 0;
}
.prt-tpe {
    display: flex;
    border: 1px solid;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.prt-tpe-head{
  position: relative;
}
.prt-tpe-head:after {
    width: 0;
    height: 0px;
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    content: '';
}

.ymm-inpt-rgt .searchbox::placeholder{
  font-size: 18px;
  color: #ffffff;
  font-family: 'futuralightbt';
  letter-spacing: 1.44px;
}
.pos_lne{
  position: relative;
}
body.path-frontpage .src-frm{
  float: none;
}
body.path-frontpage .src-frm.pos_lne{
  margin-right: 25px;
}
.pos_lne:after{
  content: "";
  border: 1px solid #4D4D4D;
  width: 0px;
  height: 40px;
  position: absolute;
  right: -35px;
  bottom: 0;
  top: -2px;
}
.prt-tpe h1:after {
    content: '';
    border-bottom: 2px solid #1B1E23;
    position: absolute;
    bottom: -5px;
    width: 80%;
    left: 0;
    right: 0;
    /* display: table; */
    margin: 0 auto;
    /* clear: both; */
    height: 5px;
}
.prt-tpe-sub_menu {
    display: none;
    width: 100%;
    padding: 6px 18px;
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 69px;
    height: 50vh;
    background-color: #282C33;
    cursor: auto;
}
ul.prt-tpe-sub_menu li {
    padding: 5px 10px;
    position: relative;
    z-index: 50;
}
ul.prt-tpe-sub_menu li a{
    color: #DEDEDE;
    text-decoration: none;
    font-family: 'futuralightbt';
    font-size: 13px;
}
/*end sub header*/
/*cnt*/
/*.cnt {
    height: 80vh;
}*/
.fl-ht{
    height: 100%;
}
.aside {
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: block;
}
.side_cnt {
    padding: 0 20px;
    margin: 0;
}
.side_cnt h1 {
    color: #DEDEDE;
    font-family: 'Trade Gothic LT Bold';
    margin:0;
    padding-top: 15px;
    font-size: 22px;
}
.lst_prd {
    display: block;
}
.lst_prd a {
    display: block;
    padding: 13px 0;
    margin: 0;
    color: #DEDEDE;
    font-family: 'futuralightbt';
    font-size: 13px;
    letter-spacing: 1.76px;
}
.lst_prd a:hover ,.lst_prd a:focus{
    text-decoration: none;
    color: #DEDEDE;
}
.sde_fll{
  position: relative;
  background: #282C33;
}
.ymm {
    padding: 0;
    margin: 24px 0;
    /*height: 100%;*/
    height: auto;
    /* background: #000; */
    background-size: 100% 100%;
    opacity: 1;
    /*background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.54));*/
    display: flex;
}
/*End cnt*/
/*footer*/
footer {
    padding: 12px 0;
    background: #000000 0% 0% no-repeat padding-box;
    height: 90px;

}
.foot-cnt {
  display: flex;
  justify-content: center;
    height: 100%;
    padding: 12px 0;
    color: #fff;
}
.foot-logo {
    margin: 0;
    padding: 0;
}
.foot-cnt {
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 10px 0;
    color: #fff;
    width: 60%;
    font-family: 'futura_bk_btbook';
    font-size: 20px;

}
.foot-cnt span{
  color: #F8A81E;
  padding-right: 15px;
}
.foot-logo img{
    width: 130px;
    padding-left: 15px;
    object-fit: contain;
}
footer .row.flx.pd-0.mg-0.fl-ht {
    display: flex;
}
footer .flx {
    height: 100%;
}
/*End footer*/
/*part-list-page*/
.part-lst-pge {
    background: #1B1E23;
}
.sde-ctg {
    padding-left: 30px;
}
.sde-ctg a {
    display: block;
    color: #BFBFBF;
    font-family: 'futura_bk_btbook';
    font-size: 20px;
    padding: 6px 0px;
}
/*.ctg-fl {
    display: table;
    width: 95%;
    background: #414449;
    padding: 40px 40px;
    margin-bottom: 40px;
}*/
.inr-ctg-lst {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(151, 151, 151, 0.26);
    padding-top: 30px;
    padding-bottom: 30px;
}
.img-ctg,.ctg-cnt,.ctg-dtl {
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) {
.ctg-cnt{
  width: 50%;
}
.path-partlist .ymm-inpt-rgt .searchbox::placeholder{
  font-size: 13px;
}
}
.ctg-cnt h1 {
    margin: 0;
    padding: 0;
}
.img-ctg img {
    width: 150px;
    object-fit: contain;
}
.img-ctg {
    width: 15%;
}
.ctg-cnt h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'futuramedium';
    font-weight: 400;
    letter-spacing: 1.4px;
    font-size: 20px;
}
.ctg-cnt p {
    margin: 0;
    color: #B5B5B5;
    font-family: 'futura_bk_btbook';
    font-size: 16px;
    padding: 10px 0;
}
.ctg-cnt div {
    color: #F8A81E;
    font-family: 'futura_bk_btbook';
    font-size: 18px;
}
.ctg-dtl button,.ctg-dtl a{
     background: #F8A81E;
    border: none;
    color: #000;
    border-radius: 10px;
    padding: 15px 40px;
    text-transform: uppercase;
    font-family: 'futuraheavy';
    font-size: 17px;
  }
  .ctg-dtl a:hover {
    text-decoration: none;
    color: #000;
}
  .ctg-cnt div {
    color: #F8A81E;
    font-family: 'futura_bk_btbook';
    font-size: 18px;
}
.pgn-lst a {
    /* border: 1px solid red; */
    padding: 1px 10px;
    margin: 0 4px;
    font-family: 'futuramedium';
    color: #C2C2C2;
}
.pgn-lst {
    display: table-cell;
    vertical-align: middle;
}
.pgn {
    display: table;
    margin: 0 auto;
    padding-top: 40px;
}
.sde-ctg h1{
    color: #F8A81E;
    font-family: 'futura_bk_btbook';
    margin: 0;
    padding-top: 40px;
    font-size: 22px;
    letter-spacing: 1.4px;
}
.breadcrumb-prt-dtl {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
.breadcrumb-prt-dtl span {
    color: #9F9F9F;
    font-family: 'futura_bk_btbook';
    font-size: 18px;
}
.drp-lst-fltr a {
  text-decoration: none;
  color: #000000;
}

.drp-lst-fltr a:hover {
  color: #222222
}

/* Dropdown */

.drp-lst-fltr .dropdown {
  display: inline-block;
  position: relative;
}

.drp-lst-fltr .dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 8px 30px 8px 30px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    font-weight: 100;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'futura_bk_btbook';
    font-weight: 100;
}

.drp-lst-fltr .dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.drp-lst-fltr .dd-button:hover {
  /*background-color: #eeeeee;*/
}


.drp-lst-fltr .dd-input {
  display: none;
}

.drp-lst-fltr .dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #282C33;
    list-style-type: none;
    color: #fff;
}

.drp-lst-fltr .dd-input + .dd-menu {
  display: none;
}

.drp-lst-fltr .dd-input:checked + .dd-menu {
  display: block;
  width: 100%;
}

.drp-lst-fltr .dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'futura_bk_btbook';
  font-weight: 100;
}

/*.drp-lst-fltr .dd-menu li:hover {
  background-color: #f6f6f6;
}*/

.drp-lst-fltr .dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.drp-lst-fltr .dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.brd-drp-flt {
    display: block;
    width: 95%;
    position: relative;
    padding-top: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.fltr {
    position: absolute;
    top: 32px;
    right: 0;
    display: inline-block;
}
div#block-makemodelyearpartsearchblock{
  display: table;
  width: 100%;
}
.res_ctg,.res_fltr {
    position: absolute;
    top: -47px;
    left: 0;
    border: 1px solid gray;
    border-radius: 4px;
}
.ctg-tpe-head h1 ,.ctg-fltr-cnt h1{
    color: #fff;
    font-weight: 100;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'futura_bk_btbook';
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    padding: 9px 22px;
    text-transform: capitalize;
    margin: 0;
    line-height: initial;
}
.ctg-sub_menu {
    display: none;
    width: 300px;
    padding: 6px 18px;
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 38px;
    height: 50vh;
    overflow-y: scroll;
    background-color: #282C33;
    cursor: auto;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new.flt_category_blk .checkbox label {
    color: #fff;
    font-weight: 100;
    font-family: 'futura_bk_btbook';
}
@media only screen and (max-width: 991px) {
.new.flt_category_blk .checkbox{
    display: block !important;
}
.res_sear-head h1:after {
    width: 0;
    height: 0px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
}
.res_sear-head {
    display: table;
    margin: 0 auto;
    width: auto;
    position: relative;
}
.path-partlist .sch-blk {
    padding-top: 30px;
}
}
@media only screen and (min-width: 700px) and (max-width: 991px) {
.inr-ctg-lst{
    width: 48% !important;
    float: left !important;
    background-color: #414449 !important;
    margin: 5px 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.img-ctg img {
    width: 120px;
    height: 120px;
  }
  .ctg-fl{
    background-color: unset !important;
  }
  .fltr {
    top: -40px !important;
    right: 20px;
}
.res_ctg {
    top: -40px;
    left: 20px;
}
}
.path-partlist #sd{
  background-image: none;
  background: #1B1E23;
}
/*End part-list-page*/
/*part-list-filter*/
body.path-alternator-partlistfilter .res_ctg{
  display: none;
}
.drp-lstt1 .new {
  padding-top: 35px;
}

.drp-lstt1 .form-group {
  display: block;
  margin-bottom: 15px;
}

.drp-lstt1 .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.drp-lstt1 .form-group label {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-weight: 100;
  font-family: 'futura_bk_btbook';
}

.drp-lstt1 .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #707070;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: -1px;
}

.drp-lstt1 .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 4px;
    height: 11px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.drp-lstt1 .form-group input:checked + label:before {
    background: #f8a81e;
}
.chosen-container.chosen-container-single.chosen-select.chosen-container-single-nosearch.chosen-container-active.chosen-with-drop span {
    color: #f8a81e;
}
/*End part-list-filter*/

/*part detail page*/
.altr-dtlpge {
    background: #414449;
    margin: 0px 60px;
    padding: 60px 0px;
}
.innr-dtl-pge h1,.innr-dtl-pge p{
  margin:0;
  padding: 0;
  color: #fff;
}
.innr-dtl-pge span{
  color: #F8A81E;
  font-family: 'futura_bk_btbook';
  font-size: 16px;
}
.innr-dtl-pge h1{
  font-family: 'futuramedium';
  font-size: 40px;
}
.innr-dtl-pge p{
    font-family: 'futura_bk_btbook';
    padding: 20px 0;
    font-size: 18px;
}
.hgl h1{
  margin:0;
  padding: 0;
  font-family: 'futuramedium';
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0px;
}
.hgl {
    padding: 10px 0px;
}
.innr-hgl span {
    display: table;
    color: #D8D8D8;
    font-family: 'futuralightbt';
    padding: 6px 0;
    font-size: 15px;
}
.blk_inl button {
    background: #F8A81E;
    border: none;
    color: #000000;
}
.blk_inl button {
    background: #F8A81E;
    border: none;
    color: #000000;
    border-radius: 5px;
    padding: 5px 8px;
    font-family: 'futuraheavy';
    text-transform: uppercase;
    font-size: 13px;
    margin: 6px 4px;
}
.blk_inl button a:hover{
    color: #000000;
    text-decoration: none;
}
.dtl-pge {
    border-left: 1px solid #9A9A9A;
    padding: 0 40px;
}
.fl-altr-dtlpge {
    background: #1B1E23;
    /*display: table;*/
    display: block;
    width: 100%;
}
.ttbl.table-responsive tr td:nth-child(1) {
    background: #414449;
    color: #fff;
    font-family: 'futuraheavy';
}
.ttbl.table-responsive tr td {
    color: #FFFFFF;
    font-family: 'futura_bk_btbook';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.81px;
    text-align: left;
}
.ttbl.table-responsive tr th {
    background: #f8a81e;
    font-family: 'futuraheavy';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-bottom: none;
}
.ttbl1.table-responsive thead th{
    font-family: 'futuraheavy';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-bottom: none;
}
.ttbl.table-responsive table,.ttbl1.table-responsive table{
  border: 2px solid #717171;
}
.ttbl1.table-responsive tr td:nth-child(1) {
    background: #414449;
    color: #fff;
    font-family: 'futuraheavy';
    text-align: left;
}
.ttbl1.table-responsive thead tr{
  background: #f8a81e;
}
.ttbl1.table-responsive tbody td{
  font-size:12px;
  letter-spacing: 0.81px;
  font-family: 'futura_bk_btbook';
  color: #fff;
  text-align: left;
  }
.ttbl3.table-responsive tr.bg1{
  background: #F8A81E;
  text-transform: uppercase;
  }
  .ttbl3.table-responsive tr.bg1 th{
    text-align: center;
    font-family: 'futuraheavy';
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: none;
  }
.ttbl3.table-responsive tr.bg2{
  background: #CB8000;
  border-top: none;
  }
.ttbl3.table-responsive table.table {
    border: 2px solid #717171;
}
.ttbl3.table-responsive td,.ttbl2.table-responsive td,.ttbl1.table-responsive td,.ttbl.table-responsive td{
  border: none;
  color: #fff;
  font-family: 'futura_bk_btbook';
  text-align: center;
}
.ttbl3.table-responsive tr.bg2 th{
  text-align: center;
  font-family: 'futuraheavy';
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  border-top: none;
  border-bottom: none;
}



.ttbl2.table-responsive tr.bg1{
  background: #F8A81E;
  text-transform: uppercase;
  }
  .ttbl2.table-responsive tr.bg1 th{
    text-align: center;
    font-family: 'futuraheavy';
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: none;
  }
.ttbl2.table-responsive tr.bg2{
  background: #CB8000;
  border-top: none;
  }
.ttbl2.table-responsive table.table {
    border: 2px solid #717171;
}
.ttbl2.table-responsive td,.ttbl2.table-responsive td,.ttbl1.table-responsive td,.ttbl.table-responsive td{
  border: none;
  color: #fff;
  font-family: 'futura_bk_btbook';
  text-align: center;
}
.ttbl2.table-responsive tr.bg2 th{
  text-align: center;
  font-family: 'futuraheavy';
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  border-top: none;
  border-bottom: none;
}
.tbl-altr {
    margin: 0 60px;
    padding: 60px 0;
}
.altr-dtl-bdr h1{
    font-family: 'futura_bk_btbook';
    color: #9F9F9F;
    font-size: 17px;
    margin: 0;
    padding: 15px 0;
}
.altr-dtl-bdr .col-md-10{
  padding: 0;
}
@media only screen and (max-width: 720px) {
.blk_inl button{
  margin:6px 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1392px) {
.blk_inl button{
  margin: 6px 0;
}
}
.zoomWrapper{
/*   width: unset !important; */
  display:table !important;
  margin:0 auto !important;
}
.zoomWrapper img{
  position: unset;
}
.flexslider .slides{
  overflow: hidden !important;
  /* width: 100% !important; */
  z-index: -1 !important;
}
.str-dtlpge {
    background: #414449;
    margin: 20px 60px;
    padding: 60px 0px;
}
.innr-dtl-pge h1,.innr-dtl-pge p{
  margin:0;
  padding: 0;
  color: #fff;
}
.innr-dtl-pge span{
  color: #F8A81E;
  font-family: 'futura_bk_btbook';
  font-size: 16px;
}
.innr-dtl-pge h1{
  font-family: 'futuramedium';
  font-size: 40px;
}
.innr-dtl-pge p{
    font-family: 'futura_bk_btbook';
    padding: 20px 0;
    font-size: 18px;
}
.hgl h1{
  margin:0;
  padding: 0;
  font-family: 'futuramedium';
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0px;
}
.hgl {
    padding: 10px 0px;
}
.innr-hgl span {
    display: table;
    color: #D8D8D8;
    font-family: 'futuralightbt';
    padding: 6px 0;
    font-size: 15px;
}
.blk_inl button {
    background: #F8A81E;
    border: none;
    color: #000000;
}
.str-dtlpge .blk_inl button {
    background: #F8A81E;
    border: none;
    color: #000000;
    border-radius: 5px;
    padding: 5px 8px;
    font-family: 'futuraheavy';
    text-transform: uppercase;
    font-size: 13px;
    margin: 6px 4px;
}
.dtl-pge {
    border-left: 1px solid #9A9A9A;
    padding: 0 25px;
}
.fl-str-dtlpge {
    background: #1B1E23;
    display: table;
    width: 100%;
}
.ttbl.table-responsive tr td:nth-child(1) {
    background: #414449;
    color: #fff;
    font-family: 'futuraheavy';
}
.ttbl.table-responsive tr td {
    color: #FFFFFF;
    font-family: 'futura_bk_btbook';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.81px;
    text-align: left;
}
.ttbl.table-responsive tr th {
    background: #f8a81e;
    font-family: 'futuraheavy';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-bottom: none;
}
.ttbl1.table-responsive thead th{
    font-family: 'futuraheavy';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-bottom: none;
}
.ttbl.table-responsive table,.ttbl1.table-responsive table{
  border: 2px solid #717171;
}
.ttbl1.table-responsive tr td:nth-child(1) {
    background: #414449;
    color: #fff;
    font-family: 'futuraheavy';
    text-align: left;
}
.ttbl1.table-responsive thead tr{
  background: #f8a81e;
}
.ttbl1.table-responsive tbody td{
  font-size:12px;
  letter-spacing: 0.81px;
  font-family: 'futura_bk_btbook';
  color: #fff;
  text-align: left;
  }
.ttbl3.table-responsive tr.bg1{
  background: #F8A81E;
  text-transform: uppercase;
  }
  .ttbl3.table-responsive tr.bg1 th{
    text-align: center;
    font-family: 'futuraheavy';
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: none;
  }
.ttbl3.table-responsive tr.bg2{
  background: #CB8000;
  border-top: none;
  }
.ttbl3.table-responsive table.table {
    border: 2px solid #717171;
}
.ttbl3.table-responsive td,.ttbl2.table-responsive td,.ttbl1.table-responsive td,.ttbl.table-responsive td{
  border: none;
  color: #fff;
  font-family: 'futura_bk_btbook';
  text-align: center;
}
.ttbl3.table-responsive tr.bg2 th{
  text-align: center;
  font-family: 'futuraheavy';
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  border-top: none;
  border-bottom: none;
}



.ttbl2.table-responsive tr.bg1{
  background: #F8A81E;
  text-transform: uppercase;
  }
  .ttbl2.table-responsive tr.bg1 th{
    text-align: center;
    font-family: 'futuraheavy';
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: none;
  }
.ttbl2.table-responsive tr.bg2{
  background: #CB8000;
  border-top: none;
  }
.ttbl2.table-responsive table.table {
    border: 2px solid #717171;
}
.ttbl2.table-responsive td,.ttbl2.table-responsive td,.ttbl1.table-responsive td,.ttbl.table-responsive td{
  border: none;
  color: #fff;
  font-family: 'futura_bk_btbook';
  text-align: center;
}
.ttbl2.table-responsive tr.bg2 th{
  text-align: center;
  font-family: 'futuraheavy';
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  border-top: none;
  border-bottom: none;
}
.tbl-str {
    margin: 0 60px;
    padding: 60px 0;
}
.str-dtl-bdr h1{
    font-family: 'futura_bk_btbook';
    color: #9F9F9F;
    font-size: 17px;
    margin: 0;
    padding: 15px 0;
}
.str-dtl-bdr .col-md-10{
  padding: 0;
}
/*#slider ul.slides li{
display: none !important;
}
#slider ul.slides li.flex-active-slide{
display: block !important;
}*/
.innr-hgl p {
    margin: 0;
    color: #fff;
    padding: 10px 0;
    font-weight: 400;
    letter-spacing: 1.4px;
    font-size: 18px;
    font-family: 'futuramedium';
}
/*End part detail page*/
/*contact-us*/
.path-contact-us div#block-home-content {
    height: 76vh;
}
.path-contact-us .container.flx {
    display: flex;
    height: 75%;
    align-items: center;
    justify-content: center;
}
.cntus{
  display: flex;
  justify-content: center;
  align-item:center;
  height: 100%;
  font-family: 'futura_bk_btbook';
  font-size: 20px;
}
.cntus h1{
  color: #fff;
}
.cntus h1 span{
    color: #F8A81E;
    padding-right: 15px;
  }
 .path-contact-us .contact-loc-section {
    padding: 0 20px;
}
@media only screen and (min-width: 650px) and (max-width: 991px) {
 .cntus h1 {
    color: #fff;
    font-size: 26px;
}
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
.cntus h1 {
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
}
}
@media only screen and (min-width: 501px) and (max-width: 649px) {
.cntus h1 {
    font-size: 22px;
}
}
/*End contact-us*/

/*category-list-page*/
.ctgg-pge {
    background: #1B1E23;
    height: 100%;
}
body.path-product-categories #block-home-content {
    height: 90%;
}
.sde-ctg {
    padding-left: 15px;
}
.ctgg-pge .sde-ctg a {
    display: block;
    color: #BFBFBF;
    font-family: 'futura_bk_btbook';
    font-size: 15px;
    padding: 6px 0px;
    text-decoration: none;
    cursor: pointer;
}
.ctg-fl {
    display: table;
    width: 95%;
    /*background: #414449;
    padding: 10px 15px;*/
    position: relative;
}
.inr-ctg-lst {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(151, 151, 151, 0.26);
    padding-top: 15px;
    padding-bottom: 15px;
}
.img-ctg,.ctg-cnt,.ctg-dtl {
    display: table-cell;
    vertical-align: middle;
}
.ctg-cnt h1 {
    margin: 0;
    padding: 0;
}
.img-ctg img {
    width: 150px;
    object-fit: contain;
}
.img-ctg {
    width: 15%;
}
.ctg-cnt h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'futuramedium';
    font-weight: 400;
    letter-spacing: 1.4px;
    font-size: 20px;
}
.ctg-cnt p {
    margin: 0;
    color: #B5B5B5;
    font-family: 'futura_bk_btbook';
    font-size: 16px;
    padding: 10px 0;
}
.ctg-cnt div {
    color: #F8A81E;
    font-family: 'futura_bk_btbook';
    font-size: 18px;
}
.ctg-dtl button,.ctg-dtl a{
     background: #F8A81E;
    border: none;
    color: #000;
    border-radius: 10px;
    /*padding: 15px 40px;*/
    padding: 12px 28px;
    text-transform: uppercase;
    font-family: 'futuraheavy';
    font-size: 16px;
  }
  .ctg-dtl a:focus{
    color: #000;
    outline: none;
    text-decoration: none;
  }
  .ctg-cnt div {
    color: #F8A81E;
    font-family: 'futura_bk_btbook';
    font-size: 18px;
}
.pgn-lst a {
    /* border: 1px solid red; */
    padding: 1px 10px;
    margin: 0 4px;
    font-family: 'futuramedium';
    color: #C2C2C2;
}
.pgn-lst {
    display: table-cell;
    vertical-align: middle;
}
.pgn {
    display: table;
    margin: 0 auto;
    padding-top: 40px;
}
.sde-ctg h1{
    color: #F8A81E;
    font-family: 'futura_bk_btbook';
    margin: 0;
    padding-top: 15px;
    font-size: 22px;
    letter-spacing: 1.4px;
}
.breadcrumb-prt-dtl a {
    color: #fff;
}
.breadcrumb-prt-dtl {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
.breadcrumb-prt-dtl i{
  padding-left: 6px;
}
.breadcrumb-prt-dtl span {
    color: #9F9F9F;
    font-family: 'futura_bk_btbook';
    font-size: 18px;
}
.breadcrumb-prt-dtl a:hover {
    color: #d3d3d3;
    text-decoration: none;
}
.drp-lst-fltr a {
  text-decoration: none;
  color: #000000;
}

.drp-lst-fltr a:hover {
  color: #222222
}

.ctgg-pge .brd-drp-flt {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 0;
    margin: 0;
    padding-top: 36px;
    padding-bottom: 36px;
}
.fltr {
    position: absolute;
    top: -47px;
}
.drp-lst-fltr {
    display: flex;
}
.drp-lst-fltr span{
    padding-right: 0px;
    color: #fff;
    font-family: 'futura_bk_btbook';
    display: flex;
    align-items: center;
    position: relative;
    left: -5px;
}
.ctgg-innr {
    display: block;
    margin: 0px 40px;
}
.ctgg-innr-one {
    display: inline-block;
}
.ctgg-innr-two {
    display: inline-block;
}
.imgg-ctgg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: table;
    margin: 0 auto;
    max-width: 330px;
    max-height: 300px;
}
.ctgg-innr-two {
    display: inline-block;
    margin-left: 20px;
}
.ctgg-innr-one {
    display: inline-block;
    margin-right: 20px;
}
.ctgg-innr-one-rel {
    position: relative;
}
.sub_imgg-ctgg{
    position: absolute;
    bottom: 20px;
    left: 5px;
}
.sub_imgg-ctgg img{
    width: 150px;
}
.sub_cnt-ctgg {
    background: #F8A81E;
    padding: 1px 0;
    color: #000000;

}
.sub_cnt-ctgg h1 {
    font-family: 'TradeGothicLT-Bold';
    font-size: 30px;
    letter-spacing: 1.28px;
    text-align: center;
    text-transform: uppercase;
    padding-right: 15px;
    position: relative;
    left: 60px;
    padding: 15px 0;
}
.sub1_cnt-ctgg{
    background: #F8A81E;
    padding: 1px 0;
    color: #000000;
}
.sub1_cnt-ctgg h1 {
    font-family: 'TradeGothicLT-Bold';
    font-size: 30px;
    letter-spacing: 1.28px;
    text-align: center;
    text-transform: uppercase;
    padding-right: 15px;
    position: relative;
    left: 72px;
    padding: 15px 0;
}
.sub_imgg1-ctgg img {
    width: 205px;
}
.sub_imgg1-ctgg{
  position: absolute;
  bottom: 20px;
}
.ctgg-innr-two-rel {
    position: relative;
}
.ctgg-innr {
  margin-bottom: 40px;
}
.ctgg-pge .custm-wdt{
  width: 14.2%;
    /* float: left; */
    background: #282C33;
    padding: 0;
    margin: 0;
    /*display: table-cell;
    height: 100%;*/
}
.ctg-fl-wt{
    display: flex;
    width: 100%;
    height: 100%;
}
body.path-product-categories footer{
  position: absolute;
}
/*End category-page*/
/*Home*/
.row.fl-ht.mg-0 {
    /*border: 2px solid green;*/
    /*display: table;*/
    width: 100%;
    height: 100%;
}
.in-ymm .ymm-inpt-rgt {
    display: block;
    margin-left: 0px;
    width: 100%;
    padding: 20px 0;
}

.in-ymm .ymm-inpt-rgt .searchbox {
    border-bottom: none;
    outline: none;
    font: 18px 'Montserrat', sans-serif;
    color: #777;
    width: 100%;
    height: 30px;
    background: rgba(255, 255, 255, 0);
    padding-left: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'futuralightbt';
    color: #ffffff;
    padding-bottom: 15px;
}
.in-ymm .ymm-rgt .dd-button {
    display: inline-block;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 8px 40px 8px 30px;
    background-color: rgba(255, 255, 255, 0.01);
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    border-radius: 25px;
    /* font-family: 'futuramedium'; */
    /* font-family: 'futura_mdcn_btmedium'; */
    font-family: 'futuralight';
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 100;
}
.in-ymm .ymm-rgt {
    display: block;
    width: 100%;
    position: relative;
    padding: 20px 0;
}
body.path-frontpage .in-ymm .ymm-rgt{
    display: table;
    width: auto;
    margin: 0 auto;
    float: unset;
}
.hme-drp {
    display: inline-block;
}
.hme-head {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.in-ymm .ymm-rgt:after {
    display: none;
}
.pos_lne:after {
    display: none;
}
.hme-head h1 {
    margin: 0 !important;
    padding: 0;
    font-family: 'TradeGothicLT-Bold';
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-bottom: 5px;
}
.hme-head h1:after {
    content: '';
    border-bottom: 2px solid #F8A81E;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 0;
    padding: ;
}
.in-ymm {
    background: rgb(67 63 63 / 52%) 0% 0% no-repeat padding-box;
    letter-spacing: 2.4px;
    padding: 0px 50px;
    margin-left: 25px;
    height: 100%;
    display: table;
    width: 100%;
  }
.hme-drp .drp-lst {
    display: inline-block;
    margin: 0 3px;
}
.drp-lst .btn-group.bootstrap-select{
  width: 110px;
}
/*.feat_img {
    display: inline-block;
}*/
.feat_img img {
    width: 100%;
    height: auto;
    transition: transform .5s ease-in-out;
    object-fit: contain;
}
.heat_pic {
    display: flex;
    margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
.feat_img img {
    /*width: auto;
    height: 165px;*/
    /*width: 100%;*/
    width: 103px !important;
    object-fit: cover !important;
    transition: transform .5s ease-in-out;
    height: 97px !important;
}
}
/*.feat_img:hover img{
  transform: scale(2) rotate(25deg);
} */
/*.feat_img:hover h1{
  opacity: 1;
  transition:all 0.3s ease;
}*/
.feat_head h1{
  font-family: 'TradeGothicLT-Bold';
  font-size: 22px;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff;
}
.feat_head {
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}
.feat_head h1:after {
    /* border: 1px solid red; */
    position: absolute;
    bottom: -10px;
    width: 50%;
    height: 2px;
    content: '';
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.in-ymm_feat {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    /*background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.54));*/
    padding-left: 25px;
}
.feat_img {
    /*display: inline-block;  */
    /*width: 172px; */
    /*height: 160px;  */
    /*margin-right: 30px; */
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}
.feat_img h1 {
    position: absolute;
    bottom: 20px;
    left: 5px;
    font-size: 16px;
    font-family: 'TradeGothicLT-Bold';
    color: #fff;
    /*opacity: 0; */
}
.cnt {
    height: 100%;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.92));*/
    opacity: 1;
    background-color: #000;
}
.col-md-10.pd-0.mg-0.fl-ht {
    /*background: url('../images/kamaz_PNG1.png') 100% -10px no-repeat fixed;*/
    /*background-size: 85% 100%;*/
    /*max-width: 100%;*/
    /*background-color: #282C33;*/
    /*background-color: rgb(40 44 51 / 39%);*/
    /*background: url('../images/kamaz_PNG1.png') 85% 25% no-repeat fixed;*/
    /*background-size: 80% 45%;*/
    /*max-width: 100%;*/
    /* background-color: #282C33; */
    background-color: rgb(40 44 51 / 39%);
    position: relative;
    z-index: 1;
}
.col-md-10.pd-0.mg-0.fl-ht:after {
    background: url('../images/kamaz_PNG1.png') 85% 25% no-repeat fixed;
    background-size: 80% 45%;
    max-width: 100%;
    background-color: rgb(40 44 51 / 39%);
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}
@media only screen and (max-width: 991px) {
.col-md-10.pd-0.mg-0.fl-ht:after {
    background: url('../images/kamaz_PNG1.png') 100% no-repeat fixed;
    background-size: contain;
}
.path-frontpage .ymm .fl-ht{
  height: auto;
}
}
.feat_sld {
    margin-bottom: 15px;
}
/*.path-frontpage .ymm .col-md-3.fl-ht{
    z-index: 9;
}*/
.in-ymm .src-frm {
    display: inline-block;
    width: 46%;
}
.hme_sldr .ctgg-innr-one {
    /*display: inline-block;*/
    display: flex;
    margin-right: 0;
}
.hme_sldr .imgg-ctgg img {
    width: auto;
    height: auto;
    object-fit: cover;
    display: table;
    margin: 0 auto;
    max-width: 280px;
    max-height: 250px;
}
.hme_sldr .sub_imgg-ctgg {
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.hme_sldr .sub_imgg-ctgg img {
    width: 115px;
}
.hme_sldr .sub_cnt-ctgg h1 {
    font-family: 'TradeGothicLT-Bold';
    font-size: 20px;
    letter-spacing: 1.28px;
    text-align: center;
    text-transform: uppercase;
    padding-right: 15px;
    position: relative;
    left:50px;
    padding: 15px 0;
}
.hme_sldr {
    margin-top:0px;
    display: table;
    margin: 0 auto;
}
.ymm .row{
  width: 100%;
}
.hme_res .res_prt {
    width: 100%;
    border:1px solid #fff;
    float: none;
    position: relative;
}
.hme_res ul.prt-tpe-sub_menu li {
    /*display: table;*/
    margin: 12px auto;
    text-align: left;
}
.path-frontpage .side_cnt h1{
    margin: 0 !important;
    padding: 15px 0;
    /*background: #F8A81E;*/
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: 'TradeGothicLT-Bold';
    position: relative;
    color: #ffffff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.path-frontpage .lst_prd a {
    padding-left: 15px;
    padding-right: 15px;
}
.path-frontpage .aside {
    padding-left: 0px !important;
    padding-right:0px !important;
    display: block;
}
.path-frontpage .side_cnt h1:after {
    content: '';
    border-bottom: 2px solid #F8A81E;
    position: absolute;
    bottom: 15px;
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 5px;
}
.path-frontpage .side_cnt {
    padding: 0 0px;
    margin: 0;
}
.feat_img .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.feat_img:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  bottom: -5px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.feat_img:hover .content-details{
    bottom: -5px;
    left: 53%;
    opacity: 1;
    text-transform: capitalize;
}

.content-details h1{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
@media only screen and (max-width: 639px) {
.col-md-3.fl-ht {
  height: auto;
}
}
@media only screen and (max-width: 768px) {
.path-frontpage .src-frm {
    margin-right: 19px;
    float: unset;
    width: auto;
}
}
.path-frontpage .in-ymm .ymm-inpt-rgt .searchbox::placeholder{
    font-size: 15px;
    width: 93%;
    color: rgb(255 255 255 / 54%);
}
.feat_sld .slider {
        width: 90%;
        margin: 100px auto;
    }

   .feat_sld .slick-slide {
      margin: 0px 12px;
    }

   .feat_sld .slick-slide img {
      width: 100%;
      height: 100%;
    }

    .feat_sld .slick-prev:before,
    .feat_sld .slick-next:before {
      color: #F8A81E;
    }


    .feat_sld .slick-slide {
      transition: all ease-in-out .3s;
      /*opacity: .2;*/
    }

    .feat_sld .slick-active {
      /*opacity: .5;*/
    }

    .feat_sld .slick-current {
      opacity: 1;
    }
    .arrow_frnt {
    display: flex;
    position: relative;
    /*top: -8px;*/
    width: 90%;
    height: 20px;
    justify-content: center;
}
.heat_pic{
  display: none !important;
}
@media only screen and (max-width: 991px) {
.feat_sld .slider {
    width: 100%;
    margin: 0px auto !important;
}
.arrow_frnt {
    display: flex;
    position: relative;
    width: 100%;
    height: 20px;
    justify-content: center;
}
.path-frontpage #sd{
  display: block;
}
.path-frontpage .cnt{
  background: rgb(40 44 51 / 39%);
}
.arrow_frnt {
    top: 5px;
  }
.slick-prev{
    left: 42% !important;
}
.slick-next{
  right: 41% !important;
}
}
.logo i.fas.fa-chess-knight{
  display: none;
}
a.efft:hover .effect-text {
    transform: scale(1);
    opacity: 1;
}
.effect-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    transform: scale(0);
    opacity: 0;
}
a.efft {
    position: relative;
    display: flex;
    cursor: not-allowed;
}
.effect-text h2 {
    color: #fff;
    font-family: 'TradeGothicLT-Bold';
    font-size: 20px;
    text-transform: capitalize;
}
/*End Home*/
/*distributor*/
body.path-node.page-node-type-custom .dtl-pge {
     border-left: none;
}
/*End distributor*/
/*Media Query*/
@media only screen and (min-width: 639px) {
body{
  overflow-x:hidden;
}
}
@media only screen and (max-width: 950px) {
.fl-altr-dtlpge,.fl-str-dtlpge{
    display: block;
    width: auto;
}
}
@media only screen and (max-width: 550px) {
.innr-dtl-pge h1 {
    font-family: 'futuramedium';
    font-size: 21px;
}
.hgl h1 {
    font-size: 17px;
}
.ttbl2.table-responsive tr.bg1 th,.ttbl3.table-responsive tr.bg1 th {
    font-size: 15px;
}
.ttbl2.table-responsive tr.bg2 th,.ttbl3.table-responsive tr.bg2 th {
    font-size: 13px;
}
.altr-dtl-bdr h1,.str-dtl-bdr h1 {
  padding: 15px 30px;
}
.altr-dtlpge,.str-dtlpge {
    margin: 10px 15px;
    padding: 15px 0px;
}
.blk_inl button,.str-dtlpge .blk_inl button {
    margin: 6px 0px;
}
#container {
    padding: 0px 0 5px !important;
}
#slider img {
    width: 270px !important;
    height: 180px !important;
}
div#carousel {
    display: none;
}
.tbl-altr ,.tbl-str{
    margin: 0 15px;
    padding: 15px 0;
}
.dtl-pge {
     border-left: none;
}
.ttbl3.table-responsive table.table,.ttbl2.table-responsive table.table,.ttbl.table-responsive table,
.ttbl1.table-responsive table {
     border: none;
     height: auto !important;
}
.innr-dtl-pge p{
  font-size: 16px;
}
.ctgg-pge .custm-wdt{
  display: none;
}
.ctgg-innr-one {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 25px;
}
.ctgg-innr-two{
  margin-left: 0;
}
.imgg-ctgg img {
    height: auto;
}
.sub_imgg-ctgg img ,.sub_imgg1-ctgg img{
    display: none;
}
.sub_cnt-ctgg h1,.sub1_cnt-ctgg h1 {
    font-size: 25px;
    text-align: center;
    padding-right: 0px;
    left: 0px;
}
.sub_imgg-ctgg,.sub_imgg1-ctgg {
    bottom: 25px;
}
.breadcrumb-prt-dtl span {
    display: table;
    margin: 0 auto;
}
.ctgg-pge .brd-drp-flt{
  text-align: center;
}
.breadcrumb-prt-dtl {
    display: block;
}
}
@media only screen and (max-width: 991px) {
.path-frontpage .aside.home-style-aside {
    display: none;
}

.cnt .col-md-2.fl-ht.mg-0.pd-0.home-style-menu {
    display: block !important;
}

.product-dtl-pge .ctlg_pdf {
    position: static !important;

    display: block !important;

}

.product-dtl-pge .ctlg_pdf a, .product-dtl-pge .ctlg_pdf ul li span {
    display:  inline-block !important;

}
.product-dtl-pge .ctlg_pdf a svg  {
  vertical-align: middle !important;

}





.ctlg_pdf.home-style-doc {
    position: static !important;
    /* width: 100%; */
    display: block !important;

}
}
@media only screen and (min-width: 551px)and (max-width: 991px) {
.altr-dtl-bdr h1,.str-dtl-bdr h1 {
  padding: 15px 0px;
}
.innr-dtl-pge h1 {
    font-family: 'futuramedium';
    font-size: 25px;
}
.hgl h1 {
    font-size: 20px;
}
.ttbl2.table-responsive tr.bg2 th,.ttbl3.table-responsive tr.bg2 th {
    font-size: 17px;
    vertical-align: text-top;
}
#slider img {
    width: 290px;
    height: 230px;
    object-fit: contain;
}
.dtl-pge {
     border-left: none;
}
/*.ttbl3.table-responsive table.table,.ttbl2.table-responsive table.table,.ttbl.table-responsive table,
.ttbl1.table-responsive table {
     border: none;
}*/
.sub_imgg-ctgg {
    position: absolute;
    bottom: 20px;
    left: 5px;
}
.sub1_cnt-ctgg h1,.sub_cnt-ctgg h1 {
    font-size: 22px;
    padding-right: 0;
    left: 0;
}
.sub_imgg1-ctgg img ,.sub_imgg-ctgg img{
    display: none;
}
.col-md-2.custm-wdt{
  display: none;
}
.imgg-ctgg img {
    width: 100%;
    height: auto;
    max-width: 250px;
    max-height: 250px;
}
.ctgg-innr-one {
    display: inline-block;
    margin-right: 10px;
}
.ctgg-innr-two {
    display: inline-block;
    margin-left: 10px;
}
.ctgg-innr {
    display: block;
    margin: 0px 25px;
}
.ctgg-innr {
    display: table;
    margin: 0px 25px;
    margin: 0 auto;
}
.breadcrumb-prt-dtl span {
    display: table;
    margin: 0 auto;
}
.breadcrumb-prt-dtl {
    padding: 0;
    display: block;
}
}
@media only screen and (min-width: 1301px)and (max-width: 1400px) {
.imgg-ctgg img {
    max-width: 222px !important;
}
.hme_sldr .sub_cnt-ctgg h1 {
    font-size: 17px;
    left: 35px;
}
.hme_sldr .sub_imgg-ctgg img {
    width: 80px;
}
  }
@media only screen and (min-width: 992px)and (max-width: 1300px) {
.mbl{
  display: block;
}
.res_ctg,.res_fltr{
  display: none;
}
.altr-dtlpge {
    margin: 20px 15px;
    padding: 25px 0px;
}
.innr-dtl-pge h1 {
    font-size: 27px;
}
.hgl h1 {
    padding: 5px 0px;
    font-size: 20px;
}
.logo img {
    width: 168px;
}
header .col-md-9.flx{
  padding: 0;
}
.cust-nav li a {
    padding: 0 20px !important;
    font-size: 18px !important;
}
.prt-tpe h1 {
   font-size: 18px;
}
.src-frm {
    display: inline-block;
    margin-right: 12px !important;
}
.ymm-rgt .dd-button {
    padding: 6px 25px 6px 25px;
    font-size: 15px;
}
.ymm-inpt-rgt .searchbox {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ymm-inpt-rgt {
    margin-left: 0px;
}
.ymm-rgt:after{
  display: none;
}
.sde-ctg {
    padding-left: 20px;
}
.imgg-ctgg img {
    max-width: 222px !important;
}
.sub_cnt-ctgg h1 ,.sub1_cnt-ctgg h1{
    font-size: 30px;
}
.sub_cnt-ctgg h1{
    font-size: 15px !important;
    left: 25px !important;
}
.sub_imgg-ctgg ,.sub_imgg1-ctgg{
    bottom: 25px;
    left: 1px;
}
.sub_imgg-ctgg img {
    width: 65px !important;
}
.sub_imgg1-ctgg img {
    width: 170px;
}
.ctgg-innr {
    margin-bottom: 50px;
}
.ctgg-innr-one{
    margin-right: 20px;
}
.ctgg-innr-two{
  margin-left: 20px;
}
.in-ymm .ymm-inpt-rgt .searchbox {
  width: 210px;
}
body.path-frontpage .in-ymm .ymm-inpt-rgt .searchbox {
  width: 93%;
}
.in-ymm {
    padding: 25px 25px;
}
.hme-drp .drp-lst {
    margin: 0 0px;
}
.hme-head h1:after {
    width: 50%;
    left: 25%;
}
.hme-head{
  display: block;
}
.hme-drp {
    display: table;
    margin-top: 20px !important;
    margin: 0 auto;
}
.hme-drp .drp-lst {
    margin: 0 5px;
}
.hme-head h1{
  text-align: center;
}
.feat_img {
    margin-right: 10px;
}
.side_cnt h1{
  font-size: 18px;
}
aside {
     padding: 0px !important;
    display: block;
}
.side_cnt {
    padding: 0 5px;
}
.in-ymm .ymm-rgt .dd-button{
  padding: 8px 30px 8px 30px;
}
.ctg-cnt {
    padding-left: 15px;
}
.ctg-dtl button,.ctg-dtl a {
    padding: 12px 25px;
    font-size: 15px;
}
.ymm-inpt-rgt .sch-blk {
    display: table;
    margin: 0 0;
}
body.path-frontpage .ymm-inpt-rgt .sch-blk {
    display: table;
    margin: 0 auto;
}
.SumoSelect{
  width: 100px !important;
}
body.path-frontpage .src-frm.pos_lne {
    margin-right: 12px !important;
}
}
@media only screen and (max-width: 638px) {
body.path-home-page .col-md-8.fl-ht {
    margin: 0;
    padding: 0;
}
.hme-drp .drp-lst {
    display: table !important;
    margin: 5px auto !important;
}
.hme-drp {
    display: table;
    margin: 0 auto;
    width: 50%;
}
.drp-lst .btn-group.bootstrap-select {
    width: 110px !important;
}
}
@media only screen and (max-width: 768px) {
body.path-home-page .col-md-2.fl-ht.mg-0.pd-0 {
    display: none;
}
.in-ymm{
  margin-left: 0;
  padding: 0px 15px;
}
.in-ymm .src-frm {
    display: table;
    margin-right: 9px;
    margin:15px auto !important;
}
.ymm .row {
    width: 100%;
    margin: 0;
}
.feat_img {
    margin-right: 5px;
}
.heat_pic {
    display: table;
    margin: 0 auto;
    width: 70%;
}
.in-ymm_feat {
  text-align: center;
  padding: 0;
}
.in-ymm .ymm-rgt,.in-ymm .ymm-inpt-rgt{
  padding: 5px 0;
  padding-bottom: 15px;
}
.hme-head {
    width: 100%;
    margin-bottom: 10px;
}
.hme-head h1 {
    display: table;
    margin: 0 auto !important;
}
.hme-drp .drp-lst {
    display: inline-block;
    margin: 0 1px;
}
.hme-drp {
    display: table;
    margin: 0 auto;
}
.res_prt ,.res_sear{
    height: auto;
    cursor: pointer;
    width: 50%;
    padding: 0 0;
    float: left;
    border: 1px solid #fff;
}
.col-md-10.pd-0.mg-0.fl-ht{
  background-image: none;
}
.hme_sldr{
  display: none;
}
.res_sear{
  display: inline-block;
}
.two_clmn{
  border: 1px solid #cac5c5;
  position: relative;
}
.prt-tpe-head h1:after {
    display: none;
}
.mbl{
  display: none;
}
.prt-tpe-sub_menu{
  top: 47px;
}
.res_fltr {
    display: inline-block;
    /*width: 32%;*/
    border-left: 1px solid #cac5c5;
    cursor: pointer;
    padding: 0;
}
.prt-tpe,.ctg-tpe {
    display:block;
    border: none;
    height: auto;
    cursor: pointer;
}
.prt-tpe-head:after {
    right: 5px;
}
.prt-tpe h1,.res_sear-head h1{
    text-align: center;
    margin: 0 !important;
    padding: 15px 18px;
    font-size: 14px;
    font-family: 'TradeGothicLT-Bold';
    color: #DEDEDE;
    text-transform: uppercase;
    letter-spacing: 0;
}
.prt-tpe-head {
    position: relative;
    display: table;
    margin: 0 auto;
    width: auto;
}
.two_clmn:after {
    border: 0.9px solid #cac5c5;
    position: absolute;
    left: 50%;
    width: 1px;
    content: '';
    height: 100%;
}
.prt-tpe-head:after,.ctg-tpe-head:after {
    border-top: 5px solid #f5f5f5;
}
.prt-tpe-sub_menu,.ctg-tpe-sub_menu{
  padding-top: 25px;
  padding-bottom:25px;
  height: auto;
}
.res_sear-sub_menu {
    display: none;
    width: 100%;
    padding: 6px 18px;
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 47px;
    height: auto;
    background-color: #282C33;
    cursor: auto;
    z-index: 100;
}
.res_sear-sub_menu li a {
    color: #DEDEDE;
    font-family: 'futuralight';
    font-size: 21px;
}
.res_sear,.res_sear-head{
  cursor: pointer;
}
.SumoSelect {
    border-radius: 4px !important;
    padding: 4px 16px 4px 16px !important;
    width: 60% !important;
    display: table !important;
    margin: 12px auto !important;
}
.drp-lst {
    display: block;
}
.src-frm {
    margin-right: 0;
    margin-bottom: 15px;
    display: table;
}
.ymm-inpt-rgt {
    width: 50%;
    margin: 0px auto;
    display: table;
    margin: 0 auto;
}
.sch-blk {
    display: table;
    margin: 0 auto;
}
.path-frontpage .sch-blk {
    display: table;
    margin: 0 auto;
    width: 50%;
}
.ctg-sub_menu {
    display: none;
    width: 300px;
    padding: 6px 18px;
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 38px;
    height: 50vh;
    overflow-y:scroll;
    background-color: #282C33;
    cursor: auto;
}
ul.ctg-sub_menu li {
    padding: 5px 10px;
    position: relative;
    z-index: 50;
}
ul.ctg-sub_menu li a {
    color: #DEDEDE;
    font-family: 'futuralight';
    font-size: 21px;
}
.two_clmn:after {
  display: none;
}
.foot-logo img {
    width: 100px;
    display: table;
    margin: 0 auto;
}
.foot-cnt {
     display: block;
    height: auto;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    font-family: 'futura_bk_btbook';
    font-size: 14px;
    text-align: center;
}
.foot-cnt span {
    padding-right: 3px;
}
.ctg-fltr-insd {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 292px;
    background-color: #282C33;
    top: 38px;
    z-index: 100;
}
.sde-ctg {
    padding-left: 0px;
}
.drp-lstt1 .form-group {
    margin-bottom: 8px;
}
.chosen-wrapper {
    margin: 0 auto 10px;
}
.chosen-wrapper .chosen-container .chosen-single {
    height: 35px;
    line-height: 35px;
}
.chosen-wrapper:after {
    top: 12px;
}
.chosen-wrapper .chosen-container .chosen-results li {
    line-height: 6px;
}
.chosen-wrapper .chosen-container .chosen-results li {
    padding: 14px 30px 14px;
    line-height: 20px;
}
.drp-lstt1 .new {
    padding-top: 35px;
    display: table;
    margin: 0 auto;
}
.img-ctg {
  display: block;
}
.img-ctg img {
    width: 150px;
    height: 150px;
    display: table;
    margin: 0 auto;
}
.img-ctg {
    width: 100%;
    margin-bottom: 15px;
}
.ctg-cnt {
    display: table;
    margin: 0 auto;
}
.ctg-dtl {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
}
.ctg-dtl button, .ctg-dtl a {
    padding: 8px 18px;
    font-size: 13px;
    text-decoration: none;
}
.ctg-cnt div {
    display: table;
    margin: 0 auto;
    font-size: 14px;
    white-space: nowrap;
}
.ctg-cnt p {
    text-align: center;
}
.ctg-cnt h1 {
    text-align: center;
    font-size: 17px;
}

.sde-ctg{
  display: none;
}
.ctg-fl {
    margin: 0 auto;
}
body.path-partlist .ctg-fl {
    margin-top: 60px;
}
.ctgg-pge {
  background: none;
}
footer .flx {
    display: block;
}
.in-ymm .ymm-inpt-rgt .searchbox {
    width: 260px;
}
.ctg-tpe-head h1,.ctg-fltr-cnt h1{
    padding: 10px 30px !important;
    font-size: 14px;
}
}
@media only screen and (max-width: 991px) {
.mbl{
  display: none;
}
.ctg-fl-wt{
  justify-content:center;
}
.ctg-tpe-head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
.drp-lstt1 .new {
   width: 100%;
}
.col-md-10.pd-0.mg-0.fl-ht{
  background-color: unset;
}
}
@media only screen and (min-width: 992px) {
.mbl{
  display: block;
}
.cust_row{
  display: none;
}
.res_ctg,.res_fltr{
  display: none;
}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.col-md-2.sub-bg-clr{
  width: 100%;
}
.sub1-bg-clr{
    width: 100%;
    height: auto;
    margin-top: 3px;
}
.ymm-rgt {
    display: table;
    width: 50%;
    position: relative;
    /* float: left; */
}
.SumoSelect {
    border-radius: 4px !important;
    width: 150px !important;
    margin: 6px 0 !important;
}
.ymm-inpt-rgt .searchbox {
    margin: 10px 0 !important;
}
.ymm-inpt-rgt .searchsubmit {
    top: 10px;
}
.ymm-rgt:after {
    display: none;
}
.ctg-dtl button,.ctg-dtl a {
    padding: 8px 12px;
    font-size: 13px;
}
.ctg-cnt{
  padding-left: 14px;
}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.res_prt,.res_sear {
    height: auto;
    cursor: pointer;
    width: 50%;
    border:1px solid #fff;
    float: left;
}
.two_clmn{
  border: 1px solid #cac5c5;
  position: relative;
}
.prt-tpe-head h1:after {
    display: none;
}
.mbl{
  display: none;
}
.prt-tpe-sub_menu{
  top: 47px;
}
.res_fltr {
    display: inline-block;
    /*width: 32%;*/
    /*border-left: 1px solid #cac5c5;*/
    padding:0;
}
.res_fltr {
    display: inline-block;
    /*width: 32%;*/
    /*border-left: 1px solid #cac5c5;*/
    cursor: pointer;
    padding: 0;
}
.prt-tpe,.ctg-tpe {
    display:block;
    border: none;
    height: auto;
    cursor: pointer;
}
.prt-tpe-head:after {
    right: 5px;
}
.prt-tpe h1,.res_sear-head h1{
    text-align: center;
    margin: 0 !important;
    padding: 15px 18px !important;
    font-size: 14px;
    font-family: 'TradeGothicLT-Bold';
    color: #DEDEDE;
    text-transform: uppercase;
    letter-spacing: 0;
}
.two_clmn:after {
    border: 0.9px solid #cac5c5;
    position: absolute;
    left: 50%;
    width: 1px;
    content: '';
    height: 100%;
}
.prt-tpe-head:after,.ctg-tpe-head:after {
    border-top: 5px solid #f5f5f5;
}
.prt-tpe-head {
    position: relative;
    display: table;
    margin: 0 auto;
    width: auto;
}
.prt-tpe-sub_menu,.ctg-tpe-sub_menu{
  padding-top: 25px;
  padding-bottom:25px;
  height: auto;
}
.res_sear-sub_menu {
    display: none;
    width: 100%;
    padding: 6px 18px;
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 47px;
    height: auto;
    background-color: #282C33;
    cursor: auto;
    z-index: 100;
}
.res_sear-sub_menu li a {
    color: #DEDEDE;
    font-family: 'futuralight';
    font-size: 21px;
}
.res_sear,.res_sear-head{
  cursor: pointer;
}
.SumoSelect {
    border-radius: 4px !important;
    padding: 4px 16px 4px 16px !important;
    width: 60% !important;
    display: table !important;
    margin: 5px auto !important;
}
.SumoSelect.open > .optWrapper {
    top: 35px !important;
}
.SumoSelect > .optWrapper {
    width: 100% !important;
}
.drp-lst {
    display: table;
    margin: 0 auto;
}
.src-frm {
    margin-right: auto !important;
    margin-bottom: 15px;
    display: table;
    margin: 0 auto;
}
body.path-frontpage .src-frm {
float: unset;
}
.ymm-inpt-rgt {
    width: 50%;
    margin: 15px auto;
    display: table;
}
.ctg-sub_menu {
    display: none;
    width: 300px;
    padding: 6px 18px;
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 38px;
    height: 50vh;
    overflow-y:scroll;
    background-color: #282C33;
    cursor: auto;
}
ul.ctg-sub_menu li {
    padding: 5px 10px;
    position: relative;
    z-index: 50;
}
ul.ctg-sub_menu li a {
    color: #DEDEDE;
    font-family: 'futuralight';
    font-size: 21px;
}
.two_clmn:after {
  display: none;
}
.foot-logo img {
    width: 100px;
    display: table;
    margin: 0 auto;
}
.foot-cnt {
     display: block;
    height: auto;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    font-family: 'futura_bk_btbook';
    font-size: 14px;
    text-align: center;
}
.foot-cnt span {
    padding-right: 3px;
}
.ctg-fltr-insd {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 292px;
    background-color: #282C33;
    top: 38px;
    z-index: 100;
}
.sde-ctg {
    padding-left: 0px;
}
.drp-lstt1 .form-group {
    margin-bottom: 8px;
}
.chosen-wrapper {
    margin: 0 auto 10px;
}
.chosen-wrapper .chosen-container .chosen-single {
    height: 35px;
    line-height: 35px;
}
.chosen-wrapper:after {
    top: 12px;
}
.chosen-wrapper .chosen-container .chosen-results li {
    line-height: 6px;
}
.chosen-wrapper .chosen-container .chosen-results li {
    padding: 14px 30px 14px;
    line-height: 20px;
}
.drp-lstt1 .new {
    padding-top: 35px;
    display: table;
    margin: 0 auto;
}
.img-ctg {
  display: block;
}
.img-ctg img {
    width: 120px;
    display: table;
    margin: 0 auto;
}
.img-ctg {
    width: 100%;
    margin-bottom: 15px;
}
.ctg-cnt {
    display: table;
    margin: 0 auto;
}
.ctg-dtl {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.ctg-cnt div {
    display: table;
    margin: 0 auto;
    font-size: 14px;
}
.ctg-cnt p {
    text-align: center;
}
.ctg-cnt h1 {
    text-align: center;
    font-size: 17px;
    margin: 12px 0 !important;
}

.sde-ctg{
  display: none;
}
.ctg-fl {
    margin: 0 auto;
}
.ctg-fl {
    margin-top: 40px;
}
.ctgg-pge {
  background: none;
}
body.path-home-page .col-md-2.fl-ht.mg-0.pd-0 {
    display: none;
}
.in-ymm{
  margin-left: 0;
  padding: 0px 15px;
}
.in-ymm .src-frm {
    display: table;
    margin-right: 9px;
    margin:15px auto !important;
    width: 50% !important;
}
.ymm .row {
    width: 100%;
    margin: 0;
}
.feat_img {
    margin-right: 5px;
}
.heat_pic {
    display: table;
    margin: 0 auto;
    width: 100%;
}
.in-ymm_feat {
  text-align: center;
  padding: 0;
}
.in-ymm .ymm-rgt,.in-ymm .ymm-inpt-rgt{
  padding: 0px 0;
  padding-bottom: 14px;
}
.hme-head {
    width: 100%;
    margin-bottom: 10px;
}
.hme-head h1 {
    display: table;
    margin: 0 auto !important;
}
.hme-drp .drp-lst {
    display: inline-block;
    margin: 0 5px;
}
.hme-drp {
    display: table;
    margin: 0 auto;
}
.hme_sldr {
    display: none;
}
.SumoSelect {
    width: 120px !important;
}
footer .row.flx.pd-0.mg-0{
  display: block;
}
body.path-home-page .col-md-10.pd-0.mg-0.fl-ht {
    background: url('/ultrapower/themes/UltraPower/images/BUGATTI.png') 100% 0px no-repeat fixed;
    background-size: 100% 85%;
    max-width: 100%;
}
}
@media only screen and (min-width: 1301px) and (max-width: 1496px) {
.in-ymm .ymm-inpt-rgt .searchbox {
  width: 100%;
}
body.path-frontpage .src-frm.pos_lne{
    margin-right: 20px !important;
}
.hme-head h1 {
  font-size: 16px;
}
.SumoSelect {
  padding: 8px 8px 8px 8px;
  font-size: 16px;
}
.drp-lst .btn-group.bootstrap-select {
  width: 96px;
}
.hme-drp .drp-lst {
  margin: 0 2px;
}
.hme-head {
    vertical-align: middle;
}
.part-lst-pge .img-ctg {
    padding-right: 18px;
}
}
@media only screen and (min-width: 1497px) and (max-width: 1518px) {
.in-ymm .ymm-inpt-rgt .searchbox{
  width: 100%;
}
.hme-head h1 {
  font-size: 20px;
}
.hme-drp .drp-lst {
  margin: 0 0px;
}
.in-ymm .src-frm {
  margin-right: 20px;
}
.hme-drp .drp-lst {
    display: inline-block;
    margin: 0 3px;
}
}
@media only screen and (max-width: 991px) {
.cnt .col-md-2.fl-ht.mg-0.pd-0{
  display: none;
}
body.path-frontpage .src-frm.pos_lne{
  margin-right: 0;
}
}
/*End Media Query*/

.pagination {
    display: block !important;
    padding-left: 0;
    margin: 0 0;
    border-radius: 4px;
}
.pagination.pagi_master.ng-scope ul {
    display: table;
    margin: 0 auto;
}
.pagi_master li {
    list-style-type: none;
    display: inline-block;
}
.pagi_master li a{
    list-style-type: none;
    display: inline-block;
    margin: 0 1px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px 14px;
    text-decoration: none;
}
.pagi_master li.active a{
       box-shadow: 0px 0px 3px #f4a81f inset;
}
/*.pagi_master li.disabled a{

   background: #6b6b6b;
}*/

/*MMY Search Home*/

@media only screen and (min-width: 1001px) and (max-width: 1401px) {
.in-ymm .btn-group.bootstrap-select.ng-untouched.ng-valid.ng-empty.ng-dirty.ng-valid-parse button.btn.dropdown-toggle {
    width: 86px !important;
}
}

@media only screen and (min-width: 992px) and (max-width: 1518px) {
.in-ymm .ymm-rgt {
    padding: 5px 0;
}
.in-ymm .btn-group.bootstrap-select.ng-untouched.ng-valid.ng-empty.ng-dirty.ng-valid-parse button.btn.dropdown-toggle {
    width: 95px !important;
}
body.path-frontpage .in-ymm .btn-group.bootstrap-select.ng-untouched.ng-valid.ng-empty.ng-dirty.ng-valid-parse button.btn.dropdown-toggle {
    width: 82px !important;
}
body.path-frontpage .ctg-dtl button {
    padding: 11px 14px 11px 14px;
    font-size: 11px;
    width: 82px;
}
.in-ymm button.btn.dropdown-toggle.bs-placeholder.btn-default{
  padding: 5px 15px 5px 15px;
}
.hme-head h1:after {
    width: 30%;
    left: 35%;
}
.hme-head h1 {
    font-size: 17px;
}
}
.in-ymm .btn-group.bootstrap-select.ng-untouched.ng-valid.ng-empty.ng-dirty.ng-valid-parse button{
    width: 110px;
}
.in-ymm .btn-group.bootstrap-select.ng-untouched.ng-valid.ng-empty.ng-dirty.ng-valid-parse{
  width: auto;
}
.in-ymm button.btn.dropdown-toggle.bs-placeholder.btn-default{
    background-color: #282C33 !important;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 8px 20px 8px 20px;
    background-color: rgba(255, 255, 255, 0.01);
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    border-radius: 25px;
    font-family: 'futuralight';
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 100;
    outline: none !important;
}
.in-ymm button.btn.dropdown-toggle.btn-default{
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 8px 20px 8px 20px;
    background-color: rgba(255, 255, 255, 0.01);
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    border-radius: 25px;
    font-family: 'futuralight';
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 100;
    outline: none !important;
}
/*.in-ymm .drp-lst.ctg-dtl {
    display: table;
    margin: 0 auto;
    padding-top: 15px;
}*/
#headerul li:hover{
        cursor: pointer;
      }
.ctg-dtl button {
    background: #F8A81E;
    border: none;
    color: #000;
    border-radius: 25px;
    text-transform: uppercase;
    border: 1px solid #F8A81E;
    padding: 8px 20px 8px 20px;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Trade Gothic LT Bold';
    letter-spacing: 1.5px;
    font-size: 16px;
    outline: none !important;
}
body.path-frontpage ul.tp_search_wle {
    position: absolute;
    background: #fff;
    padding: 10px;
    margin: 5px 0;
    height: auto;
    overflow-y: auto;
    z-index: 3;
    min-height: auto;
    max-height: 300px;
}
/*End MMY Search Home*/
/*MMY Search all*/
.drp-lst button.srh_ymm{
    background: #F8A81E;
    border: none;
    color: #000;
    border-radius: 10px;
    padding: 11px 20px 11px 20px;
    text-transform: uppercase;
    font-family: 'futuraheavy';
    font-size: 14px;
    outline: none !important;
    line-height: 1;
    border-radius: 25px;
    position: relative;
    top: 2px;
}
.ymm-rgt .btn-default:hover {
    color: #fff;
    background-color: unset;
    border-color: #adadad;
}
.ymm-rgt .bs-actionsbox .btn-group button {
    width: 110px;
}
button.actions-btn:hover {
    color: #000 !important;
}
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}
.ymm-rgt .btn-default.active, .ymm-rgt .btn-default:active,.ymm-rgt .open>.dropdown-toggle.btn-default {
    color: #FFF !important;
    background-color: unset !important;
    background-image: none !important;
    border-color: #adadad;
}
.ymm-rgt .btn-default.focus, .ymm-rgt .btn-default:focus {
    color: #FFF !important;
    background-color: unset !important;
    background-image: none !important;
    border-color: #adadad;
}
@media only screen and (max-width: 991px) {
 .cust_row .drp-lst button.srh_ymm {
    background: #F8A81E;
    border-radius: 5px !important;
    top: 0px;
    padding: 9px 20px 9px 20px;
}
.cust_row .bootstrap-select > .dropdown-toggle {
    border-radius: 5px !important;
    margin: 5px 0;
    padding: 4px 10px 4px 16px;
}
.cust_row .bs-actionsbox .btn-group button {
    width: 110px;
}
.drp-lst {
    display: table;
    margin: 0 auto;
}
}
@media only screen and (min-width: 992px) and (max-width: 1050px) {
.ymm-rgt .drp-lst .btn-group.bootstrap-select {
    width: 70px !important;
}
  }
@media only screen and (min-width: 1051px) and (max-width: 1385px) {
.ymm-rgt .drp-lst .btn-group.bootstrap-select {
    width: 78px !important;
}
.ymm-rgt .drp-lst button.srh_ymm{
  font-size: 11px;
}
  }
@media only screen and (min-width: 992px) and (max-width: 1375px) {
.ymm-rgt .drp-lst button.srh_ymm {
    padding:9px 10px 9px 10px !important;
    width: 70px !important;
    top: 0;
    line-height: unset;
    font-size: 12px;
}
.drp-lst {
    display: inline-block;
    margin: 0 3px;
}
.ymm-rgt .bootstrap-select > .dropdown-toggle.bs-placeholder,.ymm-rgt .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.ymm-rgt .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,.ymm-rgt .bootstrap-select > .dropdown-toggle.bs-placeholder:active{
  padding: 6px 8px 6px 12px;
  font-size: 14px;
}
}
@media only screen and (min-width: 1120px) and (max-width: 1384px) {
.mmy-cntr{
  display: table;
  margin: 0 auto;
}
}
.mmy-cntr .bootstrap-select > .dropdown-toggle.bs-placeholder,.mmy-cntr .drp-lst button.srh_ymm{
  border: 1.5px solid #F8A81E;
}
.mmy-cntr button.btn.dropdown-toggle.btn-default {
    border: 1.5px solid #F8A81E;
}
.altr-dtl-bdr .row{
  margin: 0;
}
.bread_crum_dtl-pge{
  margin: 0px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1300px)  {
.bread_crum_dtl-pge{
  margin: 0px 15px;
}
}
#block-makemodelyearpartsearchblock .tp_search_wle{
  display: block;
  position: absolute;
  background: #fff;
  padding: 10px 10px;
  margin: 0;
  z-index: 4;
  height:auto;
  max-height: 300px;
  min-height: auto;
  overflow-y: auto;
}
#block-makemodelyearpartsearchblock .tp_search_wle li a{
  color: #000;
  font-family: 'futura_bk_btbook';
}
#block-makemodelyearpartsearchblock .tp_search_wle li a:hover{
  text-decoration: none;
}
/*End MMY Search all*/


.anchor_bread{
  color:#9F9F9F;
}

.anchor_bread:hover{
  color:white;
  text-decoration: none;
}
.anchor_section{
  color: black !important;
  text-decoration: none;

}
.anchor_section:hover{
  text-decoration: none !important;
}
.inner_td{
  padding: 8px;
}
div#interchange_block td {
    white-space: nowrap;
}
div#interchange_block th {
    white-space: nowrap;
}
/* Search */
ul#searchResult_head li:hover {
    background: #d8d8d8;
}

.prt_no_sear{
    margin-bottom: 10px;
    margin-top: 10px;
}
.prt_no_sear img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    object-fit: contain;
  }
.prt_no_sear a{
    font-weight: 600;
    color: #272727;
    font-size: 13px;
    font-family: 'futura_bk_btbook';
}
.prt_no_sear a:hover{
  color: #000;
  text-decoration: none;
  }
.tp_search_wle{
    display: block;
    position: absolute;
    z-index: 100;
    background-color: white;
    width: 100%;
    overflow: auto;
    padding-left: 20px;
    -moz-box-shadow: 6px 6px 43px 0px rgba(0,0,0,0.67);
    -webkit-box-shadow: 1px 2px 51px -4px rgba(0,0,0,1);
    -moz-box-shadow: 1px 2px 51px -4px rgba(0,0,0,1);
    box-shadow: 1px 2px 51px -4px rgba(0,0,0,1);
    height: auto;
}
 ul, li .tp_search_wle{
    list-style: none;
}
.rtt{
    color: #c00232;
}
@media only screen and (min-width: 992px){
#block-makemodelyearpartsearchblock .tp_search_wle{
    width: 380px !important;
}
.prt_no_sear img,body.path-frontpage .prt_no_sear img{
  margin-right: 3px;
  object-fit: contain;
  display: inline-block;
}
body.path-frontpage .prt_no_sear img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  object-fit: contain;
}
body.path-frontpage ul.tp_search_wle{
  width: 480px !important;
}
}
/*End Search */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {

  /* .col-md-2.fl-ht.mg-0.pd-0 {
    height: auto !important;
  }

  .ctlg_pdf {

    top: 26px !important;
  padding-top: 20px !important;
  margin-top:  26px !important;
  height: auto !important;

}

.ctlg_pdf a {
display: -webkit-box;
-webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-top: 20px !important;
        margin-top:  26px !important;
} */
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
}}


/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media {

  .ctlg_pdf {

      height: auto !important;
      /* bottom: -45px !important; */
}

#prtlstpgg .ctlg_pdf ul li a {
    height: 45px !important;
}
}}

@supports (-webkit-touch-callout: none) {

  .cnt .col-md-2.fl-ht.mg-0.pd-0.home-style-menu {
      display: block !important;
  }

  .path-frontpage .aside.home-style-aside {
    display: none !important;
}

.sde-ctg {
    display: none !important;
}

.ctlg_pdf.home-style-doc {
    position: static !important;
    display: block !important;
}



/* #prtlstpgg .ctlg_pdf{
  position: relative !important;

} */

#prtlstpgg .rowq .col-md-2 {
   position: relative !important;
   /* height: 60px !important; */
}

#prtlstpgg .ctlg_pdf ul li a {

  position: absolute !important;
  top: -35px !important;


    height: 45px !important;

}



.ctlg_pdf.home-style-doc a, .ctlg_pdf.home-style-doc ul li span {
    display:  inline-block !important;

}
 .ctlg_pdf.home-style-doc a svg  {
  vertical-align: middle !important;
}



  /* CSS specific to iOS devices */

  /* .col-md-2.fl-ht.mg-0.pd-0, .col-md-2.fl-ht.mg-0.pd-0.home-style-menu {
    height:   60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
  }

  .col-md-2.fl-ht.mg-0.pd-0.home-style-menu {
    display: block !important;
  }

  .col-md-2.fl-ht.mg-0.pd-0.home-style-menu .sde_fll.fl-ht {
    position: relative !important;
    height:   60px !important;
  }

  .path-frontpage .aside.home-style-aside {
    display: none;
}


  .ctlg_pdf {

    top: 0 !important;
  padding-top: 0px !important;
  margin-top:  0px !important;
  height: auto !important;

}
.ctlg_pdf.home-style-doc {

  position: relative !important;
}

.ctlg_pdf.home-style-doc ul li a {

  position: absolute !important;
    padding-top: 5px !important;
  top: -55px !important;
} */
}






.clr_blk{
  color: black;
}
.search-table{
  padding: 5px 22px 5px 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8e3ec;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-image: url('../images/search.png');
    background-position: 95%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 250px;
}

.curser_pt {
    background-image:  url(../images/sort-icons.png) !important ;
    background-position: 98% 50%  !important;
    background-repeat: no-repeat  !important;
    padding: 8px 18px !important;
}
/*custom css 07-07-2020*/
.dvd {
    display: flex;
    position: absolute;
    top: -40px;
    right: 200px;
}
.dvd img {
    width: 30px;
    position: relative;
    top: -2px;
}
.dvd a {
    padding: 12px 8px;
    margin: 0 3px;
}
.dvd a.active {
    background: #53575B;
}
.three_clmn_div {
    display: table;
    width: 95%;
    background: #414449;
    padding: 10px 15px;
    position: relative;
}
.thre_clmn_ins.ng-scope {
    width: 33.3%;
    float: left;
    margin: 0 0;
    border-bottom: 2px solid #53575B;
    border-left: 2px solid #53575B;
    padding: 40px 0;
}
.three_clmn_divctg-dtl {
    display: table;
    margin: 0 auto;
}
.three_clmn_divctg-cnt {
    display: table;
    margin: 15px auto;
}
.three_clmn_divimg-ctg img {
    width: 50%;
    display: table;
    margin: 0 auto;
    height: 250px;
    width: 250px;
    object-fit: contain;
}
.three_clmn_divctg-dtl a {
    background: #F8A81E;
    border: none;
    color: #000;
    border-radius: 10px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-family: 'futuraheavy';
    font-size: 15px;
}
.three_clmn_divctg-dtl a:hover{
  text-decoration: none;
  color: initial;
}
.three_clmn_divctg-cnt h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'futuramedium';
    font-weight: 400;
    letter-spacing: 1.4px;
    font-size: 20px;
    height: 50px;
}
.grid3 .thre_clmn_ins:nth-last-child(-n+3):nth-child(3n+1) {
    border-bottom: none;
}
.grid3 .thre_clmn_ins:nth-last-child(-n+2):nth-child(3n+2) {
    border-bottom: none;
}
.grid3 .thre_clmn_ins:nth-last-child(-n+1):nth-child(3n+3) {
    border-bottom: none;
}
.grid3 .thre_clmn_ins.ng-scope:nth-of-type(3n+1) {
    border-left: none;
    /* border-bottom: none; */
}
.grid1{
  display: block !important;
  background: #414449;
  padding: 10px 15px;
}
.grid2{
  display: table !important;
}
.grid3{
  display: table !important;
}
#ggrd1{
  display: none;
}
#mmain{
  display: none;
}
.three_clmn_div{
  display: none;
}
.grid2 .thre_clmn_ins.ng-scope{
    width: 50% !important;
}
.grid2 .thre_clmn_ins.ng-scope:nth-of-type(2n+1){
  border-left: none;
}
/*.grid2 .w-row .thre_clmn_ins.ng-scope:nth-of-type(2n+1){
  border-left: none;
}*/
/*.grid2 .thre_clmn_ins.ng-scope:nth-last-child(-n+2){
  border-bottom: none;
}*/
.grid2 .thre_clmn_ins:nth-last-child(-n+2):nth-child(2n+1) {
    border-bottom: none;
}
.grid2 .thre_clmn_ins:nth-last-child(-n+1):nth-child(2n+2) {
    border-bottom: none;
}
#id3 img {
  transform: rotate(90deg);
}
a#id2 img {
    margin: 0 10px;
}
.prt_dtl_partlst span {
    color: #7A7A7A;
    padding: 0 12px;
    text-transform: capitalize;
    font-family: 'futura_bk_btbook';
    font-size: 15px;
}
.prt_dtl_partlst img {
    width: 25px;
    filter: invert(0.5);
}
.prt_dtl_partlst ul {
    margin: 0;
    padding: 0 10px;
}
.prt_dtl_partlst li {
    margin: 14px 0;
}
.prt_dtl_partlst a:hover {
    text-decoration: none;
}
.prt_dtl_partlst a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}
.prt_dtl_partlst a {
    color: #7A7A7A;
    padding: 0 12px;
    text-transform: capitalize;
    font-family: 'futura_bk_btbook';
    font-size: 15px;
}
.form-control:focus{
  box-shadow: none;
}
.side_cnt.faz span {
    color: #7A7A7A;
    padding: 0 12px;
    text-transform: capitalize;
    font-family: 'futura_bk_btbook';
    font-size: 15px;
}
.side_cnt.faz img {
    width: 25px;
    filter: invert(0.5);
}
.side_cnt.faz a {
    color: #7A7A7A;
    padding: 0 12px;
    text-transform: capitalize;
    font-family: 'futura_bk_btbook';
    font-size: 15px;
}
.side_cnt.faz li {
    margin: 15px 0;
}
.side_cnt.faz ul {
    margin: 0;
    padding: 10px 10px;
}
.ctlg_pdf{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  bottom: 0;
}
.ctlg_pdf img {
    width: 25px;
    filter: invert(0.5);
}
#Capa_1 {
    fill: #F8A81E;
    width: 25px;
}
.ctlg_pdf span{
    color: #F8A81E;
    padding: 0 12px;
    text-transform: capitalize;
    font-family: 'futura_bk_btbook';
    font-size: 15px;
}
.ctlg_pdf ul{
 width: 100%;
 padding: 10px 0px;
}
.ctlg_pdf a{
  color: #F8A81E;
  position: relative;
  left: 15px;
}
.ctlg_pdf a:hover{
  color: initial;
  text-decoration: none;
}
.ctlg_pdf a{
  display: flex;
}
.pdfs .modal-header{
  background: #F8A81E;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pdfs .modal-title {
    text-align: center;
    font-family: 'TradeGothicLT-Bold';
    color: #fff;
    font-size: 27px;
}
div#brnd {
    margin-top: 10px;
}
div#makk {
    margin-top: 20px;
}
.pdf_flx {
    /* width: 100%; */
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.inlin_pdf {
    padding: 5px 5px;
}
.pdfs .modal-body {
    position: relative;
    padding: 15px;
    height: 300px;
    overflow-y: auto;
}
.inlin_pdf h4 {
    text-align: center;
    text-transform: capitalize;
    color: #333;
    font-family: 'futura_bk_btbook';
    font-size: 17px;
}
.inlin_pdf a:hover {
    text-decoration: none !important;
    color: initial;
}
.div_li.activee span {
    color: #F8A81E;
}
/*.grid3 .thre_clmn_ins:nth-last-child(-n+1) {
    border-bottom: none !important;
}*/
/*.new:nth-last-child(1) .thre_clmn_ins.ng-scope {
    border-bottom: none !important;
}
.thre_clmn_ins.ng-scope:nth-last-of-type(-n+3):not(:nth-child(odd)) {
    border-bottom: none;
}
.thre_clmn_ins.ng-scope:nth-last-of-type(-n+2):not(:nth-child(even)) {
    border-bottom: none !important;
}*/
/*.w-row:nth-last-child(1) .thre_clmn_ins {
    border-bottom: none !important;
}
.grid2 .w-row:nth-last-child(1) .thre_clmn_ins {
    border-bottom: none !important;
}*/
@media only screen and (max-width: 991px) {
.grid2,.grid3{
    display: none !important;
}
.dvd{
  display: none;
}
.ctg-fl #ggrd1 {
    display: block !important;
}
.feat_img img {
    margin-bottom: 10px;
    width: 200px;
}
}
@media only screen and (min-width: 1150px) and (max-width: 1515px){
.prt_dtl_partlst img {
    width: 20px;
}
.prt_dtl_partlst span {
    font-size: 13px;
    padding: 0 8px;
}
.prt_dtl_partlst a {
    padding: 0 0px;
}
.prt_dtl_partlst ul {
    margin: 0;
    padding: 0 0px;
}
.side_cnt.faz span {
    padding: 0 5px;
    font-size: 14px;
}
.side_cnt.faz img {
    width: 15px;
}
.side_cnt.faz a {
    padding: 0 2px;
}
.side_cnt.faz ul {
    padding: 10px 5px;
}
}
@media only screen and (min-width: 991px) and (max-width: 1149px){
  .prt_dtl_partlst img {
    width: 13px;
}
.prt_dtl_partlst span {
    font-size: 12px;
    padding: 0 5px;
}
.prt_dtl_partlst a {
    padding: 0px 0px;
    font-size: 5px;
}
.prt_dtl_partlst ul {
    margin: 0;
    padding: 0 0px;
}
.side_cnt.faz span {
    padding: 0 5px;
    font-size: 14px;
}
.side_cnt.faz img {
    width: 15px;
}
.side_cnt.faz a {
    padding: 0 2px;
}
.side_cnt.faz ul {
    padding: 10px 5px;
}
}
@media only screen and (max-width: 991px) {
.prt-tpe-sub_menu{
  z-index: 9;
}
ul.prt-tpe-sub_menu li img{
  width: 15px;
  filter: invert(0.5);
}
ul.prt-tpe-sub_menu li a{
    color: #7A7A7A;
    padding: 0 12px;
    text-transform: capitalize;
    font-family: 'futura_bk_btbook';
    font-size: 15px;
}
ul.prt-tpe-sub_menu li{
margin: 20px 0;
}
ul.prt-tpe-sub_menu {
    padding: 10px 5px;
}
.prt-tpe-sub_menu_div {
    display: table;
    margin: 0 auto;
}
ul.prt-tpe-sub_menu li span {
    padding: 0 12px;
}
}
@media only screen and (max-width: 699px) {
.inr-ctg-lst {
    background-color: #414449 !important;
    margin: 10px 0px;
}
}
div#block-home-branding .contextual {
    display: none;
}
#menu ul.contextual-links {
    display: none;
}
.ctlg_pdf ul li span{
    display: flex !important;
    align-items: center;
}
.feat_img img {
    width: 157px;
    height: 150px;
    transition: transform .5s ease-in-out;
    object-fit: cover;
}
.product-dtl-pge{
  background: #1B1E23;
  display: flex;
}
.path-product-desc .searchform {
    margin-right: 19px;
}
@media only screen and (min-width: 992px) {
.path-product-desc .ymm-inpt-rgt .searchbox::placeholder {
    font-size: 13px;
}
}
@media only screen and (max-width: 991px) {
/* .product-dtl-pge .col-md-2{
  display: none;
} */
.product-dtl-pge .col-md-2{
 display: block;
}
.product-dtl-pge .col-md-10{
  margin:0;
  padding: 0;
}
.product-dtl-pge{
  display: block;
}
.path-product-desc .two_clmn{
  display: flex;
  border:none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1300px){
.sde-ctg {
    padding-left: 0;
}
.sde-ctg h1 {
    font-size: 16px;
}
.new.flt_category_blk{
  padding: 5px 5px 0px 5px;
}
#mmain .three_clmn_divctg-cnt h1 {
    font-size: 15px;
    height: 35px;
}
#mmain1 .three_clmn_divctg-cnt h1 {
    font-size: 15px;
    height: 35px;
}
#mmain .three_clmn_divctg-cnt p {
    font-size: 14px;
    height: 100px;
}
#mmain1 .three_clmn_divctg-cnt p {
    font-size: 16px;
    height: 110px;
}

}
#interchange_block .ttbl3.table-responsive{
  border: 2px solid #717171;
}
#interchange_block .ttbl3.table-responsive table.table{
  border: none !important;
  margin-bottom: 0;
}
#interchange_block .head {
    background: #F8A81E;
    border-top: 2px solid #717171;
    border-left: 2px solid #717171;
    border-right: 2px solid #717171;
    padding: 12px 0;
}
#interchange_block td,#interchange_block th{
  border-right: 2px solid #717171;
}
#interchange_block td:last-child,#interchange_block th:last-child{
  border-right: none;
}
#interchange_block .head h1{
   text-align: center;
   font-family: 'futuraheavy';
   text-transform: uppercase;
   font-size: 20px;
   border-bottom: none;
  }
@media only screen and (max-width: 500px){
.altr-dtl-bdr h1, .str-dtl-bdr h1 {
    padding: 10px 0px;
}
.bread_crum_dtl-pge {
    margin: 0px 15px;
}
.drp-lst-fltr span{
  display: none;
}
}
.three_clmn_divctg-cnt h1,.three_clmn_divctg-cnt p{
  text-align: center;
}
#ggrd1 .ctg-cnt p {
    margin: 0;
    color: #fff;
    padding: 10px 0;
    font-weight: 400;
    letter-spacing: 1.4px;
}
#mmain1 .three_clmn_divctg-cnt p {
    font-family: 'futura_bk_btbook';
    font-size: 16px;
    color: #fff;
    padding: 0px 8px;
    height: 65px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#mmain .three_clmn_divctg-cnt p {
    font-family: 'futura_bk_btbook';
    font-size: 16px;
    color: #fff;
    padding: 0px 8px;
    height: 85px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 700px) and (max-width: 991px){
.ctg-cnt h1 {
    height: 50px;
}
#ggrd1 .ctg-cnt p {
    margin: 0;
    color: #fff;
    padding: 10px 0;
    font-family: 'futuramedium';
    font-weight: 400;
    letter-spacing: 1.4px;
    font-size: 15px;
    height: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
}
}
@media only screen and (max-width: 991px){
.pos_rrel {
    display: flex;
    height: 41px;
    width: 97%;
    position: relative;
    margin: 0px 60px;
}
.pos_rrel .res_ctg {
    position: absolute;
    left:0px;
    top: 0;
}
/*.fltr {
    position: absolute;
    right: 0;
    top: 0;
}*/
}
@media only screen and (min-width: 992px){
.pos_rrel {
    display: none;
}
}
#applications_block tr.bg2 th,#applications_block tr.bg3 td{
  border-right: 2px solid #717171;
}
#applications_block tr.tt_bdr.ng-scope td{
  border-right: 2px solid #717171;
}
#applications_block tr.tt_bdr.ng-scope td:last-child,#applications_block tr.bg3 td:last-child{
  border-right: none;
}
/*login page*/
body.simplelogin {
    background-color: #1B1E23 !important;
}
.login-main-logo.text-center {
    display: table;
    margin: 0 auto;
}
.login-main-logo.text-center img {
    width: 75%;
    display: table;
    margin: 0 auto;
}
.simplelogin input.form-text {
    border-radius: 5px;
    width: 90%;
}
.simplelogin input.form-text::placeholder{
  font-size: 18px;
  color: #000;
  font-family: 'futuralightbt';
  letter-spacing: 1.44px;
}
.login-text.text-center{
  display: none;
}
p.sign-up-text.text-muted.text-center {
    display: none;
}
div#edit-actions {
    display: table;
    margin: 0 auto;
}
div#edit-actions input{
    background: #F8A81E;
    border: none;
    color: #000 !important;
    border-radius: 25px;
    text-transform: uppercase;
    border: 1px solid #F8A81E;
    padding: 8px 20px 8px 20px;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Trade Gothic LT Bold';
    letter-spacing: 1.5px;
    font-size: 16px;
    outline: none !important;
}
.simplelogin .dialog-off-canvas-main-canvas {
    height: auto !important;
}
/*End login page*/
/*End custom css 07-07-2020*/

/*custom css 02-09-2021*/
#brndsub .new.flt_category_blk {
    max-height: 200px;
    overflow-y: scroll;
}

#makesub .new.flt_category_blk {
    max-height: 200px;
    overflow-y: scroll;
}

.arrow-down {
    /*width: 20px;
    height: 20px;*/
    /* background: red; */
    position: relative;
}

.arrow-down.active {
  /*background: blue;*/
}

.arrow-down:before, .arrow-down:after {
    content: "";
    display: block;
    width: 10px;
    height: 4px;
    background: white;
    position: absolute;
    top: 23px;
    transition: transform .5s;
}

.arrow-down:before {
    right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transform: rotate(45deg);
}

.arrow-down:after {
    right: 5px;
    transform: rotate(-45deg);
}

.arrow-down.active:before {
  transform: rotate(-45deg);
}

.arrow-down.active:after {
  transform: rotate(45deg);
}
div#brnd {
    display: flex;
    align-items: center;
}
div#makk {
    display: flex;
    align-items: center;
}
/*End custom css 02-09-2021*/

/* new style */

.video-area video{
    width: 100%;
}
.video-section{
    background-color: #333;
}
.video-box{
    /* border: 1.5px solid #F8A81E; */
    box-shadow: 0px 0px 8px #434343;
    padding: 8px 18px 10px 18px;
    margin: 20px;
  
}
.video-heading h4{
    color: #fff;
    position: relative;
    border: 1px solid #F8A81E;
    padding: 10px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.video-heading h4::before{
    content: '';
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #F8A81E;
}