/* body {
    font-family: 'font_style_6686' !important;
    font-weight: 800;
} */

body {
    background-color: #F5F5F5;
    background-color: #efeef3;

}


@media (min-width: 992px) {
    section.headenew_top {
        display: none;
    }
}

@media (max-width: 991px) {
    div#navbarheader {
        display: none;
    }

    nav.navbar.navbar-expand-lg.largeMenu_mainSec.d-flex.align-items-center {
        /* display: none !important; */
    }
}

b.Click_hereitn {
    color: #1cbcc4;
    margin-left: 10px;
}

.innerdiv_youneed {
    border: 1px solid;
    border-radius: 10px;
    /* padding: 10px 10px 10px 0px; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    text-align: center;
    border: 1px solid #1cbcc4;
    overflow: hidden;
    margin: 40px 0;
}

span.plusNewspan {
    background: #1cbcc4;
    height: fit-content;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 30px;
    color: white;
    font-weight: 900;
}

label.innerdiv_upload {
    margin-bottom: 0;
}

span.custom-file-control.btn.plusNewspan:hover {
    background: #1cbcc4;
    height: fit-content;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 30px;
    color: white;
    font-weight: 900;
}

@media (max-width: 768px) {
    b.Click_hereitn {
        color: #1cbcc4;
        margin-left: 0;
    }

    span.\'Click_here {
        font-size: 14px;
    }

    .container.newplyscontainer {
        max-width: 100%;
    }
}


/* topbar css start */

.topbar .social-links a {
    color: rgb(9 8 8 / 70%);
    margin-right: 20px;
}

.topbar {
    background: #ffffff;
    height: 40px;
    font-size: 14px;
    color: #000;
    padding: 0;
    border-bottom: 1px solid #F5F5F5;
}

.contact-info {
    /* column-gap: 15px; */
}

.contactTop_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.languageTopbar_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.signInTopbar_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.signInTopbar_sec a {
    color: black;
}

.languageTopbar_sec .dropdown-toggle::after {
    display: none;
}

.languageTopbar_sec .dropdown-menu {
    min-width: 7.5rem;
}

.myaccoountdropdown_btn::after {
    display: none !important;
}

ul.dropdwon_menusubbook {
    align-items: flex-start;
    flex-wrap: wrap;
}

.leftbilling.delete {
    text-align: right;
    margin-bottom: -20px;
}

/* .myaccoountdropdown_btn {
    padding-right: 0 !important;
} */

.resopsivesidebar-menttop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1ebdc2;
}

.lastserch_cartmobile {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-right: 10px;
}

/* middle header bar csss */

.largeMenu_mainSec {
    background-color: #1ebdc2;
    padding: 0 1rem !important;
}

.largeMenu_mainSec a.nav-link:hover {
    text-decoration: none;
    text-decoration-color: #ffffff;

}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    text-decoration: unset;
}

.navbar-top {
    border-bottom: 1px solid #F5F5F5;
    padding: 12px 0;
    background: white;
}

.haederlogo_serachmain {
    align-items: center;
}

.searchHeaderRight_sec {
    display: flex;
    align-items: center;
    justify-content: right;
    column-gap: 20px;
}

.searchHeaderRight_sec .search-input {
    padding: 8px 30px 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #1ebdc2;
}

.searchHeaderRight_sec input.form-control {
    border: 1px solid #1ebdc2;
}

.searchHeaderRight_sec button.btn.btn-primary {
    /* background-color: #000083; */
    background-color: #1ebdc2;
    border-color: #1ebdc2;
}

.searchHeaderRight_sec .search-container {
    position: relative;
    display: inline-block;
}

.searchHeaderRight_sec .search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

/* menu header css */

.largeMenu_mainSec {
    padding: 0;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.largeMenu_mainSec .navbar-light .navbar-nav .nav-link {
    /* margin: 0 14px; */
    color: rgb(11 11 11);
    font-weight: 500;
    font-size: 0.9rem;
}

.largeMenu_mainSec a.nav-link {
    color: rgb(10 10 10);
    margin-right: 30px;
    /* padding-right: 0.8rem !important;
    padding-left: 0.8rem !important; */
}

.haederlogo_serachmain .navbar-toggler {
    border: 1px solid black;
}

.langulagemaindiv a.dropdown-item:hover {
    background-color: unset;
}

@media (max-width: 767px) {

    .col-lg-7.col-md-7.logolarge_view {
        order: 1;
    }

    .col-lg-3.col-md-3.searchHeaderRight_sec {
        width: 50%;
    }

    .col-lg-2.col-md-2.logolarge_view {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .resopsivesidebar-menttop {
        display: none;
    }

    .launguagecurencyMobile {
        display: none;
    }
}

@media (max-width: 993px) {
    .navabr_mainmenu .navbar-collapse.collapse.show {
        position: fixed !important;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #f8f9fa;
        transition: left 0.3s ease;
        z-index: 1000;
    }

    .navabr_mainmenu .navbar ul {
        align-items: flex-start;
        padding: 20px;
    }

    .navbar a,
    .navbar a:focus {
        padding: 0px;
    }

    .navabr_mainmenu li.nav-item {
        margin-bottom: 10px;
    }

    button.close-menu-btn.d-lg-none {
        font-size: 24px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0 20px;
        text-align-last: right;
    }

    span.cart_quantityheader {
        left: 14px !important;
        color: #000000 !important;
        background: #ffffff !important;
        top: -7px !important;
    }

    .resopsivesidebar-menttop.container button.navbar-toggler.collapsed {
        padding: 0;
    }

    .launguagecurencyMobile {
        display: flex;
        align-items: center;
    }

    .serchtopmobile {
        background-color: #1ebdc2 !important;
        border-color: #1ebdc2 !important;

    }

}


/* banner css :start */



.bannerleft_section h3 {
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.bannerleft_section p {
    color: #0a0a0a;
    margin-bottom: 20px;
}

.bannerleft_section a {
    padding: 8px 15px;
    color: white;
    border: 1px solid #000083;
    text-decoration: none;
    border-radius: 10px;
    background-color: #000083;
}

.bannerleft_section {
    /* padding-bottom: 190px; */
}


/* upload css start */

b.Click_hereit {
    color: #1cbcc4;
    margin-left: 60px;
}

.upload-btn::before {
    font-size: 30px;
    line-height: 30px !important;
    padding: 11px !important;
}

.upload-btn {
    height: 50px !important;
    border-radius: 10px !important;
    top: -14px !important;
}


.upload-stattemnetOuterDiv {
    border: 1px solid #1cbcc4;
    width: 100%;
}

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload__label {
    display: block;
    /* padding: 1em 2em; */
    color: #000;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0;
}

span.plus_btnupload {
    background-color: #1cbcc4;
    padding: 10px;
    color: white;
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}


/* product categoary css start */
.Magazines_divOuter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.products_categoary {
    margin-top: 40px;
}

ul.nav.nav-tabs.menu_categoarySection .nav-link {
    /* background: #ffffff; */
    /* margin: 0 30px; */
    color: black;
    /* padding: 0.5rem 1.5rem; */
    border-radius: 0.5rem;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

ul.nav.nav-tabs.menu_categoarySection .nav-link.active {
    color: #0b0b0b;
    background-color: #ffffff;

    /* border: 2px solid #000083; */

}

ul.nav.nav-tabs.menu_categoarySection {
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    row-gap: 10px;
    border-bottom: unset;
    column-gap: 17px;
}

@media (min-width: 992px) {
    ul.nav.nav-tabs.menu_categoarySection .col-lg-3 {
        flex: 0 0 auto;
        width: 24%;
    }
}


.Product-cateoarydiv {
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    padding: 20px;
    row-gap: 10px;
    border-radius: 10px;
    /* margin: 0 25px; */
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19); */
    /* height: 400px; */
}


.collection-view__btn.active {
    background-color: #000083;
}

.collection-view__btn span.active {
    background: white;
}

div#loadMoreContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

button#loadMoreButton {
    padding: 8px 15px;
    color: white;
    border: 1px solid #000083;
    text-decoration: none;
    border-radius: 10px;
    background-color: #000083;
}


@media screen and (max-width: 768px) {
    .Product-cateoarydiv {
        height: auto;
    }
}

.Product-cateoarydiv:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.Product-cateoarydiv img {
    width: 100%;
}

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

.ctaegoary_name-review span {
    color: #beb4b4;
}

span.price_categoary {
    color: #3DC8FF;
}

.Product-cateoarydiv .fa-star:before {
    color: #f25500;
}

.innerdiv_imgCategaorymenu img {
    width: 100%;
    height: 100%;
}

.outerdiv_menuCategoary {
    /* display: flex; */
    align-items: flex-start;
    justify-content: center;
    background: url(../image/w2.jpg) center center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(255, 255, 255);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.outerdiv_menuCategoary h5 {
    margin-bottom: 0;
}

.innerdiv_imgCategaorymenu {
    width: auto;
    height: 70px;
    margin-bottom: 10px;
}

.outerdiv_menuCategoary p {

    margin-bottom: 8px;
}

h2.Magazines_heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.nav.nav-tabs.menu_categoarySection .nav-link.active:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

h2.gettext_head {
    margin: 15px 0;
    font-weight: 600;
    margin-bottom: 1rem;
    /* position: relative;
    height: fit-content;
    background-color: var(--bs-white);
    color: inherit;
    padding: var(--padding-large);
    border-radius: var(--padding-medium);
    box-sizing: border-box;
    min-height: fit-content;
    padding: 20px;
    border-radius: 15px; */
    font-size: 1.5rem;
}

.load-more-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

button.btn.applysinglbtn {
    background-color: #1ebdc2;
    color: white;
    border-radius: 10px;
}

input.form-control.input_apply {
    border-radius: 10px;
}

button#loadMoreBtn {
    padding: 8px 15px;
    color: white;
    border: 1px solid #1ebdc2;
    text-decoration: none;
    border-radius: 10px;
    background-color: #1ebdc2;
}

button.btn.applybtndiv {
    background-color: #1ebdc2;
    color: white;
}

.radio_ColorPrinting .btn-radio+label:hover {
    background-color: unset;
}

.fa-question-circle:before {
    color: #1ebdc2;
}

@media (max-width: 600px) {
    section.instant_quotesection .container {
        padding: 0;
    }

    .Estimated_innerdiv {
        column-gap: 5px !important;
        justify-content: space-between;
        padding: 0 5px;
        font-size: 14px;
    }

    .ineer_createBooklet_rightSection {
        padding: 10px !important;
    }

    .Estimated_innerdiv img {
        width: 30px !important;
    }

    .img_divproduct {
        width: 42px;
    }

    h6.ogPrice {
        font-size: 14px;
    }

    h6.disPrice1 {
        font-size: 14px;
    }

    h6.discountedPrice1 {
        font-size: 14px;
    }
}



/* .row.categoaryRow {
    display: flex;
    align-items: center;

    column-gap: 87px;
}
@media (min-width: 1200px){
    .row.categoaryRow .col-xl-3 {
        flex: 0 0 auto;
        width: 20%;
    }
} */



/* ul.nav.nav-tabs.menu_categoarySection .nav-link.active{
    position: relative;
  }



  .nav.nav-tabs.menu_categoarySection .nav-link.active::before {

    content: "";
    position: absolute;
    bottom: -11px;
    left: 15%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #000083 transparent transparent transparent;
    z-index: 1;
  }

  .nav.nav-tabs.menu_categoarySection .nav-link.active::after {

    content: "";
    position: absolute;
    bottom: -8px;
    left: 15%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
  } */




/* single product css */

.outerdiv_menuCategoarynew {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: url(../image/v.jpg) center center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(255, 255, 255);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.outerdiv_menuCategoary.nesingleproductdiv_2 {
    background: url(../image/b.jpg) center center;
}

.outerdiv_menuCategoary.nesingleproductdiv_3 {
    background: url(../image/n.jpg) center center;
}

.outerdiv_menuCategoary.nesingleproductdiv_4 {
    background: url(../image/m.jpg) center center;
}

ul.nav.nav-tabs.singleproduct_menusection .col-lg-3 {
    flex: 0 0 auto;
    width: 24%;
}

ul.nav.nav-tabs.singleproduct_menusection {
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    row-gap: 10px;
    border-bottom: unset;
    column-gap: 17px;
}

section.singleproducts_section {
    /* margin-top: 70px; */
    background-color: #efeef3;
    padding: 20px;
}

ul.nav.nav-tabs.singleproduct_menusection .nav-link {
    background: #D3D3D3;
    /* margin-right: 60px; */
    color: black;
    padding: 0;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

ul.nav.nav-tabs.singleproduct_menusection .nav-link.active {
    color: #ffffff;
    background-color: #fff;
    border-color: unset;
}

ul.nav.nav-tabs.singleproduct_menusection {
    border-bottom: unset;
    margin-top: 20px;
    margin-bottom: 38px;
}

.Create_Bookletsec {
    background: white;
    padding: 15px 15px;
    border-radius: 0.45rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Create_Bookletsec a {
    color: #fc0c0c;
}

.radio_ColorPrinting .btn-radio {
    display: none;
}

.radio_ColorPrinting .btn-radio+label {
    padding: 0.5rem 1rem;
    /* padding: 0.5rem 2rem; */
    border: 1px solid #adb5bd;
    border-radius: 0.5rem;
    color: black;
    width: 125px;
}

.border_topdiscount {
    background-color: #5c6776;
    height: 1px;
    width: 100%;
    margin: 1rem 0px;
}

.Estimated_innerdiv.discount_Estimated_innerdiv {
    flex-direction: column;
}

.Estimated_innerdiv.pricefinal_discount {
    align-items: center;
    flex-direction: column;
}

.radio_ColorPrinting .btn-radio:checked+label {
    background-color: #fbfbfb;
    color: #040404;
    border-color: 1px solid #0d6efd;
}

a.btn.btn-sm.range-minus {
    border: 1px solid #adb5bd;
    padding: 0.15rem 0.4rem;
}

a.btn.btn-sm.range-plus {
    border: 1px solid #adb5bd;
    padding: 0.15rem 0.4rem;
}

.fa-minus:before {
    color: #adb5bd;
}

.fa-plus:before {
    color: #adb5bd;
}

input.range.inputRangebook {
    background-color: #1ebdc2;
}

.Estimated_Shippingsec {
    padding: 24px;
}

.middleCreate-booklet {
    background: white;
    margin-top: 30px;
    border-radius: 0.45rem;
    row-gap: 20px;
    margin-right: 10px;
    padding: 10px;
}

.outer_Estimated_Shippingsec {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.outer_Estimated_Shippingsec .form-check-input {
    margin-left: 0rem;
}

.createBooklet_row {
    margin-right: 0;
    margin-left: 0;
}

.Select_sizeSection {
    display: flex;
    justify-content: space-between;
}

.Select_sizeSection a {
    color: #fc0c0c;
}

.middleCreate-booklet {
    row-gap: 20px;
}

.Paper_Typeleftsec label.btn.btn-outline-primary {
    width: 100%;
    padding: 0.5rem 1rem;
    border: unset;
    border-radius: 0.5rem;
    color: black;
    background-color: #f1f3f3;
}

.Paper_Typeleftsec input[type="radio"]:checked+label,
.Paper_Typeleftsec input[type="checkbox"]:checked+label {
    /* background-color: red; */
    border: 1px solid #1ebdc2;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: unset !important;
    background-color: #f1f3f3 !important;
}


/* Style for selected radio input and label */
.radio_ColorPrinting input[type="radio"]:checked+label,
.radio_ColorPrinting input[type="checkbox"]:checked+label {
    background-color: #f1f3f3;
    border: 1px solid #1ebdc2;
}

/* Additional styling for the labels */
.radio_ColorPrinting label {
    padding-top: 10px;
    /* Adjust the padding as needed */
}



.Paper_Typeleftsec {
    height: 181px;
    overflow-y: scroll !important;
    padding: 10px 10px;
    border: 1px solid #adb5bd;
    border-radius: 0.45rem;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.Paper_Typerightsec img {
    width: 100%;
    height: 100%;
}

.Paper_Typerightsec {
    padding: 10px 10px;
    border: 1px solid #adb5bd;
    border-radius: 0.45rem;
    height: 181px;
}

.ineer_createBooklet_rightSection {
    background: white;
    margin-top: 15px;
    border-radius: 15px;
    padding: 24px;
    /* border: 1px solid #ced4da; */
    height: fit-content;
}

h6.ogPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
}

.Estimated_Shippingsec {
    background-color: white;
    /* border: 1px solid #ced4da; */
    border-radius: 15px;
    padding: 24px;
    margin-top: 15px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.Estimated_Shippingsec.w-100 {
    border: 1px solid #ced4da;
    padding: 10px 0;
}

.Estimated_Shippingsec label.form-label {
    font-weight: 600;
}

.col-sm-11.Estimated_innerdivcoliumn {
    padding: 0;
}

.Estimated_Shippingsec .form-check {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.Estimated_innerdiv {
    /* border-bottom: 1px solid #ced4da; */
    /* padding-bottom: 15px; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    column-gap: 13px;
}

.img_divproduct {
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.toatlpricediv {
    margin-bottom: 0;
}

.outer_Estimated_Shippingsec .form-check-input:checked {
    background-color: #1ebdc2;
    border-color: #1ebdc2;
}

input.form-check-input.total_price4:checked {
    background-color: #1ebdc2;
    border-color: #1ebdc2;
}

.Estimated_innerdiv label.form-check-label {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.Estimated_innerdiv label.form-check-label span {
    font-size: 1.5em;
    font-weight: 600;
}

.border_leftdiv {
    background: #ced4da;
    width: 2px;
    height: 52px;
}

span.price_final {
    font-size: 26px;
    font-weight: 800;
}

.Estimated_Shippingsec .form-check .form-check-input {
    margin-left: 0;
}

.Estimated_Shippingsec .form-check {
    padding-left: 0;
}

.innerbottom-radio label.btn.btn-outline-primary {
    padding: 0.5rem 1rem;
    border: 1px solid #adb5bd;
    border-radius: 0.5rem;
    color: black;
}

.Estimated_Shippingsec select.form-control {
    border-radius: 0.5rem;

}

.divOuter-productgrid {
    width: 100%;
    display: grid;
    grid-template-columns: 6fr 5fr;
    gap: 2rem;
}


@media (max-width: 1024px) {
    .divOuter-productgrid {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .row.h_image.row_imagesectondiv {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        height: 100%;
    }

    .col_imagesectondiv {
        padding: 0 !important;
    }

    .Paper_Typeleftsec {
        height: auto;
    }
}

@media (max-width: 575px) {
    .min-rangerow {
        justify-content: space-between;
        display: grid;
        grid-template-columns: auto auto auto;
    }
}

/* singleproduct css  */


.Estimated_Shippingsec.Estimated_Shippingsecsingplproduct {
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}

.ineer_createBooklet_rightSection.singleproducts_books {
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}

.row.singleproductrow {
    margin-top: 40px;
}

.largeMenu_mainSec a.nav-link.active {
    background-color: #3b898b;
    color: white;
}

.largeMenu_mainSec a.nav-link {

    padding: 10px 0;
}


/* cart page csss */
.leftsideAccoutSec {
    background-color: white;
    border-radius: 0.5rem;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.rightsideAccoutSec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rightsideAccoutSec {
    background-color: white;
    border-radius: 0.5rem;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.show-shipping-options.newselectoptiondiv select.form-control {
    padding: 0.5rem 1rem;
    border: 1px solid #adb5bd;
    border-radius: 0.5rem;
    color: black;
}

.card.cardpagnation-div.paymentrightboxdiv {
    row-gap: 15px;
}

h5.headingpayment {
    font-weight: 600;
    margin-bottom: 20px;
}

.order-summaryrow {
    width: 100%;
    display: grid;
    grid-template-columns: 2.5fr 5fr;
    gap: 2rem;
    margin-top: 40px;
}

.imgcartouterdiv {
    margin-bottom: 20px;
    /* height: 100%; */
}

.imgcartouterdiv img {
    width: 100%;
    height: auto;
}

section.cartinner_section {}

section.shoppingCart_section {
    padding: 70px 0;
    background-color: #efeef3;
    background-color: #efeef3;
}

.order-summaryrowright.card {
    background: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: center;
}

.order-summaryrowleft.card {
    background: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.card-border {
    border-color: #1ebdc2 !important;
    background-color: #1ebdc2 !important;
    color: #ffffff !important;
}

h4.Artworkheade {
    margin-bottom: 0;
    font-weight: 600;
}

.navBox {
    border-radius: 0.25rem !important;
}

.topsection_artworkcart {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.imgdiv_innercarsole {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
}

.imgdiv_innercarsole img {
    height: auto;
}

.info-box p {
    margin-bottom: 0;
}

h2.productnamecart_head {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.summary_leftcart {
    padding: 0.5rem 1rem;
    border: 1px solid #adb5bd;
    border-radius: 0.5rem;
    color: black;
    margin-bottom: 15px;
}

button.btn.convertImageToPDFbtn {
    background-color: #1ebdc2;
    border-color: #1ebdc2;
    color: white;
    margin-bottom: 4px;
}

.page_navigation a {
    margin-bottom: 7px;
}

.close {
    color: black !important;
}

.address {
    border-bottom: 1px solid #e2d4d4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.boxnew.active-tab .loacalpicktab {
    background-color: #1ebdc2;
    color: white;
}

.loacalpicktab {
    padding: 10px;
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
}

.loacalpicktab label {
    margin-bottom: 0;
}

.chooselocalpicupdiv {
    margin-bottom: 20px;
}

.card.cardpagnation-div {
    padding: 20px;
    background: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.label_headdiv label {
    font-weight: 600;
    margin-bottom: 10px;
}

.card.cardpagnationtop-div {
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

button.btn.addaddress_cart {
    background-color: #1ebdc2;
    border-color: #1ebdc2;
    color: white;
    border-radius: 10px;
    margin-top: 20px;
}

.custom-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 43%;
    left: 40px;
    background-color: #1ebdc2 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white !important;
}

.custom-carousel button.owl-next {
    position: absolute;
    top: 43%;
    right: 40px;
    background-color: #1ebdc2 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white !important;
}

@media (max-width: 1024px) {
    .order-summaryrow {
        display: flex;
        flex-direction: column;
    }

    .imgdiv_innercarsole {
        width: 100%;
    }

    .form-group.row.address-gapdiv {
        row-gap: 1rem;
    }

    .card.cardpagnation-div {
        margin-top: 1rem;
    }

    .custom-carousel button.owl-next {
        right: 0;
    }

    .custom-carousel .owl-nav button.owl-prev {
        left: 0;
    }
}

/*--------------------------------------------------------------
servics css start
--------------------------------------------------------------*/

section.services h2 {
    margin-top: 70px;
    margin-bottom: 15px;
}

.product-cat-caption {
    margin-top: 10px;
}

.category-product-img {
    position: relative;
    padding-bottom: 40px;
    /* min-height: 260px; */
    display: flex;
    align-items: flex-end;
}

.category-product-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    /* left: 50%;
    transform: translateX(-50%); */
    width: 160px;
    height: 160px;
    background-color: #d4cbcb;
    border-radius: 50%;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.category-product-img img {
    height: 170px;
    object-fit: cover;
    transform: scale(1);
}

a.product-cat-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
}

.cat-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.cat-title span {
    font-weight: 600;
}

.cat-title p {
    margin-top: 8px;
}

.product-cat-link:hover .category-product-img:before {
    background-color: #000083;
}

/* .product-cat-link:hover .category-product-img img {
    height: 220px;
    transform: scale(1);
} */

.Estimated_Shippingsec.w-100.selectedDiv {
    background-color: #f4f4f4;
}

.Estimated_Shippingsec .col-sm-6 {
    padding-right: 8px;
    padding-left: 8px;
}

.front_original_frame_size {
    /* width: auto !important; */
}

.front_original_frame_size {
    /* overflow: hidden; */
}

button.btn.btnPrev {
    position: absolute;
    top: 35%;
    left: 20px;
    color: black;
}

button.btn.btnNext {
    position: absolute;
    top: 35%;
    right: 20px;
    color: black;
}

.showimage_mindiv {
    position: relative;
}



/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
section.testimonials {
    /* margin-top: 70px; */
    padding-top: 70px;
    background-color: #e5e5e5;
    background-color: #efeef3;
}

.testimonials .testimonial-wrap {
    padding-left: 10px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 10px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.testimonail_imgdiv {
    width: 80px;
    height: 80px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100%;
    border-radius: 50px;

    height: 100%;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #000;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .stars {
    margin: 10px 0;
    margin: 5px 0;
}

span.datetestimonial {
    font-weight: 500;
}

.testimonials .testimonial-item .stars i {
    color: #1ebdc2;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 18px auto 15px auto;
}

.testimoinal_head {
    font-weight: 600;
}

h3.signuphead {
    font-size: 35px;
    text-align: center;
}

.signup-form {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

p.lorelipsumfooter {
    color: black;
    font-size: 15px;
}


.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.imgthead_divouter {
    margin-bottom: 13px;
    display: flex;
    column-gap: 5px;
}

input.form-controlinputsuggest {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }

    .owl-carouseln .owl-nav button.owl-prev {
        left: -4px;
    }

    .owl-carouseln .owl-nav button.owl-next {
        right: -4px;
    }

    .container.clickherbtn_container {
        max-width: 100%;
    }

    span#upload-btn {
        height: fit-content;
    }

    b.Click_hereit {
        font-size: 12px;
    }

    span.Click_hereneed {
        font-size: 12px;
    }
}


.owl-carousel.owl-carouseln.owl-loaded.owl-drag .owl-dots {
    display: none;
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
section#recent-posts {
    margin-top: 70px;
}

.section-header {
    margin-bottom: 30px;
}

.recent-posts article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.recent-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.recent-posts .post-category {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.recent-posts .title {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.recent-posts .title a {
    color: var(--color-default);
    transition: 0.3s;
    text-decoration: none;
}

.recent-posts .title a:hover {
    color: var(--color-primary);
}

.recent-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.recent-posts .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# some benifits Section
--------------------------------------------------------------*/
section.benifits.sections-bg {
    margin-top: 70px;
}

.member {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    background-color: var(--color-primary);
    /* padding: 50px 0; */
    color: rgb(0, 0, 0);
}


a.logo.footer_logoN.d-flex.align-items-center {
    margin-top: -10px;
    margin-bottom: 10px;
}

.newsletter-signup {
    background-color: #3c3c3b;
    padding: 1rem 0;
    margin-bottom: 36px;
}

.newsletter-signup .signup-form .form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.newsletter-signup h4 {
    color: #fff;
    font-size: 1.3rem;
}

.newsletter-signup .signup-form .form-inline .btn-primary-1 {
    background: #1ebdc2;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #1ebdc2;
    padding: 0.385rem 0.75rem;
}

input#newsletterSignup {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    /* font-family: var(--font-primary); */
}

.footer .footer-info p {
    font-size: 14px;
    /* font-family: var(--font-primary); */
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    padding-right: 2px;
    color: rgba(0, 131, 116, 0.8);
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: rgb(1 1 1 / 70%);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

.footer .footer-links ul a:hover {
    color: #fff;
}

.footer .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
}

.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
}

.footer .credits a {
    color: #fff;
}















.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
    /* Change to your desired background color */
}

/* Add a shadow when the header becomes sticky */
.header.sticky {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}



/* product page css */


.product_imagediv img {
    width: 100%;
    height: 100%;
}

.product_imagediv {
    padding: 20px;
    border-radius: 0.45rem;
    background-color: white;
    margin-bottom: 20px;
}

.innerproduct_imagediv img {
    width: 100%;
    height: 100%;
}

.innerproduct_imagediv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.carousel-thumbnails {
    height: 60px;
    width: 100%;
}

h1.Activity-Book {
    margin: 30px 0;
}

.rightSectionActivity-Book p {
    font-size: 1rem;
}

.rightSectionActivity-Book p:last-child {
    border-bottom: 2px solid #000083;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.custom-list {
    list-style: none;
    padding-left: 0;
    row-gap: 10px;
    display: flex;
    flex-direction: column;
}

.custom-list a {
    color: #070707;
    text-decoration: underline;
    font-size: 17px;
    text-decoration-color: #FF0000;
    /* Red color */
}

@media (min-width: 576px) {
    .col-sm-7.Estimated_Shippingsec {
        flex: 0 0 auto;
        width: 57.333333%;
    }
}

section.slectsize_singleproduct {
    /* margin-top: 30px;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    padding: 20px 15px; */
}

ul.nav.nav-tabs.slectsize_tabs .nav-link {
    padding: 0;
    margin-right: 30px;
}

section.slectsize_singleproduct .tab-content.innerTab_catagoary {
    margin-top: 20px;
}

.metadata-table {
    margin: 0 auto;
    border: 1px solid #E5E7EB;
}

ul.nav.nav-tabs.slectsize_tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e600 #dee2e600 #fff;
    border-bottom: 1px solid #000083;
}

ul.nav.nav-tabs.slectsize_tabs .nav-link {
    color: #121212;
    font-size: 17px;
    padding-bottom: 10px;
}



section.banner_mainsectionCategoary {
    background: url(../image/b1.jpg) center center;

    background-size: cover;
    /* padding: 80px 75px; */
    background-repeat: no-repeat;
    height: 530px;
}

.bannerleft_sectioncategoary p {
    margin-bottom: 3rem;
}

.banner-content {
    background-color: #fdefe199;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#carouselExampleIndicators .carousel-item {
    height: 100%;
}

.collection-hero__title {
    margin: 1.5rem 0;

    text-align: center;
    font-weight: 600;
}

/* CSS for the top filter */
.filter-sectionLeft {
    display: flex;
    margin-bottom: 20px;
    /* Add some space between the filter and the product grid */
}

.filter-sectionright {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    /* Add some space between the filter and the product grid */
}

.filter-sectionLeft select {
    margin-right: 10px;
    background-color: #000083;
    padding: 10px;
    color: white;
}

.filter-sectionright select {
    background-color: #000083;
    padding: 5px;
    color: white;
    border-radius: 0.5rem;
}

/* Optional: Add some styling to the product grid items */
.Product-cateoarydiv {
    border: 1px solid #ccc;
    padding: 20px;
    /* text-align: center; */
}

/* Optional: You can adjust the product grid layout as needed */
.categoaryRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.outerdiv_paperwight {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
}


div#dvPassport411 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 10px;
}

.shipAddButton {
    margin-top: 20px;
}

.upload_qutoes {
    background-color: #1ebdc2 !important;
    border-color: #1ebdc2;
    width: max-content;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* categoary page csss */

.nameandviewSec {
    display: flex;
    justify-content: space-between;
}

select#sort {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.geidCategoary_topsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.collection-view {
    display: flex;
    line-height: 1;
}

.collection-view__btn {
    display: inline-flex;
    text-align: center;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    border: 1px solid #a6a8aa;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    line-height: 32px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.collection-view__btn span {
    width: 2px;
    height: 10px;
    background: #a6a8aa;
    margin: 0 1px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.categoryRow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Default: 2 products per row */
    gap: 20px;
}

.Product-cateoarydiv {
    border: 1px solid #ddd;
    padding: 20px;
    padding: 30px 20px;
}


.filter-buttons {
    padding: 0;
    margin: 15px 0;
    display: flex;
    background: var(--gradient-base-background-1);
    border: 1px solid var(--gradient-base-background-2);
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;

}

.filter-buttons .grid-view-button {
    padding: 10px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #000083;
    color: white;
}

.filter-buttons .list-view-button {
    padding: 10px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}





.bannerleft_sectioncategoary {
    text-align: center;
    color: #070707;
}

.bannerleft_sectioncategoary a {
    padding: 8px 15px;
    color: white;
    border: 1px solid #000083;
    text-decoration: none;
    border-radius: 10px;
    background-color: #000083;
}

select.form-control {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
}

.your_namecontrols {
    padding: 0.375rem 0.75rem 0.375rem 0.375rem !important;
}

/* common csss for all */

/* Remove outline on input focus */
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    background-color: white !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ffffff;
    /* background-color: white !important; */
}

.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    background-color: white !important;
}

select:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    background-color: white !important;
}





/* sign up page css */


.signInMain_sec {
    border: 1px solid #d3ced2;
    padding: 20px;
    text-align: left;
    border-radius: 5px;
    background-color: #fff;
}

.signInMain_sec button.btn {
    background-color: #000083;
    color: #fff;
}




.signuptop_secQuote {
    /* box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 0 auto;
    border-radius: 20px;
    padding: 60px 60px; */
}

.rightsidequtoediv {
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 0 auto;
    border-radius: 8px;
    padding: 20px;
}

.fromGroup_qutoes label {
    position: absolute;
    /*   left: 0;
    top: 50%;
    left: 16px;
    top: 52%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #222;
    padding-left: 6px;*/
    margin-bottom: 0;
    padding: 0.475rem 0.75rem 0.375rem 0rem;
    padding-left: 6px;
}

.signuptop_secQuote .form-control {
    /* border-radius: 0;
    border-bottom: 1px solid #999;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom-width: 1px;
    border-bottom-color: #ccc; */
    padding: 5px 30px;
}

.signuptop_secQuote .form-group {
    position: relative;
    margin-bottom: 25px !important;
    overflow: hidden;
}



/* another add qutoes from csss  */

.UploadFile_col {
    display: flex;
    flex-direction: column;
}

label.custom-filecustom-file_qutoesadd {
    width: 100%;
    border: 3px solid #ced4da;
    border-style: dashed;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.Product-Typeradio .form-check-input:checked {
    background-color: #1ebdc2;
    border-color: #1ebdc2;
}

.Product-Typeradio {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.row.signuptop_secQuotenewrow {
    row-gap: 1rem;
}

.row.signuptop_secQuotenewrow label {
    font-weight: 500;
}


/* new sign up css */


.signuptop_sec {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 60px 60px;
    max-width: 900px;
    width: 100%;

}

section.signup {
    /* margin-top: 60px; */
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efeef3;
}

.signup-image {
    text-align: center;
}

.signuptop_sec .form-group {
    position: relative;
    margin-bottom: 25px !important;
    overflow: hidden;
}

.signuptop_sec label {
    /*   position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/


    position: absolute;
    margin-bottom: 0;
    padding: 0.375rem 0.75rem 0.375rem 0rem;
    color: #222;
}

.signuptop_sec input::placeholder {
    font-size: 13px;
}

.modal-body.p-4.add_desc_onModal img {
    /* width: 10% !important; */
}

.signuptop_sec .form-control {
    border-radius: 0;
    border-bottom: 1px solid #999;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    /* Adjust the color as needed */
    padding: 5px 30px;
}

.signuptop_sec a {
    color: #04245d !important;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .signuptop_sec {
        padding: 20px;
    }
}

.signin-image {
    text-align: center;
}

h2.form-title {
    margin-bottom: 33px;
}

.signup_rightsec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.socials {
    list-style: none;
    padding-left: 0;
    display: flex;
    column-gap: 10px;
    margin-bottom: 0;
}

.socials li a i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 13px;
}

.social-login {
    display: flex;
    column-gap: 30px;
}

li.facebook_socailIcon a i {
    background: #3b5998;
}

li.twitterSosialIcon a i {
    background: #1da0f2;
}

li.goodleSocailIcon a i {
    background: #e72734;
}

input#signin {
    background: #1ebdc2;
    border-color: #1ebdc2;
    padding: 5px 25px;
    margin-top: 10px;
}

input#signup {
    background: #1ebdc2;
    border-color: #1ebdc2;
    padding: 5px 25px;
    margin-top: 10px;
}

section.sign-in {
    /* margin-top: 60px; */
    padding: 60px 0;
}

.register_backsec {
    background: linear-gradient(#e66465, #9198e5);
    background: linear-gradient(#84aebf, #5a5aab);
    background: linear-gradient(#e6646578, #000083b0);
}

.forgotPassword {
    text-align: right;
}

.signin-image img {
    width: 100%;
}

.signup-image img {
    width: 100%;
}







/*
my account page css */


.img-circle img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 5px solid #fff;
}

.leftsideAccoutSec {
    background-color: white;
    border-radius: 0.5rem;
    padding: 20px;
}

.rightsideAccoutSec {
    background-color: white;
    border-radius: 0.5rem;
    padding: 20px;
}

.leftsideAccoutSec .nav-pills .nav-link {
    color: #000;
    margin-bottom: 5px;
}

.leftsideAccoutSec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    background-color: #1ebdc2;
}

a.check-btn.sqr-btn {
    background-color: #1ebdc2;
    padding: 5px 8px;
    border-radius: 0.25rem;
    color: white;
    text-decoration: none;
}

.myaccount-table.table-responsive.text-center td {
    padding: 15px !important;
}

.image_headsec {
    margin-bottom: 29px;
    text-align: center;
}

.img-circle {
    margin-bottom: 6px;
}

.image_headsec span {
    font-size: 20px;
    font-weight: 600;
}

.dashboradineerSection {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    padding: 20px 30px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.shippinginner_address {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.Edit_your {
    display: flex;
    align-items: flex-start;
}

.Edit_your span {
    margin-right: 20px;
}

.myaccount-table thead.thead-light tr {
    background-color: #ced4da82;
    border: 1px solid #ff000000;
    color: #000083;
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19); */
    border-radius: 0.5rem;
}

.myaccount-table tbody tr {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ced4da;
}

.custom-table {
    border-collapse: separate;
    border-spacing: 0 15px;
    /* Adjust the vertical spacing as needed */
}

.custom-table tr {
    border: none;
    border-bottom: 1px solid #ced4da;
    /* Add a red border at the bottom */
    transition: box-shadow 0.3s;
    /* Add a smooth transition effect */
}

.billingAddressSection {
    /* background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    padding: 20px 30px;
    border-radius: 0.5rem; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 0.5rem;
    margin-bottom: 10px;
}

span.address-heading {
    font-size: 20px;
    font-weight: 500;
}

button.btn.save_address {
    background-color: #1ebdc2;
    color: white;
}

a.edit {
    color: #000083;
    text-decoration: none;
    font-weight: 500;
}

.bottom_shipping {
    margin-top: 10px;
    border-bottom: 2px solid #f5f5f5;
}

button.btn.saveAddress {
    background-color: #1ebdc2;
    border-color: #1ebdc2;
    color: white;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .dashboradineerSection {
        margin-bottom: 20px;
    }
}

.table-responsive.viewOrderdetailstable th {
    padding: 16px 30px;
    line-height: 1.7;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    color: var(--gray-dark, #000);
}

.table-responsive.viewOrderdetailstable td {
    padding: 16px 30px;
    line-height: 1.7;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    color: var(--gray-dark, #000);
}

.product-name a {
    color: #929292;
    text-decoration: none;
}

strong.product-quantity {
    color: #929292;
}

th.product-name {
    border-bottom: unset !important;
}

th.product-total {
    border-bottom: unset !important;
}

.viewdetails_order {
    padding: 25px 30px 30px;
    border: 2px dashed var(--border-color, #e5e5e5);
}

.table-responsive.viewOrderdetailstable {
    margin-bottom: 30px;
}

p.customer-details--phone {
    margin-bottom: 0;
}

.editanddelete_sectionaccount {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-top: 6px;
}

.user_imgsec {
    background-color: #ff0000;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_imgsec.edituser_imgsec {
    background-color: #63ccda;
}

.rightsideAccoutSec {
    /* background: #fff url(../image/bacaddress.png) center center;
    background: #fff url(../image/bacadd1.png) center center;
    background: #fff url(../image/bacadd2.png) center center;
    background: #fff url(../image/newbackadd.png) center center; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.chooseNew label {
    position: unset;
    transform: unset;
}

.radiobtn {
    /* display: flex; */
    align-items: center;
    column-gap: 10px;
}

.radiobtn i.bi.bi-person-fill {
    margin-right: 12px;
}

.chooseNew {
    /* border-bottom: 1px solid #999;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    padding: 5px 30px 5px 0px; */
}

.radiobtn label.form-check-label {
    margin-right: 10px;
}

.chooseNew.radiobtn {
    /* border-radius: 0;
    border-bottom: 1px solid #999;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom-width: 1px;
    border-bottom-color: #ccc; */
    /* padding: 5px 30px 5px 5px;
    padding: 0; */
    text-align: left;
}

.chooseNew.radiobtn .form-check {
    padding-left: 1.65rem;
}

span.custom-file-control.btn.btn-primary {
    background-color: #1ebdc2;
    border-color: #1ebdc2;
    margin-top: 10px;
}

.chooseNew.radiobtn .form-check-input:checked {
    background-color: #1ebdc2;
    border-color: #1ebdc2;
}

.chooseNew {
    text-align: left;
}

input.custom-file-input {
    display: none;
}

.upload_qutoes {
    /* width: 100%; */
}

button.btn.rejectquote.saveAddress {
    background-color: #dc3545;
    border-color: #dc3545;
}

.qutoesSection .col-md-6 {
    /* display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 10px; */
}

.form-label {
    font-weight: bold;
}

.qutoesSection .form-label {
    font-weight: 700;
}

.book_qutosec {
    border-bottom: 1px solid #ced4da;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    height: 100%;
}

button.btn.btn-primary.btn-sm.shipAddButton {
    background-color: #1ebdc2 !important;
    border-color: #1ebdc2 !important;
}

/* shopping cart css */


/* section.shoppingCart_section {
    margin-top: 70px;
    margin-bottom: 70px;
}
.title{
    margin-bottom: 5vh;
}
.card{
    margin: auto;
    max-width: 100%;
    width: 100%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent;
}
@media(max-width:767px){
    .card{
        margin: 3vh auto;
    }
}
.cart{
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}
@media(max-width:767px){
    .shoppingCart_section .cart{
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}
.shoppingCart_section .summary{
    background-color: #ddd;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
    color: rgb(65, 65, 65);
    font-weight: 600;
}
@media(max-width:767px){
    .summary{
    border-top-right-radius: unset;
    border-bottom-left-radius: 1rem;
    }
}
.shoppingCart_section .summary .col-2{
    padding: 0;
}
.shoppingCart_section .summary .col-10
{
    padding: 0;
}
.shoppingCart_section .row{
    margin: 0;
}
.title b{
    font-size: 1.5rem;
}
.shoppingCart_section .main{
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}
.shoppingCart_section .col-2, .col{
    padding: 0 1vh;
}
.shoppingCart_section a{
    padding: 0 1vh;
}

.shoppingCart_section img{
    width: 3.5rem;
}
.back-to-shop{
    margin-top: 4.5rem;
}
.shoppingCart_section h5{
    margin-top: 4vh;
}
.shoppingCart_section hr{
    margin-top: 1.25rem;
}
.shoppingCart_section form{
    padding: 2vh 0;
}
.shoppingCart_section select{
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}
.shoppingCart_section input{
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}
.shoppingCart_section input:focus::-webkit-input-placeholder
{
      color:transparent;
}
.checkoutBtn {
    width: 100%;
}
.shoppingCart_section a{
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}
.shoppingCart_section a:hover{
    color: black;
    text-decoration: none;
}
.shoppingCart_section #code{
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253) , rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.count_product {
    text-align: right;
}
.totalprice_ite, .price_item {
    text-align: right;
}
span.name_itemhead {
    padding: 0;
    font-weight: 600;
}
span.single_priceitem {
    font-weight: 600;
} */


/* new shopping cart css */


table.table.shoppingcart_table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    border-top: unset;
}

section.shoppingCart_section {
    /* margin: 70px 0; */
}

.cartLeftside_section {
    background-color: white;
    border-radius: 0.5rem;
    padding: 20px 30px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.cart-plus-minus {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.dec.qtybutton {
    height: 31px;
    width: 31px;
    line-height: 31px;
    border: 1px solid #E3E4E9;
    color: #8E8FA0;
    cursor: pointer;
    float: inherit;
    font-size: 18px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
}

input.cart-plus-minus-box.plus-minus-width-inc {
    width: 120px;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #3A3A3A;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 31px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 92px;
}

.inc.qtybutton {
    height: 31px;
    width: 31px;
    line-height: 31px;
    border: 1px solid #E3E4E9;
    right: 0px;
    color: #8E8FA0;
    cursor: pointer;
    float: inherit;
    font-size: 18px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
}

.count_product {
    text-align: right;
}

.table-content.table-responsive .table>tbody tr {
    vertical-align: middle;
}

.plantmore-product-thumbnail {
    width: 80px;
}

.plantmore-product-thumbnail img {
    width: 100%;
}

.plantmore-product-name a {
    text-decoration: none;
    color: #000;
}

.plantmore-product-remove a {
    color: black;
    text-decoration: none;
}

.table-content.table-responsive .table>thead th {
    border-bottom: 1px solid #dee2e6;
}

.cartrightside_section {
    background-color: white;
    border-radius: 0.5rem;
    padding: 20px 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.coupon_codediv {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.cartrightside_section h5 {
    font-size: 14px;
}

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

.totalpriceSectioncart h4 {
    font-size: 20px;
}

.totalpriceSectioncart span {
    font-size: 20px;
    font-weight: 600;
}

input.submit.btn {
    background-color: #000083;
    color: white;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0.5rem;
}

a.btn.continue-btn {
    background-color: #1ebdc2;
    color: white;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px;
}

.shopping_cartTopsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #dddddd; */
    margin-bottom: 30px;
    /* padding-bottom: 15px; */
}

input.form-control.input_applycart {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

button.btn.saveAddress.checkoutBtn.applycartcheckout {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

h3.shoping-checkboxt-titlenew {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 16px;
    padding: 15px 0;
    color: #212529;
    text-align: left;
}

a.plantmore-product-remove {
    float: right;
    color: black;
    text-decoration: none;
}

.coupon2 {
    padding-top: 7px;
    column-gap: 18px;
    display: flex;
}


@media (max-width: 600px) {
    tr.shoppingcart_tr {
        display: flex;
        flex-direction: column;
    }

    tr.shoppingcart_trtbody {
        display: flex;
        flex-direction: column;
    }

    table.table.shoppingcart_table {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #dee2e6;
    }

    table.table.shoppingcart_table thead th {
        border-bottom: unset;
    }

    tr.shoppingcart_trtbody td {
        border-top: unset !important;
        border-bottom-width: 0px;
    }

    .newsletter-signup .signup-form .form-inline {
        display: grid;
        grid-template-columns: auto auto;
    }

}

@media (max-width: 992px) {
    .row.shoppingcart_row {
        row-gap: 1rem;
    }
}




/* checkout page css */


section.checkout_section {
    margin: 70px 0;
}

.shoping-checkboxt-title {
    border-bottom: 1px solid #dddddd;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.your-order-wrap {
    background: #ffffff;
    border-radius: 0.5rem;
}

.your-order-table {
    padding: 20px 30px;
}

.your-order-table table {
    width: 100%;
}

.your-order-table table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 16px;
    padding: 15px 0;
    color: #212529;
    text-align: left;
}

.your-order-table table thead tr th {
    font-weight: 600;
}

.your-order-table table tfoot tr th {
    font-weight: 600;
}

td.product-name {
    font-size: 14px;
}

tr.cart-subtotal {
    font-weight: 600;
}

.payment-method {
    padding: 20px 30px;
}

a.shipping-calculator-button {
    color: #000000;
}

.payment_checkoutsec label {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 0.5rem;
}

.order-button-payment {
    margin-top: 30px;
}

.Placeorder_btn {
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0.5rem;
}

.shippingcheckout_leftsection {
    background-color: white;
    padding: 20px 30px;
    border-radius: 0.5rem;
}

.your-order-table ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.mini-img-wrapper {
    width: 50px;
    overflow: hidden;
}

.mini-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

td.product-name {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.shipping-address-heading {
    font-size: 16px;
}

.minicart-btn {
    background-color: #000083;
    color: white;
    border-radius: 0.5rem;
    text-decoration: none;

}

.minicart-btn:hover {
    background-color: #000083;
    color: white;
    border-radius: 0.5rem;
    text-decoration: none;

}

.minicart-btn-area {
    margin-top: 10px;
}

.billing_address_newhead {
    font-size: 24px;
    font-weight: 500;
}


/* minincart css */

.dropdown-toggle.minicart_icon::after {
    display: none;
}

.minicartMiddle_section {
    padding: 0rem 2rem 1.6rem 2rem;
}

ul.cart-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.cart-items li {
    list-style: none;
    display: flex;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .dropdown.mincart_sec .dropdown-menu {
        min-width: 24rem;
        margin-top: 9px !important;
        box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
        border-radius: 0.5rem;
    }

    td.plantmore-product-name {
        word-break: break-word;
        width: 200px;
    }
}

.dropdown.mincart_sec .dropdown-menu {
    margin-top: 9px !important;
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    border-radius: 0.5rem;
}

.cart-img {
    width: 100px;
}

.cart-img img {
    width: 100%
}

h5.product-name {
    color: #222;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    width: 123px;
}

.cart-content span {
    color: #222;
    font-weight: 400;
    font-size: 16px;
}

.cart-content span.product-price {
    color: #2a72f8;
    font-size: 16px;
}

.cart-total h5 {
    color: #3e3d43;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-total {
    padding: 20px 0;
}

.cart-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cart-btn a {
    display: block;
    width: 100%;
    background-color: #000083;
    padding: 5px 45px;
    border-radius: 0.5rem;
    color: white;
    text-decoration: none;
}







/* activitybook css */


.print-file-setup strong {
    font-size: 1.25rem;
    color: #ff4f42;
    margin: 2rem 0 1rem;
}

.print-file-setup h5 {
    margin: 2rem 0 1rem;
}

.print-file-setup h2 {
    color: #58585a;
    font-weight: 700;
    letter-spacing: -0.5px;
}



.samples-action {
    background: url(../image/free-samples-4.png) center center;
    background-size: cover;
    padding: 100px 75px;
    background-repeat: no-repeat;
    text-align: center;
}

a.btn.btn-lg.btn-product-1 {
    padding: 8px 15px;
    color: white;
    border: 1px solid #000083;
    text-decoration: none;
    border-radius: 10px;
    background-color: #000083;
}

section.bannersectiona {
    margin: 50px 0;
}



/* product details section */

section.productdetails_section {
    /* margin-top: 40px; */
}

h1.product-single__title {
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 15px;
    color: #000000;
}

ul.checkmark {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.checkmark li {
    position: relative;
}

ul.checkmark li:before {
    content: url('../image/check.png');
    position: absolute;
    left: -25px;
    top: 8px;
}

ul.checkmark li {
    list-style: none;
    margin-left: 25px;
    margin-bottom: 8px;
}

.product-single__description.rte {
    margin-top: 20px;
    border-top: 1px solid #000083;
    padding-top: 15px;
}

.helpful_text {
    font-size: 20px;
    font-weight: 600;
}

.selectsize_ineerdiv {
    margin-top: 50px;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    padding: 20px 15px;
}

img.imageButton {
    border-radius: 4px;
    width: 120px;
}

table.table.metadata-table thead {
    background: #F9FAFB;
}

table.table.metadata-table>:not(:last-child)>:last-child>* {
    border-bottom: 2px solid #ddd;
}

.section-header {
    margin-bottom: 0;
}

.section-header p {
    margin-bottom: 0;
}

.samples-action p {
    font-size: 2rem;
    color: #000;
}

.productinfo_sectionrow {
    margin-top: 50px;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    padding: 20px 15px;
}

h2.print_file {
    color: #58585a;
}

.ineer_createBooklet_rightSection h2 {
    font-size: 1.3rem;
    font-weight: 600;
}

section.instant_quotesection {
    /* margin-top: 40px; */
}

.applydivouter {
    margin: 1.5rem 0;
}

.radioBtn_image .radio-option input[type="radio"] {
    display: none;
}

.radioBtn_image .radio-option label {
    display: inline-block;
    cursor: pointer;
    width: 100px;
    border-radius: 0.5rem;
    overflow: hidden;
}

.radioBtn_image .radio-option img {
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.radioBtn_image .radio-option input[type="radio"]:checked+label img {
    border-color: #000083;
    border-radius: 0.5rem;
}

.radioban-imagemiddlesec {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 40px;
}

span.cart_quantityheader {
    position: absolute;
    left: 22px;
    width: 23px;
    height: 23px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: #1ebdc2;
    border-radius: 50%;
    top: -13px;
    font-size: 13px;
    border: 1px solid;
}

.summary_leftcart label {
    margin-bottom: 0;
}




.bottom_btnoutfit {
    z-index: 1;
    position: relative;
}

.paging-container img {
    max-width: 100%;
    /* max-height: 100%; */
}

.front_original_frame_size {
    max-width: 100%;
    max-height: 100%;
}

/* .front_card_outer {
    padding-bottom: 15px;
} */
.row.viewimagerowouter {
    row-gap: 15px;
}


.front_card_outer {
    /* max-width: 100% !important;
    max-height: 100%; */
}

ul.dropdown-menu.dropdown-menu-end.My_accountul {

    min-width: 10rem;
    border-radius: 8px;
    box-shadow: rgba(0, 19, 37, 0.48) 0px 8px 32px;
    border: unset;
    margin-top: 1px;
}

button.btn.searchbtn_topmobile {
    background-color: #1ebdc2;
    color: #fff;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.My_accountul::before {
    bottom: 100%;
    right: 5px;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgb(255, 255, 255);
    border-image: initial;
    border-radius: 2px;
}

.signInTopbar_sec a:hover {
    background-color: unset !important;
}

.lanuguageul_dropdwonmenu::before {
    bottom: 100%;
    left: 12px;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgb(255, 255, 255);
    border-image: initial;
    border-radius: 2px;
}

ul.dropdown-menu.lanuguageul_dropdwonmenu {

    min-width: 10rem;
    border-radius: 8px;
    box-shadow: rgba(0, 19, 37, 0.48) 0px 8px 32px;
    border: unset;
    margin-top: 1px;
}

ul.dropdown-menu.currencyul_dropdownmenu {

    min-width: 9rem;
    border-radius: 8px;
    box-shadow: rgba(0, 19, 37, 0.48) 0px 8px 32px;
    border: unset;
    margin-top: 1px;
}

.currencyul_dropdownmenu::before {
    bottom: 100%;
    left: 12px;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgb(255, 255, 255);
    border-image: initial;
    border-radius: 2px;
}

.dropdwuntop_language .dropdown-toggle::after {
    display: none;
}

.dropdwuntop_curency .dropdown-toggle::after {
    display: none;
}

.navheader_menu ul.navbar-nav {
    flex-wrap: wrap;
    row-gap: 10px;
}

.offcanvas-header.btnclose_header {
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .lanuguageul_dropdwonmenu::before {
        right: 13px;
        left: unset !important;
    }

    .currencyul_dropdownmenu::before {
        left: unset;
        right: 6px;
    }
}


/* .row.cover_row {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 10px;
}

.row.viewimagerowouter {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
} */


.front_card_outer {
    /* width: auto !important; */
}

.view_trackorder {
    display: none;
}

a.btn.backorder_page.btn-sm {
    background-color: #1ebdc2;
    color: white;
}

.upload-label {
    display: flex !important;
    column-gap: 5px;
    align-items: flex-start;
    margin-bottom: 5px;
}

.upload-label span {
    margin-top: -5px;
}