html,body {
    font-family: 'Noto Sans HK', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

.header__section .header-mobile-text {
    transform: translateY(3px);
}
.header__section .language__switcher svg{
    transform: translateY(-2px);
}
.header__section .offcanvas__language--switcher svg {
    transform: translateY(-2px);
}

.register-form .verify-content {
    position: relative;
    height: 6rem;
    margin-bottom: 20px;
}
.login-form .verify-content{
    position: relative;
    height: 6rem;
    margin-bottom: 20px;
}
.word-line1 {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 这里是超出几行省略 */
    overflow: hidden;
}

.word-line2 {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.word-line3 {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
}
.word-line4 {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 这里是超出几行省略 */
    overflow: hidden;
}


.register-form .verify-content .email-input {
    width: calc(100% - 145px);
    position: absolute;
    left: 0;
    top:0;
}
.register-form .verify-content .verify-btn {
    width: 140px;
    position: absolute;
    right: 0;
    top:0;
}

.register-form .verify-content .verify-text {
    display: inline;
    transform: translateY(2px);
}

.login-form .verify-content .phone-input {
    width: calc(100% - 165px);
    position: absolute;
    left: 0;
    top:0;
}
.login-form .verify-content .verify-btn {
    width: 160px;
    position: absolute;
    right: 0;
    top:0;
}

.login-form .verify-content .verify-text {
    display: inline;
    transform: translateY(2px);
}


.show-title_1 {
    font-size: 30px !important;
    color: #0F272A;
}
.show-title_2 {
    font-size: 18px !important;
}
.show-title_3 {
    font-size: 32px !important;
}
.show-title_5 {
    font-size: 50px !important;
}


.show-title_1__line {
    line-height: 22px !important;
}

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

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

.show-desc_3 {
    font-size: 14px !important;
}
.show-desc_4 {
    font-size: 16px !important;
}
.show-desc_5 {
    font-size: 18px !important;
}
.show-bold {
    font-weight: bold;
}

.show-nav-title_1 {
    font-size: 20px !important;
    color: #0F272A;
}
.show-nav-desc_1 {
    font-size: 14px !important;
}

@media (min-width: 991px) {
    .register-form .verify-content .email-input {
        width: calc(100% - 145px);
    }
    .register-form .verify-content .verify-btn {
        width: 140px;
    }

    .login-page {
        max-width: 600px;
        margin: 100px auto 0;
        min-height: calc(100vh - 514px);
        max-height: 100vh;
    }

    .show-title_1 {
        font-size: 32px !important;
    }
    .show-title_2 {
        font-size: 20px !important;
    }

    .show-title_1__line {
        line-height: 40px !important;
    }

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

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

    .show-desc_3 {
        font-size: 18px !important;
    }
    .show-desc_4 {
        font-size: 14px !important;
    }
    .show-nav-title_1 {
        font-size: 40px !important;
    }
    .show-nav-desc_1 {
        font-size: 18px !important;
    }
}

#miniCartList {
    height: calc(100vh - 210px);
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

#miniCartInfo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 15px 30px;
    z-index: 10;
}
#miniCartInfo .minicart__button {
    margin-top: 10px;
}

.empty-wish {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.product__ribbons {
    background-color: #d4355a;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    line-height: 1.5;
}

.login-btn-group {
    width: 100%;
    display: block;
    clear: both;
    height: 4rem;
    margin-top: 2rem;
}

.checkout-page {
    padding-top: 2rem;
}

.checkout-page .checkout-account {
    border-bottom: 1px solid var(--border-color2);
    padding-bottom: 1rem;
}

.checkout-page .pay-content {
    margin-top: 3rem;
}

.checkout-page .pay-desc {
    margin-top: 1rem;
}

.checkout-page .card-body {
    border: 1px solid var(--border-color2);
    border-radius: 10px;
}

.checkout-page {
    width: 100%;
    position: relative;
    clear: both;
}

.checkout-page .card-title {
    padding-bottom: 10px;
    /*border: 1px solid #000000;*/
}
.checkout-page .card-divider {
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: var(--border-color2);
}

.checkout-page .card-title p{
    float: left;
}

.checkout-page .card-title img{
    float: right;
}

.checkout-page .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.checkout-page .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}

.checkout-page .card-field {
    width: 96%;
    margin: 0 auto;
    padding-top: 10px;
    /*border-top: 1px solid var(--border-color2);*/
}

.checkout-page .no-padding1 {
    padding-left: 0;
}

.checkout-page .no-padding2 {
    padding-right: 0;
}

 .checkout-footer {
    width: 100%;
    border-top: 1px solid var(--border-color2);
}

.checkout-footer ul {
    width: fit-content;
    margin: 20px auto;
}

 .checkout-footer ul li {
    display: inline-block;
    margin-right: 20px;
}

 .checkout-content-title {
    width: 100%;
    display: block;
}

.checkout-content-title h3{
    padding: 20px;
}

 .checkout__content__detail1 {
     width: 100%;
     display: block;
     padding: 0 20px 20px 20px;
 }

.pay-status {
    position: relative;
    width: 100%;
    display: block;
}

.pay-status .pay-content {
    margin-top: 30vh;
}

.pay-status p {
    text-align: center;
}

.pay-status .pay-icon img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}
.pay-status .pay-icon p {
    font-size: 18px;
    margin-top: 10px;
}
.pay-status .back-link {
    text-align: center;
    display: block;
    font-size: 12px;
}

.pay-status a {
    display: block;
    width: fit-content;
    margin:  10px auto 0;
}

.password-content {
    width: 400px;
    margin: 0 auto;
    position: absolute;
    top:50vh;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.goods-detail-gallery {
    max-height: 100px;
}

.logo-height {
    max-height: 100px;
}
@media (max-width: 990px) {
    .logo-height {
        max-height: 40px;
    }

}

.front {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;

    position: relative;
    z-index: 2;
    transition: all .3s;
    padding: 0 25px;
  }
  @media only screen and (max-width: 767px) {
    .front {
        width: 100%;
        height: 100%;
        align-items: center;
        display: block;
        overflow: hidden;

        position: relative;
        z-index: 2;
        transition: all .3s;
        padding: 0 25px;
      }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .front {
        width: 100%;
        height: 100%;
        display: block;
        align-items: center;
        overflow: hidden;

        position: relative;
        z-index: 2;
        transition: all .3s;
        padding: 0 25px;
      }
  }

  .tch_img img {
    border-radius: 50%;
    margin-right: 20px;
    display: block;
    flex-shrink: 0;
  }
  .front  .tch_info {
    margin-right: 20px;
    width: 70%;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .front  .tch_info {
        margin-right: 20px;
        width: 70%;
      }
  }
  @media only screen and (max-width: 767px) {
    .front  .tch_info {
        margin-right: 20px;
        width: 100%;
      }
  }

  .front  .tch_img {
    margin-right: 20px;
  }
  .tch_img .name {
    color: #373737;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: center;
  }
  .tch_info .info_row {
    margin-bottom: 8px;
    color: #373737;
    display: flex;
    align-items: flex-start;
  }.tch_info .info_row {
    margin-bottom: 8px;
    color: #373737;
    display: flex;
    align-items: flex-start;
  }

@media (min-width: 992px) {
    .goods-detail-thumb {
        max-height: 600px;
        object-fit: cover;
    }
    .show-in-pc {
        display: block;
    }
    .show-in-mobile {
        display: none !important;
    }

    .choiceus__banner--thumbnail.one img{
        width: 534px;
        height: 671px;
        object-fit: cover;
    }
    .choiceus__banner--thumbnail.two img{
        width: 421px;
        height: 545px;
        object-fit: cover;
    }
    .choiceus__info--list {
        width: 120px;
    }
}

@media (max-width: 991px) {
    .goods-detail-thumb {
        max-height: 400px ;
        object-fit: cover ;
    }
    .show-in-pc {
        display: none !important;
    }
    .show-in-mobile {
        display: block !important;
    }
    .main__header {
        padding: 20px 0 20px 5px !important;
    }
    .header__topbar {
        padding: 0 !important;
    }

    .header__info-mobile {
        padding: 15px 17px 20px;
    }

    .choiceus__content {
        text-align: center;
    }
    .choiceus__info--step {
        width: fit-content;
        margin: 4rem auto 0;
    }
    .choiceus__info--list {
        width: 105px;
    }
    .choiceus__info {
        margin-bottom: 4rem !important;
    }

    .choiceus__banner--thumbnail.two img{
        width: 245px;
        height: 317px;
        object-fit: cover;
    }
}

.right-float-icon {
    position: fixed;
    right: 15px;
    bottom: 130px;
    z-index: 99999;
}

.shop__section {
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
}
.product__tab--course_content{
    width: 100%;
    overflow-x: hidden;
  }

.product__tab--course_content__right {
    width: 50%;
    padding-left: 3.5rem;
  }

  @media only screen and (max-width: 767px) {
    .product__tab--course_content__right {
      width: 100%;
      padding-left: 0;
      padding-top: 2rem;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product__tab--course_content__right.style2 {
      width: 100%;
      padding-left: 0;
      padding-top: 2rem;
    }
  }


.product__tab--course_content__thumbnail {
    width: 50%;
  }

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

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product__tab--course_content__thumbnail.style2 {
      width: 100%;
    }
  }


  .cprimary__btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    border: 2px solid black;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .contact__btn {
    display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .cprimary_goods_btn{
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    color:#ffffff;
    border: 2px solid #f24d07;
    background-color: #f24d07;
    border-radius: 5px;
    text-decoration: underline;
    text-decoration-skip-ink: none; /* or skip; */
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .cprimary_goods_btn:hover {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    color:#ffffff;
    text-decoration: underline;
    text-decoration-skip-ink: none; /* or skip; */
    border: 2px solid #f24d07;
    background-color: #f24d07;
    border-radius: 5px;
  }
  .cprimary__btn:hover {
    border: 2px solid red;
  }
  .contact__btn:hover {
    display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .disable__btn {
      background: var(--text-gray-color) !important;
  }
  .disable__btn:hover {
      background: var(--text-gray-color);
      color: var(--white-color);
  }
  .llwmimg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Additional styles for demonstration */
    height: 500px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}
.coursebanner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}
@media only screen and (min-width: 768px) {
    .llwmimg{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* Additional styles for demonstration */
        height: 400px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
    }
    .coursebanner{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 400px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .llwmimg{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* Additional styles for demonstration */
        height: 500px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
    }
    .coursebanner{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 500px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .llwmimg{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* Additional styles for demonstration */
        height: 300px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
    }
    .coursebanner{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 300px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
    }
}
  @media only screen and (min-width: 768px) {
    .cprimary__btn {
      line-height: 4rem;
      height: 4rem;
      padding: 0 2.2rem;
    }
   .account__login--input {
       line-height: 4rem !important;
       height: 4rem !important;
   }
  }

  @media only screen and (min-width: 992px) {
    .cprimary__btn {
      font-size: 1.6rem;
      line-height: 4.5rem;
      height: 5rem;
      padding: 0 2.5rem;
      width: 30%;
      text-align: center;
    }
      .account__login--input {
          line-height: 6.4rem !important;
          height: 6.4rem !important;
      }
  }

  .cprimary__btn.style2 {
    background: var(--white-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 1.4rem;
  }

  @media only screen and (min-width: 768px) {
    .cprimary__btn.style2 {
      line-height: 3.8rem;
      height: 3.8rem;
      padding: 0 2rem;
    }
  }

  .cprimary__btn.style2:hover {
    background: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--secondary-color);
  }

  .cprimary__btn.btn__style2 {
    border-radius: 2rem;
  }

  @media only screen and (min-width: 768px) {
    .cprimary__btn.btn__style2 {
      line-height: 4.1rem;
      height: 4.1rem;
    }

     /* 共同样式 */
    .product__tab--course_content__thumbnail {
        width:40%;
        float: left;
    }

    .product__tab--course_content__right {
        width: 60%;
        float: left;
    }

    /* 响应式样式：屏幕宽度小于768px时调整样式 */
    @media screen and (max-width: 768px) {
        .product__tab--course_content__thumbnail,
        .product__tab--course_content__right {
            width: 100%;
            float: none;
        }
    }
    .rating {
        font-size: 20px;
        text-align: left;
    }

    .rating > span {
        display: inline-block;
        position: relative;
        width: 1.1em;
    }

    .course-title {
        position: relative;
        display: inline-block;
        border-bottom: 2px solid #000; /* 设置横线的样式，颜色可以根据需要自行调整 */
        padding-bottom: 5px; /* 可选，用于设置横线距离文字的间距 */
    }

    .course-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #000; /* 设置横线的颜色 */

    }
      /* 移动端样式调整 */
      @media only screen and (max-width: 767px) {
        /* 添加适当的样式，例如增加字体大小和顶部边距 */
        a {
            font-size: 18px;
            margin-top: 10px;
        }
    }

    .product__details--tab__course_section {
        background: #f4f4f4;
    }

    .product__details--tab__course_section.sidebar__tab--section {
        padding: 3.5rem;
    }

    @media only screen and (max-width: 575px) {
        .product__details--tab__course_section.sidebar__tab--section {
        padding: 2rem;
        }
    }

    .product__details--tab__txt_section {
        background: #e1dcd9;
    }

    .product__details--tab__txt_section.sidebar__tab--section {
        padding: 3.5rem;
    }

    @media only screen and (max-width: 575px) {
        .product__details--tab__txt_section.sidebar__tab--section {
        padding: 2rem;
        }
    }
    /* Section padding */
.section--s-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  @media only screen and (min-width: 768px) {
    .section--s-padding {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }

  @media only screen and (min-width: 992px) {
    .section--s-padding {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }
  .contacttitle {
    position: relative; /* 设置相对定位 */
    padding-left: 20px; /* 为了保持文本与竖线之间有足够的空白区域 */
}

.contacttitle::before {
    content: ""; /* 必须要有内容才能显示伪元素 */
    position: absolute; /* 将伪元素放置于原始元素上方 */
    left: -2px;/* 调整竖线的位置 */

    border-right: 6px solid black; /* 创建竖线样式 */
    height: calc(100% + 1px); /* 确保竖线完全包围标题 */
}
}


}
.section__heading2{
    background-color: #F5F5F5;
    padding: 16px 26px;
}

.header-back-notice{
    width: 100%;
    /* height: 40px; */
    display: block;
    color: #5C5F63;
    text-align: center;
    /* line-height: 40px; */
    background-color: var(--primary-color);
}
.swiper-pagination-bullet{
    width: 8rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 8rem;
    height: 0.4rem;
    background: #0F172A;
}


.product__swiper--column3 .swiper-slide{
    border-radius: 16px;
}
.product__swiper--column3 .product__items--link, .shop__product--wrapper .product__items--link{
    height: 310px !important;
    padding-bottom: 0;
}

.product__swiper--column3 .product__items--img, .shop__product--wrapper .product__items--img{
    height: 310px !important;
    border-radius: 16px;
}

.product__swiper--column4 .product__items--img, .shop__product--wrapper .product__items--img{
    height: 222px !important;
    border-radius: 16px;
}
.product__swiper--column4 .product__items--link, .shop__product--wrapper .product__items--link{
    height: 222px !important;
    border-radius: 16px;
    padding-bottom: 0;
}

.prodcut__items--content__desc{
    margin-top: 5px;
    margin-bottom: 15px;
    color: var(--secondary-color3)
}

.bg-cyan{
    background-color: var(--secondary-color);
}
.bg-blue{
    background-color: var(--primary-color);
}
.section__equipment{
    padding: 4rem 0;
}
.equipment_title{
    display: flex;
    justify-content: space-between;
}
.equipment_temp{
    display: none;
}
@media only screen and (min-width: 990px) {
    .equipment_title{
        display: flex;
        justify-content: space-between;
    }
    .equipment_temp{
        display: block;
        width: 77px;
    }
}
.nav-tabs {
    width: 787px;
    height: 52px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    margin: 0 auto;
}

.nav-tabs .nav-link {
    height: 44px;
    line-height: 35px;
    border: none;
    border-radius: 50px;
    margin-top: 4px;
    color: #0F272A;
}
.nav-tabs .nav-link.active {
    background-color: #1A3A3A;
    color: #fff;
}

.nav-item {
    flex: 1;
    text-align: center;
}
.blue-btn{
    height: 45px;
    line-height: 45px;
    background-color: var(--primary-color);
    padding: 0 38px;
    color: #fff;
    border-radius: 45px;
}
.blue-btn:hover{
    color: #fff;
}
.service-btn{
    width: 140px;
}
.product__swiper--column7 {
    padding: 20px;
}
.equipment__section  .product-item img{
    max-height: 282px;
    object-fit: contain;
}

.product__list--column1 .swiper-slide{
    border-radius: 26px;
}
.product__list--column1 .product__items--link{
    height: 304px !important;
    position: relative;
}

.product__list--column1 .product__items--img{
    height: 100%;
    border-radius: 26px;
}

.product__list--column1 .product__items--link{
    height: 234px !important;
    border-radius: 26px;
    position: relative;
    padding-bottom: 0;
}
.product__collect--box{
    position: absolute;
    top: 15px;
    right: 15px;
}
.concession--box{
    padding: 14px 20px 10px 20px;
    border-radius: 16px;
}
.concession--title{
    color: var(--primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.concession--desc{
    color: #64748B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.concession--box{
    margin-top: 5px;
}
.product__view--mode{
    width: 100%;
}
.product__dropdown{
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 375px;
    background-color: var(--white-color);
    z-index: 2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.product__dropdown .product__dropdown--item{
    border-bottom: 1px solid #E2E8F0;
    padding: 30px 20px 10px 20px;
}
.product__dropdown .product__dropdown-title{
    color: #0F272A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}
.product__dropdown .form-check-input{
    width: 20px;
    height: 20px;
}
.product__dropdown .form-check-label{
    margin-left: 10px;
}
.product__dropdown .form-check-input:checked{
    background-color: var(--primary-color);
}
.product__dropdown .form-check-inline{
    color: #0F272A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.product__dropdown-filter{
    height: 96px;
    padding: 30px 40px;
}
.footer__dropdown{
    width: 100%;
    height: calc(100vh - 125px);
    background-color: var(--white-color);
    z-index: 2;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    overflow: scroll;
}

.footer__dropdown .footer__dropdown--item{
    border-bottom: 1px solid #E2E8F0;
    padding: 30px 20px 10px 20px;
}
.footer__dropdown .footer__dropdown-title{
    color: #0F272A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}
.footer__dropdown .form-check-input{
    width: 20px;
    height: 20px;
}
.footer__dropdown .form-check-label{
    margin-left: 10px;
}
.footer__dropdown .form-check-input:checked{
    background-color: var(--primary-color);
}
.footer__dropdown .form-check-inline{
    color: #0F272A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.footer__dropdown-filter{
    height: 96px;
    padding: 30px 40px;
}
.confirm-confirm{
    height: 36px;
    background-color: var(--primary-color);
    padding: 0 56px;
    color: #fff;
    border-radius: 45px;
    font-size: 13px;
}
.cancel-filter{
    height: 36px;
    padding: 0 56px;
    background-color: var(--white-color);
    color: #909399;
    border-radius: 45px;
    border: 1px solid #E6E6E8;
    font-size: 13px;
}
.shop-product__label{
    display: flex;
    flex-wrap: wrap;
    margin: 26px 0;
}
.shop-product__label .product__label-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-radius: 40px;
    padding: 0 15px;
    border: 1px solid #E6E6E8;
    margin-right: 20px;

}
.shop-product__label .product__label-item span{
    font-size: 16px;
    margin-right: 15px;
}
.booking-service{
    position: relative;
    display: inline-block;
    align-items: center;
}
.booking-service__date{
    position: relative;
    display: inline-block;
    width: 312px;
    height: 44px;
    border-radius: 44px;
    border: 1px solid #CBD5E1;
    text-align: center;
    appearance: none;
}
.booking-service svg{
    position: absolute;
    top: 20px;
    right: 30px;
}
.book-now__btn{
    width: 306px;
    height: 60px;
}
.about-us{
    margin-bottom: 34px;
}
.about-us__title{
    color: #0F272A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.about-us__desc{
    color: #0F272A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mt-80{
    margin-top: 80px;
}
.form-control{
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 8px;
}
.mb-24{
    margin-bottom: 24px;
}
#message{
    height: 160px;
}
.submit-btn{
    display: flex;
    width: 168px;
    height: 50px;
    border-radius: 50px;
    background: var(--primary-color);
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    margin: 0 auto;
}
.container-fluid2{
    width: 1076px;
    margin: 0 auto;
}
.my-account{
    display: flex;
    align-items: center;
 }
.my-account h1{
    color: #0F272A;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-right: 20px;
}

.member-info{
    color: var(--primary-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 16px;
}
.account__section{
    margin-top: 60px;
}
.apply__dealer--title{
    font-weight: 600;
}
.apply__dealer-form--input{
    display: flex;
    width: 100%;
    height: 40px;
    padding: 10px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #EDF5F6;
    margin-bottom: 18px;
}
.image__upload-box{
    display: flex;
    flex-wrap: wrap;
}
.image__upload{
    display: flex;
    width: 258px;
    height: 162px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #EDF5F6;
    margin-bottom: 18px;
    margin-right: 20px;
    overflow: hidden;
}
.image__upload .image__upload-text{
    color: var(--primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01px;
    margin-top: 10px;
}
.image__upload .image__upload .red-text{
    color: #EF3900;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01px;
}
.submit-apply-btn{
    display: flex;
    width: 311px;
    height: 50px;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--primary-color);
}
.relative{
    position: relative;
}
.dropdown__account{
    position: absolute;
    left: -50px;
    top: 50px;
    width: 146px;
    z-index: 2;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 25px 0 25px 0;
}
.dropdown__account .active{
    background: #EDF5F6;
}

.dropdown__account .dropdown__account--item{
    height: 40px;
    line-height: 40px;
    text-align: center;

}
.header__search{
    position: relative;
    display: none;
}
.header__search--input2{
    display: flex;
    width: 610px;
    height: 57px;
    margin: 9px 0;
    padding: 0 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 1px solid #829D9F;
    background: #FFF;
}
.header__search-left--icon{
    position: absolute;
    top: 26px;
    left: 17px;
}
.header__search-right--icon{
    display: none;
    position: absolute;
    top: 26px;
    right: 17px;
}
.header__menu{
    display: block;
}
.new__product--section .section__heading{
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.new__product--section .section__heading .mr-8{
    margin-right: 8px;
}
.filterModel{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background-color: #fff;
    overflow: hidden;
    z-index: 100;
}
.model__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    padding: 0 25px;
    border-bottom: 1px solid #E2E8F0;
}
.model__header-title{
    color: var(--primary-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.model__footer{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 20px;
    background: #EDF5F6;
}
.model__footer-cancel-btn{
    display: flex;
    width: 80px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 41px;
    border: 1px solid #E6E8EC;
    background: #FFF;
}
.model__footer-filter-btn{
    display: flex;
    width: 80px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 41px;
    border: 1px solid #E6E8EC;
    background: #21474C;
    color: #FFF;
}
@media only screen and (max-width: 768px) {
    .header__menu{
        display: none;
    }
    .hero__slider--section .container-fluid{
        margin:0;
        padding: 0;
    }
    .new__product--section .section__heading{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .nav-tabs{
        width:100%;
    }
    .new__product--section{
        padding-bottom: 3rem;
    }
    .product__swiper--column3 .swiper-slide{
        border-radius: 16px;
    }
    .product__swiper--column3 .product__items--link, .shop__product--wrapper .product__items--link{
        height: 292px !important;
        padding-bottom: 0;
    }

    .product__swiper--column3 .product__items--img, .shop__product--wrapper .product__items--img{
        height: 292px !important;
        border-radius: 16px;
    }

    .product__swiper--column4 .product__items--img, .shop__product--wrapper .product__items--img{
        height: 292px !important;
        border-radius: 16px;
    }
    .product__swiper--column4 .product__items--link, .shop__product--wrapper .product__items--link{
        height: 292px !important;
        border-radius: 16px;
        padding-bottom: 0;
    }
    .section--padding{
        padding-bottom: 3rem;
    }
    .section__equipment{
        padding: 3rem 0;
    }
    .equipment__section .mt-5{
        margin-top: 2rem!important;
    }
    .equipment__section .ml-30{
        margin-left: 16px!important;
    }
    .equipment__section .mr-30{
        margin-right: 16px!important
    }
    .cannondale__promotion--section .section__heading--maintitle{
        line-height: 100%;
    }
    .cannondale__promotion--section .p-39{
        padding: 2rem;
    }
    .cycling__service--section .mt-30{
        margin-top: 1rem;
    }
    .cycling__service--section .p-20{
        padding: 2rem;
    }
    .product__list--column1 .product__items--link{
        height: 292px !important;
        border-radius: 26px;
        position: relative;
        padding-bottom: 0;
    }
    .product__list--column1 .product__items--link .product__items--img{
        height: 100%;
        border-radius: 26px;
    }
    .product__media--preview{
        height: 242px !important;
    }
    .product__media--nav__items{
        padding: 10px;
    }
    .equipment__section .product-item img{
        height: 267px;
    }
    .primary__btn {
        font-size: 1.6rem;
        line-height: 4.8rem;
        height: 4.8rem;
        border-radius: 6.4rem;
        padding: 0 2.5rem;
    }
    .product__media--nav .swiper-slide{
        width: 228px!important;
        height: 156px;
    }
    .second__btn {
        width: 100%;
        font-size: 1.6rem;
        line-height: 4.5rem;
        height: 4.5rem;
        padding: 0 2.5rem;
        border-radius: 4.5rem;
        border: 1px solid #DADADA;
        background: #0F272A;
        color: #fff;
        text-align: center;
        margin-top: 2rem;
    }
    .continue__shopping{
        flex-direction: column;
    }
    .total__amount--span{
        width: 100%;
        text-align: center;
        margin-top: 2rem;
    }
    .header__account{
        margin-left: 10px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .product__swiper--column3 .product__items--link, .shop__product--wrapper .product__items--link{
        height: 220px !important;
        padding-bottom: 0;
    }

    .product__swiper--column3 .product__items--img, .shop__product--wrapper .product__items--img{
        height: 220px !important;
        border-radius: 16px;
    }

    .product__swiper--column4 .product__items--img, .shop__product--wrapper .product__items--img{
        height: 220px !important;
        border-radius: 16px;
    }
    .equipment__section .product-item img{
        height: 295px;
    }
    .product__list--column1 .product__items--link{
        height: 200px !important;
    }
}
.pagination__item--arrow{
    display: none !important;
}

.form-check-fee {
    position: relative;
    border: 1px solid #ccc;
    padding: 1rem 1.5rem 1rem 0.5rem;
    margin: 0 0 0 0; /* Remove overlap borders */
    cursor: pointer;
    display: flex;
    justify-content: space-between;

}

.form-check-fee.fee-active {
    border-color: #0d6efd;
    border-top: 1px solid #0d6efd !important;
    border-bottom: 1px solid #0d6efd !important;
}

.form-check-fee.fee-active:not(:last-child) {
    border-bottom: none;
}

.form-check-fee:not(.fee-active) + .form-check-fee {
    border-top: none;
}

.form-check-label {
    cursor: pointer;
    font-weight: 600;
}
.form-check-fee .form-check-input{
    margin: 0 0.5rem;
}
.form-check-fee:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.form-check-fee:last-child {
    border-top: none;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.form-check-fee:only-child {
    border: 1px solid var(--border-color2);
    border-radius: 0.5rem;
}
.form-check-fee .form-check-desc {
    margin-left: 2.5rem;
    font-size: 1.5rem;
    color: var(--light-color);
}
