/* global css start */

:root {
    --text-color: #222222;
    --secondary-color: #005AA9;
    --primary-color: #F37920;
    --black-color: #000;
    --white-color: #fff;
    --text-light-color: #707070;
    --blue-color: #216EE0;
    --btn-primary-color: #005AA9;
    --btn-secondary-color: #565656;
    --custom-mega-menu-height: 68vh;
    --leftside-autor-page: 350px;
    --font-family-1: 'Blu Sans', BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    --font-family-2: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;

    --fs-xl: 3rem;
    --fs-600: 1.5rem;
    --fs-500: 1.25rem;
    --fs-400: 0.9rem;
    --fs-300: 0.85rem;

    --rating-light-color: #DADAFF;
    --rating-color: #f37920;
}

@media (max-width: 1200px) {
    :root {
        --fs-xl: 2.5rem;
        --fs-600: 1.5rem;
        --fs-500: 1.25rem;
        --fs-400: 1rem;
        --fs-300: 0.85rem;
    }
}

@media (max-width: 767px) {
    :root {
        --fs-xl: 1.8rem;
    }
}

@media (max-width: 480px) {
    :root {
        --fs-600: 1.25rem;
        --fs-400: 0.95rem;
    }
}

body {
    color: #000000;
    font-size: var(--fs-400);
    line-height: 1.6;
}

:focus-visible {
    outline: 0;
}

p {
    font-size: var(--fs-400);
}

img {
    width: 100%;
    height: auto;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
    font-size: var(--fs-400);
}

a:hover {
    color: var(--secondary-color);
}

p {
    margin: 0;
}

.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: -52px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: #000;
    text-decoration: none;
    opacity: .6;
    font-size: var(--fs-500);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
    color: #000;
    opacity: 1;
}

.card_box .card-image {
    padding: 0;
    background: #F3F3F3;
    border-radius: 6px;
    height: 300px;
    width: 300px;
    overflow: hidden;
    margin: auto;
}

.card_box .card-image img {
    height: 100%;
    object-fit: contain;
}

.card_box h1.title {
    font-size: var(--fs-400);
    font-weight: 600;
    padding: 6px 10px 0;
    text-align: center;
    margin-top: 10px;
}

.card_box p.content-1 {
    font-size: var(--fs-400);
}

.card_box p.content-1 span {
    color: #1772B7;
}

.container-fluid {
    padding: 0 50px;
}

.btn-primary {
    background: var(--btn-primary-color) !important;
    padding: 12px 30px;
    box-shadow: none;
    border-radius: 100px;
    font-size: 14px;
    border: 0;
}

.btn-primary:hover {
    background: var(--btn-secondary-color) !important;
    box-shadow: none;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 12px 30px;
    box-shadow: none;
    border-radius: 100px;
    font-size: 14px;
    border: 0;
}

.btn-secondary:hover {
    background: #5e666d !important;
    border-color: #5e666d;
    box-shadow: none;
}

.modal-header {
    background: #f3f3f3;
}

.modal-header p.content {
    margin-bottom: 0;
}

.design_wrapper .modal-header .close {
    position: static;
    color: #8a8a8a;
}

.design_wrapper .modal-footer {
    border-top: 1px solid #dee2e6;
}

.design_wrapper .modal-footer button {
    border-radius: 100px;
}

.wrapper {
    padding: 2rem 0 3rem 0;
}

.form-group .form-control,
.form-control {
    border: 1px solid #DADCE1;
    border-radius: 6px;
    height: 2.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -2px;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -2px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control .custom-control-label::before,
.custom-control .custom-control-label::after {
    top: 3px;
}

.custom-control label strong {
    margin: 0 0 0 0;
}

.checkbox-inline {
    margin: 0 0 0.75rem 0;
}

.checkbox-inline .custom-control {
    display: inline;
    margin: 0 2rem 0 0;
}

.cardStyle {
    border: 1px solid #ebebeb;
    box-shadow: none;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    cursor: pointer;
}

.cardStyle:hover {
    box-shadow: 0 0 10px #00000026;
    cursor: pointer;
}

.cardStyle .template-caption {
    border: 0 !important;
    border-top: 1px solid #eaeaea !important;
    background: transparent;
    box-shadow: none;
    margin: 0;
    margin-top: 10px;
}

.cardStyle .template-caption a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    margin: auto;
}

.cardStyle:hover .template-caption a {
    color: var(--primary-color)
}

.cardStyle .product-list-item label {
    margin: 0;
}

.cardStyle .product-list-item {
    height: 250px;
}

.cardStyle .product-list-item * {
    height: 100%;
}

.cardStyle .product-list-item .product-category-box {
    border: 0;
    padding: 0;
    margin: 0;
    height: 100%;
}

.cardStyle .product-list-item img {
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.cardStyle:hover .product-list-item img {
    transform: scale(1.05);
}

.loader-overlay {
    z-index: 999;
}

.loader-overlaycart {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0000001c;
    z-index: 9999;
}

.loader,
.loader:before,
.loader:after {
    background: var(--secondary-color);
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0 var(--secondary-color);
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em var(--secondary-color);
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0 var(--secondary-color);
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em var(--secondary-color);
        height: 5em;
    }
}

/* global css end */

.a-z-div a {
    margin: 0 2px;
    color: #9f9f9f;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 10px;
    background: #f2f2f2;
    border: 1px solid #e8e8e8;
}

.a-z-div a:hover {
    color: #2176c1;
}

@media (max-width: 425px) {
    .a-z-div {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

    .a-z-div .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .a-z-div .m-hide {
        display: none;
    }

    .a-z-div .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .a-z-div .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .a-z-div .modal-footer {
        padding: 1rem 0;
    }

    .a-z-div .color-select-box .color-option-box,
    .a-z-div .img-drop-down-container .service-box,
    .a-z-div .img-drop-down-container .side-box {
        display: block;
    }

    .a-z-div .btn {
        margin-bottom: 0.5rem;
    }

    .a-z-div .step-container.left-line::before {
        display: none;
    }
}

/* about page css start */

.about-banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 0px;
}

/* about page css end */


/* contact page css start */

.contact_us_page .form-group {
    margin-bottom: 1rem;
}

.captcha-box,
.coupon-code-box {
    padding: 15px;
    border: 1px solid #d8d8d8;
    background: #f1f1f1;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.captcha-box {
    align-items: center;
}

.captcha-box>div {
    width: auto;
}

.form-container .application-form {
    padding: 2rem 2rem 2rem 2rem;
    margin-bottom: 30px;
    -o-box-shadow: 1px 1px 9px -2px #a2a2a2;
    box-shadow: 1px 1px 9px -2px #a2a2a2;
}

/* contact page css end */

/* footer css start */
footer {
    color: #fff;
}

footer a {
    color: #fff;
}

footer .heading {
    font-size: var(--fs-500);
    font-weight: 600;
    color: #fff;
}

.footer-top {
    background: #484848;
    padding: 40px 0;
}

.footer-top .heading {
    margin-bottom: 20px;
    color: #fff;
}

.footer-top ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-top ul li a {
    font-weight: 400;
}

.footer-top .social ul {
    flex-direction: row;
    align-items: center;
    gap: 14px;
}

.footer-top .social img {
    width: 40px;
}

.footer-top .contact-footer {
    display: flex;
    align-items: center;
    gap: 14px
}

.footer-top .contact-footer a {
    display: block;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    border-radius: 10px;
}

.footer-top .contact-footer a span {
    margin-right: 6px;
    font-weight: 600;
    font-size: var(--fs-400);
}

.footer-bottom {
    background: #000;
    padding: 40px 0;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    gap: 2px 15px;
    flex-flow: wrap;
}

.footer-bottom .credit {
    text-align: end;
    text-align: center;
}

.footer-bottom .credit img {
    width: 120px;
}

.footer-bottom .credit p {
    color: #fff;
    font-size: var(--fs-500);
    font-weight: 600;
    margin-top: 8px;
}

.footer-bottom .visa {
    text-align: center;
}

.footer-bottom .visa img {
    width: 100%;
}

.footer-bottom .copyright {
    display: flex;
    align-items: center;
    font-size: var(--fs-400);
    gap: 2px 15px;
    margin-top: 20px;
    flex-flow: wrap
}

.footer-bottom .copyright .dot {
    height: 6px;
    width: 6px;
    background: #a8a8a8;
    border-radius: 100%;
}

.footer-bottom .copyright .h-hr {
    height: 16px;
    width: 1px;
    background: #a8a8a8;
}

.footer-bottom .copyright a {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.footer-bottom .main_address {
    margin-top: 10px;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.footer-bottom .main_address span {
    margin-bottom: 6px;
}

.footer-bottom .main_address a {
    font-weight: 400;
}

/* footer css end */
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 0px;
    cursor: default;
}

.star-rating input[type=radio] {
    display: none;
}

.star-rating label {
    color: var(--rating-light-color);
    font-size: var(--fs-500);
    padding: 0;
    /* cursor: pointer; */
    transition: all 0.3s ease-in-out;
}

/* .star-rating label:hover,
.star-rating label:hover~label {
    color: #f2b600;
} */

.star-rating input[type=radio]:checked~label {
    color: var(--rating-color);
}

.star-rating-svg {
    direction: ltr;
}

.star-rating-svg .star.hover svg .path_star,
.star-rating-svg .star.selected svg .path_star {
    fill: var(--rating-color);
}

#reviewModal .star-rating-svg svg {
    height: 40px;
    width: 40px;
}

#reviewModal .book_details {
    display: flex;
    gap: 20px;
    margin: 20px 0 20px;
}

#reviewModal .book_details img {
    width: 100px;
    object-fit: contain;
}

#reviewModal .modal-footer {
    justify-content: center;
    text-align: center;
}

.toggle.switch {
    position: relative;
    display: inline-block;
    margin-top: 4px;
}

.toggle.switch .toggle__input {
    display: none;
}

.toggle.switch .toggle__label {
    display: block;
    width: 38px;
    height: 20px;
    background-color: var(--rating-light-color);
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle.switch .toggle__input:checked+.toggle__label {
    background-color: #34C759;
}

.toggle.switch .toggle__input:checked+.toggle__label::after {
    left: 20px;
}

.toggle.switch .toggle__label::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: left 0.3s ease;
}

.productDetails .card {
    box-shadow: none;
    margin-bottom: 30px;
    border: 1px solid #828282;
    background: transparent;
    border-radius: 14px;
    overflow: hidden;
}

.productDetails .card .card-header {
    display: block;
    background: #212121;
    padding: 1em;
}

.productDetails .card .card-header h4 {
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: var(--fs-400);
}

.productDetails .card .card-body {
    background: #fff;
    padding: 30px;
    border: 0;
}

.productDetails .card-white {
    background: #f4f4ff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.productDetails .order-details-heading {
    border-radius: 10px 10px 2px 2px;
}

.priceTable {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.priceTable p {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.priceTable .btn {
    width: 100% !important;
    margin-top: 20px;
    padding: 10px;
    background: #212121;
    border: 0;
    box-shadow: none;
}

.priceTable strong {
    font-weight: 500;
}

.productDetails .radio-button {
    margin: 0;
    margin-top: -4px;
}

.productDetails input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.productDetails input,
.productDetails select {
    font-size: var(--fs-400);
    line-height: 1.5;
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    outline: 0;
    background-color: #fff;
    box-shadow: none;
}

.productDetails .radio-button__input {
    opacity: 0;
    position: absolute;
}

.productDetails .radio-button__control {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: inherit;
    color: var(--secondary-color);
    border: 2px solid #666;
    border-radius: 24px;
}

.productDetails .radio-button__input:checked+.radio-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--secondary-color);
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.productDetails .radio-button__input:checked+.radio-button__control {
    border-color: var(--secondary-color);
}

.productDetails .radio-button__control {
    transform: scale(0.75);
}

.productDetails table th {
    font-size: var(--fs-400);
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-color);
    border: 1px solid #ccc;
    text-align: center;
}

.productDetails table td {
    border: 1px solid #ccc;
    text-align: center;
}

.productDetails table th span {
    font-weight: 400;
}



/* Home css start */

.home-wrapper .home-banner {
    padding: 0;
}

.home-wrapper .home-banner .card_img img {
    display: block;
    width: 100%;
    height: auto;
}

.home-banner .owl-theme .owl-dots,
.home-banner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -50px;
}

.home-banner .owl-theme .owl-dots .owl-dot span {
    position: relative;
    background: #565656;
}

.home-banner .owl-theme .owl-dots .owl-dot span:before {
    content: '';
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #56565675;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.owl-theme .owl-dots .owl-dot.active span::before,
.owl-theme .owl-dots .owl-dot:hover span:before {
    border: 2px solid #565656;
}

.home-wrapper section {
    padding-top: 50px;
    overflow: hidden;
}

.title-heading {
    font-size: var(--fs-xl);
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.category-heading {
    font-size: var(--fs-600);
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.category-heading.link {
    display: flex;
    align-items: center;
}

.category-heading.link a {
    font-weight: 400;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .category-heading.link {
        align-items: start;
        flex-direction: column;
    }

    .category-heading.link a {
        margin-left: 0;
        margin-top: 6px;
    }
}


.home-wrapper {
    padding-top: 0px;
}

.all-categories .card_box h1.title {
    font-size: var(--fs-400);
    font-weight: 600;
    padding: 6px 10px 0;
    text-align: center;
}

.all-categories .card_box p.content-1 {
    text-align: center;
    padding-top: 0px 10px 0;
}

.feature1 .title-heading {
    margin-bottom: 6px;
}

.feature1 p {
    margin-bottom: 20px;
}

.feature1 .card_box .card-image {
    padding: 0;
    position: relative;
    border-radius: 0;
}

.feature1 .card_box .card-image a span {
    background: #000000;
    margin: auto;
    color: #fff;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: var(--fs-400);
    position: absolute;
    z-index: 2;
    height: 28px;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.feature1 .owl-carousel .owl-nav {
    position: static;
}

.feature1 .owl-carousel .owl-nav button.owl-next,
.feature1 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f0f0f0;
    padding: 10px 16px !important;
    opacity: 1;
    color: #000;
    box-shadow: 0 0 6px #00000063;
}

.feature1 .owl-carousel .owl-nav button.owl-next:hover,
.feature1 .owl-carousel .owl-nav button.owl-prev:hover {
    background: #d6d6d6;
}

.feature1 .owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.feature1 .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.how-it-works {
    position: relative;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.how-it-works::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000b5;
    z-index: 2;
}

.how-it-works video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.how-it-works .container {
    position: relative;
    z-index: 3;
}

.how-it-works .title-heading,
.how-it-works .content {
    color: #fff;
}

.how-it-works .content {
    margin-bottom: 60px;
}

.how-it-works .card-box {
    position: relative;
}

.how-it-works img.arrow1,
.how-it-works img.arrow2 {
    width: 100px;
    position: absolute;
    top: 40px;
    left: 88%;
}

@media screen and (max-width: 767px) {

    .how-it-works img.arrow1,
    .how-it-works img.arrow2 {
        display: none;
    }
}

.how-it-works h4 {
    font-size: var(--fs-500);
    color: #fff;
}

.how-it-works .card-img {
    width: 106px;
    height: 106px;
    background: #fff;
    padding: 20px;
    border-radius: 100%;
    margin: 0 auto 14px;
}

.how-it-works .card-img img {
    -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.how-it-works .card-box:hover .card-img img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@keyframes rotateAnimation {
    from {
        transform: rotateY(45deg);
    }

    to {
        transform: rotateY(225deg);
    }
}


.how-it-works span {
    font-size: var(--fs-400);
    width: 70%;
    display: block;
    margin: 10px auto 0;
}


.home-wrapper .offer-section {
    padding: 60px 0;
}

:root {
    --xspace: 5px;
    --vw-width: calc(100vw - 18px);
}

.faq-section button.accordion-button {
    box-shadow: none;
    outline: 0;
    padding: 0;
    font-weight: 600;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #000;
    background: transparent;
    box-shadow: none;
    font-weight: 600;
}

.faq-section .accordion-button::after {
    background-size: 14px;
}

.faq-section .accordion-body {
    padding: 0;
    padding-top: 14px;
}

.faq-section .accordion-item {
    display: flex;
    border: 0;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccd;
}

.faq-section .accordion-item>span {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.faq-section .accordion-item>div {
    width: calc(100% - 30px);
    padding-top: 4px;
}

.discount-section {
    padding: 70px 0;
}

.discount-section .title-heading {
    text-align: center;
    margin-bottom: 4px;
}

.discount-section .content {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial {
    background: #f3f3f3;
    padding: 50px 0 0;
}

.testimonial .title-heading {
    text-align: center;
}

.testimonial .title-heading .gradient {
    background: -webkit-linear-gradient(#0153a5, #007fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial .btn-primary {
    border-radius: 100px;
    display: flex;
    margin: 20px auto 70px;
    width: fit-content;
    padding: 12px 24px;
    background: var(--blue-color);
    border-color: var(--blue-color);
    font-size: var(--fs-400);
    font-weight: 500;
}

.testimonial .btn-primary:hover {
    background: var(--btn-primary-color);
    border-color: var(--btn-primary-color);
}

.testimonial .btn-primary i {
    background: #ffff;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-400);
    padding-top: 2px;
    transform: rotate(-45deg);
    margin-left: 8px;
}

.testimonial .card_box {
    background: #fff;
    padding: 20px;
}

.testimonial .card-img {
    display: flex;
    align-items: center;
}

.testimonial .card-img img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    object-fit: cover;
    margin-right: 8px;
    border-radius: 100px;
}

.testimonial .swiper-content {
    margin-top: 10px;
}

.testimonial h4 {
    font-size: var(--fs-400);
    margin: 0;
    font-weight: 500;
}


/* Home css end */

#search_product_emailautocomplete-list {
    position: absolute;
    background: #fff;
    padding: 10px 0;
    z-index: 3;
    box-shadow: 0px 6px 5px #00000038;
    left: 0;
    top: 100%;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

#search_product_emailautocomplete-list .autocomplete_datalist {
    font-size: var(--fs-400);
    padding: 4px 14px;
    cursor: pointer;
    background: transparent;
    transition: all .3s ease-in-out;
}

#search_product_emailautocomplete-list .autocomplete_datalist:hover {
    background: #cccccc29;
}

/* Become a Seller Start */
.become-seller-page .heading {
    font-size: var(--fs-xl);
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 14px;
}

.become-seller-page .banner {
    height: 100%;
    min-height: 80vh;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 0;
}

.become-seller-page .banner h1 {
    color: #fff;
    font-size: var(--fs-xl);
    margin-bottom: 20px;
}

.become-seller-page .banner p {
    font-size: var(--fs-500);
    color: #fff;
}

.become-seller-page .banner .btn-white {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 6px;
    margin-top: 40px;
    font-weight: 600;
}

.become-seller-page .section2,
.become-seller-page .section3 {
    padding: 70px 0;
}



.become-seller-page .section2 .card_box {
    background: #fff;
    box-shadow: 0 0 20px #00000021;
    padding: 14px 20px;
    border-radius: 10px;
}

.become-seller-page .section2 .card_box svg {
    margin-right: 10px;
}

.become-seller-page .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background: #fff;
}

.become-seller-page .accordion-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.become-seller-page .accordion-item .accordion-button {
    color: var(--black-color);
    font-weight: 400;
}

.become-seller-page .accordion-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--black-color);
    font-weight: 400;
}

.become-seller-page .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.become-seller-page .accordion-item p {
    color: #656565;
}

.become-seller-page.designs-page .section1 {
    text-align: center;
    padding: 70px 0;
}

.become-seller-page.designs-page .section1 h1 {
    font-family: 'Times new roman';
    font-size: var(--fs-xl);
    color: var(--black-color);
    font-weight: 500;
}

.become-seller-page.designs-page .section1 p {
    color: var(--text-light-color);
    font-size: var(--fs-500);
    margin: 40px 0;
}

.become-seller-page.designs-page .section1 .form-group {
    position: relative;
}

.become-seller-page.designs-page .section1 .form-group .search-bar-input {
    background: #F2F2F2;
    border: 0;
    padding: 14px 50px 14px 24px;
    border-radius: 100px;
}

.become-seller-page.designs-page .section1 .form-group i {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: var(--secondary-color);
    border-radius: 100px;
    color: #fff;
    height: 30px;
    width: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-400);
}

.become-seller-page.designs-page .section2 {
    padding-top: 0;
}

.become-seller-page.designs-page .section2 .nav-tabs {
    justify-content: center;
    margin-bottom: 10px;
    border: 0;
}

.become-seller-page.designs-page .section2 .nav-tabs button {
    border: 0;
    box-shadow: none;
}

.become-seller-page.designs-page .section2 .nav-tabs .nav-link {
    color: var(--text-light-color);
}

.become-seller-page.designs-page .section2 .nav-tabs .nav-link.active {
    color: var(--black-color);
    font-weight: 600;
}

.become-seller-page.designs-page .section2 .tab-content {
    border: 0;
    border-top: 1px solid #dee2e6;
    padding-top: 40px;
}

.become-seller-page.designs-page .section2 .card {
    border: 0;
    padding: 0;
    margin: 0;
}

.become-seller-page.designs-page .section2 .card .card-body {
    padding: 0;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #eee;
}

.become-seller-page.designs-page .section2 .card img {
    height: 240px;
    min-height: 240px;
    object-fit: contain;
}

.become-seller-page.designs-page .section2 .card .card-body .img-details {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #000000ba, transparent);
    width: 100%;
    padding: 30px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.become-seller-page.designs-page .section2 .card .card-body h4 {
    color: #fff;
    font-size: var(--fs-400);
    font-weight: 400;
    letter-spacing: 0.6px;
    width: calc(100% - 50px);
    margin: 0;
}

.become-seller-page.designs-page .section2 .card .add-to-wishlist {
    width: 50px;
    text-align: right;
}

.become-seller-page.designs-page .section2 .card .add-to-wishlist .icon {
    background: #fff;
    height: 30px;
    width: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-left: auto;
    font-size: var(--fs-400);
    padding-top: 4px;
    padding-left: 1px;
    cursor: pointer;
}

.become-seller-page.designs-page .section2 .card .add-to-wishlist .icon1 {
    color: var(--text-color);
}

.become-seller-page.designs-page .section2 .card .add-to-wishlist .icon .icon2 {
    display: none;
    color: var(--primary-color);
}

.become-seller-page.designs-page .section2 .card .add-to-wishlist .icon.active .icon1 {
    display: none;
}

.become-seller-page.designs-page .section2 .card .add-to-wishlist .icon.active .icon2 {
    display: block;
}

.become-seller-page.designs-page .section2 .card .card-footer {
    padding: 6px 3px;
    border: 0;
    background: transparent;
}

.become-seller-page.designs-page .section2 .card .user-details,
.become-seller-page.designs-page .section2 .card .user-details .info,
.become-seller-page.designs-page .section2 .card .user-details .action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.become-seller-page.designs-page .section2 .card .user-details i {
    color: #9e9ea7;
    font-size: var(--fs-400);
}

.become-seller-page.designs-page .section2 .card .user-details .fa-user-circle {
    color: #cfcfcf;
    font-size: 24px;
    transform: translateY(2px);
}

.become-seller-page.designs-page .section2 .card .user-details h2 {
    font-size: var(--fs-400);
    margin: 0 10px 0 4px;
}

.become-seller-page.designs-page .section2 .card .follow-wrap .icon2 {
    display: none;
}

.become-seller-page.designs-page .section2 .card .follow-wrap.active .icon1 {
    display: none;
}

.become-seller-page.designs-page .section2 .card .follow-wrap.active .icon2 {
    display: block;
    color: var(--secondary-color);
}

.become-seller-page.designs-page .section2 .card .action span {
    color: #3d3d4e;
}

.become-seller-page.designs-page .section2 .card .action .like {
    margin-right: 10px;
}

.become-seller-dashboard {
    padding: 70px 0;
}

.become-seller-dashboard .main-tabs .nav-tabs {
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 16px;
}

.become-seller-dashboard .main-tabs button {
    border: 0;
    box-shadow: none;
    outline: 0;
    margin-right: 14px;
}

.become-seller-dashboard .main-tabs .nav-link {
    color: var(--text-light-color);
    font-size: var(--fs-400);
    font-weight: 500;
    background: #EEE;
    border-radius: 8px;
}

.become-seller-dashboard .main-tabs .nav-link.active {
    color: var(--secondary-color);
    background: #005aa940;
}

.become-seller-dashboard .upload-file {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.become-seller-dashboard .upload-file>div {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.become-seller-dashboard .upload-file svg {
    margin: auto;
    margin-bottom: 10px;
}

.become-seller-dashboard .portfolio-wrapper .portfolio-nav {
    border: 0;
    margin-bottom: 2px;
}

.become-seller-dashboard .portfolio-wrapper .portfolio-nav .nav-link {
    color: var(--text-light-color);
    border: 0;
    outline: 0;
    position: relative;
}

.become-seller-dashboard .portfolio-wrapper .portfolio-nav .nav-link.active {
    color: var(--black-color);
    font-weight: 500;
}

.become-seller-dashboard .portfolio-wrapper .portfolio-nav .nav-link.active::before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: var(--black-color);
}

.become-seller-dashboard .portfolio-wrapper .btn-upload {
    background: #228FEC;
    color: #fff;
    font-size: var(--fs-400);
}

.become-seller-dashboard .portfolio-wrapper .btn-delete {
    background: #FF4141;
    color: #fff;
    font-size: var(--fs-400);
}


.become-seller-dashboard .portfolio-content {
    border: 0;
    border-top: 1px solid var(--text-light-color);
    padding: 20px;
}

.become-seller-dashboard .portfolio-content .card {
    /* transition: all .3s ease-in-out; */
    border-radius: 14px;
    overflow: hidden;
}

.become-seller-dashboard .portfolio-content .card.active {
    border: 2px solid var(--secondary-color);
}

.become-seller-dashboard .portfolio-content .card-body {
    padding: 4px;
    background: #F2F2F2;
    position: relative;
    height: 190px;
}

.become-seller-dashboard .portfolio-content .card-body img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.become-seller-dashboard .portfolio-content .product-check {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #DEDEDE;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.become-seller-dashboard .portfolio-content .card-footer {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.become-seller-dashboard .portfolio-content .card h4 {
    font-size: var(--fs-400);
    font-weight: 400;
    margin-bottom: 2px;
}

.become-seller-dashboard .portfolio-content .card .type {
    font-size: 12px;
}

.become-seller-dashboard .portfolio-content .card .type.not-submit {
    color: var(--text-light-color);
}

.become-seller-dashboard .portfolio-content .card .type.pending {
    color: #F99E00;
}

.become-seller-dashboard .portfolio-content .card .type.approved {
    color: #088408;
}

.become-seller-dashboard .portfolio-content .card .type.rejected {
    color: #FF4141;
}

.become-seller-dashboard .portfolio-content .card-footer .action {
    width: 50px;
    max-width: 50px;
    text-align: right;
}

.become-seller-dashboard .portfolio-content .card-footer .action .dropdown-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 32px;
}

.become-seller-dashboard .portfolio-content .card-footer .action .dropdown-toggle:after {
    display: none;
}

.become-seller-dashboard .product-data {
    margin-top: -17px;
    min-height: 500px;
    height: 500px;
    background: #eee;
    border: 0;
    padding: 20px 20px;
    padding-bottom: 80px;
}

.become-seller-dashboard .product-data .product-without-data {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 0px 60px;
}

.become-seller-dashboard .product-data .product-with-data {
    max-width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 12px;
}

.become-seller-dashboard .product-data .product-with-data::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.become-seller-dashboard .product-data .product-with-data::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.become-seller-dashboard .product-data .product-with-data::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
}

.become-seller-dashboard .product-data .product-with-data form {
    padding: 10px 0;
}

.become-seller-dashboard .product-data .product-with-data h4 {
    font-size: var(--fs-500);
    font-weight: 500;
    border-bottom: 1px solid var(--text-light-color);
    padding-bottom: 14px;
}

.become-seller-dashboard .product-data .product-with-data label {
    font-size: var(--fs-400);
    color: var(--text-light-color);
    font-weight: 400;
    margin-bottom: 2px;
}

.become-seller-dashboard .product-data .product-with-data label span {
    color: #FF4141;
}

.become-seller-dashboard .product-data .product-with-data .form-group {
    margin-bottom: 20px;
}

.become-seller-dashboard .product-data .product-with-data .form-control {
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: var(--fs-400);
    background: transparent;
    border-radius: 0;
    padding: 4px 0px;
}

.become-seller-dashboard .product-data .product-with-data .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.become-seller-dashboard .product-data .product-with-data .min-word,
.become-seller-dashboard .product-data .product-with-data .word-count {
    font-size: 12px;
    color: var(--text-light-color);
}

.become-seller-dashboard .product-data .product-with-data .pricing {
    padding-left: 40px;
}

.become-seller-dashboard .product-data .product-with-data .curreny {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: var(--fs-400);
    color: var(--text-light-color);
}

.become-seller-dashboard .product-data .product-with-data .color-light {
    color: var(--text-light-color);
}

.become-seller-dashboard .product-data .product-with-data .product-group {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-top: 0;
}

.become-seller-dashboard .product-data .product-with-data .btn {
    background: #F2F2F2;
    border: 1px solid #707070;
    width: 100%;
    border-radius: 100px;
    padding: 12px;
}

.become-seller-dashboard .product-data .product-with-data .btn-submit {
    background: #228FEC;
    border: 1px solid #228FEC;
    color: #fff;
}

.become-seller-page .register-page {
    padding: 70px 0;
}

.become-seller-page .register-page input.form-control {
    height: 44px;
}

.become-seller-page .register-page .tab-content .btn-primary {
    background: #000;
    border-color: #000;
    padding: 8px 20px;
}

.become-seller-page .register-page .nav-tabs {
    border-bottom: 0;
    padding-bottom: 4px;
}

.become-seller-page .register-page .nav-link {
    border: 0;
    padding: 10px 20px;
    position: relative;
    background: transparent;
}

.become-seller-page .register-page .nav-link:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light-color);
    z-index: 2;
}

.become-seller-page .register-page .nav-item:last-child .nav-link:before {
    display: none;
}

.become-seller-page .register-page .nav-link h5 {
    font-size: var(--fs-400);
    font-weight: 400;
    color: var(--text-light-color);
    margin: 0;
}

.become-seller-page .register-page .nav-link.active h5 {
    color: var(--secondary-color);
    font-weight: 400;
}

.become-seller-page .register-page .nav-link h5 span {
    border: 1px solid var(--text-light-color);
    height: 30px;
    width: 30px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    border-radius: 100pc;
    background: transparent;
    color: var(--text-light-color);
    line-height: 14px;
    margin-right: 4px;
}

.become-seller-page .register-page .nav-link.active h5 span,
.become-seller-page .register-page .nav-item.active h5 span {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.become-seller-page .register-page .tab-content {
    padding: 20px 0;
    border: 0;
}

.become-seller-page .register-page .tab-content form {}

.become-seller-page .register-page .mb-60 {
    margin-bottom: 60px;
}

.become-seller-page .register-page h3 {
    color: #000;
    margin: 10px 0 20px;
}

.become-seller-page .register-page .content {
    color: #6C6C6C;
}

.become-seller-page .register-page label {
    color: #000;
    font-weight: 500;
    font-size: var(--fs-400);
}

.become-seller-page .register-page label span {
    color: #FF4141;
}

.become-seller-page .register-page .label-info {
    font-size: var(--fs-400);
    color: #8A8A8A;
    opacity: 0;
    transition: all .3s ease-in-out;
    width: 80%;
}

.become-seller-page .register-page .form-group:hover .label-info {
    opacity: 1;
}

.become-seller-page .register-page .private-data {
    font-size: var(--fs-400);
    font-style: italic;
    color: #484848;
}

.become-seller-page .register-page .profile-pic-wrap {
    position: relative;
    width: 128px;
    height: 128px;
    overflow: hidden;
    top: -50px;
}

.become-seller-page .register-page .profile-pic-wrap .profile-pic {
    border-radius: 100%;
    border: 0;
    box-shadow: none;
    position: relative;
    scale: 1.1;
}

.become-seller-page .register-page .profile-pic-wrap .circle {
    border-radius: 100% !important;
    width: 100%;
    height: 100%;
    border: 1px solid #ced4da;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.become-seller-page .register-page .profile-pic-wrap img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.become-seller-page .register-page .profile-pic-wrap .p-image {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.become-seller-page .register-page .profile-pic-wrap .p-image .file-upload {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    box-shadow: none;
    outline: 0;
    opacity: 0;
    cursor: pointer;
}

.become-seller-page .register-page .submitted-wizard {
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.become-seller-page .register-page .submitted-wizard svg {
    height: 80px;
    width: 80px;
}

.become-seller-page .register-page .submitted-wizard h2 {
    font-size: 44px;
    margin: 10px 0 10px;
}

/* Become a Seller End */

/* Product Page Start */

.produt-wrapper .section {
    padding: 30px 0;
}

.produt-wrapper .section1 .thumbnail_slider {
    max-width: 700px;
    margin: 0;
    background: #F3F3F3;
    padding: 50px 50px 30px;
    border-radius: 6px;
    position: sticky;
    top: 30px;
}

.produt-wrapper .section1 .thumbnail_slider button {
    box-shadow: none;
    outline: 0;
}

.produt-wrapper .section1 .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 580px;
    overflow: hidden;
    transition: .2s;
    border-width: 2px !important;
    margin: 10px 4px;
}

.produt-wrapper .section1 .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    box-shadow: 2px 3px 8px #000000a3;
    border-color: var(--secondary-color);
}

.produt-wrapper .section1 .splide__slide img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.produt-wrapper .section1 #primary_slider {
    margin-bottom: 20px;
}

.produt-wrapper .section1 #primary_slider .splide__track {
    background: #fff;
}

.produt-wrapper .section1 #primary_slider .splide__track img {
    object-fit: contain;
}

.produt-wrapper .section1 #primary_slider .splide__slide {
    background-size: contain !important;
}

.produt-wrapper .section1 #thumbnail_slider .splide__track {
    width: 300px;
    margin: 0 auto;
}

.produt-wrapper .section1 .splide__arrow {
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    opacity: 1;
}

.produt-wrapper .section1 .splide__arrow:disabled {
    opacity: .4;
}

.produt-wrapper .section1 .splide__arrow--prev {
    left: 70px;
}

.produt-wrapper .section1 .splide__arrow--next {
    right: 70px
}

.produt-wrapper .section1 .splide__arrows svg {
    height: 30px;
    width: 30px;
}

.produt-wrapper .section1 .splide__arrows:hover svg path,
.produt-wrapper .section1 .splide__arrows:hover svg line {
    stroke: var(--secondary-color);
}

.produt-wrapper .section1 .right_side * {
    user-select: none;
}

.produt-wrapper .section1 .right_side .f-sm {
    font-size: 13px;
    color: #6d6d6d;
    font-weight: 400;
}

.produt-wrapper .section1 .right_side .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 14px;
}

.produt-wrapper .section1 .right_side p {
    font-size: var(--fs-400);
}

.produt-wrapper .section1 .right_side .wrapper {
    margin-top: 20px;
}

.produt-wrapper .section1 .right_side .form-group {
    margin-bottom: 20px;
}

.produt-wrapper .section1 .right_side .form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.produt-wrapper .section1 .right_side .form-header .form-label {
    padding-top: 6px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.produt-wrapper .section1 .right_side .radio-inputs label {
    position: relative;
}

.produt-wrapper .section1 .right_side .radio-inputs input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.produt-wrapper .section1 .right_side .radio-inputs .radio-tile {
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.produt-wrapper .section1 .right_side .radio-inputs input:checked+.radio-tile {
    background: var(--secondary-color);
}

.produt-wrapper .section1 .right_side .radio-inputs input:checked+.radio-tile i {
    color: #fff;
}

.produt-wrapper .section1 .right_side .form-label {
    font-size: var(--fs-400);
    font-weight: 500;
}

.produt-wrapper .section1 .right_side .form-select,
.produt-wrapper .section1 .right_side .form-control {
    box-shadow: none;
    outline: 0;
    height: 44px;
}

.produt-wrapper .section1 .right_side .form-select:focus,
.produt-wrapper .section1 .right_side .form-control:focus {
    border-color: var(--secondary-color);
}

.produt-wrapper .section1 .right_side .card .card-header {
    padding: 20px;
    text-align: right;
    background: #fff;
}

.produt-wrapper .section1 .right_side .multiple-option .search-item {
    position: relative;
    width: fit-content;
    margin-left: auto;
}

.produt-wrapper .section1 .right_side .search-item input {
    padding-right: 30px;
    box-shadow: none;
    outline: 0;
}

.produt-wrapper .section1 .right_side .search-item input:focus {
    border-color: var(--secondary-color);
}

.produt-wrapper .section1 .right_side .search-item i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.produt-wrapper .section1 .right_side .card .card-body {
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

.produt-wrapper .section1 .right_side .card .card-body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.produt-wrapper .section1 .right_side .card .card-body::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.produt-wrapper .section1 .right_side .card .card-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
}

.produt-wrapper .section1 .right_side .card-box {
    position: relative;
    border: 0;
    background: transparent;
    padding: 0px;
}

.produt-wrapper .section1 .right_side .card-box input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
}

.produt-wrapper .section1 .right_side .card-box .box {
    border: 1px solid #8A8A8A;
    background: #F3F3F3;
    padding: 30px 20px;
    height: 100%;
    min-height: 130px;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all .1s ease-in-out;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produt-wrapper .section1 .right_side .card-box input:checked+.box {
    border: 2px solid var(--secondary-color);
    background: #F3FAFF;
}

.produt-wrapper .section1 .right_side .card-box .box span {
    font-size: 13px;
    color: #000;
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.produt-wrapper .section1 .right_side .border-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
}

.produt-wrapper .section1 .right_side .border-wrapper .border-box {
    height: 120px;
    min-width: 120px;
    width: 120px;
    border: 2px solid #000;
    position: relative;
}

.produt-wrapper .section1 .right_side .border-wrapper .border-box::before {
    content: '';
    height: 102%;
    width: 103%;
    position: absolute;
    left: -1px;
    top: -1px;
    border: 1px dashed #a1a1a1;
    z-index: -1;
}

.produt-wrapper .section1 .right_side .border-wrapper .border-box.tl-radius {
    border-top-left-radius: 20px;
}

.produt-wrapper .section1 .right_side .border-wrapper .border-box.tr-radius {
    border-top-right-radius: 20px;
}

.produt-wrapper .section1 .right_side .border-wrapper .border-box.bl-radius {
    border-bottom-left-radius: 20px;
}

.produt-wrapper .section1 .right_side .border-wrapper .border-box.br-radius {
    border-bottom-right-radius: 20px;
}

.produt-wrapper .section1 .right_side .border-radius {
    border: 1px solid #888888;
    padding: 10px 20px;
    text-align: center;
    transition: all .2s ease-in-out;
}

.produt-wrapper .section1 .right_side .border-radius.active {
    border: 1px solid var(--secondary-color);
    background: #f4f4ff;
}

.produt-wrapper .section1 .right_side .cards-box {
    border: 1px solid #828282;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    cursor: pointer;
}

.produt-wrapper .section1 .right_side .cards-box.disabled {
    background: #F2F2F2;
    cursor: not-allowed;
}

.produt-wrapper .section1 .right_side .cards-box h6 {
    font-size: var(--fs-400);
    margin-bottom: 4px;
}

.produt-wrapper .section1 .right_side .cards-box p {
    font-size: 13px;
    color: #464646;
}

.produt-wrapper .section1 .right_side .cards-box i {
    font-size: var(--fs-500);
}

.produt-wrapper .section1 .right_side .cards-box .right span {
    font-size: 13px;
    color: #626262;
    margin-right: 6px;
}

.produt-wrapper .section1 .right_side .cards-box-content {
    padding: 16px 30px 24px;
    border: 1px solid #b3b3b3;
    border-radius: 14px;
    margin-top: 10px;
}

.produt-wrapper .section1 .right_side .cards-box-content p {
    margin-bottom: 4px;
    font-size: var(--fs-400);
    color: #626262;
}

.produt-wrapper .section1 .cards-wrapper .design-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 30px;
    padding: 14px;
}

.produt-wrapper .section1 .cards-wrapper .design-list li {
    position: relative;
}

.produt-wrapper .section1 .cards-wrapper .design-list i {
    position: absolute;
    right: -16px;
    top: 0;
    cursor: pointer;
    font-size: var(--fs-400);
}

.produt-wrapper .section1 .cards-wrapper .design-list img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    background: #eee;
    border: 1px solid #ccc;
}

.design_wrapper .close {
    position: absolute;
    right: 12px;
    top: 6px;
    background: transparent;
    border: 0;
    font-size: 25px;
    padding: 0;
    line-height: 20px;
    color: var(--secondary-color);
    outline: 0;
    box-shadow: none;
}

.produt-wrapper .section1 .right_side .modal-body {
    padding: 24px;
}

#uploadFromPc .tab_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

#uploadFromPc .tab_upload .upload_file .card {
    box-shadow: none;
    border: 0;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23B7B7B7FF' stroke-width='6' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    margin: 0 20px;
    margin-bottom: 10px;
    background-color: #e4ebf12b;
}

.uploadFromPc .tab_upload .upload_file .card h3 {
    margin: 0;
    background: #494A4A;
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: var(--fs-400);
    text-transform: capitalize;
}

.uploadFromPc .tab_upload p {
    font-size: var(--fs-400);
    line-height: 20px;
    color: #222222c9;
    text-align: center;
    padding: 0 40px;
    letter-spacing: 0.8px;
}

.design_wrapper .title {
    font-size: var(--fs-500);
    margin-bottom: 4px;
}

.design_wrapper .content {
    font-size: 13px;
    color: #777777;
    margin-bottom: 20px;
}

.design_wrapper .design-contain {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 20px;
}

.design_wrapper .design-contain ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
}

.design_wrapper .design-contain li {
    display: inline-block;
}

.design_wrapper .design-contain input {
    display: none;
}

.design_wrapper .design-contain label {
    border: 1px solid #dedede;
    padding: 10px;
    display: block;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    background: #f8f8f8;
}

.design_wrapper .design-contain label:before {
    background-color: #fff;
    color: white;
    content: " ";
    display: block;
    border-radius: 4px;
    border: 1px solid #dedede;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    transition-duration: 0.4s;
    transform: scale(1);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    z-index: 9;
}

.design_wrapper .design-contain label img {
    height: 100px;
    min-height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    object-fit: contain;
}

.design_wrapper .design-contain :checked+label {
    border-color: #898989;
    border-radius: 12px;
}

.design_wrapper .design-contain :checked+label:before {
    content: "✓";
    transform: scale(1);
    background: var(--secondary-color);
}

.design_wrapper .design-contain :checked+label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}

.design_wrapper .dropbox {
    width: 100%;
    height: auto;
    border: 1px dashed #afafaf;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 20px;
    gap: 0px;
}

.design_wrapper .dropbox:hover {
    background-color: #e7e7e7;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.design_wrapper .dropbox.dragover {
    background-color: #e6f0ff;
    border-color: #3451b2;
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.design_wrapper .dropbox-icon {}

.design_wrapper .dropbox-text {
    font-size: var(--fs-400);
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
}

.design_wrapper .dropbox-subtext {
    font-size: var(--fs-400);
    color: #666;
    text-align: center;
    max-width: 400px;
}

.design_wrapper .browse-btn {
    background-color: #fff;
    color: #404040;
    border: 1px solid #eee;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 500;
    margin-top: 20px;
}

.design_wrapper .dropbox:hover .browse-btn {
    background-color: #fff;
    color: #000;
}

.design_wrapper .file-previews {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 15px;
    width: 100%;
}

.design_wrapper .file-preview {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #eee;
}

.design_wrapper .file-preview:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.design_wrapper .preview-img-container {
    height: 150px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
}

.design_wrapper .preview-img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.design_wrapper .file-icon {
    font-size: 60px;
    color: var(--secondary-color);
}

.design_wrapper .file-info {
    padding: 12px;
}

.design_wrapper .file-name {
    font-size: var(--fs-400);
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.design_wrapper .file-size {
    font-size: 12px;
    color: #666;
}

.design_wrapper .file-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.design_wrapper .remove-btn {
    background-color: #FF4141;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.design_wrapper .remove-btn:hover {
    background-color: #d9363e;
}

.design_wrapper .upload-notification {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--secondary-color);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: var(--fs-400);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
}

.design_wrapper .upload-notification.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
}

.design_wrapper .upload-notification.success {
    background-color: #52c41a;
}

.design_wrapper .upload-notification.error {
    background-color: #ff4d4f;
}

.design_wrapper .notification-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 3s linear;
}

.design_wrapper .upload-notification.show .notification-progress {
    transform: scaleX(1);
}

.design_wrapper .upload-stats {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 100%;
    margin: 10px 0 20px;
    display: none;
}

.design_wrapper .stats-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.design_wrapper .stats-title {
    font-size: var(--fs-400);
    color: #000;
    font-weight: 500;
}

.design_wrapper .stats-info {
    display: flex;
    gap: 20px;
}

.design_wrapper .stat-item {
    text-align: center;
}

.design_wrapper .stat-value {
    font-size: var(--fs-400);
    color: var(--secondary-color);
    font-weight: 600;
}

.design_wrapper .stat-label {
    font-size: 12px;
    color: #656565;
    font-weight: 400;
}

.design_wrapper .progress-bar {
    height: 8px;
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.design_wrapper .progress-fill {
    height: 100%;
    background-color: var(--secondary-color);
    width: 0;
    transition: width 0.3s ease;
}

.design_wrapper .empty-state {
    display: none;
    text-align: center;
    padding: 30px;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .design_wrapper .file-previews {
        grid-template-columns: 1fr;
    }

    .design_wrapper .dropbox {
        height: 180px;
    }
}

.design_wrapper input[type="file"] {
    display: none;
}

.produt-wrapper .prod_details {
    background: #f5f9fc;
}

.produt-wrapper .prod_details .tab-content {
    border: 0;
}

.produt-wrapper .prod_details .nav-tabs .nav-link {
    font-size: var(--fs-400);
    font-weight: 500;
    color: #8A8A8A;
    position: relative;
    box-shadow: none;
    outline: 0;
    border: 0;
}

.produt-wrapper .prod_details .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #000;
    opacity: 0;
}

.produt-wrapper .prod_details .nav-tabs .nav-link.active:before {
    opacity: 1;
}

.produt-wrapper .prod_details .nav-tabs .nav-item.show .nav-link,
.produt-wrapper .prod_details .nav-tabs .nav-link.active {
    color: #000;
    background: transparent;
    box-shadow: none;
    outline: 0;
    border: 0;
}

.produt-wrapper .prod_details .tab-content .tab-pane {
    padding: 20px 10px;
}

.produt-wrapper .prod_details .tab-content .tab-pane h2 {
    font-size: var(--fs-500);
    color: #000;
}

.produt-wrapper .prod_details img {
    object-fit: contain;
}

.produt-wrapper .prod_details .accordion {
    margin-top: 40px;
}

.produt-wrapper .prod_details .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--rating-light-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: transparent;
}

.produt-wrapper .prod_details .accordion-button {
    padding: 0;
    margin-bottom: 10px;
    background: transparent;
    border: 0;
    color: #4a4a4a;
    font-weight: 500;
    font-size: var(--fs-500);
    box-shadow: none;
    border-radius: 0;
}

.produt-wrapper .prod_details .accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    transition: transform .2s ease-in-out;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    background: transparent;
}

.produt-wrapper .prod_details .accordion-button:not(.collapsed)::after {
    border-width: 1px 0px 0px 1px;
}

.produt-wrapper .prod_details .accordion-collapse {
    border: 0;
    padding-right: 40px;
}

.produt-wrapper .prod_details .accordion-collapse,
.produt-wrapper .prod_details .accordion-collapse p {
    color: #4a4a4a;
}

.produt-wrapper .reviews .top-panel {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--rating-light-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.produt-wrapper .reviews .top-panel .total-star {
    display: flex;
    align-items: center;
}

.produt-wrapper .reviews .top-panel .total-review,
.produt-wrapper .reviews .top-panel .total-star span {
    font-size: 40px;
    font-weight: 500;
}

.produt-wrapper .reviews .top-panel p {
    font-size: var(--fs-400);
}

.produt-wrapper .reviews .top-panel .star-rating {
    margin-left: 14px;
}

.produt-wrapper .reviews .r-progress-bar li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.produt-wrapper .reviews .r-progress-bar span {
    font-size: var(--fs-400);
    font-weight: 500;
    color: #000;
    width: 12px;
    min-width: 12px;
}

.produt-wrapper .reviews .r-progress-bar i {
    color: var(--rating-color);
    font-size: 12px;
}

.produt-wrapper .reviews .r-progress-bar .progress-bar {
    border: none;
    height: 10px;
    appearance: none;
    /* Remove default styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: var(--rating-light-color);
}

/* For Chrome, Safari, Edge (WebKit) */
.produt-wrapper .reviews .r-progress-bar .progress-bar::-webkit-progress-bar {
    background-color: var(--rating-light-color);
    border: 0;
}

.produt-wrapper .reviews .r-progress-bar .progress-bar::-webkit-progress-value {
    background-color: var(--rating-color);
}

/* For Firefox */
.produt-wrapper .reviews .r-progress-bar .progress-bar::-moz-progress-bar {
    background-color: var(--rating-color);
    border: 0;
}

/* Optional fallback for very old browsers: wrap <progress> in a div and style the div as a bar */


.produt-wrapper .reviews select {
    border: 1px solid #8A8A8A;
    padding: 6px 10px;
    font-size: var(--fs-400);
    color: #000;
    font-weight: 400;
}

.review-data .item {
    padding: 30px 0;
    border-bottom: 1px solid var(--rating-light-color);
}

.review-data .star-rating label {
    font-size: var(--fs-400);
}


.review-data .item .top {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.review-data .item .date {
    color: #303030;
    font-size: 13px;
}

.review-data .item .content {
    padding: 10px 0;
    font-size: var(--fs-400);
}

.review-data .item .profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-data .item .profile img {
    width: 20px;
}

.review-data .item .profile h4 {
    font-size: var(--fs-400);
    margin: 0;
}

.review-data .item .likes .active {
    color: #FF4141;
}

.produt-wrapper .card_box .card-image {
    height: auto;
}

/* Product Page End */

/* Start: validation messages css */
.invalid-feedback {
    color: red;
    display: none;
    position: relative;
    top: 0;
    direction: ltr;
    width: 100%;
    text-align: left;
}

.invalid-feedback.show {
    display: inline-block !important;
}

.invalid-feedback.hide {
    display: none !important;
}

.required-error-border {
    border: 2px solid red !important;
}

/* Loader overlay */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

/* Loader spinner */
/* .loader-overlay::before {
    content: "";
    width: 50px;
    height: 50px;
    border: 6px solid #18588e;
    border-top: 6px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
} */

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* :End */

.custom_input_range_label.hide {
    display: none !important;
}

.custom_input_range_label.show {
    display: block !important;
}

.custom_input_range_label {
    font-size: 12px !important;
    color: #0eb10e !important;
    font-weight: 600 !important;
    width: 100%;
    text-align: right !important;
}

#backToBtn {
    position: fixed;
    right: 22px;
    bottom: 160px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3c82ef;
    opacity: .6;
    z-index: 99;
    font-size: 18px;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0px 5px;
}

#backToBtn:hover {
    opacity: .8;
    background: #3c82ef !important;
}

.siq_bR {
    bottom: 20px !important;
    right: 12px !important;
}

.wsp-whatsapp {
    position: fixed;
    right: 4px;
    bottom: 80px;
    z-index: 99;
    cursor: pointer;
}

.wsp-whatsapp svg {
    height: 80px;
    width: 80px;
    min-width: 80px;
}


.prod_loader_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.72);
    z-index: 999;
    padding: 0;
    display: none;
}

.prod_loader_overlay .pro_loader {
    color: #989898;
    text-indent: -9999em;
    margin: 88px auto;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: fixed;
    top: 40%;
    left: 50%;
}

.prod_loader_overlay .pro_loader,
.prod_loader_overlay .pro_loader:before,
.prod_loader_overlay .pro_loader:after {
    background: var(--secondary-color);
    animation: pro_loader 1s infinite ease-in-out;
    width: 1em;
}

.prod_loader_overlay .pro_loader:before,
.prod_loader_overlay .pro_loader:after {
    position: absolute;
    top: 0;
    content: "";
}

.prod_loader_overlay .pro_loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.prod_loader_overlay .pro_loader:after {
    left: 1.5em;
}

.column_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

@-webkit-keyframes pro_loader {

    0%,
    80%,
    100% {
        box-shadow: 0 0 var(--secondary-color);
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em var(--secondary-color);
        height: 5em;
    }
}

@keyframes pro_loader {

    0%,
    80%,
    100% {
        box-shadow: 0 0 var(--secondary-color);
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em var(--secondary-color);
        height: 5em;
    }
}

/* privay page css start */

.privacy-policy>.container {
    padding: 40px 50px;
    background: #fff;
    box-shadow: 0 0 10px #00000021;
    border-radius: 10px;
}

.privacy-policy .page-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.info-page p {
    text-align: justify;
    font-size: 16px;
    font-family: "AvenirLTStd-Roman", "Roboto", "Conv_TheSans_Plain", sans-serif;
    margin-bottom: 1rem;
}

.privacy-policy p {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
}

.privacy-policy p strong {
    margin-right: 6px;
}

/* privay page css end */

/* getAQuote page css start */

.custom-upload-box .img-icon img {
    width: 5rem;
    opacity: 0.85;
}

/* getAQuote page css end */

/*----all products page css----*/

.product-category-box {
    overflow: hidden;
}

.product-list-box .product-category-box {
    position: relative;
}

.all-products .product-category-container {
    margin: 2.5rem 0 3.5rem 0;
}

.all-products .img-caption {
    display: block !important;
    text-align: center;
    margin: 0 1rem 2rem;
    -webkit-box-align: center;
    align-items: center;
    -o-box-shadow: 0px 13px 7px -13px #747474;
    box-shadow: 0px 13px 7px -13px #747474;
    padding: 0.75rem 1rem;
    border-bottom: none !important;
    background: #f5f5f5;
    border-top: 1px solid #e8e3e3;
    width: 100%;
}

.all-products .product-category-box {
    height: 12rem;
}


.all-products .cardStyle {
    border: 1px solid #ebebeb;
    box-shadow: none;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.all-products .cardStyle:hover {
    box-shadow: 0 0 10px #00000026;
    cursor: pointer;
}

.all-products .cardStyle .img-caption {
    margin: 0;
    background: #fff;
    border: 0;
    box-shadow: none;
    border-top: 1px solid #eaeaea;
}

.all-products .cardStyle .img-caption {
    margin: 0;
    background: #fff;
    border: 0;
    box-shadow: none;
    border-top: 1px solid #eaeaea;
}

.all-products .cardStyle .img-caption .product-name-span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    margin: auto;
    transition: all .3s ease-in-out;
}

.all-products .cardStyle:hover .product-name-span {
    color: var(--primary-color);
}

.all-products .cardStyle .product-category-box img {
    transition: all .3s ease-in-out;
}

.all-products .cardStyle:hover .product-category-box img {
    transform: scale(1.05);
}

.all-products .cardStyle .product-category-box {
    margin: 0;
    background: transparent;
    border: 0;
}

/* .all-products .featured-products {
    margin-top: 0;
} */

.all-products .featured-products .product-category-box {
    height: 100%;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.all-products .featured-products a {
    display: block;
    height: 100%;
}

.all-products .featured-products .product-box {
    margin-left: 0.85rem;
    height: 343px;
}

.all-products .featured-products .product-box img {
    vertical-align: middle;
    width: auto;
    height: 100%;
}

.all-products .featured-products .product-box:first-child .product-category-box {
    width: 280px;
}

.all-products .featured-products .product-box:nth-child(2) .product-category-box {
    width: 166px;
}

.all-products .featured-products .product-box:nth-child(2) .product-category-box:first-child {
    height: 60%;
}

.all-products .featured-products .product-box:nth-child(2) .product-category-box:last-child {
    height: 37%;
}

.all-products .featured-products .product-box:nth-child(3) .product-category-box {
    width: 213px;
    height: 49%;
}

.all-products .featured-products .product-box:last-child .product-category-box {
    width: 240px;
}

.all-products .featured-products .product-category-box {
    margin: 0 0 0.5rem 0;
}


.all-products .cardStyle:hover {
    box-shadow: 0 0 10px #00000026;
    cursor: pointer;
}

.all-products .cardStyle .product-category-box {
    margin: 0;
    background: transparent;
    border: 0;
}

.product-category-container .product-category-box {
    border-radius: 0;
    height: 350px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.product-category-container .product-category-box img {
    width: 100%;
    object-fit: contain;
}

.all-products .cardStyle .product-category-box img {
    transition: all .3s ease-in-out;
}

.all-products .product-category-container .product-category-box {
    width: 100%;
    box-shadow: none;
}

@media (max-width: 1199px) and (min-width: 900px) {
    .all-products .product-category-box {
        height: 10rem;
    }
}

@media (max-width: 899px) and (min-width: 320px) {
    .all-products .featured-products .product-box {
        width: auto;
    }

    .all-products .featured-products .product-box:first-child .product-category-box {
        width: 220px;
    }

    .all-products .featured-products .product-box:nth-child(2) .product-category-box {
        width: 130px;
    }

    .all-products .featured-products .product-box:nth-child(3) .product-category-box {
        width: 130px;
    }

    .all-products .featured-products .product-box:last-child .product-category-box {
        width: 180px;
    }

    .all-products .featured-products .product-box img {
        width: 100%;
    }

    .all-products .dropdown-item:focus,
    .all-products .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {
    .all-products .img-caption {
        padding: 1rem 0.5rem 1rem 0.5rem !important;
    }

    .all-products .featured-products .product-box {
        margin-left: 0;
        /* IE10 */
        -webkit-box-flex: 100%;
        flex: 100%;
        max-width: 100%;
        width: auto;
        height: auto !important;
    }

    .all-products .featured-products .product-box .product-category-box {
        margin: 0 0 0 0;
        width: 100% !important;
        height: auto !important;
    }

    .all-products .featured-products .product-box img {
        width: 100%;
    }

    .all-products .product-category-container {
        margin: 15px 0;
    }

    .all-products .product-category-box {
        height: auto;
    }

    .all-products .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .all-products .m-hide {
        display: none;
    }

    .all-products .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .all-products .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .all-products .modal-footer {
        padding: 1rem 0;
    }

    .all-products .color-select-box .color-option-box,
    .all-products .img-drop-down-container .service-box,
    .all-products .img-drop-down-container .side-box {
        display: block;
    }

    .all-products .btn {
        margin-bottom: 0.5rem;
    }

    .all-products .step-container.left-line::before {
        display: none;
    }
}


/*----/all products page css----*/


/*---special-offer-product----*/

.special-offer-product {
    position: absolute;
    top: 1.2rem;
    left: 0;
    right: 0;
    color: #979797;
}

.special-offer-product .offer-tag {
    background: #585858;
    color: #fff9c6;
    width: 3.3rem;
    height: 3.3rem;
    text-align: center;
    position: relative;
    border-radius: 5px;
    left: 1.2rem;
}

.special-offer-product .offer-tag:before,
.special-offer-product .offer-tag:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3.3rem;
    width: 3.3rem;
    border: 7px solid #585858;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    border-radius: 5px;
}

.special-offer-product .offer-tag:after {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.special-offer-product .offer-tag span {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 900;
}

.special-offer-product:before {
    content: "";
    position: absolute;
    top: 0.75rem;
    background: #fff9c6;
    width: 100%;
    height: 2.5rem;
}

.special-offer-product strong {
    position: absolute;
    right: 1.75rem;
    top: 0;
    text-transform: uppercase;
    font-size: 0.95rem;
    line-height: 4.2;
    color: #585858;
}

@media (max-width: 1199px) and (min-width: 900px) {
    .special-offer-product:before {
        top: 0.5rem;
    }

    .special-offer-product .offer-tag {
        width: 3rem;
        height: 3rem;
    }

    .special-offer-product .offer-tag:before,
    .special-offer-product .offer-tag:after {
        height: 3rem;
        width: 3rem;
    }

    .special-offer-product .offer-tag span {
        font-size: 1.7rem;
        line-height: 1.8;
    }

    .special-offer-product strong {
        font-size: 0.95rem;
        line-height: 3.5;
        right: 0.75rem;
    }
}

@media (max-width: 899px) and (min-width: 320px) {
    .special-offer-product:before {
        height: 2rem;
        top: 0.35rem;
    }

    .special-offer-product .offer-tag {
        width: 2.3rem;
        height: 2.3rem;
    }

    .special-offer-product .offer-tag:before,
    .special-offer-product .offer-tag:after {
        height: 2.3rem;
        width: 2.3rem;
    }

    .special-offer-product .offer-tag span {
        font-size: 1.2rem;
        line-height: 1.9;
    }

    .special-offer-product strong {
        font-size: 0.85rem;
        line-height: 3.3;
    }

    .special-offer-product .dropdown-item:focus,
    .special-offer-product .dropdown-item:hover {
        background-color: #f37920;
        color: #fbf2ea !important;
    }
}

@media (max-width: 425px) {
    .special-offer-product:before {
        height: 2.3rem;
        top: 0.55rem;
    }

    .special-offer-product .offer-tag {
        width: 3rem;
        height: 3rem;
    }

    .special-offer-product .offer-tag:before,
    .special-offer-product .offer-tag:after {
        height: 3rem;
        width: 3rem;
    }

    .special-offer-product .offer-tag span {
        font-size: 1.52rem;
        line-height: 1.9;
    }

    .special-offer-product strong {
        font-size: 1rem;
        line-height: 3.4;
        right: 4.75rem;
    }

    .special-offer-product .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .special-offer-product .m-hide {
        display: none;
    }

    .special-offer-product .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .special-offer-product .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .special-offer-product .modal-footer {
        padding: 1rem 0;
    }

    .special-offer-product .color-select-box .color-option-box,
    .special-offer-product .img-drop-down-container .service-box,
    .special-offer-product .img-drop-down-container .side-box {
        display: block;
    }

    .special-offer-product .btn {
        margin-bottom: 0.5rem;
    }

    .special-offer-product .step-container.left-line::before {
        display: none;
    }
}


/*---/special-offer-product----*/

.templates-container .product-list-box {
    margin-top: 2rem;
    border: none;
}

.icns-container {
    width: 140px;
    display: flex;
    justify-content: end;
}

.icns {
    display: flex;
}

.icns div i {
    font-size: 28px;
    color: #015aa8;
    border: 2px solid #015aa8;
    padding: 10% 20%;
    border-radius: 10%;
    transition: .5s ease;
}

.icns .active i {
    background: #015aa8;
    color: #fff;
    transition: .5s ease;
}

.icns-container .icns {
    position: relative;
    width: fit-content !important;
    height: fit-content !important;
    right: 0 !important;
    gap: 10px;
}

.icns-container .icns>div {
    margin-left: 0;
    font-size: 24px;
    color: #015aa8;
    border: 2px solid #015aa8;
    padding: 6px 10px;
    border-radius: 10%;
    transition: .5s ease;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icns-container .icns>div:not(.active) {
    cursor: pointer;
}

.icns-container .icns>div.active {
    background: #015aa8;
}

.icns-container .icns>div i {
    font-size: inherit;
    background: transparent;
    border: 0;
    padding: 0;
}

.icns-container .icns>div.active i {
    background: transparent;
}

.product-category-banner {
    /* height: 250px; */
    overflow: hidden;
    background: #eee;
    position: relative;
}

/* cart page css start */

.empty-cart-msg .important-note-box {
    background: #fff3ea;
    border: 1px solid #f7e8dc;
    width: 50%;
    margin: 0 auto;
    padding: 3rem 0;
    text-align: center;
}

.empty-cart-msg .important-note-box .btn {
    margin-top: 1rem;
}

@media (max-width: 425px) {
    .empty-cart-msg .important-note-box {
        padding: 3rem 2rem;
        width: 100%;
    }

    .empty-cart-msg .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .empty-cart-msg .m-hide {
        display: none;
    }

    .empty-cart-msg .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .empty-cart-msg .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .empty-cart-msg .modal-footer {
        padding: 1rem 0;
    }

    .empty-cart-msg .color-select-box .color-option-box,
    .empty-cart-msg .img-drop-down-container .service-box,
    .empty-cart-msg .img-drop-down-container .side-box {
        display: block;
    }

    .empty-cart-msg .btn {
        margin-bottom: 0.5rem;
    }

    .empty-cart-msg .step-container.left-line::before {
        display: none;
    }
}

.main-content-wizard .wizard-form .progressbar {
    margin-left: -90px;
}

.main-content-wizard .wizard-form .progressbar-list::before {
    content: " ";
    background-color: rgb(155, 155, 155);
    border: 10px solid #fff;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: 9px auto;
    box-shadow: 1px 1px 3px #606060;
    transition: all;
    position: relative;
    z-index: 2;
}

.main-content-wizard .wizard-form .progressbar-list::after {
    content: "";
    background-color: rgb(155, 155, 155);
    padding: 0px 0px;
    position: absolute;
    top: 14px;
    left: -50%;
    width: 100%;
    height: 2px;
    margin: 9px auto;
    z-index: 0;
    transition: all 0.8s;
}

.main-content-wizard .wizard-form .progressbar-list.active::after {
    background-color: var(--blue-color);
}

.main-content-wizard .wizard-form .progressbar-list:first-child::after {
    content: none;
}

.main-content-wizard .wizard-form .progressbar-list.active::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 5px 6px 6px;
    background-color: var(--blue-color);
    border: 1px solid var(--blue-color);
    box-shadow: 0 0 0 7.5px #216ee024;
}

.main-content-wizard #wizardRow {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.main-content-wizard .progressbar-list {
    color: #6f787d;
    font-weight: 500;
    width: 25%;
    position: relative;
    text-align: center;
    float: left;
}

.main-content-wizard .active {
    color: #000;
}

.main-content-wizard .bg-color-info {
    background-color: var(--blue-color) !important;
}

.main-content-wizard .btn {
    padding: 10px 30px;
}

.main-content-wizard .back-to-wizard {
    transform: translate(-50%, -139%) !important;
}

.main-content-wizard .bg-success-color {
    background-color: #87D185;
}

.main-content-wizard .bg-success-color:focus {
    box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
}

.main-content-wizard .cart-item {
    text-align: right;
}

.main-content-wizard .cart-item h4 {
    margin: 0;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

.main-content-wizard .cartBox {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
}

.main-content-wizard .cartBox .card {
    box-shadow: 0px 0px 10px #0000000f;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

.main-content-wizard .cartBox h3.heading {
    font-size: 24px;
    color: #000;
    font-weight: 500 !important;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main-content-wizard .cartBox p {
    margin: 6px 0;
}

.main-content-wizard .cartBox .card .card-body .custom_border {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 8px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-content-wizard .cartBox .btn.btn-deep-orange {
    width: 100% !important;
}

.main-content-wizard .cartBox .continue {
    color: #222;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-size: 13px;
}

.main-content-wizard .cartBox .continue i {
    font-size: 14px;
}

.main-content-wizard .cartBox a.cart-details {
    color: var(--primary-color)
}


.productReview table.table thead th {
    font-weight: 500;
}

.productReview table.table tr td,
.productReview table.table tr th {
    text-align: center;
}

.productReview table.table tr td:nth-child(1),
.productReview table.table tr th:nth-child(1) {
    text-align: left;
}

.productReview table.table tr td {
    font-weight: 500;
}

.productReview table.table tr td:nth-child(1) {
    font-weight: 400;
}

.productReview table.table .img {
    height: 200px;
    min-width: 200px;
    width: 200px;
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid grey;
    padding: .5em;
}

.productReview table.table .text {
    border-left: 1px solid grey;
    padding-left: 1em;
}

.productReview table.table .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productReview table.table tbody tr {
    border-bottom: 1px solid #ccc;
}

.productReview table.table tbody tr:nth-last-child(1) {
    border-bottom: 1px solid transparent;
}

.productReview table.table tbody h4 {
    text-transform: inherit;
    color: #000;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}

.productReview table.table tbody p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.productReview table.table tbody textarea {
    border-radius: 6px;
    border-color: #ccc;
    margin: 0;
    margin-bottom: 10px;
}

.main-content-wizard .form-cart h4 {
    font-weight: 500;
    color: #000;
    text-transform: inherit;
    font-size: 16px;
}

.main-content-wizard .form-cart .radio-button {
    display: flex;
    align-items: center;
}

.main-content-wizard .form-cart .radio-button input[type="radio"] {
    margin-right: 4px;
    height: 16px;
    width: 16px;
    min-width: 16px;
    margin-top: -2px;
}

.main-content-wizard .cartDelivery .radio-button {
    display: flex;
    align-items: start;
    margin-bottom: 24px;
}

.main-content-wizard .cartDelivery .radio-button input[type="radio"] {
    margin-top: 6px;
}

.main-content-wizard .cartDelivery .radio-button .radio-button__label {
    line-height: 20px;
}

.main-content-wizard a.addAddress {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 6px;
    background: var(--primary-color);
    margin-top: 14px;
}

.main-content-wizard a.addAddress:hover {
    background: var(--secondary-color);
}

.main-content-wizard a.addAddress:hover {
    color: var(--primary-color);
}

.main-content-wizard .cartPickup h4 {
    font-weight: 600;
}

.main-content-wizard .cartPickup table.table th,
.main-content-wizard .cartDelivery table.table th {
    font-weight: 500;
    color: #000;
    background: #fff;
    font-size: 14px;
    padding: 8px 14px;
    text-align: center;
    border: 1px solid #ccc;
}

.main-content-wizard .cartPickup table.table td,
.main-content-wizard .cartDelivery table.table td {
    text-align: center;
    border: 1px solid #ccc;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 400;
}

.main-content-wizard .cartPickup table.table tr th:nth-child(1),
.main-content-wizard .cartDelivery table.table tr th:nth-child(1) {
    text-align: left;
}

.main-content-wizard .cartPickup table.table tr td:nth-child(1),
.main-content-wizard .cartDelivery table.table tr td:nth-child(1) {
    text-align: left;
    line-height: 20px;
}

.main-content-wizard .cardBoxAddress .modal-dialog {
    max-width: 710px !important;
}

.main-content-wizard .cardBoxAddress .modal-content {
    box-shadow: 1px 1px 6px #00000026;
    border-radius: 10px;
    border: 0;
    background: #fff;
}

.main-content-wizard .cardBoxAddress .modal-body,
.main-content-wizard .cardBoxAddress .modal-footer {
    background: transparent;
    border: 0;
}

.main-content-wizard .cardBoxAddress .modal-body {
    padding: 20px 34px;
}

.main-content-wizard .cardBoxAddress .modal-footer {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.main-content-wizard .cardBoxAddress .modal-footer .form-check {
    font-size: 14px;
    color: #222;
}

.main-content-wizard .cardBoxAddress .modal-footer .form-check-input {
    margin-top: 6px;
}

.main-content-wizard .cardBoxAddress .modal-footer .form-check-label {
    font-size: 14px;
    color: #222;
}

.main-content-wizard .cardBoxAddress .modal-footer button {
    padding: 10px 20px;
}

.main-content-wizard .savedCard .cardDetails_main {
    background: #f2f7ff;
    margin: 10px 0;
    padding: 0 20px;
    position: relative;
}

.main-content-wizard .savedCard .edit_savedCard {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    left: auto;
    bottom: auto;
}

.main-content-wizard .savedCard .edit_savedCard i {
    color: #7f7f7f;
}

.main-content-wizard .savedCard .edit_savedCard .edit_card:hover i {
    color: #000;
}

.main-content-wizard .savedCard .edit_savedCard .delete_card:hover i {
    color: #000;
}

.main-content-wizard .savedCard .radio-button {
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px dashed #00000038;
}

.main-content-wizard .savedCard .cardDetails_main .radio-button:nth-last-child(1) {
    border-bottom: 0;
}

.main-content-wizard .savedCard .cardNumber {
    font-size: 8px;
    margin-left: 24px;
    display: flex;
    align-items: center;
}

.main-content-wizard .savedCard .cardNumber {
    font-size: 12px;
}

.main-content-wizard .savedCard .savedCard_details {
    display: flex;
    align-items: center;
}

.main-content-wizard .savedCard .savedCard_details .card_security_no {
    margin: 0 6px;
}

.main-content-wizard .savedCard .expiry {
    box-shadow: none;
    padding: 0 20px 0 4px;
    border: 0;
    color: #5d5d5d;
}

.main-content-wizard .savedCard .cvv {
    border: 0;
    background: #fff;
    border-bottom: 1px solid #939393;
    padding: 0 8px;
    color: #575757;
    letter-spacing: 1px;
    width: 22%;
    text-align: center;
}

.main-content-wizard .savedCard span.cvv-tooltip {
    position: relative;
}

.main-content-wizard .savedCard span.cvv-tooltip i {
    cursor: pointer;
}

.main-content-wizard .savedCard span.cvv-tooltip span {
    position: absolute;
    width: 400px;
    z-index: 2;
    background: #000000de;
    color: #fff;
    padding: 20px;
    font-size: 13px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.main-content-wizard .savedCard span.cvv-tooltip:hover span {
    opacity: 1;
    visibility: visible;
}

.main-content-wizard .savedCard input.radio-button__input:checked {
    accent-color: #db6b19;
}

/* cart page css end */



/* shipment page css start */

#website_confirm_order .card-custom {
    background: transparent;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #e4e4e4;
}

#website_confirm_order .nav-tabs {
    border-bottom: 0;
}

.nav-tabs {
    border-bottom: 1px solid #dedede
}


/* .nav-tabs>li {
    margin-right: 5px
} */


/* .nav-tabs>li>a {
    background: #dedede;
    border: none;
    padding: 10px 20px;
    color: #878787;
    margin: 0;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease
} */

#website_confirm_order .nav-tabs>li {
    margin-right: 1px !important;
}

#website_confirm_order .nav-tabs>li.active>a {
    background: #00588e !important;
    color: #fff !important;
    border-color: transparent !important;
}

#website_confirm_order .nav-tabs>li>a:hover {
    background: #00588e !important;
    color: #fff !important;
}

#website_confirm_order .nav-tabs>li>a {
    background: #00588e8a !important;
    color: #fff !important;
    border-color: transparent !important;
    padding: 8px 20px;
    text-transform: capitalize;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease
}

#website_confirm_order .nav-tabs>li:first-child>a {
    border-top-left-radius: 10px
}

#website_confirm_order .nav-tabs>li:last-child {
    margin-right: 0
}

#website_confirm_order .nav-tabs>li:last-child>a {
    border-top-right-radius: 10px
}

#website_confirm_order .tab-content {
    border: 1px solid #ececec;
    border-radius: 0 10px 10px 10px;
    padding: 1.5em;
    background: #fff;
}

.div-card-details-row {
    display: none;
}

.div-place-order-button {
    text-align: right;
}

.rb-select-card {
    margin-left: 0 !important;
}

.div-shipping-address-action {
    float: right;
}

.label-shipping-address {
    /* border-radius: 10px;
    color:#fff !important; */
    padding: 0 10px;
}

.label-shipping-address.checked {
    border: 2px solid #fff;
}

.required-error-border {
    border: 2px solid red !important;
}

.modal-card-details .alert-danger,
.cardPayment .alert-danger,
#nav-door .alert-danger {
    display: none;
}

.modal-card-details .close-message,
.cardPayment .close-message,
#default_error_label .close-message {
    float: right;
}

#nav-tab-payment .nav-link.inactive {
    pointer-events: none;
}

#website_confirm_order .nav.nav-tabs .nav-link {
    font-weight: 600;
    color: #495057;
}

#website_confirm_order .nav.nav-tabs .nav-link,
#website_confirm_order .nav.nav-tabs .nav-link:focus {
    border-bottom: 0;
}

#website_confirm_order .nav.nav-tabs.show .nav-link,
#website_confirm_order .nav.nav-tabs .nav-link.active {
    border: 1px solid #ececec;
    border-bottom: 0;
    color: #0a58ca;
}

.shipping-confirm-container,
.shipping-address-container,
.cart-container {
    padding-top: 4em;
}

.responsive-tabs {
    padding: 1rem;
}

.responsive-tabs .nav-tabs {
    display: none;
}

.downloadSample {
    margin-top: 20px;
}

.downloadSample a {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (min-width: 768px) {
    .responsive-tabs .nav-tabs {
        display: flex;
    }

    .responsive-tabs .card {
        border: none;
    }

    .responsive-tabs .card .card-header {
        display: none;
    }

    .responsive-tabs .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}


/* shipment page css end */




/* product category css start */


.product-list-container .product-list-item {
    padding: 0;
    /* display: block; */
    background: #fff;
}

.product-list-container .list-view .product-list-item {
    border: 1px solid #e8e3e3;
    padding: 10px;
}

.product-list-container .product-list-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.product-list-container .grid-view .product-list-item {
    display: block;
}

.product-list-container .grid-view .product-list-item label,
.product-list-container .grid-view .product-list-item label .product-category-box {
    width: 100%;
    margin-bottom: 0;
}

.grid-view .template-caption {
    border: 1px solid #e8e3e3 !important;
    background: #fff;
    box-shadow: none;
}

.product-list-container .product-list-item:hover {
    cursor: initial;
}

.product-list-container .product-list-item.selected-product {
    background: transparent;
    border: 0;
    /* width: 100%; */
    border: 1px solid #c8c9d0;
    border-radius: 10px;
}

#product_specfication .product-list-container .product-list-item.selected-product {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

#product_specfication .product-list-container .specs-heading {
    text-align: center;
}

.big-img {
    float: inherit;
    width: 100%;
}

.list-view .product-list-item .product-category-box {
    border: 0;
    width: 100%;
}

.image-cont {
    margin-top: 10px;
    padding-left: 10px;
}

.product-list-item .image-cont {
    display: flex;
}

.product-list-item.selected-product .image-cont {
    display: block;
}

#product_specfication .product-list-item.selected-product .image-cont {
    padding-left: 0px;
}

.image-cont .thumbnail-content {
    overflow-x: hidden;
    overflow-y: auto;
}

.product-category-container .list-view .product-list-item .product-category-box {
    width: 100%;
    height: 100%;
}

.product-category-container .list-view .product-list-item .product-category-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #eaeaea;
}

.product-category-container .list-view .image-cont {
    padding-bottom: 10px;
    width: 50%;
}

#product_specfication .list-view .image-cont {
    width: 100%;
}

.product-category-container .list-view .image-cont .big-img {
    width: 75%;
}

.product-category-container .list-view .image-cont .big-img label {
    width: 100%;
    height: 100%;
}

.product-category-container .list-view .image-cont .big-img>div {
    height: 100%;
}

@media (min-width: 920px) {
    .product-category-container .list-view .image-cont .thumbnail-container {
        --img-product-height: 300;
        height: var(--img-product-height)px;
        margin-top: 3px;
    }
}

.product-category-container .list-view .image-cont .thumbnail-container {
    height: 104px;
    margin-top: 3px;
}

.product-category-container .list-view .image-cont .thumbnail-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-left: 18px;
}

.product-category-container .list-view .image-cont .thumbnail-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.product-category-container .list-view .image-cont .thumbnail-content::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.product-category-container .list-view .image-cont .thumbnail-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00000029;
}

.image-cont .thumbnail-content div {
    margin: 5% 10px 12% 0;
    width: 80%;
}

#product-category-box {
    margin-bottom: 20px;
}

#product-category-box .carousel-item {
    /* height: 500px; */
}

#product-category-box .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#product-thumbcarousel {
    position: relative;
    padding: 0 50px;
}

#product-thumbcarousel .carousel-item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
    margin: 6px;
    border-radius: 6px;
    overflow: hidden;
}

#product-thumbcarousel .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--black-color);
}

#product-thumbcarousel .carousel-control.left {
    left: 30px;
}

#product-thumbcarousel .carousel-control.right {
    right: 30px;
}

@media (max-width: 767px) {
    #product-thumbcarousel .carousel-inner .carousel-item>div {
        display: none;
    }

    #product-thumbcarousel .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

#product-thumbcarousel .carousel-inner .carousel-item.active,
#product-thumbcarousel .carousel-inner .carousel-item-next,
#product-thumbcarousel .carousel-inner .carousel-item-prev {
    display: flex;
}


/* medium and up screens */

@media (min-width: 768px) {

    #product-thumbcarousel .carousel-inner .carousel-item-end.active,
    #product-thumbcarousel .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    #product-thumbcarousel .carousel-inner .carousel-item-start.active,
    #product-thumbcarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

#product-thumbcarousel .carousel-inner .carousel-item-end,
#product-thumbcarousel .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.product-list-container .product-list-item .specScroll {
    height: 100vh;
    background: #fff;
    padding-right: 10px;
    border-left: 2px solid grey;
    margin: 10px 0 10px 0;
}

@media (max-width: 768px) {
    .product-list-container .product-list-item .specScroll {
        border-top: 1px solid #c8c9d0;
        padding-top: 1em;
        /* border-left:1px solid #c8c9d0; */
    }
}

.product-list-container .product-list-item .product-specs-list {
    overflow: hidden;
    overflow-y: scroll;
    height: 100% !important;
    padding-right: 20px;
    padding-left: 20px;
}

.product-list-container .product-list-item .product-specs-list .selected-material-image {
    margin: 0;
}

.product-list-container .product-list-item h1 {
    font-weight: 600;
}

.product-list-container .product-list-item .product-specs-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.product-list-container .product-list-item .product-specs-list::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.product-list-container .product-list-item .product-specs-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00000029;
}

.product-list-container .product-list-item span {
    font-size: 14px !important;
    color: #585858 !important;
}

.product-list-container .product-list-item .product-name-span {
    font-size: 20px !important;
    color: var(--black-color) !important;
}

.product-list-container .product-specs-customize span.detailmedia {
    position: absolute;
    right: -30px;
    /* top: 32px; */
    top: .75em;
    font-size: 22px !important;
}

/* product category css end */



/* product without print and books css start */

.ProductWithoutPrint .product-container {
    display: inline-block;
}

.ProductWithoutPrint .template-banner {
    border: 0;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    border-radius: 10px;
}

.ProductWithoutPrint .template-banner .overflow-hidden img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ProductWithoutPrint .filterBox .custom-control-label::before {
    left: -30px;
}

.ProductWithoutPrint .filterBox {
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
    height: fit-content;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
}

.ProductWithoutPrint .filterBox::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color: transparent;
}

.ProductWithoutPrint .filterBox::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.ProductWithoutPrint .filterBox::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #8b8b8b;
}

.ProductWithoutPrint .filterBox .searchBox {
    position: relative;
}

.ProductWithoutPrint .filterBox .searchBox input {
    padding-right: 30px;
    border: 0;
    font-size: 14px;
    border-radius: 6px;
    background: #ededed;
}

.ProductWithoutPrint .filterBox .searchBox input::placeholder {
    font-size: 14px;
}

.ProductWithoutPrint .filterBox .searchBox i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.ProductWithoutPrint .filterBox .searchBox i.fa-search:before {
    content: "\f002";
    color: var(--secondary-color);
}

.ProductWithoutPrint .filterBox .searchBox i.fad.fa-search:after {
    content: "\10f002";
    color: var(--secondary-color);
}

.ProductWithoutPrint .lang_filter {
    display: flex;
    align-items: center;
    gap: 20px;
    /* margin-bottom: 20px; */
}

.ProductWithoutPrint .lang_filter .custom-radio {
    padding: 0;
    width: 50%;
}

.ProductWithoutPrint .lang_filter label {
    border: 1px solid #00000024;
    border-radius: 6px;
    padding: 6px 13px;
    text-align: center;
    width: 100%;
    background: #fff;
    font-size: 14px;
}

.ProductWithoutPrint .lang_filter input:checked~label,
.ProductWithoutPrint .lang_filter input.checked~label {
    background: #f37920;
    color: #fff;
}

.ProductWithoutPrint .lang_filter label:before,
.ProductWithoutPrint .lang_filter label:after {
    display: none;
}

.ProductWithoutPrint .lang_filter input {
    opacity: 0;
    visibility: hidden;
}

.ProductWithoutPrint .price-range-slider .noUi-connect {
    background: #b5b5b5;
}

.ProductWithoutPrint .price-range-slider .noUi-background {
    background: #ededed;
}

.ProductWithoutPrint .price-range-slider .noUi-horizontal .noUi-handle {
    background-color: var(--secondary-color);
}

.ProductWithoutPrint .category-sidebar {
    box-shadow: none !important;
    padding: 0 !important;
    padding-bottom: 2px !important;
    margin: 0;
    margin-bottom: 2px;
    overflow: hidden;
    max-height: 100%;
}

.ProductWithoutPrint .category-sidebar:last-child {
    /* margin-bottom: 0; */
}

.ProductWithoutPrint .category-sidebar .panel-heading {
    border-top: 1px solid #00000017;
    padding-top: 12px;
}

.ProductWithoutPrint .category-sidebar h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

.ProductWithoutPrint .category-sidebar a .panel-title {
    position: relative;
    padding-right: 20px;
    margin-bottom: 14px;
}

.ProductWithoutPrint .category-sidebar a .panel-title:after {
    font-family: Fontawesome;
    content: '\f077';
    font-size: 10px;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--secondary-color);
    display: none;
}

.ProductWithoutPrint .category-sidebar a.collapsed .panel-title:after {
    font-family: Fontawesome;
    content: '\f078';
    color: #000;
}

.ProductWithoutPrint .category-sidebar .custom-control {
    padding-left: 30px;
}

.ProductWithoutPrint .category-sidebar .custom-control-label {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    position: relative;
}

.ProductWithoutPrint .category-sidebar .panel-body {
    margin-bottom: 0px;
    transition: all .3s ease-in-out;
}

.ProductWithoutPrint .category-sidebar .panel-body::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color: transparent;
}

.ProductWithoutPrint .category-sidebar .panel-body::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.ProductWithoutPrint .category-sidebar .panel-body::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #bbbbbb;
}

.ProductWithoutPrint .category-sidebar .showMore {
    color: var(--secondary-color);
    margin-left: 4px;
    font-size: 13px;
    letter-spacing: 0;
    cursor: pointer;
    display: none;
}

.ProductWithoutPrint .category-sidebar .display-item-5 {
    display: none;
}

.ProductWithoutPrint .category-sidebar .display-item-5:nth-child(-n+5) {
    display: block;
}

.ProductWithoutPrint .price-range-slider {
    padding: 0 12px 0 8px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 12px;
}

.ProductWithoutPrint .design-slider-container {
    border: 0;
    box-shadow: none;
    display: flex;
    border: 1px solid #e4e4e4 !important;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 30px !important;
}

.ProductWithoutPrint .design-slider-container:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ProductWithoutPrint .design-slider-container .leftSide {
    width: 300px;
    margin-right: 20px;
    border-right: 1px solid #c7c7c7;
    padding-right: 10px;
}

.ProductWithoutPrint .design-slider-container .leftSide .carousel {
    margin-bottom: 50px;
}

.ProductWithoutPrint .design-slider-container .rightSide {
    width: calc(100% - 350px);
}

.ProductWithoutPrint .design-slider-container .rightSide hr {
    border-top: 1px solid #b5b5b5;
    margin: 10px 0;
}

.ProductWithoutPrint .design-slider-container .current-price {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.ProductWithoutPrint .design-slider-container .current-price .currency-span {
    font-size: 18px;
    font-weight: 500;
}

.ProductWithoutPrint .design-slider-container .rightSide .details {
    color: #5a5a5a;
    font-size: 14px;
}

.ProductWithoutPrint .design-slider-container .description-box label {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.ProductWithoutPrint .graphic-design-more-details .description-box p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.ProductWithoutPrint .design-slider-container .rightSide .flexbox {
    margin: 0;
}

.book_product .rightSide button.btn i {
    margin-right: 4px;
}

.ProductWithoutPrint .design-slider-container .carousel-item {
    height: 350px;
    width: 100%;
}

.ProductWithoutPrint .design-slider-container .carousel-item .no-images {
    padding: 50px;
}

.ProductWithoutPrint .design-slider-container .carousel-item>.fa-image {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .4;
    font-size: 100px;
}

.ProductWithoutPrint .design-slider-container .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.ProductWithoutPrint .graphic-design-more-details .carousel-indicators {
    top: 100%;
    justify-content: start;
    margin: 0 10px;
}

.ProductWithoutPrint .design-slider-container .carousel-indicators .list-inline-item {
    height: 50px;
    width: 50px !important;
    margin-right: 10px;
    opacity: 1;
}

.ProductWithoutPrint .design-slider-container .carousel-indicators .list-inline-item:last-child {
    margin-right: 0;
}

.ProductWithoutPrint .design-slider-container .carousel-indicators .list-inline-item a {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

.ProductWithoutPrint .design-slider-container .carousel-indicators .list-inline-item a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.ProductWithoutPrint .design-slider-container .carousel-indicators [data-bs-target] {
    opacity: 0.6;
}

.ProductWithoutPrint .design-slider-container .carousel-indicators [data-bs-target].active {
    opacity: 1;
}

.ProductWithoutPrint #custCarousel .carousel-indicators li img {
    opacity: 1;
}

.ProductWithoutPrint #custCarousel .carousel-indicators li img.no-images {
    padding: 10px;
}

.ProductWithoutPrint .graphic-design-more-details .product-without-print-box h1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

:root {
    --star-size: 20px;
    --star-color: var(--rating-light-color);
    --star-background: var(--rating-color);
}

.reviewStar .Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.reviewStar .Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ProductWithoutPrint .design-product {
    /* display: flex;
    align-items: start;
    flex-wrap: wrap; */
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
}

.ProductWithoutPrint .design-product .box {
    width: 100px;
    height: auto;
    background: transparent;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
    border: 0;
    position: relative;
    margin: 5px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
}

.ProductWithoutPrint .design-product .box .fa-image {
    opacity: .4;
    font-size: 40px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductWithoutPrint .design-product .box img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #eee;
}

.ProductWithoutPrint .design-product .box img.no-images {
    padding: 14px;
}

.ProductWithoutPrint .design-product .box p {
    margin: 0;
    margin-top: 4px;
    padding: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    --fz: 12px;
    --lh: 1.5;
    --max-lines: 2;
    font-size: var(--fz);
    line-height: var(--lh);
    -webkit-line-clamp: var(--max-lines);
    max-height: calc(var(--fz) * var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    transition: max-height 0.5s ease;
}

.ProductWithoutPrint .design-product .box p:hover {
    max-height: 100%;
    -webkit-line-clamp: inherit;
}

.ProductWithoutPrint .graphic-design-more-details .design-caption {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.ProductWithoutPrint .graphic-design-more-details .description-box b {
    margin-left: 0px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
}

.ProductWithoutPrint .graphic-design-more-details .description-box>div {
    margin-left: 0px;
    margin-bottom: 1em;
}

.ProductWithoutPrint .graphic-design-more-details .description-box p {
    font-size: 13px;
}

.ProductWithoutPrint .quantity input[type="number"] {
    margin-left: 10px;
    border: 1px solid #ced4da;
    padding: 4px 10px;
    border-radius: 4px;
    /* width: 60px; */
    width: 7.5em;
    /* width changed by Firoz on 2024-09-04 */
}

.book_product .quantity input[type="number"] {
    margin-left: 0px;
    border: 1px solid #ced4da;
    padding: 4px 10px;
    border-radius: 4px;
    /* width: 60px; */
    width: 100%;
    /* width changed by Firoz on 2024-09-04 */
}

.ProductWithoutPrint .flexBox {
    margin-top: 20px;
    margin-left: 10px;
}

.ProductWithoutPrint .flexBox>div {
    align-items: end;
}

.ProductWithoutPrint .price-box {
    border-right: 0;
    /* commented by Firoz on 2024-04-09 */
    /* margin-top: 14px; */
    font-size: 14px;
    display: flex;
    align-items: center;
}

.ProductWithoutPrint .price-box .price-amount {
    /* commented by Firoz on 2024-04-09 */
    /*border-right: 0;
    background: #f6f7f9;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 16px;*/
    margin-left: 14px;
}

.ProductWithoutPrint button.btn {
    padding: 10px 30px;
}

.ProductWithoutPrint .flexBox button {
    margin-left: 10px;
    /* commented by Firoz on 2024-04-09 */
    /* border-radius: 4px; */
    padding: 10px 16px;
    height: 100%;
    font-size: 14px !important;
}

.ProductWithoutPrint .flexBox button:after {
    border-radius: 4px;
}

.ProductWithoutPrint .flexBox button i {
    font-size: 20px !important;
}

.ProductWithoutPrint .graphic-design-more-details b {
    font-weight: 600;
}

.ProductWithoutPrint .price-range-slider .slider-labels {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 20px;
}

.ProductWithoutPrint .price-range-slider .slider-labels span {
    font-size: 12px;
    font-weight: 500;
    background: #ececec;
    padding: 6px 10px;
}


/* Start: Added by Firoz on 2024-04-09 */

.ProductWithoutPrint .quantity label,
.ProductWithoutPrint .price-box label {
    width: 7em;
    font-weight: 600;
    font-size: 1em;
}

.ProductWithoutPrint hr {
    height: auto;
}


/* End: Added by Firoz on 2024-04-09 */

.productWithoutPrintChanges .design-slider-container {
    display: block;
}

.productWithoutPrintChanges .design-slider-container .leftSide,
.productWithoutPrintChanges .design-slider-container .rightSide {
    width: 100%;
    height: 100%;
}


/* Start: payment page changes - Firoz */

.productWithoutPrintChanges .design-slider-container .carousel-item {
    /* height: 100%; */
    min-height: 400px;
}

.productWithoutPrintChanges .graphic-design-more-details .carousel {
    border: 0;
}

.productWithoutPrintChanges .graphic-design-more-details .carousel-indicators {
    position: static;
}

.productWithoutPrintChanges .design-slider-container .carousel-item img {
    object-fit: contain;
}

.productWithoutPrintChanges .design-slider-container .leftSide .carousel {
    margin-bottom: 0;
    height: 100%;
}

.productWithoutPrintChanges .design-slider-container .carousel .carousel-control-next,
.productWithoutPrintChanges .design-slider-container .carousel .carousel-control-prev {
    height: auto;
}

.productWithoutPrintChanges .rightSide {
    padding-bottom: 100px;
    position: relative;
}

.productWithoutPrintChanges .rightSide button {
    position: absolute !important;
    bottom: 20px;
    right: 20px;
}

.productWithoutPrintChanges .graphic-design-more-details .quantity input[type="number"] {
    margin-left: 0;
    width: 100%;
}

.productWithoutPrintChanges .design-slider-container .carousel-indicators .list-inline-item {
    height: 70px;
    width: 70px !important;
}

.productWithoutPrintChanges .quantity {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}

.productWithoutPrintChanges .rightSide b {
    margin-right: 14px;
    min-width: 10rem;
    width: 10rem;
    font-size: 15px;
}

.productWithoutPrintChanges .price-box .price-amount {
    margin-left: 0;
    font-size: 15px;
}

.productWithoutPrint2 .design-slider-container .rightSide {
    padding-bottom: 100px;
    position: relative;
}

.productWithoutPrint2 .rightSide .button-group {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.productWithoutPrint2 .rightSide .quantity {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}

.productWithoutPrint2 .rightSide b {
    text-wrap: nowrap;
    min-width: 8em;
    margin-right: 20px;
}

.productWithoutPrint2 .graphic-design-more-details .quantity input[type="number"] {
    margin: 0;
    width: 100%;
}

.productWithoutPrint2 .price-box .price-amount {
    margin-left: 0;
}

.book__page .design-slider-container .rightSide {
    padding-bottom: 100px;
    position: relative;
}

.book__page .rightSide .button-group {
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.book__page .rightSide .quantity {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}

.book__page .rightSide b {
    text-wrap: nowrap;
    min-width: 8em;
}

.book__page .graphic-design-more-details .quantity input[type="number"] {
    margin: 0;
    width: 100%;
}

.book__page .price-box .price-amount {
    margin-left: 0;
}

.book_details_page .design-slider-container {
    display: block;
}

.book_details_page .design-slider-container .leftSide,
.book_details_page .design-slider-container .rightSide {
    width: 100%;
    height: 100%;
    position: relative;
}

.book_details_page .design-slider-container .rightSide {
    padding-bottom: 100px;
}

.book_details_page .design-slider-container .carousel-item {
    height: 400px;
}

.book_details_page .graphic-design-more-details .carousel {
    border: 0;
}

.book_details_page .graphic-design-more-details .carousel-indicators {
    position: static;
}

.book_details_page .design-slider-container .carousel-item img {
    object-fit: contain;
}

.book_details_page .design-slider-container .leftSide .carousel {
    margin-bottom: 0;
    height: 100%;
}

.book_details_page .design-slider-container .carousel .carousel-control-next,
.book_details_page .design-slider-container .carousel .carousel-control-prev {
    height: auto;
}

.book_details_page .rightSide button {
    position: absolute !important;
    bottom: 20px;
    right: 20px;
}

.book_details_page .rightSide .quantity {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}

.book_details_page .rightSide b {
    margin-right: 14px;
    min-width: 10rem;
    width: 10rem;
    font-size: 15px;
}

.book_details_page .graphic-design-more-details .quantity input[type="number"] {
    margin-left: 0;
    width: 100%;
}

.book_details_page .price-box .price-amount {
    margin-left: 0;
    font-size: 15px;
}

.book__page #product-container {
    height: calc(100% - 64px);
}

.book__page #product-container.rtl {
    direction: rtl;
}

.book__page #product-container.rtl .leftSide {
    margin-left: 20px;
    border-left: 1px solid #c7c7c7;
    padding-left: 10px;
    margin-right: 0px;
    border-right: 0px solid #c7c7c7;
    padding-right: 0px;
}

.book__page #product-container.rtl .rightSide {
    text-align: right;
}

.book__page #product-container.rtl .rightSide .button-group {
    left: 0px;
    right: auto;
}

.book__page #product-container.rtl .price-box {
    border-left: 0;
    margin-left: 10px;
    margin-right: 0px;
    padding-right: 0;
}

.book__page .list-view {
    display: none;
}

.book__page .grid-view .design-slider-container {
    padding: 40px 20px 20px !important;
    border-radius: 14px;
    cursor: pointer;
}

.book__page .grid-view .design-slider-container:hover {
    background: #f1edff;
    box-shadow: none;
}

.book__page .grid-view .cardStyle {
    margin: 0 auto;
    border: 0;
    text-align: center;
    box-shadow: none;
    background: transparent;
}

.book__page .grid-view .cardStyle:hover {
    box-shadow: none;
    background: transparent;
    border: 0;
}

.book__page .grid-view .cardStyle img {
    width: auto;
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    height: 300px;
    box-shadow: 5px 5px 4px #000000a6;
}

.book__page .cardStyle img.no-images {
    box-shadow: none;
    padding: max(6vw, 90px);
    border: 1px solid #e8e8e8;
}

.book__page,
.productWithoutPrint2 {
    .graphic-design-more-details {
        min-height: max(50vh, 400px);
        position: relative;
    }

    .loader-overlay {
        position: absolute;
        height: max(50vh, 500px);
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        padding: 0;
    }

    .loader-overlay .loader {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
}



@media screen and (max-width: 376px) {
    .book__page .rightSide .button-group {
        bottom: -10px;
    }

    .book__page .rightSide .button-group .btn {
        width: 100% !important;
    }

    .productWithoutPrint2 .rightSide .button-group {
        bottom: -10px;
    }

    .productWithoutPrint2 .rightSide .button-group .btn {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {
    .ProductWithoutPrint .design-slider-container {
        flex-direction: column;
    }

    .ProductWithoutPrint .design-slider-container .rightSide {
        width: 100%;
    }

    .ProductWithoutPrint .design-slider-container .leftSide .carousel {
        margin-bottom: 80px;
    }

    .productWithoutPrintChanges .rightSide .flexBox button {
        margin-top: 10px;
    }

    .productWithoutPrintChanges .design-slider-container .leftSide {
        border-right: 0;
    }

    .productWithoutPrintChanges .design-slider-container .leftSide .carousel {
        margin-bottom: 20px;
    }

    .productWithoutPrintChanges .design-slider-container .carousel-indicators .list-inline-item {
        height: 50px;
        width: 50px !important;
    }

    .ProductWithoutPrint .design-slider-container .leftSide {
        margin-right: 0;
        border-right: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .ProductWithoutPrint .design-slider-container .leftSide {
        border-right: 0;
        margin: auto;
    }

    .ProductWithoutPrint .design-slider-container .leftSide {
        width: 100%;
        margin-right: 0px;
        border-right: 0;
        padding-right: 0px;
    }
}

/* product without print and books css end */


/* testimonial css start */

.testimonials {
    background-color: #ffffff;
    position: relative;
    padding-top: 50px;
}

@media (max-width: 425px) {
    .testimonials {
        padding-top: 20px;
    }

    .testimonials .justify-content-end {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .testimonials .m-hide {
        display: none;
    }

    .testimonials .vue-tabs .nav-tabs-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .testimonials .vue-tabs .nav-tabs-wrapper .nav-tabs.zeej-tabs {
        width: 250%;
    }

    .testimonials .modal-footer {
        padding: 1rem 0;
    }

    .testimonials .color-select-box .color-option-box,
    .testimonials .img-drop-down-container .service-box,
    .testimonials .img-drop-down-container .side-box {
        display: block;
    }

    .testimonials .btn {
        margin-bottom: 0.5rem;
    }

    .testimonials .step-container.left-line::before {
        display: none;
    }
}

#customers-testimonials .shadow-effect {
    height: 350px;
    background: linear-gradient(39deg, #fff2e8, #e5f0f7);
    color: #444;
    padding: 20px 20px;
    text-align: center;
    -o-box-shadow: 4px 4px 7px -6px #000000;
    box-shadow: 4px 4px 7px -6px #000000;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

#customers-testimonials .item-details h5 {
    margin: 15px 0 2px;
    font-size: 14px;
    line-height: 18px;
}

#customers-testimonials .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
}

#customers-testimonials .item-details p {
    font-size: 16px;
}

#customers-testimonials .item-details .author-img {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    border-radius: 50%;
    -o-box-shadow: 0px 13px 6px -12px #000000;
    box-shadow: 0px 13px 6px -12px #000000;
    padding: 3px;
    border: 1px solid #d4d4d4;
    background: #fff;
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 20px;
}

#customers-testimonials .owl-item img {
    width: auto;
    display: inline-block;
}

.customer-testimonial-container #customers-testimonials .item-details {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.customer-testimonial-container #customers-testimonials .item-details .author-img {
    width: 65px;
    height: 65px;
}

.customer-testimonial-container #customers-testimonials .item-details:last-child {
    border-bottom: none;
}

.customer-testimonial-container #customers-testimonials .item-details .author-detail {
    font-size: 11px;
}

.customer-testimonial-container #customers-testimonials .item-details .author-detail:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

/* testimonial css end */


/* my books and author page css start */


.author__page {
    margin-top: -30px;
}

.author__page .author__details {
    display: flex;
}

.author__page .left__side {
    width: var(--leftside-autor-page);
    margin-top: -96px;
}

.author__page .author_profile {
    letter-spacing: 0.2px;
}

.author__page .author_profile .card {
    padding: 20px;
}

.author__page .left__side .a__img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    padding: 4px;
    border: 1px solid #eee;
    border-radius: 100px;
    margin: 0 auto 10px;
}

.author__page .left__side .a__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.author__page .left__side .a__name {
    font-size: 20px;
    font-weight: 600;
    color: #191919;
    text-align: center;
}

.author__page .left__side .a__description {
    font-size: 14px;
    color: #696969;
    text-align: center;
}

.author__page .left__side .a__location {
    font-size: 14px;
    color: #696969;
    margin: 20px 0;
    text-align: center;
}

.author__page .left__side .a__location i {
    margin-right: 6px;
    font-size: 12px;
}

.author__page .left__side button {
    width: 100% !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: center;
}

.author__page .left__side button i {
    font-size: 14px;
    margin-right: 6px;
}

.author__page .left__side ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.author__page .left__side ul li {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

.author__page .left__side .title {
    font-size: 14px;
    font-weight: 600;
    color: dimgray;
}

.author__page .left__side .member {
    font-size: 12px;
    font-weight: 600;
    color: dimgray;
    text-align: center;
    margin-top: 20px;
}

.author__page .left__side .reviewStar {
    font-size: 14px;
    color: dimgray;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.author__page .right__side {
    width: calc(100% - var(--leftside-autor-page));
    padding: 50px 0 0 50px;
}

.author__page .right__side .card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    padding: 0;
    height: 400px;
    box-shadow: 6px 6px 6px #000000ab;
}

.author__page .right__side .card::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #0000009c, transparent);
    z-index: 2;
}

.author__page .right__side .card>* {
    position: relative;
}

.author__page .right__side .card img {
    height: 100%;
    width: auto;
    max-width: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.author__page .right__side .card .b__details {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    padding: 20px;
    z-index: 3;
}

.author__page .right__side .card .b__details h4 {
    margin-bottom: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.2px;
}

.author__page .right__side .card .book_description_profile {
    color: #fff;
    display: -webkit-box;
    max-width: 100%;
    max-height: 60px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    transition: all .3s ease-in-out;
    /* opacity: 0;
    position: absolute;
    bottom: -80px; */
}

.author__page .right__side .card:hover .book_description_profile {
    position: relative;
    bottom: 0;
    opacity: 1;
}

.my__book {
    min-height: 40vh;
}

.my__book,
.author__page {
    .bookTiles__card {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .bookTiles__card>div {
        flex: 0 1;
        min-width: 290px;
        min-height: 376px;
    }

    .bookTile {
        background: #fff;
        position: relative;
        overflow: hidden;
        border: 1px solid #d5d5d5;
        box-shadow: none;
        border-radius: 10px;
        height: 100%;
    }

    .bookTile:hover {
        box-shadow: 0 0 14px #00000042;
        cursor: pointer;
    }

    .bookThumbnail {
        text-align: center;
        padding: 30px 50px;
        height: 300px;
        cursor: initial;
        background: radial-gradient(transparent, #e3e3e3);
        background: #fff;
    }

    .bookTile:hover .bookThumbnail {
        background: radial-gradient(transparent, #c6c4c5);
        background: #fff;
    }

    .imageBook {
        width: 100%;
        height: 100%;
        margin: auto;
        transform-style: preserve-3d;
        transition: transform 0.3s ease;
        cursor: pointer;
        border-radius: 0;
        box-shadow: 4px 4px 6px #00000073;
        max-width: 190px;
        object-fit: fill;
    }

    .bookDescription {
        background: transparent;
        padding: 6px 20px;
        text-align: left;
        width: 100%;
        border-top: 1px solid #d5d5d5;
        cursor: initial;
    }

    .bookDescription .book__name {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: -3px;
        letter-spacing: 0.4px;
        cursor: pointer;
        width: fit-content;
        transition: all .3s ease-in-out;
    }

    .bookDescription .book__name:hover {
        color: var(--primary-color);
    }

    img.no-images {
        box-shadow: none;
        width: max(4vw, 130px);
        height: 100%;
        object-fit: contain;
    }
}


/* .my__book .bookTiles__card>.container {
    width: 100%;
    min-width: 100%;
} */

.my__book .bookTiles__card>.container.row {
    min-width: 100%;
    width: 100%;
}

.my__book .submit-review-btn {
    width: fit-content;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.my__book .dynamicBook .bookDescription .book__authorName a {
    font-size: 14px;
    font-weight: 400;
}

.my__book .dynamicBook .bookDescription .book__authorName a:hover {
    color: #000;
}

.my__book .dynamicBook .bookDescription .rating_group .btn {
    padding: 0 !important;
    box-shadow: none;
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-bottom: 10px;
}

.my__book .dynamicBook .bookDescription .rating_group .btn:hover {
    color: var(--secondary-color);
}

.my__book .rating_group i {
    color: inherit;
}

.my__book .dynamicBook .HeadingBook {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.my__book .dynamicBook .bookViewBtn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.2em;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
}

.my__book .dynamicBook .bookViewBtn:hover {
    color: #007bff;
}

.my__book .fullscreen-mode .close {
    display: none;
}

.my__book .bookNavigator {
    cursor: pointer;
    position: relative;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px dashed #005aa9;
    border-radius: 14px;
    padding: 40px;
    height: 100%;
    transition: all .3s ease-in-out;
}

.my__book .bookNavigator:hover {
    background: #d8d8d8;
}

.my__book .fa-plus-square {
    font-size: 5em;
    color: #b7b7b745;
    margin-bottom: 10px;
}

.my__book .navigatorSpan {
    color: #000;
    font-size: 15px;
    line-height: 24px;
}

.my__book .fullscreen-mode {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
}

.my__book .pdfReader {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.my__book .pdfReaderFrame {
    width: 100%;
    height: 100%;
    position: relative;
    background: #e2e3e359;
    padding: 20px;
    border: 1px solid #5155584f;
    border-radius: 9px;
}

.my__book .pdfReaderFrameHeader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 0.3s ease-in-out;
    z-index: 50;
    background: #515558;
    height: 40px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border: 1px solid #515558;
}

.my__book .fullscreen-mode .pdfReaderFrameHeader {
    top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.my__book .fullscreen-mode .pdfReaderFrame {
    overflow-y: scroll;
}

.my__book .pdfReaderFrameHeader>span {
    font-size: 18px;
    margin-right: 24px;
    color: #fff;
    cursor: pointer;
    line-height: 18px;
    opacity: 1;
}

.my__book .pdfReaderFrameHeader>span:hover {
    color: #fff;
    opacity: .8;
}

.my__book .pdfReaderFrameHeader>span:last-child {
    margin-right: 0;
}

.my__book #zoom {
    display: block;
}

.my__book .fullscreen-mode #zoom {
    display: none;
}

.my__book #compress {
    display: none;
}

.my__book .fullscreen-mode #compress {
    display: block;
}


/* .my__book .fullscreen-mode .pdfReaderFrameHeader {
    bottom: -60px;
}

.my__book .fullscreen-mode .pdfReaderFrameHeader:hover {
    bottom: 0;
} */

.my__book .fullscreen-mode #pdfViewer {
    height: calc(100% - 50px);
}


/* .my__book #pdfViewer {
    width: 100%;
    border: none;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    height: 100% !important;
    left: 0;
} */

.my__book #pdfViewer {
    width: 100%;
    height: 100%;
}

.my__book #pdf-canvas {
    position: relative;
    top: 36px;
    display: block;
    margin: auto;
    max-width: 100%;
    padding-bottom: 34px;
}

.my__book .pdfReader .pageInfo {
    position: absolute;
    left: 50%;
    bottom: -4px;
    font-size: 13px;
    padding: 11px 10px;
    cursor: context-menu;
    color: #000;
    z-index: 2;
    transform: translateX(-50%);
    opacity: .7;
}

.my__book .pdfReader .pageInfo:hover {
    color: #000;
    opacity: 1;
}

.my__book .movie--isloading {
    height: 252px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.my__book .movie--isloading .loading-image {
    height: 190px;
    background-image: -webkit-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
    background-image: -o-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
    background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px);
    background-size: 250px;
    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
}

.my__book .movie--isloading .loading-content {
    background: #f7f7f7;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.my__book .movie--isloading .loading-content .loading-text-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.my__book .movie--isloading .loading-content .loading-main-text {
    height: 10px;
    width: 65%;
    margin-bottom: 10px;
    background: #ececec;
    background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
    background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
    background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
    background-size: 250px;
    border-radius: 10px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
    animation: shine-loading-container-items 2s infinite ease-out;
}

.my__book .movie--isloading .loading-content .loading-sub-text {
    height: 10px;
    width: 50%;
    background: #ececec;
    background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
    background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
    background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
    background-size: 250px;
    border-radius: 10px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
    animation: shine-loading-container-items 2s infinite ease-out;
}

.my__book .movie--isloading .loading-content .loading-btn {
    width: 60px;
    height: 25px;
    background: #ececec;
    background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
    background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
    background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
    background-size: 250px;
    border-radius: 3px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
    animation: shine-loading-container-items 2s infinite ease-out;
}

@-webkit-keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }

    40%,
    100% {
        background-position: 208px;
    }
}

@keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }

    40%,
    100% {
        background-position: 208px;
    }
}

@-webkit-keyframes shine-loading-container-items {
    0% {
        background-position: -100px;
    }

    40%,
    100% {
        background-position: 140px;
    }
}

@keyframes shine-loading-container-items {
    0% {
        background-position: -100px;
    }

    40%,
    100% {
        background-position: 140px;
    }
}

.my__book .submit-review-btn {
    background: #f7f7f7;
    cursor: pointer;
}

.my__book .alertContainer {
    text-align: center;
    margin: 7px 28px;
}

.my__book .bookUrl svg {
    height: 50px;
    width: 50px;
}

.my__book .bookUrl {
    margin-bottom: 20px;
}

.my__book .rating-my span {
    font-size: 14px;
    color: #000;
}

.my__book .rating-my {
    color: var(--star-background);
    cursor: context-menu;
    font-size: 20px;
}

@media only screen and (max-width: 992px) {
    .my__book .bookTiles__card>div {
        flex: 0 1;
        min-width: 230px;
        min-height: 376px;
    }

    .my__book .dynamicBook .bookThumbnail {
        padding: 24px;
    }

    .author__page .author__details {
        display: flex;
        flex-direction: column;
    }

    .author__page .right__side {
        padding-left: 0;
        width: 100%;
    }

    .author__page .left__side {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .my__book .bookTiles__card {
        justify-content: center;
    }

    .my__book .pdfReader .pageInfo {
        top: 100%;
        color: #000;
        right: auto;
        opacity: .7;
    }

    .my__book .pdfReader .pageInfo:hover {
        color: #000;
        opacity: 1;
    }

    .my__book .bookTiles__card>div {
        min-width: 100%;
    }

    .author__page .right__side .card .b__details {
        bottom: 0;
    }

    .author__page .right__side .card .b__details p {
        opacity: 1;
    }
}

@media only screen and (min-width: 480px) and (max-width: 992px) {
    .author__page .left__side .a__img {
        margin-left: 0;
    }

    .author__page .left__side .a__name {
        text-align: left;
    }

    .author__page .left__side button {
        width: fit-content !important;
        position: absolute;
        right: 20px;
        top: 120px;
    }

    .author__page {
        margin-top: -85px;
    }
}

/* my books and author page css end */


/* profile page css start */


.nav-tabs.zeej-tabs .nav-item a.tabs__link {
    text-align: center;
    border: 1px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    border-right: none;
    padding: 1rem 1rem 1rem 1rem;
    background: #f5f5f5;
    color: #585858;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 6px;
}

.nav-tabs.zeej-tabs .nav-item a.tabs__link:active,
.nav-tabs.zeej-tabs .nav-item a.tabs__link.active {
    background: #005aa9;
    color: #fff !important;
    border-color: #005aa9;
}

/* profile page css end */

/* review modal css start */

.reviewStar .rating-group {
    display: inline-flex;
}

.reviewStar .rating__icon {
    pointer-events: none;
}

.reviewStar .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.reviewStar .rating__input--none {
    display: none
}

.reviewStar .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}


/* set default star color */

.reviewStar .rating__icon--star {
    color: var(--rating-color);
}

.reviewStar .rating__input:checked~.rating__label .rating__icon--star {
    color: var(--rating-light-color);
}

.reviewStar .rating-group:hover .rating__label .rating__icon--star {
    color: var(--rating-color);
}

.reviewStar .rating__input:hover~.rating__label .rating__icon--star {
    color: var(--rating-light-color);
}

.reviewStar h4.title {
    text-transform: lowercase;
    font-size: 16px;
}

.reviewStar h4.title::first-letter {
    text-transform: uppercase;
}

/* review modal css end */


/* card details popup */

.modal-card-details .payment-title {
    width: 100%;
    text-align: center;
}

.modal-card-details .form-container .field-container:first-of-type {
    grid-area: name;
}

.modal-card-details .form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.modal-card-details .form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.modal-card-details .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.modal-card-details .field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-card-details .field-container {
    position: relative;
}

.modal-card-details .form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name" "number number" "expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
    margin: auto;
}

.modal-card-details label {
    padding-bottom: 5px;
    font-size: 16px;
}

.modal-card-details input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    color: #000;
}

.modal-card-details .ccicon {
    height: 30px;
    position: absolute;
    right: 6px;
    top: calc(50% - 5px);
    width: 44px;
}


/* CREDIT CARD IMAGE STYLING */

.modal-card-details .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.modal-card-details .container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}


/* CHANGEABLE CARD ELEMENTS */

.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}


/* FRONT OF CARD */

#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}


/* BACK OF CARD */

#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}


/* FLIP ANIMATION */

.modal-card-details .container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/* card details popup end*/

.premium-products-title {
    padding-right: 50px !important;
}


.password-box {
    position: relative;
}

.password-box span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 9;
}