/*!
 * @version 3040960-dev
 * 
 */
:root {
    --search-sidebar-width: 325px;
}

.searchPage-root-4QC {
    padding: 1rem;
    background: #F0F3F6;
}

.searchPage-noResult-1tm {
    display: flex;
    margin: 3rem;
    font-size: 24px;
    text-align: center;
}

.searchPage-headerButtons-1pw {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    margin: 1rem 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index:2;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

.searchPage-heading-Gu6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.searchPage-searchInfo-2gR {
    line-height: var(--venia-global-typography-heading-lineHeight);
    margin: 2.5rem 0 1rem;
    max-width: 75vw;
}

.searchPage-totalPages-D5M {
    margin-left: 0.5rem;
}

.searchPage-headingHighlight-pjR {
    font-weight: var(--venia-global-fontWeight-bold);
}

.searchPage-sidebar-3aw {
    display: none;
}
.searchPage-loaded-1KL {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    visibility: visible;
}
.searchPage-image_container-1d8 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.searchPage-gallery_items-Bra {
    display: grid;
    grid-area: items;
    grid-gap: 20px;
    margin-bottom: 10px;
}
@media (min-width: 1024px) {
    .searchPage-root-4QC {
        display: flex;
        flex-wrap: nowrap;
        -moz-column-gap: 1.875rem;
             column-gap: 1.875rem;
    }
    .searchPage-comparepopup-4Bz{
        width: 100%;
    }

    .searchPage-heading-Gu6 {
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
    }

    .searchPage-searchInfo-2gR {
        margin: 0;
        flex-basis: 100%;
    }

    .searchPage-headerButtons-1pw {
        justify-content: flex-end;
        position: relative;
        top: 0;
        right: 0;
    }

    .searchPage-sidebar-3aw {
        display: contents;
        align-self: flex-start;
        width: var(--search-sidebar-width);
        padding-top: 4rem;
    }

    .searchPage-searchContent-23C {
        flex-grow: 1;
        width: 80%;
    }
}
@media (max-width: 640px) {
    .searchPage-gallery_items-Bra {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
@media (max-width: 1240px) {
    .searchPage-gallery_items-Bra {
        grid-template-columns: repeat(2, 1fr);
    }
}

:root {
    --category-sidebar-width: 325px;
}

.category-root-XX- {
    margin-top: 3.437rem;
    background: #f0f3f6;
}

.category-plpRoot-15W {
    /* display: grid;
   justify-content: center;  */
   max-width: 1440px;
   margin: auto;
}

.category-breadcrumbRoot-3RC {
    font-family: var(--venia-global-fontFamily-GilroyLight);
    font-size: 16px;
    line-height: 18px;
    color: #032a54;
    margin-left: 0rem;
    margin-top: 0rem;
}
.category-breadcrumbContainer-zSL {
    /* margin-top: 10px; */
    min-height: 19.6px;
}

.category-container-14n {
    margin: 0rem 1.75rem;
}
.category-title-3H4 {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0 0.5rem;
}

.category-pagination-3J2 {
    position: relative;
    bottom: 0;
    margin-bottom: 40px;
}

.category-placeholder-1pM {
    height: 100vh;
}

.category-categoryTitle-3Ab {
    color: rgb(var(--venia-global-color-text));
    padding-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.375rem;
    text-align: center;
}

.category-heading-4AX {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 2;
}

.category-topheading-1g4 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 20px;
    color: #032a54;
    text-align: center;
    font-family: var(--venia-global-fontFamily-NordiquePro);
    margin-bottom: 0;
}

.category-subheading-3JH {
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: #032a54;
    text-align: center;
    margin: 1.125rem auto 0.625rem;
    width: 80%;
    padding-left: 0;
    font-family: var(--venia-global-fontFamily-Helvetica);
}

.category-categoryInfo-kbZ {
    line-height: var(--venia-global-typography-heading-lineHeight);
    margin: 0;
    max-width: 75vw;
    font-size: 0.875rem;
    color: #032a54;
}

.category-headerButtons-7Xw {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.category-contentWrapper-3FM {
    width: 100%;
    min-height: 600px;
}

.category-sidebar-3cj {
    display: none;
}
.pricelist-content {
    /* min-height: 600px; */
}
.category-totalCount-2B0 {
    display: flex;
    justify-content: flex-end;
}
@media (min-width: 670px) {
    .pricelist-content {
        min-height: 200px;
    }
}
@media (max-width: 1024px) {
    .category-compareText-2_T,
    .category-compareArrow-2Bp {
        display: none;
    }
    .pricelist-content td {
        padding-bottom: 16px;
    }
}
@media (min-width: 1025px) {
    .category-subheading-3JH {
        text-align: center;
        font-size: 1.2rem;
        margin-top: 1.75rem;
        padding-left: 6rem;
    }
}
@media (min-width: 1024px) {
    .category-compareText-2_T {
        color: #032a54;
        cursor: pointer;
    }
    .category-compareArrow-2Bp {
        width: 35px;
        height: 24px;
        cursor: pointer;
    }
    .category-subHeadings-8r5 {
        display: flex;
    }
    /* .subheading{
        text-align: center;
        font-size: 1.2rem;
        /* margin:1.5rem 8rem 0.625rem;
        margin-right: 3rem; */
    /* margin-top: 1.5rem ;
        padding-left: 6rem;
    } */
    .category-contentWrapper-3FM {
        display: flex;
        margin-top: 2.56rem;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
        min-height: 900px;
    }
    .category-topheading-1g4 {
        font-size: 3rem;
    }
    .pricelist-content > h2 > strong {
        font-size: 50px !important;
        font-weight: 400 !important;
    }
    .pricelist-content > table {
        font-size: 15px !important;
        border-collapse: separate !important;
        border-spacing: 0 0px !important;
    }
    .pricelist-content > table a {
        color: #032a54;
    }
    .pricelist-content {
        /* margin-left: -17rem !important;
        margin-top: 6rem !important; */
        margin-left: 59px;
    }
    .category-categoryHeader-27c {
        width: 100%;
    }

    .category-heading-4AX {
        display: none;
    }

    .category-categoryInfo-kbZ {
        margin: 0;
        flex-basis: 100%;
    }

    .category-sidebar-3cj {
        display: flex;
        align-self: flex-start;
        width: var(--category-sidebar-width);
        /* padding-top: 1rem;
        margin-left: 60px; */
        min-height: 1081px;
        /* min-width: 115px; */
        max-width: 260.15px;
    }

    .category-categoryContent-2v2 {
        display: grid;
        grid-auto-flow: row;
        grid-row-gap: 2.125rem;
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
    }

    .category-sortBtnContainer-13c {
        position: absolute;
        top: 0;
        right: 0;
    }

    .category-filterContainer-30L {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-right: 11rem;
    }
}
.pricelist-content h3 > span > strong > span {
    font-family: var(--venia-global-fontFamily-Helvetica) !important;
}
.pricelist-content > table a {
    color: #032a54;
}
.pricelist-content h3:nth-child(3),
.pricelist-content table td {
    border-bottom: 2px solid;
    border-color: rgb(var(--venia-global-color-border));
    padding: 15px 0px;
}
.category-loaded-1Jy {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    visibility: visible;
}
.category-image_container-3Z9 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.category-gallery_items-3SZ {
    display: grid;
    grid-area: items;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 10px;
}



@media (max-width: 1023px) {
    .category-sortBtnContainer-13c {
        display: none;
    }
}
@media (max-width: 960px) {
    .category-container-14n {
        margin: 1rem;
        margin-top: 0px;
        padding-top: 5px;
    }
    .category-root-XX- {
        margin-top: 1.187rem;
    }
    .category-subheading-3JH {
        margin-top: 0.56rem;
        font-size: 14px;
    }
    .category-headerButtons-7Xw {
        position: initial;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }
    .category-heading-4AX {
        width: 100%;
        margin-bottom: 1rem;
        margin-top: 0.75rem;
    }
    .category-sortBtnContainer-13c {
        display: none;
    }
    .category-filterContainer-30L {
        display: none;
    }
    .category-categoryContent-2v2 {
        display: grid;
        grid-row-gap: 1rem;
    }
    .category-breadcrumbContainer-zSL {
        display: none;
    }
}
@media (max-width: 405px) {
    .pricelist-content > table {
        font-size: 15px;
    }
}
@media (max-width: 375px) {
    .pricelist-content > table {
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    .pricelist-content > table {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .category-gallery_items-3SZ {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
@media (max-width: 1240px) {
    .category-gallery_items-3SZ {
        grid-template-columns: repeat(2, 1fr);
    }
}

.cms-root-2Wa {
    padding: 1rem;
}

.cms-title-1yc {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 1rem;
    padding: 0.5rem;
}

.cms-heading-2eT {
    line-height: 1.25em;
}

.cms-layout_default-2m4 {
    padding: 0;
}

.cms-layout_1column-88j {
}

.gallery-root-28Q {
    display: grid;
    grid-template-areas:
        'actions'
        'items';
    grid-template-columns: 1fr;
    line-height: 1;
    margin-bottom: 2rem;
}

.gallery-gallery_items-2FY {
    display: grid;
    grid-area: items;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    .gallery-gallery_items-2FY {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 960px) {
    .gallery-root-28Q{
        margin-bottom: 3rem;
    }
}

.item-root-1Qt {
    align-content: start;
    display: grid;
    row-gap: 5px;
    padding-top: 1rem;
    background: #ffffff;
    position: relative;
}

.item-cardFlexContainer-Jn2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 347px;
}

.item-rateContainer-2_g {
    margin: 0rem 1rem 1rem;
}
.item-bottomContainer-3Oa {
    bottom: 0;
    position: absolute;
}
.item-images-1DZ {
    display: grid;
    grid-template-areas: 'main';
}

.item-imageContainer-2hU {
    grid-area: main;
}

.item-image-3gx {
    display: block;
    height: 214px;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: 1;
    transition-duration: 512ms;
    transition-property: opacity, visibility;
    transition-timing-function: ease-out;
    visibility: visible;
    width: 250px;
}

.item-imagePlaceholder-1Uq {
    background-color: rgb(var(--venia-global-color-gray));
}

.item-actionsContainer-1cg {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 20px 20px;
}

.item-actionsContainer-1cg:empty {
    display: none;
}

.item-outOfStock-3Fi {
    background: #FFE9E9E5;
    width: 100%;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #ED1212;
    height: 35px;
    display: flex;
    justify-content: space-between;
    padding: 0px 18px;
    margin-top: -36px;
    position: relative;
    align-items: center;

}

.item-name-22D {
    font-weight: var(--venia-global-fontWeight-bold);
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0em;
    color: #032a54;
    font-family: var(--venia-global-fontFamily-Helvetica)!important;
    height: 42px;
    text-align: left;
}

.item-percentageText-2Rn {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    background: #032a54;
    padding: 1rem 0.3rem;
    border-radius: 50px;
    min-width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.item-itemTitle-3R- {
    margin: 0rem 1rem;
    display: grid;
    grid-row-gap: 10px;
}
.item-sliderContainer-2zN {
    display: grid;
    justify-content: center;
}
.item-productTitle-1Gr{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.item-offerSticker-1xx{
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #40C1AC;
    color: #ffffff;
    text-align: center;
    padding: 8px 0px;
}
.item-offerSticker-1xx span{
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 3px;
}
.item-name-22D,
.item-price-2wk {
    font-size: var(--venia-typography-detail-XL-fontSize);
}
.item-name-22D {
    margin-bottom: 0;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item-price-2wk {
    font-weight: var(--venia-global-fontWeight-semibold);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #032a54;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    height: 22.4px;
}

.item-unavailableContainer-IAw {
    align-items: center;
    background-color: rgb(var(--venia-global-color-gray));
    color: rgb(var(--venia-global-color-gray-darker));
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    display: grid;
    font-style: italic;
    grid-auto-flow: column;
    justify-content: start;
    padding: 0.75rem;
    width: 100%;
    font-size: var(--venia-global-fontSize-100);
}
.item-itemTags-278{
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
}
.item-lowestPriceTag-YuA, .item-popularchoice-Cv3{
    height: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    background: #032a54;
    z-index: 1;
    border-radius: 22px;
    padding: 8px 10px;
}

.item-lowestPriceTag-YuA span{
    color: #40C1AC;
}
.item-bestSeller-2xr, .item-newlaunch-25v{
    height: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #00A7E1;
    background: #00A7E1;
    color: #ffffff;
    padding: 7px 10px;
    border-radius: 22px;
}
.item-ofrPercentage-DND {
    /* justify-self: end; */
    display: grid;
    grid-template-rows: auto auto;
    grid-gap: 10px;
    /* justify-content: center; */
    /* justify-items: center; */
    /* align-content: flex-end; */
}
.item-siteContainer-2Uw {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    position: absolute;
    min-width: 5.813rem;
    height: 1.188rem;
    left: 1rem;
    top: 1rem;
}
.item-siteIcon-3lk {
    width: 28px;
    height: 28px;
    padding: 3px;
    border-radius: 50%;
    background-color: #f0f3f6;
    display: grid;
    align-items: center;
    justify-items: center;
    cursor: pointer;
}
.item-compareTag-1ZP {
    display: flex;
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
    cursor: pointer;
    text-align: center;
    width: 75px;
    line-height: 8px;

}
.item-compareText-2Ps {
    background: #ffffff;
    font-size: 12px;
    padding: 4px 2px;
    border-radius: 25px;
    color: #032a54;
}
.item-comparedText-1qk {
    background: #ffffff;
    font-weight: 400;
    font-size: 10px;
    padding: 4px 2px;
    border-radius: 25px;
    color: #032a54;
}
.item-compareTag-1ZP:hover .item-compareText-2Ps {
    display: block;
    pointer-events: auto;
}
.item-checkbox-2Aa input{
    border-radius: 0;
    width: 18px;
    height: 18px;
}
.item-uspAndOutOfStock-32m {
    display: block;
    min-height:65px;
}
.item-childItems-70h{
    min-height: 90px;
    margin: 0 16px;
}
.item-wishlist-2vE{
    min-height: 20px;
    margin: 5px 16px;  
    border: 1px solid grey;
    padding: 6px;
    text-align: center;
}
.item-wishlisted-2Rb{
    color: #ffffff;
    background-color:#032a54 ;
}
/* state: pending */

.item-root_pending-1xE {
}

.item-image_pending-3Wv {
    background-color: rgb(var(--venia-global-color-gray));
}

.item-images_pending-3sQ {
}

.item-name_pending-28J {
    background-color: rgb(var(--venia-global-color-gray));
}

.item-price_pending-10n {
    background-color: rgb(var(--venia-global-color-gray));
    width: 3rem;
}

.item-linkItems-n_r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    height: 30px;
}
.item-optionBtn-27A {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
    height: 45px;
    font-size: 0.875rem;
    line-height: 1rem;
    border-top: 1px solid #f0f3f6;
    background: #ffffff;
    color: #032a54;
    text-decoration: none;
}
.item-detailBtn-2u3, .item-bookDemoBtn-35c, .item-buyNow-1fj {
    border-top: none;
    height: 40px;
    margin-right: auto;

}

.item-detailBtn-2u3 a{
    border: 1px solid #032a54;
    background: #ffffff;
    color: #032a54;
    padding: 10px 20px;
    border-radius: 20px;
    width: 121px;
    text-align: center;
}
.item-detailBtn-2u3 a:hover{
    color: #ffffff;
    background: #032a54;
}
.item-bookDemoBtn-35c {
    background: url("/media/wysiwyg/Book-a-Demo_1.png");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}


.item-buyNowBtn-2kd {
    border-top: none;
    height: 40px;
    width: 135px;
} 
.item-buyNowBtn-2kd a {
    border: 1px solid #00A7E1;
    background: #00A7E1;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    width: 135px;
    text-align: center;
}
.item-buyNowBtn-2kd a:hover {
    color: #00A7E1;
    background: #ffffff;
}
.item-optionBtn-27A a:hover {
    text-decoration: none;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}

.item-reviewCount-8mJ {
    font-size: var(--venia-global-fontSize-75);
    padding-top: 4px;
    color: #032a54;
}
.item-uspsText-18v {
    height: 30px;
    width: 30px;
    background: #f0f3f6;
    border-radius: 50px;
    font-size: 8px;
    color: #032a54;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-uspsBlock-1N- {
    display: block;
    margin: 5px auto;
    text-align: left;
}
.item-productUsps--Bz{
    background: #F0F3F6;
    color: #667381;
    border-radius: 8px;
    display: inline-block;
    margin: 2px;
    padding: 4px 8px;
    font-size: 10px;
    line-height: 16px;
    /* height: 24px; */
    text-transform: capitalize;
    cursor: default;
    vertical-align: middle;
}

.item-productUsps--Bz:nth-child(4n+2),
.item-productUsps--Bz:nth-child(4n+3) {
    white-space: nowrap; 
    max-width: 152px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.item-priceValue-uVy {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: #032a54;
}

.item-strikePrice-lO1 {
    font-size: 14px;
    line-height: 16px;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #B7BCC1;
    margin-left: 0.5rem;
    font-weight: 400;
}
.item-ratingAndOutOfStock-Iyk {
    display: flex;
    flex-direction: row;
}

.item-storeRatingContainer-2h9 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    width: 50%;
    margin-bottom: 7px;
}

.item-logoAndRating-2Lw span {
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;

}

img[alt="slide to left"], img[alt="slide to right"] {
    filter: brightness(0.3);
}

.item-saved-ijm {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #00A7E1;
    margin-left: 9px;
}
.item-currency-xLl {
    font-size: 12px;
    vertical-align: text-top;;
    font-weight: 500;
}

.item-currencySave-gAe {
    font-size: 12px;
    vertical-align: text-bottom;
    font-weight: 500;
}

.item-disabled-1sF {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;

}

@media (min-width: 960px) {
    .item-image-3gx {
        width: auto;
    }
}
@media (min-width: 1024px) {
    .item-image-3gx {
        width: 190px;
    }
}
@media (min-width: 1150px) {
    .item-image-3gx {
        width: auto;
    }
}
@media (min-width: 1225px) {
    .item-image-3gx {
        width: auto;
    }
}
@media (max-width: 700px) {
    .item-image-3gx {
        width: auto;
    }
}
/* @media (max-width:370px) {
    .cardFlexContainer{
        max-width: 330px;
        padding-right: 5px;
    }
    .itemTitle{
        margin: 0px;
    }
    .productTitle{
        padding-left: 10px;
    }
    .ratingAndOutOfStock{
        padding-left: 10px;
    }
    .childItems{
        padding-left: 10px;
        margin: 0px;
    }
    .actionsContainer{
        gap: 5px;
        padding: 7px 10px 20px;
    }
    .buyNowBtn a {
        padding: 10px 10px;
        width: 121px;
    }
    .relatedProductsRoot .cardFlexContainer{

    }
} */

.item-logoAndRating-2Lw{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
@media (max-width:380px) {
    .item-cardFlexContainer-Jn2{
        /* max-width: 250px; */
        max-width: 90vw;
        padding-right: 5px;
    }
    .item-itemTitle-3R-{
        margin: 0px;
    }
    .item-itemTitle-3R->img{
        width: 100%;
    }
    .item-productTitle-1Gr{
        padding-left: 10px;
        padding-right: 5px;
    }
    .item-ratingAndOutOfStock-Iyk{
        padding-left: 10px;
        padding-right: 5px;
    }
    
    .item-actionsContainer-1cg{
        gap: 5px !important;
        padding: 7px 10px 20px !important;
    }
    .item-buyNowBtn-2kd a {
        padding: 10px 10px;
        width: 121px;
    }
    /* .buyNowBtn a {
        padding: 10px 10px;
        width: 121px;
    } */
    .item-childItems-70h{
        margin: 0px 10px;
    }
    .item-uspsBlock-1N- {
        margin: 22px auto;
    }
    /* .buyNowBtn{
        justify-content: left;
    } */
    .item-popularchoice-Cv3, .item-newlaunch-25v{
        height: auto;
        text-align: center;
    }
    
    .item-sliderContainer-2zN{
        width: 70vw ;
    }
    .item-sliderContainer-2zN>div{
        width: 60vw !important;
        height: 263px !important;
    }
    .item-sliderContainer-2zN>div>div{
        width: 80vw !important;
        height: 263px !important;
    }
    .item-logoAndRating-2Lw{
        display: flex;
    }
}


@media (max-width:340px) {
    .item-detailBtn-2u3{
        width: 40%;
        margin: auto !important;
    }
    .item-buyNowBtn-2kd{
        width: 40%;
        margin: auto !important;
    }
    .item-detailBtn-2u3 a{
        padding: 10px 10px;
    }
}
.item-wishlistContainer-1Ot{
    width: 40px;
    height: 40px;
    background: #00A7E11A;
    /* position: absolute; */
    top: 52px;
    right: 10px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}
.item-wishlistItem-2U3{
    position: relative;
    margin: 10px;
    /* top: 8px; */
    /* right: -10px; */
}

.shimmer-module-root_shimmer-2oO {
    align-content: start;
    display: grid;
    row-gap: 1rem;
    padding-top: 1rem;
    background: #ffffff;
    position: relative;
}
.checkbox-root-CLA {
    --stroke: var(--venia-global-color-gray-600);
    align-items: center;
    color: rgb(var(--venia-global-color-gray-900));
    display: grid;
    gap: calc(0.875rem - 5px);
    grid-auto-flow: column;
    grid-template-areas: 'input label';
    grid-template-columns: min-content 1fr;
    justify-items: center;
    line-height: 1.5rem;
}

.checkbox-input-2Tv {
    -webkit-appearance: none;
    background: none;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    grid-area: input;
    height: 1.5rem;
    width: 1.5rem;
}

.checkbox-icon-2Jp {
    grid-area: input;
    height: 1.5rem;
    pointer-events: none;
    width: 1.5rem;
}

.checkbox-icon-2Jp svg {
    stroke: #032a54;
}

.checkbox-label-3N5 {
    cursor: pointer;
    font-size: var(--venia-typography-body-M-fontSize);
    grid-area: label;
    justify-self: start;
    font-size: 14px;
    line-height: 18px;
    font-weight:500;
    color: #032A54;
}

.checkbox-input-2Tv:disabled {
    cursor: default;
}

/* When the input is disabled, update the cursor on the sibling label element. */
.checkbox-input-2Tv:disabled ~ .checkbox-label-3N5 {
    cursor: default;
}

.checkbox-input-2Tv:checked:enabled + .checkbox-icon-2Jp {
    /* --stroke: var(--venia-brand-color-1-700); */
}
.checkbox-checkBox-2AW{
    background-color: #032A54;
    border-radius: 4px;
}
.checkbox-checkBox-2AW svg{
    stroke: white;
}

.radio-root-2vZ {
    align-items: center;
    color: #032a54;
    display: grid;
    gap: 0.75rem;
    grid-auto-flow: column;
    grid-template-areas: 'input label';
    grid-template-columns: min-content 1fr;
    margin: 0;
    justify-items: center;
    line-height: 1.5rem;
}

.radio-input-2E9 {
    -webkit-appearance: none;
    background: none;
    background-clip: content-box;
    border: 7px solid transparent;
    border-radius: 50%;
    grid-area: input;
    height: 1.5rem;
    margin-top: 3px;
    width: 1.5rem;
    z-index: 2;
}

.radio-icon-19K {
    grid-area: input;
    height: 1.5rem;
    width: 1.5rem;
    z-index: 1;
}

.radio-icon-19K svg {
    stroke: rgb(var(--venia-global-color-gray-600));
}

.radio-label-1RA {
    font-size: var(--venia-typography-body-S-fontSize);
    grid-area: label;
    justify-self: start;
}

.radio-input-2E9:checked {
    background-color: #032a54;
}

.radio-input-2E9:checked + .radio-icon-19K svg {
    stroke: #032a54;
}

.textArea-input-3Mr {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    padding: 12px 15px;
}

.shimmer-module-root-3pi {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: rgb(var(--venia-global-color-gray));
    pointer-events: none;
}

.shimmer-module-root-3pi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--venia-global-maxWidth);
    height: 100%;
    background: linear-gradient(
            to right,
            rgb(var(--venia-global-color-gray-50) / 0%) 0%,
            rgb(var(--venia-global-color-gray-50)) 40%,
            rgb(var(--venia-global-color-gray-50) / 0%) 80%,
            rgb(var(--venia-global-color-gray-50) / 0%) 100%
        )
        no-repeat;
    background-size: var(--venia-global-maxWidth) 100%;
    -webkit-animation-name: shimmer-module-shimmerAnimation-2Sz;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    will-change: transform;
}

.shimmer-module-root_rectangle-3DN {
    min-height: var(--venia-typography-body-M-fontSize);
}

.shimmer-module-root_button-2t- {
    border: none;
}

.shimmer-module-root_checkbox-1_M {
}

.shimmer-module-root_radio-1N1 {
    border: none;
}

.shimmer-module-root_textArea-1IS {
}

.shimmer-module-root_textInput-3CO {
}

@-webkit-keyframes shimmer-module-shimmerAnimation-2Sz {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.categoryList-root-3pu {
    padding: 1rem;
}

.categoryList-header-3C7 {
    margin-bottom: 2rem;
    text-align: center;
}

.categoryList-title-3Rs {
    text-transform: uppercase;
}

.categoryList-content-1SB {
    display: grid;
    grid-gap: 3rem 1rem;
    grid-template-columns: repeat(auto-fit, 6rem);
    justify-content: center;
}

.categoryTile-root-2VM {
    display: block;
    line-height: 1rem;
    text-align: center;
    width: 6rem;
}

.categoryTile-imageContainer-1Uv {
    margin: 0 0.5rem 1rem 0.5rem;
}

.categoryTile-image-1Kn {
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(var(--venia-global-color-border));
    display: block;
    height: 5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.categoryTile-image_empty-Bat {
}

.categoryTile-name-1ss {
    display: block;
}

.productSummary-root-234 {
    width: 100%;
}
.productSummary-tag-1i8{
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    text-align: center;
    color: #032A54;
    background: #F0F3F6;
    padding: 2px 10px;
    margin: 0.25rem 0.25rem 0.25rem 0;
    display: inline-block;
}




.pagination-root-3sn {
    background-color: white;
    border-top: 1px solid rgb(var(--venia-global-color-border));
    display: grid;
    gap: 0.25rem;
    grid-auto-columns: minmax(2rem, auto);
    grid-auto-flow: column;
    justify-content: center;
    padding: 1rem 0;
    text-align: center;
}

.tile-root-382 {
    align-items: center;
    border: 1px none currentColor;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    min-height: 2rem;
    outline: none;
    position: relative;
}

.tile-root_active-qd6 {
    border-style: solid;
}

.tile-root-382 {
    align-items: center;
    border: 1px none currentColor;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    min-height: 2rem;
    outline: none;
    position: relative;
}

.tile-root_active-qd6 {
    border-style: solid;
}

.price-cutPrice-JB8 {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #B7BCC1;
    text-decoration: line-through;
}
.price-saved-3yD {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #00A7E1;
}

.price-priceContainer-ShS {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    align-items: baseline;
}

.price-currency-3dC {
    font-size: 12px;
    vertical-align: text-top;
    font-weight: 500;
}

.price-currencySave-A4g {
    font-size: 12px;
    vertical-align: text-bottom;
    font-weight: 500;
}


.icon-root-2D0 {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    touch-action: manipulation;
}

.icon-icon-3jC {
    fill: var(--fill, none);
    stroke: var(--stroke, rgb(var(--venia-global-color-text)));
}

@media (min-width: 641px) {
    .icon-icon_desktop-3qz {
        width: 28px;
        height: 28px;
    }
}

.navButton-root-2Y4 {
}

.navButton-icon-1nz {
}

.navButton-icon_disabled-1dM {
    --stroke: rgb(var(--venia-global-color-text-hint));
}

.filterModalOpenButton-filterButton-1D2 {
    /* composes: root_lowPriority from '../../components/Button/button.css'; */
    width: 140px;
    height: 40px;
    background:#ffffff;
    border-radius: 60px;
    color:#032A54;
    font-size:14px;
    font-weight:400;
    box-shadow: 0px 0px 1px 1px #f0f3f6;
}

@media (min-width: 1024px) {
    .filterModalOpenButton-filterButton-1D2 {
        display: none;
    }
}
@media (max-width:330px) {
    .filterModalOpenButton-filterButton-1D2{
        width: 110px;
    }
}
.productSort-root-2Nf {
    text-align: end;
}

.productSort-menu-2Rv {
    position: absolute;
    z-index: 2;
    top: 110%;
    right: 0;
    min-width: 10rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: black;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(var(--venia-global-color-gray-dark));
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.productSort-menuItem-3hG {
    border-bottom: 1px solid rgb(var(--venia-global-color-gray-dark));
    list-style: none;
}

.productSort-menuItem-3hG:last-child {
    border-bottom: none;
}

.productSort-menuItem-3hG:hover {
    background-color: rgb(var(--venia-global-color-gray));
}

.productSort-sortButton-1sm {
    width: 140px;
    height: 40px;
    background: #ffffff;
    border-radius: 60px;
    color: #032a54;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0px 0px 1px 1px #f0f3f6;
}

.productSort-desktopText-31y {
    display: none;
}

.productSort-sortText-1bf {
    line-height: 24px;
    font-size: var(--venia-global-fontSize-200);
    margin-right: 10px;
}

.productSort-desktopIconWrapper-2_8 {
    transform: translateX(10px);
}

.productSort-desktopIcon-DIa {
    stroke: rgb(var(--venia-global-color-gray-500));
}
.productSort-iconDisplaySort-2gG {
    transform: scaleY(-1);
}

.productSort-mobileText-1Zz {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
}


@media (min-width: 1024px) {
    .productSort-sortButton-1sm {
        border-width: 2px;
        border-color: rgb(var(--venia-global-color-gray-500));
        border-radius: 50px;
        font-weight: var(--venia-global-fontWeight-normal);
        text-transform: none;
        width: 11.875rem;
    }
    .productSort-mobileText-1Zz {
        display: none;
    }

    .productSort-desktopText-31y {
        display: inline-flex;
        padding-right: 8px;
        align-items: center;
    }
    .productSort-desktopIconWrapper-2_8 {
        display: none;
    }
}
@media (max-width:330px) {
    .productSort-sortButton-1sm{
        width: 110px;
    }
}
.sortItem-root-_fe {
    align-items: center;
    display: flex;
    width: 100%;
}

.sortItem-content-1zA {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-auto-flow: column;
    grid-template-columns: 1fr;
    height: 2.5rem;
    padding: 0 0.75rem;
    width: 100%;
}

.sortItem-text-3Sa {
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    color: #032A54;
    font-weight: 500;
}

.sortedByContainer-root-1Gg {
    color: rgb(var(--venia-global-color-text-alt));
    text-align: center;
    font-size: 0.875rem;
    padding-bottom: 1rem;
}

.sortedByContainer-sortText-2Ch {
    font-weight: 600;
}

@media (min-width: 1024px) {
    .sortedByContainer-root-1Gg {
        display: none;
    }
}

.comparePopup-comparePopUp-2jm {
    padding:10px 0px;
    background-color:#032a54;
    color:white;
    display:flex;
    justify-content:space-around;
    align-items: center;
}

.comparePopup-compareButton-2qT {
    color:white;
    width:100px;
    border: 1px solid white;
    border-radius: 20px;
}

.comparePopup-closeCompareButton-3ZE {
    color:white;
    transform: rotate(45deg);
    font-size: 25px;
}

.comparePopup-compareButtonDiv-3WE{
    display: flex;
    justify-content: center;
}

.comparePopup-compareCount-27H{
    margin-right: 110px;
}

@media (max-width: 576px) {
    .comparePopup-compareCount-27H{
        margin-right: 0px;
    }
    .comparePopup-comparePopUp-2jm {
        padding: 6px 0px !important;
        font-size: 14px;
        justify-content: space-evenly;
        height: 50px;
    }
}

