.site-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;

}

.navbar {
    position: relative;
    z-index: 2;


}

.navbar-brand {
    position: relative;
    padding: 1px !important;
    flex: 0 0 15%;
    min-width: 185px;

}

.navbar .container_d {
    display: flex;
    position: relative;
    gap: 24px;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 27px;
}

.container_d {
    max-width: 1310px;
    margin-inline: auto;
    position: relative;
    padding: 0 15px;
}

.btn-group.mobile {
    display: none;
}

.navbar .btn-group {
    flex-wrap: nowrap;
}

.btn-group {
    display: inline-flex;
    gap: 30px;
    flex-wrap: wrap;
}

.navbar .btn.transparent {
    color: #005F98;
    border: 1px solid #005F98;
}

.btn.transparent {
    background-color: transparent;
    color: #fff;
    border: 1px solid #FFF;
}

.btn {
    padding: 10px 25px;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    height: fit-content;
    width: fit-content;
}

header .header-burger__wrap {
    display: none;
}

.menu-main-menu-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    padding-top: 24px;
    width: 100%;
}

.navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
/*     padding-top: 10px; */
    flex-wrap: wrap;
}

#menu-menu .menu-item {
    padding-right: 20px;
}

li.menu-item {
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
}

.navbar .btn-group {
    flex-wrap: nowrap;
}

.navbar .btn.transparent {
    color: #005F98;
    border: 1px solid #005F98;
}

.navbar a.btn {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.navbar a.btn {
    font-size: 16px;
    font-weight: 600;
}

.btn.blue,
.save_add_to_cart {
    background-color: var(--blue);
    color: #fff;
}

.top-bar {
    background-color: #005f95;
}

input {
    border-radius: 8px;
    border: none !important;
    padding-left: 20px;
    min-height: 36px;
    background-color: #E9F2F7;
    font-size: 14px;
    text-decoration: none;
    outline: none;
}

.footer-navigation input {
    background-color: #6CBEE3;
}

.email-form input[type="email"] {
    flex: 1 1 auto;
}

.top-bar input::placeholder {
    color: #fff;
    padding-left: 0px;
    background-image: url(./icons/Path.svg);
    background-repeat: no-repeat;
    background-position: 4% 50%;

}

input::placeholder {
    font-size: 14px;
    color: #FFF
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar .wrapper {
    padding: 20px 0px;
}

.nav-bar {
    margin-bottom: 0;
}

.nav-bar {
    display: flex;
    padding-left: 0;
}

.top-bar .btn-group {
    /* flex-wrap: wrap; */
    flex: 1 1 auto;
    justify-content: end;
    align-items: center;
}

li {
    list-style: none;
}

.top-bar li a {
    color: #fff;
   
}
#menu-top-menu{
	gap:clamp(5px, calc(0.3125rem + ((1vw - 5.75px) * 1.8587)), 30px);
}

.top-bar a,
.top-bar .btn {
    font-size: 14px;
}

.top-bar .btn-group input {
    flex: 1 1 auto;
    max-width: 350px;
    min-width: 250px;
    padding-left: 5px;
    text-indent: 50px;

}
.navbar .btn-group input {
    flex: 1 1 auto;
    max-width: 350px;
    min-width: 250px;
    padding-left: 50px;
    text-indent: 0px;

}
.search-results-header {
    padding-top: 120px;
}

.top-bar input {
    background-color: #5ca1d2;
    color: #fff;
    border: none;
    border-radius: 4px;
}
.navbar  input {
    background-color: #5ca1d2;
    color: #fff;
    border: none;
    border-radius: 4px;
}
.main-content {
    padding-bottom: 0px;
}



/*  FOOTER */
footer.footer {
    background-color: #56A0D3;
    padding-bottom: 35px;
    position: relative;
    /* s */
}

.footer.footer * {
    color: var(--white);
}

.logo-footer {
    position: absolute;
    top: -60px;
}

.footer-navigation {
    display: flex;
    flex-wrap: wrap;
    column-count: 4;
    break-inside: avoid;
    width: 100%;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.591);
    gap: 10px;
}



.footer h5 {
    font-size: 26px;
    font-weight: 600;
}

.col ul {
    padding-left: 0 !important;
}

.col ul li a {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}

.foorer-right-content {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

.email-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.foorer-right-content p.light {
    padding-top: 20px;
}

.light {
    font-weight: 400;
    font-size: 14px;
}

.footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 34px;
}

.footer-copy .left-info {
    justify-content: space-between;
    display: flex;
    gap: 30px;
}

ul.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.social-icons li {
    background-color: var(--white);
    display: inline-block;
    flex-direction: row;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    text-align: center;
}

input.btn.white {
    color: var(--blue);
}
@media(max-width:630px){
	 .top-bar .wrapper {
        flex-direction: column;
    }
}
@media (max-width:1256px) {
    #menu-menu .menu-item {
        width: 100%;
    }

    .menu-item-has-children::after {
        display: none;
    }

    .menu-trigger {
        width: 15px;
        height: 15px;
        position: absolute;
        left: 95%;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg) translate(-10%, -10%);
        top: 5px;
        transition: all 0.3s;
    }

    .menu-main-menu-container li.menu-item a {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    /* .top-bar .btn-group {
        display: none;
    } */
    .menu-item-has-children.active>.sub-menu {
        opacity: 1;
        height: auto;
        overflow: visible;
        transition: all 0.3s;
    }

    .menu-item-has-children.active>.menu-trigger {
        transform: rotate(-135deg) translate(-10%, -10%);
        transition: all 0.3s;
    }

    .menu-item-has-children .sub-menu {
        opacity: 0;
        height: 0px;
        overflow: hidden;
        transition: all 0.3s;
    }

/*     .btn-group.mobile {
        display: flex;
        flex-direction: row !important;
        padding-top: 20px;
    } */

    .open-menu .menu-main-menu-container {
        right: 0;
        opacity: 1;
        visibility: visible;
        transition: all 0.6s ease-out;
        display: flex;
        overflow: auto;
        padding-bottom: 100px;
    }


    header .header-burger__wrap {
        display: flex;
        padding-top: 20px;

    }

    .navbar-nav,
    .site-header .btn-group {
        flex-direction: column;
        align-items: flex-start;
    }

    button.burger {
        cursor: pointer;
        height: 45px;
        height: 45px;
        border: none;
        background: transparent;
    }

    button.burger span {
        position: relative;
        display: block;
        width: 23px;
        height: 3px;
        background-color: #fff;
        border-radius: 8px;
    }

    button.burger span:before {
        content: "";
        width: 13px;
        position: absolute;
        bottom: -8px;
        right: 0;
        height: 3px;
        background-color: #fff;
        border-radius: 8px;
    }

    .btn-group {
        gap: 20px;
    }

    button.burger span:after {
        content: "";
        width: 18px;
        position: absolute;
        top: -8px;
        right: 0;
        height: 3px;
        background-color: #fff;
        border-radius: 8px;
    }

    .site-header.open-menu .burger span:before {
        transform: translateY(-10px) rotate(135deg);
        visibility: visible;
        transition: 0.5s;
        width: 20px;
        bottom: -12px;
    }

    .site-header.open-menu .burger span:after {
        transform: translateY(10px) rotate(-135deg);
        visibility: visible;
        transition: 0.5s;
        width: 20px;
    }

    .site-header.open-menu .burger span {
        visibility: hidden;
    }

    /* ------------------ */
    .menu-main-menu-container {
        gap: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: -100%;
        transition: all .6s ease-out;
        flex-direction: column;
        height: 100vh;
        top: 93px;
        justify-content: flex-start;
        padding: 20px;
        align-items: flex-start;
        background-color: #fff;
        min-width: 40vw;

        display: none;
    }
}

.woocommerce-order-received .woocommerce-table__product-qti.product-qti {
    text-align: center !important;
}

@media (max-width:576px) {

    .wps-rma-form__wrapper .wps-rma-product__table tbody td:nth-of-type(4):after {
        top: 3px !important
    }

    .wps-rma-form__wrapper .product-quantity input {
        height: 35px;
        max-width: 90px !important;
    }

    .menu-main-menu-container .btn-group {
        width: 100%;
    }

    #menu-menu .menu-item {
        width: 100%;
    }

    .menu-item-has-children::after {
        right: 0px;
        display: none;
    }

    .menu-item-has-children .sub-menu {
        opacity: 0;
        height: 0px;
        overflow: hidden;
        transition: all 0.3s;
    }

    .menu-item-has-children.active>.sub-menu {
        opacity: 1;
        height: auto;
        overflow: visible;
        transition: all 0.3s;
        padding-left: 10px;
    }

    .banner-top {
        margin-top: 24px !important;
    }

   

    .top-bar .btn-group {
        justify-content: center !important;
    }

    .social-icons {
        padding-left: 0;
    }

    .footer-copy .left-info {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .footer-copy {
        justify-content: space-evenly;
        flex-direction: column;
    }

    .menu-main-menu-container {
        width: 100%;
        top: 100%;
        padding-top: 60px;
        align-items: flex-start;
    }

    .navbar-nav {
        align-items: flex-start;
        padding-bottom: 20px;
        margin: 0;
        width: 100%;
    }

    .menu-item {
        padding-right: 0px !important;
    }

    .card {
        flex-direction: column !important;

    }

    .img-block {
        align-items: center;
        margin: 0 auto;
        width: 100%;
    }

    .img-block img {
        width: 100%;
    }

    .card-title {
        order: 1;
        max-width: 100%;
    }

    .wrapper-hero {
        max-width: 100%;
    }

    /* .btn-group.mobile {
        display: none;
    } */

    .nav-bar {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: space-around;
    }

    .navbar-brand img {
        max-width: 135px;
        position: absolute;
        z-index: 1;
    }

    .navbar .btn {
        white-space: nowrap;
    }

    .text-info {
        display: block;
        margin-top: -3px;

    }
}

.navbar-nav>li>a {
    color: #fff !important;
}

.notification-circle {
    position: absolute;
}

._card {
    position: relative;
}