.moto-h1 { font-size: 1.6em; font-weight: normal; color: #000; }
.moto-h2 { font-size: 1.3em; }
.breadcrumbs {
  font-size: 13px;
  margin: 0 0 15px;
}

.breadcrumbs li {
  margin: 0;
  display: inline-block;
}

.breadcrumbs li:before {
  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;
  color: #777777;
  content: ">";
  margin: 0 6px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #777777 !important;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

li:last-child .breadcrumbs a {
  color: #222222 !important;
  text-decoration: none;
}

.breadcrumbs .fa {
  margin: 0 6px;
  color: #777777 !important;
}
.moto-ul {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    background: #f5f6f4;
    padding: 30px;
}
.moto-ul a:hover {
    text-decoration: underline;
}
.moto-block{
    float: left;
    margin: 0 10px 30px 0;
    text-align: center;
    width: 250px;
    position: relative;
    height: 310px;
    display: inline-block;
    border: 1px solid #c0c0c0;
    padding: 5px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 2px 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 1px 2px rgba(0,0,0,.2);
    -o-box-shadow: 2px 1px 2px rgba(0,0,0,.2);
    box-shadow: 2px 1px 2px rgba(0,0,0,.2);
}
.moto-block-img{
    height: 170px; 
    overflow: hidden; 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50% ;
}
.moto-group-item {
    bottom: 10px;
    position: absolute;
    width: 100%;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.moto-block.center a{
    text-align: center;
}
.moto-block.left a{
    text-align: left;
}
.moto-block div{
    text-align: center;
}
.moto-block img {
    max-width: 90%
}
.moto-block span{
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
small {
    font-size: 13px;
}
.moto_table_parts {
    width: calc(100% - 40% - 50px);
}
.moto_table_parts td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #f6f6f6;
    padding: 15px 0;
}
.moto_table_parts .sku_replace td {
    border-bottom: 0;
    padding: 0;
}
.moto_table_parts .sku_replace_before td{
    border-bottom: 0;
}
.moto_number {
    min-width: 50px;
    line-height: 30px;
    padding: 0 20px;
    background: #ddd;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
.moto_button {
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 7px;
    display: inline-block;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e24a4a;
    color: #fff;
    height: 40px;
    vertical-align: bottom;
    cursor: pointer;
}

.moto_button:hover {
    background: #b93a3a;
}

.moto_button_query {
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 7px;
    display: inline-block;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e24a4a;
    color: #fff;
    height: 40px;
    vertical-align: bottom;
    cursor: pointer;
}

.moto_button_query:hover {
    background: #b93a3a;
}

.moto_table_parts th{
    padding: 0;
}
.hide_row {
    display: none;
}
.moto_offer {
    background: #fff;
    padding: 30px 40px;
    -webkit-box-shadow: 0 0 25px 4px #d2d2d2;
    box-shadow: 0 0 25px 4px #d2d2d2;
    position: relative;
    z-index: 1;
}

.moto_offer_close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
.moto_offer_close:hover {
    opacity: 1;
}
.moto_offer_close:before, .moto_offer_close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
.moto_offer_close:before {
    transform: rotate(45deg);
}
.moto_offer_close:after {
    transform: rotate(135deg);
}
.moto_title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}
.moto_table_offers {
    width: 100%;
}

.moto_table_offers td {
    border-bottom: 1px solid #f6f6f6;
}
.moto_select {
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 0 10px;
}
.moto_div_select {
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    background: #fff;
    line-height: 40px;
    display: inline-block;
    vertical-align: -12px;
    width: 53px;
    margin: 0 3px 0 10px;
}
.addToCart {
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 7px;
    display: inline-block;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    background: #e24a4a;
    color: #fff;
    vertical-align: bottom;
    cursor: pointer;
}

@media all and (max-width: 480px) {
    .moto_table_parts {
        width: 100%;
    }
}