@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap');

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #212529;
    font-family: 'Rubik', sans-serif;
    background: #edf1f5;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #0156D5;
    border-radius: 50px;
    transition: ease-in-out .3s;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #00398d;
  }
a {
    text-decoration: none;
}
.withoutHeader {
    min-height: calc(100vh - 251px);
}
.subsciption_sec_itm {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 15px;
    text-align: center;
    margin: 45px 0 30px;
}
.subsciption_sec_itm_head {
    position: relative;
}
.subsciption_sec_itm_head_img {
    position: relative;
    top: -15px;
}
.subsciption_sec_itm_itms ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.subsciption_sec_itm_itms ul li {
    margin: 20px 0;
}
.subscribe_btn {
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #fff;
    width: 100%;
}
.subscribe_btn:hover{
    text-decoration: none;
}
.subsciption_sec_itm_btn {
    background: none;
    padding: 0 15px 15px;
    border-radius: 0 0 15px 15px;
    font-size: 16px;
}

.subsciption_sec_itm_head_img img {
    max-width: 80%;
}
.subscribe_btn {
    background: #fff;
    color: #0156d5;
    border-color:  #fff;
}
.subsciption_sec_itm_itms ul li img {
    width: 13px;
    margin-right: 7px;
}
.subsciption_sec_itm_prc {
    background: #0156d5;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
}
.gold_sub .subsciption_sec_itm_prc {
    background: #19c650;
}
.silver_sub .subsciption_sec_itm_prc {
    background: #fd2240;
}
.bronze_sub .subsciption_sec_itm_prc {
    background: #fa5909;
}
.platinum_sub .subscribe_btn {
    background: #0156d5;
    color: #fff;
}
.gold_sub .subscribe_btn {
    background: #19c650;color: #fff;
}
.silver_sub .subscribe_btn {
    background: #fd2240;color: #fff;
}
.subsciption_sec_itm_head {
    position: relative;
    font-size: 20px;
    padding: 20px 0;
    text-transform: uppercase;
}
.bronze_sub .subscribe_btn {
    background: #fa5909;color: #fff;
}
.subsciption_sec_itm.active {
    transform: scale(1.09);
}
@media(max-width: 991px){
.subsciption_sec_itm_head_img {
    position: relative;
    top: -10px;
}
}
@media(max-width: 767px){
.subsciption_sec_itm_head_img {
    position: relative;
    top: -15px;
}
.subsciption_sec_itm {
    margin: 30px 0 15px;
}
    .offerOuter .discountOuter {
        width: 100px !important;
        height: 40px !important;
    }
    .offerOuter .offer_title {
        font-size: 16px !important;    }
}
.new-price {
    font-size: 18px;
}



.product_sec_cat_itm.showCatMenu .product_sec_cat_itm_link {
    color: #0156D5;
}
.product_sec_sub {
    display: none;
}
/*.product_sec_sub {
    transition: all .5s;
    height: 0;
    visibility: hidden;
}
.product_sec_cat_itm.active .product_sec_sub {
    display: block !important;
}*/
/*product page css*/
.product_sec_in {
    padding: 30px 0;
    width: 100%;
    display: flex;
    gap: 20px;
}
.product_sec_cat {
    width: 250px;
    position: sticky;
    top: 30px;
    /* float: left; */
    z-index: 1;
    height: 100%;
    flex: 0 0 auto;
}
/* .product_sec_right {
    padding-left: 280px;
} */
.product_sec_cat_in {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
}
.category_img img {
    height: 500px !important;
}
.product_sec_cat_head {
    background: #0156D5;
    color: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 15px 0;
}
.product_sec_cat_head h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.product_sec_cat_itms {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1 1 auto;
    height: 100%;
    overflow: hidden auto;
}
.product_sec_cat_itm a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: #001D4F;
    font-size: 14px;
}
.product_sec_cat_itm a:hover {
    color: #0156D5;
    text-decoration: none;
}
.product_sec_cat_itm_img {
    margin-right: 10px;
    flex: 0 0 25px;
    max-width: 25px;
    text-align: center;
}
.prd_itm {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
}
.prd_itm_head {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
}
.prd_itm_heading {
    display: flex;
    align-items: center;
}
.prd_itm_heading h3 {
    margin: 0;
    font-size: 20px;
}
.prd_itm_heading img {
    margin-right: 8px;
}
.more_btn {
    color: #0086B6;
}
.more_btn:hover {
    text-decoration: none;
}
.prd_itm_cards {
    padding: 0 15px 12px;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 8px;
}
.prd_itm_card {
    margin: 15px 0;
}
.prd_itm_card {
    margin: 15px 0;
    border: 1px solid #D9E0E9;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}
.prd_itm_cards .row {
    margin: 0 -8px;
}
.prd_itm_cards .row [class*="col-"] {
    padding: 0 8px;
}
.prd_itm_card_img {
    position: relative;
    width: 100%;
    height: 180px;
    text-align: center;
    background: #fafafa;

    /* text-align: center; */
    /* padding-bottom: 100%; */
    overflow: hidden;
    /* object-fit: cover; */
}
.prd_itm_card_img img {
    max-width: 100%;
/*    width: 100%;*/
    height: 100%;
    object-fit: cover;
    object-position: top center;
    /* position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
a:hover{
    text-decoration: none;
}
.prd_heading {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 15px;
}
.prd_heading a {
    color: #000000;
}
.prd_heading a:hover {
    color: #0156D5;
}
.prd_gift {
    background: #F3F6FA;
    padding: 5px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.prd_gift img {
    margin-right: 8px;
}
.btn_prd {
    background: #0156D5;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
}
.btn_prd:hover {
    color: #fff;
    background: #0249b5;
}
.prd_itm_card_con {
    text-align: center;
}
.prd_prc {
    /* margin-bottom: 10px; */
}
.product_sec_cat_itm:last-child a {
    border-bottom: 0;
}
.prd_itm_cards_mt .prd_subheading {
    font-size: 17px;
    margin: 0;
}
.prd_itm_cards_mt {
    background: #EEF5FF;
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px;
    padding-bottom: 0;
}
img{max-width: 100%;}
.product_sec_group {
    padding: 0;
    margin: 0;
    list-style: none;
}
.product_sec_group_itm a {
    padding: 5px 0;
    border: 0;
}
.product_sec_sub_itm h4 a {
    padding: 5px 0;
}
.product_sec_sub_itm {
    padding-left: 30px;
}
.product_sec_sub_itm h4 {
    display: none;
}
/*product page css end*/

/* Header CSS */
    .top_header {
        background: #fff;
    }
    .remove_bg {
        display: none;
    }
    .header_cls {
        display: flex;
        align-items: center;
        padding: 5px 0;
    }
    .menu {
        margin-left: auto;
    }
    .nav-item a {
        color: #000 !important;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 17px !important;
        line-height: 1.3;
    }
    .header_cls {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }
    .btn_primary {
        background: #0156D5;
    }
    .btn {
/*        color: #fff !important;*/
        height: 45px;
        padding: 0 22px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        font-size: 16px;
        box-shadow: none !important;
        outline: 0 !important;
        justify-content: center;
    }
    .account_sec {
        display: flex;
    }
    .btn_secondary {
        background: #001D4F;
        margin-left: 10px;
    }
    .account_sec {
        margin-left: 17px;
    }
    .bottom-header {
        background: #fff;
        padding: 15px 0;
    }
    .header_search {
        display: flex;
    }
    .form-control {
        width: 100%;
        min-height: 45px;
        box-shadow: none;
        background: #EEF5FF !important;
        border: 0;
        box-shadow: none !important;
    }
    .header_search .form-group {
        margin-right: 20px;
        width: 100%;
        position: relative;
        margin-bottom: 0;
    }
    .queue_cls {
        margin-left: auto;
        flex: 0 0 150px;
        text-align: right;
        max-width: 150px;
        justify-content: end;
        display: flex;
    }
    .queue_cls .btn img {
        margin-right: 10px;
    }
    .searc_icon {
        position: absolute;
        right: 15px;
        top: 9px;
    }
/* Process CSS */
    .space-cls {
        padding-top: 20px;
    }

    .process_box {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        position: relative;
    }
    .icon-pro {
        display: flex;
        justify-content: center;
        background: #0156D5;
        height: 75px;
        width: 75px;
        align-items: center;
        margin: 0 auto 15px;
        border-radius: 50%;
    }
    .process-cont h3 {
        font-size: 18px;
        color: #001D4F;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 1;
    }
    .process-cont p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .process-cont {
        margin-bottom: 15px;
    }
    .bg_cls {
        height: 40px;
        width: 40px;
        background: #0086B6;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border-radius: 50%;
        font-size: 16px;
        color: #fff;
        line-height: 1;
    }
    .bg_cls:after {
        position: absolute;
        left: 55%;
        content: '';
        height: 1px;
        width: 100%;
        background: #0086B6;
        bottom: 16%;
        z-index: 1;
    }
    .work_process [class*="col-"]:last-child .bg_cls:after {
        display: none;
    }
/* E-commerce Plateform */
    .white_bg {
        background: #fff;
        border-radius: 10px;
        padding: 0;
    }
    .title_wrap {
        border-bottom: solid 1px #E6E6E6;
        margin-bottom: 0;
        padding: 15px;
    }
    .title_wrap h2 {
        font-size: 24px;
        margin-bottom: 0;
        color: #001D4F;
    }
    .recommended-carousel {
        padding: 15px;
    }
    .item-bg {
        border: solid 1px #D9E0E9;
        padding: 30px;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }
    .owl-nav {
        position: absolute;
        right: 15px;
        top: -50px;
        display: flex;
    }
    .owl-nav button {
        height: 40px;
        width: 40px;
        margin: 0 5px;
        background: #EEF5FF !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    .owl-nav button span {
        font-size: 32px;
    }
    .owl-nav .owl-next {
        margin-right: 0;
    }
    .recommended-carousel .item {
        padding-left: 0.1px;
    }
    .owl-carousel {
        z-index: unset;
    }
    .category_left .product_sec_in {
        padding: 0;
    }
    .category_left .product_sec_in .product_sec_cat {
        width: 100%;
    }
    .product_sec_right.category_right {
        width: calc(100% - 300px);
        padding-left: 30px;
    }
    .category_row {
        display: flex;
    }
    .category_left {
        flex: 0 0 300px;
        max-width: 300px;
    }
    .owl-dots .owl-dot {
        margin: 0 2px;
    }
    .owl-dots {
        position: absolute;
        bottom: 15px;
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .owl-dots .owl-dot span {
        height: 10px;
        width: 10px;
        background: #001D4F;
        display: block;
        border-radius: 50%;
        border: solid 2px #001d4f;
    }
    .owl-dot.active span {
        border-color: #0086B6;
        background: #fff;
    }
    .category_img img {
        border-radius: 10px;
    }
    .product_main_sec .product_sec_right {
        padding-left: 0;
    }
    .prd_itm.bg_none {
        background: transparent;
    }
    .prd_itm.bg_none .prd_itm_banner img {
        width: 100%;
    }
/* Footer CSS */
    .footer_top {
        padding: 15px 0;
        background-size: cover;
        text-align: center;
    }
    .footer-cont {
        padding: 30px 0 35px;
    }
    .footer-cont p {
        max-width: 55%;
        margin: 0 auto;
        color: #fff;
        font-size: 16px;
    }
    .footer_social ul {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        padding-left: 0;
    }
    .footer_social ul li {
        list-style: none;
        padding: 0 10px;
    }
    .bottom-footer {
        background: #001D4F;
        padding: 15px 0;
    }
    .copyright p {
        margin-bottom: 0;
        color: #fff;
        font-size: 15px;
    }
    .footer_link ul {
        display: flex;
        justify-content: end;
        margin-bottom: 0;
    }
    .footer_link {
        text-align: right;
    }
    .footer_link ul li:nth-child(2) {
        margin: 0 10px;
        color: #fff;
    }
    .footer_link ul li {
        list-style: none;
    }
    .footer_link ul li a {
        color: #fff;
        font-size: 15px;
    }
/* how it work page css */
    .space-inner-cls {
        padding: 60px 0;
    }
    .howitwork-sec {
        background: #fff;
    }
    .heading_type_h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .howitwork-cont p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .howitwork-cont {
        padding-right: 50px;
    }
    .howitwork-img {
        text-align: center;
    }

/* Subscription page css */  
    .title_cls {
        text-align: center;
    }
    .subsciption_sec {
        position: relative;
    }
    .subsciption_sec:after {
        content: '';
        position: absolute;
        height: 350px;
        width: 100%;
        background-image: url(../img/bg-art.png);
        background-size: 400px;
        background-repeat: no-repeat;
        background-position: right;
        top: 10%;
    }
    .subsciption_sec .container {
        position: relative;
        z-index: 11;
    }
/* Dropshiping css */
    .dropshiping-sec {
        text-align: center;
        min-height: 580px;
        display: flex;
        align-items: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .inner_cont {
        max-width: 580px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
    }
    .heading_type_h1 {
        font-size: 63px;
        font-weight: 500
    }
    .inner_cont p {
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 20px;
    }
/* What We Provide css */
    .whatweprovide-sec {
        background: #fff;
        position: relative;
    }
    .whatweprovide-sec:after{
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-image: url(../img/bg-art2.png);
        background-size:  400px;
        background-repeat: no-repeat;
        background-position: left;
        top: 0;    
    }   
    .whatweprovide-sec .container {
        position: relative;
        z-index: 11;
    }
    .provide_cont h3 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .provide_cont ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 25px;
    }
    .provide_cont ul li {
        display: flex;
        padding: 10px 0;
    }
    .provide_cont ul li .check_ic {
        flex: 0 0 30px;
    }
/* Teach the business owner CSS */
    .business-owner-sec {
        background: #fff;
    }
    .business-cont h3 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .business-cont p {
        margin-bottom: 0;
        font-size: 16px;
    }
    .business-cont {
        padding-right: 50px;
    }
/* Step sec CSS */
    .step_box {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
    }
    .step_icon {
        display: flex;
        justify-content: center;
        margin-top: -65px;
    }
    .step_icon span {
        height: 85px;
        width: 85px;
        margin: 0 auto;
        background: #0156D5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 38px;
    }
    .simple-step-sec .step_box {
        margin-top: 46px;
    }
    .step-cont {
        text-align: center;
    }
    .step-cont h3 {
        font-size: 20px;
        margin-top: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .step-cont p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .nav-item a.nav-link.active {
        color: #0156d5 !important;
        border-bottom: solid 2px #0156d5;
    }
    .provide_img {
        padding-right: 40px;
    }
    .custom-subs {
        background: #001D4F;
        padding: 40px;
        border-radius: 10px;
        margin-top: 25px;
    }

    .custom-subs h3 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }
    .custom_subs_inner {
        max-width: 500px;
        margin: 0 auto;
    }
    .custom_subs_inner .form-group {
        margin: 15px 0 20px;
    }
    .get_started .subscribe_btn {
        width: unset;
    }
    .get_started {
        text-align: center;
    }
/* Subscription Form CSS */
    .subs_bg {
        background: #fff;
        border-radius: 30px;
        padding: 30px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .susb_form .form-control {
        background: #EEF5FF !important;
        border-radius: 7px !important;
    }
    .susb_form .form-select {
        background-color: #EEF5FF;
        min-height: 45px;
        border: 0;
        border-radius: 7px;
        color: #6c7da7;
    }
    .select-sub-category {
        margin-top: 40px;
        border-top: solid 1px #ddd;
        padding-top: 40px;
    }

    .select-sub-category h3 {
        font-size: 24px;
        margin-bottom: 20px;
        text-align:center;
    }
    .category_d_cls {
        display: flex;
        flex-wrap: wrap;
    }
    .category_d_cls .form-check {
        margin: 10px 20px 20px 0;
        display: flex;
        align-items: center;
        padding-left: 0;
    }
    .form-check-input:checked {
        background: #0156d5;
        border-color: #0156d5;
    }
    .form-check .form-check-input {
        height: 24px;
        width: 24px;
        padding: 0;
        margin: 0;
        outline: 0 !important;
        box-shadow: none !important;
    }
    .form-check label.form-check-label {
        margin-left: 10px;
    }
    .form-group.sub_category_cls {
        margin-bottom: 0;
    }
    /* Timeline CSS */
    .timeline_inner {
        max-width: 75%;
        margin: 0 auto;
    }
    .time_row {
        display: flex;
        margin: 0 -15px;
    }
    .timeline_col {
        flex: 0 0 45%;
        max-width: 45%;
        padding: 0 15px;
    }
    .timeline_center_col {
        flex: 0 0 10%;
        max-width: 10%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .timeline_box {
        background: #fff;
        padding: 25px;
        position: relative;
        margin-bottom: 30px
    }
    .timeline_box h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .timeline_box p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 0;
    }
    .bg-none {
        background: transparent;
        padding: 0;
    }
    .timeline_box.bg-none p {
        color: #001D4F;
        font-size: 20px !important;
        font-weight: 500;
        text-transform: uppercase;
        padding-top: 30px;
    }
    .timeline_box:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 15px solid white;
        border-bottom: 10px solid transparent;
        right: -15px;
        top: 35px;
    }
    .timeline_box.bg-none::after {
        display: none;
    }
    .timeline_box.bg-none::after {
        display: none;
    }
    .timeline_border {
        position: relative;
        border-left: solid 5px #fff;
        height: 100%;
        margin-top: 30px;
    }
    .timeline_border:after {
        content: '';
        position: absolute;
        height: 34px;
        width: 34px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 6px rgb(0 0 0 / 16%);
        left:-20px;
        transition: all 0.5s
    }
    .in-view .timeline_border:before {
        content: '';
        position: absolute;
        height: 20px;
        width: 20px;
        background: #0086B6;
        z-index: 11;
        left: -13px;
        top: 7px;
        border-radius: 50%;
        transition: all 0.5s
    }
    .in-view .timeline_border {
        border-color: #0086B6;
        transition: all 0.5s
    }
    .timeline-right .timeline_box.bg-none {
        text-align: right;
    }
    .timeline-right .timeline_box:after {
        left: -15px;
        transform: rotate(180deg);
    }
    .timeline_inner:last-child .timeline_center_col .timeline_border {
        margin-bottom: 0 !important;
        height: unset;
        border-color: transparent;
    }
    .timeline_inner:last-child .timeline_col .timeline_box {
        margin-bottom: 0;
    }
/* Product Listing Page CSS */
    .container-fluid {
        padding: 0 45px;
    }
    .prd_list_inner {
        display: flex;
    }
    .filter-left {
        flex: 0 0 450px;
        max-width: 450px;
    }
    .filter_bg {
        background: #fff;
        border-radius: 10px;
    }
    .filter-top {
        background: #0156d5;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 15px;
    }
    .filter-top h4 {
        margin-bottom: 0;
        color: #fff;
        font-size: 16px;
    }
    .filter-top .clear-cls {
        margin-left: auto;
        color: #fff;
        line-height: 1.4;
        font-size: 14px;
    }
    .accordion-header .accordion-button {
        box-shadow: none !important;
    }
    .accordion-header .accordion-button .form-check {
        padding-left: 0 !important;
    }
    .accordion_main .accordion-header button {
        background: transparent !important;
        padding: 10px 20px
    }
    .accordion_main .form-check .form-check-input {
        height: 18px;
        width: 18px;
        border: solid 1px #AAAAAA;
        border-radius: 4px;
    }
    .accordion_main label.form-check-label {
        color: #000;
        margin-bottom: 0;
        font-size: 14px
    }
    .accordion-body .form-check {
        padding-left: 0  !important;
        display: flex;
        align-items: center;
    }
    .accordion_main .accordion-body {
        padding-top: 0;
        padding-left: 40px
    }
    .accordion-item .accordion-item {
        border: 0;
    }
    .accordion-item .accordion-item button.accordion-button {
        padding-right: 0;
        padding-left: 0
    }
    .sub-category-cls .form-check {
        padding: 5px 0;
    }
    .sub-category-cls button.accordion-button {
        padding: 5px 0;
    }
    .accordion-item .accordion-item button.accordion-button .form-check {
        padding: 0;
    }
    .accordion-item .accordion-item .accordion-body {
        padding-left: 25px;
        padding-right: 0;
        padding-bottom: 0;
    }
    .prd-right {
        width: 100%;
        padding-left: 20px;
    }
    .white_bg_cls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: solid 1px #D9E0E9;
        padding: 15px;
        border-radius: 10px;
        background: #fff;
    }
    .total_prd h5 {
        margin-bottom: 0;
        font-size: 16px;
    }
    .select_all .form-check {
        display: flex;
        align-items: center;
    }
    .prd-list-view .prd_heading {
        font-size: 16px;
        font-weight: 500;
    }
    .category_cls h5 {
        font-size: 14px;
        font-weight: 500;
    }
    .category_cls .font-cls {
        font-weight: 400;
        margin-bottom: 0;
    }
    .category_cls {
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .buss_prd_prc {
        display: flex;
    }
    .price-left h6 {
        font-size: 11px;
    }
    .price-left {
        text-align: left;
    }
    .price-left h4 {
        font-size: 16px;
    }
    .price-left h4 span {
        font-size: 12px;
        margin-top: 5px;
    }
    .price-right {
        margin-left: auto;
        text-align: right;
    }
    .price-right h6 {
        font-size: 11px;
    }
    .price-right h4 {
        font-size: 16px;
    }
    .price-right h4 span {
        font-size: 12px;
        margin-top: 5px;
    }
    .prd-right .prd_itm_card_img {
        padding-bottom: 65%;
    }
    .product_box .form-check {
        padding-left: 0;
    }
    .product_box input {
        position: absolute;
        border-radius: 50% !important;
        height: 35px !important;
        width: 35px !important;
        right: 15px;
        top: 15px;
        z-index: 111;
    }
    .product_box  label.form-check-label {
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .product_box {
        position: relative;
        margin: 10px 0;
    }
    .product_box .prd_itm_card {
        margin: 0;
    }
    .product_box .form-check .form-check-input {
        border: 0;
        opacity: 0;
    }
    .form-check-input:checked[type=checkbox] {
        opacity: 1;
    }
    .product_box label.form-check-label {
        margin-left: 0 !important;
        padding-left: 0 !important;
        display: block;
    }
    .product_box .form-check-input:checked + label.form-check-label .prd_itm_card {
        border-color: #0156d5;
    }
    .product_box .form-check-input:checked[type=checkbox] {
        background-image: url(../img/prd-check.png);
        background-size: cover;
    }
    .product_box .form-check-input:checked {
        background:transparent; 
    }
    .lodemore_cls {
        margin: 10px auto 0;
        display: table;
    }
    .error {    
        color: red;   
        font-size: 14px;
    }
    .form-select:focus{
        box-shadow: none !important;
    }
    .heading_type_2 {
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center;
    }

    .subs_title h2 {
        text-align: left;
    }
    .product_sec_in_filter {
        display: none;
    }























.timeline-container {
	 display: flex;
	 justify-content: center;
}
 .timeline-container .vertical-scrollable-timeline {
	 list-style-type: none;
	 padding-left: 0;
	 margin-bottom:0;
}
 .timeline-container .vertical-scrollable-timeline li {
	 position: relative;
}
 .timeline-container .vertical-scrollable-timeline li:last-child {
	 margin-bottom: 0;
}
 .timeline-container .vertical-scrollable-timeline li h2 {
	 font-size: 25px;
	 margin-bottom: 10px;
	 font-weight: 600;
	 color: #fff;
}
 .timeline-container .vertical-scrollable-timeline li p:last-child {
	 margin-bottom: 0;
}
 .timeline-container .vertical-scrollable-timeline li .icon-holder {
	 left: 0;
	 top: 0;
	 width: 35px;
	 height: 35px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background-color: #cccccc;
    border: solid 8px #fff;
	 border-radius: 50%;
	 z-index: 1;
	 transition: 0.4s all;
}
 .timeline-container .vertical-scrollable-timeline li::after {
	 content: '';
	 position: absolute;
	 height: 0;
	 width: 8px;
	 background-color: #0086B6;
	 left: calc(50% - 4px);
	 top: 34px;
	 z-index: 0;
	 transition: 0.4s all;
}
 .timeline-container .vertical-scrollable-timeline li::before {
	 content: '';
	 position: absolute;
	 height: 100%;
	 width: 8px;
	 background-color: #c5c3cb;
	 left: calc(50% - 4px);
	 z-index: 0;
}
 .timeline-container .vertical-scrollable-timeline li:last-child::before {
	 content: unset;
}
 .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
	 background-color: #0086B6;
}
 .timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
	 background-color: #0086B6;
}
 .timeline-container .vertical-scrollable-timeline li.active::after {
	 height: 100%;
}
 .timeline-container .vertical-scrollable-timeline li.active:last-child::after {
	 content: unset;
}
.contact_row {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.contact-left {
    flex: 0 0 60%;
    max-width: 60%;
    background: #fff;
    padding: 50px;
}
.contact-right {
    flex: 0 0 40%;
    max-width: 40%;
}
.address-map{
    height: 100%;
}
.address-map iframe {
    width: 100%;
    height: 100%;
}
.label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}
.contact-dtl {
    background: #fff;
}
.contact_box {
    text-align: center;
    border: solid 1px #e3e3e3;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
}
.cont-icon {
    height: 70px;
    width: 70px;
    background: #0e57d2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    padding: 15px;
}
.cont-icon  img {
    filter: invert(1);
}
.contact_box a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.contact_box p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.contact_box:hover {
    background: #1758cf;
    transition: all 0.4s;
}
.contact_box:hover a {
    color: #fff;
}
.contact_box:hover .cont-icon {
    background: #fff;
}
.contact_box:hover .cont-icon img {
    filter: unset;
}
.contact_box:hover p {
    color: #fff;
}
.subsciption_sec_itm_itms {
    min-height: 300px;
}

.cartSection{

}

.cartSection .prd_itm_card_img {
    height: 100px;
    border-radius: 10px;
    max-width: 100px;
}
.cartSection .prd_itm_card_con{
    text-align: start;
}
.cartSection .prd_heading {
    -webkit-line-clamp: 1;
    padding: 0;
}
.cartSection .prd_prc {
    font-size: 20px;
}
.cartSection .prd_gift {
    width: max-content;
}
.cartSection .input-group{
    width: auto;
}
.prd_itm_card .input-group input{
    max-width: 90px;
    text-align: center;
    min-height: 36px;
    height: 36px;
    font-size: 14px;
    padding: 0 !important;
}
.prd_itm_card .input-group {
    justify-content: center;
}
.cartSection .prd_itm_card{
    margin: 0;
}
.valueIncDecBtn, .increment-btn, .decrement-btn{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out .3s;
    padding: 0;
    border: none !important;
    border-radius: 50px;
}
.valueIncDecBtn:hover, .increment-btn:hover, .decrement-btn:hover {
    background-color: #0156D5;
    color:#fff;
}
.valueIncDecBtn:active, .increment-btn:active, .decrement-btn:active {
    background-color: #113b89;
    color:#fff;
}

.cartSection .product_sec_in {
    min-height: 560px;
}
.emptyState  {
    min-height: 300px;
}
.emptyState .imgOuter {
    width: 100px;
    height: 100px;
}
.footer_top {
    background-image: url(../img/footer.png) !important;
}
.product_sec_right {
    width: -webkit-fill-available;
}
.product_sec_sub .product_sec_group_itm a{
    transition: ease-in-out .3s;
    display: flex;
    gap: 4px;
}
.product_sec_sub .product_sec_group_itm a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #0156D5;
    /* opacity:0; */
    transition: ease-in-out .3s;
}
.product_sec_sub .product_sec_group_itm a:hover {
    letter-spacing: 1px;
}
.product_sec_sub .product_sec_group_itm a:hover:before {
    opacity:1;
}
.product_sec_cat_itm_link{
    text-transform: capitalize;
}
.productRemoveBtn{
    width: 30px;
    height: 30px;
    top: -4px;
    transition:ease-in-out .3s;
    font-size: 14px;
}
.prd-disc {
    display: flex;
    flex-wrap: wrap;
}

.prd-disc p {
    margin-bottom: 0;
    font-size: 14px;
}

.prd-disc h6 {
    margin-bottom: 0;
    margin-right: 5px;
}



/* productDetailPage  */

.space-inner-cls {
    padding: 60px 0;
}
.zoom-left {
    display: flex;
}
.zoom_slider_img {
    flex: 0 0 450px;
    max-width: 450px;
}
#slideshow-items-container {
    display: inline-block;
    position: relative;
    border: solid 1px #0e57d217;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
#lens, .slideshow-items, .slideshow-thumbnails, #result {
    border: solid #ddd 1px;
}
#lens, #result {
    position: absolute;
    display: none;
    z-index: 1;
}
#lens {
    background:rgba( 233, 233, 233, 0.4 );
}
.slideshow-items {
    display: none;
    width: 428px;
    height: 428px;
}
.slideshow-items.active {
    display: block;
}
.slideshow-row {
    overflow: auto;
    padding-bottom: 10px;
    flex-wrap: unset;
    margin: 0 -5px;
}
.slideshow-thumbnails {
    opacity: 0.5;
}
.slideshow-thumbnails {
    width: 100px;
    margin: 0 5px;
}
.slideshow-thumbnails.active {
    opacity: 1;
}
.detail_prd_cont {
    flex: 0 0 calc(100% - 450px);
    padding-left: 15px;
    padding-top: 10px;
}
.prd-dtl h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}
.price-wrap {
    line-height: initial;
    padding: 10px 0 15px;
}
.old-price {
    text-decoration: line-through;
}
.new-price {
    font-size: 22px;
    font-weight: bold;
    color: #0e57d2;
    margin-left: 5px;
}
.box-wrap.color_box {
    justify-content: flex-start;
    padding-left: 0;
}
.box-wrap:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
}
.box-wrap {
    padding: 15px 20px;
    border-bottom: solid 1px rgb(183, 183, 183);
}
.prd_listing .quantity{
    width: 80px !important;
    flex: 0 0 auto;
    text-align: center;
}
.btnAddToCart{
    background-color: red;
}
.delivery_option {
    margin: 40px 0;
}
.delivery-box-main {
    display: flex;
    /* width: 70%; */
    margin: 0 auto;
    text-align: center;
}
.delivery-box-main .delivery-box {
    max-width: 33.33%;
    position: relative;
    flex: 0 0 33.33%;
}
.d_img {
    width: 60px;
    height: 60px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.d_dtl {
    margin: 20px 0 0;
}
.d_dtl h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.delivery-box-main .delivery-box:after {
    content: '';
    height: 40px;
    width: 1px;
    background: #ddd;
    display: inline-block;
    top: 30px;
    right: 0;
    position: absolute;
    z-index: 1;
}
.delivery-box-main .delivery-box:last-child:after {
    background: #fff;
}
.sizeOuter .form-check .form-check-label{
    width: auto;
    height: 30px;
    font-size: 15px;
    transition: ease-in-out .3s;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 10px;
}
.sizeOuter .form-check .form-check-input:checked~.form-check-label {
    background-color: #0156d526;
    border-color: #0156D5 !important;
    color: #0156D5;
}
.offerTitle{
    max-width: 600px;
}

.picZoomer{
	position: relative;
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	width: 100%;
	height: 100%;
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.offerOuter{
    border-radius: 16px;
}
.offerOuter .discountOuter {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background-color: #0156D5;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}
.offerOuter .discountOuter sub {
    font-size: 12px;
    font-weight: normal;
}
.offerOuter .offer_title{
    font-size: 18px;
    color: #000;
}
.offerOuter .otherDetail .otherBadge{
    background-color: #0156d529;
    border: 1px solid #0156D5;
    color: #0156D5;
    padding: 4px 12px;
}
.offerOuter .otherDetail .otherBadge .badge{
    /* color: #0156D5; */
    background-color: #0156D5;
}
.offerOuter .otherDetail .otherBadge.badgeDanger{
    background-color: #dc354524;
    border: 1px solid #dc3545;
    color: #dc3545;
    padding: 4px 12px;
}
.offerOuter .otherDetail .otherBadge.badgeDanger .badge{
    background-color: #dc3545;
}
.offerDecOuter .offerDec p {
    display: block !important;
    margin-bottom: 4px;
}
.border-dashed {
    border-top-style: dashed !important;
}

.viewFullWithoutHeader{
    min-height: calc(100vh - 291.5px);
}
.whiteNowrap {
    white-space: nowrap !important;
}
.productPera p {
    font-size: 15px;
    margin-bottom: 4px;
}
.oldPrice{
    font-size: 13px;
}
.remeningProdsuct {
    font-size: 15px;
}
.productFilterOuter .brandsFilter .form-select{
    font-size: 15px;

}

.productPera table tr, td {
    width: 100%;
    border: 1px solid;
}
.footer_logo img {
    max-width: 100%;
    width: 100px;
    max-height: 100px;
    /* border-radius: 84px; */
}

.CartBtn {
    border: 1px solid;
    padding: 5px;
    border-radius: 20px;
    margin-left: 10px;
}


.pdbDescContainer {
    background: #ffffff;
    max-width: 100%;
    padding: 20px;
    box-shadow: 0 0 10px #00000040;
    border-radius: 10px;
}
.pdbDescSectionText {
    padding-left: 10px;
}
.pdbDescSectionTitle {
    width: 200px;
    display: inline-block;
}
.pdbDescSection {
    padding: 12px 0;
    border-bottom: solid 1px #f1f1f1;
}
.pdbDescContainer .pdbDescSection:first-child {
    padding-top: 0;
}
.pdbDescContainer .pdbDescSection:last-child {
    border-bottom: 0;
}
.prd-hiddin {
    overflow: hidden;
}