html,
body {
    font-family: 'Roboto';
    color: #333333;
    height: 100%;
}

.btn:focus,
a:focus {
    outline: none;
}

.btn-close:focus {
    outline: none;
    box-shadow: none;
    opacity: 0.5;
}

input:focus,
.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #828282;
}

.form-control.search {
    border: 1px solid #828282;
    transition: border-color 0.2s;
}

.form-control:focus {
    outline: none;
    border: 1px solid #828282;
    box-shadow: none;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

.simple-anchor {
    text-decoration: none;
}

#authModal ul {
    font-size: 14px;
}

#authModal input,
#authModal .input-group-text {
    font-size: 0.9rem;
}

#authModal .btn {
    padding: 5px 25px;
    font-size: 12px;
    font-weight: 700;
}

#authModal .btn:hover {
    background: #AD151A;
}

#authModal .btn-close {
    font-size: 12px;
}
#codModal .modal-title{
    font-size: 16px;
    font-weight: bold;
}
#codModal .modal-body{
    font-size: 15px;
    font-weight: bold;
}
#codModal .modal-body li{
    padding: 8px;
}
#codModal .description{
    font-weight: bold !important;
}
#codModal .modal-body span{
    font-weight: normal;
}
.googleSignInBtn {
    box-sizing: border-box;
    align-items: center;
    padding: 9px 10px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    text-decoration: none;
}

.signInTerms {
    font-size: 10px;
    font-weight: 300;
}

.signInTerms a {
    color: #FA1E25;
    text-decoration: none;
}

.signInTerms a:hover {
    text-decoration: underline;
}

.suvadi-error {
    font-size: 12px;
}

.bookImageIndicator .active {
    border: 1px solid #F2A74B;
}

.meta-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.meta-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    width: 20%;
}

.meta-value a,
.meta-value {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    width: 75%;
}

.category a,
.subject a {
    font-size: 14px;
    padding: 5px 10px;
    background: rgba(242, 167, 75, 0.2);
    border: 1px solid #F2A74B;
    border-radius: 5px;
}

.description-tabs .nav-item p.nav-link {
    color: #828282;
    cursor: pointer;
    margin-bottom: -2px;
}

.description-tabs .nav-item .active.nav-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #D41920;
}

.description-tabs .nav-item>.nav-link.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 3px;
    width: 0;
    background-color: #D41920;
    transition: width 0.3s ease, left 0.3s ease;
}

.description-tabs .nav-item>.nav-link.active::after {
    left: 0;
    width: 100%;
}

.description-tabs .nav-item {
    position: relative;
}

.description-tabs .nav-item>.nav-link {
    position: relative;
}

#aboutTheBookContent,
#bookHighlightsContent {
    font-size: 14px;
}

span#regular-price {
    position: relative;
    text-decoration: none;
    font-size: 12px;
    color: #828282;
}

span#regular-price::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #828282;
}

span#slider-sale-price {
    font-size: 18px;
}

span#slider-regular-price {
    position: relative;
    text-decoration: none;
    font-size: 16px;
    color: #828282;
}

span#slider-regular-price::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #828282;
}

.slider-discount {
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    color: #388E3C;
}

.quantity-button {
    box-sizing: border-box;
    width: 100px;
    height: 35px;
    border: 0.5px solid #828282;
    border-radius: 5px;
    padding: 0px 35px;
}

.minus,
.plus {
    position: absolute;
    font-size: 18px;
    padding: 4px 15px;
    cursor: pointer;
    user-select: none;
}

.suvadi-breadcrumb {
    font-size: 12px;
}

.suvadi-breadcrumb a {
    text-decoration: none;
    color: #828282;
}

#bookSinglePageGallery .wishlist-icon{
    color: #FFFFFF;
}

#bookSinglePageGallery .wishlist-icon:hover,
#bookSinglePageGallery .wishlist-icon.active {
    color: #FFFFFF;
}

.wishlist-icon {
    margin: 5px;
    font-size: 16px;
    color: #BDBDBD;
    background-color: transparent;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.wishlist-icon:hover,
.wishlist-icon.active {
    color: #FFFFFF;
    background-color: #D41920;
    border-color: #D41920;
}

#relatedBooksCarousel {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.slider-arrow {
    padding: 20px 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px 0px 0px 5px;
}

.book-grid {
    padding: 20px 0px;
}

.book-discount {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #388E3C;
}

.list-filter {
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    user-select: none;
}

.list-filter .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: none;
    color: #D41920;
    margin-bottom: 8px;
}

.list-filter .form-check-input:checked {
    background-color: #D41920;
    border-color: #D41920;
}

.list-filter .form-check-input:focus {
    border-color: #D41920;
}

.list-filter .accordion-button::after {
    background-image: url('/static/assets/images/chevron-down-solid.svg');
    background-size: 1rem;
}

.list-filter .accordion-button:not(.collapsed)::after {
    background-image: url('/static/assets/images/chevron-up-solid.svg');
    background-size: 1rem;
    transform: none;
}

.suvadi-pagination .active>.page-link {
    background-color: #D41920;
    border-color: #D41920;
}

.suvadi-pagination .active>.page-link:hover {
    color: #FFFFFF;
}

.suvadi-pagination .page-link:hover {
    color: #D41920;
}

.suvadi-pagination .page-link:focus {
    color: #D41920;
    box-shadow: none;
}

.page-link {
    border-radius: 50%;
}

.page-item {
    margin: 5px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.badge.out-of-stock {
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 0.5em 1em;
}

.sort-filter.offcanvas.offcanvas-bottom {
    height: max-content;
}

.list-group-item.active {
    background-color: white;
    color: #ED1C24;
}

.list-group-item.active::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    float: right;
    color: #ED1C24;
    font-weight: bold;
    margin-right: 10px;
}

.carousel .mobile-carousel-indicators button {
    padding: 5px;
    background-color: #FFFFFF;
    border-width: 1px;
}

.carousel .mobile-carousel-indicators button.active {
    background-color: #333333;
}

.book-image {
    width: 100%;
}

.tab-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.tab-icon.inside-india {
    background-image: url("/static/assets/images/inside-india-inactive.png");
}

.tab-icon.outside-india {
    background-image: url("/static/assets/images/outside-india-inactive.png");
}

.nav-link.active .inside-india {
    background-image: url("/static/assets/images/inside-india-active.png");
}

.nav-link.active .outside-india {
    background-image: url("/static/assets/images/outside-india-active.png");
}

.avatar {
    width: 120px;
    height: 120px;
}

.author-image {
    margin-right: 5px;
}

.authorsList {
    color: #ED1C24;
}

#popupOffCanvas .btn:hover {
    background: #AD151A;
}

.hover-effect {
    color: inherit;
    transition: color 0.3s;
}

.author-item:hover .hover-effect,
.authors-list .author-box .hover-effect:hover {
    color: #ED1C24;
}

.publisher-item:hover .hover-effect,
.publisher-box .hover-effect:hover {
    color: #ED1C24;
}

.form-check.active-address {
    background-color: #F8F7F7;
}

.list-group {
    list-style-type: none;
}

.list-group-item a {
    margin: 20px 0;
}

.sidebar a {
    text-decoration: none;
    color: inherit;
}

.list-item {
    display: flex;
    align-items: center;
}

.list-item.active {
    color: #ED1C24;
}

.active-letter {
    color: #ED1C24 !important;
}

.list-item img,
.list-item i {
    margin-right: 8px;
}

.list-item i {
    color: inherit;
}

.content {
    border: 0.5px solid #BDBDBD;
    border-radius: 5px;
}

.custom-input {
    width: 100%;
    height: 45px;
}

.custom-input::placeholder {
    color: #999;
    opacity: 1;
}

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

.breadcrumb-section {
    margin: 10px 0;
    display: none;
}

#successToast,
#errorToast {
    display: none;
}

.toast {
    margin-bottom: 10px;
}

.address {
    position: relative;
    box-sizing: border-box;
}

.address__label {
    position: absolute;
    top: 12px;
    left: 15px;
    display: block;
}

.address__label--required::after {
    position: relative;
    top: -3px;
    left: 1px;
    display: inline-block;
    content: "*";
    color: #d0011b;
}

.address__input {
    display: block;
    box-sizing: border-box;
    height: 47px;
    width: 100%;
}

.address__input:focus+.address__label,
.address__input:valid+.address__label,
.address__input:disabled+.address__label {
    display: none;
}

#resend-otp-btn-desktop:hover,
#resend-otp-btn-mobile:hover{
    text-decoration: underline !important;
}

#resend-otp-btn-desktop.disabled,
#resend-otp-btn-mobile.disabled{
    color: #828282 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

#resend-otp-btn-desktop:not(.disabled),
#resend-otp-btn-mobile:not(.disabled){
    cursor: pointer !important;
}

.ml-24 {
    margin-left: 24px;
}

.common-item {
    flex: 1 0 90px;
    max-width: 139px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.profile-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.publisher-info {
    margin-top: 5px;
}

#bottom-buttons {
    transition: opacity 0.3s ease;
    opacity: 1;
}

#bottom-buttons.hide {
    opacity: 0;
    pointer-events: none;
}

#bottom-buttons.show {
    opacity: 1;
    pointer-events: auto;
}

.placeholder-image {
    width: 120px;
    height: 200px;
    object-fit: cover;
}

#popupOffCanvas {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#notifyOffCanvas {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 39px;
    padding-top: 39px;
    padding-left: 17px;
}

.notifyOffCanvas-body {
    padding-left: 11px;
    padding-right: 6px;
}

.input-label {
    top: 12px;
    left: 15px;
    display: block;
}

.input-label::after {
    position: relative;
    top: 0;
    left: 3px;
    display: inline-block;
    content: "*";
    color: #d0011b;
}

#landmark::placeholder {
    color: #828282;
    font-size: 14px;
}

.input-label-wrap {
    box-sizing: border-box;
}

#outsideIndiaCart .accordion-item:first-of-type>.accordion-header .accordion-button {
    background-color: #F8F7F7;
    border-bottom: 1px solid #BDBDBD;
}

#outsideIndiaCart .accordion-button:focus {
    box-shadow: none;
}

#outsideIndiaCart .accordion-button:not(.collapsed) {
    color: #828282;
}

#outsideIndiaCart .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border: 0;
}

.coming-soon-btn {
    border-color: #F2A74B;
}

.publisher-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.author-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.slider {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    width: 30px;
}

.slider-prev {
    left: 0;
    justify-content: flex-start;
}

.slider-left_prev {
    left: 15%;
}

.slider-default {
    display: inline-block !important;
}

.slider-next {
    right: 0;
}

.icon-small {
    width: 24px;
    height: 24px;
    margin-top: -7px;
}

.default-cursor {
    cursor: default;
}

.image-padding {
    padding-left: -1px !important;
    padding-right: 4px !important;
}

.wishlist-items-container {
    padding: 1rem;
    box-sizing: border-box;
}

.order-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

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

.order-border {
    border-radius: 10px;
}

.status-step {
    text-align: center;
}

.status-step span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.status-step.active {
    color: green;
}

.shipping-details {
    margin-bottom: 20px;
    padding-left: 1px !important;
}

.details-row {
    margin-bottom: 10px;
}

.details-row strong {
    display: inline-block;
    width: 120px;
}

.tracking-link {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}

.tracking-link:hover {
    text-decoration: none;
}

.order-details {
    flex: 1;
    text-align: left;
}

.order-total {
    flex: 1;
    text-align: center;
}

.order-id {
    flex: 1;
    text-align: right;
}

.order-divider {
    border: 0 !important;
    border: 1px solid #828282 !important;
}

.shipping-details {
    padding: 1rem;
}

.shipping-details strong {
    font-weight: bold;
    display: block;
    margin-bottom: -23px;
}

.shipping-details span {
    line-height: 1.6;
}

.divider {
    border-bottom: 1px solid #ddd;
}

table.no-border {
    border-collapse: collapse;
    border: none;
}

table.no-border th,
table.no-border td {
    border: none;
}

table th,
table td {
    padding: 0.75rem;
    text-align: left;
}

.order-items-container {
    padding: 1rem;
    margin-bottom: -2.5rem;
    box-sizing: border-box;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    width: 100%;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 16px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 16px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #828282;
    margin-bottom: 6px;
    color: white;
}

.stepper-item.completed .step-counter {
    background-color: #4bb543;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 16px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.step-counter.number-icon {
    background-color: #2F80ED !important;
}

.step-details {
    font-size: 13px;
    color: #333;
    text-align: center;
    margin-top: 5px;
}

.table-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.hidden-important {
    display: none !important;
}

.brought_book {
    accent-color: #ED1C24;
}

.brought_book_plus {
    top: 50%;
}

.first-slider {
    display: inline-block;
    margin-top: 33px;
}

.view-all .title {
    margin-bottom: 10px;
    display: block;
}

.view-all .view-all-link {
    display: block;
    border: 1px solid #ED1C24;
    width: 78px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
}

.view-all a {
    text-decoration: none;
    color: #ED1C24;
    font-weight: bold;
}

.new-badge {
    position: absolute;
    background: orange;
    color: white;
    padding: 2px 5px;
    font-size: 12px;
    top: 10px;
    right: 10px;
    border-radius: 3px;
}

.out-of-stock {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.author-card {
    width: 146px;
    text-align: center;
}

.avatar {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.author-name {
    font-size: 10px;
    color: #333;
    margin-top: 5px;
}

.hero-banner-slider {
    padding: 0;
    position: relative;
    width: 100%;
}

.hero-banner {
    border-radius: 15px;
    height: 400px;
}

.slider-wrapper {
    display: flex;
    transform: translateX(0);
}

.slider-item {
    flex-shrink: 0;
    width: 100%;
}

.prev-margin {
    top: 50%;
    left: 65px;
}

.next-margin {
    top: 50%;
    right: 65px;
}

.slider-alignment {
    margin-right: 15px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(205%);
    margin-top: -55px;
}

.slider-container {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
    background-color: #FFFFFF;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.image-container {
    display: flex;
    gap: 15px;
    padding: 20px;
}

.header-combo-icon {
    width: 20.22px;
    height: 18px;
}

.banner-img {
    overflow: auto;
}

.container-margin {
    margin-top: 0;
}

.author-carousel .slick-dots {
    bottom: -15px;
}

.author-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}

.img-lg {
    display: block;
}

.img-alt {
    display: none;
}

.sticky-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 1030;
}

.footer-section {
    width: 100%;
    padding: 10px 0;
}

.footer-section h5 {
    margin-bottom: 8px;
}

.categories a:hover {
    color: #ffcc00;
}

.logo img {
    transition: transform 0.3s ease-in-out;
}

.logo img:hover {
    transform: scale(1.1);
}

.nowrap {
    white-space: nowrap;
}

.item-gap {
    gap: 60px;
}

.item-date-gap {
    display: flex;
    flex-direction: column;
    margin-left: 147px;
}

.book_count {
    font-size: medium;
    font-style: normal;
    color: #828282;
    right: 0 !important;
    font-weight: 400;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.address-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.address-card hr {
    border: 1px solid #ccc;
    margin: 10px 0;
}

.edit-button-container {
    margin-top: 10px;
}

.address-card {
    position: relative;
    background: #F8F7F7;
    padding: 15px 30px;
    margin-bottom: 15px;
}

.address-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    vertical-align: middle;
    margin-right: 5px;
}

.no-save-border {
    margin-bottom: 14px;
    padding: 10px;
    border-radius: 5px;
}

.cart-page {
    min-height: 32%;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
    background-color: transparent !important;
    color: inherit;
    outline: none;
}

.fixed-size-image {
    width: 70px;
    height: 100px;
    object-fit: cover;
    display: block;
}

.video-container {
    position: relative;
    width: 90%;
    height: 495px;
}

#play-button {
    width: 64px;
    height: 64px;
    z-index: 10;
    background-color: #F1592B;
    border-radius: 50%;
}

#play-button i {
    font-size: 48px;
    color: white;
    position: relative;
    z-index: 11;
}

.book-modal .close {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    border: 0;
    background: transparent;
}

.book-modal .close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

.background-container {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url('http://127.0.0.1:8000/static/assets/images/about-us-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.address-input {
    border: 0;
    outline: 0;
    background: inherit;
    border-bottom: 2px solid white;
    width: 500px;
    color: white !important;
}

.subscribe-input {
    border: 0;
    outline: 0;
    background: inherit;
    border-bottom: 2px solid white;
    width: 100px;
    color: white;
}

.address-input,
.subscribe-input {
    margin-left: 20px;
    display: block;
    margin-bottom: 10px;
}

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

.dropdown:hover .dropdown-menu {
    display: flex;
}

.dropdown-menu {
    margin-top: 0;
}

.suvadi-divider {
    width: 1px;
    background-color: #BDBDBD;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.mb-53 {
    margin-bottom: 53px !important;
}

.element {
    min-height: 60vh;
}

.rounded-circle {
    border-radius: 50% !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .suvadi-red-btn.combo-add-to-cart{
        padding: 5px 10px !important;
    }
}

@media only screen and (max-width: 576px) {
    .book-grid {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .book-grid:nth-child(odd) {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

@media only screen and (max-width: 1024px) {
    .book-image {
        width: 200px;
        height: 310px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) {
    .signInTerms {
        position: absolute;
    }
}

@media only screen and (min-width: 992px) {
    .book-grid:hover {
        padding: 20px 0px;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }

    .book-grid .wishlist-icon {
        opacity: 0;
    }

    .book-grid:hover .wishlist-icon {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .col-5th {
        width: 20%;
        max-width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 1000px) and (max-width: 1309px) {
    .book-single .quantity-button {
        width: 100% !important;
    }
    .book-single .suvadi-red-btn {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }
    .book-single .suvadi-white-btn.buy-now{
        font-size: 14px !important;
    }
}

@media (min-width: 1309px) and (max-width: 1399px) {
    .book-single .quantity-button {
        width: 90px !important;
    }
    .book-single .suvadi-red-btn.add-to-cart {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }
    .book-single .suvadi-white-btn.buy-now{
        font-size: 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .signInTerms {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .signInTerms {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .breadcrumb-section {
        display: flex;
        margin-left: 20px;
    }

    .sidebar {
        float: left;
        width: 100%;
    }

    .content {
        width: 100%;
        float: none;
    }
}

@media (max-width: 991px) {

    .sidebar,
    .content {
        width: 100%;
        float: none;
    }

    .breadcrumb-section {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .form-name {
        font-size: 12px !important;
    }
}

@media (max-width: 350px) {
    .input-label {
        font-size: 11px !important;
    }
}

@media (max-width: 400px) {
    .input-label {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    .custom-margin {
        margin-left: 3px !important;
    }
}

@media (min-width: 780px) and (max-width: 1199px) {
    .custom-margin {
        margin-left: 8px !important;
    }
}

@media (min-width: 1200px) {
    .custom-margin {
        margin-left: 35px !important;
    }
}

@media (max-width: 576px) {
    .common-item {
        flex: 0 0 30%;
        max-width: 100%;
        margin: 0 15px 10px;
    }
}

@media (max-width: 576px) {
    .category a {
        line-height: 35px;
    }
}

@media (max-width: 412px) {
    .cart-page .description-tabs .nav-item .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .author-box {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .author-box {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .publisher-box {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .publisher-box {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .container-xxl.suvadi-container {
        padding-bottom: 30px;
    }
}

@media (max-width: 740px) {
    .pl-4 {
        padding-left: 4px;
    }
}

@media (min-width: 768px) {
    .ml-md-477 {
        margin-left: 477px;
    }
}

@media (max-width: 640px) {
    .stepper-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }

    .stepper-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .line-container {
        display: none;
    }

    .completed .vertical-line-one,
    .completed .vertical-line-two,
    .completed .vertical-line-three{
        top: 107px;
    }

    .vertical-line-one {
        display: block;
        width: 2px;
        height: 100%;
        background-color: #ccc;
        position: absolute;
        top: 67px;
        left: 14px;
        transform-origin: top center;
        transform: rotate(179deg);
    }

    .vertical-line-two {
        display: block;
        width: 2px;
        height: 100%;
        background-color: #ccc;
        position: absolute;
        top: 67px;
        left: 14px;
        transform-origin: top center;
        transform: rotate(179deg);
    }

    .vertical-line-three {
        display: block;
        width: 2px;
        height: 100%;
        background-color: #ccc;
        position: absolute;
        top: 67px;
        left: 14px;
        transform-origin: top center;
        transform: rotate(179deg);
    }

    .stepper-item .step-counter {
        z-index: 1;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #828282;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        margin-right: 10px;
    }

    .stepper-item.completed .step-counter {
        background-color: #4bb543;
    }

    .step-details {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .stepper-item.completed .step-counter.number-icon {
        background-color: #2F80ED;
    }

    .stepper-item.completed::after {
        content: none;
    }

    .stepper-item::before {
        content: none;
    }

    .stepper-item::after {
        content: none;
    }

    .stepper-item:last-child .vertical-line {
        display: none;
    }
}

@media (max-width: 576px) {
    .cart-item-row td {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-item-row td strong {
        font-weight: bold;
    }

    .cart-item-row td:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .table-scroll {
        max-height: none;
        overflow-y: visible;
    }
}

@media (max-width: 991.98px) {
    .top-bar-wrap {
        display: none !important;
    }
}



@media (max-width: 768px) {
    .logo-sm {
        width: 160px;
    }
}

@media (max-width: 409px) {
    .logo-sm {
        width: 120px;
    }
}

@media (min-width: 1024px) {
    .container-margin {
        margin-top: 33px;
    }
}

@media (max-width: 768px) {
    .slider-alignment {
        position: static;
        top: 0;
        transform: none;
        margin-top: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .first-slider {
        display: flex;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .img-lg {
        display: none;
    }

    .img-alt {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .img-alt {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .res-footer {
        width: 100%;
        word-wrap: break-word;
    }
}

@media (max-width: 576px) {
    .order-id {
        flex-direction: column;
        align-items: flex-start;
        text-align: left !important;
    }

    .res-order {
        margin-left: -18px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    .item-gap {
        gap: 0px;
    }
}

@media (max-width: 576px) {
    .order-padding {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .sm-margin {
        margin-top: -21px;

    }
}

@media (width: 1366px) and (height: 1024px) {
    .cart-page {
        min-height: 48%;
    }
}

@media (width: 1024px) and (height: 1366px) {
    .cart-page {
        min-height: 55%;
    }
}

@media (min-width: 540px) and (max-width: 770px) {
    .mb-md-0 {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 576px) {
    .ml-381 {
        margin-left: -381px;
    }
}

@media (max-width: 576px) {
    .custom-img {
        width: 80%;
    }
}

@media (min-width: 540px) {
    .vertical-line-left {
        left: 3%;
    }
}

@media (max-width: 639px) {
    .social-icons img {
        width: 117px;
        height: auto;
        cursor: pointer;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .social-icons img {
        width: 200px;
        height: auto;
        cursor: pointer;
    }
}

@media (max-width: 639px) {
    .book_count {
        font-size: 11px;
        font-style: normal;
        color: #828282;
        right: 2% !important;
        font-weight: 400;
        margin-top: 7px;
        position: relative !important;
        float: right !important;
    }
}

@media (max-width: 1024px) {
    .element {
        min-height: 60vh;
    }
}

@media (max-width: 912px) {
    .element {
        min-height: 60vh;
    }
}

@media (max-width: 853px) {
    .element {
        min-height: 60vh;
    }
}

@media (min-width: 575px) and (max-width: 767.98px) {
    .mb-53 {
        margin-bottom: 53px !important;
    }
}

@media (min-width: 575px) and (max-width: 767.98px) {
    .pb-50 {
        padding-bottom: 50px !important;
    }
}

#viewAllSubmenu {
    display: none;
}

#viewAllLink:hover+#viewAllSubmenu {
    display: block;
}

.suvadi-submenu {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 0px 20px;
    border: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-19%);
}

.suvadi-submenu.show {
    display: flex;
    margin-top: 15px !important;
}

.suvadi-submenu .dropdown-item:hover {
    color: #000000;
    background-color: #F8DCD2;
}

.suvadi-sub-innermenu {
    width: 270px;
    padding: 15px 0px;
}

.wp-chat-icon{
    z-index: 999;
}

@media (max-width:767px) {
    footer {
        padding-bottom: 50px;
    }
}

@media (max-width:991px) {
    .wp-chat-icon {
        bottom: 50px !important;
    }
    #bookSinglePageGallery .wishlist-icon {
        color: #BDBDBD;
    }
}