body {
    font-family: 'Google Sans', sans-serif;
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Your existing styles */

.row {
    display: flex;


}

.col-xs-12,
.col-sm-6,
.col-md-4,
.col-lg-3,
.col-xl-2 {
    position: relative;
    width: 100%;
    min-height: 1px;

}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    

    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        width: 25%;
        max-width: 25%;

    }

}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }
}

/* Your existing styles */


/* Your existing styles */

.google-header {
    background-color: #ffffff;
    padding: 10px 0;
}

.logo {


    padding: 0px 45px 0 30px;


}

#productSearch{
    border-radius:24px !important;
    border:none !important;
}

.tools--main-nav{
    position:absolute;
    z-index:1000;
}

/*.logo img {*/
/*    max-height: 36px;*/
    /* Adjust the height as needed */
/*}*/

.search-bar {
    display: flex;
    z-index: 3;
    position: relative;
    min-height: 44px;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
    border-radius: 24px;
    margin: 0 auto;
    width: 690px;
}


.search-icons {
    justify-content: space-around;
    width: 111px;
    color: #040404;
    display: flex;
    align-items: center;
}


.voice-icon {
    margin-left: 5px;
}

.search-icons i,
.voice-icon i {
    font-size: 20px;
}

#mb-filter img {
    width: 20px;
}

input:focus {
    outline: none;
}


.woocommerce p.stars a::before{
    color: #fbbc04 !important; 
}

.woocommerce-product-rating{
    display: flex !important;
    align-items: center;
    gap: 4px;
}
input[type="text"] {
    height: 100%;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 24px;
    margin: 0 auto;
    padding: 0px 20px;

}

.custom-global-rating {
  font-size: 14px;
  color: #222;
}

.custom-global-rating span {
  color: #fbbc04;
}


#mb-filter {
    background-color: #ffffff;

    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}



.google-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    /*padding-bottom:20px;*/

}



.google-nav li a {
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    font-family: Google Sans, arial, sans-serif;
    color: #202124;
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 20px;
    min-width: 48px;
    font-size: 14px;
    outline: none;
    height: 40px;
    display: inline-flex;
    padding: 0 12px;
    text-align: center;
}

.google-nav a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease-in-out;
}

.google-nav a:hover {
    color: #000000;
}

.google-nav a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease-in-out;
}


.filter-box {
    background-color: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 12px;
}

.range-box label,
.color-circles,
.brand-cards {
    display: flex;
    flex-wrap: wrap;

}

.range-box label {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    display: flex;
    color: #757575;
    margin-bottom: 5px;
}

.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.brand-card {
    background-color: #4285f4;
    color: #ffffff;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}

.col-md-3 {


    background-color: #fff;
}

/* Your existing styles */

.col-md-3 {
    position: relative;

    min-height: 1px;

}

@media (min-width: 992px) {

    .col-md-3 {
        width: 21.5%;

        max-width: 25%;
    }

}

.col-md-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

body {
    font-family: 'Google Sans', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

h2 {
    font-family: 'Google Sans', sans-serif;
}



h2 {
    font-family: 'Google Sans', 'GoogleSans-Local', Roboto, Arial, Sans-Serif;
}

.filter-box p {
    margin: 0 0 11px 0;
    color: #202124;
    display: block;
    line-height: 26px;
    font-family: 'Google Sans', 'GoogleSans-Local', Roboto, Arial, Sans-Serif;
    font-size: 16px;
    table-layout: fixed;
    width: 100%;
}

.range-box label input {
    align-self: start;
    border-color: #70757a;
    border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #70757a;
    flex-shrink: 0;
    float: none;
    height: 16px;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 2px;
    width: 16px;
}

.gap-20 {
    gap: 20px;
}





@media (max-width: 767px) {
    .custom-wrapper-flex-price{
        flex-wrap:wrap;
    }
    .woocommerce-product-rating{
        flex-wrap:wrap;
        margin-bottom:0 !important;
        gap:1px !important;
    }
    .containerheaders .align-items-center {
    align-items: unset !important;
}
    .q6NLqd {
    margin-bottom: 28px;
    }
    .UuJ0zd{
        flex-direction:column;
        align-items:start !important;
    }
    .tUvj8c{
        flex-direction:column;
    }
    #searcht{
        display: flex;
        align-items: center;
        gap: 30px;
    }
  
    .Product-width {
        width: 100%;
    }

    .row {
        flex-wrap: wrap;
    }

    .col-md-3 {
        width: 48%;
    }

    #mb-filter {
        display: block !important;
    }

}

#mb-filter {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .Product-width {
        width: 100%;
    }

    #mb-filter {
        display: block;
    }

    .col-md-3 {
        width: 48%;
    }

    .Filter-width.show-filters {
        left: unset;
        right: 0;
    }


}



/* Media query for mobile view */
@media only screen and (max-width: 768px) {
    .filter-box {
        width: 293px;
    }



    .Filter-width {
        display: none;
        padding: 39px 44px 0 37px;
        position: fixed;
        /* top: 153px; */
        top: 0;
        left: 36px;
        width: 300px;
        height: 100%;
        background-color: #fff;
        z-index: 999;
    }

    .Filter-width.show-filters {
        display: block;
        /* Show filters when the class is added */
    }

    /* Style for the close button */
    #close-filters {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        color: #fff;
    }

    .logo {
        position: relative;
        text-align:center;
        padding: 9px 30px 14px 30px;

    }

    .search-bar {
        width: 100%;
    }

    .google-nav {
        display: none;


    }

    .d-flex {
        flex-direction: column;
        display: flex;
    }



    .mobile-serach {
        justify-content: center;
        align-items: stretch !important;
        display: flex;
        padding: 0px 15px 0 15px !important;
        flex-direction: column;

    }

    .search-icons {

        display: none;
        flex-direction: column;

    }

    #mb-filter {

        background-color: #ffffff;
        border-radius: 4px;
        border: none;
        padding: 4px 7px 3px;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }

}

.mobile-serach {
    display: flex;
    align-items: center;
    padding: 16px 15px 0 15px;
    justify-content: space-between;
}

#close-filters {
    display: none;
}

.d-flex {
    display: flex;
}

.search-icons1 img {
    width: 20px;
}

.search-icons1 {
    top: 13px;
    right: 27px;
    position: absolute;
}

.google-nav {
    padding: 0px 12% 0px;
    margin: 20px 0 0 0;
    border-bottom: solid 1px #ecedef;
}
#searcht{
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.pt-30 {
    padding-top: 30px;
}



.rowwrap {
    flex-wrap: wrap;
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {

    #mb-filter {
        display: none;
    }


    .search-bar {
        width: 450px;
    }

    /* Your styles for iPad Mini and iPad Pro go here */
    body {
        /* Example: Adjusting font size for better readability on tablets */
        font-size: 16px;
    }

    .Filter-width {
        /* margin-right: 23px; */
        /* margin-left: 5px; */
        right: 0;
        left: unset !important;
        /* padding-left: 14px; */
        width: 50%;
    }

    

    /* Add more styles as needed */
}


.align-items-center {
    align-items: center;
}



.searboxbar {
    width: 100%;
}

.gap-12 {
    gap: 12px;
}


/* Footer */

.GX2tW {
    min-width: 360px;
    background-color: white;
    padding: 0 24px;
    border-top: 1px solid #dadce0;
}

.j1Ejjf {
    width: 100%;
    padding: 24px 0;
}

.tUvj8c {
    display: flex;
}

.eQ6Tvf {
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
}

.UuJ0zd {
    border-top: 1px solid #dadce0;
    border-bottom: 1px solid #dadce0;
    display: flex;
    align-items: center;
}

.q6NLqd {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

a {
    text-decoration: none;
    color: #2962ff;
}

.UuJ0zd :not(:last-child) {
    margin-right: 32px;
}

.vSORNb {
    color: #3c4043;
}

.vSORNb:hover {
    background-color: rgba(60, 64, 67, .04);
    text-decoration: underline;
}

.ucyZQe {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
}

.u6wwHf {
    padding-top: 24px;
}

.beuwbd {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 400;
}

.q6NLqd .eQ6Tvf {
    margin-top: 12px;
}

img {
    border: none;
}


.YWUAi {
    color: #3c4043;
}

.YWUAi:hover {
    background-color: rgba(60, 64, 67, .04);
    text-decoration: underline;
}

.dV43xf {
    color: #06f;
}

.dV43xf {
    text-decoration: underline;
}

.dV43xf:hover {
    background-color: rgba(0, 102, 255, .04);
    text-decoration: underline;
}

.bttZkb {
    color: #3c4043;
}

.bttZkb:hover {
    background-color: rgba(60, 64, 67, .04);
    text-decoration: underline;
}

.footer45 {
    margin-top: 45px;
}

 .tools--menu-container {
            transition: all .3s ease-in-out;
            position: fixed;
            top: 0;
            z-index:10;
            left: -462px;
            min-width: 347px;
            height: 100%;
            overflow-y: scroll;
            background-color: #fff
        }

        .tools--menu-container .tools--main-menu {
            position: relative
        }

        .tools--menu-container .tools--main-menu .tools--main-menu-close {
            position: absolute;
            right: 15px;
            top: 10px;
            color: #fff;
            cursor: pointer
        }

        .tools--menu-container .tools--main-menu .tools--menu-header {
            color: #fff;
            background-color: #214099;
            padding: 15px 20px;
            font-weight: 300;
            letter-spacing: .1em
        }

        .tools--menu-container .tools--main-menu .tools--menu-header .tools--menu-header-view a {
            color: #fff;
            font-size: 13px;
            font-weight: 300;
            display:flex;
            letter-spacing: 0
        }

        .tools--menu-container .tools--main-menu .tools--menu-footer {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            text-align: center
        }

        .tools--menu-container .tools--main-menu .tools--menu-footer a {
            display: block;
            color: #fff;
            background-color: #214099;
            padding: 15px 20px;
            font-weight: 300;
            letter-spacing: .1em
        }

        .tools--menu-container .tools--main-menu .tools--menu-footer a:hover {
            background-color: #07285a;
            text-decoration: none
        }

        .tools--menu-container .tools--main-menu .tools--menu ul {
            padding: 15px 0;
            margin: 0
        }

        .tools--menu-container .tools--main-menu .tools--menu ul>li {
            list-style-type: none;
            position: relative
        }

        .tools--menu-container .tools--main-menu .tools--menu ul>li a {
            position: relative;
            display: block;
            padding: 8px 20px;
            color: #000
        }

        .tools--menu-container .tools--main-menu .tools--menu ul>li a:hover {
            text-decoration: none;
            background-color: #e8e8e8
        }

        .tools--menu-container .tools--main-menu .tools--menu ul>li a.submenu-carret {
            position: absolute;
            top: 0;
            right: 16px;
            color: #777;
            padding: 8px
        }

        .tools--menu-container .tools--main-menu .tools--menu ul>li a.submenu-carret:hover {
            background-color: #fff;
            color: #214099
        }

        .tools--menu-container .tools--main-menu .tools--menu .submenu-links {
            display: none
        }

        .tools--menu-container .tools--main-menu .tools--menu .submenu-links--back {
            cursor: pointer;
            display:flex;
            padding: 12px 20px
        }

        .tools--menu-container .tools--main-menu.-submenu {
            display: none;
            height: 100%
        }

    @media only screen and (max-width:1399px){
        .woocommerce-review-link,
        .custom-global-rating{
            font-size:11px !important;
        }
    }
        @media (max-width:991px) {
            .tools--menu-container {
                left: auto;
                /*right: -462px*/
            }
        }

        @media (max-width:767px) {
            .tools--menu-container {
                right: -768px
            }
        }

        @media (max-width:500px) {
            .tools--menu-container {
                min-width: 100%
            }
        }

        .tools--menu-container .tools--menu-header-view .fa.fa-chevron-right {
            margin-left: 5px;
            position: relative;
            top: 1px
        }

        @media only screen and (max-width:740px) {
            .tools--menu-container{
              min-width: 100% !important;
              width:100%;
            }
            .navbar-form .form-group {
                display: flex
            }

            .navbar-form .form-group input#search-input {
                width: 100% !important
            }

            .navbar .navbar-form--container {
                width: 100%
            }
        }
.searchiconsar{
height: 32px;
    width: 32px;}
