@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --defaultColor: #CE393F;
    --textColor:#010101;
    --white:#ffffff;
    --border:#EFECE9;
    --darkborder:#cccccc;
    --lightgreybg:#E4E4E4;
    --description:#333332;
    --black:#000000;
    --black-dark-bg:#0B0B0B;
    --section-light-bg:#F6F6F6;
  }
* {
    box-sizing: border-box;
    outline: none;
      font-family: "Outfit", sans-serif;
    text-decoration: none;
}
body{
      font-family: "Outfit", sans-serif;
}
.default-color{
    color:var(--textColor) !important;
}
.section-grey-bg{
    background: var(--section-light-bg);
}
.horizontal-scroll{
    width: 100%;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.default-btn{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    height: 55px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 1.3px;
    padding: 16px 40px;
    border: 0px;
    border-radius: 4px;
    background: #CE393F;
}
.default-btn:hover{
    background: #a93338;
}
.default-btn.parrot-green{
    background: #9BEB05;
    color: var(--textColor);

}
.default-btn.parrot-green:hover {
    background-color: #82D200;
    color: var(--textColor);
}
/* .default-btn{
    display: inline-flex;
    height: 56px;
    padding: 23px 40px;
    align-items: center;
    background: #CE393F;
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border: 0px;
} */
.default-btn>svg{
    margin-right: 2px;
}

.home-banner-bg-content .default-btn>svg{
    width: 16px;
    height: 19px;
}
.parrot-green>svg>path{
    fill:var(--textColor);
}


.section-title h2,
.section-title h1{
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;  
    color: var(--textColor);  
}

.section-title p,
.section-title p{
    color: var(--textColor);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.width-fit-content{
    width: fit-content !important;
}
.order-page .heading-1{
    color: var(--textColor);
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; 
    text-transform: capitalize;
    margin: 0px;
}
.order-page .heading-3{
    color: var(--textColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
}
.order-page .heading-3 span.js-step-no{
    font-weight: 300;
}
.order-page .steps{
    margin-top: 35px;
}
.steps-panel h2.heading-3{
    background:var(--lightgreybg);
    padding:1rem;
    min-width: 300px;
    width:fit-content;
    border-left: 4px solid var(--defaultColor);
    position: relative;
}
.steps-panel h2.heading-3:after{
    content: '';
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid var(--lightgreybg);
    position: absolute;
    left: 100%;
}
.steps-panel > p.color-text{
    color: var(--description);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 153%;
    margin: 0px;
}
.custom-tabs{
    border-bottom: 2px solid var(--darkborder);
    margin-top: 50px;
    margin-bottom: 50px;
}
.custom-tabs .nav-item{
    
}
.custom-tabs .nav-link{
    color: #010101;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    padding: 0px 32px 26px 32px;
    border-bottom: 4px solid transparent;
    border-radius: 0px;
}
.custom-tabs.nav-pills .nav-link.active, .custom-tabs.nav-pills .show>.nav-link{
    font-weight: 600;
    background: transparent;
    color: var(--defaultColor);
    border-color: var(--defaultColor);

}

.slick-prev, .slick-next {
    width: 32px;
    height: 32px;
    border: 1px solid var(--defaultColor);
    color: transparent;
    background: transparent;
    font-size: 0px;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 100px);
    transform: translate(-50%, -50%);
}
.slick-slide .product{
    min-height: 310px;
}
.slick-slide.slick-current.slick-active .product{
    border-color: var(--defaultColor);
    box-shadow: 0px 0px 10px 3px #ce393f2b;
}
/* .favorite-slider .slick-prev:hover, .favorite-slider  .slick-next:hover{
    background: var(--defaultColor);
}
.favorite-slider .slick-prev:hover:after, .favorite-slider  .slick-next:hover:after{
    border-color: var(--white);
} */
 .slick-prev:hover, .slick-next:hover{
    background: var(--defaultColor);
}
.slick-prev:hover:after,  .slick-next:hover:after{
    border-color: var(--white);
}
.slick-next{
    left: auto;
    right: calc(50% - 130px);
}
.slick-prev:after, .slick-next:after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid var(--defaultColor);
    border-width: 0px 0px 2px 2px;
    transform: rotate(45deg);
    top: 10px;
    left: 13px;
}
.slick-next:after{
    transform: rotate(220deg);
    left: auto;
    right: 12px;
}

.slick-dots{
    display: flex;
    justify-content: center;
}
.slick-dots li button{
        width: 19px;
    height: 4px;
    background: var(--darkborder);
    border: 0;
    color: transparent;
    font-size: 0px;
    margin: 0px 5px;
}
.slick-dots li.slick-active button{
    background: var(--defaultColor);
}


/***************Breadcrumb CSS Starts****************/
.fixed-header .breadcrumb-con{
    position: fixed;
    top: 119px;
    left: 0px;
    width:100%;
    z-index:99;
    background:#fff;
}
.breadcrumb-con{
    margin-top: 40px;
}
.breadcrumb li:first-child{
    padding-left: 0px;
}
.breadcrumb li:last-child::after{
    display: none;
}
.breadcrumb li:last-child,.breadcrumb li a{
    color: var(--description);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
}
.breadcrumb li a svg{
    width: 14px;
}


@media (max-width: 768px) {
    .breadcrumb li a, .breadcrumb li{
        font-size: 10px !important;
    }
    .breadcrumb li{
        padding: 0px 8px;
    }
    .breadcrumb li::after{
        content: '/';
        font-size: 12px;
    }
    .breadcrumb li:first-child::after{
        content: '/';
        top: 1px;
    }
    .breadcrumb li:first-child{
        padding-bottom: 0px;
    }
    .breadcrumb li a svg{
        width: 13px;
    }
}
/***********Breadcrumb css ends***************/
/* Home banner */
.home-banner-bg{
    background-image:url('https://img.rushpromo.com/thumbs/1920x546/images/home-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 85% 100%;
    position: relative;
    padding: 55px 0px;
}
.home-banner-bg::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 36.43%, #000 59.7%);
}

.overall-rating{
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.overall-rating b{
    font-weight: 700;
}

.rating-list{
    display: flex;
    align-items: center;
}
.rating-list svg{
    margin: 0px 3px;
}

.home-banner-bg-content{
    max-width: 550px;
    position: relative;
    z-index: 1;
}
.home-banner-bg-content h2{
    color: var(--white);
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px; /* 118.182% */
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin: 14px 0px 23px;
}
.home-banner-bg-content h2 span{
    color: var(--defaultColor);
    display: inline-block;
}
.home-banner-bg-content p{
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 12px;
}

.home-banner-bg-content .text-icon{
    font-size: 16px;
}



.banner-review-card{
    border: 1px solid var(--border);
    background: var(--white);
    padding: 24px;
    display: flex;
    margin-top: 37px;
}
.banner-review-card .review-card-user{
    margin-right: 16px;
}
.banner-review-card .review-card-user img{
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 100%;
}
.banner-review-card .review-card-content>.d-flex{
    margin-bottom: 17px;
}
.banner-review-card .review-card-content .text-icon{
    color: var(--textColor);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
    margin-left: 15px;
}
.banner-review-card .review-card-content .text-icon svg{
    margin-right: 6px;
}
.banner-review-card .review-card-content p{
    color: var(--description);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.banner-review-card .review-card-content h3{
    color: var(--black);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

/* Home banner */
.product-slider .slick-slide{
    min-height: 418px;
}
.product{
    border: 1px solid var(--darkborder);
    margin: 15px;
}
.product-img{
    height: 180px;
}
.product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-body{
    padding: 15px;
}
.product-title{
    color: var(--textColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 8px 0px 12px;
}
.product-price{
    color: var(--textColor);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
}
.product .hover-btn{
    height: auto;
    padding: 13px 40px;
}
.hover-btn{
    display: none;
    transition: 0.5s all ease;
}

.product:hover .hover-btn{
    transition: 0.5s all ease;
    display: block;
}

.black-dark-bg{
    background: var(--black-dark-bg) !important;
}

.product-slider{
    min-height: 440px;
}


.review-wraper{
    background: #fff;
    margin: 15px;
    padding: 15px;
}
.review-wraper h2{
    color: var(--black);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0 8px 0;
}
.review-wraper .review-desc{
    color: var(--description);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 152%;
    margin: 5px 0px 18px;
}

.review-user-img{
    width: 40px;
    height: 40px;
    border-radius: 56px;
    background: linear-gradient(0deg, #78909C 0%, #78909C 100%), url(<path-to-image>) lightgray 0px -2.011px / 100% 135.45% no-repeat;
    color: var(--white);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
    text-align: center;
    margin-right: 10px;
}

.review-wraper .text-icon{
    color: var(--textColor);
    font-weight: 400;
    display: flex;
    align-items: center;
}
.review-wraper .text-icon svg{
    margin-right: 6px;
}
.user-review{

}


/* Newsletter Start */

    
    .newsletter-banner-main{
            background: url('https://img.rushpromo.com/uploads/images/src/Rectangle 9680.png') center center no-repeat;
            background-size: cover !important;
            min-height: 580px;
            display: flex;
            align-items: center;
    }


    .newsletter-content{
        max-width: 650px;
        background: var(--white);
        padding: 40px;
    }
    .newsletter-content h2{
        color: var(--textColor);
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 58.5px */
        text-transform: capitalize;
    }
    .newsletter-content h2 span{
        color: var(--defaultColor);
        display: inline-block;
    }
    .newsletter-content p{
        color: var(--description);
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 153%; /* 24.48px */
        text-transform: capitalize;
    }
    .newsletter-input{
        display: flex;
    }
    .input-box{
        border: 1px solid rgba(9, 29, 79, 0.1);
        border-radius: 8px;
        padding: 17px 30px;
        color: #091d4f66;
        font-weight: 500;
        font-size: 14px;
        line-height: 22.4px;
        width: 280px;
        max-width: 100%;
    }
    
    .newsletter-content input.needsclick {
        background: var(--white) !important;
        border: 1px solid rgba(0, 0, 0, 0.20) !important;
        color: #1C1A1A !important;
        opacity: 1 !important;
        box-shadow: unset !important;
        border-radius: 8px !important;
        padding: 17px 30px !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 22.4px !important;
        width: 280px !important;
        max-width: 100% !important;
        height: auto !important;
        font-family:'Plus Jakarta Sans', sans-serif !important;
        text-align: left !important;
    }
 
    .newsletter-content button.needsclick {
        display: flex !important;
        align-items: center !important;
        background: var(--defaultColor) !important;
        color: var(--white) !important;
        font-size: 16px !important;
        border-radius: 4px !important;
        line-height: 19.2px !important;
        font-weight: 500 !important;
        letter-spacing: 0.02em !important;
        padding: 18.6px 32px !important;
        border: 1px solid transparent !important;
        margin-left: 12px;
        height: auto !important;
        word-break: unset !important;
    }
    .newsletter-content .text-icon{
        color: var(--description);
    }
    .newsletter-content input.needsclick::-webkit-input-placeholder{
        color:var(--textColor) !important;
        font-size:14px !important;
        font-family:'Plus Jakarta Sans', sans-serif !important;
        font-weight: 600 !important;
    }
    .newsletter-content input.needsclick:-ms-input-placeholder{
        color: var(--textColor)  !important;
        font-size:14px !important;
        font-family:'Plus Jakarta Sans', sans-serif !important;
        font-weight: 600 !important;
    }
    .newsletter-content input.needsclick::placeholder {
        color: var(--textColor)  !important;
        font-size:14px !important;
        font-family:'Plus Jakarta Sans', sans-serif !important;
        font-weight: 600 !important;
    }
    .newsletter-content .klaviyo-form.klaviyo-form.klaviyo-form{
        padding: 0px !important;
    }
    @media screen and (max-width:767px){
            .newsletter-banner-main{
                min-height: 260px;
            }
            .newsletter-content {
                padding: 24px;
            }
            .newsletter-content h2{
                font-size: 24px;
                line-height: 120%;    
            }
            
            .newsletter-content p{
                font-size: 13px;
            }
            .needsclick.kl-private-reset-css-Xuajs1{
                width: 100%;
            }
        
        .newsletter-content .newsletter-input>.needsclick.kl-private-reset-css-Xuajs1>.klaviyo-form>.needsclick >.needsclick  {
            flex-direction:column !important;
            min-height: 70px;
        }
        .newsletter-content button.needsclick{
            margin-left:0px !important;
            width:100%;
            justify-content: center;
        }
        .newsletter-content input.needsclick{
            width: 100% !important;
        }
        .newsletter-content button.needsclick{
            width: 100px !important;
            padding:12px 20px !important;
        }
        .newsletter-content input.needsclick{
            padding:12px 20px !important;
            font-size: 11.5px !important;
        }
    }

/* Newsletter End */


.cs-gallery-sec {
    padding: 30px 0 40px;
    background: #f0f7ff
}

.cs-gallery {
    display: flex;
    flex-wrap: wrap
}

.cs-gallery>a {
    width: calc(25% - 10px);
    height: 290px;
    display: block;
    margin: 0 5px 10px
}

.cs-gallery img {
    width: 100%;
    height: 290px;
    object-fit: cover
}

.view-more {
    margin-top: 40px;
    display: flex;
    justify-content: center
}

.view-more>a {
    color: rgba(9,29,79,.5);
    font-size: 15px;
    line-height: 160%;
    text-decoration-line: underline
}

@media screen and (max-width: 767px) {
    .cs-gallery {
    width: 630px;
}
    .cs-gallery>a {
        height: 140px
    }

    .cs-gallery img {
        height: 140px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .cs-gallery>a {
        max-width:calc(33.333% - 10px);
        height: 140px
    }

    .cs-gallery img {
        height: 140px
    }
}

@media screen and (min-width: 992px) and (max-width:1024px) {
    .cs-gallery>a {
        height:180px
    }
}

@media screen and (min-width: 1025px) and (max-width:1365px) {
    .cs-gallery>a {
        height:220px
    }

    .cs-gallery>a:nth-child(9) img {
        max-width: 237px
    }
}

@media screen and (max-width:580px){
    .horizontal-scroll .text-icon{
        white-space: nowrap;
        margin-right: 20px;
    }
    .default-btn{
        font-size: 14px;
        height: 44px;
        padding: 10px 20px;
    }
    .section-title h2,
    .section-title h1{
        font-size: 24px;
        line-height: 100%;
        
    }
    .section-title h2 span,
    .section-title h1 span{
        font-size: 14px;
        list-style: none;
        padding-bottom: 8px;
        line-height: 16px;
        
    }
    .custom-tabs{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .product-img{
        height: 120px;
    }
    .rating-list svg{
        margin: 0px 1px;
    }
    .product-title{
        font-size: 13px;
    }
    .product-price{
        font-size: 15px;
    }
    .slick-prev, .slick-next{
        width: 28px;
        height: 28px;
        bottom: -4px;
    }
    .slick-prev:after, .slick-next:after{
        width: 8px;
        height: 8px;
    }
    .home-banner-bg-content{
        text-align: center;
    }
    .home-banner-bg .overall-rating{
        justify-content: center;
    }
    .banner-review-card{
        margin-top: 27px;
        text-align: start;
        padding: 12px;
    }
    .overall-rating{
        font-size: 10px;
        font-weight: 400;
    }
    .home-banner-bg-content h2{
        font-size: 30px;
        line-height: 130%;
        margin: 10px 0px 12px;
    }
    .home-banner-bg-content .text-icon{
        font-size: 12px;
    }
    .home-banner-bg-content p{
        font-size: 13px;
        line-height: 120%;
    }
}



/* Faq Accordian */

.sm-width{
    width:1070px;
    max-width: 100%;
    margin: auto;
}
.custom-accordian .accordian-title{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid var(--darkborder);
    padding: 19px 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.accordian-head.parent {
    cursor: pointer !important;
}
.accordian-head.sub {
    cursor: pointer !important;
}

.custom-accordian .accordian-title .controls{
    display: none;
}
.custom-accordian .accordian-title .left-control{
    display: block;
}
.custom-accordian .accordian-title.active .right-control{
    display: block;
}
.custom-accordian .accordian-title.active .left-control{
    display: none;
}
.custom-accordian .accordian-body{
    width: 100%;
    padding: 10px 0px 0px;
    display: none;
}
.custom-accordian .accordian-title.active .accordian-body{
    display: block;
}
.custom-accordian .accordian-body p{
    color: var(--description);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 161%;
}
.accordian-head{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:relative;
    cursor:pointer;
}
.accordian-head p{
    color: var(--textColor);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    margin-bottom: 0px;
}
.accordian-head::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0px,-50%) rotate(135deg);
    right: 0px;
    width: 10px;
    height: 10px;
    border: 3px solid var(--description);
    border-width: 3px 3px 0px 0px;
    transition: 0.5s all ease;
    cursor: pointer;
}
.accordian-title.active .accordian-head::after{
    border-color: var(--defaultColor);
    transform: rotate(315deg);
    background-size: contain;
    transition: 0.5s all ease;
}


@media screen and (max-width:767px){
    .accordian-head{
        padding-right: 20px;
    }
    .accordian-head p{
        font-size: 16px;
    }
    .custom-accordian .accordian-body p{
        font-size: 13px;
        line-height: 140%;
    }
}

/* .accordian-title {
    background: #000;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
} */

.accordian-main,.accordian-title-list {
    background: #fff
}

.custom-accordian,.px-10 {
    padding: 0 10px
}

.accordian-main {
    border-radius: 10px;
    border: 1px solid rgba(37,37,37,.1)
}

.accordian-list li a,.accordian-main .accordian-head {
    padding: 10px;
    border-radius: 10px;
    color: #120f24;
    font-size: 15px;
    font-weight: 600;
    display: block
}

.accordian-main .accordian-head {
    cursor: pointer;
    position: relative
}

.accordian-main .accordian-head::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 10px;
    background: url(../images/arrow-down.svg) center center/16px no-repeat;
    width: 20px;
    height: 20px;
    transition: .5s;
    cursor: pointer
}

.accordian-main .accordian-title-list.active .accordian-head::after {
    transform: translate(0,-50%) rotate(180deg);
    transition: .5s
}

.accordian-main .accordian-body {
    display: none;
    transition: .5s
}

.accordian-title-list.js-faq-item.active .accordian-body {
    transition: .5s;
    display: block
}

.accordian-body-list,.accordian-list {
    margin: 0;
    padding: 0;
    background: #fff
}

.accordian-body-list li a {
    color: #1a1a1a;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 6px 10px;
    display: block
}

.accordian-list li a:hover,.accordian-main .accordian-head:hover {
    background:rgb(244 67 54 / 19%);
}
/* Faq Accordian ENd */

.frm-contrl-inpt{
    border: 1px solid var(--darkborder);
    background-color: #fff;
    color: var(--description);
    padding: 12px 20px;
    width: 100%;
    border-radius: 0px;
}
/* .frm-contrl-inpt:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
} */
select.frm-contrl-inpt{
    background-position: calc(100% - 10px) 10px;
}
.frm-contrl-inpt::placeholder, .frm-contrl-inpt:-ms-input-placeholder, .frm-contrl-inpt::-ms-input-placeholder{
    color: var(--textColor);
}


/* Start Checkbox */
.frm-chkbox-main{
    position: relative;
}
.frm-chkbox-main .frm-chkbox {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .frm-chkbox-main label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color:var(--textColor);
    padding-left: 40px;
  }
  
  .frm-chkbox-main label:before {
    content:'';
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: var(--white);
    border: 2px solid var(--border);
    border-radius: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .frm-chkbox-main label::after{
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 13px;
    height: 7px;
    border: 2px solid var(--white);
    border-width: 2px 2px 0px 0px;
    transform: rotate(135deg);
    opacity: 0;
  }
  .frm-chkbox-main .frm-chkbox:checked + label:before {
    content: '';
    background: var(--defaultColor);
    border-color:  var(--defaultColor);
  }
  .frm-chkbox-main .frm-chkbox:checked + label:after {
    opacity: 1;
  }
  .chk-right.frm-chkbox-main label{
    padding-left: 0px;
    padding-right: 40px;
  }
  .chk-right.frm-chkbox-main label:before{
    left: auto;
    right: 0px;
  }
  .chk-right.frm-chkbox-main label::after{
    left: auto;
    right: 10px;
  }
  /* ENd Chk */




































































@media (min-width: 992px){
    html { overflow-y:scroll;}
}
a{
    text-decoration: none;
}
input, select, textarea, p, li, span, div{
    color: #130f27;
}
.color-text,p{
    color:#575757
}
p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    color: #595959;
}
input::placeholder, select::placeholder, textarea::placeholder{
    color: #595959;
}
input, textarea, select{
    padding: 8px 14px 8px 14px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid var(--lightgreybg);
}
select{
    background: #fff;
    width: 100%;background: #fff;
    appearance: none;-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/downarrow.svg");
    background-position: 100% 6px;
    background-repeat: no-repeat;
}
ul{
    list-style-type: none;
    padding-left:0px;
}
/* label{
    cursor: pointer;
} */
form label, form .fieldset label{
    color: #091D4F;
    font-size: 14px;
    font-weight: 700;
}
form label span{
    color: #485675;
    font-size: 12px;
    font-weight: 400
}
.input-textarea{
    height: 150px;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
    width: 8px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.form-group{
    margin-bottom: 20px;
}

.font-12{
    font-weight: 400;
    font-size: 12px;
}

.fluid-100{
    width: 100%;
}
.fluid-50{
    width: 50%;
}
.height-auto{
    max-height: none !important;
    overflow-y: visible !important;
}
.wf-20{
    width:20px;
    height:20px;
}
.fit-cn{
    width:220px;
    margin: auto;
}
.fs-11{
    font-size: 11px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-26{
    font-size: 26px;
}
.fs-30{
    font-size: 30px;
}
.fs-32{
    font-size: 32px;
}
.fs-34{
    font-size: 34px !important;
}
.opacity-1{
    opacity: 1 !important;
}
.lh-25{
    line-height: 25px;
}
.lh-28{
    line-height: 28px;
}
.lh-38{
    line-height: 38px;
}
.opacity-7{
    opacity: 0.7;
}
.opacity-8{
    opacity: 0.8;
}
.radius-4{
    border-radius: 4px;
}
.radius-8{
    border-radius: 8px;
}
.ml-3{
    margin-left: 3px;
}
.ml-5{
    margin-left: 5px;
}
.mr-5{
    margin-right: 5px;
}
.ml-10{
    margin-left: 10px;
}
.mr-10{
    margin-right: 10px;
}
.ml-20{
    margin-left: 20px;
}
.mr-20{
    margin-right: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mbi-20{
    margin-bottom: 20px !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-25{
    margin-top: 25px;
}
.mt-20{
    margin-top: 20px;
}
.mt-60{
    margin-top: 60px;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.pl-5{
    padding-left: 5px;
}
.pl-10{
    padding-left: 10px;
}
.pr-10{
    padding-right: 10px;
}
.pv-5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.ph-5{
    padding-left: 5px;
    padding-right: 5px;
}
.pv-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.ph-10{
    padding-left: 10px;
    padding-right: 10px;
}
.pv-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.pv-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pv-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt-20{
    padding-top: 20px;
}
.pb-20{
    padding-bottom: 20px;
}
.ph-20{
    padding-left: 20px;
    padding-right: 20px;
}
.pt-40{
    padding-top: 40px;
}
.pt-30{
    padding-top: 30px;
}
.pb-40{
    padding-bottom: 40px;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.pt-48{
    padding-top: 48px;
}
.pt-34{
    padding-top: 34px;
}
.pb-128{
    padding-bottom: 128px;
}
.pt-128{
    padding-top: 128px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-70{
    padding-top: 70px;
}
.pb-70{
    padding-bottom: 70px;
}
.pb-78{
    padding-bottom: 78px;
}
.pt-86{
    padding-top: 86px;
}
.no-txt-case{
    text-transform: unset !important;
}
.color-text-dark{
    color: var(--textColor);
}
.color-text{
    color: #575757;
}
.color-blue{
    color: var(--defaultColor);
}
.color-gray{
    color: #848ea7;
}
.color-white{
    color: #fff;
}
.cl-review-para{
    color:#515871;
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 16px;
}
.bg-light-gray{
    background: #F9F9F9;
}

.btn-default{
    border: 1px solid rgba(9, 29, 79, 0.1);
    border-radius: 5px;
}
.btn-default:hover{
    border: 1px solid rgba(9, 29, 79, 0.3);
}
.btn-aqua-blue{
    background: var(--defaultColor);
    color: #fff;
}
.btn-aqua-blue:hover{
    background: #0082d2;
    color: #fff;
}
.min-h-auto{
    min-height: auto !important;
}
.table-dark{
    background-color: #091D4F !important;
}

.steps-panel{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.steps-panel > *{
    width: 100%;
}
.steps{
    margin-top: 50px;
    position: relative;
}
.steps h2{
    margin-bottom: 10px;
}

.heading-1{
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 8px;
}
.heading-3{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}
.f-10{
    font-size: 10px;
}
.f-12{
    font-size: 12px;
}
.f-14{
    font-size: 14px;
}
body .flex-2{
    flex:2;
}
body .flex-1{
    flex:1;
}
.msg-note{
    font-size: 12px;
    color: #f00;
}
.msg-note i{
    color:#ff861c
}
.loading-pcon{
    display:flex;
    justify-content: center;
    align-items: center;
}
.custom-tab{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}
.custom-tab li{
    cursor: pointer;
    display: flex;
}
.custom-tab li > span{
    margin: 0px 16px;
    color: #595959;
    padding: 10px 0px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.custom-tab li:first-child span{
    margin-left: 0px;
}
.custom-tab li span.active, .custom-tab li span:hover{
    color: #091D4F;
    border-bottom: 1px solid #4D4D4D;
    opacity: 1;
}

.top-bg-sec {
    background: var(--section-light-bg);
    justify-content: center;
    align-items: center;
    padding: 5% 20px;
    height: 230px
}

.bg-content {
    text-align: center
}

.bg-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--textColor);
    margin: 0
}

.top-bg-sec .breadcrumb-item {
    color: var(--description);
    font-size: 14px;
    font-weight: 600
}

.top-bg-sec .breadcrumb-item a {
    color: #7f7f7f;
    font-weight: 400
}

/* Similar Product */
.card-p-similar{
    min-height: auto;
    margin: 0px 15px 50px 15px;
    cursor: pointer;
    border: 1px solid transparent;
}
.card-p-similar .card-img-wrapper{
    background: #F9F9F9;
    margin: 0px auto;
    height: 150px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-p-similar .card-img-wrapper >img{
    width:60%;
    height: 60%;
    object-fit: contain;
}
.card-p-similar .card-detail-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}
.card-p-similar .product-name{
    font-weight: 700;
    font-size: 18px;
    color: #091D4F;
    line-height: 28.8px;
}
.card-p-similar .product-desc{
    font-size: 14px;
    flex: 1;
    color: #515871;
    line-height: 22.4px;
    font-weight: 500;
    margin-bottom: 6px;
}
.card-p-similar .product-price{
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
}
.card-p-similar .product-price span{
    color: #9e9e9e;
    text-decoration: line-through;
    margin-left: 20px;
}
/* Similar Product End*/


/* Rating Start*/
.rating, .stars-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.rating span{
    font-weight: 500;
    font-size: 14px;
    margin-left: 8px;
    color: #515871;
}
.stars-wrapper svg{
    margin-right: 3px;
    width: 16px;
    height: 16px;
}

/* Rating End*/


.custom-radio{
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin-right: 8px;
}
.custom-radio input{
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    width: 30px;
    height: 30px;
    z-index: 1;
}
.custom-radio span{
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid var(--defaultColor);
    border-radius: 20px;
    display: block;
}
.custom-radio span::after{
    content: '';
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
    background-color: var(--defaultColor);
    border-radius: 20px;
}
.custom-radio input:checked + span::after{
    content: '';
    display: block;
}

.dot-color{
    width: 50px;
    height: 39px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-items: center;
    /* border: 1px solid var(--lightgreybg); */
    border-radius: 5px;
}
.dot-color span{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--lightgreybg);
}



/* Brand review section css start */
.brand-review{
    background-image: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/home/review-new-vector-v1.svg');
    background-color: #091D4F;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}
.brand-review::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 0px 400px 200px #091d4f;
}



.brand-review .custom-tab{
    margin-bottom: 10px;
}
.custom-tab-body{
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 510px;
    position: relative;
}
.custom-tab-body.p-by-category{
    max-height: none;
}
.brand-review .custom-tab li > span{
    color: #ffffff80;
}
.brand-review .custom-tab li span.active, .brand-review .custom-tab li span:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
    opacity: 1;
}
.brand-review .steps{
    margin-top: 50px;
}

/* Brand Logo */

.custom-tab-body.brand-logo{
    position: relative;
    justify-content: center;
}
.custom-tab-body.with-border{
    border: 1px solid var(--lightgreybg);
    margin-top: -1px;
    border-radius: 8px;
    /* border-top-left-radius: 0px; */
}

.brand-logo-wrapper{
    width: calc(100%/6 - 2%);
    text-align: center;
    display: flex !important;
    align-items: center;
    min-height: 60px;
}
.brand-logo-wrapper img{
    max-width: 80%;
    margin: auto;
}

.brand-slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 54px;
}
.brand-slider .slick-dots li{
    display: flex;
}
.brand-slider .slick-dots button{
    border: 1px solid #fff;
    border-radius: 20px;
    width: 8px;
    height: 8px;
    text-indent: 40px;
    overflow: hidden;
    margin-right: 24px;
    padding: 0px;
    background: #fff;
    transition: 0.5s all ease;
}
.brand-slider .slick-dots li.slick-active button{
    border: 1px solid #fff;
    background: transparent;
    width: 12px;
    height: 12px;
    transition: 0.5s all ease;
}
.dark-dots.brand-slider .slick-dots button{
    border-color: #091D4F;
}
.dark-dots.brand-slider .slick-dots li.slick-active button{
    background: #091D4F;
}
.brand-logo-img-row .brand-slider{
    display: flex;
    justify-content: center;
    flex-wrap:wrap ;
}

@media screen and (min-width:1280px){
    .brand-logo{
        padding-left: 66px;
        padding-right: 66px;
    }
}
@media screen and (max-width:767px){
    .brand-logo-wrapper{
        width: calc(100%/3 - 2%);
    }
   .brand-review .brand-logo{
        min-height: 180px;
    }
    .brand-review .steps{
        margin-top: 0px;
    }
    .dark-dots{
        min-height: 90px;
    }
    .dark-dots.brand-slider .slick-dots{
        padding-bottom: 0px;
        padding-top: 15px;
    }
}
/* Brand Logo End*/


/* Testimonial review */

.custom-tab-body.review-wrapper{
    max-height: none;
    position: relative;
    margin-top: 20px;
}
.steps .custom-tab-body.review-wrapper{
    margin-bottom: 40px;
}

.show-more, .show-more:hover{
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.show-more.dark, .show-more.dark:hover{
    color: #091D4F;
    border-bottom: 1px solid #091D4F;
}
#shopper_review_page{
    width:100%;
}
.review-card{
    padding: 30px;
    border-radius: 8px;
    position: absolute;
    background: #F9F9F9;
}
.review-video-card .play-icon-white{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: var(--defaultColor);
    background-position: center;
    background-size: auto;
    z-index: 1;
}
.review-video-card{
    border-radius: 8px;
    position: absolute;
    background: #F9F9F9;
    overflow: hidden;
    display: flex;
}
.review-video-card iframe{
    border-radius: 8px;
}
.review-video-card video{
    width: 100%;
    border-radius: 8px;
}
.review-author{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
}
.review-author>img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}
.author-detail{
    flex: 1;
    padding-left: 10px;
}
.author-name{
    font-size: 12px;
    font-weight: 700;
}
.review-msg p{
    color: #091D4F;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.2px;
}
.review-msg p.review-date{
    color: #9da5b9;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
}
/* Testimonial review End*/

.drop-upload-wrapper{
    width: 100%;
    position: relative;
    border: 1px dashed var(--lightgreybg);
    min-height:180px;
}
.drop-upload-wrapper input{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.drop-upload{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
    cursor:pointer;
    text-align:center;
}

.check-icon, .info-icon, .plus-icon, .minus-icon, .left-arrow-icon, .right-arrow-icon, .play-icon, .play-icon-white, .arrow-icon, .shopping-bag{
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.check-icon{
    background: #ce393f;
    border-radius: 60px;
}
.shopping-bag{
    background-image: url("https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/shop-button.svg");
}
.arrow-icon.down{
    background-image: url("https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/downarrow.svg");
    background-size: 30px auto;
    background-position: center;
    width: 16px;
    height: 16px;
}
.arrow-icon.up{
    background-image: url("https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/uparrow.svg");
    background-size: 30px auto;
    background-position: center;
    width: 16px;
    height: 16px;
}
.check-icon{
    z-index: 1;
    position: absolute;
    background-image: url('../images/check.svg');
    top: 4px;
    right: 6px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 3px 5px;
}
.info-icon{
    background-image: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/information.svg');
}
.plus-icon{
    background-image: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/plus.svg');
}
.minus-icon{
    background-image: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/minus.svg');
    background-position: center;
}
.down{
    background-image: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/downarrow.svg');
    transition: 0.5s all ease;
}
.top{
    background-image: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/downarrow.svg');
    background-position: center;
    transform: rotate(180deg);
    transition: 0.5s all ease;
}
.left-arrow-icon{
    background-image: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/left-arrow.svg');
}
.right-arrow-icon{
    background-image: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/right-arrow.svg');
}
.play-icon{
    background-image: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/play.svg');
    cursor: pointer;
}
.play-icon-white{
    background-image: url('https://d11jpnl4uum05e.cloudfront.net/wbnew/images/icons/play-white.svg');
    cursor: pointer;
}

.custom-modal-md{
    width:480px !important;
    max-width: 100% !important;
}
.mb-25{
    margin-bottom: 25px;
}
.h-39{
    height: 39px !important;
}
.inline-field-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.inline-field-box >*{
    padding-left: 15px;
    padding-right: 15px;
}
.text-lbl{
    font-size: 14px;
    color: #091D4F;
    line-height: 160%;
    font-weight: 700;
    padding-bottom: 8px;
}
.file {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.file svg{
    margin-right: 10px;
}
.file > label span{
    font-size: 14px;
    color: #091D4F;
}

.file > input[type='file'] {
    display: none
}
.file.vertical-file{
    text-align: center;
    border: 2px dashed #eee;
    padding: 15px;
}
.file.vertical-file > label span{
    display: block;
}
.dotted-list{
    margin: 0px;
    padding: 0px;
}
.dotted-list li{
    font-size: 16px;
    color: #091D4F;
    line-height: 160%;
    position: relative;
    font-weight: 600;
    padding: 0px 0px 8px 20px;
    margin: 0px;
}
.dotted-list li::before{
    content: '';
    position: absolute;
    left: 0px;
    top: calc(50% - 7px);
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #091D4F;
}
.fs{
    font-size: 14px !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.img-box-100{
    width:100px;
    height: 100px;
    object-fit: contain;
}
.img-box-75{
    width:75px;
    height: 75px;
    object-fit: contain;
}
.p-20{
    padding: 20px !important;
} 

@media (min-width: 992px){
    /* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 100%;
    } */
}
@media (max-width: 992px){
    .custom-tab-body.similar-p{
        flex-wrap: wrap;
        max-height: none;
    }
}
@media (max-width: 767px) {
    .review-card, .review-video-card{
        position: absolute;
        margin-bottom: 10px;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .review-card, .review-video-card{
        margin-bottom: 10px;
        width: 100%;
    }
}
@media (max-width: 768px){
    .fluid-50{
        width: 100%;
    }
    
    .custom-tab-body.similar-p{
        flex-wrap: wrap;
        max-height: none;
    }
    .custom-tab{
        flex-wrap: wrap;
        justify-content: center;
    }
    .custom-tab li > span{
        font-size: 14px;
    }
    form label, form .fieldset label{
        font-size: 14px;
    }
    .pl-10{
        padding-left: 0px;
    }
    .custom-modal-md{
        max-width: 96% !important;
    }
}



/* File Loader */
.file-loading{
    height: 10px;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin-top:10px;
    display:none;
    background-color:#d5d5d5;
    overflow:hidden;
}
.file-loading span{
    width:0;
    height: 100%;
    background-color: var(--defaultColor);
    border-radius: 10px;
    display:block;
    transition: width 1s ease 0s;
}
.loading-con{
    overflow:hidden;
    width:100%;
}
.loading-prg-con{
    width:40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* File Loader end*/

/* File upload hidden on mobile */
@media screen and (max-width:580px) {
    body .upload-link{
        display: none;
    }
    .wrist-band{
        height:24px;
    }
}
/* File upload hidden on mobile end*/

/* Global css 13-01-23*/
.pt-35{
    padding-top:35px;
}
.pt-22{
    padding-top:22px;
}
.ml-15{
    margin-left: 15px;
}
.pt-80{
    padding-top: 80px;
}
.mb-40{
    margin-bottom: 40px;
}
.recommended-con .section-title h2,
.recommended-con .section-title h1{
    line-height: 37.6px;
}
.section-title h2 span,
.section-title h1 span{
        display: block;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        padding-bottom: 7px;
}
@media screen and (max-width:1023px){
    .disable-linebreak br{
        display: none;
    }
}


/* Blog Section */

.blog-section{
    background: #F9F9F9;
}
.blog-card{
    padding-right: 0px;
}
.blog-card img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-card h3 span{
    display: block;
    font-size: 14px;
    color: var(--defaultColor);
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: uppercase;
}
.blog-card h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    color: #091D4F;
    margin: 0px 0px 15px 0px;
}
.blog-card h3 a {
    color: inherit;
}
.blog-card p{
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #424E6B;
    margin: 0px;
}
/* BLog Section end */



.inc{
    width: 100px;
}
.shopper{
    width: 200px;
}
.trust-pilot{
    width: 140px;
}
.g-rating{
    width: 170px;
}
.hide-rating .img-divider{
    width: 33.333%;
    padding: 20px 0px;
    text-align: center;
}
.sp-app-rating{
    position: relative;
}
body .sp-app-rating .stars-wrapper svg {
    margin-right: 0;
    width: 15px;
    height: 15px;
}
body .sp-app-rating .rating{
    position: absolute;
    bottom: -14px;
    right: 13px;
    justify-content: end;
}
.newsletter-rating-img.hide-rating .img-divider:first-child{
    padding-right: 0px;
}

@media screen and (min-width:1100px){
    .customize-newsletter-sec .newsletter-input{
        min-width: 570px;
    }
    .customize-newsletter-sec .newsletter-content input.needsclick{
        width: 100% !important;
    }
    .customize-newsletter-sec .newsletter-content .newsletter-input>.needsclick.kl-private-reset-css-Xuajs1{
        margin: 0px;
        width: 100%;
    }
}

@media screen and (max-width:767px){
    
    .img-divider{
        display: flex;
        align-items: center;
    }

    .inc{
        width: 40px;
    }
    .shopper{
        width: 80px;
    }
    .trust-pilot{
        width: 55px;
    }
    .g-rating{
        width: 70px;
    }
    .img-divider {
        padding: 0px 10px;
        min-height: 60px;
    }
    .hide-rating .img-divider{
        justify-content: center;
    }
    body .sp-app-rating .rating{
        bottom: -7px;
    }
    body .sp-app-rating .stars-wrapper svg{
        margin-right: 0;
        width: 6px;
        height: 6px;
    }
    body .sp-app-rating  .rating span{
        font-size: 5px;
        margin-left: 2px !important;
        line-height: normal;
    }
}
@media screen and (max-width:380px){
    .img-divider {
        padding: 0px 3px;
        min-height: 60px;
    }
    .newsletter-rating-img .img-divider:first-child {
        padding-right: 3px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    
    .img-divider {
        padding: 20px;
        flex: 1;
        min-height: 100px;
        text-align: center;
    }
    .newsletter-rating-img .img-divider:first-child{
        padding-right: 0px;
    }
}
@media screen and (min-width:992px) and (max-width:1024px){
    
    .img-divider {
        padding: 20px;
        flex: 1;
        text-align: center;
    }
    body .sp-app-rating .rating{
        right: 60px;
    }
}
@media screen and (min-width:768px) and (max-width:1100px){
    
    .inc{
        width: 80px;
    }
    .shopper{
        width: 160px;
    }
    .trust-pilot{
        width: 120px;
    }
    .g-rating{
        width: 120px;
    }
    body .sp-app-rating .stars-wrapper svg{
        margin-right: 0;
        width: 12px;
        height: 12px;
    }
    body .sp-app-rating  .rating span{
        font-size: 11px;
        margin-left: 0px !important;
    }
}

@media screen and (min-width:1101px) and (max-width:1339px){
    .inc{
        width: 75px;
    }
    .shopper{
        width: 150px;
    }
    .trust-pilot{
        width: 125px;
    }
    .g-rating{
        width: 150px;
    }
    body .sp-app-rating .stars-wrapper svg{
        margin-right: 0;
        width: 12px;
        height: 12px;
    }
    body .sp-app-rating  .rating span{
        font-size: 11px;
        margin-left: 0px !important;
    }
}
/* For old design comment these css end  */

.overflow-text-ellipse{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-show-more-btn{
    display: none;
}

.mobile-show{
    display: none;
}
.large-show{
    display: block;
}
.icon-btn{
    display: flex;
    align-items: center;
    background: #091D4F;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    line-height: 19.2px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 10px 28px;
    border: 1px solid  transparent;
}
.icon-btn img{
    margin-right: 12px;
    max-width: 29px;
}
.icon-btn:hover{
    border: 1px solid  #003a91;
    background:#003a91;
    color: #fff;
}
/* Responsive */

@media screen and (max-width:767px){
    
.pt-128{
    padding-top: 86px;
}
.pt-100{
    padding-top: 80px;
}
.pb-100{
    padding-bottom: 80px;
}
.pt-70{
    padding-top: 50px;
}
.pb-70{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 40px;
}
.pb-128{
    padding-bottom: 86px;
}
    
    .card-detail-wrapper{
        margin-top:16px;
    }
    .card-p-similar .product-name{
        font-size: 16px;
        line-height: 25px;
    }
    .product-show-more-btn{
        display: block;
    }
    .brand-review {
        background-image: url(https://d11jpnl4uum05e.cloudfront.net/wbnew/images/home/brand-review-vector-xs.svg);
    }

    /*  */

    
    .mobile-order{
        order: 1;
        margin-top: 16px;
    }
    .mobile-show{
        display: block;
    }
    .large-show{
        display: none;
    }
    .pr-xs-0{
        padding-right: 0px;
    }
}

@media screen and (max-width:575px) {
    .inline-field-box .col-12.col-sm-6:last-child{
        margin-top: 20px;
    }
    .inline-field-box .col-12.d-flex{
        margin-top: 10px !important;
    }
}

@media screen and (min-width:576px) and (max-width:991px) {
   body .mobile-active-slider .slick-list, body .home-product-slider .slick-list {
        padding: 0px 0px 0px 0px;
    }

}
@media screen and (min-width:769px) and (max-width:991px) {
    .section-title h2,
    .section-title h1{
        font-size: 38px;
        line-height: 42px;
        
    }
    .section-title h2 span,
    .section-title h1 span{
        font-size: 16px;
        list-style: none;
        padding-bottom: 8px;
        line-height: 20px;
        
    }

}
@media screen and (min-width:992px) and (max-width:1279px){
    body  .icon-btn{
        font-size: 14px;
        line-height: 16px;
        padding: 8px 12px;
    }
    body .icon-btn img{
        margin-right: 5px;
    }
}

@media screen and (min-width:1280px) and (max-width:1350px){
    body  .icon-btn{
        font-size: 14px;
        line-height: 16px;
        padding: 8px 12px;
    }
    body .icon-btn img{
        margin-right: 5px;
    }
}



/* Recommendation  Product */

.re-prd-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
/* .re-prd-item{
    width: calc((100%/4) - 30px);
    margin: 0px 15px 30px 15px;
} */
.added-cart-msg {
    background: none;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}
.added-cart-msg span {
    margin-left: 10px;
}
.re-prd-img{
    height: 210px;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    position:relative;
}
.added-pr{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(9, 29, 79, 0.8);
    backdrop-filter: blur(2px);
    border-radius: 10px;
}
.added-pr>div{
    margin: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}
.added-pr>div svg{
    margin: auto auto 10px auto;
}
.added-pr>div svg path{
    stroke: #fff;
}
.re-prd-img img{
    width: 70%;
    height: 70%;
    object-fit: contain;
    margin: auto;
}

.re-prd-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    margin: 10px 0px 8px;
    color: #091D4F;
}
.re-prd-desc{
    color: #526083;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    margin: 0px 0px 16px 0px;
}
.prd-pricing-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.prd-pricing{
    display: flex;
}
.dsct-price{
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    color: #091D4F;
    margin-right: 15px;
}
.actl-price{
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #b5bbca;
    text-decoration: line-through;
}
 
.default-dark{
    background:#004CBE !important;
}
.default-link{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #091D4F;
    border-bottom: 1px solid #091D4F;
    padding-bottom: 5px;
}
.btn-sm{
    padding: 7px 20px !important;
}
.dark.default-btn{
    background: #091D4F;
    border-radius: 4px;
}

.sml{
    padding: 6px 10px;
}
.large{
    padding: 19px 50px;
}
.brd-btn.default-btn{
    background:transparent;
    border: 1.20513px solid #004CBE;
    color: #004CBE;
} 
.brd-btn.default-btn:hover{
    background: rgba(0, 157, 255, 0.1);
} 
.re-pr-cntn-btn{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-basis: fit-content;
    place-items: center;
    margin: auto;
    padding-top: 35px;
}
.smpl-txt{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #091D4F;
    border-bottom: 1px solid #091D4F;
    padding-bottom: 3px;
    display: inline-block;
}
.smpl-txt:hover{
    color: #0082d2;
    border-color: #0082d2;
}
.check-btn svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
@media screen and (max-width:580px){
    .re-prd-item{
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
}

/* @media screen and (min-width:581px) and (max-width:991px){
    .re-prd-item{
        width: calc((100%/2) - 30px);
    }
}
@media screen and (min-width:992px) and (max-width:1150px){
    .re-prd-item{
        width: calc((100%/3) - 30px);
    }
} */


/* Cart/Checkout */
.bx-hr-center{
    display: flex;
    align-items: center;
}


  /* Switch chk */
  .switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 48px;
  }
  
  .switch input {
    display:none;
  }
  
  .switch-slider {
    background-color: #fff;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }
  
  .switch-slider:before {
    background-color: var(--defaultColor);
    content: "";
    height: 21px;
    left: 1px;
    top: 2px;
    position: absolute;
    transition: .4s;
    width: 21px;
  }
  
  input:checked + .switch-slider {
    background-color: var(--defaultColor);
  }
  
  input:checked + .switch-slider:before {
    transform: translateX(24px);
    background: #fff;
  }
  
  .switch-slider.round {
    border-radius: 14px;
  }
  
  .switch-slider.round:before {
    border-radius: 50%;
  }


/*  Switch chk End  */
.gray-box{
    background: #F9F9F9;
    border-radius: 5px;
    padding: 20px;
}
.bg-light-gold{
    background: rgba(242, 165, 59, 0.08);
    border: 1px solid #F2A53B;
}
.sml-txt{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: rgba(9, 29, 79, 0.5);
}
.sml-txt.color-text-dark{
    color: #091D4F;
}
/* Checkout End */

/* Global Carousel Controls  */


/* About us page */
.grey-sec {
    background: #fefdfd;
    padding: 60px 0;
    margin-top: 60px;
}
.about h2 {
    font-size: 30px;
    font-weight: 700;
    color: #252525;
    margin: 0 0 15px;
}
.about p {
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    color: #2b2b2b;
    margin: 0 0 20px;
}

/* About us page end */


/* Faq Page */
   



.faq .accordian-main {
    max-width: 900px;
    margin: auto
}

.faq .accordian-main .accordian-head:hover,.sitemap .accordian-main .accordian-head:hover {
    background: 0 0
}

.faq .accordian-main .accordian-head {
    box-shadow: 0 4px 22px 0 #0000001A;
    font-size: 20px;
    font-weight: 600;
    border-radius: 100px;
    padding: 20px 25px;
    background: #fff
}

.faq .accordian-title-list.active {
    background: #fff;
    border: 1px solid var(--defaultColor);
    border-radius: 18px
}

.faq .accordian-main .accordian-head::after {
    background: url(https://www.rushmorepromo.com/asset/images/plus-circle.svg) center center/30px no-repeat;
    width: 30px;
    height: 30px;
    right: 25px;
    border: 0px;
}

.faq .accordian-main .accordian-title-list.active .accordian-head::after {
    background: url(https://www.rushmorepromo.com/asset/images/minus-circle.svg) center center/30px no-repeat;
    transform: translate(0,-50%) rotate(180deg);
    transition: .5s
}

.faq .accordian-title-list {
    margin-bottom: 20px;
    background: 0 0
}

.faq .accordian-title-list.active .accordian-head {
    box-shadow: unset
}

.faq .accordian-title-list .accordian-body {
    padding: 0 25px
}

.faq .accordian-title-list .accordian-body p,.faq .accordian-title-list .accordian-body p a {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    color: #120f24;
}

.faq .accordian-title-list .accordian-body p a {
    color: #1d9bf0
}
/* Fro Global container End */

/* Custom color Code */
.cstm-clr-cd-main{
    border: 1px solid var(--lightgreybg);
    border-collapse: collapse;
}
.cstm-clr-cd-main .card-p-style .check-icon{
    display: none;
}
.cstm-clr-cd-main .card-p-style.active{
    border-color: var(--defaultColor);
    background: rgba(0, 157, 255, 0.1);
}
.cstm-clr-cd-main .card-p-style.active .check-icon{
    display: block;
}
.cstm-clr-cd-main .custom-color-picker {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: 1px solid #f1f1f1;
    margin-bottom: 8px;
    background-color: #ffd600;
}
.cstm-clr-cd-main  .product-name{
    font-weight: 700;
    font-size: 14px;
    color: #091D4F;
}
.cstm-clr-cd-main .card-p-style{
    border: 1px solid var(--lightgreybg);
    width: 10%;
    position: relative;
    text-align: center;
    display: flex;
    place-items: flex-start;
    padding: 20px;
    align-items: center;
    flex-direction: column;
    cursor: pointer !important;
}
@media screen and (max-width:580px){
    .cstm-clr-cd-main .card-p-style{
        width: 25%;
    }
}
@media screen and (min-width:580px) and (max-width:767px){
    .cstm-clr-cd-main .card-p-style{
        width: 14.23%;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .cstm-clr-cd-main .card-p-style{
        width: 16.66%;
    }
}

/* Custom Color Code End */
/* Faq page end */




  
/* Global Carousel Controls End */

    /* For Global Container */


    @media screen and (min-width:320px){
        .container{
            max-width:100%;
        }
    }

    @media screen and (min-width:768px){
        .container{
            max-width:100%;
        }
    }

    @media screen and (min-width:1024px){
        .container{
            max-width:100%;
        }
    }
    @media screen and (min-width:1180px) and (max-width:1349px){
        body .container{
            max-width: 1180px;
        }
    }
    @media screen and (min-width:1350px) and (max-width:1439px){
        body .container{
            padding-left: 15px;
            padding-right: 15px;
            max-width: 1300px;
        }
    }
    @media screen and (min-width:1440px){
        body .container{
            max-width: 1290px;
        }
    }



/* Website portfolio */
.logo-sec{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.w-logo{
    /* flex: 1 1 calc(25% - 20px); */
    width:calc(25% - 20px);
    margin:10px 10px 50px 10px;
}
.w-logo img{
    max-width: 100%;
}
.addr-crd{
    background: #F9F9F9;
    border-radius: 8px;
    padding: 40px 30px;
    height: 100%;
}
.addr-crd h4{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    text-align: left;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #848EA7;
}
.addr-crd h4 span{
    color: #000000;
    font-weight: 700;
    display: block;
}
@media screen and (max-width:580px){
    .w-logo{
        flex: 1 1 calc(50% - 20px);
    }
}
/* Website portfolio End*/

/* Contact  */

.contact-icon,.delete {
    background: #ff000024;
    display: flex
}

.delete {
    width: 37px;
    height: 37px;
    border-radius: 7.79px
}

.form-width {
    max-width: 975px;
    margin: auto
}

.qty-w {
    width: 190px
}

.page-title {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 50px;
    color: #120f24;
    margin: 0
}
.circle-next>svg,.contact-icon svg,.delete svg,.nav-searchbar .btn-light svg {
    margin: auto
  }
.contact-row {
    display: flex;
    align-items: start;
    margin-bottom: 30px
}

.contact-icon {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    margin-right: 12px
}

.contact-txt {
    color: #090914;
    font-size: 19px;
    font-weight: 600
}

.contact-txt span {
    display: block;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px
}

.form {
    border: 1px solid #8787874D;
    background: #fefdfd;
    padding: 24px;
    border-radius: 15px
}

.form .page-title {
    padding-bottom: 25px
}

.form-input {
    border: 1px solid #9090904D;
    background: #fff;
    color: #a1a1a1;
    border-radius: 50px;
    padding: 12px 20px;
    width: 100%
}

.btn-cancel,.form-btn {
    font-size: 16px;
    padding: 15px 20px;
    text-align: center;
    font-weight: 700;
    width: 100%
}

textarea.form-input {
    border-radius: 15px;
    min-height: 130px
}

.form-btn {
    background: var(--defaultColor);
    border-radius: 50px;
    color: #fff;
    border: 0
}

.btn-cancel {
    background: #ccc;
    border-radius: 50px;
    color: #1a1a1a;
    border: 1px solid #ccc
}

.btn-cancel:hover {
    border: 1px solid #1a1a1a
}

.form-btn:hover {
    color: #fff;
    background: #ba0d00
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 10px
}
/* Contact End */

/* Email Success */
.email-scs{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    place-items: center;
}
.email-scs>svg{
    width: 80px;
    height: 80px;
}
.email-scs h2{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #091D4F;
    margin: 14px 0px 20px 0px;
}
.email-scs p{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: #091D4F;
    margin-bottom: 40px;
}
.email-scs .default-btn:hover{
    color: var(--white);
}
@media screen and (max-width:767px){
    .email-scs h2{
        font-size: 28px;
    }
    .email-scs p{
        font-size: 18px;
    }
}
/* Email Success end */

/*Free sample*/
.fs-bx-rw{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.fs-bx-item{
    flex: initial;
    width: auto;
    border: 1px solid var(--lightgreybg);
    border-radius: 4px;
    padding: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #091D4F;
    margin: 10px;
    position: relative;
}
.fs-bx-item .check-icon{
    display: none;
}
.fs-bx-item.active {
    background: rgba(0, 157, 255, 0.1);
    border: 1px solid var(--defaultColor);
}
.fs-bx-item.active .check-icon{
    display: block;
}
.card-p-addtocart {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background-color: #2b262b;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.card-p-addtocart .default-btn:hover{
    color: #fff;
    background: var(--defaultColor);
}
/* Comman css on order page */
.product-c-details{
display: flex;
flex-direction: column;
}
.product-c-details .p-details{
display: flex;
flex-direction: row;
margin-bottom: 5px;
}
.product-c-details .p-details label{
display: flex;
width: 200px;
color: #ffffff80;
font-weight: 400;
font-size: 16px;
flex: 1;
}
.product-c-details .p-details span{
color: #fff;
font-weight: 500;
font-size: 16px;
flex: 1;
letter-spacing: 0.02em;
text-transform: uppercase;
}
.product-c-details .p-details span small{
font-weight: normal;
color: rgba(255, 255, 255, 0.5);
}
.product-c-note p{
margin-top: 20px;
margin-bottom: 0px;
font-weight: 400;
font-size: 12px;
color: #ffffff80;
}
.cstyle .sel-button{
    cursor: pointer;
}
@media screen and (max-width:580px){
	.fs-bx-item{
		font-size:14px;
		margin: 4px;
		padding: 10px;
	}
	.fs-bx-item.active{
		padding: 10px 20px 10px 10px;
	}
	.fs-bx-rw .product-c-details .p-details{
		flex-direction:column;
	}
    .fs-bx-item .check-icon{
		top:0px;
		right:0px;
	}
}

@media screen and (max-width:359px){
	.fs-bx-item{
		font-size:12px;
		margin: 4px;
		padding: 10px;
	}
	.fs-bx-item.active{
		padding: 10px 20px 10px 10px;
	}
}
/* Comman css on order page */
/* Free sample End*/

/* New Free Sample */
.sample-page{
    border-radius: 3px;
    border: 1px solid rgba(193, 193, 193, 0.20);
    background: #F9F9F9;
    padding:60px 0px;
 }
.free-sample-txt .default-btn{
    background-color: var(--defaultColor);
    margin-top:25px;
}
.free-sample-txt h1,
.free-sample-txt h2{
font-size: 34px;
font-style: normal;
font-weight: 800;
line-height: 160%;
}
.free-sample-txt p{
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 19px;
color: #526083;
margin-bottom:25px;
}
.shipping-option h4{
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 160%;
margin:0px 0px 10px;
}
.option-box{
display:flex;
padding:10px 8px;
border-radius: 4px;
border: 0.5px solid rgba(83, 97, 132, 0.40);
opacity: 0.7;
background: rgba(235, 239, 245, 0.40);
margin-bottom:7px;

}
.option-txt{
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
.option-txt span{
font-weight: 600;
}
@media screen and (min-width:1280px){
.free-sample-txt p{
    max-width:392px;
}
}
@media screen and (max-width:580px){
.free-sample-txt h2{
font-size: 28px;
}
}
/* End New Free Sample */

/* Custom Pagination */


/* Custom Pagination */
.custom-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-pagination .page-link{
    width:32px;
    height: 32px;
    border-radius: 8px;
    margin-right: 5px;
    color: #091D4F;
    letter-spacing: 0.02em;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.custom-pagination .page-link svg{
    margin: auto;
}
.custom-pagination .page-link.active{
    background: var(--defaultColor);
    color: #fff;
}
.custom-pagination .page-item:first-child .page-link, .custom-pagination .page-item:last-child .page-link{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #F9F9F9;
    display: flex;
    margin-right: 15px;
}
.custom-pagination .page-item:last-child .page-link{
    /* transform: rotate(180deg); */
    margin: 0px 0px 0px 15px;
}
html body .custom-pagination .page-item:first-child .active.page-link, 
html body .custom-pagination .page-item:last-child .active.page-link{
	background: var(--defaultColor);
    color: #fff;
    padding: 10px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    margin-right: 15px;
}
/* Custom Pagination End */




/* Cart Added item */
.crt-added-itm-mdl{
background: #FFFFFF;
box-shadow: -8px 8px 46px -9px rgba(6, 19, 51, 0.2);
border-radius: 10px;
padding: 15px;
min-width: 300px;
position: absolute;
top: calc(100% + 0px);
right: 0px;
z-index: 1;
display: none;
}
.crt-added-itm-mdl.active{
display: block;
}
.wb-cart:hover .crt-added-itm-mdl {
    display: block;
}
.emty-msg{
text-align: center;
}
.emty-msg h2{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 160%;
text-align: center;
color: #091D4F;
margin-bottom: 0px;

}
.emty-msg p{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 160%;
text-align: center;
color: #091D4F;
}
.pass-view{
position: absolute;
top:10px;
right: 10px;
}
.already-acc{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 160%;
display: flex;
align-items: center;
color: rgb(9 29 79 / 70%);
justify-content: center;
}
.already-acc a{ 
display: inline-block;

}
.crt-chkout-cntnt-main  .already-acc a{
border-bottom: 1px solid #091D4F;
}
.crt-chkout-cntnt-main  .already-acc a:hover{
color: #091D4F;
}

.crt-added-itm-rw{
max-height: 300px;
overflow: auto;
margin-bottom: 10px;
}
.crt-added-item{
display: flex;
padding-right: 10px;
margin-bottom: 24px;
}
.crt-added-img{
width: 80px;
height: 80px;
display: flex;
background: #F9F9F9;
border-radius: 4.21053px;
margin-right:16px;
}
.crt-added-img img{
margin: auto;
width: 70%;
height: 70%;
object-fit: contain;
}
.crt-added-content{
text-align: left;
flex:1;
}
.crt-added-content>h4{
margin: 0px 0px 12px 0px;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 160%;
color: #091D4F;
}

.crt-added-content>h4 span{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 160%;
color:rgb(9 29 79 / 50%);
display: block;
}
.crt-added-content>p{
display: flex;
justify-content: space-between;
margin: 0px 0px 0px 0px;
}
.crt-added-content>p span{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 160%;
color: #091D4F;
}
.crt-added-content .text-truncate{
max-width: 180px;
}
@media screen and (min-width:769px){
.modal-center-XY{
    top:50% !important;
    left: 50%;
    transform: translate(-50%,-50%);
}
}

@media screen and (min-width:581px){
.crt-added-itm-mdl{
    right: calc(100% - 85px);
}
}
@media screen and (min-width:1023px){
.crt-added-itm-mdl{
    right: calc(100% - 100px);
}
}

@media screen and (max-width:580px){
.crt-added-itm-mdl{
    position: fixed;
    width: 90%;
    top: 70px;
    left: 5%;
    z-index: 1;
}
}
/* Cart Added item ENd*/

.radio-wdth{
width: 20px;
margin-right: 10px;
}

/* For 5 colomun layout for large Devices Start*/

@media screen and (min-width:1200px){
body .col-lrg-5{
    flex: 0 0 auto;
    width: 20%;
} 
}

/* Product Templates */
.pr-tmplt-tbl-sec{
    width:100%;
    overflow: auto;
}
.drpdwn-wdth{
    width: 300px;
    padding:12px 15px;
    background-position: 100% 9px;
}
.pr-tmplt-tbl{
    border-collapse: collapse;
    width: 100%;
    border: 1px solid var(--lightgreybg);
    margin-top: 30px;
}
.pr-tmplt-img-th{
    width:15%;
}
.pr-tmplt-nm-th{
    width:20%;
}
.pr-tmplt-sz-th{
    width: 45%;
}
.pr-tmplt-dpdwn-th{
    width:20%;
}
.pr-tmplt-img{
    width:100px;
    height: 100px;
    margin: auto;
    display: flex;
}
.pr-tmplt-img img{
    width:80%;
    height: 80%;
    object-fit: contain;
    margin: auto;
}
.pr-tmplt-tbl thead th{
    white-space: nowrap;
    background: #091D4F;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px solid var(--lightgreybg);
}
.pr-tmplt-tbl tbody td{
    padding: 10px 15px;
    border: 1px solid var(--lightgreybg);
}
.pr-tmplt-nm{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
    color: #091D4F;
}
.pr-sz-vrtons-rw{
    display: flex;
    flex-wrap: wrap;
}
.pr-sz-vrtons{
    border: 1px solid var(--lightgreybg);
    padding: 7px 14px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #091D4F;
    margin:10px 10px 10px 0px;
}
.more.pr-sz-vrtons{
    border-color: var(--defaultColor);
    color: var(--defaultColor);
}

/* This is download template dropdown css and this should be global and move from order  */

.custom-select, .custom-select-2{
width: 100%;
height: 39px;
font-weight: 500;
font-size: 14px;
border: 1px solid var(--lightgreybg);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px 5px;
position: relative;
cursor: pointer;
}
.product-wrapper .custom-select-2{
max-width: 205px;
margin-top: 20px;
}
.custom-select .icon-wrapper, .custom-select-2 .icon-wrapper{
display: flex;
flex-direction: row;
align-items: center;
padding: 0px 10px;
}
.custom-select .icon-wrapper svg, .custom-select .icon-wrapper img, .custom-select-2 .icon-wrapper svg, .custom-select-2 .icon-wrapper img{
margin-right: 5px;
width: 32px;
height: 32px;
}
.custom-select-2 .icon-wrapper svg, .custom-select-2 .icon-wrapper img{
display: block;
}
.custom-select .icon-wrapper span, .custom-select-2 .icon-wrapper span{
color: #091D4F;
}
.custom-select.selected .icon-wrapper svg, .custom-select-2.selected .icon-wrapper svg{
display: block;
width: 20px;
}
.custom-select.selected .icon-wrapper span, .custom-select-2.selected .icon-wrapper span{
color: #091D4F;
}
.custom-select-2 .arrow-icon{
background-position: center left;
width: 26px;
height: 24px;
padding-left: 10px;
border-left: 1px solid var(--lightgreybg);
}

/* This is download template dropdown css and this should be global and move from order  End*/
/* Product Templates End */
/* .logo{
    width:167px;
}
.logo.stacked{
    width:120px;
} */
.bg-maroon {
    background-color: transparent !important;
    color: #ed6c64 !important;
    font-weight: 500;
    padding: 9px 13px !important;
    border-radius: 4px !important;
    width: auto;
}
.bg-green{
    background-color: transparent !important;
    color: #50ad73 !important;
    font-weight: 500;
    padding: 9px 13px !important;
    border-radius: 4px !important;
    width: auto;
}
.place-items-center{
    place-items: center;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.place-content-center{
    place-content: center;
}
.pagination-arrow{
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.5px;
    border-radius: 50% !important;
}
.pagination-arrow:hover{
    background-color: #efefef !important;
}

.trustpilot, .approved, .customers{
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.customers .customers-list{
    margin-right: 15px;
}
.customers .customers-list img{
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin-right: -15px;
}
.trustpilot svg path{
    fill: #00B67A;
}
.trustpilot .rating, .approved .rating{
    display: flex;
    align-items: center;
    background: #f1f1f1;
    padding: 8px;
    border-radius: 4px;
}
.approved .rating img, .trustpilot .rating img{
    margin-left: 8px;
}
.rating-value{
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #4a5978;
}

.trustpilot .rating span{
    font-size: 10px;
    line-height: 10px;
    margin-left: 10px;
}
.txt-overflow-clr{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    overflow: hidden;
}
@media screen and (max-width:480px){
    .trustpilot .rating, .approved .rating{
        min-height: 50px;
    }
    .stars-wrapper svg{
        width:14px;
        height: 14px;
    }
    .rating-sec .col-6{
        padding: 0px 6px;
    }
    .trustpilot .rating, .approved .rating{
        padding:4px
    }
}

@media (max-width: 767px){
.trustpilot > span, .approved > span, .customers > span {
    margin-top: 10px;
    max-width: none;
    margin-left: 0px;
}
.trustpilot, .approved, .customers {
    justify-content: center;
    flex-direction: column;
}
}

@media screen and (min-width:992px) and (max-width:1279px){
    .trustpilot, .approved, .customers {
        align-items: baseline;
        flex-direction: column;
    } 
    .trustpilot > span, .approved > span, .customers > span {
        margin-top: 10px;
        max-width: none;
        margin-left: 0px;
    } 
}
@media screen and (min-width:1280px) and (max-width:1349px){
    .trustpilot > span, .approved > span, .customers > span {
        margin-left: 5px;
        font-size: 12px;
    } 
}

/* cookie popup css start */
.coockie-container{
    position:fixed;
    bottom:0px;
    left: 0px;
    /*transform: translate(-50%,0%);*/
    width: 900px;
    max-width: 500px;
    background: #091D4F;
    z-index: 999;
    border-radius: 8px;
    border: 1px solid #003dcd;
}
.coockie-container .coockie-header{
    padding: 5px 5px 0px 0px;
}
.coockie-container .coockie-body{
    display: flex;
    padding: 0px 20px 20px 20px ;
    flex-wrap: wrap;
    align-items: center;
}
.coockie-container .coockie-body .default-btn {
    display: flex;
    align-items: center;
}

.coockie-container .coockie-body p{
    flex: 1;
    color: #fff;
    font-size: 14px;
}
.coockie-container .coockie-header{
    width: 100%;
    text-align: end;
}
.coockie-container .coockie-header a{
    padding:10px;
}
.coockie-container .default-btn:hover{
    color: #fff ;
}

@media screen and (max-width:900px){
    .coockie-container{
        width: 90%;
        left: 5%;
    }
    .coockie-container .coockie-body p{
        flex: unset;
        text-align: justify;
        margin-bottom: 10px;
    }
    .coockie-container a#accept-cookie{
        display: flex;
        width: 100%;
    } 
    .coockie-container .coockie-body{
        padding: 0px 20px 20px 20px;
    }
    
}
/* cookie popup css end */
/* END TOP Footer Area */

.card-horizontal{
    display: flex;
    border-radius: 10px;
    min-height: 160px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    overflow: hidden;
    margin: 0px;
    height: 100%;
 }
 
 html body .hm-smlr-pr .card-horizontal .card-img-wrapper{
    width: 180px;
    height: auto;
    margin: 0px;
    border-radius: 0px;
 }
 html body .hm-smlr-pr .card-horizontal .card-detail-wrapper{
    text-align: left;
    margin: 0px;
    display: block;
    padding: 15px;
    flex: 1;
 }
 .card-horizontal .product-name {
    font-size: 15px;
    line-height: 130%;
    display: block;
}
.card-horizontal .product-desc{
    color: #091D4F;
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
}
.card-horizontal:hover{
    background: #F5FBFF;
    border: 1px solid #009DFE;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
 }
 .card-horizontal:hover .card-img-wrapper{
    background: #fff;;
 }
 .card-horizontal:hover .product-name {
    color: #009DFE;
 }
 @media screen and (max-width:767px){
    .card-horizontal{
        flex-direction: column;
        min-height: 260px;
    }
    html body .hm-smlr-pr .card-horizontal .card-img-wrapper{
        width: 100%;
        height: 150px;
    }
    .card-horizontal .product-name{
        font-size: 12.5px;
        line-height: 130%;
        margin-bottom: 4px;
    }
    .card-horizontal .product-desc{
        font-size: 10px;
        line-height: 120%;
        margin-bottom: 2px;
    }
    .mn-prc{
        margin-top: 5px !important;
    }
 }

.new-bx-border{
    border-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: block;
    margin: 0px;
    height: 100%;
}
.new-bx-border .card-img-wrapper{
    border-radius: 0px;
}
.new-bx-border .card-detail-wrapper{
    padding: 10px;
    margin-top: 0px;
    border-radius: 0px;
}
.new-bx-border:hover{
    background: #009DFE;
    border: 1px solid #9ED1F0;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.15);
}
.new-bx-border:hover .product-name,.new-bx-border:hover .product-desc{
    color: #fff;
}


.new-review-wrapper.brand-review::after{
    display: none;
}
.new-review-wrapper .review-wrapper{
    padding: 0px 60px;
}
.new-review-wrapper .review-wrapper .slick-arrow{
    top: calc(50% - 25px);
    position: absolute;
    background-color: #F2F2F2;
}
.new-review-wrapper .review-wrapper .slick-arrow.slick-prev{
    left: 0px;
    z-index: 1;
}
.new-review-wrapper .review-wrapper .slick-arrow.slick-next{
    right: 0px;
}
.new-review-wrapper .review-wrapper .slick-slide{
    margin: 0px 15px;
}
.new-review-wrapper  .review-card{
    position: unset;
    max-height:199px;
}
.new-review-wrapper  .review-video-card{
    position: unset;
    position: relative;
    height:199px;
}
.new-review-wrapper  .review-video-card div,.new-review-wrapper  .review-video-card img{
    height: 100%;
}
.review-url-txt{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #A0ADD5;
}
.review-url-txt svg{
    margin-right: 5px;
}
.review-url-txt svg>path{
    fill: #A0ADD5;
}
.review-url-txt:hover{
    color: #fff;
}
.review-url-txt:hover svg>path{
    fill: #fff;
}
@media screen and (max-width:580px){
    .new-review-wrapper  .review-wrapper .slick-arrow.slick-prev{
        left: 0px;
    }
    .new-review-wrapper  .review-wrapper .slick-arrow.slick-next{
        right: 0px;
    }
    .new-review-wrapper  .review-wrapper{
        padding: 0px 20px;
    }
    .new-review-wrapper {
        padding-bottom: 30px;
    }
    .about-item-box .section-title h2,
    .about-item-box .section-title h1{
        font-size: 20px;
        text-align: center !important;
        line-height: 120%;
    }
    .new-review-wrapper .review-card, .new-review-wrapper .review-video-card{
        min-height: 222px;
    }
    .new-review-wrapper .section-title h2 span,
    .new-review-wrapper .section-title h1 span{
        font-size: 24px;
        font-weight: 800;
    }
    .new-bx-border .product-desc{
        font-size: 12px;
    }
}
.cursor-pointer{
    cursor: pointer;
}
.overflow-hidden{
    overflow-y: hidden;
}
.bg-none{
    background: none!important;
}

@media screen and (max-width:767px){
    .steps-panel .home-approved{
        align-items: center;
        justify-content: start;
        flex-direction: row;
    }
    .steps-panel .home-approved .rating-value{
        margin-top: 0px;
    }
    .steps-panel .home-approved .rating{
        min-height: 30px;
    }
    .mob-pt-10{
        padding-top: 10px !important;
    }
}

/* Top rating css */
.rating-sec{
    background: #F0F7FF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.steps-panel .rating-sec{
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;

}
.approve-top{
   flex-direction: column;
   cursor: pointer;
    align-items: start;
    width: fit-content;
    place-items: center;
}
.approve-top .rating{
    background: transparent;
    padding: 0px;
    min-height: auto;
}
.rating-features{
    display: flex;
    align-items: center;
}
.rating-features .feature-icon{
    width: 40px;
    padding-right: 10px;
}
.rating-features .feature-icon svg{
    width: 30px;
}
.rating-features .feature-icon.support-icon{
    width: 33px;
    padding-right: 0px;
}
.rating-features .feature-icon.support-icon svg{
    width: 25px;
}
.features-txt{
    flex:1;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #091D4F;
}
.sku-bx{
    background: #F6F6F6;
    border: 1px solid rgba(0, 0, 0, 0.04);
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 120%;
    color: #526083;
    padding: 4px 4px;
    margin-left: 4px;
}
.hr-divider{
    width: 100%;
    height: 1px;
    background: var(--lightgreybg);
    margin: 25px 0px;
}

@media screen and (min-width:992px){
    .approve-top{
         min-width: 157px;
     }
    .approve-top .rating{
        justify-content: center;
        width: 100%;
    }
}
@media screen and (max-width:991px){
   body .approve-top{
        flex-direction: row;
        margin: auto;
    }
    .rating-features {
        justify-content: center;
    }
    .rating-sec{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .features-txt{
        font-size: 13px;
        flex: unset;
    }
    .approve-top .rating-value{
        font-size: 13px;
    }
}

.card-p-style.card-vert-top-itm{
    justify-content: start;
    padding:20px 0px;
    min-height: auto;
    height: 100%;
}
.card-p-style.card-vert-top-itm img{
    height: 70px;
}

@media screen and (min-width:768px) and (max-width:1023px){
    .features-txt{
        flex: 1;
        font-size: 12px;
    }
    .rating-sec .row>*{
        padding: 0px 8px;
    }
}

/* Recommend Product */
.re-brdr-pr{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    display: inline-block;
    margin: 0px;
    height: 100%;
    width: 100%;
}
.re-brdr-pr .re-prd-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}
.re-brdr-pr .re-prd-content{
    padding: 15px;
}
.re-brdr-pr .re-prd-title{
    margin: 0px;
}
.re-brdr-pr .re-prd-img{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 200px;
}

.re-brdr-pr:hover{
    background: #F5FBFF;
    border: 1px solid #009DFE;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
 }
 .re-brdr-pr:hover .re-prd-img{
    background: #fff;;
 }
 .re-brdr-pr:hover .re-prd-title {
    color: #009DFE;
 }

 @media screen and (min-width:768px) and (max-width:1279px) {
    .actl-price, .dsct-price {
        font-size: 14px;
        line-height: 160%;
    }
    .dsct-price{
        margin-right: 5px;
    }
    .re-prd-item .prd-pricing-row .default-btn {
        font-size: 14px;
        padding: 6px 5px;
    }
 }

 @media screen and (min-width:1280px) and (max-width:1348px) {
    .actl-price, .dsct-price {
        font-size: 16px;
        line-height: 160%;
    }
    .dsct-price{
        margin-right: 10px;
    }
    .re-prd-item .prd-pricing-row .default-btn {
        font-size: 15px;
        padding: 6px;
    }
 }


 /* New Home and category Banner Css */
 .custom-banner-content{
    padding: 40px 0px 40px 40px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-banner-content h2,.custom-banner-content h1{
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0px 12px 0px;
}
.wristband-banner .custom-banner-content h1{
    font-size: 2.5rem;
}
.custom-banner-content h2 span,.custom-banner-content h1 span{
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px 15px;
}
.btn-sml-txt{
    color: #FFF;
    font-size: 12px;
    font-family: Plus Jakarta Sans;
    text-align: center;
    padding-top: 10px;
    color: #fff;
}
.dark-btn{
    background: #06163E;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 3rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    border-color: transparent;
}
.custom-banner-content::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.curve::after{
    content: '';
    position: absolute;
    top: 0px;
    left:80%;
    width: 40%;
    height: 100%;
    z-index: -1;
    transform: skew(-15deg);
}
.curve-blue-95e7fc::after{
    background-color: #95E7FC!important;
}

.banner-blue-95e7fc::before{
    background-color: #95E7FC!important;
}
.curve-sky-blue::after{
    background-color: #019CFE !important;
}
.curve-light-pink::after{
    background-color: #f387b7 !important;
}
.curve-light-green::after{
    background-color: #099441 !important;
}
.curve-light-easter::after{
    background-color: #aef0ee !important;
}
.curve-yellow::after{
    background-color: #F8D939!important;
}
.curve-dark-blue::after{
    background-color: #06163E!important;
}
.curve-blue::after{
    background-color: #1A4EB7!important;
}


.banner-sky-blue::before{
    background-color: #019CFE!important;
}

.banner-light-pink::before{
    background-color: #f387b7!important;
}
.btn-pink{
    background-color: #da176e!important;
}
.banner-light-green::before{
    background-color: #099441!important;
}
.banner-light-easter::before{
    background-color: #aef0ee!important;
}
.cinco-de-mayo::before{
    background-color: #962335 !important;
}
.cinco-de-mayo::after{
    background-color: #962335 !important;
}
.mothers-day::before,
.mothers-day::after{
    background-color:#efd4e1;
}
.custom-banner-content.mothers-day h2,
.custom-banner-content.mothers-day h2 span,
.custom-banner-content.mothers-day .btn-sml-txt,
.custom-banner-content.mothers-day .btn-sml-txt a{
    color: #061742 !important;
}
.btn-easter{
    background-color: #08515a!important;
}
.text-easter{
    color: #08515a!important;
}
/* .btn-green{
    background-color: #6fce65!important;
} */
.banner-yellow::before{
    background-color: #F8D939!important;
}
.banner-dark-blue::before{
    background-color: #06163E!important;
}
.banner-blue::before{
    background-color: #1A4EB7!important;
}

.banner-yellow h2,
.banner-yellow h2 span,
.btn-sml-txt,
.btn-sml-txt a{
    color: #06163E !important
}
.banner-yellow .dark-btn,
.banner-dark-blue .dark-btn{
    background-color: #019CFE!important;
}
.cstm-banner-bg{
    background: #E2F4FE;
}
.hover-white:hover{
    color: #fff !important;
}
.cstm-banner-bg h2{
    color: #06163E;
    font-size:45px;
}
.cstm-banner-bg h2 span{
    color: #06163E;
    font-size: 20px;
}
.font-black.custom-banner-content h2,.font-black.custom-banner-content h2 span,.font-black.custom-banner-content .btn-sml-txt,.font-black.custom-banner-content .btn-sml-txt a{
    color: #000000 !important;
}
.custom-banner .dark-btn:hover {
    color: #fff;
}
.balloon-white h2{
    color: #019CFE;
    font-size:45px;
}
.balloon-white h2 span{
    color: #06163E;
    font-size: 20px;
}
.bg-light-blue{
    background-color:#E2F4FE !important ;
}
.bgdark-blue{
    background-color:#95E7FC !important ;
}


.balloon-white.bgdark-blue h2{
    color: #06163E;
    font-size:45px;
}
.balloon-white.bgdark-blue h2 span{
    color: #06163E;
    font-size: 20px;
}

.bg-sky-blue{
    background-color: #E2F4FE !important;
}
.custom-banner-content .text-white{
    color:#fff !important;
}
.width-fit-content {
    width: fit-content !important;
}
@media screen and (min-width:1280px) and (max-width:1339px){
    .custom-banner-content h2,.custom-banner-content h1{
        font-size: 26px;
    }
    .balloon-white.bgdark-blue h2,.balloon-white h2{
        font-size: 36px;
    }
    
}
@media screen and (min-width:768px) and (max-width:1024px){
    .custom-banner-content h2,.custom-banner-content h1{
        font-size: 20px;
    }
    .custom-banner-content h2 span,.custom-banner-content h1 span{
        font-size: 14px;
    }
    .balloon-white.bgdark-blue h2,.balloon-white h2{
        font-size: 30px;
    }
    .balloon-white.bgdark-blue h2 span,.balloon-white h2 span{
        font-size:16px;
    }
}
@media screen and (max-width:580px) {

.wristband-banner .custom-banner-content h1{
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 16px;

}


}
/* End banner css */
.product-desc p{
    font-size: 14px;
}
#js-prod-desc{
    font-size: 14px;
}
.card-p-addtocart .default-btn{
    min-width: 200px;
}
@media screen and (min-width:992px) and (max-width:1100px){
    .card-p-addtocart .default-btn{
        min-width: unset;
    }   
}
body .btn-xs{
    padding: 5px 12px !important;
    font-size: 13px !important;
}
#___ratingbadge_0{
    bottom: 80px !important;
}
.place-items-end{
    place-items: end;
}

.footer-address {
    margin-bottom: 20px;
}
.footer-address .address-text {
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    line-height: 160%;
    color: #a2abc2;
    max-width: 250px;
}
.steps form label span, body .radio-lbl{
    font-size: 14px;
}
.steps  form label, .steps  form .fieldset label, body #myTabContent label{
    font-size: 13px;
}
button.js-add-cart-sample {
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #091D4F;
    padding: 0px 0px 4px !important;
    background: #fff;
    border-bottom: 1px solid #091D4F;
    border-radius: 0;
}

/* customer gallery starts */
.cs-gallery-sec{
    padding: 30px 0px 40px;
   }
.cs-gallery .slick-slide img{
    width: 240px;
    height: 220px;
    object-fit: cover;
}


.cs-gallery-sec .slick-arrow {
    top: calc(50% - 25px);
    position: absolute;
    background-color: #eee;
    left: -30px;
    z-index:1;

}

.cs-gallery-sec .slick-arrow.slick-next {
    right: -30px;
    left: auto;
}

.cs-gallery-sec  .slick-dots{
    display: flex;
    justify-content: center;
    position: relative;
    z-index:1;
    top:0px;
    margin-bottom: 0px;

}
.cs-gallery-sec  .slick-dots button{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ccc;
    color: transparent;
    font-size: 0px;
    display: inline-block;
    border: 0px;
    margin: 0px 4px;
    padding: 0px;

}
.cs-gallery-sec  .slick-dots li.slick-active button{
    background: #004CBE;
}

@media screen and (max-width:580px){
    
.cs-gallery-sec .slick-arrow {
    left: -10px;

}

.cs-gallery-sec .slick-arrow.slick-next {
    right: -10px;
    left: auto;
}
.cs-gallery .slick-slide{
    margin: 10px;
}
.cs-gallery .slick-slide img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}

}
@media screen and (max-width:767px){
    .cs-gallery-sec .section-title h2{
        font-size: 22px;
    }
}
/* customer gallery ends */

/* Popular Product fice col */
.hm-smlr-pr .card-p-similar .card-img-wrapper>img{
    mix-blend-mode: multiply;
}
@media screen and (min-width:1280px){
    
    .five-col{
        width: 20%;
      }
}

/* Popular Product fice col End*/



/* New */
.h2 {
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    color: #120f24;
}
.list li, .para {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    color: #120f24;
    margin: 0;
    font-family: Inter, sans-serif;
}
.list li{
    list-style: none;
    position: relative;
    padding-left: 16px;
}
.list li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50px;
}