/* Header Css  */
.site-header {
    /* position: relative; */
    width: 100%;
    z-index: 99;
    /* background: var(--body-color); */
}

.site-header .mobile-header {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 100px 40px 20px;
    background-color: var(--extra-color-1);
    min-height: 100%;
    transform: translateX(100%);
    transition: 0.2s;
    z-index: 9999;
}

.header-logo .logo-here {
    object-fit: cover;
    width: 100%;
}

.head-link {
    gap: 70px;
}

span.active-status {
    color: var(--body-color);
    background: #c85646;
    border: 2px solid #292525;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--primary-regular-font);
    right: -7px;
    top: -6px;
}

/* megamenu Css  */
header .categories-menus {
    max-width: 80%;
    margin: 0px auto;
}

header .mega-menu .head {
    padding: 10px 0 0px;
}

header .categories-menus ul li button {
    font-size: 13px;
    border: 0;
    background: transparent;
    font-family: 'Rubik';
    background: #fff;
    width: 100%;
    padding: 5px 5px;
    border-bottom: 1px solid #dddddd54;
}

header .categories-menus ul li button.active {
    background: #ccc;
}

header .categories-menus ul li a {
    color: var(--body-color);
    font-family: 'Rubik';
    font-size: 13px;
}

header .mega-menu {
    background: var(--extra-color-1);
    box-shadow: 0px 0px 2px #ddd;
    height: 0px;
    z-index: 9;
    position: absolute;
    width: 100%;
    display: none;
    top: 200px;
    padding: 50px 0px;
}

.mega-menu.active {
    height: auto;
    display: block;
}

header .mega-menu .head .title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

header .mega-menu ul li a {
    font-size: 12px;
    color: var(--body-color);
    text-decoration: none;
    font-family: var(--primary-medium-font);
}

header .mega-menu ul li {
    padding: 2px 0;
}

/* header .mega-menu .borderCol {
    border-right: 1px solid #ddd;
} */

/* megamenu Css  */

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

/* Laptop Responsive  */
@media(max-width: 1400px) {
    .head-link {
        gap: 40px;
    }

    header .mega-menu .head .title {
        font-size: 16px;
    }
}

@media(max-width:1200px) {
    .head-link {
        gap: 30px;
    }

    header .mega-menu .head .title {
        font-size: 15px;
    }
}

/* Laptop Responsive  */

@media (max-width: 991px) {
    .site-header .mobile-header.active {
        transform: translateX(0);
    }

    header .mega-menu {
        background: var(--secondary-color);
        z-index: 99999;
    }
    .mega-menu.active {
        top: 0;
        overflow-y: scroll !important;
        height: 300px;
        padding: 20px 0px;
    }
}


@media (max-width: 768px) {
    .mega-menu.active {
        top: 0;
        overflow-y: scroll !important;
        height: 300px;
        padding: 20px 0px;
    }
    .comon-tops-btn {
        margin-left: 20px;
    }

    /* .mega-menu.active {
        display: none;
    } */
}

/* Mobile Responsive  */
@media(max-width:576px) {
    .header-logo .logo-here {
        max-width: 120px;
    }
}

/* Mobile Responsive  */

/* Header Css  */

/* Banner Section Start Here */
.banner-inner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    /* margin: auto; */
}

.banner-icon i {
    font-size: 22px;
}

/* Mobile Responsive  */
@media(max-width:576px) {
    .banner-slider img.img-fluid {
        height: 330px;
        object-fit: cover;
        object-position: center;
    }
}

/* Mobile Responsive  */

/* Banner Section End Here */

/* running-section Css  */
.running-section {
    padding: 280px 0px;
    background-image: url(../img/running-bg.png);
}

/* Laptop Responsive  */
@media(max-width:1400px) {
    .running-section {
        padding: 120px 0px;
    }
}

/* Laptop Responsive  */

/* running-section Css  */

/* product-section Css  */
.product-wrapper .product-img .product-figure {
    overflow: hidden;
}

.product-wrapper .product-img .product-figure:hover:before {
    bottom: 0;
}

.product-wrapper .product-img .product-figure:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #96ead2);
    z-index: 1;
    transition: .6s cubic-bezier(.92, -.08, 0, 1.06);
}

.product-wrapper .product-img .product-figure:hover img.img-fluid {
    transform: scale(1.1);
}

/* product-section Css  */

/* sale-section Css  */
.sale-content {
    padding-top: 200px;
}

/* Tablet Responsive  */
@media(max-width:991px) {
    .sale-content {
        padding-top: 80px;
    }
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media(max-width:576px) {
    .sale-content {
        padding: 0px 20px;
    }

    .sale-section {
        padding-top: 0px;
    }
}

/* Mobile Responsive  */

/* sale-section Css  */

/* categories-section Css  */
.categories-content-right::before {
    content: "";
    position: absolute;
    background: #1e1f20;
    border-radius: 4px;
    width: 120px;
    height: 6px;
    left: -90px;
    bottom: 0;
    top: 20px;
    margin: auto;
}

.categories-content-left::after {
    content: "";
    position: absolute;
    background: #1e1f20;
    border-radius: 4px;
    width: 120px;
    height: 6px;
    right: -40px;
    bottom: 0;
    top: 60px;
    margin: auto;
    z-index: 9;
}

.categories-icon {
    right: -100px;
}

/* Laptop Responsvie  */
@media(max-width:1400px) {
    .categories-icon {
        right: -40px;
    }
}

/* Laptop Responsvie  */

/* Tablet Responsive  */
@media(max-width:991px) {
    .categories-icon img.img-fluid {
        max-width: 100px;
        object-fit: cover;
    }

    .categories-icon {
        right: -20px;
    }
}

@media(max-width:768px) {
    .categories-content-right::before {
        content: unset;
    }

    .categories-content-left::after {
        content: unset;
    }
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media(max-width:576px) {
    .categories-icon {
        right: 0px;
    }
}

/* Mobile Responsive  */

/* categories-section Css  */

/* shop-section Css  */
.shop-section .shop-wrapper {
    overflow: hidden;
    /* border-radius: 24px; */
}

.shop-section .shop-wrapper:hover:before {
    top: 0;
}

.shop-section .shop-wrapper:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #000000cf);
    z-index: 1;
    transition: .6s cubic-bezier(.92, -.08, 0, 1.06);
}

.shop-section .shop-wrapper:hover img.img-fluid {
    transform: scale(1.1);
}

/* footer Css  */

.site-footer {
    padding: 100px 0px 0px;
    z-index: 9;
    overflow: hidden;
}

/* Mobile Responsive  */
@media(max-width:576px) {
    .footer-logo figure img.img-fluid {
        max-width: 80%;
    }
}

/* footer Css  */

/* error-page-banner page Css  */
.error-page-banner {
    background-image: url(../img/contact-banner.png);
    padding: 270px 0px 100px;
}

/* error-page-banner page Css  */

/* blog-page Css  */
.date-wrap {
    background: #c95c2b;
    border-radius: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    bottom: -20px;
}

/* blog-page Css  */

/* contact-page Css   */
.contact-icon-wrap {
    max-width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}

.contact-map-wrapper {
    margin-left: -60px;
}

.contact-detail-section {
    padding: 100px 0px 68px;
}

.contact-detail-section .contact-main::before {
    content: "";
    position: absolute;
    background-image: url(../img/contact-detail-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 970px;
    height: 510px;
    top: 0px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

/* Tablet Responsive  */
@media(max-width:991px) {
    .contact-map-section {
        overflow: hidden;
    }

    .contact-detail-section .contact-main::before {
        width: 100%;
        height: 100%;
    }

    .contact-map-wrapper iframe {
        height: 500px;
    }

    .contact-detail-section {
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .contact-map-wrapper {
        margin-left: 0;
    }
}

/* contact-page Css   */

/* about-page Css  */
.about-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/about-left-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 210px;
    height: 210px;
    bottom: 50px;
    left: 0px;
    z-index: 9;
}

.about-badge-content {
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    right: -20px;
    bottom: 110px;
    padding: 20px 20px 10px;
}

.client-section {
    background-image: url(../img/client-bg.png);
    padding: 220px 0px;
}

.history-section::before {
    content: "";
    position: absolute;
    background: var(--secondary-color);
    width: 400px;
    height: 100%;
    z-index: -1;
    top: 0;
}

.shipping-main {
    background-image: url(../img/shipping-bg.png);
    padding: 95px;
    border-radius: 30px;
}

/* Tablet Responsive  */
@media(max-width:991px) {
    .about-section::before {
        width: 170px;
        height: 170px;
    }
}

@media(max-width:768px) {
    .about-section::before {
        width: 140px;
        height: 140px;
        bottom: 290px;
    }

    .history-section::before {
        content: unset;
    }

    .about-badge-content {
        right: 30px;
    }
}

/* Mobile Responsive  */
@media(max-width:576px) {
    .about-section::before {
        content: unset;
    }

    .client-section {
        padding: 100px 0px;
    }

    .shipping-section {
        padding: 20px 0px;
    }
}

/* about-page Css  */