@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');body {
    font-family: "Inter", serif;
    visibility: visible;
    background-color: #FFF;
}

p, h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
}

.font-weight-normal {
    font-family: "Inter", serif;
}

img {
    width: 100%;
}

.row {
    margin: 0;
}

.icon, .icon-ft {
    display: inline-block;
    margin-right: 10px;
    width: unset;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
    }

button:focus {
    outline: 0;
}
.booksdeal-logo{
    max-width:210px;
}
.google_search .gsc-control-cse {
    border: none !important;
    background: none !important;
    padding: 0em !important;
}
.google_search .gsib_a input {
    height: 36px !important;
}
.google_search .b-green {
    color: #4dacb9;
}
button.gsc-search-button.gsc-search-button-v2 {
    height: 46px;
    margin-left: -1px;
    border-radius: 0px 6px 6px 0px;
}
.google_search.container .gsc-input-box {
    border-radius: 6px 0px 0px 6px;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}
.login-widget-modal .head-text {
    font-family: 'Roboto', sans-serif !important;
}
.login-widget-ui .btn-info {
    font-family: 'Roboto', sans-serif !important;
}
.login-widget-modal .head-text{
    font-size:18px!important;
}
.login-widget-ui .newuser {
    font-family: 'Roboto', sans-serif !important;
}
.login-widget-modal .login-widget-ui .ui-form .resend-btn {
    font-family: 'Roboto', sans-serif !important;
}
.gsc-search-button-v2 svg {
    fill: #FFFFFF;
    width: 16px;
    height: 16px;
}
.color-blue {
    color: #5808fb;
}

.bg {
    background-color: #F7F7F5;
}

.margin-bottom-wrap {
    margin-bottom: 3.75rem!important;
}
.popular-categories .category {
    display: flex;
    height:160px;
    align-items: center;
    background: #FCF8ED;
    border-radius: 20px;
    border: 1px dashed #C6B27C;
}
    .popular-categories .category a {
        color: #8E3035;
    }
    .popular-categories .category label {
        width: 100%;
        font-size: 1.375rem;
        font-weight: 500;
        color: #543125;
    }
.popular-categories .category figure{
    width:180px;
    margin-bottom:0;
}
    .popular-categories .category figure img {
        max-width: 140px;
        display: block;
        margin: auto;
    }
header .form-control {
    border: none;
}
header form .input-group {
    overflow: hidden;
    border-radius: 10px;
}
header .input-group-append {
    position: absolute;
    right: 0;
    height: 100%;
}
    header .input-group-append button{
        border:none;
        background:none;
    }
    .form-control {
        border-radius: 0;
        border-color: #DDDDDD;
    }

.btn-drop-categories {
    height: 50px;
    padding: 0 .75rem;
    background-color: #ffffff;
    border: 2px solid #DDDDDD;
    border-left-color: #ECEBE9;
    padding-top: .8rem;
}

    .btn-drop-categories a {
        color: #4E4E4E;
    }

        .btn-drop-categories a:hover {
            text-decoration: none;
        }

    .btn-drop-categories .dropdown-menu.show {
        top: 12px !important;
        left: -12px !important;
        background-color: #d9a10a !important;
        min-width: 181px;
    }

        .btn-drop-categories .dropdown-menu.show a {
            color: #fff;
        }

            .btn-drop-categories .dropdown-menu.show a:hover {
                color: #333333;
            }

.input-group-text-custom {
    border-radius: 0;
    background-color: #ECEBE9;
    color: #545454;
}
.play-app-store {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
    .play-app-store h3{
        font-size:1rem;
        margin-right:1rem;
        margin-bottom:0px;
    }
    .play-app-store .app-store {
        display: inline-block;
        width: 140px;
        margin-right: 1rem;
    }
    .d-col {
        padding-right: 15px;
        padding-left: 15px;
    }

.form-control::placeholder {
    color: #B2B2B2;
}

.form-control:-ms-input-placeholder {
    color: #B2B2B2;
}

.form-control::-ms-input-placeholder {
    color: #B2B2B2;
}
.marquee {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite; /* Infinite animation */
    animation-play-state: running; /* Default running state */
}

.marquee:hover .marquee-content {
    animation-play-state: paused; /* Pause the animation on hover */
}

.marquee-item {
    flex-shrink: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    font-family: "Kanit", sans-serif;
    font-weight:300;
    align-items: center;
    font-size: 1rem;
    margin: 2px 20px;
    transition: transform 0.4s ease, filter 0.4s ease;
}
.marquee-item img{
    width:16px;
    margin-right:0.6rem;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
.btn {
    padding: 12px 30px;
    font-size: 1rem;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
}
    .btn img{
        width:24px;
        margin-left:0.6rem;
    }

    .ash-color {
        color: #B2B2B2;
    }
#WriteReview .form-control{
    width:100%;
}
.off-percentage {
    color: #DE7900;
    border: 1px dashed #DE7900;
    font-size: .8rem;
    padding: .1rem .5rem;
    border-radius: 4px;
    display: inline-block;
    margin-left: 17px;
    background: #ffefd6;
}

.instock-green {
    color: #0DC40D;
    font-size:14px;
}
@media (max-width: 767px){
    .instock-green {
        font-size: .8rem;
    }
}

.btn-secondary {
    background-color: #e2963b;
    background-image: linear-gradient(90deg, #e2963b 0%, #89393b 100%);
    color:#fff;
    border:none;
}

    .btn-secondary:hover {
        background-color: #d9a10a;
        border-color: #d9a10a;
    }

.btn-location {
    background-color: #544AA0;
    color: #ffffff;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.img-cover {
    height: 100%;
    object-fit: cover;
}

.color-green {
    color: #A7EF45;
}

.sm-p {
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.bottom-0 {
    bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", serif;
}
form#search-form {
    max-width: 750px;
    margin: auto;
}
a#log {
    white-space: nowrap;
}
li.d-none.d-lg-inline-block.welcome{
    display:inline-flex!important;
    flex-wrap:wrap;
    margin-right:1rem;
}
.btn-primary {
    background-color: #1987D8;
    border-color: #1987D8;
}

.bt-orange-outline {
    border: 2px solid #d9a10a;
    color: #d9a10a;
    padding: .2rem .8rem;
}

    .bt-orange-outline:hover {
        color: #ffffff;
        background-color: #d9a10a;
        opacity: .8;
    }

.link-color {
    color: #9B988E;
}

    .link-color:hover {
        color: #d9a10a;
    }

.footer-text-sec {
    color: #7B7B7B;
}

.after-sm-none:after {
    display: none !important;
}

.btn-link:focus {
    outline: 0;
    box-shadow: none;
}

.add-to-cart-btn a {
    display: flex;
    padding: 4px 20px;
}
        .add-to-cart-btn a img {
            height:auto!important;
            margin-right:0!important;
        }
        .dropdown-menu {
            background-color: #ffffff;
            border-radius: 0;
            border: 0;
            box-shadow: 3px 8px 14px 0px #908d8dab;
        }
.megamenu .active {
    background-color: transparent !important;
}
.megamenu .active a{
    color: #d9a10a !important;
}
.stationery-store{
    margin-bottom:5rem;
}
#navPanel img {
    height: 22px;
    margin: auto;
}
#navPanel{
    font-size: 13px;
}
.product-image-wrapper{
    position:sticky;
    top:100px;
}
.product-image-wrapper .carousel-indicators {
    position: relative;
    margin-left: 0px !important;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 16px;
    width: 100%;
}
.product-image-wrapper .carousel-item img {
    height: 500px;
    object-fit: contain;
    background: #f7f7f5;
    border-radius: 10px!important;
}
.product-image-wrapper .carousel-indicators li {
    width: 100px;
    min-width:100px;
    margin-bottom:10px;
    height: 100px;
    position: relative;
    background: #f7f7f5;
    overflow: hidden;
    text-indent: 0;
    margin-right: 14px;
    margin-top: 0px;
    border-radius: 0px;
    padding-left: 0;
    margin-left: 0;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    overflow:hidden;
}
    .product-image-wrapper .carousel-indicators li img {
        border-radius: 4px;
        object-fit: cover;
        height: 100%;
    }

   
        .ekko-lightbox .modal-dialog .ekko-lightbox-container img {
            object-fit: contain;
            background: #eee;
        }
.our-must-try-products .slick-slide .col-6.col-md-6.col-lg-4.col-xl-2.pb-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.slick-slider .slick-prev {
    position: absolute;
    top: 34%;
    z-index: 1;
    background: url(https://cdn.img.gen.in/assets/Business/9603/PageContent/9603_638650722635236900.png?rendered=true) no-repeat;
    font-size: 0;
    width: 40px;
    height: 40px;
    border:none;
}
.slick-slider .slick-next {
    position: absolute;
    right: 0;
    top: 34%;
    z-index: 1;
    background: url(https://cdn.img.gen.in/assets/Business/9603/PageContent/9603_638650723606606542.png?rendered=true) no-repeat;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: none;
}
.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}
    .ekko-lightbox-nav-overlay a {
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        transition: opacity .5s;
        color: #000;
        font-size: 30px;
        z-index: 1;
    }
        .ekko-lightbox-nav-overlay a span {
            padding: 0 30px;
        }
        .ekko-lightbox-nav-overlay a > * {
            -ms-flex-positive: 1;
            flex-grow: 1;
        }
        .ekko-lightbox-nav-overlay a:last-child span {
            text-align: right;
        }
.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none;
}
.ekko-lightbox .modal-dialog .modal-header {
    display: block !important;
    padding: 0px;
}
.modal-header {
    background: #9a4b3b;
    color: #fff;
}
    .modal-header .close span{
        color: #fff;
    }
.ekko-lightbox .modal-dialog .modal-title {
    display: none;
}

.ekko-lightbox .modal-dialog .close {
    position: absolute;
    right: 0;
    background: #0d0d0d;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 0;
}
    @media only screen and (max-width: 768px) {
    .dropdown-menu {
        padding: 0;
        background-color: #ffffff;
        box-shadow: none;
    }
       
        .product-image-wrapper .carousel-item img {
            height: 400px;
        }
        .for-responsive-no .container {
            padding: 0;
            margin: 0;
            max-width: 100%;
        }
       
    .continue-shop-link {
        border: none !important;
        color: #363939 !important;
        text-decoration: underline;
        background: none !important;
    }
        .continue-shop-link img {
            filter: grayscale(100%);
        }
}

.prvs-price {
    text-decoration: line-through;
    font-size: 1rem;
    margin-right: 5px;
    color: #adaba3;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .prvs-price {
        font-size: .65rem;
    }
}

.view-btn {
    font-size: .9rem;
    font-weight: 500;
    color: #8E3035;
    text-decoration: underline;
    background: #fff;
    padding-left: 1rem;
}

.btn {
    font-size: 1rem;
}

.d-grey {
    color: #909090;
}

.color-orange {
    color: #d9a10a;
}

.items {
    font-family: 'ProductSansRegular';
    font-size: 80%;
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%;
    }
    .no-gutter-zero > .col, .no-gutter-zero > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }
}

header {
    background-color: #F0F2F3;
    position: sticky;
    z-index:20;
    top: 0;
}
    header section.container.py-2{
        height:102px;
    }
        header section.container.py-2 .wish-nav {
            display: flex;
            align-items: center;
            justify-content: end;
        }
        header section.container.py-2 .row {
            height: 100%;
        }
    .top-bar {
        background-color: #9929ea;
        background-image: linear-gradient(90deg, #9929ea 0%, #5808fb 100%);
        height: 46px;
    }
        .top-bar .container {
            position: relative;
            height: 100%;
        }
        .top-bar .container .row{
            height: 100%;
        }
            .top-bar #navPanel {
                position: absolute;
                right: 0;
                background: #f09f25;
                height: 31px;
                display: flex;
                align-items: center;
                padding: 0 0.6rem;
            }
        .top-bar a {
            font-size: 13px;
        }
            .top-bar a img {
                filter: brightness(0) invert(1);
            }
            .top-bar .icon, header .top-bar.icon-ft {
                width: unset;
                height: 15px;
                margin: auto;
                margin-right: 10px;
            }
    header li {
        display: inline-flex;
        margin-right: 23px;
        line-height:1;
    }
.scrolled header {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.top-bar ul li {
    line-height: 1;
    color: #fff;
}
        .top-bar ul li a{
            color:#fff;
        }
            .top-bar ul li a img.icon.mr-0.ml-2 {
                filter: brightness(0) invert(0);
            }
            header a {
                color: #2B2B2B;
                display: inline-flex;
                align-items: center;
            }

        header a:hover {
            text-decoration: none;
            color: #d9a10a;
        }

    header .navbar-lg {
        background-color: #ffffff;
        border-bottom: 1px solid #EAEAEA;
    }

        header .navbar-lg .dropdown-menu {
            top: 47px;
        }
            header .navbar-lg .dropdown-menu .col-md-3:nth-child(odd) {
                background: #fafafa;
            }

            header .nav-item .nav-link {
                padding: 1rem 1rem !important;
            }

@media only screen and (max-width: 768px) {
    header .nav-item .nav-link {
        padding: 0.5rem !important;
        padding-bottom: 0;
    }
}

header .nav-item .nav-link:hover {
    background-color: #f6f6f6;
    color: #2B2B2B;
}

header .nav-item .nav-link:focus {
    background-color: #F7F7F5;
    color: #2B2B2B;
}

@media only screen and (max-width: 768px) {
    header .nav-item .nav-link:focus {
        background-color: #ffffff;
    }
}

header .nav-item .active {
    background-color: #F7F7F5;
}

@media only screen and (max-width: 768px) {
    header .nav-item {
        padding: .5rem 0;
        border-bottom: 1px solid #F0F0F0 !important;
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    header {
        /*for animation*/
        padding-top: 15px;
    }

        header .dropdown-toggle {
            position: relative;
        }

            header .dropdown-toggle[aria-expanded="true"]:after {
                transform: rotate(0deg);
            }

            header .dropdown-toggle:after {
                transition: 0.2s;
                transform: rotate(-90deg);
                position: absolute;
                right: 0;
                top: 50%;
            }
}

header .dropdown-item:focus, header .dropdown-item:hover {
    background-color: #ffffff;
}

header .nav-link {
    color: #2B2B2B;
}

header button:focus {
    outline: none;
}
.margin-bottom-10 {
    margin-bottom: 4rem;
}

/*.mr-20 {
    margin-right: 20px!important;
}*/
.wish-nav{
    line-height: 0;
}
.wish-nav li{
    line-height: 0;
}
.ad-section-three{
    max-width:1920px;
    margin:auto;
}
.related-product {
    margin-bottom: 5rem;
}
.contact-section.pt-120.pb-120{
    padding:120px 0;
}
.contact-item {
    border: 1px solid #ddd;
    padding: 40px;
    border-radius:10px;
}
    .contact-item.item-2 {
        background-color: #fff;
        height:100%;
    }
        .contact-item.item-2 h3 {
            color: #222222;
        }
.contact-list li {
    color: #222222;
    font-family: var(--lt-ff-heading);
    font-size: 16px;
    font-weight: 500;
}
.contact-item .icon{
    display:none;
}
.contact-form {
    margin-top: 1rem !important;
    margin: auto;
}
    .contact-form button#btnContactUs {
        background-color: #e2963b;
        background-image: linear-gradient(90deg, #e2963b 0%, #89393b 100%);
        color:#fff;
        border:none;
    }
    .section-heading .section-title {
        font-size: 48px;
        line-height: 1.3;
        font-weight: 700;
        display: block;
        margin-bottom: 0;
        text-transform: capitalize;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
.bg-grey {
    background-color: #efefef94;
}
section.contact-form-area{
    padding:4rem 0;
}
.category-two {
    height: 285px;
    background-size: cover !important;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
    .category-two::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    }
.popular-anniversary {
    height: 600px;
    background-size: cover !important;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
    .popular-anniversary::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    }
    .gift-text {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
        height: 100%;
        color: #fff;
        position:relative;
    }
.gift-text p{
    min-width:100%;
    margin-bottom:0;
}
.gift-text label {
    min-width: 100%;
    font-size: 1.75rem;
    text-transform:capitalize;
}
@media only screen and (max-width: 767px) {
    header .navbar-brand {
        width: 120px;
    }

        header .navbar-brand img {
            width: 100%;
        }

    header header .icon {
        width: 15px;
    }
}

@media (min-width: 1200px){
    .cart-table table tbody tr td:first-child{
        width: 40%;
    }
}

@media (max-width:1200px){

    .mr-20 {
        margin-right: 0px !important;
    }
   
}
header .nav-wish {
    width: 22px;
    margin-right: 0px;
    filter: brightness(0) invert(0);
}

header .wish-nav li a {
    color: #2B2B2B;
    position: relative;
    font-size: 1rem;
    background: #fff;
    padding: 8px 10px;
    border-radius:8px;
}

header .col-megamenu li {
    display: block;
    font-size: 14px;
    padding: 5px 0;
}

header .col-megamenu .list-unstyled {
    margin-bottom: .5rem;
}
.bank-details-sec-two .form-control {
    border: 1px solid #c77a3b !important;
}
    .bank-details-sec-two .form-control::placeholder {
        color: #8b8b8b;
    }
.max-600 {
    max-width: 600px;
    margin: auto;
    text-align: left;
    font-weight: 600;
}
ul.transaction-steps li {
    padding: 0.4rem 0;
    position: relative;
    text-align: left;
    padding-left: 20px;
}

    ul.transaction-steps li::before {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        background: #4CAF50;
        border-radius: 50%;
        top: 14px;
        left: 0;
    }

ul.transaction-steps {
    max-width: 600px;
    margin: auto;
}
section#myCarts {
    padding: 4rem 0;
}
.price-detail-wrap {
    padding: 2rem;
    background:#fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 11px;
    height:100%;
}
.section-services .service-one {
    display: flex;
    align-items: center;
    min-width: fit-content;
    margin-right: 1rem;
}
.section-services{
    padding:2rem 0
}
.section-lists{
    width:100%;
    display:flex;
    justify-content:space-between;
    overflow-x:auto;
}
.section-services .service-one img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    margin-right: 1rem;
}
    .section-services .service-one label {
        font-size:1.125rem;
        margin-bottom: 0;
        font-weight:600;
    }
.section-services .service-one p{
    margin-bottom:0;
    font-size:15px;
}
.premium-gifts {
    border-radius: 20px;
    overflow: hidden;
}
    .premium-gifts a{
        height:100%;
    }
    .premium-gifts h6 {
        font-size: 1.75rem;
        font-family: "Inter", serif;
        font-weight: 300;
    }
#main-banner .carousel-inner{
    padding:0 2rem;
}
#main-banner {
    background-image: url('https://cdn.img.gen.in/assets/Business/9603/PageContent/9603_638651693535838859.jpg?rendered=true');
    color: #ffffff;
    /*padding-top: 10%;
    padding-bottom: 75px;*/
    background-size: cover;
    height: 540px;
    border-radius: 20px;
}
    #main-banner .carousel-item .sm-p {
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 4.125rem;
        font-family: "Dancing Script", cursive;
    }

    @media only screen and (max-width: 768px) {
        #main-banner {
        height: 55vh;
        text-align: center;
    }

        #main-banner .carousel-indicators {
            display: none;
        }
}

#main-banner label {
    font-family: "Dancing Script", cursive;
    font-size: 2.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}
@media only screen and (max-width: 768px) {
    header .navbar {
        padding: 1rem;
    }

    header .container {
        max-width: 100%;
    }

    .btn {
        padding: 8px 16px;
    }

    .premium-gifts h6 {
        font-size: 1.4rem;
        font-weight: 400;
    }

    header .navbar-brand {
        width: 35%;
    }

      

    header .icon {
        width: 20px;
    }

    header .wish {
        font-size: .8rem;
        margin-left: auto;
        padding-right: 15px;
    }

        header .wish li {
            margin-right: 5px;
        }

    header .navbar-light .navbar-toggler {
        border: 0;
    }

    header .mob-login {
        width: 20px;
    }

    /*header .form-control {
        font-size: .7rem;
    }*/

    header .navbar-collapse {
        height: calc(100vh - 115px);
        overflow-y: scroll;
        position: fixed;
        top: 115px;
        width: 100%;
        left: 0;
        padding: 1rem;
        background-color: #ffffff;
    }

        header .navbar-collapse::-webkit-scrollbar {
            display: none;
        }
}
@media only screen and (max-width: 767px) {
    #main-banner label {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    #main-banner .slider-book-thumb {
        width: 48%;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    .books .col-6.col-lg-4.col-xl-2.pb-3{
        margin-bottom:0px!important;
    }
    #WriteReview form input {
        margin-bottom: 16px !important;
    }
    .order-confirming-thanking img {
        max-width: 100px;
    }
    .order-confirming-thanking .col-12.pl-md-0 {
        padding: 0;
    }
    .delivery-aadress .card-header .col-12{
        padding:0px;
    }
    .order-confirming-thanking .col-12.col-md-3.pl-md-0 {
        padding: 0;
        font-weight: 500;
    }
    .order-confirming-thanking .col-12.col-md-9 {
        padding: 0;
        margin-bottom: 10px;
    }
    .order-confirming-thanking .col-12.col-md-3.pl-md-0 p {
        margin-bottom: 6px;
    }
    .order-confirming-thanking .col-12.col-md-3.pl-md-0 p {
        margin-bottom: 6px;
    }
}

#main-banner .icon {
    width: 30%;
}

@media only screen and (max-width: 767px) {
    #main-banner .icon {
        width: 45%;
    }
}

@media only screen and (max-width: 768px) {
    .cover-card {
        height: 165px;
    }
}

.cover-card .card {
    height: 100%;
}

    .cover-card .card img {
        object-position: bottom;
    }

@media only screen and (max-width: 400px) {
    .cover-card .btn-primary {
        padding: 5px;
        font-size: 10px;
    }
}

.top-slick .slick-dots {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

    .top-slick .slick-dots li {
        display: inline-block;
        height: 10px;
        width: 10px;
        min-width: 10px;
        overflow: hidden;
        margin-right: 10px;
        border-radius: 50%;
    }

        .top-slick .slick-dots li button {
            display: inline-block;
            width: 5px;
            height: 10px;
            border-radius: 50%;
            border: 0;
            background-color: rgba(0, 0, 0, 0.5);
            color: transparent;
        }

    .top-slick .slick-dots .slick-active button {
        background-color: #d9a10a;
    }

.top-slick .slick-slide img {
    height: 300px;
    width: 100%;
    object-fit: cover
}

.books {
    position: relative;
}
    .books .row.pb-3.lines-wrapper {
        padding-bottom: 2rem !important;
    }
    .books .row.pb-3.lines-wrapper p{
        margin-bottom:0;
    }

   /* .books:after {
        content: '';
        display: block;
        width: 98%;
        height: 1px;
        background-color: #DDDDDD;
        position: absolute;
        bottom: 0;
        left: 1%;
    }*/

    .books .card {
        border: 0;
    }

        .books .card img {
            margin-bottom: .5rem;
        }
        .books .card > a {
            background: url(https://cdn.img.gen.in/assets/Business/9603/PageContent/9603_638641242900071025.jpg?rendered=true) no-repeat;
            background-size: 100% 100% !important;
            margin-bottom: 1rem;
            height: 300px;
            display: flex;
            align-items: center;
        }
        .books .card .cover-img {
            height: auto;
            /*object-fit: cover;*/
            object-fit: contain;
            display:block;
            max-width:250px;
            margin:auto;
        }

@media only screen and (max-width: 768px) {
    .books .card .cover-img {
        height: 260px;
    }
}

@media only screen and (max-width: 400px) {
    .books .card .cover-img {
        height: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .books .card {
        margin-bottom: .5rem;
    }
}

.books .card-body {
    padding: 0;
    position:relative;
}

    .books .card-body h6 {
        margin-bottom: .2rem;
        line-height: 1.5;
        padding-right: 50px;
    }

        .books .card-body h6 a {
            color: #222222;
            font-size:18px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-weight: 500;
        }

    .books .card-body .cate {
        color: #8D8D8D;
        font-size: .9rem;
        margin-bottom: .5rem;
    }

@media only screen and (max-width: 767px) {
    .books .card-body .cate {
        display: none;
    }
}

.books .card-body .price {
    color: #8E3035;
    font-size: 1rem;
    margin-bottom: .5rem;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .books .card-body .price {
        font-size: 1rem;
        margin-bottom:4px;
    }
}

.books .card-body .icon {
    margin-right: 5px;
    height: 15px;
    margin-bottom: 0;
}
.profile-address-icon {
    width: 30px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 400px) {
    .books .card-body .icon {
        margin-bottom: 0;
    }
}

.books .card-body .cart-text {
    font-size: 0.875rem;
}

    .books .card-body .cart-text a {
        color: #fff;
        display: flex;
        align-items: center;
    }

footer {
    background-color: #fff;
    border-top: 1px solid #E0E0E0;
    position:relative;
}
    footer .footer-logo{
        max-width:210px;
    }
.footer-links{
    display:flex;
    margin-bottom:0;
    justify-content:flex-end;
}
.footer-links li{
    margin-left:2rem;
}
footer h5 {
    background: none !important;
}

    footer .icon {
        width: 60px;
        height: 60px;
    }
.footer-contact {
    background: #FCF8ED;
    padding: 1.6rem 0;
}
    .footer-contact .container{
        height:100%;
    }
    .footer-contact .row {
        align-items: center;
        height: 100%;
    }
.footer-contact .contact-lists {
    display: flex;
    justify-content: space-between;
}
.contact-lists li img {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.socialmedia{
    display:flex;
    justify-content:flex-end;
}
.socialmedia a img {
    width: 24px;
}
.contact-lists li {
    position: relative;
}
.contact-lists li div{
    padding-left:60px;
    margin-right:1rem;
}
    .contact-lists li div label {
        margin-bottom: 0;
        color: #8E3035;
    }
    .contact-lists li div p{
        margin-bottom:0;
    }
    .subscribe-newsletter .container {
        position: relative;
        padding: 6rem 0;
    }
    .subscribe-newsletter .right-choco {
        max-width: 250px;
        position: absolute;
        right: 0;
        bottom:-34px;
    }
    .subscribe-newsletter .left-choco {
        max-width: 250px;
        position: absolute;
        left: 0;
        bottom: -34px;
    }
.newsletter {
    max-width: 575px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
    .newsletter form{
        position:relative;
        align-items:center;
    }
    .newsletter label {
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 0;
    }
    .newsletter input {
        border-radius: 30px;
        background: #F5F5F5;
        border: 1px solid #E0E0E0;
    }
    .newsletter form .btn {
        position: absolute;
        right: 0;
        border-radius: 30px;
        background: #222222;
        color:#fff;
        border:none
    }

@media only screen and (max-width: 768px) {
    footer .icon {
        width: 50px;
        height: 50px;
    }
}

footer .b-content {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    /* number of lines to show */
    -webkit-box-orient: vertical !important;
}

@media only screen and (max-width: 767px) {
    footer .b-content {
        display: none !important;
    }
}

footer .after-sm-none::after {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    footer .after-sm-none::after {
        display: none !important;
    }
}

footer .small-p {
    font-size: .9rem;
}

@media only screen and (max-width: 767px) {
    footer .border-right {
        border-right: 0 !important;
    }
}

footer a {
    color: #454545;
}

    footer a:hover {
        text-decoration: none;
        color: #d9a10a;
    }

    footer a span {
        color: #d9a10a;
        font-size: .8rem;
    }

    footer a .ftr-blg-img {
        width: 25%;
        float: left;
        height: 100%;
        margin-right: 10px;
    }

footer .content h6, footer .content p {
    color: #454545;
}

    footer .content h6:hover, footer .content p:hover {
        color: #454545;
    }

footer .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

footer .ft-list {
    display: flex;
    justify-content: space-between;
}

    footer .ft-list li {
        display: inline-block;
    }

@media only screen and (max-width: 767px) {
    footer .ft-list li {
        display: block;
    }
}

footer .terms {
    font-size: 14px;
}

    footer .terms p, footer .terms a {
        color: #9B988E;
    }

        footer .terms a:hover {
            color: #d9a10a;
        }

@media only screen and (max-width: 767px) {
    footer .terms {
        font-size: .7rem;
        line-height: 2;
    }

    footer .col-12 {
        padding: 0;
    }
}

@media only screen and (max-width: 1522px) and (min-width: 1024px) {
    footer .ft-list {
        font-size: .72rem;
    }
}

@media only screen and (max-width: 1023px) {
    footer .ft-list {
        display: block;
    }

        footer .ft-list li {
            display: block;
            margin-top: 1rem;
        }
}

footer .nav-tabs {
    border-color: transparent;
}

    footer .nav-tabs .nav-item .nav-link {
        padding-left: 0;
        opacity: .5;
    }

    footer .nav-tabs .nav-item .active {
        background-color: transparent;
        border-color: transparent;
        opacity: 1;
    }

.pt-0 {
    padding-top: 0 !important;
}

.wishlist {
    background-image: url("../img/wish-list-icon.svg");
    width: 17.6px;
    height: 21.24px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
    filter: brightness(0) invert(0);
}

.wishlist-active {
    background-image: url("../img/wish-list-active-icon.svg");
    width: 17.6px;
    height: 21.24px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
}

.wishlist-btn {
    background-color: transparent;
    border: 0;
    display: flex;
    padding: 0;
    float:left!important;
}
    

    .wishlist-btn:focus {
        outline: none;
    }

@media only screen and (max-width: 767px) {
    .wishlist-btn {
        position: absolute;
        right: 7px;
        top: 7px;
    }
}

.wish-mob {
    display: none;
}

@media only screen and (max-width: 767px) {
    .wish-mob {
        display: block;
        background-color: #ffa217;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        padding-top: 2px;
        padding-left: 6px;
    }
}

.wish-mob .wishlist {
    width: 13.6px;
    height: 14.24px;
    background-size: 98%;
    display: block;
    background-repeat: no-repeat;
    margin: 0;
    filter: brightness(0) invert(1);
}

.wish-mob .wishlist-active {
    width: 13.6px;
    height: 14.24px;
    background-size: 98%;
    display: block;
    background-repeat: no-repeat;
}

.wish-mob .wishlist-btn {
    border: 0;
    display: flex;
    padding: 0;
}

    .wish-mob .wishlist-btn:focus {
        outline: none;
    }

.wishlist-product-detail {
    border: 2px solid #4DACB9;
    border-radius: 4px;
    padding: .2rem .8rem;
    color: #363939;
    height: 50px;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform:uppercase;
}
    .wishlist-product-detail .wishlist {
        margin-top: 0px;
    }

    .wishlist-product-detail:hover {
        opacity: .8;
    }

@media only screen and (max-width: 767px) {
    .wishlist-product-detail {
        position: relative;
        height: 40px;
        top: 0;
        left: 0;
        margin-right: 8px !important;
        margin: 5px 0px;
    }
    .product-detail-view .cart-btn-orng {
        margin: 5px 0px;
    }
    .product-detail-view .buy-now-dark-btn {
        margin: 5px 0px;
    }
    .product-detail-view .row.mt-4.py-4.border-top.border-bottom {
        padding: 1rem 0 !important;
    }
    .order-confirm-payment{
        padding:0px!important;
    }
        .order-confirm-payment .col-12.col-md-8.text-md-right.mt-4.mt-md-0 {
            padding:0px!important;
        }
    .question-got .box-payment {
        padding: 20px 0;
    }
    .question-got .box-payment img {
        max-width: 50px;
    }

}

.cart-btn-orng {
    border: 1px solid #363939;
    border-radius: 4px;
    padding: .2rem .8rem;
    background-color: #363939;
    color: #fff;
    display: flex;
    align-items: center;
}

    .cart-btn-orng img {
        height: 17.6px;
    }

    .cart-btn-orng:hover {
        color: #ffffff;
        opacity: .8;
    }

.buy-now-dark-btn {
    border:none;
    border-radius: 4px;
    padding: .2rem .8rem;
    background-color: #e2963b;
    background-image: linear-gradient(90deg, #e2963b 0%, #89393b 100%);
    color: #fff;
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

    .buy-now-dark-btn img {
        height: 17.6px;
    }

    .buy-now-dark-btn:hover {
        color: #ffffff;
        opacity: .8;
    }

.continue-shoping-btn {
    border: 1px solid #222222;
    border-radius: 4px;
    padding: .2rem .8rem;
    background-color: transparent;
    color: #222222;
    display: flex;
    align-items: center;
}

    .continue-shoping-btn img {
        height: 17.6px;
        filter: brightness(0);
    }

    .continue-shoping-btn:hover {
        color: #222222;
        opacity: .8;
    }

@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .scrolled header {
        top: -148px;
    }
        .navbar .has-megamenu {
            position: static !important;
        }

        .navbar .megamenu {
            left: 0;
            right: 0;
            width: 100%;
            padding: 0px;
        }

        .navbar .nav-link {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
}
select.form-control.form-control-sm {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    min-height: 40px;
}
.breadcrumb {
    position: relative;
    padding: 0.75rem 0rem;
}

    .breadcrumb .breadcrumb-item {
        font-size: 14px;
        font-weight:500;
    }

        .breadcrumb .breadcrumb-item a {
            color: #696969;
        }

    .breadcrumb .active {
        color: #5808fb;
    }

    /*.breadcrumb:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #F0F0F0;
        position: absolute;
        bottom: 0;
        left: 0%;
    }*/

.border-bottom {
    border-bottom: 1px solid #F0F0F0 !important;
}

.border-top {
    border-top: 1px solid #F0F0F0 !important;
}

.categories-select .accordion button {
    background-color: #ffffff;
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
    left: 0;
    text-align: left;
}

    .categories-select .accordion button:focus {
        outline: 0;
    }

.categories-select li {
    padding: 1rem 0;
    border-bottom: 1px solid #F0F0F0 !important;
}

    .categories-select li a {
        color: #2B2B2B;
    }

    .categories-select li [data-toggle="collapse"]:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0da";
        transform: rotate(90deg);
        transition: all linear 0.25s;
        position: absolute;
        right: 0;
        top: 3px;
    }

    .categories-select li [data-toggle="collapse"].collapsed:after {
        transform: rotate(0deg);
    }

/*.categories-select .sub-cat {
    max-height: 175px;
    overflow-y: scroll;
    min-height: 10px;
}*/

    .categories-select .sub-cat li {
        border-bottom: 0 !important;
        font-size: 14px;
        padding: .5rem;
    }
.categories-select li .active {
    color: #8E3035 !important;
}
.sub-title-heading {
    color: #00020a;
}
.categories-select .sub-cat li a:hover {
    color: #8E3035 !important;
    text-decoration: none;
}
.categories-select .sub-cat li a {
    color: #6C6763;
}
.sub-collapse-listing li {
    padding: .5rem 0 !important;
    padding-left: 10px !important;
}
.categories-select .sub-cat::-webkit-scrollbar {
    width: 10px;
}

    .categories-select .sub-cat::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .categories-select .sub-cat::-webkit-scrollbar-thumb {
        background: #888;
    }

        .categories-select .sub-cat::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.categories-select form .btn-dark {
    padding: 8px 10px;
    min-height: 50px;
}

@media (min-width: 1200px) {
    .product-landing .col-xl-2 {
        -ms-flex: 0 0 19.666667%;
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
    }
    .col-6.col-md-6.col-lg-4.col-xl-2.pb-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.page-link {
    color: #8D8D8D;
    cursor: pointer;
    border: 0;
    padding: .5rem 1rem;
}

    .page-link:hover {
        color: #d9a10a;
        background-color: transparent;
    }

.page-item .next {
    background-color: #ECEBE9;
    border: 1px solid #DDDDDD;
    color: #2F2F2F;
}
    .page-item .next i:before{
        content:'>';
    }
    .page-item.active .page-link {
        color: #2F2F2F;
        background-color: transparent;
    }

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

@media all and (max-width: 767px) {
    .offcanvas-header {
        display: block;
    }
    .col-12.p-0.offcanvas-header.books.mb-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 0px !important;
    }
    .categories-select li {
        padding: 0.5rem 0;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
        background-color: #fff;
    }

        .mobile-offcanvas.show {
            visibility: visible;
            transform: translateX(0);
        }
}

.hamburger .line {
    width: 25px;
    height: 2px;
    background-color: #3f3f3f;
    display: block;
    margin:6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

/* ONE */
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
}

/* TWO */
#hamburger-2.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
}

#hamburger-2.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px);
}

.terms-list {
    border-left: 1px solid #F0F0F0;
    padding-left: 40px;
    padding-right: 20px;
    position: sticky;
    top: 0;
}

    .terms-list li {
        padding: 1rem 0;
        border-bottom: 1px solid #F0F0F0;
    }

        .terms-list li a {
            color: #2B2B2B;
        }

.blog .card h6 {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
}

.blog .card p {
    font-size: .9rem;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.blog .card a {
    color: #2B2B2B;
}

.blogp {
    font-size: .9rem;
    line-height: 2;
}
.total-amount .price-detail-wrap p {
    text-align:left;
}
.bank-right {
    border-radius: 11px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 2rem;
    height: 100%;
}
.bank-right {
    text-align: left;
}
.ac-details li {
    padding: 0.4rem 0;
}
    .related-blog a {
        font-size: .9rem;
        color: #2B2B2B;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
.qr.m-auto {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.zoomWrapper {
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .zoomWrapper {
        height: 350px !important;
    }
}

#zoom_03 {
    width: 100% !important;
    height: 500px !important;
    object-fit: contain;
    left: 0;
    background-color: #f7f7f5;
}

@media only screen and (max-width: 767px) {
    /*#zoom_03 {
        height: 350px !important;
    }*/
    #zoom_03 {
        width: 100% !important;
        max-width: 200px;
        height: 350px !important;
        object-fit: contain;
        left: 0;
        right: 0;
        background-color: #f7f7f5;
        display: block;
        margin: auto;
        margin-bottom: 1rem;
    }
    .page-link {
        padding: 0.5rem 0.5rem;
    }
}

.zoom-preview {
    position: sticky;
    top: 1.5rem;
    padding-bottom: 23px;
}

#gallery_01 .elevatezoom-gallery {
    filter: grayscale(1);
}

#gallery_01 .active {
    filter: grayscale(0);
}

@media only screen and (max-width: 1050px) {
    .zoomContainer {
        display: none;
    }
}

.link-orange {
    color: #d9a10a;
    text-decoration: underline;
}

.form-control {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    min-height: 50px;
}

.input-group-text {
    border: 2px solid #DDDDDD;
    border-left: 0;
    border-radius: 0;
    background-color: #ECEBE9;
}

.delivery button:focus {
    outline: none;
}

.customer-review img {
    width: 50px;
    float: left;
    margin-right: 15px;
}

.bold-font {
    font-family: 'ProductSansBold';
}

.qty {
    display: inline-flex;
    border: 1px solid #ddd;
}

    .qty button {
        background-color: #ECEBE9;
        padding: .5rem .8rem;
        font-size: 15px;
        border: 0;
    }

        .qty button:focus {
            outline: 0;
        }

    .qty input {
        background-color: #ffffff;
        text-align: center;
        width: 65px;
        border: 0;
        padding: .5rem;
        /*padding-left: 1rem;*/
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
    }
.login-widget-modal .left-wrap-login .head-text {
    font-size: 20px !important;
}

@media only screen and (max-width: 767px) {
    .qty input {
        padding-left: 0;
    }
}

.cart-item tbody .cover {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: 1px solid #f7f7f5;
    border-radius: 8px;
}

@media only screen and (max-width: 767px) {
    .cart-item tbody .cover {
        float: right !important;
        margin: 0 !important;
    }
}

.cart-item tbody a:hover {
    text-decoration: none;
}

.cart-item tbody a .title {
    color: #212529;    
}
@media (max-width: 767px) {
    .cart-item tbody a .title {
        font-size: .8rem;
        line-height: 1.5;
    }
    .cart-table h6 {
        font-size: .8rem;
        line-height: 1.5;
    }
}

.cart-table .table .thead-light th {
    background-color: #F7F7F5;
    border: 0;
    color: #767676;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .cart-table .table .thead-light {
        display: none;
    }
}

.cart-table .table td, .cart-table .table th {
    border-top: 1px solid #f7f7f5;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .cart-table .table td, .cart-table .table th {
        display: block;
        border: 0;
        text-align: left !important;
        padding: 0;
        margin-right: 15px;
        font-size: .8rem;
        margin-bottom:6px;
    }
    td.text-center.mob-price {
        font-size: 14px;
    }
    #paymentSummary {
        border-top: 1px solid #a2a2a2;
        margin-top: 2rem;
    }
    .order-confirm-payment .continue-shoping-btn {
        width: 100%;
        text-align: center;
        margin: auto;
        display: block !important;
    }
    .order-confirm-payment .buy-now-dark-btn {
        width: 100%;
        text-align: center;
        margin: auto;
        display: block !important;
    }
    
}

@media only screen and (max-width: 767px) {
    .cart-table .mob-price {
        font-size: 1.1rem;
        padding: 10px 0px !important;
        width: 100%;
        font-weight: 600;
    }

    .cart-table tr {
        border-top: 1px solid #f0f0f0 !important;
        padding-top: 1rem;
        display: block;
    }
}

.delivery-aadress .card .card-header h6 {
    margin: 0;
}

.delivery-aadress .card .new-address {
    background-color: #f7f7f55c;
    min-height: 250px;
}
@media (max-width: 767px){
    .delivery-aadress .card .new-address {
        min-height: 80px;
    }
}
.stationery-store .card .cover-img {
    height: auto;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .stationery-store .card .cover-img {
        height: 130px;
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .user-panel #navbar_main {
        border-right: 1px solid #f0f0f0;
    }
    a.btn.continue-shoping-btn.continue-shop-link.py-2.d-inline-flex.align-items-center.bg-white {
        display: none !important;
    }
    .col-12.col-md-8.text-md-right.mt-4.mt-md-0 {
        margin-top: 0px !important;
    }
    .order-confirm-payment form.d-inline-flex {
        width: 100%;
    }
    .order-confirm-payment .buy-now-dark-btn{
        margin-top:0px!important;
    }
    a.btn.continue-shoping-btn.py-2.d-flex.justify-content-center{
        display:none!important;
    }
    .google_search .gsib_a input {
        height: 26px !important;
    }
}
.user-panel{
    margin-bottom: 25px;
}
.user-panel .side-filter {
    position: sticky;
    top: 15px;
    border-right: 1px solid #f0f0f0;
}

@media only screen and (max-width: 991px) {
    .user-panel .side-filter {
        top: 150px;
    }
    .section-lists{
        margin-top:1rem;
    }
    header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .navbar-brand {
        width: 130px;
    }
    .sticky-top .wish li {
        display: flex;
        align-items: center;
        line-height:0;
    }
    #main-banner {
        height: 55vh;
        text-align: center;
    }
    #main-banner .slider-book-thumb {
        width: 48%;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .user-panel .side-filter {
        position: unset;
        border-right: 0;
    }
    section.container.bg-white.p-0.pt-lg-3{
        max-width:100%;
    }
    section.container.bg-white.p-0.pt-3.books{
        max-width:100%;
    }
    footer .container{
        max-width:100%;
    }
    .for-mbl-container{
        max-width:100%;
    }
    #main-banner .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    .login-widget-modal .login-widget-ui .ui-form{
        border-left:none!important;
    }
    .modal.login-widget-modal .login-widget-ui button.close {
        color: #fff !important;
        right: -2px !important;
        top: -2px !important;
        line-height:1;
    }
    .login-widget-modal .modal-content.login-widget-ui {
        border-radius: 10px!important;
    }
    .login-widget-modal .head-text {
        display: flex;
        align-items: center;
        color: #141414 !important;
        font-size: 20px !important;
    }
    .login-widget-modal .login-widget-ui .ui-left-text .fa {
        font-size: 36px!important;
        margin-bottom: 0px!important;
        margin-left: 10px;
    }
    .login-widget-modal #modalLoginForm .ui-left-text {
        padding: 20px 10px 0 !important;
    }
    .login-widget-modal .login-widget-ui #modalLoginForm .ui-form {
        padding: 15px 10px 30px !important;
    }
    .login-widget-modal .modal-dialog {
        margin: 0.5rem!important;
    }
    .lines-wrapper::before{
        content:none!important;
    }
}

.user-panel .side-filter .categories-select li {
    padding: 1.5rem .7rem;
}

    .user-panel .side-filter .categories-select li a {
        font-size: 1.2rem;
        display: flex;
        color: #6C6C6C;
    }

        .user-panel .side-filter .categories-select li a:hover {
            text-decoration: none;
        }

.user-panel .side-filter .categories-select button {
    font-size: 1.2rem;
    display: flex;
    color: #6C6C6C;
}

.user-panel .side-filter .categories-select .icon {
    width: 20px;
    margin-right: 20px;
}

.user-panel .side-filter .categories-select .sub-cat {
    height: auto;
    overflow-y: unset;
    margin-top: 1rem;
}

    .user-panel .side-filter .categories-select .sub-cat li {
        margin-left: 24px;
        padding: 1rem;
    }

        .user-panel .side-filter .categories-select .sub-cat li a {
            font-size: 1rem;
        }

            .user-panel .side-filter .categories-select .sub-cat li a:hover {
                text-decoration: none;
                color: #2F2F2F;
            }

        .user-panel .side-filter .categories-select .sub-cat li:hover {
            background-color: #fafafa;
            color: #2F2F2F;
        }

.user-panel .side-filter .categories-select .active {
    background-color: #fafafa;
    color: #2F2F2F;
}

.user-panel .usr-img {
    height: 90px;
    object-fit: contain;
}

.user-panel .head-min {
    height: 105px;
}

@media only screen and (max-width: 767px) {
    .user-panel .head-min {
        height: auto;
        display:none;
    }
}

.user-panel .user-panel-heading {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    height: 106px;
}

@media only screen and (max-width: 767px) {
    .user-panel .user-panel-heading {
        height: auto;
    }
}

.user-panel .user-panel-heading small {
    color: #9A9A9A;
    font-size: 90%;
}

.user-panel .wishlisting a {
    color: #2F2F2F;
}

    .user-panel .wishlisting a h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.user-panel .mobile-accounts-menu {
    display: none;
}
.cart-login{
    box-shadow:none!important;
}
.cart-login .cart {
    max-width: 600px;
    margin: auto;
    border: 1px solid #e6e6e6;
    padding: 2rem;
    background: #fafafa;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 6px;
}
@media only screen and (max-width: 767px) {
    .user-panel .mobile-accounts-menu {
        display: block;
        padding: 0px!important;
    }
    .accordion .card-header {
        padding: 10px 0px!important;
    }
    .user-panel .mobile-accounts-menu .sub-cate {
        margin-bottom: 0px !important;
    }

    .user-panel .user-panel-heading {
        padding-bottom: 16px;
        padding-top: 16px;
        background: #fafafa;
    }
    a.float-right.d-inline-block.d-lg-none span {
        color: #f09f25;
    }
    }

.user-panel .mobile-accounts-menu .mob-tab {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0px;
    padding:0px!important;
}

.user-panel .mobile-accounts-menu .mob-tab li {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

    .user-panel .mobile-accounts-menu .mob-tab .icon {
        margin: auto;
        width: 35%;
        opacity: .6;
    }

    .user-panel .mobile-accounts-menu .mob-tab .active {
        background-color: #fafafa;
    }

        .user-panel .mobile-accounts-menu .mob-tab .active .icon {
            opacity: 1;
        }

.user-panel .mobile-accounts-menu .sub-cate {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

    .user-panel .mobile-accounts-menu .sub-cate li {
        display: inline-block;
        padding: 10px;
    }

        .user-panel .mobile-accounts-menu .sub-cate li a {
            color: #6C6C6C;
        }

    .user-panel .mobile-accounts-menu .sub-cate .active {
        background-color: #fafafa;
    }

.user-panel .personal-information label {
    color: #9A9A9A;
    font-size: 14px;
    margin: 0;
}

.user-panel .personal-information .form-control {
    font-family: 'ProductSansBold';
    color: #212529;
    height: auto;
    min-height: auto;
}

.user-panel .personal-information .add-btn:focus {
    outline: none;
    box-shadow: none;
}
.left-align-btn {
    margin-left: inherit !important;
}
.user-panel .manage-information .edit-button-aadress {
    position: absolute;
    top: 7px;
    right: 7px;
}

    .user-panel .manage-information .edit-button-aadress:focus {
        box-shadow: none;
    }

    .user-panel .manage-information .edit-button-aadress img {
        width: 55% !important;
    }

.fixed-mob {
    width: 100%;
    background-color: #ffffff;
    left: 0;
    position: sticky;
    z-index: 9;
    top: 132px;
}

@media only screen and (max-width: 767px) {
    .user-panel {
        padding-bottom: 30px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .fixed-mob {
        position: relative;
        top: unset;
    }

    .user-panel .mobile-accounts-menu .mob-tab .icon {
        width: 16%;
    }

    header .navbar-brand img {
        width: 50%;
    }
}

@media screen and (width: 320px) and (height: 568px) {
    .fixed-mob {
        top: 132px;
    }
}

.accordion .card {
    margin-bottom: 20px;
}

.accordion .card-header {
    padding: 20px 5px;
    background-color: #FAFAFA;
}

    .accordion .card-header .card-titile {
        position: relative;
        cursor: pointer;
    }

        .accordion .card-header .card-titile::after {
            content: "\f107";
            color: #333;
            top: -2px;
            right: 15px;
            position: absolute;
            font-family: "FontAwesome";
            transform: rotate(0deg);
        }

        .accordion .card-header .collapsed::after {
            content: "\f107";
            color: #333;
            top: -2px;
            right: 15px;
            position: absolute;
            font-family: "FontAwesome";
            transform: rotate(180deg);
        }

.accordion .card-body {
    padding: 0;
}

.accordion .order-header {
    background-color: #F7F7F5;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 15px;
    margin-bottom: 10px;
}

    .accordion .order-header h6 {
        color: #939393;
        font-family: 'ProductSansRegular';
        margin: 0;
        text-transform: uppercase;
        font-size: .8rem;
    }

.accordion .shipping-address .headr {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 15px;
    margin-bottom: 10px;
}

    .accordion .shipping-address .headr h6 {
        font-family: 'ProductSansRegular';
        margin: 0;
    }

.accordion .shipping-address p {
    margin: 0;
}

.accordion .track-order {
    padding: 15px;
    margin: 10px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.accordion .track-order-container {
    background-color: #FCFCFC;
}

    .accordion .track-order-container .delivery-time-chart p {
        font-size: 14px;
        margin: 0;
    }

    .accordion .track-order-container .delivery-time-chart .time-c {
        position: relative;
        padding-top: 10px;
        padding-bottom: 35px;
        padding-right: 25px;
    }

        .accordion .track-order-container .delivery-time-chart .time-c:after {
            content: '';
            width: 2px;
            height: 100%;
            background-color: #DDDDDD;
            position: absolute;
            right: 0;
            top: 0;
        }

    .accordion .track-order-container .delivery-time-chart .time-r {
        position: relative;
        padding-top: 10px;
        padding-bottom: 35px;
        padding-left: 25px;
    }

        .accordion .track-order-container .delivery-time-chart .time-r::before {
            content: '';
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #544AA0;
            opacity: .2;
            position: absolute;
            left: -16px;
            top: 19%;
        }

        .accordion .track-order-container .delivery-time-chart .time-r::after {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #544AA0;
            position: absolute;
            left: -6px;
            top: 30%;
        }

.accordion .travel-chart {
    height: 400px;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

    .accordion .travel-chart::-webkit-scrollbar {
        width: 10px;
    }

    .accordion .travel-chart::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .accordion .travel-chart::-webkit-scrollbar-thumb {
        background: #888;
    }

        .accordion .travel-chart::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.trck-btn {
    background-color: #544AA0;
    color: #ffffff;
}

.bt-outline-drk {
    border: 1px solid #333;
}

.close-btn {
    border: 0;
    background-color: transparent;
}

#AskContact .input-group-addon {
    padding: 0 15px;
    background-color: #ecebe9;
    display: flex;
    vertical-align: middle;
    align-items: center;
    font-weight: 600;
    border: 2px solid #ddd;
    border-right: 0;
}

#AskContact .mobile-number-b-otp {
    border-left: 0;
}

.pswd-form-wrapper h1, .pswd-form-wrapper form {
    width: unset !important;
}

.easy-autocomplete {
    width: calc(100% - 42px) !important;
}

.easy-autocomplete-container ul {
    position: absolute;
    background: #fff;
    width: 90%;
    padding: 0;
    z-index: 9999;
}

    .easy-autocomplete-container ul li {
        cursor: pointer;
        display: block;
        padding: 10px;
        margin: 0;
    }

        .easy-autocomplete-container ul li:hover {
            background-color: #ecebe9;
            width: 100%;
        }

.order-confirm-payment {
    background-color: #f7f7f5;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.order-bank-details-wrapper {
    padding: 4rem 0;
}
    .order-confirm-payment form {
        padding: 1rem;
    }
        .order-confirm-payment form .col-md-6{
            margin-bottom:1rem;
        }
        .order-confirm-payment form .col-md-12 {
            margin-bottom: 1rem;
        }
        .row.align-items-center.mr-20 {
            margin-bottom: 1.4rem;
        }

.bt-pay-online {
    background-color: #1c6cb1;
    color: #fff;
}
.bt-pay-online:hover{
    color: #fff;
    background-color: #333;
}
.bt-cod {
    background-color: #e2963b;
    background-image: linear-gradient(90deg, #e2963b 0%, #89393b 100%);
    color: #fff;
}
    .bt-cod:hover {
        background-color: #ad7f00 !important;
        color: #fff !important;
    }

    .bt-pay-online img, .bt-cod img {
        height: 14px;
    }

.customer-rivew-block .user .user-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    display: block;
    background-image: url('../img/person-img.svg');
    background-size: 100%;
}

.customer-rivew-block small {
    color: #909090;
    display: block;
}

#sendReview {
    border: 2px solid #363939 !important;
    border-radius: 4px;
    padding: .5rem 3rem;
    background-color: #363939 !important;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: bold;
    letter-spacing: 1px;
}

#ReviewList .pagination li:first-child {
    margin-left: auto;
}
section.checkout-order-status {
    background: #fafafa;
    padding: 4rem 0;
}
.delivery-aadress .card {
    border: none;
    height: 100%;
    background: #fafafa;
    border-radius: 10px !important;
    overflow: hidden;
}
.order-confirming-thanking {
    max-width: 1360px;
    border: 1px dashed #eaeaea;
    padding: 2rem !important;
    border-radius: 10px;
}
.order-confirming-thanking .t-head {
    color: #339819;
    text-transform: uppercase;
}

.order-confirming-thanking .p-thanking {
    color: #A8A8A8;
}

    .order-confirming-thanking .p-thanking a {
        color: #DE7B05;
    }

.address-payment .card {
    min-height: 280px;
    height: 100%;
}

.order-tracing-payment {
    background-color: #F3F2FC;
    color: #776EB5;
    padding: 20px;
}

.order-tracing {
    width: 19px;
    margin-right: 10px
}

.tf-blue {
    color: #1E59C9;
    font-weight: bold;
}

.question-got {
    border: 1px solid #DDDDDD;
}

.box-payment {
    padding: 46px 0;
    text-align: center;
    text-transform: uppercase;
}

    .box-payment img {
        width: 80px;
        margin-bottom: 20px;
    }

.question-got .box-one {
    background-color: #F2FDFF;
}

.question-got .box-two {
    background-color: #F6FFF4;
}

.question-got .box-three {
    background-color: #FEF5FF;
}

.question-got .box-four {
    background-color: #FCFAEF;
}
.notify-btn{
    display: flex!important;
}
    .notify-btn .wishlist{
        margin-right: 10px;
    }
    .notify-close {
        top: 23% !important
    }

select {
    background-image: linear-gradient( 45deg, transparent 50%, #7b7b7b 60%), linear-gradient( 135deg, #7b7b7b 40%, transparent 50%) !important;
    background-position: calc(100% - 15px) 18px, calc(100% - 7px) 18px, 100% 0;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.blog {
    padding-top: .5rem !important;
}
.text-danger h6 {
    font-weight: 200;
    font-size: 13px;
}
#myCarts .text-danger h6 {
    font-weight: 500;
}
.deliver-footer .delivery-btn {
    background-color: #e2963b;
    border:1px solid #e2963b;
    background-image: linear-gradient(90deg, #e2963b 0%, #89393b 100%);
    padding: 15px 20px;
    border-radius: 0px;
    color: #fff;
}
.deliver-footer .delivery-btn:hover{
    text-decoration: none;
}
/*.cart-table a{
    display: flex;
}*/
.order-confirming-thanking .cart-table a{
    display: flex;
}
.order-confirming-thanking .cart-table a img {
    width: 100px;
    margin-right: 20px;
}
/*#region login modal */
.login-widget-ui .btn-info:hover {
    background: #121212 !important;
}


.login-widget-modal .login-widget-ui button.close {
    position: absolute;
    right: -15px !important;
    top: -15px !important;
    opacity: 1;
    color: #fff;
    font-size: 25px;
    z-index: 555555;
    width: 26px;
    height: 26px;
    background: #5808fb;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 6;
    border-radius: 50%;
}
.login-widget-ui .btn-info {
    font-weight: 600;
    background-color: #e2963b !important;
    background-image: linear-gradient(90deg, #e2963b 0%, #89393b 100%) !important;
}
.login-widget-modal .login-widget-ui {
    border-radius: 10px;
}
.login-widget-modal .login-widget-ui .left-wrap {
    border-radius: 10px;
}
.login-widget-ui #modalLoginForm .newuser {
    color: #474747 !important;
    font-weight: 600;
}
.login-widget-modal .login-widget-ui .ui-form .resend-btn {
    color: #474747 !important;
    font-weight: 600;
}
.login-widget-modal .input-group-addon {
    padding: 15px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.login-widget-modal .modal-dialog {
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}
.login-widget-modal .input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.login-widget-modal .input-group .form-control, .input-group-addon, .input-group-btn {
    width: auto !important;
}
.register-block label {
    display: block !important;
    width: 100%!important;
}

.login-widget-modal .custom-control.material-checkbox {
    display: inline-block !important;
    width: 17px !important;
    min-height: unset !important;
}
.profile-address-btn {
    background-color: #2b2b2b !important;
    padding: 5px 15px !important;
    color: #fff;
    border: 2px solid #ddd;
}
.profile-address-btn:hover{
    color:#2b2b2b !important;
    background-color: #fff!important;
}
.cart-loading-icon-animated {
    color: green;
    position: absolute;
    left: 47%;
    z-index: 3;
    top: 45%;
    background: #fff;
}
@media (max-width: 768px){
    .cart-loading-icon-animated{
        opacity: 0;
    }
    section#myCarts {
        padding: 1rem;
    }
}
.books h5 {
    padding-bottom: 6px;
    font-weight: 500;
    font-size:1.875rem;
    display: inline-flex;
    background: #fff;
    padding-right: 1rem;
    font-family: "Inter", serif;
}
h2 {
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 1.875rem;
    display: inline-flex;
    padding-right: 1rem;
    font-family: "Inter", serif;
}
.cmn-head-main {
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 1.875rem;
    display: inline-flex;
    padding-right: 1rem;
    font-family: "Inter", serif;
}
.cover-card .color-green {
    font-size: 1.8rem
}
.cover-card .sm-p {
    margin: 0
}
.cover-card .card-body {
    padding-bottom: 20px !important;
}
.cover-card  .card-body .btn-primary{
    font-size: .8rem;
    display: inline-flex;
    align-items: center;
}
.cover-card  .card-body .btn-primary img{
    height: 12px;
    display: flex;
}
@media (max-width: 1649.98px) {
    #main-banner{
        height:500px;
    }
        #main-banner .carousel-item .sm-p{
            font-size:4rem;
        }
    .subscribe-newsletter .left-choco {
        max-width: 190px;
    }
    .subscribe-newsletter .right-choco {
        max-width: 190px;
    }
    .newsletter label {
        font-size: 2.2rem;
    }
    .books .card-body h6 a {
        font-size: 16px;
    }
}
@media (max-width:1400px) {
    .navbar-nav li{
        margin-right:0px;
    }
}
@media (max-width: 1199.98px) {
    .section-lists {
        justify-content: flex-start;
    }
    .footer-contact .contact-lists{
        flex-wrap:wrap;
    }
    .contact-lists li{
        margin:0.5rem 0;
    }
    .subscribe-newsletter .left-choco {
        display: none;
    }
    .subscribe-newsletter .right-choco{
        display:none;
    }
    .section-services .service-one {
        margin-right: 1rem;
    }
    .popular-categories .category figure img {
        max-width: 100px;
    }
    .popular-categories .category figure{
        width:140px;
    }
    .popular-categories .category{
        height:110px;
    }
        .popular-categories .category label{
            font-size:1.2rem;
            margin-bottom:0;
        }
    .subscribe-newsletter .container {
        padding: 2rem 0;
    }
}
@media (max-width: 1335px) and (min-width: 993px){
    .cover-card .color-green {
        font-size: 1.1rem;
    }
    .cover-card .card-body .btn-primary {
        font-size: .5rem;
        padding: 5px;
    }
}
@media (max-width: 575.98px){
    .cover-card .color-green {
        font-size: 1.1rem
    }
    header .nav-wish {
        width: 17px;
    }
    .newsletter label {
        font-size: 1.1rem;
    }
    .popular-categories .category {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.6rem;
        border-radius:10px;
    }
        .popular-categories .category label{
            text-align:center;
            font-size:1rem;
        }
        .popular-categories .category a {
            text-align: center;
            display: block;
            font-size:0.875rem;
        }

}
@media (max-width: 1357px) and (min-width: 1200px) {
    header .wish-nav li a{
        font-size: .9rem
    }
    header .nav-wish {
        width: 15px;
        margin-right: 5px;
    }
}
@media (max-width: 767.98px) {
    .card.premium-gifts{
        height:190px;
    }
    input.form-control.mob-search-feeds {
        font-size: 14px;
    }
    footer .container.py-4 p{
        text-align:center;
    }
    .socialmedia{
        justify-content:center;
        margin-top:1rem;
    }
    footer .footer-logo{
        display:block;
        margin:auto;
        margin-bottom:1rem;
    }
    .footer-links{
        justify-content:center;
    }
    .contact-lists li img{
        width:40px;
    }
    .contact-lists li div {
        padding-left: 50px;
    }
    footer .footer-logo {
        max-width: 170px;
    }
    .newsletter label {
        font-size: 1.6rem;
  
    }

}
@media (max-width: 991px) and (min-width: 767.98px){
    .wish{
        margin-left: auto;
        margin-right: 1.5rem;
    }
    
}
.product-detail-view .product-name-main {
    font-size: 1.4rem;
    font-weight: 600;
    color: #212529;
}
.product-detail-view .cart-btn-orng {
    height: 50px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
}
.product-detail-view .buy-now-dark-btn {
    height: 50px;
    font-size: 0.875rem;
    line-height:0;
    text-transform: uppercase;
    font-weight: 500;
}
.product-detail-view .stock {
    font-size: .8rem;
}
.product-detail-view h5 {
    font-weight: 700;
}
.form-control:focus {
    border-color: #dddddd;
    box-shadow: none;
}
@media (min-width:1400px) {
    section.checkout-order-status .order-confirming-thanking {
        max-width: 1360px;
        margin: auto;
    }
}
@media (min-width:2000px){
    body{
        font-size: 100%;
    }
}
#WriteReview input{
    margin-bottom: 30px!important;
}
.login-widget-modal .login-widget-ui .ui-form .resend-btn {
    width: 150px!important;
}
.pt-5p{
    padding-top: 5%;
}
.cancel-btn-nw{
    line-height: 26px!important;
}
.navCart strong {
    margin-left: 6px;
    background: #F09F25;
    width: 20px;
    height: 20px;
    font-weight:300;
    border-radius:50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
}
.max-1650{
    max-width:1650px;
}
.carousel-control-prev img {
    margin-left: -60px;
}
.carousel-control-next img {
    margin-right: -60px;
}
/*.sticky-contact-icon {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 99999;
}*/
.sticky-contact-icon {
    background: #23b180;
    position: fixed;
    bottom: 25px;
    right: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 99999;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
.sticky-contact-icon img{
    width: 75px;
}
.blog-tumbnail {
    height: 300px;
    object-fit: contain;
    background-color: #f7f7f5;
    object-position: center;
    margin-bottom: 15px;
}
.blog-detail-img {
    height: 350px;
    width: 100%;
    display: inline-flex;
    float: left;
    margin: 20px;
    margin-left: 0;
    margin-top: 0;
    object-fit: contain;
    object-position: left;
}
.lines-wrapper{
    position:relative;
}
   
span.mob-names {
    display: none;
}
    @media (max-width: 991.98px) {
        .books .card-body h6 a {
            font-size: 15px;
        }
        .navCart strong {
            position: relative;
            right: 5px;
            top: 0;
        }
        header li {
            display: inline-block;
        }
        header a {
            color: #6C6763;
        }
        .card.premium-gifts {
            height: 190px;
        }
        .popular-anniversary {
            height: 285px;
            padding: 1rem;
        }
        .gift-text label{
            font-size:1.1rem;
        }
        .popular-anniversary {
            padding: 1rem;
        }
        .category-two{
            padding:1rem;
        }
        .no-gutter-zero .col-6.col-lg-12.mb-lg-4 {
            padding-left: 0;
        }

        .no-gutter-zero .col-6.col-lg-12 {
            padding-right: 0;
        }
    }
    @media (max-width: 767.98px) {
        .sticky-contact-icon {
            bottom: 15px;
            right: 20px;
            padding: 20px;
        }
        .view-btn{
            padding-left:0;
        }
        .slick-slider .slick-prev {
            width: 30px;
            height: 30px;
            background-size: contain;
        }
        .slick-slider .slick-next {
            width: 30px;
            height: 30px;
            background-size: contain;
        }
        .popular-anniversary{
            height:245px;
        }
        .add-to-cart-btn {
            width: 30px;
            height: 30px;
        }
        .add-to-cart-btn img{
            width:100%;
        }
        section.ad-section.margin-bottom-wrap {
            display: none;
        }
        .margin-bottom-wrap {
            margin-bottom: 2rem !important;
        }
        .cart-login {
            padding: 0px !important;
        }
        .cart-login .cart {
            border: none;
            padding: 0px !important;
            background: none !important;
        }
        .cart-login .cart .col-12{
            padding:0px!important;
        }
        .accordion .order-header {
            display: none;
        }
        span.mob-names {
            display: block;
        }
        .wishlisting .col-4.col-md-1.p-md-0 img.mb-2.mb-md-0 {
            max-width: 80px;
        }
        form .form-control {
            width: 100%;
        }

            .sticky-contact-icon img {
                width: 40px;
            }
        .product-detail-view .col-12.col-md-4.border-left{
            border-left:none!important;
            padding-left:0px!important;
        }
        .books .card-body h6 {
            font-size: 0.9375rem;
        }
        .product-detail-view .product-name-main{
            font-size:1.2rem;
        }
        p {
            font-size: 0.875rem;
        }
        
        .for-mbl-container h5 {
            font-size: 1.1rem;
        }
        h2{
            font-size:1.1rem;
        }
        .cmn-head-main {
            font-size: 1.1rem;
        }
        .section-services .service-one label {
            font-size: 1rem;
            font-weight: 500;
        }
        .section-services .service-one p {
            font-size: 0.875rem;
        }
        .breadcrumb .active {
            color: #f09f25;
            max-width: 209px;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        button.d-md-none.btn.btn-link.p-0.link-color {
            color: #212529;
            font-size: 0.9375rem;
        }
        .product-detail-view .cart-btn-orng{
            height:40px;
        }
        .product-detail-view .buy-now-dark-btn {
            height: 40px;
        }
      
        
        .user-panel .accordion .card.border-0.col-12 {
            padding: 0px;
        }
    }

    *:focus {
        outline: none;
    }
    /*#endregion */
    /*#region Hide type number arrows */
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    /*#endregion */


    @media screen and (max-width: 1547px) and (min-width: 1200px) {
        .books .row .col-xl-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 24.666667%;
            max-width: 24.666667%;
        }

            /*.books .row .col-xl-2:nth-child(n+5) {
                display: none;
            }*/
    }
    @media (max-width: 1200px) {
        #main-banner .carousel-item .sm-p {
            display: none !important;
        }
    }

    @media (max-width: 767px) {
        .zoom-preview {
            /*position: absolute !important;*/
            width: 100% !important;
            left: 0 !important;
        }
        
        section.checkout-order-status {
            background: #fafafa;
            padding: 0rem 0;
        }
        .user-panel .mobile-accounts-menu .mob-tab li{
            width:25%;
        }
        .user-panel .mobile-accounts-menu .mob-tab .icon{
            width:20px;
        }
        .accordion .card-header{
            background:none!important;
        }
        .accordion .card-header .col-12.col-md-4 {
            padding:0px;
        }
        .user-panel .mobile-accounts-menu .mob-tab {
            margin-bottom: 0px;
        }
        /*.product-detail-view {
        margin-top: 400px !important
    }*/
        .play-app-store h3 {
            display: block;
            width: 100%;
            margin-bottom: 1rem;
        }
        section.bg-white.p-0 nav.container {
            max-width: 100%;
        }
        #editModal .form-control{
            width:100%;
        }
        .delivery-aadress .form-control{
            width:100%;
        }
        #editModal {
            overflow-x: hidden !important;
            overflow-y: auto !important;
        }
        .delivery-aadress .col-12.pl-0.mt-3 {
            padding-right:0px!important;
        }
        .delivery-aadress .col-12.col-md-6.p-0.pr-md-3.pt-5.pt-md-0.mb-3 {
            padding-top: 0px!important;
        }
        .padding-mbl-0{
            padding-left:0px!important;
            padding-right:0px!important;
        }
        .order-confirming-thanking .cart-table a{
            align-items:center;
        }
        .product-image-wrapper .carousel-indicators li {
            height: 90px;
        }
        .related-product{
            padding-top:1rem!important;
        }
        .alert.booksdeal-alert .container{
            padding: 0rem !important;
            max-width: 100%;
        }
    }

    .delivery-aadress .card-header {
        background-color: #ffffff;
        border-bottom: 1px solid #2f4858;
        border-radius: 0;
        padding: 15px 20px;
    }

.delivery-aadress .card {
    border: 1px solid #bbbbbb;
}

    .deliver-footer {
        display: block !important;
        text-align: center;
    }

    .delivery-aadress .card-header h6 {
        color: #2f4858 !important;
        font-weight: 600;
    }

    .delivery-aadress .card-header #edit img {
        filter: invert(1);
    }

    .delivery-aadress .card-footer {
        border-radius: 0;
        padding: 0;
    }

    .deliver-footer .delivery-btn {
        display: block;
        width: 100%;
    }

@media only screen and (max-width: 600px) {
    .form-control {
        border: 1px solid #DDDDDD;
        min-height: 34px;
        width: 140px;
        margin-left: auto;
    }
    .for-mbl-container h5{
        padding:0!important;
    }
    .qr.m-auto{
        max-width:180px;
    }
    .bank-details-sec-one h3 {
        font-size: 20px;
    }
    .bank-right {
        padding: 1rem 0;
    }
    ul.transaction-steps li{
        font-size:15px;
    }
    .order-bank-details-wrapper {
        padding: 2rem 0;
    }
    .heading-main.text-left.mb-4.bank-details-sec-one.text-center.col-12 {
        padding: 0;
    }
    .price-detail-wrap{
        padding:1rem;
    }
    .ac-details li {
        padding: 0rem 0;
        font-size: 15px;
    }
    ul.ac-details {
        margin-bottom: 1rem;
    }
    .newsletter label {
        font-size: 1.1rem;
    }
        .books .card > a{
            height: 200px;
        }
        .books .card .cover-img {
            height: 100%;
        }
        .blog-detail-img {
            height: 260px;
        }
        .login-widget-modal .input-group-addon {
            padding: 10px;
        }
        .ekko-lightbox .modal-dialog {
            margin: 1.75rem auto;
            top:40px;
        }
        .ekko-lightbox .modal-dialog .close {
            right: 14px;
        }
        .ekko-lightbox .modal-content {
            border: none;
            border-radius: 0;
        }
        .col-12.col-xl-10.col-md-9.p-0 h5.text-uppercase {
            font-size: 1rem;
            margin-bottom: 0
        }

            .col-12.col-xl-10.col-md-9.p-0 h5.text-uppercase span {
                font-size: 14px;
                color: #737373;
            }
        #main-banner {
            height: auto;
        }
            #main-banner .slider-book-thumb {
                width: 100%;
                height: 200px;
                object-fit: contain;
            }
            #main-banner .btn-secondary {
                font-size: 14px !important;
            }
        #main-banner .col-lg-5.col-12 {
            padding: 0px;
        }
            #main-banner .col-lg-6.col-12 {
                bottom: 0;
                padding: 0.8rem 0.6rem;
            }
            #main-banner label {
                color: #fff;
            }
        .col-12.col-lg-4.mt-3.mt-lg-0.pl-lg-2.cover-card .card{
            border:none!important;
        }
        .cover-card {
            height: 165px;
            padding: 0;
        }
        .top-slick .slick-slide .d-col{
            padding:0px!important;
        }
        .top-slick .slick-dots {
            bottom: 16px;
        }
        .top-slick .slick-dots li {
            margin-left: 10px;
        }
    }

    @media only screen and (max-width: 420px) {
        header .navbar-brand {
            width: 130px;
            margin-right: 0;
        }
        #main-banner .slider-book-thumb {
            width: 100%;
            height: 200px;
            object-fit: contain;
            margin-bottom: 1rem;
        }
    }
    @media (min-width: 576px){
        .login-widget-modal .login-widget-ui .left-wrap {
            padding-right: 0;
            padding-left: 0;
            background: #eeeeee;
        }
        .login-widget-modal .login-widget-ui .right-wrap{
            padding-right:0px;
        }
    }
    @media only screen and (min-width: 1920px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 1680px;
        }
    }