@charset "UTF-8";

/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,200,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Arizonia);*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/*
@import url(https://fonts.googleapis.com/css?family=Nanum-Gothic:400,700,300,100,900&subset=latin,cyrillic);
*/

/* font */
@font-face {
  font-family: 'notokr';
  src: url('/font/notokr-thin.eot');
  src: url('/font/notokr-thin.eot?#iefix') format('embedded-opentype'), url('/font/notokr-thin.woff2') format('woff2'),
    url('/font/notokr-thin.woff') format('woff'), url('/font/notokr-thin.ttf') format('truetype'),
    url('/font/notokr-thin.svg#notokr-thin') format('svg');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'notokr';
  src: url('/font/notokr-demilight.eot');
  src: url('/font/notokr-demilight.eot?#iefix') format('embedded-opentype'), url('/font/notokr-demilight.woff2') format('woff2'),
    url('/font/notokr-demilight.woff') format('woff'), url('/font/notokr-demilight.ttf') format('truetype'),
    url('/font/notokr-demilight.svg#notokr-demilight') format('svg');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'notokr';
  src: url('/font/notokr-regular.eot');
  src: url('/font/notokr-regular.eot?#iefix') format('embedded-opentype'), url('/font/notokr-regular.woff2') format('woff2'),
    url('/font/notokr-regular.woff') format('woff'), url('/font/notokr-regular.ttf') format('truetype'),
    url('/font/notokr-regular.svg#notokr-regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'notokr';
  src: url('/font/notokr-medium.eot');
  src: url('/font/notokr-medium.eot?#iefix') format('embedded-opentype'), url('/font/notokr-medium.woff2') format('woff2'),
    url('/font/notokr-medium.woff') format('woff'), url('/font/notokr-medium.ttf') format('truetype'),
    url('/font/notokr-medium.svg#notokr-medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'notokr';
  src: url('/font/notokr-bold.eot');
  src: url('/font/notokr-bold.eot?#iefix') format('embedded-opentype'), url('/font/notokr-bold.woff2') format('woff2'),
    url('/font/notokr-bold.woff') format('woff'), url('/font/notokr-bold.ttf') format('truetype'),
    url('/font/notokr-bold.svg#notokr-bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Light.eot');
  src: url('/font/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('/font/Roboto-Light.woff2') format('woff2'),
    url('/font/Roboto-Light.woff') format('woff'), url('/font/Roboto-Light.ttf') format('truetype'),
    url('/font/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Regular.eot');
  src: url('/font/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/font/Roboto-Regular.woff2') format('woff2'),
    url('/font/Roboto-Regular.woff') format('woff'), url('/font/Roboto-Regular.ttf') format('truetype'),
    url('/font/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Bold.eot');
  src: url('/font/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/font/Roboto-Bold.woff2') format('woff2'),
    url('/font/Roboto-Bold.woff') format('woff'), url('/font/Roboto-Bold.ttf') format('truetype'),
    url('/font/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoCondensed';
  src: url('/font/RobotoCondensed-Regular.eot');
  src: url('/font/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('/font/RobotoCondensed-Regular.woff2') format('woff2'),
    url('/font/RobotoCondensed-Regular.woff') format('woff'), url('/font/RobotoCondensed-Regular.ttf') format('truetype'),
    url('/font/RobotoCondensed-Regular.svg#RobotoCondensed-Bold') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoCondensed';
  src: url('/font/RobotoCondensed-Bold.eot');
  src: url('/font/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('/font/RobotoCondensed-Bold.woff2') format('woff2'),
    url('/font/RobotoCondensed-Bold.woff') format('woff'), url('/font/RobotoCondensed-Bold.ttf') format('truetype'),
    url('/font/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}




a,
a:hover {
  text-decoration: none !important;
}

body,
html {
  font-family: 'notokr', '맑은고딕', Malgun Gothic, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;

}

/*--------------------------------------------------------------------------------------*/
/* Preload */
/*
.load-wrap {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 100%;
  background-color: #fff;
  text-align: center;
}

.load-wrap .wheel-load {
  display: block;
  padding: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/

/* TEXT SETTING */
/*--------------------------------------------------------------------------------------*/
/* Get Font Awesome from CDN */
*,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a {}

p {}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.overflow-html {
  overflow: hidden;
}


.h2 {
  color: #d93035;
  font-size: 34px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  position: relative;
}

.h3 {
  color: #262626;
  font-size: 44px;
  font-weight: 700;
  line-height: 67px;
  text-transform: uppercase;
  position: relative;
}

.h4 {
  color: #262626;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: -0.5px;
}

.h5 {
  line-height: 16px;
  text-transform: uppercase;
  color: #d93035;
  font-size: 16px;
  font-weight: 600;
}



/*--------------------------------------------------------------------------------------*/
/* margin/padding
/*--------------------------------------------------------------------------------------*/
.clear-leftmargin8 {
  margin-left: -8px !important;
}

.leftmargin2 {
  margin-left: 2px !important;
}

.leftmargin10 {
  margin-left: 10px !important;
}

.leftmargin15 {
  margin-left: 15px !important;
}

.leftmargin16 {
  margin-left: 16px !important;
}

.leftmargin20 {
  margin-left: 20px !important;
}

.leftmargin25 {
  margin-left: 25px !important;
}

.leftmargin30 {
  margin-left: 30px !important;
}

.leftmargin32 {
  margin-left: 32px !important;
}

.leftmargin35 {
  margin-left: 35px !important;
}

.leftmargin50 {
  margin-left: 50px !important;
}


.rightmargin0 {
  margin-right: 0px !important;
}

.rightmargin7 {
  margin-right: 7px !important;
}

.rightmargin9 {
  margin-right: 9px !important;
}

.rightmargin10 {
  margin-right: 10px !important;
}

.rightmargin15 {
  margin-right: 15px !important;
}

.rightmargin20 {
  margin-right: 20px !important;
}

.rightmargin30 {
  margin-right: 30px !important;
}

.rightmargin34 {
  margin-right: 34px !important;
}

.rightmargin50 {
  margin-right: 50px !important;
}

.rightmargin63 {
  margin-right: 63px !important;
}



.allmargin20 {
  margin: 20px !important;
}

.allmargin-lg {
  margin: 80px !important;
}

.leftmargin-lg {
  margin-left: 80px !important;
}

.rightmargin-lg {
  margin-right: 80px !important;
}

.topmargin-lg {
  margin-top: 80px !important;
}

.bottommargin-lg {
  margin-bottom: 80px !important;
}

.clear-bottommargin-lg {
  margin-bottom: -80px !important;
}

.nomargin {
  margin: 0 !important;
}

.noleftmargin {
  margin-left: 0 !important;
}

.norightmargin {
  margin-right: 0 !important;
}

.notopmargin {
  margin-top: 0 !important;
}

.nobottommargin {
  margin-bottom: 0 !important;
}

.topmargin0 {
  margin-top: 0px !important;
}

.topmargin5 {
  margin-top: 5px !important;
}

.topmargin6 {
  margin-top: 6px !important;
}

.topmargin7 {
  margin-top: 7px !important;
}

.topmargin8 {
  margin-top: 8px !important;
}

.topmargin10 {
  margin-top: 10px !important;
}

.topmargin13 {
  margin-top: 13px !important;
}

.topmargin15 {
  margin-top: 15px !important;
}

.topmargin17 {
  margin-top: 17px !important;
}

.topmargin18 {
  margin-top: 18px !important;
}

.topmargin20 {
  margin-top: 20px !important;
}

.topmargin23 {
  margin-top: 23px !important;
}

.topmargin25 {
  margin-top: 25px !important;
}

.topmargin28 {
  margin-top: 25px !important;
}

.topmargin30 {
  margin-top: 30px !important;
}

.topmargin34 {
  margin-top: 34px !important;
}

.topmargin35 {
  margin-top: 35px !important;
}

.topmargin36 {
  margin-top: 36px !important;
}

.topmargin40 {
  margin-top: 40px !important;
}

.topmargin45 {
  margin-top: 45px !important;
}

.topmargin48 {
  margin-top: 48px !important;
}

.topmargin50 {
  margin-top: 50px !important;
}

.topmargin54 {
  margin-top: 54px !important;
}

.topmargin56 {
  margin-top: 56px !important;
}

.topmargin60 {
  margin-top: 60px !important;
}

.topmargin65 {
  margin-top: 65px !important;
}

.topmargin70 {
  margin-top: 70px !important;
}

.topmargin75 {
  margin-top: 75px !important;
}

.topmargin80 {
  margin-top: 80px !important;
}

.topmargin90 {
  margin-top: 90px !important;
}

.topmargin100 {
  margin-top: 100px !important;
}

.topmargin120 {
  margin-top: 120px !important;
}

.topmargin220 {
  margin-top: 220px !important;
}

.bottommargin0 {
  margin-bottom: 0px !important;
}

.bottommargin5 {
  margin-bottom: 5px !important;
}

.bottommargin7 {
  margin-bottom: 7px !important;
}

.bottommargin8 {
  margin-bottom: 8px !important;
}

.bottommargin10 {
  margin-bottom: 10px !important;
}

.bottommargin15 {
  margin-bottom: 15px !important;
}

.bottommargin17 {
  margin-bottom: 17px !important;
}

.bottommargin20 {
  margin-bottom: 20px !important;
}

.bottommargin22 {
  margin-bottom: 22px !important;
}

.bottommargin24 {
  margin-bottom: 24px !important;
}

.bottommargin25 {
  margin-bottom: 25px !important;
}

.bottommargin26 {
  margin-bottom: 26px !important;
}

.bottommargin30 {
  margin-bottom: 30px !important;
}

.bottommargin35 {
  margin-bottom: 35px !important;
}

.bottommargin36 {
  margin-bottom: 36px !important;
}

.bottommargin40 {
  margin-bottom: 40px !important;
}

.bottommargin43 {
  margin-bottom: 43px !important;
}

.bottommargin45 {
  margin-bottom: 45px !important;
}

.bottommargin50 {
  margin-bottom: 50px !important;
}

.bottommargin54 {
  margin-bottom: 54px !important;
}

.bottommargin55 {
  margin-bottom: 55px !important;
}

.bottommargin60 {
  margin-bottom: 60px !important;
}

.bottommargin70 {
  margin-bottom: 70px !important;
}

.bottommargin80 {
  margin-bottom: 80px !important;
}

.bottommargin90 {
  margin-bottom: 90px !important;
}

.bottommargin100 {
  margin-bottom: 100px !important;
}

.bottommargin110 {
  margin-bottom: 110px !important;
}

.bottommargin150 {
  margin-bottom: 150px !important;
}

.bottommargin160 {
  margin-bottom: 160px !important;
}

.bottommargin200 {
  margin-bottom: 200px !important;
}

.rightpadding0 {
  padding-right: 0px !important;
}

.rightpadding5 {
  padding-right: 5px !important;
}

.rightpadding6 {
  padding-right: 6px !important;
}

.rightpadding7 {
  padding-right: 7px !important;
}

.rightpadding8 {
  padding-right: 8px !important;
}

.rightpadding9 {
  padding-right: 9px !important;
}

.rightpadding10 {
  padding-right: 10px !important;
}

.rightpadding15 {
  padding-right: 15px !important;
}

.rightpadding17 {
  padding-right: 17px !important;
}

.rightpadding20 {
  padding-right: 20px !important;
}

.rightpadding26 {
  padding-right: 26px !important;
}

.rightpadding28 {
  padding-right: 28px !important;
}

.rightpadding30 {
  padding-right: 30px !important;
}

.rightpadding33 {
  padding-right: 33px !important;
}

.rightpadding60 {
  padding-right: 60px !important;
}

.rightpadding70 {
  padding-right: 70px !important;
}

.rightpadding73 {
  padding-right: 73px !important;
}

.rightpadding76 {
  padding-right: 76px !important;
}

.rightpadding80 {
  padding-right: 80px !important;
}

.rightpadding129 {
  padding-right: 129px !important;
}

.rightpadding140 {
  padding-right: 140px !important;
}

.rightpadding250 {
  padding-right: 250px !important;
}


.leftpadding0 {
  padding-left: 0px !important;
}

.leftpadding4 {
  padding-left: 4px !important;
}

.leftpadding5 {
  padding-left: 5px !important;
}

.leftpadding6 {
  padding-left: 6px !important;
}

.leftpadding7 {
  padding-left: 7px !important;
}

.leftpadding8 {
  padding-left: 8px !important;
}

.leftpadding10 {
  padding-left: 10px !important;
}

.leftpadding13 {
  padding-left: 13px !important;
}

.leftpadding15 {
  padding-left: 15px !important;
}

.leftpadding20 {
  padding-left: 20px !important;
}

.leftpadding25 {
  padding-left: 25px !important;
}

.leftpadding24 {
  padding-left: 24px !important;
}

.leftpadding30 {
  padding-left: 30px !important;
}

.leftpadding33 {
  padding-left: 33px !important;
}

.leftpadding35 {
  padding-left: 35px !important;
}

.leftpadding36 {
  padding-left: 36px !important;
}

.leftpadding37 {
  padding-left: 37px !important;
}

.leftpadding40 {
  padding-left: 40px !important;
}

.leftpadding45 {
  padding-left: 45px !important;
}

.leftpadding50 {
  padding-left: 50px !important;
}

.leftpadding70 {
  padding-left: 70px !important;
}

.leftpadding73 {
  padding-left: 73px !important;
}

.leftpadding79 {
  padding-left: 790px !important;
}

.leftpadding90 {
  padding-left: 90px !important;
}

.leftpadding110 {
  padding-left: 110px !important;
}

.leftpadding120 {
  padding-left: 120px !important;
}

.leftpadding129 {
  padding-left: 129px !important;
}

.leftpadding175 {
  padding-left: 175px !important;
}

.leftpadding224 {
  padding-left: 224px !important;
}

.leftpadding250 {
  padding-left: 250px !important;
}

.bottompadding0 {
  padding-bottom: 0px !important;
}

.bottompadding4 {
  padding-bottom: 4px !important;
}

.bottompadding10 {
  padding-bottom: 10px !important;
}

.bottompadding13 {
  padding-bottom: 13px !important;
}

.bottompadding15 {
  padding-bottom: 15px !important;
}

.bottompadding16 {
  padding-bottom: 16px !important;
}

.bottompadding17 {
  padding-bottom: 17px !important;
}

.bottompadding20 {
  padding-bottom: 20px !important;
}

.bottompadding24 {
  padding-bottom: 24px !important;
}

.bottompadding26 {
  padding-bottom: 26px !important;
}

.bottompadding30 {
  padding-bottom: 30px !important;
}

.bottompadding32 {
  padding-bottom: 32px !important;
}

.bottompadding55 {
  padding-bottom: 55px !important;
}

.bottompadding100 {
  padding-bottom: 100px !important;
}

.bottompadding115 {
  padding-bottom: 115px !important;
}

.bottompadding250 {
  padding-bottom: 250px !important;
}


.toppadding0 {
  padding-top: 0 !important;
}

.toppadding3 {
  padding-top: 3px !important;
}

.toppadding4 {
  padding-top: 4px !important;
}

.toppadding5 {
  padding-top: 5px !important;
}

.toppadding6 {
  padding-top: 6px !important;
}

.toppadding7 {
  padding-top: 7px !important;
}

.toppadding8 {
  padding-top: 8px !important;
}

.toppadding9 {
  padding-top: 9px !important;
}

.toppadding10 {
  padding-top: 10px !important;
}

.toppadding13 {
  padding-top: 13px !important;
}

.toppadding15 {
  padding-top: 15px !important;
}

.toppadding16 {
  padding-top: 16px !important;
}

.toppadding17 {
  padding-top: 17px !important;
}

.toppadding20 {
  padding-top: 20px !important;
}

.toppadding23 {
  padding-top: 23px !important;
}

.toppadding56 {
  padding-top: 56px !important;
}

.toppadding80 {
  padding-top: 80px !important;
}

.toppadding90 {
  padding-top: 90px !important;
}

.toppadding242 {
  padding-top: 242px !important;
}

.toppadding244 {
  padding-top: 244px !important;
}

.allpadding20 {
  padding: 20px !important;
}


.padding0 {
  padding: 0px !important;
}

.padding4 {
  padding: 4px !important;
}

.padding5 {
  padding: 5px !important;
}

.padding6 {
  padding: 6px !important;
}

.padding7 {
  padding: 7px !important;
}

.padding10 {
  padding: 10px !important;
}

.padding13 {
  padding: 13px !important;
}

.padding15 {
  padding: 15px !important;
}

.padding20 {
  padding: 20px !important;
}

.padding24 {
  padding: 24px !important;
}

.padding30 {
  padding: 30px !important;
}

.padding35 {
  padding: 35px !important;
}

.padding40 {
  padding: 40px !important;
}

.back-white {
  background: #fff ! important;
}

.bg-blue {
  background: #d93035 ! important;
}

.bg-grey {
  background: #0c2d47 ! important;
}



/*--------------------------------------------------------------------------------------*/
/* text-color
/*--------------------------------------------------------------------------------------*/
.text-white {
  color: #fff ! important;
}

.text-grey {
  color: #666666 ! important;
}

.text-org {
  color: #d93035 ! important;
}

.text-blue {
  color: #d93035 ! important;
}

.text-sky {
  color: #32a6c7 ! important;
}

.text-m-blue {
  color: #245b87 ! important;
}

.text-d-blue {
  color: #0c2d47 ! important;
}

.text-t {
  color: #012345 ! important;
}

.text-red {
  color: #e40505 ! important;
}

.text-b {
  color: #242424 ! important;
}

/*--------------------------------------------------------------------------------------*/
/* border
/*--------------------------------------------------------------------------------------*/
.bottom-line {
  border-bottom: 1px solid #b0b6b9 ! important;
}

.right-line {
  border-right: 1px solid #e4e4e4 ! important;
}

.table-boder-right {
  border-right: 1px solid #e2e2e2 ! important;
}

.table-boder-top {
  border-top: 1px solid #e2e2e2 ! important;
}

/*--------------------------------------------------------------------------------------*/
/* font-size
/*--------------------------------------------------------------------------------------*/
.fonts13 {
  font-size: 13px ! important;
}

.fonts14 {
  font-size: 14px ! important;
}

.fonts15 {
  font-size: 16px ! important;
}

.fonts18 {
  font-size: 18px ! important;
}

.fonts20 {
  font-size: 20px ! important;
}

.fonts22 {
  font-size: 22px ! important;
}

.fonts25 {
  font-size: 25px ! important;
}

.font-b {
  font-weight: 700 ! important;
}


/*--------------------------------------------------------------------------------------*/
/* text-decoration
/*--------------------------------------------------------------------------------------*/
.under-line {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------------*/
/* background-color
/*--------------------------------------------------------------------------------------*/
.bg-green {
  background-color: #E9EDF0 ! important;
}

.bg-green2 {
  background-color: rgb(233, 237, 240, 0.2);
}

.bg-d-blue {
  background-color: #0c2d47 ! important;
}

/*--------------------------------------------------------------------------------------*/
/* width
/*--------------------------------------------------------------------------------------*/
.width50 {
  width: 50%;
}

/*--------------------------------------------------------------------------------------*/
/* padding
/*--------------------------------------------------------------------------------------*/
.padding0 {
  padding: 0 ! important;
}

.rightpadding15 {
  padding-right: 15px ! important;
}

.rightpadding30 {
  padding-right: 30px ! important;
}

.rightpadding70 {
  padding-right: 70px ! important;
}


.leftpadding15 {
  padding-left: 15px ! important;
}

.mrightpadding15 {
  padding-right: -15px ! important;
}

.mleftpadding15 {
  padding-left: -15px ! important;
}

/*--------------------------------------------------------------------------------------*/
/* margin
/*--------------------------------------------------------------------------------------*/
.topmargin180 {
  margin-top: 180px ! important;
}

.bottommargin78 {
  margin-bottom: 78px ! important;
}

.m-10 {
  margin: 0 10px 10px 10px ! important;
}

/*--------------------------------------------------------------------------------------*/
/* align
/*--------------------------------------------------------------------------------------*/
.tright {
  text-align: right ! important;
}

.tleft {
  text-align: left ! important;
}

.tcenter {
  text-align: center ! important;
}

/*--------------------------------------------------------------------------------------*/
/* Tabs */
/*--------------------------------------------------------------------------------------*/
.tabs-item.active {
  display: block;
}

.tabs-item {
  display: none;
}

.tabs-item .comment-metadata time {
  border-right: none;
}

/*--------------------------------------------------------------------------------------*/
/* Slider */
/*--------------------------------------------------------------------------------------*/
.swiper-container {
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  cursor: pointer;
  float: left;
}

.swiper-arrow-left,
.swiper-arrow-right {
  position: absolute;
  top: 210px;
  left: -50px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: white;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-align: center;
}

.swiper-arrow-left:before,
.swiper-arrow-right:before {
  font-size: 30px;
  line-height: 60px;
  vertical-align: middle;
}

.swiper-arrow-left:after,
.swiper-arrow-right:after {
  content: '';
  display: inline-block;
}

.swiper-arrow-left:hover:before,
.swiper-arrow-right:hover:before {
  color: #d93035;
}

.swiper-outer-left,
.swiper-outer-right {
  margin: 0 -100px;
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 2;
  border: 1px solid #d9d9d9;
  background-color: rgba(255, 255, 255, 0.05);
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.swiper-outer-left:hover,
.swiper-outer-right:hover {
  border-color: #d93035;
}

.swiper-outer-left:hover:before,
.swiper-outer-right:hover:before {
  color: #d93035;
}

.swiper-outer-left:before,
.swiper-outer-right:before {
  font-size: 30px;
  line-height: 60px;
  vertical-align: middle;
  color: #262626;
}

.swiper-outer-left:after,
.swiper-outer-right:after {
  content: '';
  display: inline-block;
  color: #fff;
}

.swiper-slide-visible.wheel-opacity {
  opacity: .2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pagination {
  /* position: absolute; */
}

.swiper-pagination-switch {
  width: 11px;
  height: 11px;
  background-color: transparent;
  display: inline-block !important;
  border: transparent;
  margin: 5px;
  border-radius: 50%;
}

.swiper-active-switch {
  background-color: transparent;
  border-color: #fff;
}

.swiper-wrapper {
  max-height: 467px;
}



.main-choice {
  margin: 300px 0 0 0;
  height: 450px;
  /*border: 1px solid #cccccc;*/
  background-image: url("/theme/images/main_choice_car.png");
  background-repeat: no-repeat;
  background-position: center right;
}

/*--------------------------------------------------------------------------------------*/
/* Accordion */
/*--------------------------------------------------------------------------------------*/
.wpc-accordion .panel-title {
  margin: 0;
  position: relative;
  background: #f9f9f9;
  padding: 9px 35px 10px;
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
}

.wpc-accordion .panel-content {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  border-width: 0 1px;
  -webkit-transition: height .2s linear, padding-top .2s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
  transition: height .2s linear, padding-top .2s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
}

.wpc-accordion .panel-wrap.active .panel-content {
  width: 100%;
  height: auto;
  padding: 30px;
  border: 1px #CCC solid;
  background-color: #EEE;
  padding-bottom: 5px;
  padding-top: 5px;
}

/*--------------------------------------------------------------------------------------*/
/*    */
/*--------------------------------------------------------------------------------------*/
.page-title>h3 {
  font-size: 36px;
  margin: 70px 0 46px 0;
  line-height: 36px;
  font-family: notokr;

}

.page-title>h4 {
  font-size: 30px;
  margin: 70px 0 50px 0;
  line-height: 36px;
  font-family: notokr;
  font-weight: 700;
}

.page-title>h5 {
  font-size: 17px;
  margin: -25px 0 15px 0;
  line-height: 22px;
  font-family: notokr;
  font-weight: 600;
  color: #d93035;
}

.page-title>p {
  font-size: 16px;
  margin: 0 0 50px 0;
  line-height: 22px;
  color: #666;
}

.page-title2>h4 {
  font-size: 26px;
  margin: 70px 0 5px 0;
  line-height: 36px;
  font-family: notokr;
  font-weight: 700;
}

.peu-txt2 {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.7;
  color: #666666;
}

.line-h30 {
  line-height: 30px;
}




/*--------------------------------------------------------------------------------------*/
/* Menu */
/*--------------------------------------------------------------------------------------*/
.wheel-menu-wrap {
  position: relative;
  /*max-width: 1170px;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  z-index: 999;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


.container-fluid {
  height:100px;
 }



.wheel-menu-wrap.active-scroll {
/*  top: 0;
  max-width: 100%;
  width: 100%;*/
}

.wheel-menu-wrap.active-scroll .wheel-top-menu {
  /*display: none;*/
}

.wheel-menu-wrap.active-scroll .wheel-logo {
/*  padding: 6px 0;
  padding-left: 25px;*/
}

.wheel-menu-wrap.active-scroll .wheel-navigation nav {
  /*float: right;*/
}

.wheel-menu-wrap.active-scroll .wheel-cheader-but {
  /*display: none;*/
}

.wheel-menu-wrap.active-scroll .nav-menu-icon {
/*  top: 27px;
  right: 25px;
  position: fixed;
*/}

.wheel-menu-wrap.active-scroll .wheel-navigation.active nav {
  float: none;
}

.wheel-menu-wrap.active-scroll .wheel-navigation.active .nav-menu-icon.active {
  top: 22px;
}

.wheel-navigation {
  position: relative;
  margin-top: 10px;
/*  min-height: 70px;*/
  /*padding: : 20px 20px ;*/
}

.wheel-navigation nav {
  /*float: left;*/
    /*padding: : 20px 20px ;*/
 text-align:center;
}

.wheel-navigation a:after {
  border-width: 0 10px 10px 0;
 padding: 0 0 0 5px;
}

.wheel-navigation a:before {
  border-width: 10px 0 0 10px;
}

.main-menu {
  padding: : 20px 20px ;
  margin: 0;
}

.main-menu li {
  display: inline-block;
  position: relative;
}

.main-menu .sub-menu li.menu-item {
  display: block;
  margin: 0;
  padding: 0 20px;
}

.main-menu .sub-menu li.menu-item:hover {
  background-color: #eceff1;
}

.main-menu .sub-menu {
  background-color: #fff;
  padding: 0;
  left: -30px;
  min-width: 136px;
  position: absolute;
  white-space: nowrap;
}

.main-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-menu .menu-item:hover>.sub-menu {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Active menu items */
.main-menu .current-menu-parent a,
.main-menu .current-menu-item a {
  color: #fff;
}

.main-menu .sub-menu li.menu-item a {
  line-height: 38px;
  width: 100%;
  display: inline-block;
}

/* Show second and third menu levels */
@media screen and (min-width: 993px) {
  .menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .main-menu .sub-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
  }

  /* First level menu arrows */
  .main-menu>.menu-item-has-children>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
  }

  /* Second level menu arrows */
  .main-menu .sub-menu .menu-item-has-children>a:after {
    content: '\f105';
    font-family: 'FontAwesome';
  }
}

/* Responsive menu button */
.nav-menu-icon {
  position: absolute;
  right: 15px;
  top: 0;
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
}

/* Don`t reqiured */
.wheel-navigation.active .nav-menu-icon i {
  background: none;
}

.wheel-navigation.active .nav-menu-icon i:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wheel-navigation.active .nav-menu-icon i:after {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* End Don`t reqiured */
.nav-menu-icon i:before,
.nav-menu-icon i:after {
  content: '';
  width: 32px;
  height: 2px;
  background: #7f7f7f;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
}

.nav-menu-icon i:before {
  top: -7px;
}

.nav-menu-icon i:after {
  bottom: -7px;
}

.nav-menu-icon i {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #7f7f7f;
}

.menu-item-has-children>a span {
  display: none;
}

.wheel-navigation.active .nav-menu-icon {
  right: 15px;
}

.control-form{
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.48;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}



/* Responsive menu */
@media screen and (max-width: 992px) {
  .wheel-logo {
    width: 80%;
  }

  .wheel-logo img {
    max-height: 40px !important;
  }

  .active-scroll .wheel-navigation.active {
    margin-top: 68px;
    position: fixed;
  }

  .menu-item-has-children>.sub-menu {
    -webkit-transform: translate(200%);
    transform: translate(200%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    display: block;
  }

  .menu-item-has-children>.sub-menu a {
    color: #fff;
  }

  .main-menu .sub-menu {
    left: 0;
  }

  .menu-item-has-children.active>.sub-menu {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .nav-menu-icon {
    display: block;
  }

  .main-menu {
    display: none;
	overflow:scroll
  }

  .wheel-navigation.active .main-menu {
    display: block;
    width: 100%;
    background-color: ##0c2d47;
    padding: 0 0 100px 0;
    height: auto;
  }

  .main-menu li {
    display: block;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-menu .sub-menu {
    padding: 5px 0;
  }

  .menu-item-has-children>a span {
    display: inline-block;
  }

  .menu-item-has-children.active>.sub-menu {
    display: block;
  }

  .wheel-navigation nav {
    display: block;
    float: none;
  }

  .menu-item-has-children>a span {
    font-size: 30px;
  }

  .wheel-navigation {
    padding-left: 0;
  }

  .wheel-navigation.active .main-menu {
    position: relative;

  }

  .wheel-navigation.active .main-menu span:before {
    position: absolute;
    right: 15px;
    line-height: 70px;
    top: 0;
  }

  .wheel-navigation.active {
    padding-top: 50px;
  }
}

.wheel-logo {
  padding: 15px 0 0 25px;

}

.wheel-logo img {
  max-height: 100%;
}

.wheel-logo a {
  color: #262626;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.wheel-right {
    position: absolute;
    right: 0;
    top: 0;
}

.wheel-right img {
  max-height: 100%;
}


.wheel-top-menu {
  background-color: #0c2d47;
  padding-left: 100px;
  padding-right: 40px;
  position: relative;
}

.wheel-top-menu:before {
  position: absolute;
  top: -1px;
  left: -2px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 50px;
  border-color: transparent transparent transparent #162133;
}

.wheel-top-menu-info {
  float: left;
}

.wheel-top-menu-log {
  float: right;
}

.wheel-top-menu-log .dropdown {
  position: relative;
}

.wheel-top-menu-log button {
  color: #000;
  font-family: 'NanumBarunGothic-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  padding: 0 6px;
}

.wheel-top-menu-log button:focus,
.wheel-top-menu-log button:active {
  color: #d93035;
  background-color: transparent;
  outline: none;
  border: none;
}

.wheel-top-menu-log .top-menu-item {
  display: inline-block;
  vertical-align: middle;
}

.wheel-top-menu-log .top-menu-item .open>.dropdown-toggle.btn-default,
.wheel-top-menu-log .top-menu-item .btn-default:hover,
.wheel-top-menu-log .top-menu-item .btn-default:active:focus,
.wheel-top-menu-log .top-menu-item .btn-default:active:hover,
.wheel-top-menu-log .top-menu-item .open>.dropdown-toggle.btn-default:hover {
  background-color: transparent;
  color: #d93035;
  outline: none;
  border: none;
}

.top-menu-item {
  display: inline-block;
}

.top-menu-item .dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.top-menu-item .dropdown:hover .dropdown-menu {
  max-height: 1000px;
  opacity: 1;
  color: #666666;
}

.top-menu-item .dropdown {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.top-menu-item .dropdown-menu>li>a {
  margin-right: 0;
  line-height: 40px;
  color: #777;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.top-menu-item .dropdown-menu>li>a:hover {
  background-color: #666;
  color: #d93035;
  color: #fff;
  font-weight: 600;
}

.top-menu-item .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.top-menu-item button {
  background-color: transparent;
  border: none;
  margin-top: 18px;
  font-size: 16px;
  font-color: #777;
  font-weight: 600;
}

.top-menu-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  margin-right: 25px;

}

.top-menu-item a i {
  padding-right: 10px;
}

.menu-item {
  margin: 0 29px;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.menu-item ul a {
  color: #404040;
}


.menu-item ul a {
  color: #393838;
}

.menu-item.active-color:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d93035;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

.menu-item.active-color a {
  color: #d93035;
}

.menu-item.active-color .menu-item a {
  color: #404040;
}

.menu-item.active-color a:hover {
  color: #d93035;
}


.menu-item a {
  font-size: 18px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  color: #000;
}

.menu-item a.menu-a  {
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  color: #555;
}










.menu-item-mobile ul a {
  color: #404040;
}


.menu-item-mobile ul a {
  color: #fff;
}

.menu-item-mobile.active-color:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d93035;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

.menu-item-mobile.active-color a {
  color: #d93035;
}

.menu-item-mobile.active-color .menu-item-mobile a {
  color: #404040;
}

.menu-item-mobile.active-color a:hover {
  color: #d93035;
}


.menu-item-mobile a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
.menu-item-mobile-mobile a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}

.menu-item-mobile a.menu-a  {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}

















.wheel-cheader-but {
  float: right;
  background-color: #d93035;
  padding: 0 33px;
  line-height: 40px;
  margin-top: 15px;
  margin-right: 20px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-cheader-but:hover {
  background-color: #404040;
  color: #fff;
}

.wheel-cheader-but:before,
.wheel-cheader-but:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

.wheel-cheader-but:after {
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.wheel-cheader-but:before {
  bottom: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #ffffff;
}

.wheel-user-ico:before {
  color: #fff;
  content: "\f007";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wheel-lang-ico:before {
  content: "\f0ac";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color: #666666;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-item .menu-item.active-color a {
  color: #d93035;
}

/*--------------------------------------------------------------------------------------*/
/*SETTING */
/*--------------------------------------------------------------------------------------*/
.wheel-bgt {
  background-color: transparent;
}

.wheel-bg1 {
  background-color: #fff;
}

.wheel-bg2 {
  background-color: #f9f9f9;
}

.wheel-bg3 {
  background-color: #00bcd4;
}

.wheel-bg4 {
  background-color: #d93035;
}

.wheel-bg5 {
  background-color: #9ccc65;
}

.wheel-bg6 {
  background-color: #3d3c3c;
}

.wheel-bg7 {
  background-color: #00bcd4;
}

.wheel-bg8 {
  background-color: #ef5350;
}

.wheel-bg9 {
  background-color: #d93035;
}

.wheel-bg10 {
  background-color: #9ccc65;
}

.wheel-bg11 {
  background-color: #3b5998;
}

.wheel-bg12 {
  background-color: #55acee;
}

.wheel-bg13 {
  background-color: #162133;
}

.wheel-bg14 {
  background-color: #e9edf0;
}

.wheel-bg15 {
  background-color: #fdfdfd;
}

.wheel-bg16 {
  background-color: #f5f5f5;
}


.wheel-btn2 {
  background-color: #d93035;
  padding: 0 33px;
  line-height: 60px;
  color: white;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-btn2:before,
.wheel-btn2:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

.wheel-btn {
  background-color: #d93035;
  padding: 0 33px;
  line-height: 54px ! important;
  color: white ! important;
  font-size: 16px ! important;
  display: inline-block;
  font-weight: 400 ! important;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-btn:before,
.wheel-btn:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

/*
  .wheel-btn:after {
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent; }

  .wheel-btn:before {
    bottom: 5px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff; }
    */
.wheel-btn:before {
  border-width: 33px 0 0 33px;
}

.wheel-btn:after {
  border-width: 0 33px 33px 0;
}

.wheel-btn:hover {
  background-color: #404040 ! important;
  color: #fff ! important;
}


.wheel-btn10 {
  background-color: #db0000;
  padding: 0 33px;
  line-height: 54px ! important;
  color: white ! important;
  font-size: 16px ! important;
  display: inline-block;
  font-weight: 400 ! important;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-btn10:before,
.wheel-btn10:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

/*
  .wheel-btn10:after {
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent; }

  .wheel-btn10:before {
    bottom: 5px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff; }
    */
.wheel-btn10:before {
  border-width: 33px 0 0 33px;
}

.wheel-btn10:after {
  border-width: 0 33px 33px 0;
}

.wheel-btn10:hover {
  background-color: #404040 ! important;
  color: #fff ! important;
}


.wheel-btn11 {
  background-color: #dadada;
  padding: 0 33px;
  line-height: 54px ! important;
  color: #5a5a5a ! important;
  font-size: 16px ! important;
  display: inline-block;
  font-weight: 400 ! important;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-btn11:before,
.wheel-btn11:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

/*
  .wheel-btn11:after {
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent; }

  .wheel-btn11:before {
    bottom: 5px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff; }
    */
.wheel-btn11:before {
  border-width: 33px 0 0 33px;
}

.wheel-btn11:after {
  border-width: 0 33px 33px 0;
}



.wheel-btn3 {
  background-color: #d93035;
  padding: 0 26px;
  line-height: 60px;
  color: white;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-btn3:before,
.wheel-btn2:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

.wheel-btn3:before {
  border-width: 33px 0 0 33px;
}

.wheel-btn3:after {
  border-width: 0 33px 33px 0;
}

.wheel-btn3:hover {
  background-color: #404040;
  color: #fff;
}

.wheel-btn4 {
  background-color: #8c8c8c;
  float: left;
  padding: 0 26px;
  line-height: 54px;
  color: white;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-btn4:before,
.wheel-btn2:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

.wheel-btn4:before {
  border-width: 33px 0 0 33px;
}

.wheel-btn4:after {
  border-width: 0 33px 33px 0;
}

.wheel-btn4:hover {
  background-color: #404040;
  color: #fff;
}

.wheel-start-form label.promo>.wheel-btn4 {
  width: 100%;
  display: inline-block;
  padding: 0 26px;
  float: left ! important;
}

.wheel-btn5 {
  float: left;
  color: white;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-btn5:before,
.wheel-btn2:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

.wheel-btn5:before {
  border-width: 33px 0 0 33px;
}

.wheel-btn5:after {
  border-width: 0 33px 33px 0;
}

.wheel-btn5:hover {
  color: #fff;
}

.wheel-btn5>.wheel-btn {
  line-height: 19px ! important;
  float: left ! important;
  text-align: left ! important;
  background-color: transparent;
  padding: 2px 20px;
  border: none ! important;
  letter-spacing: -0.7px;
}

.wheel-btn5>.wheel-btn:hover {
  background-color: transparent ! important;
  color: #fff;
  border: none ! important;
}

.wheel-btn6 {
  background-color: #d93035;
  padding: 0px 44px;
  line-height: 70px;
  color: white;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-btn2:before,
.wheel-btn2:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

.wheel-header h6 {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
}

.wheel-header h4 span {
  color: #f44336;
}

.wheel-header h2 {
  color: #d93035;
  font-size: 34px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  position: relative;
}

.wheel-header h4 {
  color: #262626;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  font-family: notokr;
  text-transform: uppercase;
  position: relative;
  letter-spacing: -0.5px;
}

.wheel-header h4 span {
  color: #f44336;
}

.wheel-header h5 {
  line-height: 16px;
  text-transform: uppercase;
  color: #d93035;
  font-size: 16px;
  font-weight: 600;
}

.wheel-header h3 {
  font-family: notokr;
  color: #262626;
  font-size: 44px;
  font-weight: 700;
  line-height: 67px;
  text-transform: uppercase;
  position: relative;
}

.wheel-header h3 span {
  color: #d93035;
}


.car_ico {
  content: '';
  margin: auto;
  width: 120px;
  height: 16px;
  background: transparent url("../../images/h-after.png") 0 0 no-repeat;
}



/*--------------------------------------------------------------------------------------*/
/* Home 1 */
/*--------------------------------------------------------------------------------------*/
.wheel-start {
  padding: 230px 0 67px;
  position: relative;
  height: auto;
  background-size: cover;
}

.wheel-start:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wheel-start .wheel-header {
  position: relative;
  z-index: 2;
  padding: 0 0 0 30px;
}

.wheel-start .wheel-header h1 {
  color: #fff;
  font-family: notokr;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 900;
  line-height: 63px;
  margin-bottom: 35px;
  letter-spacing: 0;
  text-shadow: 1.5px 1.5px 1.5px grey;
}

.wheel-start .wheel-header h2 {
  color: #fff;
  font-family: notokr;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  text-shadow: 1.5px 1.5px 1.5px grey;
}

.wheel-start-form {
  position: relative;
  max-width: 575px;
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
}


.wheel-start-form input {
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  border-left: 2px solid #e6e6e6;
  border: none;
  letter-spacing: -0.3px;
  outline: none;
}


.wheel-start-form .promo1 {
  display: inline-block;
  width: 72%;
  padding: 0 20px;
  min-height: 60px;
}


.wheel-start-form .promo7 {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 41px;
  text-transform: uppercase;
  left: 46px;
  bottom: 50px;
}




.wheel-start-form label input {
    border: 1px solid #EBEBEB;
    background-color: #fff;
    height: 50px;
    padding: 0 20px;
    width: 160px;;
    border-radius: 0.5714rem;
}

.wheel-start-form .input-check  {
    border: 1px solid #EBEBEB;
    background-color: #fff;
    height: 20px;
    padding: 0 20px;
    width: 300px;;
    border-radius: 0.5714rem;
}


.wheel-start-form label.input-check {
  width: 20px;

}

.wheel-start-form label.all-chk {
  /*display: inline-block;*/
  font-size: 16px;
  width: 100%;
  border-left: 0;
  padding: 0;
  background-color: transparent;

  /*min-height:50px;*/

}


.wheel-start-form label.all-chk .input-check {
  width: 20px;

}



.wheel-start-form label.chk {
  /*display: inline-block;*/
  width: 100%;
  border-left: 0;
  padding: 0;
  /*min-height:50px;*/

}


.wheel-start-form label.chk .input-check {
  width: 20px;

}


.wheel-start-form .reservation-step01-car {
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  border: 1px solid #ddd8d8;
}


.wheel-start-form label.promo {
  padding: 0;
  width: 66%;
  margin-bottom: 0;
  display: inline-block;
  background-color: transparent;
}

.wheel-start-form label.promo input {
  width: 100%;
  padding: 18px 15px;
  text-transform: uppercase;
  width: 100%;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  min-height: 60px;
}

.wheel-start-form label.promo button {
  padding: 0 50px;
  font-size: 16px;
  font-weight: 400;
}

.wheel-start-form label.promo2 {
  width: 32%;
}

.wheel-start-form label.promo2 button {
  width: 100%;
  display: inline-block;
  padding: 0 26px;
}

.wheel-start-form .wheel-date label {
  border-left: 2px solid #e6e6e6;
  padding-left: 25px;
  position: relative;
  min-height: 32px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.wheel-start-form .wheel-date label:before {
  padding-right: 5px;
  font-size: 16px;
}

.wheel-start-form .wheel-date label:after {
  /* position: absolute;
    content: "\f0d7";
    font-size: 16px;
    display: inline-block;
    right: 7px;  */
}

.wheel-start-form .wheel-date label input {
  padding: 0;
  border-left: none;
}

.wheel-date {
  width: 100%;
  margin-right: 2%;
  float: left;
  background-color: #fff;
  margin-bottom: 18px;
  padding: 15px 0 15px 0;
  border-right: 5px solid transparent;
  box-sizing: border-box;
  display: inline-block;
}



.wheel-date input {
  width: 100px;
}

.wheel-date span {
  display: inline-block;
  float: left;
  width: 28%;
  padding-left: 18px;
  line-height: 2;
}

.wheel-date .caret {
  width: auto;
  padding-left: 0;
}

.wheel-date .dropdown-menu {
  padding: 0;
}

.wheel-date .bootstrap-select.btn-group .dropdown-menu li a:focus,
.wheel-date .bootstrap-select.btn-group .dropdown-menu li:focus {
  outline: none;
}

.wheel-date .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 110px;
}

.wheel-date .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.wheel-date .bootstrap-select {
  border-left: 2px solid #e6e6e6;
  padding-left: 8px;
  position: relative;
}

.wheel-date .bootstrap-select button {
  padding: 2px 12px;
}

.wheel-date .bootstrap-select:hover,
.wheel-date .bootstrap-select:focus,
.wheel-date .bootstrap-select:active {
  outline: none;
}

.wheel-date .bootstrap-select:hover:before {
  z-index: 5;
}

.wheel-date .bootstrap-select:before {
  z-index: 5;
  color: #666666;
  top: 10px;
  left: 18px;
  position: absolute;
}

.wheel-date .bootstrap-select button {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

.wheel-date .bootstrap-select .dropdown-toggle:focus,
.wheel-date .btn-group-vertical>.btn.active,
.wheel-date .btn-group-vertical>.btn:active,
.wheel-date .btn-group-vertical>.btn:focus,
.wheel-date .btn-group-vertical>.btn:hover,
.wheel-date .btn-group>.btn.active,
.wheel-date .btn-group>.btn:active,
.wheel-date .btn-group>.btn:focus,
.wheel-date .btn-group>.btn:hover,
.wheel-date .open>.dropdown-toggle.btn-info {
  background-color: transparent;
  outline: none !important;
  border-color: transparent;
  box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none;
}

.num-point {
  color: #242424;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

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

.result-box {
  background: #FFD040;
  padding: 7px 10px;
  color: #242424;
  font-size: 13px;
  font-weight: 700;
}

/*--------------------------------------------------------------------------------------*/
/* Home 1*/
/*--------------------------------------------------------------------------------------*/
.wheel-clients {
  margin-top: -230px;
}

.wheel-service-logo {
  position: relative;
}

.wheel-service-logo:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #989898;
  bottom: -30px;
  right: 0;
  margin: auto;
  opacity: 0;
  left: 0;
}

.wheel-service-item {
  padding: 60px 0 155px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wheel-service-item:hover img {
  -webkit-filter: contrast(0);
  filter: contrast(0);
}

.wheel-service-item:hover .wheel-service-logo:after {
  bottom: -10px;
  opacity: 1;
}

.wheel-service-item img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wheel-service-item h5 {
  margin: 30px 0 15px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.wheel-service-item p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  display: inline-block;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.wheel-service-active {
  margin: -20px -5px 0;
  padding: 70px 0 170px;
  border: 8px solid white;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.wheel-service-img {
  margin-top: -130px;
  position: relative;
  z-index: 3;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

/*--------------------------------------------------------------------------------------*/
/* Home 1 */
/*--------------------------------------------------------------------------------------*/
.wheel-testimonial p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  max-width: 920px;
}

.wheel-testimonial-info {
  margin-top: 10px;
  margin-bottom: 115px;
}

.wheel-testimonial-info img {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.wheel-testimonial-info span {
  color: #262626;
  font-family: 'Arizonia', cursive;
  font-size: 24px;
  font-weight: 400;
}

.wheel-testimonial-info p {
  color: #666666;
  font-size: 16px;
  font-weight: 700;
}

.wheel-testi-header h3 {
  font-size: 40px;
}

.wheel-testi-header h3:after {
  bottom: -35px;
}

.wheel-testimonial-item {
  position: relative;
  padding-top: 10px;
  padding-left: 118px;
  float: left;
  width: 25%;
  box-sizing: border-box;
  display: inline-block;
}

.wheel-testimonial-item:last-child:before {
  display: none;
}

.wheel-testimonial-item:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 100%;
  top: -5px;
  right: 0;
  border-left: 2px dotted #2e2e2e;
}

.wheel-testimonial-item i {
  font-size: 55px;
  top: 20px;
  letter-spacing: -2px;
  padding-left: 30px;
  position: absolute;
  left: 0;
  color: #262626;
}

.wheel-testimonial-item span,
.wheel-testimonial-item b {
  color: #d93035;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.wheel-testimonial-item p {
  color: #262626;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.5px;
}

/*--------------------------------------------------------------------------------------*/
/* Home 1 */
/*--------------------------------------------------------------------------------------*/
.wheel-collection-text {
  min-height: 360px;
}

.wheel-collection-text p {
  min-height: 55px;
}


.wheel-collection {
  margin-top: 150px;
  padding-bottom: 110px;
}

.wheel-collection .swiper-arrow-left,
.wheel-collection .swiper-arrow-right {
  top: 20px;
}

.wheel-collection .swiper-arrow-left {
  left: 50px;
}

.wheel-collection .swiper-arrow-right {
  right: 50px;
}

.wheel-collection .pagination {
  display: none;
}

.wheel-collection .tabs-header {
  margin: 25px 20px 30px 20px;
  top: auto;
  text-align: center;
}

.wheel-collection .tabs-header li:first-child {

}

.wheel-collection .tabs-header li {
  display: inline-block;
}

.wheel-collection .tabs-header li a {
  color: #424242;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  padding: 10px 34px;
  display: block;
}

.wheel-collection .tabs-header li.active {
  background: #d93035;
}



.wheel-collection .tabs-header li.active a {
  color: #fff;
  font-weight: 400;
}

.wheel-collection .tabs-content .swiper-active {
  border: 10px solid #404040;
}

/* .wheel-collection .tabs-header li {
      border: 2px solid transparent;
      border-bottom: 2px solid #d9d9d9;
      display: inline-block;
      padding: 15px 25px;
      margin: -3px;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .wheel-collection .tabs-header li a {
        color: #242424;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        text-transform: uppercase; }
      .wheel-collection .tabs-header li.active {
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
        border: 2px solid #d9d9d9;
        border-bottom: 2px solid transparent; }
        .wheel-collection .tabs-header li.active a {
          color: #262626; }
  .wheel-collection .tabs-content .swiper-active {
    border: 10px solid #d93035; }*/

.wheel-collection-item {
  padding: 5px 0;
  text-align: center;
  min-height: 100px;
}

.wheel-collection-item:hover,
.wheel-collection-item.active-car {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wheel-collection-item img {
  display: inline-block;
}

.wheel-collection-img {
  margin-top: 50px;
  text-align: center;
  /* height: 360px; */
}

.wheel-collection-info {
  margin: 0 0 30px 0;
}

.wheel-collection-info h4 {
  color: #262626;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.wheel-collection-info span {
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.wheel-collection-info h5 {
  color: #989898;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 30px;
}

.wheel-collection-info sup {
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.wheel-collection-info b {
  color: #d93035;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.wheel-collection-info p {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  display: inline-block;
  letter-spacing: .1px;
  max-width: 440px;
}

.wheel-collection-info ul {
  margin-top: 5px;
  margin-bottom: 35px;
  text-align: left;
}

.wheel-collection-info li {
  margin-right: 9px;
  display: inline-block;
}

.wheel-collection-info li:last-child {
  margin-right: 0;
}

.wheel-collection-info li i {
  position: relative;
  color: #b0b2b2;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  padding-right: 2px;
}

.wheel-collection-info li i>.icon-txt1 {
  position: absolute;
  top: 1px;
  left: 9px;
  color: #fff;
}

.wheel-collection-info li i>.icon-txt2 {
  position: absolute;
  top: 1px;
  left: 6px;
  color: #fff;
  font-size: 12px;
}

.wheel-collection-info li i>.icon-txt3 {
  position: absolute;
  top: 1px;
  left: 7px;
  color: #fff;
  font-size: 11px;
}

.wheel-collection-info li span {
  color: #777;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: -0.6px;
}

.wheel-collection-info a {
  letter-spacing: .4px;
  padding: 0 35px;
}

.wheel-collection-info a:after {
  border-width: 0 33px 33px 0;
}

.wheel-collection-info a:before {
  border-width: 33px 0 0 33px;
}

.wheel-info-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.wheel-info-img img {
  max-width: 100%;
}

.wheel-info-text h3:after,
.wheel-info-text2 h3:after {
  background: none;
  border-bottom: 2px dotted #000;
  right: auto;
  width: 90px;
  height: 1px;
  bottom: -15px;
}

.wheel-info-text {
  padding-left: 15px;
}

.wheel-info-text h5 {
  line-height: 1;
  margin-bottom: 10px;
}

.wheel-info-text h3 {
  margin-bottom: 50px;
}

.wheel-info-text h3 span {
  font-size: 30px;
}

.wheel-info-text span {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: .2px;
}

.wheel-info-text p {
  color: #666666;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  display: inline-block;
  margin-top: 25px;
  letter-spacing: .1px;
}

.wheel-info-text a {
  margin-top: 25px;
  letter-spacing: .5px;
  padding: 0 35px;
}

.wheel-info-text .info-num {
  color: #d93035;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: .2px;
  padding-right: 5px;
}

.wheel-info-text ul {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.wheel-info-text ul li {}

.xs-left {
  text-align: left ! important;
}

/*--------------------------------------------------------------------------------------*/
/* Home 1 */
/*--------------------------------------------------------------------------------------*/
.wheel-deals {
  padding: 140px 0 150px;
  position: relative;
}

.wheel-deals:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 34, 49, 0.5);
  top: 0;
  left: 0;
}

.wheel-deals .wheel-header {
  position: relative;
  z-index: 2;
}

.wheel-deals .wheel-header h3,
.wheel-deals .wheel-header h5 {
  color: #fff;
}

.wheel-deals .wheel-header h3 {
  margin-bottom: 80px;
}

.wheel-deals .wheel-header h3:after {
  background: transparent url("../../images/h-after2.png") 0 0 no-repeat;
}

.wheel-deals-text {
  position: relative;
  z-index: 2;
}

.wheel-deals-text p {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  line-height: 33px;
}

.wheel-deals-text a {
  margin-top: 20px;
  letter-spacing: .3px;
  padding: 0 35px;
}

.wheel-deals-text a:after {
  border-width: 0 33px 33px 0;
}

.wheel-deals-text a:before {
  border-width: 33px 0 0 33px;
}

/*--------------------------------------------------------------------------------------*/
/* Home 1 */
/*--------------------------------------------------------------------------------------*/
.wheel-news-item {
  padding: 30px;
  position: relative;
}

.wheel-news-item i {
  color: white;
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  padding: 13px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #262626;
}

.wheel-news-item img {
  max-width: 100%;
  min-height: 240px;
}

.wheel-news-item h5 a {
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  margin: 25px 0 20px;
}

.wheel-news-item p {
  color: #666666;
  font-size: 16px;
  letter-spacing: .2px;
  font-weight: 500;
  max-width: 270px;
  line-height: 27px;
}

.wheel-news-item a {
  color: #d93035;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wheel-news-item a:hover {
  opacity: .8;
}

.wheel-news {
  padding-bottom: 150px;
}

/*--------------------------------------------------------------------------------------*/
/* Home 1 */
/*--------------------------------------------------------------------------------------*/
.wheel-info-text2 {
  padding-right: 25px;
}

.wheel-info-text2 h3 {
  margin-bottom: 50px;
}

.wheel-info-text2 h3 span {
  font-size: 30px;
}

.wheel-info-text2 span {
  color: #666666;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: .2px;
}

.wheel-info-text2 p {
  color: #666666;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  display: inline-block;
  margin-top: 25px;
  letter-spacing: .1px;
}

.wheel-info-text2 a {
  margin-top: 25px;
  letter-spacing: .5px;
  padding: 0 35px;
}

.wheel-info-video {
  padding-left: 30px;
}

.wheel-info-video iframe {
  width: 100%;
  height: 375px;
}

/*--------------------------------------------------------------------------------------*/
/* Home 1 */
/*--------------------------------------------------------------------------------------*/
.wheel-quote {
  width: 100%;
  height: 800px;
  /*padding: 75px 0 63px 0;*/
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}


.wheel-quote:after {
  /*content: '';*/
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: rgba(29, 34, 49, 0.8);*/
}

.wheel-quote .container {
  position: relative;
  z-index: 2;
}

.wheel-quote .swiper-outer-left {
  left: 0;
}

.wheel-quote .swiper-outer-right {
  right: 0;
}

.wheel-quote .swiper-outer-left,
.wheel-quote .swiper-outer-right {
  top: 50%;
  /*margin-top: 25px;*/
}

.wheel-quote-item p {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: .3px;
  display: inline-block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wheel-quote-item h6 {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}

.wheel-quote-item h2 {
  font-family: notokr;
  color: white;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  padding: 80px 0;
  text-shadow: 1px 2px 3px #222;
}

.wheel-quote-item .p_top {
  padding: 250px 0 0 0;

}

.wheel-quote-item .p_top .p_top_line {
  color: white;
  font-family: notokr;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  padding: 16px 0;
  text-align: center;
  display: inline-block;
  position: relative;
}

.wheel-quote-stars {
  margin-top: 5px;
  margin-bottom: 5px;
}

.wheel-quote-logo {
  margin-bottom: 20px;
}

.wheel-quote-logo img {
  border-radius: 50%;
}

.wheel-quote-partners {
  margin-top: 130px;
}

.wheel-quote-partners img {
  padding: 0 25px;
  -webkit-transition: all 0.30s ease-out;
  transition: all 0.30s ease-out;
}

.wheel-quote-partners img:hover {
  opacity: .8;
}


.wheel-quote2 {
  position: relative;
}

.wheel-quote2:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wheel-quote2 .container {
  position: relative;
  z-index: 2;
}

.wheel-quote2 .swiper-outer-left {
  left: 0;
}

.wheel-quote2 .swiper-outer-right {
  right: 0;
}

.wheel-quote2 .swiper-outer-left,
.wheel-quote2 .swiper-outer-right {
  top: 50%;
  /*margin-top: 25px;*/
}

/*--------------------------------------------------------------------------------------*/
/*Home 1 */
/*--------------------------------------------------------------------------------------*/
.wheel-subscribe {
  padding: 60px 0;
}

.wheel-subscribe h3:after {
  display: none;
}

.wheel-subscribe form {
  position: relative;
}

.wheel-subscribe form input {
  width: 100%;
  padding: 20px 170px 20px 30px;
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
}

.wheel-subscribe form input.wheel-border1 {
  border: 2px solid #f5f0f1;
  padding-top: 19px;
  padding-bottom: 19px;
}

.wheel-subscribe form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  letter-spacing: .3px;
}

/*--------------------------------------------------------------------------------------*/
/* Footer */
/*--------------------------------------------------------------------------------------*/
.footer {
  /*position: relative;*/
  /*background-size: cover;*/
  /*padding: 40px 0;*/
      position: absolute;
    height: 200px;
      bottom: -0px;

}
.wheel-footer {
  /*position: relative;*/
  /*background-size: cover;*/
  /*padding: 40px 0;*/
      position: absolute;
    height: 200px;
      bottom: -0px;

}

.wheel-footer h3 {
  color: #f1f1f1;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: .3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.wheel-footer span {
  color: #8c8c8c;
  line-height: 24px;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}

.wheel-footer span i {
  position: absolute;
  left: 0;
  top: 2px;
}

.wheel-footer img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wheel-footer a {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.wheel-footer a:hover img {
  opacity: 0.8;
  box-shadow: 0 0 2px 0 #fff;
}

.wheel-footer a:hover:before {
  color: #fff;
}

.wheel-footer a:before {
  /* Text style for "яДБ" */
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
}

.wheel-footer:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 55, 55, 0.95);
  top: 0;
  left: 0;
}

.wheel-footer .container {
  position: relative;
  z-index: 2;
}

.wheel-footer-item {
  padding-left: 5px;
}

.wheel-footer-item li a {
  line-height: 32px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.wheel-footer-item li a:hover {
  color: #fff;
}

.wheel-footer-item li a:before {
  padding-right: 10px;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  content: "\f101";
}

.wheel-address {
  padding-left: 0;
}

.wheel-address li {
  padding-left: 25px;
  position: relative;
  padding-right: 25px;
  padding-bottom: 10px;
}

.wheel-footer-galery-item {
  float: left;
}

.wheel-footer-logo {
  margin: 5px 0 54px;
}

.wheel-footer-logo img {
  max-height: 60px;
}

.wheel-footer-logo a {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.wheel-soc {
  margin-top: 30px;
}

.wheel-soc a:before {
  color: #7f7f7f;
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 24px;
}

.wheel-footer-gallery {
  padding-left: 40px;
}

.wheel-footer-gallery h3 {
  margin-bottom: 25px;
}

.wheel-footer-galery-item {
  margin: 0 5px 25px 0;
}

.wheel-footer-galery-item:nth-child(4n) {
  margin-right: 0;
}

.wheel-footer-info {
  padding: 45px 0;
  background-color:#121212;
}

.wheel-footer-info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.wheel-footer-info li {
  display: inline-block;
  padding: 4px 10px;
}

.wheel-footer-info li a {
  color: #666;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.wheel-footer-info li a:hover {
  color: #fff;
}

.wheel-footer-info span {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;

}

.wheel-footer-info-top {
  padding-bottom: : 44px  !important ;
}






/*--wheel-list-gallery------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/

.wheel-list-galery-item {
  float: left;
}

.wheel-list-gallery-link {
  position: absolute;
  bottom: 20px;
  right: 0
}

.wheel-list-gallery {
  position: relative;
}

.heel-list-gallery-link.wheel-btn {
  line-height: 45px ! important;
}

.wheel-list-gallery h3 {
  margin-bottom: 37px;
  font-size: 25px;
  font-weight: bold;
}

.wheel-list-galery-item {
  padding: 0 10px 10px 0;
}

.wheel-list-galery-item a {
  max-width: 100%;
  display: block;
}

.wheel-list-galery-item a img {
  max-width: 100%;
}

.wheel-list-info {
  padding: 45px 0;
}

.wheel-list-info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.wheel-list-info li {
  display: inline-block;
  padding: 0 10px;
}

.wheel-list-info li a {
  color: #666;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.wheel-footer-info li a:hover {
  color: #fff;
}

.wheel-list-info span {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

/*--------------------------------------------------------------------------------------*/
/* Index 2 */
/*--------------------------------------------------------------------------------------*/
.wheel-start-form2 {
  max-width: 100%;
 padding: 30px;
}

.wheel-start-form2 .wheel-date span {
  line-height: 32px;
}

.wheel-start-form2 label {
  width: 49%;
  height: 60px;
  margin-right: 2%;
  float: left;
}

.wheel-start-form2 label span{
font-size: 16px;
width: 20%;
display: inline-block;
}


.wheel-start-form2 label:nth-child(2n) {
  margin-right: 0;
}

.wheel-start-form2 label:first-child {
  margin-right: 2%;
}

.wheel-start-form2 .wheel-date {
  width: 49%;
  margin-right: 2%;
}

.wheel-start-form2 .wheel-date:nth-child(2n) {
  margin-right: 0;
}

.wheel-start-form2 .wheel-date:nth-child(4n) {
  margin-right: 0;
}

.wheel-start-form2 label.promo {
  float: left;
  margin-right: 0;
  width: 50%;
}

.wheel-start-form2 label.promo input {
  width: 100%;
}

.wheel-start-form label.promo {
  float: left;
  width: 14%;
}

.wheel-start-form label.promo button {
  width: 100%;
}

.wheel-start-form2 label.promo2 {
  float: right;
  width: 14%;
}

.wheel-start2 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

.wheel-start2 .wheel-header {
  padding-left: 0;
}

.wheel-start2 .wheel-header h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 10px;
}

.wheel-start2 .wheel-header h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 49px;
  color: #fff;
}

.wheel-service-img2 {
  position: relative;
  margin-top: 20px;
  z-index: 2;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -50px;
}

/*--------------------------------------------------------------------------------------*/
/* index 2*/
/*--------------------------------------------------------------------------------------*/
.wheel-four-block-body .row {
  overflow: hidden;
}

.wheel-four-block-body [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.wheel-four-block {
  padding: 120px 65px 105px 135px;
  position: relative;
}

.wheel-four-block img {
  position: absolute;
  left: 40px;
  top: 125px;
}

.wheel-four-block h5 {
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.wheel-four-block p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2px;
  line-height: 27px;
}

/*--------------------------------------------------------------------------------------*/
/* Index 2 */
/*--------------------------------------------------------------------------------------*/
.wheel-collection-img2 {
  padding: 0 15px;
}

.wheel-collection-img2 img {
  float: right;
}

.wheel-collection-info2 {
  padding: 0 15px;
}

.wheel-collection-slider {
  position: relative;
}

.wheel-collection-slider .swiper-outer-left {
  left: -120px;
}

.wheel-collection-slider .swiper-outer-right {
  right: -120px;
}

.wheel-collection-slider .swiper-outer-left,
.wheel-collection-slider .swiper-outer-right {
  border-color: #d9d9d9;
  top: 50%;
  margin-top: -30px;
}

.wheel-collection-slider .swiper-outer-left:after,
.wheel-collection-slider .swiper-outer-left:before,
.wheel-collection-slider .swiper-outer-right:after,
.wheel-collection-slider .swiper-outer-right:before {
  color: #262626;
}

/*--------------------------------------------------------------------------------------*/
/* Index 2*/
/*--------------------------------------------------------------------------------------*/
.wheel-works-ico {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 120px;
  height: 120px;
  background-color: #eceff1;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wheel-works-ico img {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.wheel-works {
  background-color: #fff;
  padding: 60px 35px 60px;
}

.wheel-works h5 {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin: 25px 0 15px;
}

.wheel-works p {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.wheel-works:hover .wheel-works-ico {
  background-color: #d93035;
}

.wheel-works:hover .wheel-works-ico img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

/*--------------------------------------------------------------------------------------*/
/* Index 2*/
/*--------------------------------------------------------------------------------------*/
.wheel-news-item2 {
  padding: 0;
}

.wheel-news-item2 .wheel-news-item-img {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 285px;
}

.wheel-news-item2 .wheel-news-text {
  padding: 0 25px 30px;
}

.wheel-news-item2 i {
  top: 30px;
}

/*--------------------------------------------------------------------------------------*/
/* Index 2*/
/*--------------------------------------------------------------------------------------*/
.wheel-app-body {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.wheel-app-body:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(29, 34, 49, 0.8);
}

.wheel-app-img,
.wheel-app-text {
  position: relative;
  z-index: 2;
}

.wheel-app-text {
  margin-left: 50px;
  text-align: center;
}

.wheel-app-text h3,
.wheel-app-text h5,
.wheel-app-text p {
  color: white;
}

.wheel-app-text p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 33px;
}

.wheel-app-text h3 {
  margin-bottom: 85px;
}

.wheel-app-text h3:after {
  background: transparent url("../../images/h-after2.png") 0 0 no-repeat;
}

.wheel-app {
  margin-top: 30px;
}

.wheel-app a {
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin: 0 5px;
  border-radius: 3px;
}

.wheel-app a:hover {
  box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.6);
  opacity: .8;
}

/*--------------------------------------------------------------------------------------*/
/* Contact*/
/*--------------------------------------------------------------------------------------*/
.wheel-start3 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(80%);
}



.wheel-start3-body {
  position: relative;
  z-index: 2;
}

.wheel-start3-body h3 {
  float: left;
  color: white;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
}


.wheel-start4-body {
  position: relative;
  z-index: 2;
}

.wheel-start4-body h3 {
  float: left;
  color: white;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
}


.breadcrumb>.active {
  color: #fff;
}

.breadcrumb {
  padding: 5px 0;
  float: right;
  background-color: transparent;
}

.breadcrumb>li {
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
}

.breadcrumb>li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
}

.breadcrumb>li+li {
  color: #fff;
}

.breadcrumb>li+li:before {
  color: white;
  content: "- ";
  padding: 0;
}

/*--------------------------------------------------------------------------------------*/
/* Contact*/
/*--------------------------------------------------------------------------------------*/
.wheel-contact-info h4 {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin: 10px 0 35px;
  position: relative;
}

.wheel-contact-info h4:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: none;
  border-bottom: 2px dotted #000;
  width: 45px;
  height: 1px;
}

.wheel-contact-info a {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.wheel-contact-info span {
  color: #666666;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.wheel-contact-logo {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #eceff1;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wheel-contact-logo i {
  text-align: center;
  line-height: 60px;
  color: #d93035;
  font-size: 25px;
  font-weight: 400;
}

.wheel-contact-logo:hover {
  background-color: #d93035;
}

.wheel-contact-logo:hover i {
  color: #fff;
}

/*--------------------------------------------------------------------------------------*/
/* Contact*/
/*--------------------------------------------------------------------------------------*/
.wheel-contact-form input {
  width: 32%;
  background-color: white;
  border: 2px solid #f5f0f1;
  padding: 15px 20px;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
  color: #242424;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.wheel-contact-form input:nth-child(3),
.wheel-contact-form input:nth-child(4) {
  margin-right: 0;
}

.wheel-contact-form input:nth-child(4) {
  width: 100%;
}

.wheel-contact-form textarea {
  background-color: white;
  border: 2px solid #f5f0f1;
  padding: 15px 20px;
  margin-right: 2%;
  margin-bottom: 20px;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  min-height: 240px;
  outline: none;
  resize: vertical;
  width: 100%;
}

.wheel-contact-form button {
  margin-top: 10px;
  padding: 0 100px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/*--------------------------------------------------------------------------------------*/
/* Contact*/
/*--------------------------------------------------------------------------------------*/
.wheel-map {
  width: 100%;
  height: 480px;
}

/*--------------------------------------------------------------------------------------*/
/* Register*/
/*--------------------------------------------------------------------------------------*/
.wheel-padd {
  padding: 60px 60px;
}

.wheel-register-log {
  background-color: #eceff1;
  padding: 30px 30px 60px;
}

.wheel-register-log span {
  color: #666666;
  font-size: 17px;
  font-weight: 600;
}

.wheel-register-log h5 {
  font-size: 20px;
  position: relative;
  margin-bottom: 50px;
}

.wheel-register-log h5:after {
  background: none;
  content: '';
  display: inline-block;
  border-bottom: 2px dotted #000;
  right: auto;
  width: 45px;
  left: 0;
  position: absolute;
  height: 1px;
  bottom: -10px;
}

.wheel-register-log input,
.wheel-register-log textarea {
  background: #fff;
  border: none;
  outline: none;
}

.wheel-register-log input {
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
  padding: 20px 45px;
  margin-bottom: 18px;
}

.wheel-register-log button {
  width: 100%;
  margin-bottom: 15px;
  background-color: #d93035;
  padding: 0 33px;
  line-height: 60px;
  color: white;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-register-log button:before,
.wheel-register-log button:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

.wheel-register-log button:after {
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.wheel-register-log button:before {
  bottom: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.wheel-register-log button:before {
  border-width: 33px 0 0 33px;
}

.wheel-register-log button:after {
  border-width: 0 33px 33px 0;
}

.wheel-register-log button:hover {
  background-color: #404040;
  color: #fff;
}

.wheel-register-log label {
  width: 100%;
  position: relative;
  color: #666666;
  font-size: 17px;
  font-weight: 600;
  line-height: 44px;
}

.wheel-register-log label.password-sing {
  margin-bottom: 10px;
}

.wheel-register-log label.password-sing span {
  padding-left: 5px;
}

.wheel-register-log label.password-sing a {
  color: #d93035;
  float: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: underline !important;
}

.wheel-register-log label.password-sing a:hover {
  color: #333;
}

.wheel-register-log label input[type='checkbox'] {
  width: auto;
}

.wheel-register-log label:before {
  position: absolute;
  line-height: 58px;
  font-size: 16px;
  left: 20px;
}

.input-long {
  min-height: 59px;
}

.wheel-register-sign button {
  float: left;
  width: 49%;
  margin-bottom: 20px;
  background-color: #d93035;
  padding: 0 33px;
  line-height: 60px;
  color: white;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-register-sign button:before,
.wheel-register-sign button:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

/* .wheel-register-sign button:after {
        top: 5px;
        right: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 0;
        border-color: transparent #ffffff transparent transparent; }
      .wheel-register-sign button:before {
        bottom: 5px;
        left: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent #ffffff; }
       */
.wheel-register-sign button:before {
  border-width: 33px 0 0 33px;
}

.wheel-register-sign button:after {
  border-width: 0 33px 33px 0;
}

.wheel-register-sign button:hover {
  background-color: #404040;
  color: #fff;
}

.wheel-register-sign label {
  font-size: 16px;
  width: 14%;
  line-height: 22px;
  float: left;
  margin-right: 1%;
  padding-top: 12px;
}

.wheel-register-sign .label1 {
  padding-top: 20px;
}

.wheel-register-sign label input[type='checkbox'] {
  width: auto;
  display: inline-block;
  margin-top: 24px;
  line-height: 60px;
  vertical-align: middle;
}

.wheel-register-sign label span {
  color: #666666;
  font-size: 17px;
  font-weight: 600;
  padding-left: 5px;
}

.wheel-register-sign label a {
  color: #d93035;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline !important;
}

.wheel-register-sign label a:hover {
  color: #333;
}

.wheel-register-sign .label-radio {
  width: 8%;
  /*width: 18%;*/
  line-height: 38px;
  float: left;
  margin-right: 2%;
}

.wheel-register-sign label input[type='checkbox'] {
  width: auto;
  display: inline-block;
  margin-top: 23px;
  line-height: 60px;
  vertical-align: middle;
}

.wheel-register-sign label span {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
}

.wheel-register-sign label a {
  color: #d93035;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline !important;
}

.wheel-register-sign label a:hover {
  color: #333;
}

.wheel-register-sign p {
  font-size: 12px;
  font-weight: 500;
  /*    color: #d93035;*/
  display: block;
}

.wheel-register-sign .eng-p1 {
  position: relative
}

.wheel-register-sign .eng-p2 {
  position: relative;
  left: 163px;
  top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #d93035;
  display: block;
}

.wheel-register-sign p.p2,
.wheel-register-sign p.p3 {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  color: #242424;
  padding-left: 0;
  display: inline-block;
  line-height: 1.58;
  margin-bottom: 20px;
}

.wheel-register-sign p.p2>b {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  color: #d93035;
}

.wheel-register-sign p.p3>b {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

.wheel-register-sign .log-txt {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
  display: block;
}

.wheel-register-sign .input-long {
  width: 76% ! important;
  display: block;
  font-size: 16px;
  padding: 1rem;
  line-height: 1.48;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0.5714rem;
}

.wheel-register-sign .input-long2 {
    width: 100% ! important;
  display: block;
  font-size: 16px;
  padding: 1rem;
  line-height: 1.48;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0.5714rem;
}

.wheel-register-sign input {
  width: 37%;
  float: left;
  margin-right: 2% !important;
  margin-bottom: 20px;
  font-size: 16px;
  border: 1px solid #dbdbdb;
  border-radius: 0.5714rem;
  padding: 15px 20px;
}

.wheel-register-sign input:nth-child(2n) {
  margin-right: 0;
}

.wheel-register-sign h5 {
  line-height: 1;
}

.wheel-register-sign .wheel-header {
  margin-bottom: 50px;
}

.wheel-register-sign .wheel-header h3 {
  position: relative;
  margin-bottom: 50px;
}

.wheel-register-sign .wheel-header h3:after {
  background: none;
  content: '';
  display: inline-block;
  border-bottom: 2px dotted #000;
  right: auto;
  width: 90px;
  left: 0;
  position: absolute;
  height: 1px;
  bottom: -20px;
}

.wheel-register-sign .input-radio {
  width: 4% ! important;
  float: left;
  margin-right: 0 !important;
  margin: 24px 0 0 0;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  background-color: #fff;
  border: 2px solid #f5f0f1;
  padding: 15px 20px;
}

.wheel-register-sign>.input-check {
  margin-top: 50px;
}

.wheel-register-sign>.input-check>input {
  width: 3%;
  float: left;
  margin-right: 2% !important;
  margin-bottom: 20px;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  background-color: #fff;
  border: 2px solid #f5f0f1;
  padding: 15px 20px;
}

.wheel-register-link a {
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 60px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.wheel-register-link a:last-child {
  margin-bottom: 0;
}

.wheel-register-link a:hover {
  opacity: .8;
}

/*--------------------------------------------------------------------------------------*/
/* Checkout*/
/*--------------------------------------------------------------------------------------*/
.wheel-billing form {
  width: 100%;
  max-width: 555px;
}

.wheel-billing h5 {
  position: relative;
}

.wheel-billing h5:after {
  background: none;
  content: '';
  display: inline-block;
  border-bottom: 2px dotted #000;
  right: auto;
  width: 45px;
  left: 0;
  position: absolute;
  height: 1px;
  bottom: -10px;
}

.wheel-billing label {
  width: 100%;
  line-height: 50px;
}

.wheel-billing label span {
  padding-left: 10px;
  color: #666666;
  font-size: 17px;
  font-weight: 600;
  line-height: 44px;
}

.wheel-billing textarea {
  color: #666666;
  resize: vertical;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  line-height: 25px;
  border: none;
  background-color: #f8f8f8;
  margin-top: 10px;
  display: inline-block;
  min-height: 110px;
  padding: 10px 20px;
}

.wheel-billing .open>.dropdown-toggle.btn-info:hover {
  background-color: transparent;
  color: #b2b2b2;
}

.wheel-billing input:not([type='checkbox']),
.wheel-billing .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.wheel-billing .bootstrap-select {
  width: 100%;
  background-color: transparent;
  outline: none;
  float: left;
  margin-bottom: 20px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  border: 2px solid #f5f0f1;
}

.wheel-billing input:not([type='checkout']) {
  padding: 15px 20px;
}

.wheel-billing input[type='checkbox'] {
  width: auto;
}

.wheel-billing .bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.wheel-billing .bootstrap-select .btn-info {
  min-height: 58px;
  padding-left: 20px;
  padding-right: 20px;
  color: #b2b2b2;
}

.wheel-billing .dropdown-menu>li>a {
  line-height: 30px;
  color: #666666;
  outline: none;
  font-size: 16px;
  font-weight: 400;
}

.wheel-billing .bootstrap-select>.dropdown-toggle {
  background-color: transparent;
  border: none;
}

.wheel-billing input.wheel-half-width {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.wheel-billing input.marg-r0 {
  margin-right: 0;
}

/*--------------------------------------------------------------------------------------*/
/* Checkout*/
/*--------------------------------------------------------------------------------------*/
.wheel-order {
  padding-left: 30px;
}

.wheel-order-price {
  /*background-color: #eceff1;
  padding: 30px 30px;*/
}

.wheel-order-price .wheel-header h5 {
  position: relative;
  margin-bottom: 55px;
}

.wheel-order-price .wheel-header h5:after {
  background: none;
  content: '';
  display: inline-block;
  border-bottom: 2px dotted #000;
  right: auto;
  width: 45px;
  left: 0;
  position: absolute;
  height: 1px;
  bottom: -10px;
}

.wheel-order-price span {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  float: left;
  position: relative;
  z-index: 2;
  padding: 0 10px 0 0;
  background-color: #fff;
  letter-spacing: -1px;
}

.wheel-order-price i {
  color: #262626;
  font-size: 17px;
  font-weight: 600;
  line-height: 44px;
}

.wheel-order-price b {
  position: relative;
  z-index: 2;
  float: right;
  color: #262626;
  font-size: 17px;
  font-weight: 600;
  line-height: 44px;
  background-color: #fff;
  padding: 0 0 0 10px;
  letter-spacing: -0.5px;
}

.wheel-order-price h4 {
  color: #262626;
  font-size: 25px;
  font-weight: 700;
  line-height: 65px;
  float: left;
  position: relative;
  background-color: #fff;
  padding: 0 10px 0 0;
}

.wheel-order-price .wheel-total b {
  color: #d93035;
  font-size: 30px;
  font-weight: 700;
  line-height: 65px;
}

.wheel-order-price .wheel-total:before {
  bottom: 30px;
  border-bottom: 3px dotted #666666;
}

.wheel-order-price li {
  width: 100%;
  position: relative;
}

.wheel-order-price li:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 21px;
  border-bottom: 2px dotted #666666;
}


.wheel-search-form input {
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  background-color: white;
  border: 2px solid #f5f0f1;
  padding: 18px 15px;
  width: 57%;
  margin-right: 5%;
  float: left;
}

.wheel-search-form button {
  float: left;
  width: 38%;
  background-color: #d93035;
  padding: 0 33px;
  line-height: 60px;
  min-height: 60px;
  display: inline-block;
  color: white;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-search-form button:before,
.wheel-search-form button:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

.wheel-search-form button:after {
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.wheel-search-form button:before {
  bottom: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.wheel-search-form button:before {
  border-width: 33px 0 0 33px;
}

.wheel-search-form button:after {
  border-width: 0 33px 33px 0;
}

.wheel-search-form button:hover {
  background-color: #404040;
  color: #fff;
}

/*--------------------------------------------------------------------------------------*/
/* Checkout*/
/*--------------------------------------------------------------------------------------*/
.wheel-payment {
  background-color: #eceff1;
  padding: 35px 30px;
}

.wheel-payment input[type="radio"]+label i {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: url("../../images/spritesheet.png") -5px -5px no-repeat;
  cursor: pointer;
}

.wheel-payment input[type="radio"]:checked+label i {
  background: url("../../images/spritesheet.png") -30px -5px no-repeat;
}

.wheel-payment input[type="radio"] {
  display: none;
}

.wheel-payment h5 {
  position: relative;
  margin-bottom: 55px;
}

.wheel-payment h5:after {
  background: none;
  content: '';
  display: inline-block;
  border-bottom: 2px dotted #000;
  right: auto;
  width: 45px;
  left: 0;
  position: absolute;
  height: 1px;
  bottom: -10px;
}

.wheel-payment form {
  margin-top: 55px;
}

.wheel-payment label {
  display: block;
}

.wheel-payment span {
  color: #262626;
  font-size: 17px;
  font-weight: 600;
  line-height: 44px;
}

.wheel-payment p {
  color: #666666;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin: 5px 0;
}

.wheel-payment span {
  color: #666666;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin: 5px 0;
}

.wheel-payment a {
  color: #d93035;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.wheel-payment .wheel-agree {
  margin-top: 35px;
}

.wheel-payment .wheel-agree p {
  padding-left: 5px;
}

.wheel-payment .wheel-agree span {
  padding-left: 5px;
}

.wheel-payment button {
  margin-top: 10px;
  margin-bottom: 25px;
  background-color: #d93035;
  padding: 0 50px;
  line-height: 60px;
  min-height: 60px;
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-payment button:before,
.wheel-payment button:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

.wheel-payment button:after {
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.wheel-payment button:before {
  bottom: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.wheel-payment button:before {
  border-width: 33px 0 0 33px;
}

.wheel-payment button:after {
  border-width: 0 33px 33px 0;
}

.wheel-payment button:hover {
  background-color: #404040;
  color: #fff;
}

.payment>.tright {
  text-align: right;
}

/*--------------------------------------------------------------------------------------*/
/* About*/
/*--------------------------------------------------------------------------------------*/
.wheel-skills-info p {
  color: #666666;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
}

.wheel-skills-info span {
  color: #262626;
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.wheel-skills-info i {
  color: #d93035;
  float: right;
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}

.wheel-skills-info li {
  margin-bottom: 17px;
}

.wheel-skills-info ul {
  margin-top: 20px;
}

.wheel-interest-body {
  width: 100%;
  height: 4px;
  background-color: #e5e5e5;
}

.wheel-interest {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 0%;
  background-color: #404040;
  height: 100%;
}

.wheel-interest-body {
  margin-top: 5px;
}

/*--------------------------------------------------------------------------------------*/
/* PEUGEOT?*/
/*--------------------------------------------------------------------------------------*/
.peu-img>img {
  width: 86%;
  margin-bottom: 30px;
}

.peu-num {
  font-size: 90px;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  padding: 0;
}

.peu-title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 600;
}

.peu-txt {
  font-size: 22px;
  margin: 0 0 20px 0;
  line-height: 1.7;
  color: #666666
}

.peu-num {
  /*margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    vertical-align: top;
  background:#0c2d47; #0c2d47*/
  color: #fff;
  font-size: 20px;
  vertical-align: top;
  background: #d93035;
  padding: 50px 30px;

}

.peu-num-main {
  color: #fff;
  font-size: 30px;
  vertical-align: top;
  background: #d93035;
  padding: 10px 18px;

}

.peu-num-main-01 {
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 20px;
  vertical-align: top;
  background: #d93035;
  padding: 9px 5px 0 12px;

}

.peu-num-main-02 {
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 20px;
  vertical-align: top;
  background: #d93035;
  padding: 9px 5px 0 5px;

}

.peu-txt3 {
  font-size: 16px;
  margin: 5px 0 0 0;
  line-height: 1.6;
}

.peu-title2 {
  font-size: 28px;
  font-weight: 500;
  color: #012345;
  margin: 30px 0 10px 0;
  text-align: center;
  position: relative;
}

.peu-title3 {
  font-size: 20px;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
  font-weight: 600;
  min-height: 38px;
}

.peu-txt4 {
  font-size: 16px;
  font-weight: 500;
  margin: 6px 0 0 0;
  line-height: 1.5;
  color: #666666;
  letter-spacing: -0.05em;
  line-height: 1.5;
}

.peu-box {
  margin-bottom: 100px;
  padding: 19px 20px 16px;
  background: #f9f9f9;
}

.peu-title4 {
  font-size: 18px;
  font-weight: 600;
  color: #d93035;
  margin-bottom: 6px;
}

.peu-title4>span {
  font-style: oblique;
}

.peu-num2 {
  font-weight: 600;
  color: #fff;
  background: #ff9e15;
  width: 1px;
  height: 10px;
  border: none;
  border-radius: 50%;
  padding: 0 0 1px 5px;
}

.peu-box>.tabslist2>.item {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0 0;
  line-height: 1.6;
  color: #e40505;
  margin-top: 20px;
  margin-left: 5px;
}

.peu-box>.tabslist2>.item::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #d93035;
  left: 0;
}

.wheel-header>h3>.sl {
  font-size: 36px;
  color: #262626;
}

.about-title {
  position: relative;
  font-size: 28px;
  color: #012345;
  margin: 0 0 10px 0;
}

.about-title2 {
  font-size: 21px;
  color: #012345;
  margin: 0 0 50px 0;
}

.title-line {
  position: absolute;
  bottom: -20px;
  left: 48.5%;
  width: 36px;
  height: 1px;
  background-color: #b1b8c5;
}

.about img {
  width: 100%;
}

.about {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------------------------------*/
/* how */
/*--------------------------------------------------------------------------------------*/
.how-img {
  margin-bottom: 50px;
}

.how-title {
  margin: 40px 0 15px 0;
}

.how-title2 {
  /*font-size: 17px;*/
  font-size: 18px;
  letter-spacing: -0.05em;
  font-weight: 600;
  vertical-align: bottom;
}

.page-service>.how-title2 {
  font-size: 17px;
  letter-spacing: -0.03em;
  font-weight: 800;
  vertical-align: bottom;
  margin: 20px 0 5px 0 ! important;
  font-family: notokr;
}

.page-service>.how-title3 {
  font-size: 13px;
  letter-spacing: -0.03em;
  vertical-align: bottom;
  line-height: 1.7;
}

.page-service>p {
  font-size: 13px;
  letter-spacing: -0.03em;
  line-height: 1.7;
}

.how-t-num {
  color: #fff;
  font-size: 18px;
  vertical-align: top;
  background: #d93035;
  padding: 3px 0px 3px 7px;
  margin-right: 10px;
}

.how-t-num2 {
  color: #fff;
  font-size: 16px;
  background: #d93035;
  padding: 1px 4px;
}

.how-txt {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 1.7;
  color: #666666;
}

.how-txt2 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666666;
  position: relative;
}

.how-txt2>.how-span1,
.how-txt3>.how-span1 {
  color: #ff9e15;
  padding-bottom: 20px;
}

.how-txt2>.how-span2,
.how-txt3>.how-span2 {
  position: absolute;
  left: 20px;
}

.how-txt3 {
  font-size: 16px;
  margin: 0 0 5px 0;
  line-height: 1.7;
  color: #666666;
}

.how-txt4 {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 1.7;
  color: #666666;
}

.how-txt4>.how-dot3 {
  position: absolute;
  top: 180px;
  left: 20px;
  width: 5px;
  height: 5px;
  background: #ff9e15;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.how-txt4>.how-dot-txt3 {
  position: relative;
  left: 16px;
  letter-spacing: -0.5px;
}

.how-txt4>.how-dot-txt2 {
  position: relative;
  left: 18px;
  font-weight: 600;
  color: #242424;
  letter-spacing: -0.5px;
}

.how-txt5 {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 1.7;
  color: #666666;
  position: relative;
}

.how-txt5>.how-dot2 {
  position: absolute;
  top: 8px;
  left: 7px;
  width: 5px;
  height: 5px;
  background: #ff9e15;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.how-txt5>.how-dot-txt2 {
  position: relative;
  left: 13px;
  font-weight: 600;
  color: #242424;
  letter-spacing: -0.5px;
}

.how-hr {
  width: 100%;
  margin-bottom: 50px;
}

.how-box {
  background: #f9f9f9;
  padding: 20px ! important;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.how-box2 {
  position: relative;
  display: block;
}

.how-box3 {
  background: #f9f9f9;
  padding: 20px ! important;
  font-weight: 400;
  margin-bottom: 20px;
}

.how-box4 {
  background: #e40505;
  padding: 20px ! important;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -1px;
}

.how-box-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 10px;
  padding: 0 3px 1px 7px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #e40505;
  color: #e40505;
}

.how-box-title2 {
  font-size: 16px;
  font-weight: 600;
  color: #d93035;
  width: 30px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #d93035;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0 7px;
  margin-right: 8px;
}

.how-box-title>span {
  font-style: oblique;
}

.how-box-num {
  font-weight: 600;
  color: #fff;
  background: #d93035;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  padding: 0 0px 0px 6px;
  display: inline-block;
}

.how-box-txt {
  position: relative;
  left: 0;
  top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  padding-bottom: 15px;
  padding: 0 0 0px 30px;
  margin-bottom: 0;
  display: block;
}

.how-box-num2 {
  font-weight: 600;
  color: #fff;
  background: #d93035;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  padding: 0 5px 2px 6px;
}

.how-box-txt2 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  padding: 0 0px 0 30px;
  display: block;
}

.how-dot {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 5px;
  height: 5px;
  background: #ff9e15;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.how-dot-txt {
  position: relative;
  left: 20px;
}

.how-dot2 {
  position: absolute;
  top: 49px;
  left: 20px;
  width: 5px;
  height: 5px;
  background: #ff9e15;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.how-dot3 {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 5px;
  height: 5px;
  background: #ff9e15;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.how-dot4 {
  position: absolute;
  top: 350px;
  left: 20px;
  width: 5px;
  height: 5px;
  background: #ff9e15;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.how-dot-txt2 {
  position: relative;
  left: 18px;
  font-weight: 400;
  color: #242424;
  letter-spacing: -0.5px;
}

.how-dot-txt3 {
  position: relative;
  left: 16px;
  letter-spacing: -0.5px;
}

.login-box {
  padding: 0 250px;
}

.accident img {
  width: 100%;
}

/*--------------------------------------------------------------------------------------*/
/* insurance*/
/*--------------------------------------------------------------------------------------*/
.insur>h3 {
  font-size: 24px;
  margin: 20px 0 50px 0;
}

.insur-title4 {
  font-size: 16px;
  font-weight: 600;
  color: #012345;
}

.insur-title5 {
  font-size: 18px;
  font-weight: 600;
  color: #012345;
  line-height: 60px;
}

.outer-p {
  padding: 20px 50px 50px 50px;
}

.insur-title {
  font-size: 26px;
  font-weight: 500;
  color: #012345;
}

.insur-title2 {
  font-size: 16px;
  font-weight: 600;
  color: #012345;
  padding: 0 35px 10px 35px;
}

.insur-title3 {
  font-size: 23px;
  font-weight: 600;
  color: #012345;
  line-height: 55px;
}

.insur-txt {
  padding: 0 35px 0px 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #666666;
}

.insur-txt2,
.insur-txt3 {
  font-size: 16px;
  line-height: 23px;
  color: #666666;
  padding: 0;
  font-weight: 600;
}

.insur-txt3 {
  position: relative;
}

.insur-txt3>span {
  position: absolute;
  left: 52px;
}

.insur-t-eng {
  font-size: 40px;
  font-weight: 600;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  padding: 0;
  text-align: left;
}

.insur-box {
  background: #f9f9f9;
  padding: 0 50px;
  margin: 10px 0;
}

.insur-box2 {
  background: none;
  padding: 0 50px;
  margin: 10px 0;
}

.how-txt .head {
  position: relative;
  padding-top: 15px;
  display: inline-block;
}

.how-txt .head li {
  float: left;
  position: relative;
  width: 247px;
  height: 380px;
  margin-left: 40px;
  font-size: 16px;
  color: #242424;
  display: inline-block;
  /*background: #f9f9f9;*/
}

.how-txt .head li:first-child {
  margin-left: 0;
}

.how-txt .head .num {
  display: block;
  padding: 44px 0 17px;
  font-size: 18px;
  font-weight: 500;
}

.arr {
  position: absolute;
  top: 123px;
  right: -26px;
  width: 10px;
  height: 21px;
  background: url(/images/arr.png) no-repeat -11px 0;
  margin: 0;
}

.head>li {
  margin-bottom: 30px;
}

/*.tel-step {
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align: top;
  padding: 34px;
  color: #767676;
  width: 255px;
}
*/

.tel-step {
    /*display: table-cell;*/
    position: relative;
   height: 380px;
    vertical-align: top;
    padding: 34px;
    /* color: #767676; */
    /*width: 300px;*/
    width: 100%;
    border: 2px solid #e40505;
    text-align: center;
}

.tel-step dt {
  margin-bottom: 16px;
  font-size: 20px;
  color: #242424;
}

.tel-step dt .num2 {
  display: block;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
}

.tel-step .dsc {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
}








.tel-step-car {
    /*display: table-cell;*/
    position: relative;
   height: 380px;
    vertical-align: top;
    padding: 34px;
    /* color: #767676; */
    /*width: 300px;*/
    width: 100%;

    border: 2px solid #e40505;
    text-align: center;
}

.tel-step-car dt {
  margin-bottom: 16px;
  font-size: 20px;
  color: #242424;
  height: 230px;
}

.tel-step-car dt .num2 {
  display: block;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
}

.tel-step-car .dsc {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
}


.tel-step-car .title {
  font-size: 18px;
}





/*--------------------------------------------------------------------------------------*/
/* About*/
/*--------------------------------------------------------------------------------------*/
.wheel-skills {
  padding-right: 30px;
}

.wheel-skills .wheel-header h3:after {
  background: none;
  border-bottom: 2px dotted #000;
  right: auto;
  width: 90px;
  height: 1px;
  bottom: -15px;
}

.wheel-skills-accordion {
  padding-left: 30px;
}

.wheel-skills-accordion .panel-title {
  color: #333;
  padding: 14px 19px 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  position: relative;
  padding-right: 85px;
  text-align: left;
}

.wheel-skills-accordion .panel-title span {
  width: 60px;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-color: #cdcdcd;
  right: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wheel-skills-accordion .panel-title span:before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 5px;
  height: 15px;
  left: 0;
  right: 0;
  content: '';
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wheel-skills-accordion .panel-title span:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 15px;
  height: 5px;
  left: 0;
  right: 0;
  content: '';
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wheel-skills-accordion .panel-content {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.wpc-accordion .panel-wrap.active .panel-title span {
  background-color: #d93035;
}

.wpc-accordion .panel-wrap.active .panel-title span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wpc-accordion .panel-wrap.active .panel-content {
  margin-top: -10px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 20px 30px 30px;
  text-align: left;
}

/*--------------------------------------------------------------------------------------*/
/* About*/
/*--------------------------------------------------------------------------------------*/
.wheel-team {
  padding-bottom: 25px;
  background-color: #fff;
}

.wheel-team-info {
  padding-top: 35px;
}

.wheel-team-info h5 {
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.wheel-team-info span {
  color: #666666;

  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.wheel-team-info ul {
  margin-top: 5px;
}

.wheel-team-info li {
  display: inline-block;
  margin: 0 7px;
}

.wheel-team-info a {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
}

.wheel-team-info a:hover {
  color: #d93035;
}

.wheel-team-logo {
  max-height: 270px;
}

.wheel-team-logo img {
  max-width: 100%;
  max-height: 100%;
}

/*--------------------------------------------------------------------------------------*/
/* About*/
/*--------------------------------------------------------------------------------------*/
.wheel-partners a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  margin: 0 50px;
  position: relative;
}

.wheel-partners a:first-child {
  margin-left: 0;
}

.wheel-partners a:last-child {
  margin-right: 0;
}

.wheel-partners a:hover {
  -webkit-filter: blur(0px) brightness(0.1);
  filter: blur(0px) brightness(0.1);
}

/*--------------------------------------------------------------------------------------*/
/* Blog*/
/*--------------------------------------------------------------------------------------*/
.wheel-blog-data {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
  background-color: #000;
  display: inline-block;
  padding: 0 18px;
}

.wheel-blog-data i {
  color: white;
  font-size: 16px;
  font-weight: 700;

  line-height: 45px;
  text-transform: uppercase;
}

.wheel-blog-item {
  margin-bottom: 60px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  position: relative;
}

.wheel-blog-item .swiper-arrow-left {
  left: 30px;
}

.wheel-blog-item .swiper-arrow-right {
  right: 30px;
}

.wheel-blog-item .swiper-arrow-left,
.wheel-blog-item .swiper-arrow-right {
  top: 50%;
  margin-top: -30px;
}

.wheel-video iframe {
  width: 100%;
  height: 420px;
}

.wheel-audio iframe {
  width: 100%;
  height: 166px;
}

.wheel-blog-logo img {
  max-width: 100%;
  min-height: 420px;
}

.wheel-blog-info {
  margin-top: 15px;
  margin-bottom: 45px;
}

.wheel-blog-info p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.wheel-blog-header {
  margin-top: 25px;
}

.wheel-blog-header h5 {
  color: #262626;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

.wheel-blog-header h5 a {
  color: #262626;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
}

.wheel-blog-header h5 a:hover {
  opacity: .8;
}

.wheel-blog-links {
  margin: 0 0 15px;
}

.wheel-blog-links ul {
  float: left;
}

.wheel-blog-links li {
  display: inline-block;
}

.wheel-blog-links li:hover a,
.wheel-blog-links li:hover i {
  color: #d93035;
}

.wheel-blog-links li a,
.wheel-blog-links li i {
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-right: 13px;
}

.wheel-blog-links li a:before,
.wheel-blog-links li i:before {
  padding-right: 7px;
}

.wheel-blog-links li i {
  padding-right: 0;
}

.wheel-blog-links .wheel-read-more {
  float: right;
  color: #d93035;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: underline !important;
  text-transform: uppercase;
}

/*--------------------------------------------------------------------------------------*/
/* Blog*/
/*--------------------------------------------------------------------------------------*/
.wheel-page-pagination {
  margin: 150px 0;
}

.wheel-page-pagination a,
.wheel-page-pagination span {
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 2px solid #e0e0e0;
  margin: 0 3px;
  line-height: 40px;
}

.wheel-page-pagination a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: top;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.wheel-page-pagination a:first-child {
  margin-left: 0;
}

.wheel-page-pagination a:last-child {
  margin-right: 0;
}

.wheel-page-pagination a:hover {
  color: #242424;
  border-color: #fff;
  background-color: #fff;
}

.wheel-page-pagination span {
  vertical-align: top;
  color: #242424;
  border-color: #fff;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

/*--------------------------------------------------------------------------------------*/
/* wheel-page-pagination2*/
/*--------------------------------------------------------------------------------------*/
.notice {
  padding: 20px 0 0 0;

}

.notice th .notice1,
.notice th .notice2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 23px;
  padding: 17px 5px 25px 5px;
  display: inline-block;
  letter-spacing: 0px;
}

.notice th .notice3 {
  padding: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -1.7px;
}

.notice th p {
  color: #242424;
  margin: -16px 0 4px 0;
  font-weight: 500;
  font-size: 16px;
}

.notice-txt {
  padding: 30px 0 ! important;
}

.notice-txt p {
  color: #666;
  font-size: 16px;
  text-align: left ! important;
  padding: 10px 0;
  margin: 0;
}

.notice-pre,
.notice-next {
  text-align: left ! important;
  padding: 11px 40px ! important;
  position: relative;
}

.notice-pre:after {
  content: '';
  position: absolute;
  top: 45%;
  left: 92px;
  width: 21px;
  height: 22px;
  margin-top: -2px;
  background: url(/images/tri-top.png) no-repeat;
}

.notice-next:after {
  content: '';
  position: absolute;
  top: 46%;
  left: 92px;
  width: 21px;
  height: 22px;
  margin-top: -2px;
  background: url(/images/tri-bottom.png) no-repeat;
}

.wheel-btn.style-7 {
  width: 100%;
}

/*--------------------------------------------------------------------------------------*/
/* wheel-page-pagination2*/
/*--------------------------------------------------------------------------------------*/
.wheel-page-pagination2 {
  margin: 150px 0;
}

.wheel-page-pagination2 a,
.wheel-page-pagination2 span {
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 2px solid #e0e0e0;
  margin: 0 3px;
  line-height: 40px;
}

.wheel-page-pagination2 a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: top;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.wheel-page-pagination2 a:first-child {
  margin-left: 0;
}

.wheel-page-pagination2 a:last-child {
  margin-right: 0;
}

.wheel-page-pagination2 a:hover {
  color: #262626;
  border-color: #fff;
  background-color: #fff;
  border: 2px solid #262626;
}

.wheel-page-pagination2 span {
  vertical-align: top;
  color: #262626;
  border-color: #fff;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #262626;
}

/*--------------------------------------------------------------------------------------*/
/* Blog*/
/*--------------------------------------------------------------------------------------*/
.wheel-widget-categories,
.wheel-widget-posts,
.wheel-tags {
  width: 100%;
  display: block;
  background-color: #fff;
  margin-top: 30px;
  padding: 30px 30px 1px;
}

.wheel-widget-categories h5,
.wheel-widget-posts h5,
.wheel-tags h5 {
  color: #262626;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.wheel-widget-categories h5:after,
.wheel-widget-posts h5:after,
.wheel-tags h5:after {
  background: none;
  content: '';
  display: inline-block;
  border-bottom: 2px dotted #000;
  right: auto;
  width: 45px;
  left: 0;
  position: absolute;
  height: 1px;
  bottom: -10px;
}

.wheel-widget-search {
  position: relative;
}

.wheel-widget-search input {
  width: 100%;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: 26px 75px 26px 30px;
}

.wheel-widget-search button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  right: 0;
  border: none;
  outline: none;
  padding: 0 30px;
}

.wheel-widget-search button:hover,
.wheel-widget-search button.active,
.wheel-widget-search button:focus {
  outline: none;
  border: none;
}

.wheel-widget-categories a:before {
  content: "\f101";
  padding-right: 5px;
  font-size: 17px;
  font-family: 'FontAwesome';
  color: #666666;
}

.wheel-widget-categories li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.wheel-widget-categories li:hover a:before {
  color: #d93035;
}

.wheel-widget-categories li:hover i {
  color: #d93035;
}

.wheel-widget-categories li:before {
  content: '';
  display: inline-block;
  width: 100%;
  border-bottom: 2px dotted #666666;
  position: absolute;
  bottom: 5px;
}

.wheel-widget-categories a {
  position: relative;
  line-height: 25px;
  z-index: 2;
  float: left;
  color: #666666;
  font-size: 17px;
  font-weight: 500;
  background-color: #fff;
}

.wheel-widget-categories a:before {
  padding-right: 5px;
  font-size: 17px;
}

.wheel-widget-categories b {
  font-weight: 400;
}

.wheel-widget-categories i {
  vertical-align: top;
  position: relative;
  z-index: 2;
  color: #666666;
  background-color: #fff;
  font-size: 17px;
  font-weight: 500;
  float: right;
}

.wheel-widget-categories i:before {
  content: '(';
  display: inline-block;
}

.wheel-widget-categories i:after {
  content: ')';
  display: inline-block;
}

.wheel-widget-posts {
  padding: 25px 30px 15px;
}

.wheel-widget-posts li {
  margin-bottom: 20px;
}

.wheel-widget-posts li:last-child {
  margin-bottom: 0;
}

.wheel-widget-posts h6 {
  color: #262626;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wheel-widget-posts span {
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.wheel-post-img {
  width: 20%;
}

.wheel-post-content {
  padding-left: 20px;
  width: 80%;
}

.wheel-post-content span {
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.wheel-post-content span:before {
  padding-right: 7px;
}

.wheel-post-content span::nth-child(2n) {
  margin: 0;
  padding: 0;
}

.wheel-post-img,
.wheel-post-content {
  float: left;
}

.wheel-tags {
  padding-bottom: 30px;
  padding-top: 25px;
}

.wheel-tags a {
  background-color: #eceff1;
  display: inline-block;
  line-height: 32px;
  padding: 0 14px;
  color: #b3b3b3;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin: 10px 5px 0 0;
  -webkit-transition: all 0.30s ease-out;
  transition: all 0.30s ease-out;
}

.wheel-tags a:hover {
  background-color: #d93035;
  color: #fff;
}

.wheel-widgets {
  padding-left: 15px;
}

/*--------------------------------------------------------------------------------------*/
/* Blog details*/
/*--------------------------------------------------------------------------------------*/
.wheel-blog-post-item {
  padding-bottom: 5px;
  margin-bottom: 0;
}

.wheel-blog-post-item .wheel-blog-info p {
  margin-bottom: 25px;
}

.wheel-blog-post-item .wheel-blog-info span {
  color: #666666;

  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
}

.wheel-blog-post-item .wheel-blog-info blockquote {
  display: block;
  border-left: none;
  padding-left: 105px;
  position: relative;
  padding-top: 20px;
  color: #666666;
  margin-bottom: 10px;
}

.wheel-blog-post-item .wheel-blog-info blockquote p {
  font-size: 22px;
  letter-spacing: -.3px;
  font-weight: 700;
  line-height: 30px;
}

.wheel-blog-post-item .wheel-blog-info blockquote:before {
  position: absolute;
  left: 30px;
  font-size: 60px;
  color: #e1e1e1;
}

.wheel-blog-post-item .wheel-blog-header {
  margin-bottom: 15px;
}

.wheel-comments-area {
  padding: 0 30px 45px;
}

.wheel-comments-title {
  border-top: 2px solid #f5f0f1;
}

.wheel-comments-title {
  padding-top: 60px;
}

.wheel-comments-title h3 {
  color: #262626;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

.comment-author {
  float: left;
}

.comment-author img {
  position: absolute;
  left: 0;
}

.comment-author a {
  color: #262626;
  font-size: 17px;
  font-weight: 600;
  line-height: 44px;
  text-transform: uppercase;
}

.comment-metadata {
  float: right;
}

.comment-metadata time {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
}

.comment-metadata a {
  color: #d93035;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: underline !important;
  text-transform: uppercase;
}

.comment-content p {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.wheel-comments-list {
  padding-top: 55px;
}

.wheel-comment-body {
  padding-left: 110px;
  margin-bottom: 45px;
  position: relative;
}

.wheel-comments-list li:last-child .wheel-comment-body {
  margin-bottom: 0;
}

.comment-content {
  margin-top: 5px;
}

.wheel-sub-comment {
  padding-left: 60px;
}

.comment-metadata time {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  padding-right: 10px;
  letter-spacing: -.2px;
  border-right: 1px solid #666666999;
}

.comment-metadata a {
  padding-left: 10px;
  color: #d93035;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: underline;
  text-transform: uppercase;
}

.wheel-reply-form {
  padding: 0 30px 50px;
}

.wheel-reply-form header {
  padding-top: 55px;
  padding-bottom: 55px;
  border-top: 2px solid #f5f0f1;
}

.wheel-reply-form h3 {
  color: #262626;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

.wheel-reply-form input,
.wheel-reply-form textarea {
  color: #242424;

  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  border: 2px solid #f5f0f1;
}

.wheel-reply-form input {
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
}

.wheel-reply-form input:nth-child(2n) {
  margin-right: 0;
}

.wheel-reply-form textarea {
  width: 100%;
  min-height: 180px;
  resize: vertical;
  margin-bottom: 25px;
}

.wheel-reply-form button {
  margin-bottom: 15px;
  background-color: #d93035;
  display: inline-block;
  padding: 0 57px;
  line-height: 60px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wheel-reply-form button:before,
.wheel-reply-form button:after {
  content: '';
  display: inline-block;
  position: static;
  position: absolute;
}

.wheel-reply-form button:after {
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.wheel-reply-form button:before {
  bottom: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.wheel-reply-form button:before {
  border-width: 33px 0 0 33px;
}

.wheel-reply-form button:after {
  border-width: 0 33px 33px 0;
}

.wheel-reply-form button:hover {
  background-color: #404040;
  color: #fff;
}

.reservation {
  padding: 15px 0 40px 0;
  /*background-color: #E9EDF0;*/
  background-color: #fff;
}

.reservation.style-2 {
  padding: 0 !important;
  background-color: transparent !important;
}

.reservation .wheel-start-form {
  background-color: #f9f9f9;
}

.reservation .wheel-start-form2 label.promo input {
  border-left: none;
}

.step-wrap {
  padding: 38px 0 52px;
  background-color: #001139;
}

.steps {
  text-align: center;
}

.steps .title-wrap.active .title {
  /*color: black;*/
  font-weight: 600;
  font-color: #fff ;
}

.steps .title-wrap.active .title::before {
  background-color: #d93035;
}

.steps .title-wrap.active .title span {
  color: #d93035;
  font-weight: 700;
}

.steps li {
  display: inline-block;
  margin-right: 26px;
}

.steps li:last-child {
  margin-right: 0;
}

.steps .title {
  min-width: 270px;
  display: inline-block;
  color: #fff;
  position: relative;

  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-align: left;
}

.steps .title::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 100%;
  max-width: 270px;
  background-color: #E9EDF0;
  bottom: -25px;
  left: 3px;
}

.steps .title span {
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  margin-right: 7px;
}

.prosuct-wrap {
  padding: 45px 0 120px;
  background-color: #f9f9f9;
}

.prosuct-wrap2 {
  padding: 30px 0 150px;
}

.product-table-reservation {
  display: block;
  background-color: #fff;
  padding: 10px 0;
  width: auto;
}


.product-list {
  background-color: #fff;
  margin: 0 0 27px;
  padding: 15px 0px;
  position: relative;

}

.product-list .product-table {
  display: table;
  width: 100%;
  /*min-height: 180px;*/
}

.product-list .product-cell {
  display: table-cell;
  vertical-align: middle;
}

.product-list .img-wrap {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 200px;
  width: 200px;
}

.product-list .img-wrap img {
  display: inline-block;
}

.product-list .text-wrap {
  width: 48%;
  text-align: left;
  padding-right: 30px;
  padding-left: 20px;
}

.product-list .text-wrap .title {
  font-size: 18px;

  color: #262626;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 30px;
  padding-left: 20px;
  text-align: left;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.product-list .text-wrap .subtitle {
  font-size: 16px;

  color: #989898;
  font-weight: bold;
  padding-left: 35px;
}

.product-list .price-wrap {
  width: 20%;
  font-size: 20px;

  color: #989898;
  font-weight: bold;
  letter-spacing: 1.6px;
}

.product-list .price-wrap sup {
  font-size: 16px;
  color: #262626;
  font-weight: bold;
  margin-right: 6px;
  letter-spacing: normal;
  position: relative;
  top: -10px;
}

.n-price {
  font-size: 19px ! important;
  color: #989898 ! important;
  text-decoration: line-through ! important;
  font-weight: bold;
  letter-spacing: normal;
}

.s {
  font-size: 14px ! important;
  color: #989898 ! important;
  padding: 0 5px;
  font-weight: bold;
  letter-spacing: normal;
}

.sale {
  font-size: 23px ! important;
  color: #d93035 ! important;
  font-weight: bold;
  letter-spacing: -1px ! important;
}

.product-list .price-wrap span,
.product-cell {
  font-size: 22px;
  color: #d93035;
  font-weight: bold;
  letter-spacing: normal;
}

.product-list .price-wrap p {
  font-size: 12px;
  letter-spacing: normal;
}

.product-list .price-wrap p>span {
  color: #d93035;
  font-size: 16px;
}

/*.product-list .wheel-btn {
    line-height: 40px;
    padding: 0 37px; }*/
.nodate {
  position: relative;
  font-size: 13px;
  color: #f44336;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.4px;
  margin-top: 10px;
  padding: 0;
  max-width: 126px;
}

.product-list .metadata {
  visibility: hidden;
  text-align: right;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: -15px;
  right: 60px;
  margin: 0;
}

.product-list .metadata li {
  display: inline-block;
  font-size: 13px;
  color: #989898;
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
  margin-right: 17px;
  font-weight: bold;
}

.product-list .metadata li::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #d93035;
  left: 0;
}

.product-list:hover .metadata {
  visibility: visible;
}

.img-s95>img {
  max-width: 95%;
  margin: 0 auto;
}

.img-s95>a>img {
  max-width: 100%;
  margin: 0 auto;
}




.product-list-main-01 {
  /*background-color: #fff;*/
  margin: 0 0 27px;
  padding: 15px 0px;
  position: relative;
}


.product-list-main-01 .product-table {
  display: table;
  width: 100%;
  min-height: 180px;
}

.product-list-main-01 .product-cell {
  display: table-cell;
  vertical-align: middle;
}

.product-list-main-01 .img-wrap {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /*max-width: 100px;*/
  width: 200px;
}

.product-list-main-01 .img-wrap img {
  display: inline-block;
}

.product-list-main-01 .text-wrap {
  display: relative;
  padding: 10px;
  text-align: left;
  line-height: 24px;
  letter-spacing: -0.5px;
  /*width: 41%;*/
  /*text-align: left;*/
  /*padding-right: 30px;*/
  /*padding-left: 20px;*/
}






.product-list-main-02 {
  /*background-color: #fff;*/
  margin: 0 0 27px;
  padding: 15px 0px;
  position: relative;
}


.product-list-main-02 .product-table {
  display: table;
  width: 100%;
  min-height: 180px;
}

.product-list-main-02 .product-cell {
  display: table-cell;
  vertical-align: middle;
}

.product-list-main-02 .img-wrap {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 100px;
  width: 100px;
}

.product-list-main-02 .img-wrap img {
  display: inline-block;
}

.product-list-main-02 .text-wrap {
  display: relative;
  padding: 10px;
  text-align: center;
  line-height: 24px;
  letter-spacing: -0.5px;
  /*width: 41%;*/
  /*text-align: left;*/
  /*padding-right: 30px;*/
  /*padding-left: 20px;*/
}




.wheel-btn-main-01 {
  background-color: #d93035;
  padding: 4px 20px;
  line-height: 32px ! important;
  color: white ! important;
  font-size: 14px ! important;
  display: inline-block;
  font-weight: 400 ! important;
  text-transform: uppercase;
  position: relative;
  border: none;
}


.wheel-btn-main {
  background-color: #d93035;
  padding: 4px 20px;
  line-height: 32px ! important;
  color: white ! important;
  font-size: 14px ! important;
  display: inline-block;
  font-weight: 400 ! important;
  text-transform: uppercase;
  position: relative;
  border: none;
}


.product-list-main-01 .text-wrap .title {
  font-size: 16px;

  color: #262626;
  font-weight: bold;
  /*padding: 10px;*/
  /*text-align: left;*/
  line-height: 34px;
  letter-spacing: -0.5px;
}


.product-list-main-01 .text-wrap .subtitle {
  font-size: 16px;
  color: #989898;
  font-weight: bold;
  padding-left: 35px;
}

.product-list-main-01 .price-wrap {
  width: 20%;
  font-size: 20px;

  color: #989898;
  font-weight: bold;
  letter-spacing: 1.6px;
}

.product-list-main-01 .price-wrap sup {
  font-size: 16px;
  color: #262626;
  font-weight: bold;
  margin-right: 6px;
  letter-spacing: normal;
  position: relative;
  top: -10px;
}





.product-list-main-02 .text-wrap .title {
  font-size: 16px;

  color: #262626;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  line-height: 24px;
  letter-spacing: -0.5px;
}


.product-list-main-02 .text-wrap .subtitle {
  font-size: 16px;
  color: #989898;
  font-weight: bold;
  padding-left: 35px;
}

.product-list-main-02 .price-wrap {
  width: 20%;
  font-size: 20px;

  color: #989898;
  font-weight: bold;
  letter-spacing: 1.6px;
}

.product-list-main-02 .price-wrap sup {
  font-size: 16px;
  color: #262626;
  font-weight: bold;
  margin-right: 6px;
  letter-spacing: normal;
  position: relative;
  top: -10px;
}


.n-price {
  font-size: 16px ! important;
  color: #989898 ! important;
  text-decoration: line-through ! important;
  font-weight: bold;
  letter-spacing: normal;
}

.s {
  font-size: 14px ! important;
  color: #989898 ! important;
  padding: 0 5px;
  font-weight: bold;
  letter-spacing: normal;
}

.sale {
  font-size: 18px ! important;
  color: #d93035 ! important;
  font-weight: bold;
  letter-spacing: -1px ! important;
}

.product-list .price-wrap span,
.product-cell {
  font-size: 16px;
  color: #d93035;
  font-weight: bold;
  letter-spacing: normal;
}

.product-list .price-wrap p {
  font-size: 16px;
  letter-spacing: normal;
}

.product-list .price-wrap p>span {
  color: #d93035;
  font-size: 16px;
}

/*.product-list .wheel-btn {
    line-height: 40px;
    padding: 0 37px; }*/
.nodate {
  position: relative;
  font-size: 13px;
  color: #f44336;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.4px;
  margin-top: 10px;
  padding: 0;
  max-width: 126px;
}

.product-list .metadata {
  visibility: hidden;
  text-align: right;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  bottom: -15px;
  right: 60px;
  margin: 0;
}

.product-list .metadata li {
  display: inline-block;
  font-size: 13px;
  color: #989898;
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
  margin-right: 17px;
  font-weight: bold;
}

.product-list .metadata li::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #d93035;
  left: 0;
}

.product-list:hover .metadata {
  visibility: visible;
}

.img-s95>img {
  max-width: 95%;
  margin: 0 auto;
}

.img-s95>a>img {
  max-width: 100%;
  margin: 0 auto;
}



.select {
  position: relative;
  text-transform: uppercase;
  color: #242424;
  font-size: 11px;
  line-height: 36px;
  margin-bottom: 0;
  background-color: #fff;
  max-width: 270px;
  width: 100%;
}

.select.type-2 {
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  margin-top: 0;
}

.select.type-2 span {
  text-transform: none;
  font-weight: 400;
}

.select.type-2 .list li {
  font-weight: 400;
  text-transform: none;
}

.select span {
  position: relative;
  display: block;
  line-height: normal;
  padding: 20px;
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
  letter-spacing: .1px;
  font-size: 16px;

  color: #666666999;
  font-weight: bold;
  text-transform: uppercase;
}

.select span::before {
  content: "\f0d7";
  position: absolute;
  font-family: "FontAwesome";
  color: #A9A9A9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.select .list {
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background: #fff;
  display: none;
  width: 100%;
  margin-top: -1px;
}

.select .option {
  width: 270px;
  cursor: pointer;
  margin-left: 15px;
  font-size: 16px;

  color: #666666999;
  font-weight: bold;
  text-transform: uppercase;
}

.select .list>li {
  font-size: 14px ! important;
  padding: 0 15px 5px 15px ! important;
  font-weight: bold;
  line-height: 1.8;
}

/* ====select2============================*/
.select2 {
  font-size: 16px ! important;
  height: 46px;
  width: 70%;
  background-color: #fff;
  outline: none;
  padding: 10px;
  border: 1px solid #EBEBEB;
  border-radius: 0.5714rem;
}

.select2.type-2 {
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  margin-top: 0;
}

.select2.type-2 span {
  text-transform: none;
  font-weight: 400;
}

.select2.type-2 .list li {
  font-weight: 400;
  text-transform: none;
}

.select2 span {
  position: relative;
  display: block;
  line-height: normal;
  padding: 20px;
  cursor: pointer;
  margin: 0;
  -webkit-user-select2: none;
  letter-spacing: .1px;
  font-size: 16px;

  color: #666666999;
  font-weight: bold;
  text-transform: uppercase;
}

.select2 span::before {
  content: "\f0d7";
  position: absolute;
  font-family: "FontAwesome";
  color: #A9A9A9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.select2 .list {
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background: #fff;
  display: none;
  width: 100%;
  margin-top: -1px;
}

.select2 option {
  width: 270px;
  cursor: pointer;
  margin-left: 15px;
  font-size: 16px;

  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 2em ! important;
  padding: 10px 0 ! important;
}

/* ================================*/
/* ====select3============================*/
.select3 {
  height: 46px;
  /*width: 70%;*/
  background-color: #fff;
  outline: none;
  padding: 10px;
 border: 1px solid #EBEBEB;
border-radius: 0.5714rem;
}

.select3.type-2 {
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  margin-top: 0;
}

.select3.type-2 span {
  text-transform: none;
  font-weight: 400;
}

.select3.type-2 .list li {
  font-weight: 400;
  text-transform: none;
}

.select3 span {
  position: relative;
  display: block;
  line-height: normal;
  padding: 20px;
  cursor: pointer;
  margin: 0;
  -webkit-user-select3: none;
  letter-spacing: .1px;
  font-size: 16px;

  color: #666666999;
  font-weight: bold;
  text-transform: uppercase;
}

.select3 span::before {
  content: "\f0d7";
  position: absolute;
  font-family: "FontAwesome";
  color: #A9A9A9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.select3 .list {
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background: #fff;
  display: none;
  width: 100%;
  margin-top: -1px;
}

.select3 option {
  width: 270px;
  cursor: pointer;
  margin-left: 15px;
  font-size: 16px;

  color: #666666;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 2em ! important;
  padding: 10px 0 ! important;
}

/* ================================*/

.l-return-block {
  position: relative;
  background-color: #fff;
  padding: 30px 50px 28px 30px;
  display: block;
}

.r-return-block {
  position: relative;
  background-color: #fff;
  min-height: 190px;
}

.r-return-block.style-2 {
  padding: 20px 30px 20px;
  min-height: 240px;
}

.r-return-block.style-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 240px;
}

.r-return-block.style-4 {
  padding: 0px 00px 20px ! important;
  min-height: 240px;
}

.r-return-block.style-3 .icon {
  top: 20px;
}

.r-return-block.type-2 {
  padding: 30px 50px 0 30px;
}

.r-return-block.type-2 .icon {
  right: 30px;
}

.r-return-block.type-2.style-2 {
  padding: 0 54px 6px;
  min-height: 10px;
}

.r-return-block.type-2.style-3 {
  padding: 7px 30px 10px;
  min-height: 10px;
}

.r-return-block.type-2.style-3 .metadata li {
  padding-left: 11px;
  margin-right: 12.7px;
}

.r-return-block .icon {
  position: absolute;
  font-size: 20px;
  color: #262626;
  top: 35px;
  background-color: transparent;
  border: none;
  right: 60px;
}

.r-return-block .title {
  font-size: 20px;

  color: #262626;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-right: 50px;
  letter-spacing: -0.5px;
}

.r-return-block .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 45px;
  background: url(../../images/z-brd.png);
}

.r-return-block .date {
  font-size: 20px;

  color: #d93035;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 7px;
  letter-spacing: -0.5px;
}

.r-return-block .address {
  font-size: 16px;
  line-height: 1.4;

  color: #242424;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.r-return-block .img-wrap {
  background-repeat: no-repeat;
  background-size: contain;
}

.r-return-block .text-wrap .t-title {
  font-size: 18px;

  color: #262626;
  letter-spacing: -0.5px;
  line-height: 1.1;
  font-weight: bold;
}

.r-return-block .text-wrap .t-subtitle {
  font-size: 16px;

  color: #989898;
  font-weight: bold;
}

.r-return-block .text-wrap .metadata {
  margin: 14px 20px 46px;
}

.r-return-block .text-wrap .metadata li {
  display: inline-block;
  font-size: 16px;
  color: #767676;
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
  margin-right: 12px;
  font-weight: bold;
}

.r-return-block .text-wrap .metadata li::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #d93035;
  left: 0;
}




.r-option-block {
  position: relative;
  background-color: #fff;
  /* padding: 30px 50px 28px 30px;*/
  /* min-height: 220px; */
}

.r-option-block.style-2 {
  padding: 20px 30px 20px;
  min-height: 240px;
}

.r-option-block.style-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 240px;
}

.r-option-block.style-4 {
  padding: 0px 00px 20px ! important;
  min-height: 240px;
}

.r-option-block.style-3 .icon {
  top: 20px;
}

.r-option-block.type-2 {
  padding: 30px 50px 28px 30px;
}

.r-option-block.type-2 .icon {
  right: 30px;
}

.r-option-block.type-2.style-2 {
  padding: 0 54px 6px;
  min-height: 10px;
}

.r-option-block.type-2.style-3 {
  padding: 7px 30px 10px;
  min-height: 10px;
}

.r-option-block.type-2.style-3 .metadata li {
  padding-left: 11px;
  margin-right: 12.7px;
}

.r-option-block .icon {
  position: absolute;
  font-size: 20px;
  color: #262626;
  top: 35px;
  background-color: transparent;
  border: none;
  right: 60px;
}

.r-option-block .title {
  font-size: 20px;

  color: #262626;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.r-option-block .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 45px;
  background: url(../../images/z-brd.png);
}

.r-option-block .date {
  font-size: 20px;

  color: #d93035;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 7px;
  letter-spacing: -0.5px;
}

.r-option-block .address {
  font-size: 16px;
  line-height: 1.4;

  color: #242424;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.r-option-block .img-wrap {
  background-repeat: no-repeat;
  background-size: contain;
}

.r-option-block .text-wrap .t-title {
  font-size: 28px;

  color: #262626;
  font-weight: bold;
  margin-top: 25px;
}

.r-option-block .text-wrap .t-subtitle {
  font-size: 16px;

  color: #989898;
  font-weight: bold;
}

.r-option-block .text-wrap .metadata {
  margin: 14px 20px 46px;
}

.r-option-block .text-wrap .metadata li {
  display: inline-block;
  font-size: 16px;
  color: #767676;
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
  margin-right: 12px;
  font-weight: bold;
}

.r-option-block .text-wrap .metadata li::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #d93035;
  left: 0;
}



.checkblock {
  position: relative;
  background-color: #fff;
  padding: 30px 30px 35px 30px;
  width: 100%;
  display: inline-block;
    z-index: 0;
}

.checkblock.style-2 {
  float: right;
}

.checkblock.type-2 {
  padding-top: 3px;
  max-width: 100%;
}

.checkblock type-2 label::before {
  display: none ! important;
}

/*.checkblock.type-2 .title {
      margin-bottom: 55px; }*/
.checkblock.style-3 {
  background-color: transparent !important;
  max-width: 100%;
}

.checkblock.style-3 label span {
  background-color: #E9EDF0;
}

.checkblock .title {
  font-size: 20px;

  color: #262626;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 34px;
  letter-spacing: -.4px;
}

.checkblock .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 45px;
  background: url(../../images/z-brd.png);
}

.checkblock label {
  width: 100%;
  position: relative;

}

.noline::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 31%;
  top: 72px;
  right: 274px;
  border-bottom: 0 ! important;
  z-index: 10;
}

.checkblock label::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 48%;
  top: 13px;
  right: 229px;
  border-bottom: 1px dashed #909090;
  z-index: 10;
}

.checkblock label span {
  position: relative;
  z-index: 100;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
  color: #242424;
  display: inline-block;
  vertical-align: middle;
}

.checkblock label span>.quantity-wrap>input {
  width: 45px;
  height: 35px;
  color: #262626;

  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 35px;
  outline: none;
  border: 2px solid #f5f0f1;
  text-align: center;
}

.checkblock label span>.quantity-wrap .fa {
  border: 2px solid #f5f0f1;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  vertical-align: middle;
  display: inline-block;
  max-height: 35px;
  padding: 0 8px;
  margin: 0 -7px;
  display: inline-block;
  position: relative;
  background: #f9f9f9;
}

.checkblock label span:nth-child(2) {
  font-weight: 600;
  font-size: 16px;
  color: #242424;
  padding-right: 4px;
}

.checkblock label span:last-child {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  float: right;
  padding-left: 22px;
  /* padding-top: 6px;*/
}

.checkblock label span:last-child>b {
  font-size: 16px;
}

.checkblock label b {
  font-weight: 700;
  color: #d93035;
  letter-spacing: -.1px;
  margin-right: 4px;
}

.checkblock .input-check {
  outline: none !important;
  margin-right: 7px;
  width: 15px;
  height: 15px;
}

.checkblock label>span>h4 {
  font-weight: 700;
  font-size: 16px;
  color: #262626;
  margin-bottom: 0;
  padding-right: 15px;
}

.checkblock label>span>p {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
}

.checkblock>p {
  font-weight: 600;
  line-height: 2;
  margin: 10px 0 0 0;
}

.product-wrap {
  background-color: #f9f9f9;
  padding: 50px 0 90px;
}

.t-center {
  text-align: center;
}

.wheel-btn.style-2 {
  padding: 0 52px;
}
}

.headlines1 {
  font-size: 20px;

  color: #262626;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 34px;
  letter-spacing: -.4px;
  display: inline-block;
  padding-right: 14px;
}

.headlines1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 45px;
  background: url(../../images/z-brd.png);
}

.headlines1.type-2::after {
  content: "\f05a";
  position: absolute;
  font-family: "FontAwesome";
  color: #919191;
  font-size: 12px;
  right: 0;
  top: 0;
}

.form-2 {
  margin-top: 7px;
}

.form-2 .f-input {
  width: 400px;
  border: none;
  line-height: 15px;
  padding: 15px 20px;
  outline: none !important;
  letter-spacing: .5px;
  font-size: 16px;

  color: #666666999;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}

.form-2 label {
  font-size: 17px;

  color: #666666999;
  font-weight: 600;
  letter-spacing: -.22px;
  margin-bottom: 23px;
}

.form-2 label a {
  color: #E33835;
  border-bottom: 1px solid #E33835;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.25px;
}

.form-2 label a:hover {
  color: #242424;
  border-bottom: 1px solid #242424;
}

.form-2 label .input-check {
  outline: none !important;
  margin-right: 7px;
}

.form-3 {
  margin-top: 7px;
}

.form-3 .f-input {
  width: 400px;
  border: none;
  line-height: 23px;
  padding: 8px 15px;
  outline: none !important;
  letter-spacing: .5px;
  font-size: 16px;

  color: #666666999;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}

.form-3 label {
  font-size: 16px;

  color: #666666999;
  font-weight: 600;
  letter-spacing: -.22px;
  margin: 8px 0;
}

.form-3 label a {
  color: #E33835;
  border-bottom: 1px solid #E33835;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.25px;
}

.form-3 label a:hover {
  color: #242424;
  border-bottom: 1px solid #242424;
}

.form-3 label .input-check {
  outline: none !important;
  margin-right: 7px;
}

.form-4 {
  margin-top: 7px;
}

.form-4 .f-input {
  width: 200px;
  border: none;
  line-height: 23px;
  padding: 8px 15px;
  outline: none !important;
  letter-spacing: .5px;
  font-size: 16px;

  color: #666666999;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}

.form-4 span {
  margin-right: 10px;
}

.form-4 label {
  font-size: 16px;

  color: #666666999;
  font-weight: 600;
  letter-spacing: -.22px;
  margin: 8px 0;
}

.form-4 label a {
  color: #E33835;
  border-bottom: 1px solid #E33835;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.25px;
}

.form-4 label a:hover {
  color: #242424;
  border-bottom: 1px solid #242424;
}

.form-4 label .input-check {
  outline: none !important;
  margin-right: 7px;
}

.selects {
  margin-bottom: 16px;
}

.selects .a-input {
  position: relative;
  display: inline-block;
  line-height: normal;
  padding: 20px;
  letter-spacing: .1px;
  font-size: 16px;

  color: #666666999;
  border: none;
  font-weight: 400;
  max-width: 270px;
  width: 100%;
  outline: none !important;
}

.order .item {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.order .item::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #A7A8AA;
  z-index: 10;
  bottom: 5px;
  left: 0;
}

.order .item .title {
  position: relative;
  z-index: 100;
  background-color: #f9f9f9;
  font-size: 17px;

  color: #666666999;
  display: inline-block;
  float: left;
  letter-spacing: .1px;
}

.order .item .title span {
  float: none;
  margin-left: 3px;
  letter-spacing: -.1px;
}

.order .item span {
  float: right;
  display: inline-block;
  position: relative;
  z-index: 100;
  background-color: #f9f9f9;
  color: #222324;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0;
}

.payment {
  padding: 30px 30px 35px 30px;
  background-color: #fff;
  display: block;
}

.payment .headlines1 {
  display: block;
}

.payment label {
  display: inline-block;
  position: relative;
  width: 47%;
  padding-left: 23px;
  font-size: 17px;

  color: #262626;
  letter-spacing: -.2px;
  margin-bottom: 30px;
}

.payment label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  border: 2px solid #D4D4D4;
}

.payment label span {
  color: #8F8F8F;
}

.payment input[type=radio] {
  display: none;
}

.payment input[type=radio]:checked+label::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #d93035;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #d93035;
}

.payment .total {
  position: relative;
  display: block;
  margin-bottom: 30px;
  margin-right: -2px;
}

.payment .total::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 9px;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #242424;
  z-index: 10;
}

.payment .total .title {
  background-color: #fff;
  z-index: 100;
  position: relative;
  float: left;
  font-size: 25px;

  color: #262626;
  font-weight: bold;
  padding-right: 2px;
}

.payment .total .price {
  padding-left: 2px;
  background-color: #fff;
  z-index: 100;
  position: relative;
  float: right;
  font-size: 25px;

  color: #d93035;
  font-weight: bold;
  letter-spacing: 2px;
}

.payment .agree {
  font-size: 17px;

  color: #666666999;
  margin-bottom: 27px;
  letter-spacing: .2px;
}

.payment .agree a {
  color: #d93035;
  border-bottom: 1px solid #d93035;
  font-size: 16px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  letter-spacing: -.4px;
}

.payment .agree a:hover {
  color: #242424;
  border-bottom: 1px solid #242424;
}

.payment .agree input {
  outline: none !important;
  margin-right: 6px;
}

.payment .wheel-btn {
  padding: 0 58px;
  margin-bottom: 25px;
}

.payment .title {
  font-size: 20px;

  color: #262626;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.payment .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 45px;
  background: url(../../images/z-brd.png);
}

.f-right {
  float: right;
}

.select .list {
  z-index: 105;
}

.car-item-wrap {
  max-width: 390px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
}

.car-item-wrap .title {
  font-size: 30px;

  color: #262626;
  font-weight: bold;
  padding-bottom: 12px;
}

.car-item-wrap .price {
  font-size: 20px;

  color: #989898;
  font-weight: bold;
  letter-spacing: 1.6px;
}

.car-item-wrap .price span {
  font-size: 30px;

  color: #d93035;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
}

.car-item-wrap .price sup {
  font-size: 16px;

  color: #262626;
  font-weight: bold;
  margin-right: 6px;
  letter-spacing: normal;
  position: relative;
  top: -10px;
}

.car-item-wrap .img-wrap {
  position: relative;
  /* left: -13px; */
  /* height: 185px; */
  width: 100%;
}

.car-item-wrap .img-wrap img {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.car-item-wrap .metadata {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 20px;
}

.car-item-wrap .metadata li {
  display: inline-block;
  font-size: 13px;
  color: #767676;
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
  margin-right: 11px;
  font-weight: bold;
  margin-bottom: 14px;
}

.car-item-wrap .metadata li::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #d93035;
  left: 0;
}

.car-item-wrap .link {
  color: #F06640;
  border-bottom: 1px solid #F06640;
  font-size: 16px;

  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: -.1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.car-item-wrap .link:hover {
  color: #242424;
  border-bottom: 1px solid #242424;
}

.car-item-wrap2 {
  width: 100%;
  overflow: hidden;
}

.car-item-wrap2 .title {
  font-size: 30px;

  color: #262626;
  font-weight: bold;
  padding-bottom: 12px;
}

.car-item-wrap2 .price {
  font-size: 20px;

  color: #989898;
  font-weight: bold;
  letter-spacing: 1.6px;
}

.car-item-wrap2 .price span {
  font-size: 30px;

  color: #d93035;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
}

.car-item-wrap2 .price sup {
  font-size: 16px;

  color: #262626;
  font-weight: bold;
  margin-right: 6px;
  letter-spacing: normal;
  position: relative;
  top: -10px;
}

.car-item-wrap2 .img-wrap {
  position: relative;
  left: -13px;
  height: 185px;
  width: 115%;
}

.car-item-wrap2 .img-wrap img {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.car-item-wrap2 .metadata {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 20px;
}

.car-item-wrap2 .metadata li {
  display: inline-block;
  font-size: 12px;
  color: #989898;
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
  margin-right: 11px;
  font-weight: bold;
  margin-bottom: 14px;
}

.car-item-wrap2 .metadata li::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #d93035;
  left: 0;
}

.car-item-wrap2 .link {
  color: #F06640;
  border-bottom: 1px solid #F06640;
  font-size: 16px;

  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: -.1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.car-item-wrap2 .link:hover {
  color: #242424;
  border-bottom: 1px solid #242424;
}

.car-swiper-wrap {
  padding: 0 130px;
  max-width: 1450px;
  /* margin-bottom: 150px; */
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.car-swiper-wrap .swiper-slide {
  padding: 0 10px;
}

.car-swiper-wrap .swiper-outer-right {
  right: 130px;
}

.car-swiper-wrap .swiper-outer-right:before {
  content: "\f105";
}

.car-swiper-wrap .swiper-outer-left {
  left: 130px;
}

.car-swiper-wrap .swiper-outer-left:before {
  content: "\f104";
}

.car-swiper-wrap .swiper-outer-right,
.car-swiper-wrap .swiper-outer-left {
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  border: 1px solid #D4D4D4;
}

.car-swiper-wrap .swiper-outer-right::before,
.car-swiper-wrap .swiper-outer-left::before {
  margin-right: 4px;
  font-family: "FontAwesome";
  color: #232323;
}

.car-swiper-wrap .swiper-outer-right:hover,
.car-swiper-wrap .swiper-outer-left:hover {
  border-color: #d93035;
  color: #d93035;
}

.car-swiper-wrap .swiper-outer-right:hover:before,
.car-swiper-wrap .swiper-outer-left:hover:before {
  color: #d93035;
}

.wheel-quote-wrapper {
  /*padding: 0 130px;*/
  /*max-width: 1450px;*/
  /*margin-bottom: 40px;*/
  width: 100%;
  height: 800px;
  margin-right: auto;
  margin-left: auto;
  position: relative;

}

.wheel-quote-wrapper .swiper-slide {
  padding: 0;
}

.wheel-quote-wrapper .swiper-outer-right {
  right: 130px;
}

.wheel-quote-wrapper .swiper-outer-right:before {
  content: "\f105";
}

.wheel-quote-wrapper .swiper-outer-left {
  left: 130px;
}

.wheel-quote-wrapper .swiper-outer-left:before {
  content: "\f104";
}

.wheel-quote-wrapper .swiper-outer-right,
.wheel-quote-wrapper .swiper-outer-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  height: 60px;
  width: 60px;
  border: 1px solid #bfbfbf;
}

.wheel-quote-wrapper .swiper-outer-right::before,
.wheel-quote-wrapper .swiper-outer-left::before {
  margin-right: 4px;
  font-family: "FontAwesome";
  color: #bfbfbf;
}

.wheel-quote-wrapper .swiper-outer-right:hover,
.wheel-quote-wrapper .swiper-outer-left:hover {
  border-color: #d93035;
  color: #d93035;
}

.wheel-quote-wrapper .swiper-outer-right:hover:before,
.wheel-quote-wrapper .swiper-outer-left:hover:before {
  color: #d93035;
}


.z-bg-1 {
  background-color: #E9EDF0;
}

.total-cost {
  position: relative;
  max-width: 557px;
  margin: auto;
}

.total-cost::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 9px;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #242424;
  z-index: 10;
}

.total-cost .title {
  font-size: 25px;

  color: #262626;
  font-weight: bold;
  background-color: #E9EDF0;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 90;
  padding-right: 4px;
}

.total-cost .price {
  padding-left: 2px;
  z-index: 90;
  position: relative;
  float: right;
  font-size: 26px;

  color: #d93035;
  font-weight: bold;
  letter-spacing: 2.5px;
  background-color: #E9EDF0;
  display: inline-block;
}

.total-cost .price sup {
  color: #242424;
  letter-spacing: normal;
  font-size: 16px;
  position: relative;
  top: -15px;
}

.wheel-btn.type-2 {
  padding: 0 50px;
}

.wheel-map.style-1 {
  height: 400px;
}

.wheel-collection.style-2 {
  margin-top: 55px;
  padding-bottom: 0;
}

.wheel-collection.style-2 .tabs-header {
  margin: 0;
}

.wheel-collection.style-2 .tabs-header li {
  padding: 10px 46px;
}

.wheel-collection.style-3 {
  margin-top: 0;
  padding-bottom: 0;
}

.wheel-collection.style-3 .tabs-header {
  margin-bottom: 15px;
}

.wheel-collection.style-3 .tabs-header li {
padding: 3px 10px;
    height: 60px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -2.4px;
    border-radius: 10px;
}

.wheel-collection.style-4 {
  margin-top: 0;
  padding-bottom: 0;
}

.wheel-collection.style-4 .tabs-header {
  margin-bottom: 40px;
}

.wheel-collection.style-4 .tabs-header li {


      padding: 3px 10px;
    height: 60px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -2.4px;
    border-radius: 10px;
}

.tabs-item {
  text-align: center;
}

.tabslist {
  display: inline-block;
  width: 33%;
  margin: auto;
}

.tabslist .item {
  text-align: left;
  font-size: 16px;
  color: #989898;
  position: relative;
  padding-left: 16px;
  margin-right: 11px;
  font-weight: 600;
  margin-bottom: 22px;
}

.tabslist .item::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #f44336;
  left: 0;
}

.tabslist2 {
  display: inline-block;
  width: 100%;
  margin: auto;
}

.tabslist2 .item {
  text-align: left;
  font-size: 13px;
  color: #989898;
  position: relative;
  padding-left: 12px;
  margin-right: 13px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

.tabslist2 .item::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #d93035;
  left: 0;
}

.tabslist3 {
  display: inline-block;
  width: 28%;
  margin: auto;
}

.tabslist3 .item {
  text-align: left;
  font-size: 16px;
  position: relative;
  padding-left: 16px;
  margin-right: 11px;
  font-weight: 600;
  margin-bottom: 14px;
}

.tabslist3 .item::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #d93035;
  left: 0;
}

.tabslist4 {
  display: inline-block;
  width: 100%;
  margin: 10px;
}

.tabslist4 .item {
  text-align: left;
  font-size: 13px;
  color: #e40505;
  position: relative;
  padding-left: 16px;
  letter-spacing: .25px;
  margin-right: 11px;
  font-weight: 600;
  margin-bottom: 22px;
}

.tabslist4 .item::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #e40505v;
  left: 0;
}

.listing-hedlines .title1 {
  font-size: 34px;

  font-weight: bold;
  margin-top: 45px;
  text-align: center;
  color: #d93035;
}

.listing-hedlines .title {
  font-size: 42px;

  color: #262626;
  font-weight: bold;
  margin-bottom: 150px;
  text-align: center;
}

.listing-hedlines h5:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 16px;
  background: transparent url("../../images/h-after.png") 0 0 no-repeat;
}

.listing-hedlines .subtitle {
  font-size: 16px;

  color: #8F8F8F;
  font-weight: bold;
}

.listing-hedlines .subtitle span {
  color: #000;
}

.imgOnBanner-wrap {
  position: absolute;
  display: inline-block;
  z-index: 100;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
}

.imgOnBanner-wrap img {
  display: inline-block;
}

.wheel-start3.style-5 {}

.sm-addpadd {
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-panel {
  width: 100%;
  height: 530px;
  overflow-y: auto;
  display: block;
  background: #f9f9f9;
  text-align: left;
}





@media screen and (min-width: 1201px) {
  .pad-r {
    padding-right: 30px !important;
  }

  .pad-l {
    padding-left: 30px !important;
  }

  .reservation .wheel-date .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 120px;
  }

  .reservation .wheel-date.age .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100px;
  }

  .reservation .wheel-date.age .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 0;
  }

  .reservation .wheel-date.resident>span:first-child {
    padding-left: 20px;
    width: 42.6%;
  }

  .reservation .wheel-date.resident .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 0;
    margin-left: -2px;
  }

  .reservation .wheel-date.resident .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: -31px;
  }

  .reservation .wheel-date.resident .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 120px;
  }

  .reservation .wheel-date .bootstrap-select:before {
    left: 21px;
  }

  .reservation .filter-option {
    text-transform: none;
    padding-left: 22px;
  }

  .reservation .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: -11px;
  }

  .marg-lg-b0 {
    margin-bottom: 0px !important;
  }

  .car-swiper-wrap2 .wheel-quote-item {
    position: relative;
    top: -366px;
    padding: 21px 27px;
  }

  .car-swiper-wrap2 .swiper-slide {
    max-height: 362px;
  }
}


@media screen and (max-width: 1200px) {
  .wheel-register-sign .input-long {
    width: 70% ! important;
  }

  .wheel-register-sign .input-long2 {
    width: 100% ! important;
  }

  .login-box {
    padding: 0 150px;
  }

  .login-box>.wheel-register-sign>form {
    display: block;
  }

  .r-return-block.type-2.style-2 .img-wrap {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .wheel-start3.style-5 {
    padding-bottom: 120px;
    margin-bottom: 120px;
  }

  .car-item-wrap {
    margin: auto;
  }

  .f-right {
    float: none;
  }

  .form-2 .f-input {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .select.type-2 {
    width: 49%;
  }

  .selects .a-input {
    width: 49%;
  }

  .reservation .wheel-date .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
  }

  .step-wrap {
    padding: 70px 0 60px;
  }

  .steps li {
    width: 49%;
    margin-bottom: 60px;
    margin-right: 5px;
  }

  .r-return-block .img-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .marg-lg-b0 {
    margin-bottom: 0px !important;
  }

  .wheel-start-form label span {
    width: 15%;
  }
}

@media screen and (max-width: 1199px) {
  .product-list {
    padding: 15px;
  }

  .product-list .product-table {
    margin: 0 15px;
  }

  .product-list .text-wrap {
    padding: 0 15px;
    text-align: center;
  }

  .product-list .text-wrap .title {
    padding: 0 15px;
  }

  .product-list .text-wrap .subtitle {
    padding: 0 15px;
  }

  .r-return-block {
    padding: 30px 30px 28px 30px;
  }

  .block-p {
    min-height: 208px;
  }

  .wheel-register-sign label {
    width: 25%;
  }

  .wheel-register-sign input {
    width: 34%;
  }

  .wheel-collection.style-2 .tabs-header li {
    padding: 3px 10px;
    height: 60px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -2.4px;
    border-radius: 10px;

  }

  .tabs>.input-check.padd-left {
    padding-left: 20px;
  }

  .wheel-register-sign>.input-check>input {
    width: 4%;
  }

  .product-list .img-wrap {
    width: 25%;
  }

  .price-wrap.product-cell {
    /* width: 21.5% */
    ;
  }

  .product-list .text-wrap .title {
    line-height: 30px;
    margin-bottom: 0;
  }

  .wheel-date span {
    width: 17%;
    line-height: 2;
  }

  .product-list .text-wrap {
    width: 41%;
  }

  .product-list .price-wrap {
    padding: 0;
  }

  .product-list .price-wrap {
    width: 22%;
  }

  .wheel-collection-info li {
    margin-right: 5px;
  }

  .wheel-testimonial-item {
    padding-left: 100px;
  }

  .wheel-collection.style-3 .tabs-header li {
    padding: 0x;
  }

  .checkblock label::before {
    width: 34%;
  }

  .wheel-collection-info ul {
    text-align: left;
    margin-bottom: 0;
  }

  .wheel-btn,
  .wheel-btn11 {
    padding: 5px 27px;
  }

  .block2 .icon {
    top: 35px;
    right: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .select.type-2 {
    width: 100%;
    max-width: 100%;
  }

  .selects .a-input {
    width: 100%;
    max-width: 100%;
  }

}

@media screen and (max-width: 992px) {
  .tabslist {
    width: 30%;
    vertical-align: top;
  }

  .tabslist3 {
    width: 46%;
    vertical-align: top;
  }

  .wheel-collection.style-3 .tabs-header li {
    padding: 10px 30px;
  }

}

@media screen and (max-width: 991px) {
  .product-list .product-table {
    display: block;
    width: auto;
  }

  .product-list .product-cell {
    display: block;
    width: auto;
    text-align: center;
  }

  .product-list .img-wrap {
    float: left;
  }

  .product-list .text-wrap {
    width: auto;
    margin: 10px auto;
    padding: 0;
  }

  .product-list .text-wrap .title,
  .product-list .text-wrap .subtitle {
    padding: 0;
  }

  .block-p {
    min-height: 250px;
  }

  .product-list .metadata {
    right: 15px;
  }

  .img-wrap3 {
    margin-top: -110px ! important;
  }

  .checkblock label>span>h4 {
    font-size: 16px;
  }

  .select {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .r-return-block.style-2,
  .r-return-block.style-3 {
    min-height: 225px;
  }

  .checkblock {
    float: none !important;
    display: block;
    margin: auto;
  }

  .product-wrap {
    padding: 70px 0 20px;
  }

  .tabs>.input-check.padd-left {
    padding-left: 30px;
  }

  .product-list .text-wrap .title {
    line-height: 30px;
    margin-bottom: 0 ! important;
  }

  .wheel-date span {
    width: 23%;
    line-height: 2;
  }

  .wheel-testimonial-item {
    width: 50%;
    padding-right: 15px;
    text-align: center;
  }

  .wheel-collection.style-3 .tabs-header li {
    padding: 0;
  }

  .checkblock label::before {
    display: none;
  }

  .checkblock label span:last-child {
    padding-left: 20px;
  }

  .wheel-start-form label span {
    width: 21%;
  }

  .wheel-register-sign .eng-p2 {
    position: relative;
    left: 177px;
    top: 4px;
    display: block;
    max-height: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wheel-start3.style-5 {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  .car-swiper-wrap {
    padding: 0 80px;
  }

  .car-swiper-wrap {
    margin-bottom: 50px;
  }

  .wheel-register-sign .input-long {
    width: 100% ! important;
  }

  .wheel-register-sign p,
  .wheel-register-sign p.p2 {
    padding-left: 0;
  }

  .wheel-collection.style-3 .tabs-header li {
    padding: 0;
  }

  .wheel-start-form label span {
    width: 23%;
  }

  .block3 .icon {
    top: -276px;
    right: 50px;
  }

  .tabs-header li {
    padding: 3px 4px ! important;
  }
}

@media screen and (max-width: 767px) {
  .checkblock label span:last-child {
    margin-bottom: 0;
    text-align: center;
  }

  .checkblock label span>h4 {
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .checkblock label span:last-child {
    font-size: 16px;
    letter-spacing: -1px;
  }

  .checkblock label span:last-child {
    padding-left: 18px;
  }

  .sale2 {
    font-size: 16px ! important;
  }

  .reservation {
    padding: 50px 15px;
  }

  .product-list .img-wrap {
    float: none;
  }

  .xs-padd {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .r-return-block {
    padding: 30px;
  }

  .prosuct-wrap {
    padding: 40px 0 20px;
  }

  .r-return-block.style-2,
  .r-return-block.style-3 {
    min-height: auto;
  }

  .r-return-block .img-wrap {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .wheel-register-sign p,
  .wheel-register-sign p.p2 {
    padding-left: 0;
  }

  .tabs>.input-check.padd-left {
    padding-left: 14px;
  }

  .tabs>.input-check.padd-left>span {
    padding-left: 18px;
  }

  .wheel-date span {
    width: 24%;
    line-height: 2;
  }

  .sale2 {
    font-size: 16px ! important;
  }

}

@media screen and (max-width: 700px) {
  .checkblock label::before {
    display: none;
  }

  .steps li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .product-wrap {
    padding: 50px 0 10px;
  }

  .car-swiper-wrap .swiper-outer-right,
  .car-swiper-wrap .swiper-outer-left {
    display: none;
  }

  .car-swiper-wrap {
    padding: 0;
  }

  .wheel-register-sign label {
    line-height: 32px;
  }

  .wheel-date span {
    width: 26%;
  }

  .tabslist3 {
    width: 80%;
  }

  .wheel-collection.style-3 .tabs-header li {
    padding: 0;
    margin: -0.4px -2.7px;
  }

  .wheel-quote-wrapper {
    /*padding: 0 90px;*/
  }

  .tabs-header li {
    padding: 0px 2px ! important;
  }

}

@media screen and (max-width: 600px) {
  .wheel-start-form .promo7 {
    left: 25px;
    bottom: 49px;
  }
}

@media screen and (max-width: 480px) {

  .wheel-quote-wrapper {
    width: 100%;
    height: 600px;
  }

  .wheel-quote {
    width: 100%;
    height: 600px;
  }

  .wheel-quote-item .p_top {
    padding: 120px 0 0 0;

  }


  .product-list-main-01 .img-wrap {
    width: 150px;
  }


  .xs-span1>span {
    width: 100%;
    margin-top: 10px ! important;
  }

  .xs-span1 {
    margin-top: 0 ! important;
    padding: 0 ! important;
    text-align: center ! important;
  }

  .step-wrap {
    padding: 40px 0 20px;
  }

  .checkblock label::before {
    content: normal;
  }

  .checkblock label span:last-child {
    float: left;
  }

  .checkblock label span:last-child {
    float: none;
    display: block;
    font-size: 16px;
  }

  /* .checkblock label span:last-child {
    float: none;
    display: block;
    padding-left: 22px;
    font-size: 16px; }*/
  .checkblock {
    padding: 20px;
  }

  .payment .wheel-btn {
    margin-bottom: 0;
  }

  .tabslist,
  .tabslist3 {
    width: 80%;
  }

  .wheel-start3.style-5 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .wheel-collection.style-2 .tabs-header li {
    padding: 14px 12px;
  }

  .tabs>.input-check.padd-l30>span {
    padding-left: 10px;
  }

  .wheel-register-sign>.input-check>input {
    width: 5%;
  }

  .checkblock label span:last-child {
    0 padding-left: 0;
  }

  .wheel-quote-wrapper {
    padding: 0;
  }

  .wheel-start .wheel-header {
    padding: 0 0 20px ! important;
    margin-top: 0 ! important;
  }

  .wheel-start {
    padding-bottom: 0 ! important;
  }

  .wheel-start {
    padding-top: 150px ! important;
  }

  .wheel-start .wheel-header h2 {
    font-size: 17px ! important;
    line-height: 20px ! important;
  }

  .wheel-start .wheel-header h1 {
    font-size: 36px ! important;
    line-height: 39px ! important;
  }

  .wheel-start .wheel-header h1 {
    margin-bottom: 15px;
  }

  .wheel-order-price span {
    font-size: 16px;
  }

  .wheel-order-price i {
    font-size: 16px;
  }

}



@media screen and (min-width: 1201px) {
  .pad-r {
    padding: 30px 50px 28px 30px;
    background-color: #fff;
  }

  .pad-l {
    padding-left: 30px !important;
  }

  .reservation .wheel-date .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 120px;
  }

  .reservation .wheel-date.age .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100px;
  }

  .reservation .wheel-date.age .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 0;
  }

  .reservation .wheel-date.resident>span:first-child {
    padding-left: 20px;
    width: 42.6%;
  }

  .reservation .wheel-date.resident .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 0;
    margin-left: -2px;
  }

  .reservation .wheel-date.resident .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: -31px;
  }

  .reservation .wheel-date.resident .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 120px;
  }

  .reservation .wheel-date .bootstrap-select:before {
    left: 21px;
  }

  .reservation .filter-option {
    text-transform: none;
    padding-left: 22px;
  }

  .reservation .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: -11px;
  }
}

@media screen and (max-width: 1200px) {
  .r-return-block.type-2.style-2 .img-wrap {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .wheel-start3.style-5 {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .car-item-wrap {
    margin: auto;
  }

  .f-right {
    float: none;
  }

  .form-2 .f-input {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .select.type-2 {
    width: 49%;
  }

  .selects .a-input {
    width: 49%;
  }

  .reservation .wheel-date .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
  }

  .step-wrap {
    padding: 40px 0 10px;
  }

  .steps li {
    width: 49%;
    margin-bottom: 40px;
    margin-right: 5px;
  }

  .r-return-block .img-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .wheel-start {
    background-position-x: 70%;
  }


}

@media screen and (max-width: 1199px) {
  .product-list {
    padding: 15px;
  }

  .product-list .product-table {
    margin: 0;
  }

  .product-list .text-wrap {
    padding: 0;
    text-align: left;
  }

  .product-list .text-wrap .title {
    padding: 0;
  }

  .product-list .text-wrap .subtitle {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1023px) {
  .select.type-2 {
    width: 100%;
    max-width: 100%;
  }

  .selects .a-input {
    width: 100%;
    max-width: 100%;
  }

  .step04-sex{
      padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 992px) {
  .tabslist {
    width: 30%;
    vertical-align: top;
  }
}

@media screen and (max-width: 991px) {
  .product-list .product-table {
    display: block;
    width: auto;
  }

  .product-list .product-cell {
    display: block;
    width: auto;
    text-align: center;
    margin: 22px auto;
  }

  .product-list .img-wrap {
    float: left;
  }

  .product-list .text-wrap {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .product-list .text-wrap .title,
  .product-list .text-wrap .subtitle {
    padding: 0;
  }

  .product-list .text-wrap .title,
  .wheel-collection-info ul {
    text-align: center;
  }

  .product-list .metadata {
    right: 15px;
  }

  .select {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .r-return-block.style-2,
  .r-return-block.style-3 {
    min-height: 225px;
  }

  .checkblock {
    float: none !important;
    display: block;
    margin: auto;
  }

  .product-wrap {
    padding: 70px 0 20px;
  }

  .wheel-start3.style-5 {
    background-position-x: center ! important;
  }

  .block2 {
    min-height: 1px !important;
  }

  .block1 .icon {
    top: -268px;
    right: 40px;
  }

  .block2 .icon {
    top: -432px;
    right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .wheel-start3.style-5 {
    padding-bottom: 60px;
    margin-bottom: 0
  }

  .car-swiper-wrap {
    margin-bottom: 50px;
  }

  .product-list {
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .reservation {
    padding: 20px 15px;
  }

  .product-list .img-wrap {
    float: none;
  }

  .xs-padd {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .r-return-block {
    padding: 30px;
  }

  .prosuct-wrap {
    padding: 40px 0 20px;
  }

  .r-return-block.style-2,
  .r-return-block.style-3 {
    min-height: auto;
  }

  .r-return-block .img-wrap {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .bottommargin78 {
    margin-bottom: 0 !important;
  }

  .r-return-block {
    min-height: 148px !important;
  }

  .block-p {
    padding: 20px 50px 20px 30px !important;
  }

  .checkblock {
    padding: 30px 10px 35px 10px;
  }

  .block2 {
    min-height: 1px !important;
  }

  .block2 .icon {
    top: -432px !important;
    right: 12px;
  }

  .wheel-register-sign .input-radio {
    margin: 6px 0 0 0;
  }

  .wheel-register-sign .label-radio {
    line-height: 24px;
    padding-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .steps li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .product-wrap {
    padding: 50px 0 10px;
  }

  .car-swiper-wrap .swiper-outer-right,
  .car-swiper-wrap .swiper-outer-left,
  .wheel-quote .swiper-outer-left,
  .wheel-quote .swiper-outer-right,
  .wheel-quote-wrapper .swiper-outer-right,
  .wheel-quote-wrapper .swiper-outer-left {
    display: none;
  }

  .car-swiper-wrap {
    padding: 0;
  }

  .bottommargin78 {
    margin-bottom: 0 !important;
  }

  .wheel-collection.style-4 .tabs-header li {
    padding: 10px 40px;
  }

  .peu-line {
    min-height: 166px ! important;
  }

  .step-wrap {
    padding: 24px 0 4px;
  }

  .steps .title {
    font-size: 18px;
  }

  .steps .title::before {
    bottom: -18px;
  }

  .steps li {
    margin-bottom: 32px;
    width: 45%;
  }

  .wheel-collection.style-2 .tabs-header li {
    padding: 14px 10px;
  }
}

@media screen and (max-width: 480px) {
  .step-wrap {
    padding: 24px 0 4px;
  }

  .steps .title {
    font-size: 18px;
  }

  .steps .title::before {
    bottom: -18px;
  }

  .steps li {
    margin-bottom: 32px;
    width: 100%;
  }

  .checkblock label::before {
    content: normal;
  }

  .checkblock label span:last-child {
    float: left;
  }

  .checkblock label span:last-child {
    float: none;
    display: block;
    font-size: 16px;
  }

  /*.checkblock label span:last-child {
    float: none;
    display: block;
    padding-left: 22px;
    font-size: 16px;
  text-align: right;}*/
  .checkblock {
    padding: 20px 10px;
  }

  .payment .wheel-btn {
    margin-bottom: 0;
  }

  .tabslist {
    width: 80%;
  }

  .wheel-start3.style-5 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .wheel-order-price span {
    line-height: 22px;
  }

  .wheel-order-price h4,
  .wheel-order-price b,
  .wheel-order-price span {
    display: inline-block ! important;
    float: none;
    text-align: right;
  }

  .wheel-order-price li {
    border-bottom: 1px dotted #666666;
    padding: 11px 0;
    text-align: right;
  }

  .wheel-order-price li:last-child {
    border-bottom: none;
    text-align: rigth;
  }

  .wheel-order-price b {
    line-height: 25px;
    padding-left: 20px;
  }

  .payment>.tright {
    text-align: center ! important;
  }

  .checkblock label b {
    font-size: 21px;
  }

  .wheel-start3.style-5 {
    padding-bottom: 0 ! important;
    margin-bottom: 0;
    background-image: none ! important;
    background-color: #3f3e3f;
  }

  .wheel-start3.style-5 .topmargin220 {
    margin-top: 133px ! important;
  }

  .wheel-start3.style-5 h3 {
    display: none;
  }

  .wheel-start3.style-5 .breadcrumb {
    margin-bottom: 0;
    padding: 0;
  }

  .marg-lg-t70 {
    margin-top: 40px ! important;
  }

  .peu-line {
    min-height: 188px ! important;
  }

  .wheel-collection-info li {
    margin-right: 0;
  }

  .block2 .icon {
    top: -404px !important;
    right: 6px !important;
  }


  .intro-table-2 tbody td {
    padding: 4px  !important;
  }



}

/*--------------------------------------------------------------------------------------*/
/* car list view*/
/*--------------------------------------------------------------------------------------*/
.wheel-select-w100 {
  width: 100%;
  max-width: 100%;
}

.wheel-select-w100 span {
  width: 100%;
  padding: 20px 40px;
  display: inline-block;
}

/* Car list*/
.prosuct-wrap .wheel-header h3:after {
  display: none;
}

.wheel-car-list-btn a {
  float: right;
  font-size: 20px;
  margin-right: 5px;
  line-height: 60px;
  padding: 0 20px;
  color: #d9d9d9;
  background-color: #fff;
}

.wheel-car-list-btn a.active {
  color: #666666;
}

.wheel-car-list-btn a:first-child {
  margin-right: 0;
}

.product-list .img-wrap2 {
  background-position: left;
  margin-left: 15px;
  width: 34%;
}

.product-list2 {
  padding: 0;
  margin-bottom: 30px;
}

.product-list2 .text-wrap {
  vertical-align: top;
  padding-top: 35px;
}

.product-list2 .text-wrap .title {
  padding-bottom: 10px;
}

.product-list2 .text-wrap .title {
  padding-left: 0;
}

.wheel-view-link {
  margin-top: 25px;
  text-align: center;
}

.wheel-view-link a {
  color: #d93035;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}

.product-list2 .metadata2 {
  visibility: visible;
  text-align: left;
  position: static;
  margin-top: 65px;
}

.product-list2 .metadata2 li {
  margin-right: 12px;
}

.prosuct-wrap .wheel-page-pagination {
  display: inline-block;
}

/*--------------------------------------------------------------------------------------*/
/*car list 3col*/
/*--------------------------------------------------------------------------------------*/
.product-list2 .text-wrap3,
.product-list2 .text-wrap2 {
  width: 100%;
  display: block;
}

.product-list2.wheel-bgt {
  background-color: transparent;
}

.product-list2 .img-wrap3 {
  width: 100%;
  display: block;
  max-width: 90%;
  margin: 0 10px;
}

.product-list2 .text-wrap2 {
  padding-top: 30px;
  padding-left: 30px;
}

.product-list2 .text-wrap2 .title {
  padding-bottom: 5px;
}

.img-wrap3 {
  margin-top: -100px;
}

.product-list2 .text-wrap3 {
  padding-left: 30px;
  padding-top: 0;
}

.product-list2 .text-wrap3 .metadata2 {
  margin-top: 35px;
}

.product-list2 .text-wrap3 .metadata2 li {
  margin-bottom: 15px;
}

.product-list2 .text-wrap3 .wheel-view-link {
  margin-top: 20px;
  padding-bottom: 32px;
  text-align: center;
}



/*--------------------------------------------------------------------------------------*/
/*car list 3col*/
/*--------------------------------------------------------------------------------------*/
.product-list3 .text-wrap3,
.product-list3 .text-wrap2 {
  width: 100%;
  display: block;
}

.product-list3.wheel-bgt {
  background-color: transparent;
}

.product-list3 .img-wrap3 {
  width: 100%;
  display: block;
  max-width: 90%;
  margin: 0 10px;
}

.product-list3 .text-wrap2 {
  padding-top: 30px;
  padding-left: 30px;
}

.product-list3 .text-wrap2 .title {
  padding-bottom: 5px;
}

.img-wrap3 {
  margin-top: -100px;
}

.product-list3 .text-wrap3 {
  padding-left: 30px;
  padding-top: 0;
}

.product-list3 .text-wrap3 .metadata2 {
  margin-top: 35px;
}

.product-list3 .text-wrap3 .metadata2 li {
  margin-bottom: 15px;
}

.product-list3 .text-wrap3 .wheel-view-link {
  margin-top: 20px;
  padding-bottom: 32px;
  text-align: center;
}

/*--------------------------------------------------------------------------------------*/
/*car-listing-details.php*/
/*--------------------------------------------------------------------------------------*/
.car-list-title>h4 {
  font-size: 24px;
  margin: 40px 0 20px 0;
  line-height: 36px;
  font-family: notokr;
  font-weight: 700;
}

.car-list .car-list-item a img {
  vertical-align: middle;
  width: 100%;
}

.car-list-item {
  padding: 0 5px 5px 0;
  margin: 0;
}

.car-list .car-list-item a {
  display: block;
  border: 2px solid #e2e2e2;
}

.car-list .car-list-item a:hover {
  border: 2px solid #222;
}

/*--------------------------------------------------------------------------------------*/
/*center table*/
/*--------------------------------------------------------------------------------------*/
.center-table-cart {
  width: 100%;
  background: #fff;
}

.center-table-cart th {
  width: 3%;
  color: #262626;

  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f5f0f1;
  border-bottom: 1px solid #f5f0f1;
  padding: 10px 10px;
}

.center-table-cart th:last-child {
  border-right: none;
}

.center-table-cart th:first-child {
  border-right: 1px solid #f5f0f1;
}

.center-table-cart th:before {
  content: "";
  background-image: url(../../images/divider.png);
  width: 45px;
  height: 2px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.center-table-cart img {
  border: 10px solid #eceff1;
  margin-right: 30px;
  max-width: 200px;
}

.center-table-cart .fa-times {
  color: #666666;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-right: 60px;
  cursor: pointer
}

.center-table-cart tbody td {
  color: #262626;

  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  padding: 5px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #f5f0f1;
  border-right: 1px solid #f5f0f1;
}

.center-table-cart tbody td:last-child {
  border-right: none;
}

.center-table-cart tbody td:first-child {
  width: 13%;
  text-align: left;
  border-right: 1px solid #f5f0f1;
}

/*--------------------------------------------------------------------------------------*/
/*center table2*/
/*--------------------------------------------------------------------------------------*/
/*.center-table-cart2 {
  width: 100%;
  border-top: 2px solid #ee1c25;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: center;
}

.center-table-cart2 th {
    width: 25%;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    color: #fff;
    background: #ee1c25;
    text-align: center;
      vertical-align: middle;
    padding : 35px 0;
}

.center-table-cart2 th:before {
  content: "";
  background-image: url(../../images/divider.png);
  width: 45px;
  height: 2px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.center-table-cart2 img {
  border: 10px solid #eceff1;
  margin-right: 30px;
  max-width: 200px;
}

.center-table-cart2 .fa-times {
  color: #e2e2e2;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-right: 60px;
  cursor: pointer
}

.center-table-cart2 tbody td {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
  padding: 14px 19px 15px;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
  background-color:  #f7f7f7 ;
}

.back_bg_grey2{
    background: #ebebeb !important;
}


.center-table-cart2 tbody td:last-child {
  border-right: none;
}

.center-table-cart4 {
  width: 100%;
  border-top: 2px solid #3c3c3c;
  border-bottom: 1px solid #e2e2e2;
}

.center-table-cart4 th {
  font-size: 13px;
  font-weight: 600;
  padding: 12px 10px 13px;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.center-table-cart4 tbody th:last-child {
  border-right: none;
}

.center-table-cart4 tbody td {
  color: #767676;

  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.5px;
  padding: 12px 19px 13px;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.center-table-cart4 tbody td:last-child {
  border-right: none;
}

.center-table-cart3 {
  width: 100%;
  border-top: 2px solid #3c3c3c;
  border-bottom: 1px solid #e2e2e2;
}

.center-table-cart3 th {
  color: #242424;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 10px 15px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.center-table-cart3 tbody td {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.center-table-cart3 tbody td:last-child {
  border-right: none;
}

.center-table-cart3 tbody td a {
  padding: 14px 19px 15px 30px;
  color: #767676;

  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
  vertical-align: middle;
  display: block;
  min-height: 65px;
}

.center-table-cart3 tbody td a:hover {
  color: #242424;
}

.air-active a {
  color: #fff ! important;
  background: #d93035;
}
*/


/*--------------------------------------------------------------------------------------*/
/*center table2*/
/*--------------------------------------------------------------------------------------*/
.center-table-cart2 {
  width: 100%;
  border-top: 2px solid #3c3c3c;
  border-bottom: 1px solid #e2e2e2;
}

.center-table-cart2 th {
  color: #242424;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 10px 15px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.center-table-cart2 th:before {
  content: "";
  background-image: url(../../images/divider.png);
  width: 45px;
  height: 2px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.center-table-cart2 img {
  border: 10px solid #eceff1;
  margin-right: 30px;
  max-width: 200px;
}

.center-table-cart2 .fa-times {
  color: #e2e2e2;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-right: 60px;
  cursor: pointer
}

.center-table-cart2 tbody td {
  color: #767676;

  font-size: 16px;
  /*font-size: 14px;*/
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
  padding: 14px 19px 15px;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.center-table-cart2 tbody td:last-child {
  border-right: none;
}

.center-table-cart4 {
  width: 100%;
  border-top: 2px solid #3c3c3c;
  border-bottom: 1px solid #e2e2e2;
}

.center-table-cart4 th {
  font-size: 13px;
  font-weight: 600;
  padding: 12px 10px 13px;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.center-table-cart4 tbody th:last-child {
  border-right: none;
}

.center-table-cart4 tbody td {
  color: #767676;

  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.5px;
  padding: 12px 19px 13px;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.center-table-cart4 tbody td:last-child {
  border-right: none;
}

.center-table-cart3 {
  width: 100%;
  border-top: 2px solid #3c3c3c;
  border-bottom: 1px solid #e2e2e2;
}

.center-table-cart3 th {
  color: #242424;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 10px 15px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.center-table-cart3 tbody td {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.center-table-cart3 tbody td:last-child {
  border-right: none;
}

.center-table-cart3 tbody td a {
  padding: 14px 19px 15px 30px;
  color: #767676;
  font-size: 16px;

  /*font-size: 14px;*/
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
  vertical-align: middle;
  display: block;
  min-height: 65px;
}

.center-table-cart3 tbody td a:hover {
  color: #242424;
}

.air-active a {
  color: #fff ! important;
  background: #007edb;
}

/*--------------------------------------------------------------------------------------*/
/*wheel-table-cart2*/
/*--------------------------------------------------------------------------------------*/
.wheel-table-cart2 {
  width: 100%;
  border-top: 2px solid #dddcdc;
  border-bottom: 1px solid #e2e2e2;
}

.extra-label {
  vertical-align: middle;
}

/*.extra-img>img{max-width: 80% ! important;}*/
.extra {
  text-align: left ! important;
  vertical-align: middle;
}

.extra h4 {
  font-size: 18px ! important;
  font-weight: 600;
  padding-bottom: 20px;
}

.extra p {
  font-size: 13px ! important;
}

.sale2 {
  font-size: 20px ! important;
  color: #d93035 ! important;
}

.ex-price {
  font-size: 25px ! important;
}

.wheel-table-cart2 thead {
  border-bottom: 1px solid #e2e2e2;
}

.wheel-table-cart2 thead th {
  color: #262626;

  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e2e2e2;
  padding: 10px 10px;
  background-color: #f9f9f9;
}

.wheel-table-cart2 thead th:last-child {
  border-right: none;
}

.wheel-table-cart2 thead th:first-child {}

.wheel-table-cart2 thead th:before {
  content: "";
  background-image: url(../../images/divider.png);
  width: 45px;
  height: 2px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wheel-table-cart2 img {
  /*border: 10px solid #eceff1;*/
  /*margin-right: 30px;*/
  max-width: 200px;
}

.wheel-table-cart2 .fa-times {
  color: #e2e2e2;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-right: 60px;
  cursor: pointer
}

.wheel-table-cart2 tbody td {
  color: #767676;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 19px 15px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.wheel-table-cart2 tbody td:last-child {
  border-right: none;
}

.wheel-table-cart2 tbody td a {
  color: #333;
}

.wheel-table-cart2 tbody td a:hover {
  color: #000;
}

.wheel-table-cart2 tbody td:first-child {
  width: 8%;
}

.wheel-table-cart2 .input-quantity {
  width: 45px;
  height: 25px;
  color: #262626;

  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 25px;
  outline: none;
  border: 2px solid #f5f0f1;
  text-align: center;
}

.wheel-table-cart2 .column-pl {
  padding-left: 60px;
}

.wheel-table-cart2 .quantity-wrap .fa {
  border: 2px solid #f5f0f1;
  color: #e2e2e2;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  vertical-align: middle;
  display: inline-block;
  max-height: 25px;
  padding: 0 8px;
}

.wheel-table-cart2 .quantity-wrap .fa.fa-minus {
  margin-right: -6px;
}

.wheel-table-cart2 .quantity-wrap .fa.fa-plus {
  margin-left: -6px;
}


/*--------------------------------------------------------------------------------------*/
/*car shopping*/
/*--------------------------------------------------------------------------------------*/
.wheel-table-cart {
  width: 100%;
  border: 1px solid #222;
}

.extra-label {
  vertical-align: middle;
}

/*.extra-img>img{max-width: 80% ! important;}*/
.extra {
  text-align: left ! important;
  vertical-align: middle;
}

.extra h4 {
  font-size: 18px ! important;
  font-weight: 600;
  padding-bottom: 20px;
}

.extra p {
  font-size: 13px ! important;
}

.sale2 {
  font-size: 18px ! important;
  color: #d93035 ! important;
}

.ex-price {
  font-size: 25px ! important;
}

.wheel-table-cart thead {
  border-bottom: 1px solid #222;
}

.wheel-table-cart thead th {
  color: #262626;

  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #666666;
  padding: 10px 10px;
  background-color: #eceff1;
}

.wheel-table-cart thead th:last-child {
  border-right: none;
}

.wheel-table-cart thead th:first-child {
  border-right: 1px solid #222;
}

.wheel-table-cart thead th:before {
  content: "";
  background-image: url(../../images/divider.png);
  width: 45px;
  height: 2px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wheel-table-cart img {
  border: 10px solid #eceff1;
  margin-right: 30px;
  max-width: 200px;
}

.wheel-table-cart .fa-times {
  color: #666666;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-right: 60px;
  cursor: pointer
}

.wheel-table-cart tbody td {
  color: #262626;

  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #222;
  border-right: 1px solid #666666;
}

.wheel-table-cart tbody td:last-child {
  border-right: none;
}

.wheel-table-cart tbody td:first-child {
  width: 11%;
  text-align: left;
  border-right: 1px solid #222;
  background-color: #eceff1;
}

.wheel-table-cart .input-quantity {
  width: 45px;
  height: 25px;
  color: #262626;

  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 25px;
  outline: none;
  border: 2px solid #f5f0f1;
  text-align: center;
}

.wheel-table-cart .column-pl {
  padding-left: 60px;
}

.wheel-table-cart .quantity-wrap .fa {
  border: 2px solid #f5f0f1;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  vertical-align: middle;
  display: inline-block;
  max-height: 25px;
  padding: 0 8px;
}

.wheel-table-cart .quantity-wrap .fa.fa-minus {
  margin-right: -6px;
}

.wheel-table-cart .quantity-wrap .fa.fa-plus {
  margin-left: -6px;
}

.wheel-field {
  width: 320px;
  height: 62px;
  outline: none;
  border: 1px solid #f5f0f1;
  color: #242424;

  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 20px;
}

.wheel-btn.dark {
  background-color: #404040;
}

.wheel-btn.large {
  min-width: 320px;
  text-align: center;
}

.s-cart-options .wheel-btn {
  margin-left: 30px;
}

.s-cart-ship .title {
  padding-bottom: 10px;
  margin-bottom: 32px;
  position: relative;
  color: #262626;

  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.s-cart-ship .title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 45px;
  background: url(../../images/z-brd.png);
}

.s-ship-submit .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  background-color: transparent;
  outline: none;
  float: left;
  margin-bottom: 20px;
  color: #666666;

  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  border: 2px solid #f5f0f1;
}

.s-ship-submit .bootstrap-select>.dropdown-toggle {
  background-color: transparent;
  border: none;
}

.s-ship-submit .bootstrap-select .btn-info {
  min-height: 58px;
  padding-left: 20px;
  padding-right: 20px;
  color: #b2b2b2;
}

.s-ship-submit .open>.dropdown-toggle.btn-info:hover {
  background-color: transparent;
  color: #b2b2b2;
}

.s-ship-submit .s-ship-inp {
  width: 100%;
  max-width: 340px;
  display: inline-block;
  padding: 15px 20px;
  background-color: transparent;
  outline: none;
  float: left;
  margin-bottom: 20px;
  color: #666666;

  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  border: 2px solid #f5f0f1;
}

.s-ship-submit button.wheel-btn {
  min-width: 200px;
}

.product-list2 .product-elem-style1 .text-wrap3 {
  position: relative;
}

.product-list2 .product-elem-style1 .text-wrap3 .wheel-view-link {
  position: absolute;
  top: -100px;
}

.product-list2 .product-elem-style1 .text-wrap3 .metadata2 {
  margin-top: 120px;
}

.product-list2 .product-elem-style1 .text-wrap2 {
  padding-top: 40px;
}

.product-list2 .product-elem-style1 .img-wrap3 {
  display: none;
}

.product-list2 .product-elem-style2 .img-wrap3 {
  display: block;
  background-color: #e9edf0;
}

.product-elem-style1 {
  margin-bottom: 35px;
}

.product-elem-style1 .product-table2 {
  width: 53%;
  float: left;
}

.product-elem-style1 .product-table3 {
  width: 47%;
  float: left;
}

.product-elem-style1 .product-table3.product-list {
  padding-top: 10px;
}

.product-elem-style1 .product-table3.product-list .img-wrap {
  display: none;
}

.product-elem-style1 .product-table3.product-list .text-wrap3 {
  position: relative;
  padding-top: 75px;
}

.product-elem-style1 .product-table3.product-list .text-wrap3 .wheel-view-link {
  position: absolute;
  top: 20px;
}

.product-elem {
  margin-bottom: 30px;
}

.product-elem .product-list2 .text-wrap2 {
  padding-top: 40px;
}

/*.product-elem-style2 {
  margin-bottom: 165px; }*/
.product-elem-style2 .product-table2 {
  display: none;
}

.product-elem-style2 .product-table3 {
  width: 100%;
  /* background-color: #E9EDF0; */
}

.product-elem-style2 .product-table3.product-list .img-wrap {
  display: block;
}

.product-elem-style2 .text-wrap2 {
  padding-top: 30px;
  /*padding-bottom:15px;*/
  /*  background-color: #E9EDF0 */
  ;
  position: relative;
  z-index: 2;
}

.product-elem-style2 .product-table3.product-list .text-wrap3 .wheel-view-link {
  position: static;
}

.product-elem-style2 .product-table3.product-list .text-wrap3 {
  padding-top: 5px;
}

.product-elem-style2 .product-list2 .text-wrap3 .wheel-view-link {
  margin-bottom: 15px;
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  .wheel-four-block {
    padding: 120px 50px 105px 100px;
  }

  .wheel-four-block img {
    left: 30px;
  }

  .wheel-collection-slider .swiper-outer-left {
    left: 0;
    top: 0;
  }

  .wheel-collection-slider .swiper-outer-right {
    right: 0;
    top: 0;
  }

  .dropdown-menu {
    left: auto;
    right: 0;
  }

  .wheel-footer-info ul {
    padding-left: 0;
  }

  .wheel-footer-info li {
    padding: 0 8px;
  }
}

@media only screen and (max-width: 1200px) {
  .menu-item {
    padding: 0 4px;
    margin: 0 10px;
  }

  .menu-item .menu-item {
    padding: 0 15px;
  }

  .wheel-cheader-but {
    padding: 0 20px;
  }

  .wheel-navigation {
    padding-left: 15px;
  }

  .wheel-start {
    padding-top: 240px;
  }

  .wheel-start .wheel-header {
    padding: 0 0 20px;
    text-align: center;
  }

  .wheel-start-form {
    width: 100%;
    max-width: 100%;
  }

  .wheel-service-img {
    background-size: contain;
  }

  .wheel-testimonial-item:before {
    display: none;
  }

  .wheel-quote .swiper-outer-left,
  .wheel-quote .swiper-outer-right {
    margin-top: -25px;
  }

  .wheel-quote-partners img {
    padding: 0 10px;
  }

  .wheel-footer {
    padding-bottom: 75px;
    padding-top: 75px;
  }

  .wheel-footer-info ul {
    padding-left: 0;
  }

  .wheel-clients {
    margin-top: -50px;
  }

  .wheel-collection-img img {
    max-width: 100%;
  }

  .wheel-footer-item,
  .wheel-footer-gallery,
  .wheel-address {
    padding-left: 15px;
    padding-right: 15px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-service-img2 {
    background-size: contain;
  }

  .wheel-start-form2 .wheel-date {
    width: 49%;
    margin-right: 2%;
  }

  .wheel-start-form2 .wheel-date:nth-child(2n) {
    margin-right: 0;
  }

  .wheel-start-form2 label.promo {
    width: 49%;
  }

  .wheel-start-form2 label.promo input {
    float: left;
  }

  /*--------------------------------------------------------------------------------------*/
  /* checkout*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-search-form input {
    width: 54%;
    margin-right: 2%;
  }

  .wheel-search-form button {
    width: 44%;
  }

  /*--------------------------------------------------------------------------------------*/
  /* About*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-partners a {
    margin: 0 25px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Blog*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-blog-logo img {
    min-height: auto;
  }

  .product-list2 .text-wrap {
    text-align: left;
  }

  /*--------------------------------------------------------------------------------------*/
  /* cal list 3 col*/
  /*--------------------------------------------------------------------------------------*/
  .product-list2 .img-wrap3 {
    background-position: center;
  }

  /*--------------------------------------------------------------------------------------*/
  /* shopping*/
  /*--------------------------------------------------------------------------------------*/
  .s-cart-options .wheel-btn {
    margin-left: 20px;
  }

  .wheel-table-cart .column-pl {
    padding-left: 0;
  }

  .wheel-btn.large {
    min-width: auto;
  }

  .s-ship-submit .s-ship-inp {
    max-width: 100%;
  }

  .wheel-date label {
    width: 30%;
  }

  .wheel-start-form2 .wheel-date label {
    width: 50%;
  }

  .wheel-start-form2 label.promo2,
  .wheel-start-form label.promo button {
    margin-left: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {
  .wheel-start-form label.promo2 {
    margin-left: .5%;
  }

  .wheel-start-form label.promo button {
    width: 100%;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-start-form2 label.promo button {
    width: 100%;
  }

  .wheel-start2 .wheel-header {
    padding-bottom: 0;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Blog*/
  /*--------------------------------------------------------------------------------------*/
  .product-list2 .product-table {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Car list view*/
  /*--------------------------------------------------------------------------------------*/
  .product-list2 .metadata2 {
    margin-top: 30px;
  }




}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .steps li {
    width: 24%;
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .steps .title {
    min-width: 214px;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.7px;
  }

  .steps .title::before {
    bottom: -26px;
  }

  .step-wrap {
    padding: 25px 0 10px;
  }

  .steps .title span {
    font-size: 21px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .steps li {
    width: 23%;
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .steps .title {
    min-width: 214px;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.7px;
  }

  .steps .title::before {
    bottom: -26px;
  }

  .step-wrap {
    padding: 25px 0 10px;
  }

  .steps .title span {
    font-size: 20px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 993px) {
  .img-wrap3 {
    margin-top: -75px;
    background-color: #fff;
  }
}

@media only screen and (max-width: 992px) {
  .wheel-navigation {
    padding-left: 0;
  }

  .wheel-top-menu {
    padding-left: 50px;
    padding-right: 0;
  }

  .top-menu-item a {
    margin-right: 10px;
  }

  .top-menu-item a,
  .top-menu-item span {
    font-size: 12px;
  }

  .wheel-cheader-but {
    display: none;
  }

  .wheel-menu-wrap {
    top: 0;
  }

  .wheel-logo {
     padding: 15px 0 0 2px !important;
  }

  .nav-menu-icon {
    top: 32px;
    z-index: 2;
  }

  .wheel-navigation {
    min-height: 40px;
  }

  .wheel-navigation.active {
    margin-top: 14px;
    padding-top: 35px;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: #162133;
    z-index: 999;
  }

  .wheel-navigation.active .nav-menu-icon.active {
    top: 0;
    right: 25px;
  }

  .wheel-start {
    padding-top: 146px;
  }

  .wheel-start {
    padding-bottom: 65px;
  }

  .wheel-start-form label.promo button {
    float: right;
  }

  .wheel-collection .swiper-arrow-left {
    left: 0;
  }

  .wheel-collection .swiper-arrow-right {
    right: 0;
  }

  .wheel-collection-item {
    text-align: center;
  }

  .wheel-collection {
    padding-bottom: 50px;
  }

  .wheel-deals {
    padding: 50px 0;
  }

  .wheel-news-item {
    margin-bottom: 20px;
  }

  .wheel-news-item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .wheel-news-item .wheel-news-item-img {
    text-align: center;
  }

  .wheel-news-item .wheel-news {
    padding-bottom: 50px;
  }

  .wheel-quote-item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .wheel-info-video {
    padding-left: 0;
  }

  .wheel-quote {
    padding: 58px 0;
  }

  .wheel-quote-partners {
    margin-top: 100px;
  }

  .wheel-quote-partners a {
    margin-bottom: 20px;
    display: inline-block;
  }

  .wheel-news {
    padding-bottom: 50px;
  }

  .wheel-quote-partners img {
    padding: 0 20px;
  }

  .wheel-subscribe {
    padding: 50px 0;
  }

  .wheel-footer-gallery {
    max-width: 320px;
  }

  .wheel-info-text2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-start-form2 label {
    width: 100%;
    margin-left: 0;
  }

  .wheel-start-form2 label:nth-child(2n) {
    margin-left: 0;
    width: 100%;
  }

  .wheel-start-form2 label:last-child {
    margin-left: 0;
    width: 49%;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Register*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-register-sign {
    padding-left: 0;
  }

  .wheel-register-block .padd-r0,
  .wheel-register-block .padd-l0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* checkout*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-billing form {
    max-width: 100%;
  }

  .wheel-order {
    padding-left: 0;
  }

  .wheel-billing,
  .wheel-order {
    padding-left: 15px;
    padding-right: 15px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* About*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-team {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .wheel-partners a {
    margin-bottom: 20px;
  }

  .wheel-skills {
    padding-right: 0;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Blog*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-blog-wrap .padd-lr0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wheel-widgets {
    padding-left: 0;
  }

  /*--------------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------------*/
  .product-list .img-wrap2 {
    margin-left: 0;
  }

  .product-list .img-wrap {
    float: none;
  }

  .product-list2 .product-cell {
    text-align: left;
    text-align: center;
  }

  .product-list2 .text-wrap {
    padding-top: 0;
  }

  .product-list2 .text-wrap {
    padding-left: 15px;
  }

  .product-list2 .text-wrap .title,
  .product-list2 .img-wrap2 {
    display: inline-block;
    width: auto;
    padding-bottom: 10px ! important;
    font-size: 28px;
  }

  /*--------------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------------*/
  .product-list2 .text-wrap2 {
    padding-top: 20px;
    text-align: center;
  }

  .product-list2 .text-wrap3 .wheel-view-link {
    padding-bottom: 40px;
  }

  /*--------------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------------*/
  .s-cart-options .wheel-btn {
    margin-bottom: 30px;
    text-align: left;
  }

  .s-cart-options .wheel-btn:last-child {
    float: none !important;
    margin-left: 0;
  }

  .menu-item.active-color .menu-item a {
    color: #fff;
  }

  .wheel-start-form2 .wheel-date label {
    width: 50%;
  }

  .product-elem-style1 .product-table2 {
    margin-top: 50px;
  }

  .wheel-right {
    position: absolute;
    right: 100px;
    top: 18px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .wheel-service-item {
    margin: 0 15px 20px;
    padding: 50px 15px;
  }

  .wheel-service-img {
    margin-top: -120px;
  }

  .wheel-collection {
    margin-top: 50px;
  }

  .wheel-info-img {
    display: none;
  }

  .wheel-subscribe .wheel-header {
    margin-bottom: 30px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-app-text {
    margin-left: 0;
  }

  .wheel-app-img {
    display: none;
  }

  /*--------------------------------------------------------------------------------------*/
  /* About*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-skills .wheel-skills-accordion {
    padding-left: 0;
  }

  .wheel-skills-accordion {
    padding-left: 0;
  }

  .wheel-widget-posts,
  .wheel-tags {
    width: 48%;
    float: left;
  }

  .wheel-widget-posts {
    margin-right: 4%;
  }

  .wheel-widget-posts {
    margin-bottom: 50px;
  }

  .extra-label .marg-lg-t52 {
    margin: 20px 0 52px 0;
  }

  .steps .title {
    min-width: 168px;
  }

  .nodate {
    margin: 0 auto;
    padding-top: 5px;
    max-width: 100%;
  }

  .wheel-register-sign .eng-p2 {
    left: 178px;
  }

  .quick {
    bottom: 26px  !important ;
    right: 10px !important ;
  }

 .quick img {
    max-height: 80px;
  }


  .intro-header h3 {
      font-size: 32px !important ;
      line-height: 48px !important ;
  }
  .intro-header h4 {
      font-size: 20px !important ;
  }

  .intro-how-box h3 {
      font-size: 24px !important ;

  }



}

@media only screen and (width: 768px) {
  .wheel-navigation.active {
    margin-top: 0;
  }

  .nav-menu-icon {
    position: fixed;
    top: 75px;
    right: 15px;
  }

  .wheel-menu-wrap.active-scroll .nav-menu-icon.active {
    /*top: 25px;*/
  }

  .wheel-menu-wrap .wheel-navigation.active .nav-menu-icon.active {
    /*top: 75px;*/
  }

  .steps li {
    width: 23%;
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .steps .title {
    min-width: 167px;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -1px;
  }

  .steps .title::before {
    bottom: -26px;
  }

  .step-wrap {
    padding: 25px 0 10px;
  }

  .steps .title span {
    font-size: 19px;
    margin-right: 3px;
  }

}

@media only screen and (max-width: 768px) {
  .wheel-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wheel-footer-item,
  .wheel-footer-gallery,
  .wheel-address {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-menu-item a span {
    display: none;
  }

  .wheel-testimonial-item b,
  .wheel-testimonial-item span {
    font-size: 28px;
  }

  .wheel-testimonial-item {
    width: 50%;
    padding-right: 15px;
    text-align: center;
  }

  .wheel-testimonial-item i {
    left: 10px;
  }

  .wheel-footer-info {
    text-align: center;
  }

  .wheel-logo {
    position: absolute;
    /*top: 50px;*/
    top: 10px;
    z-index: 2;
  }

  .wheel-navigation {
    min-height: 80px;
  }

  .wheel-navigation.active {
    padding-top: 95px;
  }

  .wheel-navigation.active .nav-menu-icon.active {
    top: 52px;
  }

  .active-scroll .wheel-navigation {
    /*min-height: 80px;*/
  }

  .wheel-menu-wrap.active-scroll .wheel-logo {
    top: 0;
  }

  .active-scroll .wheel-navigation.active {
    margin-top: 0;
  }

  .wheel-top-menu {
    z-index: 2;
  }

  .wheel-footer-item,
  .wheel-footer-gallery,
  .wheel-address {
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .wheel-collection .tabs-header li a {
    font-size: 16px;
  }

  .wheel-collection .tabs-header li {
    padding: 5px 10px;
  }

  .wheel-start .wheel-header h1 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 15px;
  }

  .wheel-start .wheel-header h2,
  .wheel-testi-header h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .wheel-header h3 {
    font-size: 42px;
    line-height: 53px;
  }

  .wheel-start .wheel-header span {
    font-size: 16px;
  }

  .wheel-date {
    width: 100%;
  }

  .wheel-start-form label.promo input {
    width: 100%;
  }

  .wheel-start-form label.promo button {
    float: none;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }

  .wheel-service-img {
    display: none;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-service-img2 {
    display: none;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-contact-form,
  .wheel-start3-body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wheel-contact-info {
    min-height: 220px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Register*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-register-sign input,
  .wheel-register-sign label,
  .wheel-register-sign button {
    width: 100%;
  }

  .wheel-register-log {
    padding: 30px 15px;
    text-align: center;
  }

  /*--------------------------------------------------------------------------------------*/
  /* checkout*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-billing input.wheel-half-width {
    width: 100%;
    margin-right: 0;
  }

  /*--------------------------------------------------------------------------------------*/
  /* About*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-skills,
  .wheel-skills-accordion {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wheel-partners a,
  .wheel-partners a:first-child,
  .wheel-partners a:last-child {
    margin: 0 20px 20px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-post-content .wheel-date {
    width: auto;
  }

  .wheel-blog-item {
    padding: 15px;
  }

  .wheel-page-pagination a,
  .wheel-page-pagination span {
    width: 30px;
    height: 30px;
    line-height: 27px;
  }

  .wheel-car-list-btn {
    margin-bottom: 30px;
    text-align: center;
  }

  .wheel-car-list-btn a {
    float: none;
  }

  .table-responsive {
    border: none;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .s-cart-options input {
    width: 100%;
    margin-bottom: 30px;
  }

  .s-cart-options .wheel-btn {
    display: block;
    margin-left: 0;
  }

  .table-responsive table {
    width: 720px;
    overflow: auto;
  }

  .wheel-map {
    position: relative;
  }

  .wheel-map:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }

  .wheel-start-form label.promo {
    margin-left: 0;
    width: 47%;
  }

  .marg-lg-b0 {
    margin-bottom: 20px !important;
  }

  .wheel-register-sign .eng-p2 {
    left: 0;
    top: -16px;
  }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) and (min-width: 669px) {
  .wheel-navigation.active {
    margin-top: 50px;
  }

  .nav-menu-icon {
    top: 32px;
  }

  .wheel-navigation {
    min-height: 90px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-four-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wheel-collection-info2 {
    padding: 0 30px;
  }

  .marg-lg-b0 {
    margin-bottom: 20px !important;
  }

  .wheel-quote-item h2 {
    font-size: 40px;
    line-height: 46px;
    padding: 57px 15px 65px 15px;
  }

  .steps .title {
    min-width: 163px;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.5px;
  }

  .steps .title::before {
    bottom: -26px;
  }

  .step-wrap {
    padding: 25px 0 10px;
  }

  .steps .title span {
    font-size: 19px;
    margin-right: 3px;
  }

  .how-box4 {
    font-weight: 600;
    font-size: 16px;
  }

  .how-box-txt {
    line-height: 1.3;
  }


}

@media only screen and (max-width:668px) {
  .steps {
    margin-bottom: 0;
  }

  .steps li {
    width: 22%;
    margin-bottom: 36px;
    margin-right: 3px;
  }

  .steps .title {
    min-width: 146px;
    font-size: 16px;
  }

  .steps .title::before {
    bottom: -22px;
  }

  .steps .title span {
    font-size: 16px;
    margin-right: 1px;
  }

  .wheel-navigation {
    min-height: 125px;
  }
}

@media only screen and (max-width: 600px) {
  .wheel-subscribe form button {
    position: static;
    margin-top: 20px;
    width: 100%;
  }

  .wheel-testimonial-info {
    text-align: center;
  }

  .wheel-testimonial-info img {
    display: block;
    margin: 10px auto;
  }

  .wheel-testimonial-info {
    margin-bottom: 50px;
  }

  .wheel-footer-info,
  .wheel-info-text,
  .wheel-collection-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wheel-subscribe form input {
    padding: 20px 30px;
  }

  .wheel-quote .swiper-outer-left,
  .wheel-quote .swiper-outer-right {
    top: 0;
  }

  .wheel-start-form label.promo {
    text-align: center;
  }

  .wheel-start-form {
    padding: 20px 10px;
  }

  .wheel-start-form label input {
    width: 80%;
    padding: 8px;
  }

  .wheel-start-form label span:after {
    display: none;
  }

  .wheel-start-form label {
    padding: 0 10px;
  }

  .wheel-start-form span {
    font-size: 12px;
  }

  .wheel-service-img {
    display: none;
  }

  .wheel-start-form label span {
    width: 24%;
  }

  .wheel-start-form label input {
    width: 72%;
  }

  .wheel-date span {
    padding-left: 10px;
  }

  .wheel-start-form .promo4:after {
    left: 10px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-testimonial-item i {
    position: static;
    padding-right: 30px;
    font-size: 36px;
    display: block;
  }

  .wheel-testimonial-item {
    padding: 20px 20px 0;
  }

  .wheel-start-form2 .wheel-date {
    width: 100%;
  }

  /*--------------------------------------------------------------------------------------*/
  /* contact*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-contact-info span {
    font-size: 16px;
  }

  .wheel-contact-form input {
    width: 100%;
  }

  .wheel-start3-body h3 {
    float: none;
  }

  .wheel-start3-body .breadcrumb {
    float: none;
  }

  .wheel-contact-form button {
    padding: 0 30px;
    width: 100%;
  }

  /*--------------------------------------------------------------------------------------*/
  /* About*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-skills-accordion .panel-title {
    padding: 14px;
    font-size: 16px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* blog*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-widget-posts,
  .wheel-tags {
    width: 100%;
    float: none;
  }

  .wheel-widget-posts h6,
  .wheel-tags h6 {
    display: block;
  }

  .wheel-table-cart .fa-times {
    margin-right: 0;
  }

  .wheel-date label input {
    width: 69%;
  }

  .product-elem-style1 .product-table2,
  .product-elem-style1 .product-table3 {
    width: 100%;
  }

  .product-list2 .product-elem-style1 .text-wrap3 .wheel-view-link {
    position: static;
  }

  .product-list2 .product-elem-style1 .text-wrap3 .metadata2 {
    margin-top: 0;
  }


}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  .wheel-collection .tabs-header li {
    padding: 5px;
  }

  .wheel-collection .tabs-header li a {
    font-size: 16px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Index 2*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-app a {
    margin-bottom: 10px;
  }

  /*--------------------------------------------------------------------------------------*/
  /* Register*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-register-log label.password-sing a {
    float: none;
    display: block;
  }

  /*--------------------------------------------------------------------------------------*/
  /* checkout*/
  /*--------------------------------------------------------------------------------------*/
  .wheel-order-price h4,
  .wheel-order-price b,
  .wheel-order-price span {
    display: block;
    float: none;
  }

  .wheel-order-price li:before {
    display: none;
  }

  .wheel-search-form button,
  .wheel-search-form input {
    width: 100%;
    margin-bottom: 30px;
  }

  .wheel-comment-body {
    padding-left: 0;
  }

  .comment-author img {
    position: static;
  }

  .comment-author a {
    padding-left: 20px;
  }

  .wheel-reply-form input {
    width: 100%;
    margin-right: 0;
  }

  .wheel-blog-post-item .wheel-blog-info blockquote {
    padding-left: 0;
  }

  .wheel-blog-post-item .wheel-blog-info blockquote:before {
    position: static;
  }

  .wheel-comments-area,
  .wheel-tags,
  .wheel-widget-categories,
  .wheel-reply-form,
  .wheel-widget-posts {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wheel-date label {
    width: 50%;
  }

  .wheel-start-form label span {
    width: 17.5%;
  }

  .extra-label,
  .quantity-wrap {
    text-align: center;
  }

  .checkblock label span:last-child {
    padding-left: 0;
  }

  .wheel-date span {
    padding-left: 10px;
    width: 21%;
  }

  .wheel-start-form .promo4:after {
    left: 10px;
  }

  .wheel-quote-item .p_top {
    font-size: 18px;
    line-height: 28px;
  }

  .wheel-quote-item h2 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    padding: 57px 15px 74px 15px;
  }

  .wheel-list-gallery-link {
    margin-bottom: 20px;
    text-align: left ! important;
    padding: 0;
    position: unset ! important;
    display: inline-block;
  }

  .wheel-list-gallery h3 {
    margin-bottom: 75px;
  }

  .select3 {
    max-width: 210px;
  }

  .steps .title {
    min-width: 167px;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.5px;
  }

  .steps {
    margin-bottom: 0;
  }

  .steps .title::before {
    bottom: -26px;
  }

  .step-wrap {
    padding: 25px 0 10px;
  }

  .steps .title span {
    font-size: 19px;
    margin-right: 3px;
  }

  .steps li {
    width: 43%;
    margin-bottom: 32px;
    margin-right: 0px;
  }

  .steps .title::before {
    bottom: -19px;
  }

  .steps li {
    width: 43%;
  }
}

/* ///////////////////////////////////////////// */

.block-p {
  padding: 30px 50px 28px 30px;
}

.padd-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.padd-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padd-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padd-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padd-l0 {
  padding-left: 0;
}

.padd-l10 {
  padding-left: 10px;
}

.padd-l15 {
  padding-left: 15px;
}

.padd-l16 {
  padding-left: 16px;
}

.padd-l20 {
  padding-left: 20px;
}

.padd-l30 {
  padding-left: 30px;
}

.padd-l40 {
  padding-left: 40px;
}

.padd-r20 {
  padding-right: 20px;
}

.padd-r30 {
  padding-right: 30px;
}

.padd-r0 {
  padding-right: 0;
}

.padd-lg-b30 {
  padding-bottom: 30px;
}

.padd-t50 {
  padding-top: 50px;
}

.padd-b50 {
  padding-bottom: 50px;
}

.padd-t60 {
  padding-top: 60px;
}

.padd-b60 {
  padding-bottom: 60px;
}

.marg-lg-lr100 {
  margin: 0 100px;
}

.marg-lg-lr300 {
  margin: 0 300px;
}

.marg-lg-lr250 {
  margin: 0 250px;
}

.marg-lg-r0 {
  margin-right: 0px;
}

.marg-lg-b0 {
  margin-bottom: 0px;
}

.marg-lg-b5 {
  margin-bottom: 5px;
}

.marg-lg-b10 {
  margin-bottom: 10px;
}

.marg-lg-b15 {
  margin-bottom: 15px;
}

.marg-lg-b20 {
  margin-bottom: 20px;
}

.marg-lg-b25 {
  margin-bottom: 25px;
}

.marg-lg-b30 {
  margin-bottom: 30px;
}

.marg-lg-b35 {
  margin-bottom: 35px;
}

.marg-lg-b40 {
  margin-bottom: 40px;
}

.marg-lg-b45 {
  margin-bottom: 45px;
}

.marg-lg-b50 {
  margin-bottom: 50px;
}

.marg-lg-b55 {
  margin-bottom: 55px;
}

.marg-lg-b60 {
  margin-bottom: 60px;
}

.marg-lg-b65 {
  margin-bottom: 65px;
}

.marg-lg-b70 {
  margin-bottom: 70px;
}

.marg-lg-b75 {
  margin-bottom: 75px;
}

.marg-lg-b80 {
  margin-bottom: 80px;
}

.marg-lg-b85 {
  margin-bottom: 85px;
}

.marg-lg-b90 {
  margin-bottom: 90px;
}

.marg-lg-b95 {
  margin-bottom: 95px;
}

.marg-lg-b100 {
  margin-bottom: 100px;
}

.marg-lg-b105 {
  margin-bottom: 105px;
}

.marg-lg-b110 {
  margin-bottom: 110px;
}

.marg-lg-b115 {
  margin-bottom: 115px;
}

.marg-lg-b120 {
  margin-bottom: 120px;
}

.marg-lg-b125 {
  margin-bottom: 125px;
}

.marg-lg-b130 {
  margin-bottom: 130px;
}

.marg-lg-b135 {
  margin-bottom: 135px;
}

.marg-lg-b140 {
  margin-bottom: 140px;
}

.marg-lg-b145 {
  margin-bottom: 145px;
}

.marg-lg-b150 {
  margin-bottom: 150px;
}

.marg-lg-b155 {
  margin-bottom: 155px;
}

.marg-lg-b160 {
  margin-bottom: 160px;
}

.marg-lg-b170 {
  margin-bottom: 170px;
}

.marg-lg-b175 {
  margin-bottom: 175px;
}

.marg-lg-b180 {
  margin-bottom: 180px;
}

.marg-lg-b185 {
  margin-bottom: 185px;
}

.marg-lg-b190 {
  margin-bottom: 190px;
}

.marg-lg-b200 {
  margin-bottom: 200px;
}

.marg-lg-b230 {
  margin-bottom: 230px;
}

.marg-lg-b235 {
  margin-bottom: 235px;
}

.marg-lg-b205 {
  margin-bottom: 205px;
}

.marg-lg-b220 {
  margin-bottom: 220px;
}

.marg-lg-b225 {
  margin-bottom: 225px;
}

.marg-lg-b240 {
  margin-bottom: 240px;
}

.marg-lg-b245 {
  margin-bottom: 245px;
}

.marg-lg-b250 {
  margin-bottom: 250px;
}

.marg-lg-b270 {
  margin-bottom: 270px;
}

.marg-lg-b280 {
  margin-bottom: 280px;
}

.marg-lg-b340 {
  margin-bottom: 340px;
}

.marg-lg-t0 {
  margin-top: 0px;
}

.marg-lg-t5 {
  margin-top: 5px;
}

.marg-lg-t10 {
  margin-top: 10px;
}

.marg-lg-t15 {
  margin-top: 15px;
}

.marg-lg-t20 {
  margin-top: 20px;
}

.marg-lg-t25 {
  margin-top: 25px;
}

.marg-lg-t30 {
  margin-top: 30px;
}

.marg-lg-t35 {
  margin-top: 35px;
}

.marg-lg-t40 {
  margin-top: 40px;
}

.marg-lg-t45 {
  margin-top: 45px;
}

.marg-lg-t50 {
  margin-top: 50px;
}

.marg-lg-t52 {
  margin-top: 52px;
}

.marg-lg-t55 {
  margin-top: 55px;
}

.marg-lg-t60 {
  margin-top: 60px;
}

.marg-lg-t65 {
  margin-top: 65px;
}

.marg-lg-t67 {
  margin-top: 67px;
}

.marg-lg-t70 {
  margin-top: 70px;
}

.marg-lg-t75 {
  margin-top: 75px;
}

.marg-lg-t80 {
  margin-top: 80px;
}

.marg-lg-t85 {
  margin-top: 85px;
}

.marg-lg-t90 {
  margin-top: 90px;
}

.marg-lg-t95 {
  margin-top: 95px;
}

.marg-lg-t100 {
  margin-top: 100px;
}

.marg-lg-t105 {
  margin-top: 105px;
}

.marg-lg-t110 {
  margin-top: 110px;
}

.marg-lg-t115 {
  margin-top: 115px;
}

.marg-lg-t120 {
  margin-top: 120px;
}

.marg-lg-t125 {
  margin-top: 125px;
}

.marg-lg-t130 {
  margin-top: 130px;
}

.marg-lg-t135 {
  margin-top: 135px;
}

.marg-lg-t140 {
  margin-top: 140px;
}

.marg-lg-t145 {
  margin-top: 145px;
}

.marg-lg-t150 {
  margin-top: 150px;
}

.marg-lg-t155 {
  margin-top: 155px;
}

.marg-lg-t160 {
  margin-top: 160px;
}

.marg-lg-t165 {
  margin-top: 165px;
}

.marg-lg-t170 {
  margin-top: 170px;
}

.marg-lg-t175 {
  margin-top: 175px;
}

.marg-lg-t180 {
  margin-top: 180px;
}

.marg-lg-t185 {
  margin-top: 185px;
}

.marg-lg-t190 {
  margin-top: 190px;
}

.marg-lg-t195 {
  margin-top: 195px;
}

.marg-lg-t200 {
  margin-top: 200px;
}

.marg-lg-t210 {
  margin-top: 210px;
}

.marg-lg-t225 {
  margin-top: 225px;
}

.marg-lg-t230 {
  margin-top: 230px;
}

.marg-lg-t240 {
  margin-top: 240px;
}

.marg-lg-t245 {
  margin-top: 245px;
}

.marg-lg-t250 {
  margin-top: 250px;
}

.marg-lg-t255 {
  margin-top: 255px;
}

.marg-lg-t260 {
  margin-top: 260px;
}

.marg-lg-t290 {
  margin-top: 290px;
}

.marg-lg-t300 {
  margin-top: 300px;
}

.marg-lg-t310 {
  margin-top: 310px;
}

.marg-lg-t320 {
  margin-top: 320px;
}

.marg-lg-t330 {
  margin-top: 330px;
}

.marg-lg-t340 {
  margin-top: 340px;
}

.marg-lg-t350 {
  margin-top: 350px;
}

.marg-lg-t355 {
  margin-top: 355px;
}

.marg-lg-t360 {
  margin-top: 360px;
}

.marg-lg-t365 {
  margin-top: 365px;
}

.padd-only-xs {
  padding-left: 0px;
  padding-right: 0px;
}

.padd-xs-15 {
  padding-left: 15px;
  padding-right: 15px;
}


@media screen and (max-width: 1200px) {
  .marg-lg-lr300 {
    margin: 0 150px;
  }

  .marg-md-b0 {
    margin-bottom: 0px;
  }

  .marg-md-b5 {
    margin-bottom: 5px;
  }

  .marg-md-b10 {
    margin-bottom: 10px;
  }

  .marg-md-b15 {
    margin-bottom: 15px;
  }

  .marg-md-b20 {
    margin-bottom: 20px;
  }

  .marg-md-b25 {
    margin-bottom: 25px;
  }

  .marg-md-b30 {
    margin-bottom: 30px;
  }

  .marg-md-b35 {
    margin-bottom: 35px;
  }

  .marg-md-b40 {
    margin-bottom: 40px;
  }

  .marg-md-b45 {
    margin-bottom: 45px;
  }

  .marg-md-b50 {
    margin-bottom: 50px;
  }

  .marg-md-b55 {
    margin-bottom: 55px;
  }

  .marg-md-b60 {
    margin-bottom: 60px;
  }

  .marg-md-b65 {
    margin-bottom: 65px;
  }

  .marg-md-b70 {
    margin-bottom: 70px;
  }

  .marg-md-b75 {
    margin-bottom: 75px;
  }

  .marg-md-b80 {
    margin-bottom: 80px;
  }

  .marg-md-b85 {
    margin-bottom: 85px;
  }

  .marg-md-b90 {
    margin-bottom: 90px;
  }

  .marg-md-b95 {
    margin-bottom: 95px;
  }

  .marg-md-b100 {
    margin-bottom: 100px;
  }

  .marg-md-b105 {
    margin-bottom: 105px;
  }

  .marg-md-b140 {
    margin-bottom: 140px;
  }

  .marg-md-b160 {
    margin-bottom: 160px;
  }

  .marg-md-t0 {
    margin-top: 0px;
  }

  .marg-md-t5 {
    margin-top: 5px;
  }

  .marg-md-t10 {
    margin-top: 10px;
  }

  .marg-md-t15 {
    margin-top: 15px;
  }

  .marg-md-t20 {
    margin-top: 20px;
  }

  .marg-md-t25 {
    margin-top: 25px;
  }

  .marg-md-t30 {
    margin-top: 30px;
  }

  .marg-md-t35 {
    margin-top: 35px;
  }

  .marg-md-t40 {
    margin-top: 40px;
  }

  .marg-md-t45 {
    margin-top: 45px;
  }

  .marg-md-t50 {
    margin-top: 50px;
  }

  .marg-md-t55 {
    margin-top: 55px;
  }

  .marg-md-t60 {
    margin-top: 60px;
  }

  .marg-md-t65 {
    margin-top: 65px;
  }

  .marg-md-t70 {
    margin-top: 70px;
  }

  .marg-md-t75 {
    margin-top: 75px;
  }

  .marg-md-t80 {
    margin-top: 80px;
  }

  .marg-md-t85 {
    margin-top: 85px;
  }

  .marg-md-t90 {
    margin-top: 90px;
  }

  .marg-md-t95 {
    margin-top: 95px;
  }

  .marg-md-t100 {
    margin-top: 100px;
  }

  .marg-md-t105 {
    margin-top: 105px;
  }

  .marg-md-t110 {
    margin-top: 110px;
  }

  .marg-md-t130 {
    margin-top: 130px;
  }

  .marg-md-t140 {
    margin-top: 140px;
  }

  .marg-md-t150 {
    margin-top: 150px;
  }

  .marg-md-t160 {
    margin-top: 160px;
  }

  .no-padd-md {
    padding-left: 0px;
    padding-right: 0px;
  }

  .padd-md-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .how-txt .head li {
    margin-right: 30px;
    margin-left: 0;
  }

  .how-txt .head li:first-child {
    margin-left: 0;
  }

  .peu-num {
    padding: 5px 0px;
  }
}

@media screen and (max-width: 991px) {
  .marg-lg-lr300 {
    margin: 0;
  }

  .padd-sm-l60 {
    padding-left: 60px;
  }

  .padd-sm-l100 {
    padding-left: 100px;
  }

  .padd-md-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .marg-sm-b0 {
    margin-bottom: 0px;
  }

  .marg-sm-b5 {
    margin-bottom: 5px;
  }

  .marg-sm-b10 {
    margin-bottom: 10px;
  }

  .marg-sm-b15 {
    margin-bottom: 15px;
  }

  .marg-sm-b20 {
    margin-bottom: 20px;
  }

  .marg-sm-b25 {
    margin-bottom: 25px;
  }

  .marg-sm-b30 {
    margin-bottom: 30px;
  }

  .marg-sm-b35 {
    margin-bottom: 35px;
  }

  .marg-sm-b40 {
    margin-bottom: 40px;
  }

  .marg-sm-b45 {
    margin-bottom: 45px;
  }

  .marg-sm-b50 {
    margin-bottom: 50px;
  }

  .marg-sm-b55 {
    margin-bottom: 55px;
  }

  .marg-sm-b60 {
    margin-bottom: 60px;
  }

  .marg-sm-b65 {
    margin-bottom: 65px;
  }

  .marg-sm-b70 {
    margin-bottom: 70px;
  }

  .marg-sm-b75 {
    margin-bottom: 75px;
  }

  .marg-sm-b80 {
    margin-bottom: 80px;
  }

  .marg-sm-b85 {
    margin-bottom: 85px;
  }

  .marg-sm-b90 {
    margin-bottom: 90px;
  }

  .marg-sm-b95 {
    margin-bottom: 95px;
  }

  .marg-sm-b100 {
    margin-bottom: 100px;
  }

  .marg-sm-b140 {
    margin-bottom: 140px;
  }

  .marg-sm-t0 {
    margin-top: 0px;
  }

  .marg-sm-t5 {
    margin-top: 5px;
  }

  .marg-sm-t10 {
    margin-top: 10px;
  }

  .marg-sm-t15 {
    margin-top: 15px;
  }

  .marg-sm-t20 {
    margin-top: 20px;
  }

  .marg-sm-t25 {
    margin-top: 25px;
  }

  .marg-sm-t30 {
    margin-top: 30px;
  }

  .marg-sm-t35 {
    margin-top: 35px;
  }

  .marg-sm-t40 {
    margin-top: 40px;
  }

  .marg-sm-t45 {
    margin-top: 45px;
  }

  .marg-sm-t50 {
    margin-top: 50px;
  }

  .marg-sm-t55 {
    margin-top: 55px;
  }

  .marg-sm-t60 {
    margin-top: 60px;
  }

  .marg-sm-t65 {
    margin-top: 65px;
  }

  .marg-sm-t70 {
    margin-top: 70px;
  }

  .marg-sm-t75 {
    margin-top: 75px;
  }

  .marg-sm-t80 {
    margin-top: 80px;
  }

  .marg-sm-t85 {
    margin-top: 85px;
  }

  .marg-sm-t90 {
    margin-top: 90px;
  }

  .marg-sm-t95 {
    margin-top: 95px;
  }

  .marg-sm-t100 {
    margin-top: 100px;
  }

  .marg-sm-t130 {
    margin-top: 130px;
  }

  .marg-sm-t140 {
    margin-top: 140px;
  }

  .marg-sm-t190 {
    margin-top: 190px;
  }

  .no-padd-sm {
    padding-left: 0px;
    padding-right: 0px;
  }

  .login-box {
    padding: 0 116px;
  }

  .wheel-padd {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .padd-xs-b0 {
    padding-bottom: 0;
  }

  .padd-xs-tb15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .marg-xs-b0 {
    margin-bottom: 0px;
  }

  .marg-xs-b5 {
    margin-bottom: 5px;
  }

  .marg-xs-b10 {
    margin-bottom: 10px;
  }

  .marg-xs-b15 {
    margin-bottom: 15px;
  }

  .marg-xs-b20 {
    margin-bottom: 20px;
  }

  .marg-xs-b25 {
    margin-bottom: 25px;
  }

  .marg-xs-b30 {
    margin-bottom: 30px;
  }

  .marg-xs-b35 {
    margin-bottom: 35px;
  }

  .marg-xs-b40 {
    margin-bottom: 40px;
  }

  .marg-xs-b45 {
    margin-bottom: 45px;
  }

  .marg-xs-b50 {
    margin-bottom: 50px;
  }

  .marg-xs-b55 {
    margin-bottom: 55px;
  }

  .marg-xs-b60 {
    margin-bottom: 60px;
  }

  .marg-xs-b65 {
    margin-bottom: 65px;
  }

  .marg-xs-b70 {
    margin-bottom: 70px;
  }

  .marg-xs-b75 {
    margin-bottom: 75px;
  }

  .marg-xs-b80 {
    margin-bottom: 80px;
  }

  .marg-xs-b85 {
    margin-bottom: 85px;
  }

  .marg-xs-b90 {
    margin-bottom: 90px;
  }

  .marg-xs-b95 {
    margin-bottom: 95px;
  }

  .marg-xs-b100 {
    margin-bottom: 100px;
  }

  .marg-xs-b140 {
    margin-bottom: 140px;
  }

  .marg-xs-t0 {
    margin-top: 0px;
  }

  .marg-xs-t5 {
    margin-top: 5px;
  }

  .marg-xs-t10 {
    margin-top: 10px;
  }

  .marg-xs-t15 {
    margin-top: 15px;
  }

  .marg-xs-t20 {
    margin-top: 20px;
  }

  .marg-xs-t25 {
    margin-top: 25px;
  }

  .marg-xs-t30 {
    margin-top: 30px;
  }

  .marg-xs-t35 {
    margin-top: 35px;
  }

  .marg-xs-t40 {
    margin-top: 40px;
  }

  .marg-xs-t45 {
    margin-top: 45px;
  }

  .marg-xs-t50 {
    margin-top: 50px;
  }

  .marg-xs-t55 {
    margin-top: 55px;
  }

  .marg-xs-t60 {
    margin-top: 60px;
  }

  .marg-xs-t65 {
    margin-top: 65px;
  }

  .marg-xs-t70 {
    margin-top: 70px;
  }

  .marg-xs-t75 {
    margin-top: 75px;
  }

  .marg-xs-t80 {
    margin-top: 80px;
  }

  .marg-xs-t85 {
    margin-top: 85px;
  }

  .marg-xs-t90 {
    margin-top: 90px;
  }

  .marg-xs-t95 {
    margin-top: 95px;
  }

  .marg-xs-t100 {
    margin-top: 100px;
  }

  .marg-xs-t140 {
    margin-top: 140px;
  }

  .padd-only-xs {
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-padd-xs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .marg-xs-lr10 {
    margin: 0 10px !important;
  }
}

@media screen and (max-width: 600px) {
  .wheel-btn5>.wheel-btn {
    padding: 0 0 0 15px;
  }

  .wheel-start-form .promo5:after {
    left: 11px;
  }
}


@media screen and (min-width: 993px) {
  .main-menu .menu-item>.sub-menu {
    border: 1px solid #ECEFF1;
    border-top: none;
  }

  .sub-menu .menu-item-has-children .sub-menu {
    left: -100%;
    top: 0;
    border: 1px solid #ECEFF1;
  }

  .wheel-menu-wrap.active-scroll {
    /*.border-bottom: 1px solid #ECEFF1;*/
  }
}

.wheel-widget-categories li::after {
  display: table;
  content: " ";
  clear: both;
}

.wheel-date .dropdown-menu {
  top: 100%;
  bottom: auto;
}

.wheel-select-w100 ul li {
  margin-left: 40px !important;
}

.tabs-item.text-item p {
  text-align: left;
  margin-bottom: 0;
  letter-spacing: -0.5px;
  font-weight: 400;

  padding: 0px 15px;
}

.tabs-item.text-item .comment-content p {
  padding: 0;
}

.ratings {
  position: relative;
  margin-bottom: 20px;
}

.ratings img {
  position: absolute;
  left: 0;
}

.wheel-collection .tabs-header li {
  border: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .xs-m-rl2 {
    margin-right: 2px;
    margin-left: 2px;
  }

  .page-title>h4 {
    margin: 30px 0 30px 0;
  }

  .wheel-subscribe .text-right {
    text-align: center;
  }

  .center-table-cart3 tbody td a {
    min-height: 83px;
  }
}

@media screen and (max-width: 620px) and (min-width: 481px) {
  .steps li {
    width: 44%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .steps .title {
    min-width: 186px;
    font-size: 16px;
  }

  .steps .title span {
    font-size: 16px;
    margin-right: 5px;
  }

  .how-txt .head li {
    margin-right: 15px;
  }

}

@media screen and (max-width: 600px) {
  .how-txt .head li {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .center-table-cart3 tbody td a {
    min-height: 119px;
  }
}

@media screen and (max-width: 480px) {
  .login-box {
    padding: 0;
  }

  .marg-xs-t20 {
    margin-top: 20px ! important;
  }

  .wheel-btn.style-7 {
    padding: 3px 117px;
  }

  .padd-sm-l60 {
    padding-left: 30px;
  }

  .wheel-padd {
    padding: 60px 20px;
  }

  .wheel-header h3 {
    font-size: 37px;
  }

  .tabs-item.text-item .comment-metadata {
    float: none;
    clear: both;
    text-align: left;
  }

  .tabs-item.text-item .comment-metadata time {
    display: block;
    text-align: left;
  }

  .tabs-item.text-item .comment-author {
    float: none;
    text-align: left;
  }

  .tabs-item.text-item .comment-author a {
    padding-left: 0;
    display: block;
    text-align: left;
  }

  .ratings img {
    position: static;
  }

  .ratings {
    text-align: left;
    margin-bottom: 0;
  }

  .wheel-collection.style-4 .tabs-header li {
    padding: 10px 21px;
  }

  .wheel-skills-accordion .panel-title {
    padding: 14px 53px 14px 14px;
  }

  .arr {
    display: none;
  }

  .how-txt .head li {
    margin-right: 0;
  }

  .how-txt .head li {
    width: 100%;
  }

  .how-dot2 {
    top: 73px;
  }

  .peu-line {
    min-height: 252px;
  }

  .wheel-header h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .wheel-subscribe {
    margin-top: 0px;
  }

  .wheel-collection.style-2 .tabs-header li {
    padding: 10px 1px;
  }

  .padd-only-xs {
    padding-left: 0px ! important;
    padding-right: 0px ! important;
  }

  .line-h30 {
    line-height: 19px;
  }

  .insure-img>img {
    max-width: 100%;
  }

  .tel-step {
    /*width: 300px;*/
    width: 100%;
  }

  .wheel-table-cart2 tbody td {
    padding: 14px 7px 15px;
    line-height: 18px;
  }

  .notice th .notice1 {
    padding: 0px 5px 0 5px;
  }

  .notice th .notice2 {
    font-size: 20px;
    padding: 0px 5px 23px 5px;
  }

  .wheel-testimonial-item b {
    font-size: 24px;
    line-height: 22px;
  }

  .wheel-quote-item .p_top .p_top_line {
    font-size: 20px;
  }

  .wheel-quote-item h2 {
    font-size: 26px;
    line-height: 31px;
  }

  .wheel-testimonial-item {
    padding: 20px 7px 0;
  }

  .peu-txt4 {
    line-height: 1.3;
  }

  .r-return-block .icon {
    right: 34px;
  }

  .checkblock label span:nth-child(2) {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .sale2 {
    font-size: 16px ! important;
  }

  .product-list .text-wrap .title {
    line-height: 25px;
  }

  .center-table-cart3 tbody td a {
    min-height: 155px;
  }

  .wheel-collection .tabs-header li a {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 420px) {

  .page-title>h3 {
    font-size: 36px;
  }

  .page-title>h4 {
    font-size: 24px !important;
    letter-spacing: -1.2px;
  }

  .page-title>h5 {
    font-size: 17px;
  }

  .page-title>p {
    font-size: 16px;
  }

  .page-title2>h4 {
    font-size: 26px;
  }

  .peu-txt2 {
    font-size: 16px;
  }

  .center-table-cart3 {
    width: 100%;
    border-top: 2px solid #3c3c3c;
    border-bottom: 1px solid #e2e2e2;
  }

  .center-table-cart3 th {
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 10px 15px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }

  .center-table-cart3 tbody td {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }

  .center-table-cart3 tbody td:last-child {
    border-right: none;
  }

  .center-table-cart3 tbody td a {
    padding: 10px;
    color: #767676;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    display: block;
  }

  .center-table-cart3 tbody td a:hover {
    color: #242424;
  }

  .wheel-collection .tabs-header li a {
    font-size: 16px;
    padding: 0 10px;
    display: block;
  }

  .wheel-collection.style-3 .tabs-header li {
    width: 100px;
    padding: 0;
    height: 36px;
    /*margin: -0.4px -2.7px;*/
    margin: 2px;

  }

  .wheel-collection .tabs-header {
    margin: 20px 10px;
    top: auto;
    text-align: center;
  }

  .step-wrap {
    padding: 25px 0 10px;
  }

  .steps .title span {
    font-size: 16px;
    margin-right: 1px;
  }

  .steps .title {
    min-width: 147px;
    font-size: 16px;
    line-height: 1.1;
  }

  .steps li {
    width: 40%;
    margin-bottom: 28px;
    margin-right: 0px;
  }

  .steps .title::before {
    bottom: -16px;
  }

  .steps li {
    width: 43%;
  }

  .wheel-register-sign .eng-p2 {
    position: relative;
    left: 0px;
    top: -15px;
    display: block;
    max-height: 30px;
    width: 110%;
  }

  .headlines1 {
    margin-bottom: 0;
  }

  .wheel-register-sign .input-long {
    margin-bottom: 10px;
  }

  .wheel-register-sign .input-radio {
    margin: 0 0 12px ! important;
  }

  .wheel-register-sign .label-radio {
    line-height: 12px;
    padding-top: 0;
  }

  .r-return-block .title {
    font-size: 18px;
  }

  .r-return-block .date {
    font-size: 16px;
  }

  .r-return-block .address {
    font-size: 16px;
    line-height: 1.1;
  }

  .r-return-block .text-wrap .t-title {
    font-size: 24px;
    line-height: 1.1;
  }

  .checkblock .input-check {
    margin-right: 0px;
  }

  .tabs>.input-check.padd-left>span {
    padding-left: 3px;
  }

  .checkblock label span:nth-child(2n) {
    margin-bottom: 0 ! important;
    vertical-align: top;
  }

  .checkblock label span:nth-child(3n) {
    padding-left: 20px;
    margin-bottom: 0 ! important;
  }

  .checkblock label span:nth-child(4n) {
    text-align: right;
    margin-bottom: 11px ! important;
  }

  .wheel-table-cart2 tbody td {
    padding: 14px 4px 15px;
  }

  .wheel-table-cart2 thead th {
    padding: 10px 0px;
  }

}

@media screen and (max-width: 320px) {
  .steps li {
    width: 100%;
  }

  .steps .title {
    min-width: 170px;
  }

  .wheel-collection-info li {
    margin-right: -3px;
  }

  .wheel-collection-info li i {
    font-size: 19px ! important;
  }

  .wheel-collection-info li i>.icon-txt1 {
    left: 7px;
  }

  .wheel-collection-info li span {
    font-size: 13px;
    margin-left: -1px;
  }

  .wheel-table-cart2 tbody td {
    font-size: 13.3px;
    letter-spacing: -0.5px;
  }

  .wheel-page-pagination2 a {
    margin: 0;
  }

  .wheel-skills-accordion .panel-title {
    padding: 14px 63px 14px 14px;
  }

  .wheel-collection.style-4 .tabs-header li {
    padding: 10px;
  }

  .wheel-header h3 {
    font-size: 32px;
  }

  .wheel-start-form label span {
    width: 20%;
  }

  .select3 {
    max-width: 195px;
    font-size: 13px;
  }

  .r-return-block .icon {
    right: 14px;
  }
}




/*--------------------------------------------------------------------------------------*/
/* margin/padding
/*--------------------------------------------------------------------------------------*/
.clear-leftmargin8 {
  margin-left: -8px !important;
}

.leftmargin2 {
  margin-left: 2px !important;
}

.leftmargin10 {
  margin-left: 10px !important;
}

.leftmargin15 {
  margin-left: 15px !important;
}

.leftmargin16 {
  margin-left: 16px !important;
}

.leftmargin20 {
  margin-left: 20px !important;
}

.leftmargin25 {
  margin-left: 25px !important;
}

.leftmargin30 {
  margin-left: 30px !important;
}

.leftmargin32 {
  margin-left: 32px !important;
}

.leftmargin35 {
  margin-left: 35px !important;
}

.leftmargin50 {
  margin-left: 50px !important;
}


.rightmargin0 {
  margin-right: 0px !important;
}

.rightmargin7 {
  margin-right: 7px !important;
}

.rightmargin9 {
  margin-right: 9px !important;
}

.rightmargin10 {
  margin-right: 10px !important;
}

.rightmargin15 {
  margin-right: 15px !important;
}

.rightmargin20 {
  margin-right: 20px !important;
}

.rightmargin30 {
  margin-right: 30px !important;
}

.rightmargin34 {
  margin-right: 34px !important;
}

.rightmargin50 {
  margin-right: 50px !important;
}

.rightmargin63 {
  margin-right: 63px !important;
}



.allmargin20 {
  margin: 20px !important;
}

.allmargin-lg {
  margin: 80px !important;
}

.leftmargin-lg {
  margin-left: 80px !important;
}

.rightmargin-lg {
  margin-right: 80px !important;
}

.topmargin-lg {
  margin-top: 80px !important;
}

.bottommargin-lg {
  margin-bottom: 80px !important;
}

.clear-bottommargin-lg {
  margin-bottom: -80px !important;
}

.nomargin {
  margin: 0 !important;
}

.noleftmargin {
  margin-left: 0 !important;
}

.norightmargin {
  margin-right: 0 !important;
}

.notopmargin {
  margin-top: 0 !important;
}

.nobottommargin {
  margin-bottom: 0 !important;
}

.topmargin0 {
  margin-top: 0px !important;
}

.topmargin5 {
  margin-top: 5px !important;
}

.topmargin6 {
  margin-top: 6px !important;
}

.topmargin7 {
  margin-top: 7px !important;
}

.topmargin8 {
  margin-top: 8px !important;
}

.topmargin10 {
  margin-top: 10px !important;
}

.topmargin13 {
  margin-top: 13px !important;
}

.topmargin15 {
  margin-top: 15px !important;
}

.topmargin17 {
  margin-top: 17px !important;
}

.topmargin18 {
  margin-top: 18px !important;
}

.topmargin20 {
  margin-top: 20px !important;
}

.topmargin23 {
  margin-top: 23px !important;
}

.topmargin24 {
  margin-top: 24px !important;
}

.topmargin25 {
  margin-top: 25px !important;
}

.topmargin28 {
  margin-top: 25px !important;
}

.topmargin30 {
  margin-top: 30px !important;
}

.topmargin34 {
  margin-top: 34px !important;
}

.topmargin35 {
  margin-top: 35px !important;
}

.topmargin36 {
  margin-top: 36px !important;
}

.topmargin38 {
  margin-top: 38px !important;
}

.topmargin40 {
  margin-top: 40px !important;
}

.topmargin45 {
  margin-top: 45px !important;
}

.topmargin48 {
  margin-top: 48px !important;
}

.topmargin50 {
  margin-top: 50px !important;
}

.topmargin54 {
  margin-top: 54px !important;
}

.topmargin56 {
  margin-top: 56px !important;
}

.topmargin60 {
  margin-top: 60px !important;
}

.topmargin63 {
  margin-top: 63px !important;
}

.topmargin65 {
  margin-top: 65px !important;
}

.topmargin70 {
  margin-top: 70px !important;
}

.topmargin75 {
  margin-top: 75px !important;
}

.topmargin80 {
  margin-top: 80px !important;
}

.topmargin90 {
  margin-top: 90px !important;
}

.topmargin100 {
  margin-top: 100px !important;
}

.topmargin120 {
  margin-top: 120px !important;
}

.topmargin220 {
  margin-top: 220px !important;
}

.bottommargin0 {
  margin-bottom: 0px !important;
}

.bottommargin5 {
  margin-bottom: 5px !important;
}

.bottommargin7 {
  margin-bottom: 7px !important;
}

.bottommargin8 {
  margin-bottom: 8px !important;
}

.bottommargin10 {
  margin-bottom: 10px !important;
}

.bottommargin15 {
  margin-bottom: 15px !important;
}

.bottommargin17 {
  margin-bottom: 17px !important;
}

.bottommargin20 {
  margin-bottom: 20px !important;
}

.bottommargin22 {
  margin-bottom: 22px !important;
}

.bottommargin24 {
  margin-bottom: 24px !important;
}

.bottommargin25 {
  margin-bottom: 25px !important;
}

.bottommargin26 {
  margin-bottom: 26px !important;
}

.bottommargin30 {
  margin-bottom: 30px !important;
}

.bottommargin35 {
  margin-bottom: 35px !important;
}

.bottommargin36 {
  margin-bottom: 36px !important;
}

.bottommargin40 {
  margin-bottom: 40px !important;
}

.bottommargin43 {
  margin-bottom: 43px !important;
}

.bottommargin45 {
  margin-bottom: 45px !important;
}

.bottommargin50 {
  margin-bottom: 50px !important;
}

.bottommargin54 {
  margin-bottom: 54px !important;
}

.bottommargin55 {
  margin-bottom: 55px !important;
}

.bottommargin60 {
  margin-bottom: 60px !important;
}

.bottommargin70 {
  margin-bottom: 70px !important;
}

.bottommargin80 {
  margin-bottom: 80px !important;
}

.bottommargin90 {
  margin-bottom: 90px !important;
}

.bottommargin100 {
  margin-bottom: 100px !important;
}

.bottommargin110 {
  margin-bottom: 110px !important;
}

.bottommargin150 {
  margin-bottom: 150px !important;
}

.bottommargin160 {
  margin-bottom: 160px !important;
}

.bottommargin200 {
  margin-bottom: 200px !important;
}



.leftmargin0 {
  margin-left: 0px !important;
}

.leftmargin5 {
  margin-left: 5px !important;
}

.leftmargin6 {
  margin-left: 6px !important;
}

.leftmargin7 {
  margin-left: 7px !important;
}

.leftmargin8 {
  margin-left: 8px !important;
}

.leftmargin10 {
  margin-left: 10px !important;
}

.leftmargin13 {
  margin-left: 13px !important;
}

.leftmargin15 {
  margin-left: 15px !important;
}

.leftmargin17 {
  margin-left: 17px !important;
}

.leftmargin18 {
  margin-left: 18px !important;
}

.leftmargin20 {
  margin-left: 20px !important;
}

.leftmargin23 {
  margin-left: 23px !important;
}

.leftmargin24 {
  margin-left: 24px !important;
}

.leftmargin25 {
  margin-left: 25px !important;
}

.leftmargin28 {
  margin-left: 25px !important;
}

.leftmargin30 {
  margin-left: 30px !important;
}

.leftmargin34 {
  margin-left: 34px !important;
}

.leftmargin35 {
  margin-left: 35px !important;
}

.leftmargin36 {
  margin-left: 36px !important;
}

.leftmargin38 {
  margin-left: 38px !important;
}

.leftmargin40 {
  margin-left: 40px !important;
}

.leftmargin45 {
  margin-left: 45px !important;
}

.leftmargin48 {
  margin-left: 48px !important;
}

.leftmargin50 {
  margin-left: 50px !important;
}

.leftmargin54 {
  margin-left: 54px !important;
}

.leftmargin56 {
  margin-left: 56px !important;
}

.leftmargin60 {
  margin-left: 60px !important;
}

.leftmargin63 {
  margin-left: 63px !important;
}

.leftmargin65 {
  margin-left: 65px !important;
}

.leftmargin70 {
  margin-left: 70px !important;
}

.leftmargin75 {
  margin-left: 75px !important;
}

.leftmargin80 {
  margin-left: 80px !important;
}

.leftmargin90 {
  margin-left: 90px !important;
}

.leftmargin100 {
  margin-left: 100px !important;
}

.leftmargin120 {
  margin-left: 120px !important;
}

.leftmargin220 {
  margin-left: 220px !important;
}

.rightpadding0 {
  padding-right: 0px !important;
}

.rightpadding5 {
  padding-right: 5px !important;
}

.rightpadding6 {
  padding-right: 6px !important;
}

.rightpadding7 {
  padding-right: 7px !important;
}

.rightpadding8 {
  padding-right: 8px !important;
}

.rightpadding9 {
  padding-right: 9px !important;
}

.rightpadding10 {
  padding-right: 10px !important;
}

.rightpadding15 {
  padding-right: 15px !important;
}

.rightpadding17 {
  padding-right: 17px !important;
}

.rightpadding20 {
  padding-right: 20px !important;
}

.rightpadding26 {
  padding-right: 26px !important;
}

.rightpadding28 {
  padding-right: 28px !important;
}

.rightpadding30 {
  padding-right: 30px !important;
}

.rightpadding33 {
  padding-right: 33px !important;
}

.rightpadding60 {
  padding-right: 60px !important;
}

.rightpadding70 {
  padding-right: 70px !important;
}

.rightpadding73 {
  padding-right: 73px !important;
}

.rightpadding76 {
  padding-right: 76px !important;
}

.rightpadding80 {
  padding-right: 80px !important;
}

.rightpadding129 {
  padding-right: 129px !important;
}

.rightpadding140 {
  padding-right: 140px !important;
}

.rightpadding250 {
  padding-right: 250px !important;
}


.leftpadding0 {
  padding-left: 0px !important;
}

.leftpadding4 {
  padding-left: 4px !important;
}

.leftpadding5 {
  padding-left: 5px !important;
}

.leftpadding6 {
  padding-left: 6px !important;
}

.leftpadding7 {
  padding-left: 7px !important;
}

.leftpadding8 {
  padding-left: 8px !important;
}

.leftpadding10 {
  padding-left: 10px !important;
}

.leftpadding13 {
  padding-left: 13px !important;
}

.leftpadding15 {
  padding-left: 15px !important;
}

.leftpadding20 {
  padding-left: 20px !important;
}

.leftpadding25 {
  padding-left: 25px !important;
}

.leftpadding24 {
  padding-left: 24px !important;
}

.leftpadding30 {
  padding-left: 30px !important;
}

.leftpadding33 {
  padding-left: 33px !important;
}

.leftpadding35 {
  padding-left: 35px !important;
}

.leftpadding36 {
  padding-left: 36px !important;
}

.leftpadding37 {
  padding-left: 37px !important;
}

.leftpadding40 {
  padding-left: 40px !important;
}

.leftpadding45 {
  padding-left: 45px !important;
}

.leftpadding50 {
  padding-left: 50px !important;
}

.leftpadding70 {
  padding-left: 70px !important;
}

.leftpadding73 {
  padding-left: 73px !important;
}

.leftpadding79 {
  padding-left: 790px !important;
}

.leftpadding90 {
  padding-left: 90px !important;
}

.leftpadding110 {
  padding-left: 110px !important;
}

.leftpadding120 {
  padding-left: 120px !important;
}

.leftpadding129 {
  padding-left: 129px !important;
}

.leftpadding175 {
  padding-left: 175px !important;
}

.leftpadding224 {
  padding-left: 224px !important;
}

.leftpadding250 {
  padding-left: 250px !important;
}

.bottompadding0 {
  padding-bottom: 0px !important;
}

.bottompadding4 {
  padding-bottom: 4px !important;
}

.bottompadding10 {
  padding-bottom: 10px !important;
}

.bottompadding13 {
  padding-bottom: 13px !important;
}

.bottompadding15 {
  padding-bottom: 15px !important;
}

.bottompadding16 {
  padding-bottom: 16px !important;
}

.bottompadding17 {
  padding-bottom: 17px !important;
}

.bottompadding20 {
  padding-bottom: 20px !important;
}

.bottompadding24 {
  padding-bottom: 24px !important;
}

.bottompadding26 {
  padding-bottom: 26px !important;
}

.bottompadding30 {
  padding-bottom: 30px !important;
}

.bottompadding32 {
  padding-bottom: 32px !important;
}

.bottompadding40 {
  padding-bottom: 40px !important;
}

.bottompadding55 {
  padding-bottom: 55px !important;
}

.bottompadding100 {
  padding-bottom: 100px !important;
}

.bottompadding115 {
  padding-bottom: 115px !important;
}

.bottompadding250 {
  padding-bottom: 250px !important;
}


.toppadding0 {
  padding-top: 0 !important;
}

.toppadding3 {
  padding-top: 3px !important;
}

.toppadding4 {
  padding-top: 4px !important;
}

.toppadding5 {
  padding-top: 5px !important;
}

.toppadding6 {
  padding-top: 6px !important;
}

.toppadding7 {
  padding-top: 7px !important;
}

.toppadding8 {
  padding-top: 8px !important;
}

.toppadding9 {
  padding-top: 9px !important;
}

.toppadding10 {
  padding-top: 10px !important;
}

.toppadding13 {
  padding-top: 13px !important;
}

.toppadding15 {
  padding-top: 15px !important;
}

.toppadding16 {
  padding-top: 16px !important;
}

.toppadding17 {
  padding-top: 17px !important;
}

.toppadding20 {
  padding-top: 20px !important;
}

.toppadding23 {
  padding-top: 23px !important;
}

.toppadding25 {
  padding-top: 25px !important;
}

.toppadding30 {
  padding-top: 30px !important;
}

.toppadding40 {
  padding-top: 40px !important;
}

.toppadding50 {
  padding-top: 50px !important;
}

.toppadding56 {
  padding-top: 56px !important;
}

.toppadding80 {
  padding-top: 80px !important;
}

.toppadding90 {
  padding-top: 90px !important;
}

.toppadding242 {
  padding-top: 242px !important;
}

.toppadding244 {
  padding-top: 244px !important;
}

.allpadding20 {
  padding: 20px !important;
}


.padding0 {
  padding: 0px !important;
}

.padding4 {
  padding: 4px !important;
}

.padding5 {
  padding: 5px !important;
}

.padding6 {
  padding: 6px !important;
}

.padding7 {
  padding: 7px !important;
}

.padding10 {
  padding: 10px !important;
}

.padding13 {
  padding: 13px !important;
}

.padding15 {
  padding: 15px !important;
}

.padding20 {
  padding: 20px !important;
}

.padding24 {
  padding: 24px !important;
}

.padding30 {
  padding: 30px !important;
}

.padding35 {
  padding: 35px !important;
}

.padding40 {
  padding: 40px !important;
}

.back-white {
  background: #fff ! important;
}

.bg-blue {
  background: #d93035 ! important;
}

.bg-grey {
  background: #0c2d47 ! important;
}

/*--------------------------------------------------------------------------------------*/
/* text-color
/*--------------------------------------------------------------------------------------*/
.text-white {
  color: #fff ! important;
}

.text-grey {
  color: #666666 ! important;
}

.text-org {
  color: #d93035 ! important;
}

.text-blue {
  color: #d93035 ! important;
}

.text-sky {
  color: #32a6c7 ! important;
}

.text-m-blue {
  color: #245b87 ! important;
}

.text-d-blue {
  color: #0c2d47 ! important;
}

.text-t {
  color: #012345 ! important;
}

.text-red {
  color: #e40505 ! important;
}

.text-b {
  color: #242424 ! important;
}

.text-p {
  color: #166eca ! important;
}

/*--------------------------------------------------------------------------------------*/
/* border
/*--------------------------------------------------------------------------------------*/
.bottom-line {
  border-bottom: 1px solid #b0b6b9 ! important;
}

.right-line {
  border-right: 1px solid #e4e4e4 ! important;
}

.table-boder-right {
  border-right: 1px solid #e2e2e2 ! important;
}

.table-boder-top {
  border-top: 1px solid #e2e2e2 ! important;
}

/*--------------------------------------------------------------------------------------*/
/* font-size
/*--------------------------------------------------------------------------------------*/
.fonts13 {
  font-size: 13px ! important;
}

.fonts14 {
  font-size: 14px ! important;
}

.fonts15 {
  font-size: 16px ! important;
}

.fonts18 {
  font-size: 18px ! important;
}

.fonts20 {
  font-size: 20px ! important;
}

.fonts22 {
  font-size: 22px ! important;
}

.fonts25 {
  font-size: 25px ! important;
}

.fonts42 {
  font-size: 42px ! important;
}

/*--------------------------------------------------------------------------------------*/
/* text-decoration
/*--------------------------------------------------------------------------------------*/
.under-line {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------------*/
/* background-color
/*--------------------------------------------------------------------------------------*/
.bg-green {
  background-color: #E9EDF0 ! important;
}

.bg-green2 {
  background-color: rgb(233, 237, 240, 0.2);
}

.bg-d-blue {
  background-color: #0c2d47 ! important;
}

/*--------------------------------------------------------------------------------------*/
/* width
/*--------------------------------------------------------------------------------------*/
.width50 {
  width: 50%;
}

/*--------------------------------------------------------------------------------------*/
/* padding
/*--------------------------------------------------------------------------------------*/
.padding0 {
  padding: 0 ! important;
}

.rightpadding15 {
  padding-right: 15px ! important;
}

.rightpadding30 {
  padding-right: 30px ! important;
}

.rightpadding70 {
  padding-right: 70px ! important;
}


.leftpadding15 {
  padding-left: 15px ! important;
}

.mrightpadding15 {
  padding-right: -15px ! important;
}

.mleftpadding15 {
  padding-left: -15px ! important;
}

/*--------------------------------------------------------------------------------------*/
/* margin
/*--------------------------------------------------------------------------------------*/
.topmargin180 {
  margin-top: 180px ! important;
}

.bottommargin78 {
  margin-bottom: 78px ! important;
}

.m-10 {
  margin: 0 10px 10px 10px ! important;
}

/*--------------------------------------------------------------------------------------*/
/* align
/*--------------------------------------------------------------------------------------*/
.tright {
  text-align: right ! important;
}

.tleft {
  text-align: left ! important;
}

.tcenter {
  text-align: center ! important;
}


/*--------------------------------------------------------------------------------------*/
/* font-weight
/*--------------------------------------------------------------------------------------*/
.fontWeight200 {
  font-weight: 200 ! important;
}

.fontWeight300 {
  font-weight: 300 ! important;
}

.fontWeight400 {
  font-weight: 400 ! important;
}

.fontWeight500 {
  font-weight: 500 ! important;
}

.fontWeight600 {
  font-weight: 600 ! important;
}

.fontWeight700 {
  font-weight: 700 ! important;
}




.reservation-use-day {
  font-size: 30px ! important;
  font-weight: 600 ! important;
  color: #d93035 ! important;
  padding: 0 4px 0 10px ! important;
}

.reservation-use-day-text {
  font-weight: 600 ! important;
  color: #d93035 ! important;
}


.multiselect-native-select .btn-group .btn-default {
  position: relative;
  text-transform: uppercase;
  color: #242424;
font-size: 16px ! important;
  height: 46px;
  background-color: #fff;

  width: 100%;
  border: none;
  padding: 6px;
  color: #242424;
  font-weight: 700;





  background-color: #fff;
  outline: none;
  padding: 10px;
  border: 1px solid #EBEBEB;
  border-radius: 0.5714rem;

}



.footer-reservation {
  position: fixed;
  padding: 15px 0 10px 0;
  bottom: 0;
  left: 0;
  /*background-color: #002f7b;*/
  background-color: #162133;
  width: 100%;
  z-index: 99;

}

.footer-reservation label {
  color: #fff;
   width: 40%;
}

.footer-reservation span {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}


.footer-reservation .register-input{
    position: relative;
    text-transform: uppercase;
    color: #242424;
    font-size: 11px;
    line-height: 32px;
    background-color: #fff;
    max-width: 270px;
    width: 100%;
    padding: 0 18px;
    height: 32px;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    border-left: 2px solid #e6e6e6 ! important;
    border: none;
}


.footer-reservation .register-btn{
    background-color: #d93035;
    padding: 0 33px;
    line-height: 32px;
    width:100%;
    color: white ! important;
    font-size: 16px ! important;
    display: inline-block;
    font-weight: 400 ! important;
    text-transform: uppercase;
    position: relative;
    border: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}


.footer-reservation h4 {
  font-weight: 600;
}



.footer-reservation .product-list-main-02 .text-wrap .title {
  font-size: 16px;
  color: #262626;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  line-height: 24px;
  letter-spacing: -0.5px;
}


.footer-reservation .product-list-main-02 .text-wrap .subtitle {
  font-size: 16px;
  color: #d93035;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0;
}


.footer-reservation .img-s95>a>img {
  padding-top: 10px;
    max-width: 70%;
    margin: 0 auto;
}


.btn_login {
  height: 30px;
  padding: 5px 16px;
  font-size: 11.67px;
  line-height: 20px;
  background-color: #ed1c24;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
}




.intro-header h6 {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
}

.intro-header h4 span {
  color: #f44336;
}

.intro-header h2 {
  color: #d93035;
  font-size: 34px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  position: relative;
}

.intro-header h4 {
  color: #262626;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  font-family: notokr;
  text-transform: uppercase;
  position: relative;
  letter-spacing: -0.5px;
}

.intro-header h4 span {
  color: #f44336;
}

.intro-header h5 {
  line-height: 16px;
  text-transform: uppercase;
  /*color: #d93035;*/
  font-size: 16px;
  font-weight: 600;
}

.intro-header h3 {
  font-family: notokr;
  color: #262626;
  font-size: 44px;
  font-weight: 500;
  line-height: 67px;
  text-transform: uppercase;
  position: relative;
}

.intro-header h3 span {
  color: #d93035;
}


.intro-how-box {
  background: #f9f9f9;
  padding: 20px ! important;
  /*margin: 0 0 20px 0;*/
  font-weight: 400;
  border: 3px solid #ddd;
}


.intro-how-box p{
    font-size: 20px;
    text-align: center;
}

.intro-how-box h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
}




.intro-how-box-sub {

    height: 200px;
    background: #fff;
    padding: 20px ! important;
    margin: 5px;
    font-weight: 400;
    border: 3px solid #e40505;
}


.intro-how-box-sub p{
    font-size: 20px;
    text-align: center;
}

.intro-how-box-sub h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
}



.intro-how-box-line-ico{
    margin: auto;
    display: block;
    text-align: center;
    color: #e40505;
    /*padding: 20px;*/
    /*background-color: #999999;*/
    /*border-radius: 50%;*/
 /*   height: 120px;
    width: 120px;*/
    margin-bottom: 20px;
}

.intro-how-box-ico{
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px;
    background-color: #999999;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}


.intro-how-txt {
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 1.7;
    color: #666666;
}

.intro-how-txt-head {
    position: relative;
    padding-top: 15px;
    display: inline-block;
}


.intro-how-txt-tel-step {
    display: table-cell;
    position: relative;
    height: 100%;
    vertical-align: top;
    padding: 34px;
    color: #767676;
    width: 255px;
}




.intro-table-2 {
  width: 100%;
  border-top: 2px solid #ee1c25;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: center;
}

.intro-table-2 th {
    width: 50%;
    font-size: 20px;
    font-weight: 700;
    /*border-bottom: 1px solid #ccc;*/
    border: 2px solid #ffffff;
    color: #fff;
    background: #ee1c25;
    text-align: center;
    vertical-align: middle;
    padding : 35px 0;
}


.intro-table-2 tbody td {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
  padding: 14px 19px 15px;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
  background-color:  #f7f7f7 ;
  border: 2px solid #ffffff;
      text-align: left;
    /*padding: 30px 0 30px 61px;*/
    padding: 30px;
}



.intro-table-2 tbody td:last-child {
  border-right: none;
}




/*--------------------------------------------------------------------------------------*/
/*center table2*/
/*--------------------------------------------------------------------------------------*/
.intro-table-cart2 {
  width: 100%;
  border-top: 2px solid #ee1c25;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: center;
}

.intro-table-cart2 th {
    width: 25%;
    font-size: 20px;
    font-weight: 700;
    border-top: 2px solid #ee1c25;
    border-bottom: 2px solid #ffffff;;
    color: #fff;
    background: #ee1c25;
    text-align: center;
      vertical-align: middle;
    padding : 35px 0;
}

.intro-table-cart2 th:before {
  content: "";
  background-image: url(../../images/divider.png);
  width: 45px;
  height: 2px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.intro-table-cart2 img {
  border: 10px solid #eceff1;
  margin-right: 30px;
  max-width: 200px;
}

.intro-table-cart2 .fa-times {
  color: #e2e2e2;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-right: 60px;
  cursor: pointer
}

.intro-table-cart2 tbody td {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
  padding: 14px 19px 15px;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
  background-color:  #f7f7f7 ;
}

.back_bg_grey2{
    background: #ebebeb !important;
}


.intro-table-cart2 tbody td:last-child {
  border-right: none;
}


.quick {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 90;
}

.quick img{
  max-width: 100px;
}


