/* Navbar */

/* .container-fluid {
  background-image: url(../img/bg-left.png), url(../img/bg-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left;
  background-position-x: -4.1rem, 115rem;
  background-size: 58% 175%;
  height: 500px;
  max-width: 200rem;
} */


/*.header:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-image: url(../img/bg-left2.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: left top, right top;*/
/*    width: calc(100% - 24%);*/
/*    height: 796px;*/
/*    right: calc(100% + -76%);*/
/*    z-index: -1;*/
/*}*/

/*.header:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-image: url(../img/bg-right.png);*/
/*    background-repeat: no-repeat;*/
/*    !* background-position: left top, right top; *!*/
/*    width: calc(100% - 73%);*/
/*    height: 617px;*/
/*    left: calc(100% - 18%);*/
/*    top: 99%;*/
/*    z-index: -1;*/
/*}*/

.tab-item {
    white-space: nowrap;
}


/*brands*/

.banner-extention .container-fluid {
    /*padding: 0;*/
    padding: unset;
}

.whole-brands {
    border-radius: 0px 21px 0px 0px;
    background: #01ADEF;
    display: flex;
    padding: 45px 80px;
    gap: 20px;
    align-items: center;
    padding-top: 66px;
}

.banner-extention .row {
    justify-content: flex-end;
    --bs-gutter-x: 12;
}

.AllBrands {
    display: flex;
    gap: 30px;
    align-items: center;
}

.b-separator-line {
    width: 1px;
    height: 88px;
    background: #FFF;
}

.brands-name span {
    color: #FFF;

    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    padding-right: 12px;
}

.AllBrands .each-banner-brand {
    align-self: center !important;
}


.swiper-rtl .offer-next.swiper-button-next:after, .swiper-rtl .offer-prev.swiper-button-prev:after {
    display: none;
}


.offer-next, .offer-prev{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fd387b;
    border-radius: 50%;
}








/*brands*/


/* mini cards section */
.light {
    position: relative;
}


.swiper-light-button-prev {
    left: 3.5%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "prev";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "next";
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 17px;
    color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.6;
}

.swiper-light-button-next,
.swiper-rtl .swiper-light-button-prev {
    right: unset;
}

/* swiper the newest equipments */

.the__newest__equipments .container {
    position: relative;
}

.swiper-newest-button-next,
.swiper-newest-button-prev {
    position: absolute;
    left: 0;
    top: 22px;
    color: #fff;
    background-color: #29507a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.swiper-newest-button-next {
    right: 92.6%;
}



.swiper-minicard-button-prev, .swiper-minicard-button-next{
    position: absolute;
    left: 0;
    top: 1rem;
    color: #fff;
    background-color: #29507a;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-minicard-button-next{
    right: 92.6%;
}

.swiper-light-button-prev{
    left: 3.5% !important;
}

.swiper-minicard-button-prev {
    left: 3.5% !important;
}

.swiper-newest-button-prev{
    left: 3.5% !important;
}

.swiper-minicard-button-next, .swiper-rtl .swiper-minicard-button-prev {
    right: unset;
}

.swiper-newest-button-next, .swiper-rtl .swiper-newest-button-prev {
    right: unset;
}

.swiper-slide-newest {
    display: flex;
    margin-bottom: 1.5rem;
    height: fit-content;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    border-radius: 14px;
    padding: 22px 10px;
}

.swiper-slide-newest:nth-child(even) {
    margin-top: unset !important;
}

.swiper-newest-title-price-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 10px;
    padding-left: 20px;
}

.newest-title:link,
.newest-title:visited {
    text-decoration: none;
    color: var(--primary-text-color--);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 95%;
    max-width: 28rem;
    height: 50px;
    /* padding-bottom: 5rem; */
    font-size: var(--text-size);
}

.newest-discount {
    margin-bottom: unset;
    width: 3.3rem;
    height: 3rem;
    background-color: #e23837;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}



.newest-old-price::after {
    content: "";
    position: absolute;
    width: 33%;
    height: 1.1px;
    background-color: #cbcbcb;
    top: 51.6%;
    left: 46%;
    display: none;
}

.newest-new-price {
    margin-bottom: unset;
    color: var(--number-text-color--);
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/*.newest-new-price::after {*/
/*    content: url(../img/currency.svg);*/
/*    display: inline-block;*/
/*    margin-top: -0.5rem;*/
/*}*/

.swiper-newest-price {
    display: flex;
    align-items: center;
    gap: .5rem;
    /*position: absolute;*/
    top: 14rem;
    left: 8rem;
    flex-direction: column;
    align-self: flex-end;
}

.whole-old-price{
    display: flex;
    gap: 6px;
}

.swiper-newest-like-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    gap: 0.4rem;
    padding-left: 0.4rem;
}

.swiper-newest-like-container span {
    cursor: pointer;
    padding: 0.3rem;
}
/*.shopping-cart-like-container a:nth-child(odd) svg path{*/
/*    fill: #0b2138;*/
/*}*/
/*.shopping-cart-like-container a:nth-child(2) svg path{*/
/*    stroke: #0b2138;*/
/*}*/

.swiper-newest-img-container {
    width: 40%;
    margin-left: 0.7rem;
    height: 126px;
}

.swiper-newest-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner {
    /*display: none;*/
}

.bg-inside {
    /*width: 130rem;*/
    /*height: 70rem;*/
    background-color: rebeccapurple;
    margin: auto;
    position: relative;
    z-index: -1;
}

.bg-inside::after {
    /*content: url(../img/bg-left.png);*/
    position: absolute;
    left: 0;
    z-index: 0;
    transform: scaleY(0.9);
    top: -9.1rem;
    left: -36%;
}

.mini-cards {
    padding-top: 10rem;
    height: 35rem;
    padding-bottom: 40rem;
}

.mini-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    text-decoration: none;
    color: #595959;
    font-weight: 600;
    background-color: #f4f4f4;
    position: relative;
    padding-top: 10rem;
    /* padding-bottom: 5rem;  */
    border-radius: 6px;
    /*box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.2);*/
    transition: all 0.4s;
    margin-top: 2rem;
    height: 14rem;
    padding: 24px 15px;
    /*background-image: linear-gradient(*/
    /*    to right,*/
    /*    rgba(0, 0, 0, 0.7),*/
    /*    rgba(0, 0, 0, 0.7)*/
    /*),*/
    /*url(../img/bg-mini-card.png);*/
}

.miniSwiper a{
    text-decoration: none;
}

.swiper-pagination-lock {
    display: block;
}


.my-pagination .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 17px;
    height: 3px;
    border-radius: 0px;
}

.my-pagination .swiper-pagination{
    bottom: 5px !important;
}

.my-pagination .swiper-pagination-bullet-active{
    background: var(--secondary-text-color--);
}



.mini-card-icon-container {
    /* background-color: var(--secondary-text-color--); */
    background-color: #fff;
    width: 6rem;
    height: 6rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -14%;
    box-shadow: -1px -2px 9px 0px rgba(245, 104, 0, 0.17);
    display: none;
}

.mini-card-content{
    align-items: center;
    display: flex;
    flex-direction: column;
    transition: .8s;
    color: #595959;
}
.mini-card-content img{
    padding-bottom: 10px;
    width: 64px;
}

.miniSwiper .swiper-wrapper {
    min-height: 332px;
}

.swiper-pagination {
    z-index:10;
}
.slectedS{
    box-shadow: 0px 0px 11px 0px rgb(159 152 172);
    border-radius: 16px;
}


.mini-card-icon-container svg {
    fill: var(--secondary-text-color--);
}

.mini-card-icon-container::after {
    display: block;
    content: "";
    width: 0.3rem;
    height: 2.5rem;
    background-color: var(--secondary-text-color--);
    position: absolute;
    top: 7rem;
}

.mini-row {
    --bs-gutter-x: 4rem;
}

.mini-card-icon {
    color: var(--secondary-text-color--);
}

.content-text {
    margin-bottom: unset;
    text-align: center;
    font-size: 14px;
}

.mini-content-sub {
    /* margin-top: 3rem; */
    padding-top: 3rem;
    align-self: flex-start;
    padding-right: 2rem;
    visibility: hidden;
    /*pointer-events: none;*/
    opacity: 0;
    transition: all 0.2s;
    /* BUGBUGBUGBUGBUG */
    position: absolute;
    bottom: 7%;

}

.sub-card-content:link,
.sub-card-content:visited {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
}

.icon-text-container-mini-card:link,
.icon-text-container-mini-card:visited {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #595959;
}

.icon-text-container-mini-card:not(:last-child) {
    margin-bottom: 0.8rem;
}

.icon-text-container-mini-card p {
    margin-bottom: unset;
    font-size: 1.5rem;
}

.angle-mini {
    color: var(--secondary-text-color--);
}
.best-offer{
    background: #af0089;
    padding: 30px;
    margin-top: 62px;
}
.best-offer-bot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.best-offer-bot {
    width: 160px;
    height: 160px;
    filter: invert(1);
 }
.all-offers {
    color: #fff;
    font-size: 13px;
    text-decoration: unset;
}
.best-offer-text {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.best-offer-text span {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.selected_banner_product{
    background: #fff;
    padding: 1rem;
    border-radius: 11px;
}
.first-offer-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* light section */

.light {
    /*padding-top: 1rem;*/
    margin-bottom: 50px;
    padding-top: 3rem;
}

.light-title-show-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.light-show-more:link,
.light-show-more:visited {
    text-decoration: none;
    color: var(--primary-text-color--);
    position: relative;
    z-index: 0;
    padding-bottom: 34px;
}


.categories-tab-container {
    display: flex;
    gap: 29px;
    overflow-x: auto;
    scrollbar-width: none;
}

.categories-tab-container::-webkit-scrollbar{
    display: none;
}

.tab-item {
    cursor: pointer;
    padding: 0.5rem 0rem;
    font-size: var(--text-size);
    color: var(--primary-text-color--);
    font-weight: 500;
    text-wrap: nowrap;
    white-space: nowrap;
/* overflow: hidden;*/
}

.light-tab-container{
overflow: auto;

}

.categories-tab-container .active {
color: var(--secondary-text-color--);
border-bottom: 2px solid currentColor;
}

/* swiper part of light section */


/* swiper buttons */
.swiper-button-prev {
    position: absolute;
}

/* discount-buy section */

.discount-buy-all-container {
    margin-top: 10rem;
    /*background-color: #01adef;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 4rem;
    /* padding-inline: 3rem; */
    gap: 1.8rem;
    outline: 1px solid #fff;
    outline-offset: -1rem;
    position: relative;
    padding-right: 13rem;
    border-top-right-radius: 13rem;
    border-bottom-right-radius: 13rem;
    background-image: url(../img/bg-dis.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.discount-img {
    width: 25%;
    max-width: 33rem;
    min-width: 28rem;
    position: absolute;
    border-top-right-radius: 30rem;
    border-top-left-radius: 30rem;
    border: 4px solid #01adef;
    right: 0;
    top: -15%;
}

.container-heading-text-content {
    display: flex;
    flex-direction: column;
}

.discount-buy-all-container .light__title-container .light__title-icon {
    position: unset;
    padding-left: 0.5rem;
    padding-bottom: 3rem;
}

.discount-buy-all-container .light__title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: unset;
    width: 88%;
    max-width: 40rem;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.discount-text {
    color: #fff;
    margin-bottom: unset;
    width: 54.8%;
    min-width: 70rem;
    max-width: 75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.discount-buy-btn:link,
.discount-buy-btn:visited {
    text-decoration: none;
    color: #fff;
    align-self: flex-end;
    margin-top: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-text-color--);
    border-radius: 3.2rem;
    padding: 1rem 2.5rem;
}

.discount-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cat_banner{
    width: 100%;
    display: inline-block;
    height: 300px;
}
.cat_banner img{
     width: 100%;
     display: inline-block;
     height: 100%;
    border-radius: 5px;
}

/* The newest section */

.the__newest__equipments {
    margin-top: 93px;
    margin-bottom: 80px;
}

.the__newest__equipments .light__title {
    margin-bottom: 20px;
}

.col-4 {
    /*padding: 1rem;*/
}

.swiper-container {
    padding-inline: 10px;
    width: 100%;
    padding-top: 10px;

}

.the__newest-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*border: 1px solid #ededed;*/
    height: fit-content;
}

.each-banner-brand img{
    width: 100%;
}

/* blog section */

.blog {
    /* background-image: url(../img/bg-blog.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 13rem;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    margin: auto;
    background-color: #2a2437;
}

.swiper-blog {
    width: 100%;
    height: fit-content;
    padding-bottom: 95px;
}

.swiper__blog-img-container {
    width: 100%;
    /* height: 61%; */
    position: relative;
    height: 260px;
}

.swiper-blog-read:link,
.swiper-blog-read:visited {
    position: absolute;
    transform: translate(-50%, 50%);
    top: 25%;
    left: 50%;
    color: #fff;
    background-color: var(--secondary-text-color--);
    text-decoration: none;
    padding: 9px 17px;
    border-radius: 25px;
    z-index: 2;
    /* display: none; */
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 1s;
}

.swiper__blog-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border: 5px solid #082e55; */
    border-radius: 7px;
}

.blog-date {
    color: #fff;
    /* margin-top: 1.5rem; */
    margin-bottom: unset;
}

.blog-title:link,
.blog-title:visited {
    text-decoration: none;
    font-size: var(--title-size);
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}

.blog-text:link,
.blog-text:visited {
    text-decoration: none;
    color: #fff;
    font-size: var(--text-size);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-slide-blog {
    padding: unset;
    gap: 10px;
    border: unset;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.swiper__blog-img-container:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.blog .swiper-scrollbar {
    /* width: 35%; */
    background-color: var(--secondary-text-color--);
}

.blog .light__title-container {
    margin-bottom: 25px;
}

.blog .light__title {
    color: #fff;
}

/* brands */

.brands {
    margin-top: 7rem;
}

.swiper-brands {
    width: 100%;
    height: 33rem;
}

.swiper-brand-img {
    /*width: 45%;*/
    width: 100%;
    border-radius: 10px;
    filter: grayscale(0.6);
}

.swiper-slide-brand {
    align-items: center;
    border: unset;
}
.accordion-button{
    text-align: justify;
}
/* common questions section */

section.common__question {
    padding-block: 79px 84px;
}


.accordion {
    --bs-accordion-border-width: unset;
}

.accordion-item {
    border: unset;
    border-bottom: 1px solid #dfdfdf;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #dfdfdf;
}

.accordion-header {
    background: #f8f8f8;
    border-radius: 10px 13px 0px 0;
    padding: 6px 9px;

}

.accordion-button {
    background-color: unset;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset !important;
}


.accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.accordion-button {
    transition: all 0.2s;
    padding: 10px;
    font-size: var(--text-size);
    color: var(--primary-text-color--);
}

.icon-plus-container {
    margin-right: auto;
}

.accordion-button:focus {
    box-shadow: unset;
}

.fa-plus {
    font-size: 19px;
    color: var(--tertiary-text-color--);
    transition: all 0.2s;
}

.accordion-button:not(.collapsed) {
    background-color: unset;
    border: unset;
}

.accordion-button:not(.collapsed) .fa-plus {
    transform: rotate(45deg);
    color: #01adef;
}

.accordion-button::after {
    content: unset;
}

.accordion-body {
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--text-size);
    color: #494949;
}

.light-tab-mobile {
    display: none;
}


/* @media only screen and (max-width: 418px) {
  .discount-text {
    -webkit-line-clamp: 4;
    min-width: 16rem;
    max-width: 20rem;
  }
} */


/*banner */

.banner {
    /*background-image: url(../img/bg-left.png), url(../img/bg-right.png);*/
    /*background-image: url(../img/bg-left2.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left top, right top;*/
    /* background-position-x: 0, 147rem;
    max-width: 200rem;
    margin: auto; */
    margin-top: 173px;
    max-height: 722px;
    z-index: 20;
    position: relative;
}

.banner-extention {
    position: relative;
    z-index: 0;
}


/*newest */

.swiper-container > .swiper-wrapper {
    flex-direction: row !important;
}




/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/



@media screen and (max-width: 1399px) {

    /*.swiper-container {*/
    /*    height: 42rem;*/
    /*}*/

    .discount-img {
        width: 26%;
        top: -7%;
    }

    .discount-text-container {
        align-items: flex-end;
    }

    .swiper-blog-read:link,
    .swiper-blog-read:visited {
        top: 23.3%;
    }

    .all-icon-phone-container {
        padding-right: 0;
    }

    .discount-buy-all-container .light__title-container {
        padding-right: 0.7rem;
    }

    .title-discount-txt {
        padding-right: 12rem;
    }

    .swiper-container {
        padding: 0.5rem;
    }

    .col-4 {
        /*padding: 0.5rem;*/
    }

    .the__newest-img {
        height: 90%;
    }

    .swiper-newest-price {
        left: 5rem;
    }

    .swiper-title:link,
    .swiper-title:visited {
        /*width: 23rem;*/
    }
}

@media screen and (max-width: 1199px) {
    .swiper-blog-read:link,
    .swiper-blog-read:visited {
        top: 18.3%;
    }

    .discount-text {
        min-width: 56rem;
        max-width: 66rem;
    }

    .discount-img {
        top: -5%;
    }

    .discount-buy-all-container .light__title-container {
        padding-right: 5.5rem;
    }

    .title-discount-txt {
        padding-right: 6rem;
    }

    .swiper-title:link,
    .swiper-title:visited {
        /*width: 25rem;*/
    }

    .swiper-newest-price {
        left: 17rem;
    }

    .swiper-slide-newest {
        /*height: 18rem;*/
    }

    .mini-row {
        --bs-gutter-x: 1.5rem;
    }

    /*.mini-card {*/
    /*    padding-top: 14rem;*/
    /*}*/

    .light .light__title-icon {
        /*right: -45.5%;*/
        /*top: -65%;*/
    }
    .whole-brands {
        padding: 59px 149px;
    }

    .swiper-light-button-prev {
        left: 5.5% !important;
    }
    .swiper-minicard-button-prev {
        left: 5.5% !important;
    }
    .swiper-newest-button-prev {
        left: 5.5% !important;
    }

}

@media screen and (max-width: 1024px) {
    .mini-row {
        --bs-gutter-x: 1.5rem;
    }
}

@media screen and (min-width: 992px) {

    .swiper__blog-img-container::after {
        content: "";
        position: absolute;
        width: 6rem;
        height: 6rem;
        background-color: rgba(8, 46, 85, 0.79);
        border-radius: 0 0 101% 0%;
        z-index: 1;
        left: 0;
        transition: all 0.3s ease-in-out;
    }

    .swiper__blog-img-container:hover::after {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .swiper__blog-img-container:hover + .swiper-blog-read:link,
    .swiper__blog-img-container:hover + .swiper-blog-read:visited {
        /* display: flex; */
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
    }
    .mini-card:hover .swiper-wrapper {
        z-index: 100;
    }
    .mini-card:hover {
        height: 29rem;
        padding-top: 2rem;
        /* background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.7)
          ),
          url(../img/bg-mini-card.png);
        background-repeat: no-repeat;
        background-size: cover;  */
    }

    /* .mini-card:hover .mini-card-content {
      color: #fff;
    } */
    .mini-card:hover .mini-content-sub {
        /* display: block; */
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        /*display: flex;*/
        /*flex-direction: column;*/
        transition: .8s;

    }

    .mini-card:hover .mini-card-content{
        position: absolute;
        top: 5%;
        transition: .8s;
        width: 100%;
        left: 0%;
    }


    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-start;
    }

    .mini-card:hover .mini-card-icon-container {
        background-color: var(--secondary-text-color--);
        border: 8px solid #f4f4f4;
    }

    .mini-card:hover .mini-card-icon-container svg {
        fill: #fff;
    }

    .light-show-more:hover::before {
        border-radius: 3rem;
        transform: translate(0.8rem, -50%);
        width: 120%;
    }

    .light-show-more:hover {
        color: #fff;
    }

    /* .light-tab-container ~ .col-md-6 {
  display: none;
} */
    .swiper-slide-newest:hover {
        box-shadow: 0px 0px 11px 0px rgb(159 152 172);
    }
}

@media screen and (max-width: 991px) {

    .mini-content-sub{
        visibility: visible;
        opacity: 1;
    }

    .mini-card{
        height: 31rem;
    }

    .mini-card-content{
        position: absolute;
        width: 100%;
        top:7%;
        left: 0;
    }

    .mini-cards {
        padding-bottom: 46rem;
    }


    .blog {
        padding-block: 44px;
    }

    .header:after {
        display: none;
    }

    .mini-cards {
        padding-top:0;

    }

    .banner {
        margin-top: 17rem;
        /* background-color: var(--tertiary-text-color--); */
        max-height: fit-content;
    }

    .header:before {
        display: none;
    }

    .banner-extention {
        position: relative;
        z-index: 0;
        bottom: 105px;
    }

    .wrapper {
        padding-bottom: 0;
    }



    .col-discount{
        margin-bottom: 10px;
    }

    .swiper-brands {
        height: fit-content;
    }

    .miniSwiper .swiper-wrapper {
        min-height: fit-content;
    }

    .hide-col-image {
        display: none;
    }

    .whole-brands {
        border-radius: unset;
    }

    .whole-brands {
        padding: 59px 71px;
        padding-top: 59px;
        padding-bottom: 59px;
        padding-top: 112px;
        padding-bottom: 45px;
    }


    .mini-row {
        --bs-gutter-x: 3.5rem;
    }

    .mini-card {
        /*margin-bottom: 4rem;*/
        /*height: 20rem;*/
    }

    /*.mini-card-content {*/
    /*    margin-top: 7rem;*/
    /*}*/

    .light {
        padding-top: 10rem;
    }


    .swiper-img-container {
        width: 100%;
        height: 97px;
        left: -3%;
        top: -1%;
        margin-bottom: 15px;
    }


    .discount-buy-all-container {
        flex-direction: row;
        border-radius: unset;
    }

    .title-discount-txt {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .swiper-newest-price {
        left: 9rem;
    }

    /*.mini-card-content {*/
    /*    margin-top: 4rem;*/
    /*}*/

    /* card start */
    .discount-buy-all-container {
        /* padding-right: unset; */
        width: 85%;
        margin-right: auto;
    }

    .title-discount-txt {
        align-items: flex-start;
        padding-right: unset;
        margin-right: -5rem;
    }

    .discount-text {
        min-width: 44rem;
        max-width: 53rem;
    }

    .mini-row {
        --bs-gutter-x: 1.5rem;
    }

    .discount-img {
        min-width: unset;
        max-width: unset;
        width: 35%;
        margin-right: 2rem;
        top: 30%;
        right: -20%;
    }

    .accordion-button {
        gap: 6rem;
    }

    .icon-plus-container {
        width: 28px;
        min-width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #ffe8d8;
    }

    .fa-plus {
        font-size: 17px;
    }

    .accordion-button:not(.collapsed) .icon-plus-container {
        background-color: #e4f8ff;
    }


    .swiper-light-button-prev {
        left: 6.5% !important;
    }
    .swiper-minicard-button-prev {
        left: 6.5% !important;
    }
    .swiper-newest-button-prev {
        left: 6.5% !important;
    }


    .pro-banner{
        background: #fff;
    }



    /*.swiper-light {*/
    /*    display: none;*/
    /*}*/

    .mini-cards {
        height: 35rem;
    }

    /*.light-tab-mobile {*/
    /*    display: block;*/
    /*}*/

    .swiper-light-button-next,
    .swiper-light-button-prev {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .accordion{
        margin-top: 20px;
    }



    .the__newest__equipments {
        margin-top: 57px;
        margin-bottom: 42px;
    }

    .banner-extention {
        position: relative;
        z-index: 0;
        top: 0px;
    }

    .swiper-light-button-prev {
        left: 8.5% !important;
    }
    .swiper-minicard-button-prev {
        left: 8.5% !important;
    }
    .swiper-newest-button-prev {
        left: 8.5% !important;
    }

    .mini-cards {
        padding-top: 50px !important;
    }

    .whole-brands {
        padding: 20px 39px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-top: 59px;
        padding-bottom: 59px;
        padding-top: 108px;
        padding-bottom: 39px;
    }

    .discount-text {
        min-width: 30rem;
        max-width: 35rem;
        -webkit-line-clamp: 3;
    }

    .discount-buy-all-container .light__title-container {
        padding-right: 0.5rem;
    }

    .discount-buy-all-container .light__title {
        font-size: 2.3rem;
    }

    .discount-img {
        width: 42%;
        min-width: 19rem;
    }

    .tab-item {
        padding: 0.5rem 0.9rem;
    }

    .accordion-body {
        height: fit-content;
    }


}

@media screen and (max-width: 575px) {


    .best-offer {
        padding: 12px;
    }


    .swiper-newest-button-next, .swiper-newest-button-prev {
        width: 33px;
        height: 33px;
    }

    section.common__question {
        padding-block: 50px 62px;
    }

    .swiper__blog-img-container {
        height: 179px;
    }

    .swiper-blog {
        padding-bottom: 54px;
    }

    .best-offer-bot {
        width: 79px;
        height: 88px;
    }

    .cat_banner {
        height: 210px;
    }

    .accordion-body {
        font-size: 12px;
    }

    .newest-title:link, .newest-title:visited {
        height: 44px;
    }


    .blog .row{
        margin: 0;
    }

    .blog-title:link, .blog-title:visited {
        font-size: 14px;
    }

    .blog-text:link, .blog-text:visited {
        font-size: 12px;
    }

    .accordion-button {
        font-size: 13px;
    }

    .accordion-button {
        gap: 1rem;
    }

    .swiper-light-button-prev {
        left: 10.5% !important;
    }
    .swiper-minicard-button-prev {
        left: 10.5% !important;
    }
    .swiper-newest-button-prev {
        left: 10.5% !important;
    }

    .whole-brands {
        flex-direction: column-reverse;
    }

    .b-separator-line {
        display: none;
    }

    .each-banner-brand {
        width: 68px;
    }

    .each-banner-brand img {
        width: 100%;
    }

    .AllBrands {
        display: flex;
        gap: 18px;
    }

    .whole-brands {
        gap: 30px;
    }


    .discount-img {
        width: 50%;
        min-width: 25rem;
        top: 40%;
        right: -22%;
        transform: translateX(0%) translateY(-113%);
        margin-right: unset;
        top: 50%;
        right: unset;
    }

    .title-discount-txt {
        margin-right: unset;
    }

    .discount-buy-all-container {
        flex-direction: column;
        width: 100%;
        padding-right: unset;
        padding-top: 24rem;
    }

    .discount-text-container {
        align-items: center;
    }

    .discount-buy-all-container .light__title-container {
        padding: unset;
    }

    .discount-buy-btn:link,
    .discount-buy-btn:visited {
        align-self: center;
    }

    /*.light .light__title-icon {*/
    /*    right: -25.5%;*/
    /*}*/

    .blog .light__title-icon {
        top: -75%;
    }

    .card__img-container {
        min-width: 14rem;
    }

    .swiper-newest-button-next {
        /*right: 90.6%;*/
    }

    /*.swiper-newest-button-next,*/
    /*.swiper-newest-button-prev {*/
    /*    left: 10%;*/
    /*}*/



    .swiper-newest-button-next, .swiper-newest-button-prev {
        left: 9px;
    }

    /* .discount-text {
  min-width: 26rem;
  max-width: 31rem;
} */
    .tab-item {
        padding: 0.5rem 0;
    }

    .discount-buy-all-container .light__title {
        font-size: 1.9rem;
    }

    .light__title-container {
        padding-bottom: unset;
    }


}

@media screen and (max-width: 425px) {
    /* .discount-text {
      min-width: 19rem;
      max-width: 24rem;
    } */


    .b-separator-line {
        transform: rotate(90deg);
        width: 1px;
        height: 58px;
    }

    .discount-buy-all-container .light__title {
        -webkit-line-clamp: 2;
    }

    .tab-item {
        white-space: nowrap;
    }

    .light-tab-container {
        /*overflow-x: scroll;*/
        /*scrollbar-width: none;*/
    }

    .light-tab-container::-webkit-scrollbar {
        display: none;
    }

    .categories-tab-container::-webkit-scrollbar {
        display: none;
    }

    /*.swiper-newest-button-next,*/
    /*.swiper-newest-button-prev {*/
    /*    left: 20%;*/
    /*}*/

    /*.swiper-newest-button-next {*/
    /*    right: 82.6%;*/
    /*}*/

    .card-prices {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 375px) {


    .swiper-light-button-prev {
        left: 12.5% !important;
    }
    .swiper-minicard-button-prev {
        left: 12.5% !important;
    }
    .swiper-newest-button-prev {
        left: 12.5% !important;
    }
    /* .discount-text {
      min-width: 13rem;
      max-width: 18rem;
    } */
    .discount-buy-btn:link,
    .discount-buy-btn:visited {
        font-size: 1.5rem;
        padding: 0.6rem 1.2rem;
    }

    .card-body {
        min-width: 10rem;
    }

    .swiper-light-button-prev {
        left: 14.5% !important;
    }
    .swiper-minicard-button-prev {
        left: 14.5% !important;
    }
    .swiper-newest-button-prev {
        left: 14.5% !important;
    }

    .whole-brands {
        padding: 20px 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-top: 59px;
        padding-bottom: 59px;
        padding-top: 108px;
        padding-bottom: 39px;
    }

    .discount-text {
        min-width: 25rem;
        max-width: 32rem;
        -webkit-line-clamp: 5;
    }

    /*.mini-card-content {*/
    /*    margin-top: 7rem;*/
    /*}*/

    .swiper-newest-price {
        left: 4rem;
    }

    .newest-title:link,
    .newest-title:visited {
        -webkit-line-clamp: 4;
        max-height: 50px;
        max-height: 50px;
    }

    .card-body {
        gap: 3rem;
    }

    .card-title {
        min-height: 5rem;
        max-height: 6rem;
        -webkit-line-clamp: 4;
    }
}

@media screen and (max-width: 320px) {

    .discount-text {
        min-width: 21rem;
        max-width: 28rem;
    }

    .card__img-container {
        min-width: 8rem;
    }

}



/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/
