.product-banner-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto;
}
.col-right.mf-initial{
    width: 55%;
    display: flex;
    flex-direction: column;
}
.col-left.mf-initial{
    width: 43%;
    display: flex;
    flex-direction: column;
}
.product-banner-inner h1.page-title{
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: black;
    margin: 0;
    text-align: left;
    letter-spacing: 0;
}
.page-title-wrapper.product.mf-initial {
    padding-bottom: 30px;
}
.product.attribute.overview.mf-initial .value.mf-initial p {
    color: #000000;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
}
.extension-product {
    margin-top: 60px;
}
.product-slider{
    position: relative;
}

.product-slider .swiper {
    width: 100%;
    height: 100%;
    padding: 0px 15px;
  }

.product-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
  }
  .version.mf-initial {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.section-padding.new-padding-main {
    padding-top: 100px;
}
.section-padding.new-padding-main .col-lg-6.col-md-6.col-sm-12.col-xs-12.mf-initial img {
    width: 100%;
    height: auto;
}

.product-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
  }
  .product-slider .swiper-button-next:after{
    display: none;
  }
  .product-slider .swiper-button-prev:after{
    display: none;
  }
  .product-slider .swiper-button-next img,   .product-slider .swiper-button-prev img {
    width: 24px;
    height: 24px;
}
.product-slider .swiper-button-next{
    right: 3px;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    filter: drop-shadow(0px 2.375px 3.958px rgba(0, 0, 0, .24));
}
.product-slider .swiper-button-prev{
    left: 3px;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    filter: drop-shadow(0px 2.375px 3.958px rgba(0, 0, 0, .24));
}

.price-main {
    display: flex;
    align-items: baseline;
    column-gap: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.price-main p.product-price {
    font-size: 40px;
    font-weight: 800;
    color: #00173D;
}
.add-to-cart-button button {
    padding: 20px 80px;
    background: #00173D;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}
.price-main .main-price span {
    font-size: 12px;
}
.extension-main {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-right.mf-initial spna.hr-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin-bottom: 30px;
}
.product-feature {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.product-feature .feature {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.product-feature .feature p{
    color: #000000;
    font-size: 17px;
    line-height: 27px;
}
.extension-main button svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
.extension-main button {
    padding: 15px 40px;
    background: #00173D;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.product-com{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    justify-content: space-around;
}
.product-com .img-block{
    width: 64px;
    height: 64px;
    margin-right: 24px;
}
.product-com .img-block img{
    width: 64px;
    height: 64px;
    border-radius: 8px;
}
.product-com .compatibility{
    display: flex;
        flex-direction: column;
        color: var(--color);
        font-size: 16px;
        font-weight: 600;
}
.product-feature .feature img {
    border-radius: 5px;
}

@media (max-width:1200px) {
    .extension-main button{
        padding: 10px 25px;
    }
    .extension-main{
        justify-content: space-between;
    }
    .extension-product{
        margin-top: 30px;
    }
}

@media (max-width:992px) {
    .product-banner-inner {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        margin: 0 auto;
    }
    .col-left.mf-initial{
        width: 100%;
    }
    .extension-main {
        justify-content: flex-start;
        column-gap: 20px;
    }
    .product-com {
        display: flex;
        align-items: center;
        margin-bottom: 32px;
        justify-content: flex-start;
    }
    .col-right.mf-initial{
        width: 100%;
    }
  
}
@media (max-width:520px) {
    .section-padding.new-padding-main .col-lg-6.col-md-6.col-sm-12.col-xs-12.mf-initial {
        padding-top: 40px;
    }
    .section-padding.new-padding-main {
        padding-top: 30px;
    }
    .price-main{
        flex-direction: column;
        row-gap: 10px;
    }
    .add-to-cart-button button{
        width: 100%;
    }
    .add-to-cart-button{
        width: 100%;
    }
}


