.pt40{
    padding-top: 40px;
}
.rep_parts_mt{
    margin-top: 5px !important;
}
.rep_parts_mt_hoops{
    margin-top: -78px !important;
}
.rep_parts_mt_bikes{
    text-align: right;
}
.stickybar {
    top: 70px;
}
.stickybar.mobilesticky_acc{
     top: 48px;
}

#accessory_heading{
  display: inline-block;
}
.slider_wrapper{
    float: right;
}
.tabs.producttabs {
height: 105px;
}
.producttabs img{
  display: block;
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-height: 70px;
  margin: 0 auto;
}
.producttabs span{
  margin-top: 5px; display: block;
  font-size: 12px;
  line-height: 14px;
}
.producttabs a {
 -webkit-filter: grayscale(1);
opacity: 0.5;
}
.producttabs a.active{
 -webkit-filter: grayscale(0) !important;
opacity: 1 !important;
}
.producttabs .indicator:before {
    display: none;
}
.make_heading_row{
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 300px) {
  .producttabs span{
      font-size: 8px;
      line-height: 10px;
  }
  .producttabs img{
      padding-left: 5px !important;
      padding-right: 5px !important;
  }
}
@media only screen and (max-width: 380px) {
  .producttabs img{
        max-height: 40px;
  }
}
@media only screen and (min-width: 301px)and (max-width: 500px) {
  .producttabs span{
      font-size: 10px;
      line-height: 12px;
  }
 .producttabs img{
      padding-left: 5px !important;
      padding-right: 5px !important;
  }
}
@media only screen and (max-width: 370px) {
    .tabs.producttabs {
        height: 90px;
    }
}
@media only screen and (min-width: 371px) and (max-width: 450px) {
    .tabs.producttabs {
        height: 100px;
    }
}
@media only screen and (min-width: 451px) and (max-width: 500px) {
    .tabs.producttabs {
        height: 100px;
    }
}
@media only screen and (max-width: 1400px) {
    .make_heading_row h2{
        font-size: 2rem;
        line-height: 2.2rem;
    }
}
@media only screen and (max-width: 1090px) {
    .make_heading_row{
        display: block !important;
        text-align: center;
        }
    .slider_wrapper{
        float: none !important;
    }
    .make_heading_row h2{
        margin-top: 0px;
    }
    .accessory_heading_hoops{
        margin-top: 20px;
    }
    .rep_parts_mt_hoops{
        margin-top: -16px !important;
    }

}
@media only screen and (max-width: 851px) {
    .rep_parts_mt{
        margin-top: -8px !important;
    }
    .rep_parts_mt_bikes{
        text-align: center !important;
    }
}
@media only screen and (max-width: 851px) {
	.producttabs{
		width: 100% !important;
	}
}

.accessory-row {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 10px;
}

.accessory-row .filler {
	content: '';
	width:380px;
}

@media only screen and (max-width: 1240px){
	.accessory-row {
		/* white-space: nowrap;
		overflow-x: scroll;
		flex-wrap: nowrap;
		scrollbar-width: none; */
		display: flex;
	}
}

.accessory-card {
	display: inline-block;
	width: 380px;
}

.accessory-card .shimmer
{
	width: 380px;
    height: 420px;
    background: #ffffff;
    display: flex;
    justify-content: center;
}

.accessory-card .shimmer img
{
	align-self: center;
}

.accessory-card .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.accessory-card .row .col {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.accessory-card .name-price {
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 65px;
}

.accessory-card .name {
	font-weight: bold;
	font-size: 1.5rem;
	color: #000;
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.accessory-card .name a {
	line-height: 32px;
    display: block;
    align-items: center;
    white-space: nowrap;
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accessory-card .learn-buy {
	display: flex;
	align-items: center;
}

.accessory-card .learn-buy .buynow {
	padding: 7px 6px;
}

.accessory-card .learn-buy .buysqu
{
	margin-right:3px;
}

.accessory-buy-button a
{
	color: #ffffff;
}

.acc_learn_more a
{
	color: #808080;
}

.accessory-availability
{
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	line-height:30px;
	display: inline-block;
}

@media only screen and (max-width: 827px) {
	.accessory-row {
		justify-content: center;
	}
}

@media only screen and (max-width: 400px) {
	.accessory-card {
		width: 100%;
	}

	.accessory-card .shimmer {
		width: 100%;
		height: 100%;
	}
}
