html {
    scroll-behavior: smooth
}

.l-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.l-content .box-section {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 20px;
}

.l-content .box-section a:hover,
.l-content .box-section a:link,
.l-content .box-section a:visited,
.l-content .box-section a:active {
    text-decoration: none;
    color: #fff
}

.l-content .box-section a:hover {
    opacity: 0.7
}

.l-content .container {
    width: 100%;
    max-width: 950px;
    margin: 0 auto
}

.l-content .box-section .txt-center {
    text-align: center
}

.l-content .box-section .dl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex
}


.l-content .section-cta {
    margin-top: 20px;
}

.l-content .section-cta .note {
    color: #dd0000;
    margin-bottom: 20px;
}

.l-content .section-cta .cta-list {
    display: flex;
    justify-content: center;
}

.l-content .section-cta a {
    padding: 8px 2px 6px;
}

.l-content .col-50 {
    width: 50%;
}


/** New CSS **/
.l-content .box-section.no-margin-top {
    margin-top: 0px;
}

.l-content .box-section.intro-section .container {
    background-image: url("/pr/recommend_category/economy_series/timingpulley_timingbelt/images/bg_grey.png");
    background-size: cover;
    padding: 30px 20px;
}

.l-content .box-section.intro-section .container img {
    width: 100%;
    height: auto;
}

.l-content .box-section.intro-section .container .intro-buttons {
    margin-top: 20px;
}

.l-content .box-section.intro-section .container .intro-buttons .col-50 {
    display: flex;
    justify-content: center;
}

.l-content .txt-color-yellow {
    color: #f3a509;
}

.l-content .box-section.header-section .container {
    background-image: url("/pr/recommend_category/economy_series/timingpulley_timingbelt/images/title1.png");
    background-size: contain;
    padding: 20px 40px;
}

.l-content .box-section.header-section .container .header-wrap {
    display: flex;
    justify-content: center;
}

.l-content .box-section.header-section .container .header-wrap .header-content {
    text-align: center;
}

.l-content .box-section.header-section .container .header-wrap .header-content h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.l-content .box-section.product-section .container {
    padding: 0 20px;
    margin-bottom: 20px;
}

.l-content .box-section.product-section .tab-link .tab-wrap {}

.l-content .box-section.product-section .tab-link .tab-wrap ul.tab-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    list-style: none;
}

.l-content .box-section.product-section .tab-link .tab-wrap ul.tab-list li {
    flex: 1 1 22%;
    min-width: 200px;
}

.l-content .box-section.product-section .tab-link .tab-wrap ul.tab-list li a {
    display: block;
    text-align: center;
    padding: 16px;
    background: #facc02;
    font-weight: bold;
    color: #000006;
}

.l-content .box-section.product-section .product-item .product-wrap {
    background-image: url("/pr/recommend_category/economy_series/timingpulley_timingbelt/images/bg_grey2.png");
    background-size: cover;
}

.l-content .box-section.product-section .product-item .product-wrap .product-content {
    padding: 20px;
}

.l-content .box-section.product-section .product-item .product-wrap .product-content .dl-flex {
    display: flex;
    gap: 0px;
}

.l-content .box-section.product-section .product-item .product-wrap .product-content .dl-flex .col-left {
    flex: 1 1 33%;
    max-width: 33%;
    align-content: center;
}

.l-content .box-section.product-section .product-item .product-wrap .product-content .dl-flex .col-right {
    flex: 1 1 67%;
    max-width: 67%;
}

.l-content .box-section.product-section .product-content .product-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px;
}

.l-content .box-section.product-section .product-content .product-list .product-list-item__contain {
    background-image: url("/pr/recommend_category/economy_series/timingpulley_timingbelt/images/frame1.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    min-height: 600px;
    min-width: 197px;
    background-position: -4px 0px;
    padding-top: 21px;
    padding-bottom: 23px;
    padding-right: 7px;
}

.l-content .box-section.product-section .product-content .product-list .product-list-item__contain:hover {
    background-image: url("/pr/recommend_category/economy_series/timingpulley_timingbelt/images/frame2.png");
}

.l-content .product-child-item {
    padding: 10px;
}

.l-content .product-child-item.product-top {
    height: 270px;
    width: auto;
    margin-bottom: 15px;
}

.l-content .product-child-item h4 {
    font-size: 13px;
    min-height: 40px;
    font-weight: bold;
    color: #0169c6;
}

.l-content .product-child-item .product-image {
    text-align: center;
    margin: 0 0 10px 0;
}

.l-content .product-child-item img {
    width: 80%;
    height: auto;
}

.l-content .product-child-item .product-info {
    position: relative;
    margin-bottom: 5px;
}

.l-content .product-child-item .product-info .product-list-item__price {
    font-size: 19px;
    font-weight: bold;
    color: #e52f2c;
}

.l-content .product-child-item .product-info .product-list-item__price span {
    font-size: 11px;
    font-weight: 100;
    color: #272727
}

.l-content .product-child-item .product-info .product-list-item__delivery {
    position: absolute;
    right: -10px;
    bottom: 7px;
    display: flex;
    align-items: center;
    font-size: 10px;
    background: #fad102;
    padding: 3px 5px;
}

.l-content .product-child-item .product-info .product-list-item__delivery img {
    width: auto;
    height: 12px;
    margin-right: 2px;
}

.l-content .product-child-item.product-bottom {
    height: 270px;
    width: auto;
    /* margin-bottom: 7px; */
}

.l-content .product-child-item a.m-btnLink--conversion {
    padding: 5px 2px 5px;
    box-shadow: none;
}


.l-content .related-banner {
    padding: 30px 0;
}

.l-content .related-banner h2 {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 10px;
    background: #ffcc00;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}

.l-content .related-banner .banner-blk {
    display: block;
    margin: 10px 0;
}
.l-content .related-banner .banner-blk img{
    width: 100%;
    height: auto;
}
.l-content .feature-li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 10px;
}

.l-content .feature-li li {
    margin: 0 15px;
    float: left;
}

.l-content .feature-li li img {
    position: relative;
    top: 2px;
}

.l-content .f-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.l-content .f-list .item-4 {
    width: 25%;
    padding: 0 10px;
}
.l-content .f-list .item-2 {
    width: 50%;
    padding: 0 10px;
}