@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Open+Sans:wght@400;500;600;700&display=swap";

.col-md-offset-right-1,
.col-lg-offset-right-1 {
    margin-right: 8.33333333%
}

:root {
    --black_25: #f9f9f9;
    --black_50: #f2f2f2;
    --black_100: #d6d9dc;
    --black_150: #c8ccd0;
    --black_200: #bbc0c4;
    --black_300: #9fa6ad;
    --black_350: #9199a1;
    --black_400: #848d95;
    --black_500: #6a737c;
    --black_600: #535a60;
    --black_700: #3c4146;
    --black_750: #2f3337;
    --black_800: #242729;
    --black_900: #0c0d0e;
    --bs_sm: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);
    --bs_md: 0 1px 3px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 6%), 0 3px 8px rgb(0 0 0 / 9%);
    --bs_lg: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%)
}

.h\:bs-md:hover {
    box-shadow: var(--bs_md) !important
}

.h\:bs-lg:hover {
    box-shadow: var(--bs_md) !important
}

:root {
    --bj-black: #000;
    --bj-dark: #36383A;
    --bj-darks: #202124;
    --bj-light-gray: #636466;
    --bj-light: #4D4E50;
    --bj-blue: #4285F4;
    --bj-white: #fff;
    --bj-Libre-Baskerville: "Libre Baskerville", sans-serif;
    --bj-Open: "Open Sans", sans-serif
}

#preloader {
    background: #fff;
    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

#preloader .loading {
    display: flex
}

#preloader .ctn-preloader {
    padding-left: 15px;
    padding-right: 15px
}

#preloader .spinner {
    animation: spinner 3s infinite linear;
    border-radius: 50%;
    border: 3px solid #f1f6f8;
    border-left-color: #4285f4;
    border-top-color: #4285f4;
    margin: 0 auto 0em auto;
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -40px;
    top: -40px
}

#preloader .spinner:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 6px solid #fff;
    box-shadow: 0 0 20px 0 rgba(4, 46, 56, .2);
    background: #4285f4;
    position: absolute;
    right: 31px;
    top: 41px;
    border-radius: 50%
}

@media(max-width: 576px) {
    #preloader .spinner:before {
        top: 18px
    }
}

#preloader .round_spinner {
    border-width: 1px;
    border-color: #eef3f4;
    border-style: solid;
    border-radius: 50%;
    background-color: #fdfdfd;
    box-shadow: 0 0 100px 0 rgba(4, 46, 56, .14);
    width: 248px;
    height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 40px auto 80px
}

@media(max-width: 576px) {
    #preloader .round_spinner {
        width: 155px;
        height: 155px
    }
}

#preloader .round_spinner h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: #36383a;
    margin-top: 10px
}

#preloader .round_spinner h4 span {
    font-weight: 700
}

#preloader .head {
    color: #36383a;
    display: block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    text-align: center;
    margin: 5% 0 1% 0;
    padding: 0
}

#preloader p {
    color: #636466;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

body {
    font-family: var(--bj-Open);
    letter-spacing: .02rem
}

:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bj-Libre-Baskerville);
    font-weight: 700;
    color: var(--bj-darks)
}

h5 {
    line-height: 1.4
}

.bold {
    font-weight: 700
}

.medium {
    font-weight: 500
}

.regular {
    font-weight: 400
}

p {
    font-family: var(--bj-Open);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: var(--bj-light)
}

img {
    border-radius: 4px
}

button:focus {
    outline: none
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none;
    color: #4285f4
}

@media(min-width: 1300px) {
    .container {
        max-width: 1314px;
        margin: 0 auto
    }
}

.sec_padding {
    padding: 120px 0px
}

.sec_padding_two {
    padding: 100px 0px
}

.sec_padding_three {
    padding: 140px 0px
}

.sec_padding_four {
    padding: 200px 0px
}

.title {
    font-size: 48px;
    letter-spacing: -0.48px;
    margin-bottom: 14px
}

.title_two {
    color: #001f58;
    font-family: "Libre Baskerville", sans-serif
}

.section_title {
    margin-bottom: 55px
}

.section_title p {
    font-size: 18px;
    line-height: 30px
}

.section_title_two p {
    font-size: 20px
}

.toast:not(.showing):not(.show) {
    display: none
}

.toast-container {
    bottom: 20px;
    left: 0;
    z-index: 2
}

.toast-container .toast {
    background-color: #fff;
    position: relative
}

.toast-container .toast.show,
.toast-container .toast.showing {
    display: block
}

button.bj_theme_btn {
    border: none
}

.bj_theme_btn {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--bj-Open);
    padding: 15px 36px 14px;
    background: var(--bj-white);
    display: inline-block;
    color: #000;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color .3s;
    text-align: center;
    border:1px solid #000!important;
}

.bj_theme_btn:before {
    top: 0px;
    width: 0px;
    left: auto;
    right: 0px;
    z-index: -1;
    bottom: 0px;
    content: "";
    position: absolute;
    background: #fff;
    transition: width .3s linear;
    color: #003087;
}

.bj_theme_btn i {
    vertical-align: middle
}

.bj_theme_btn:hover {
    color: #000
}

.bj_theme_btn:hover::before {
    left: 0px;
    width: 100%;
    right: auto
}

.bj_theme_btn.strock_btn {
    border: 1px solid #d1d1d1;
    color: #4d4e50;
    background: rgba(0, 0, 0, 0)
}

.bj_theme_btn.strock_btn:before {
    background: #fff
}

.bj_theme_btn.strock_btn:hover {
    border-color: var(--bj-blue);
    color: var(--bj-blue)
}

.bj_theme_btn.icon_btn {
    display: inline-flex;
    gap: 9px;
    align-items: center
}

.add-to-cart-automated {
    display: inline-flex;
    gap: 7px;
    align-items: baseline;
    justify-content: center
}

.add-to-cart-automated i {
    font-size: 17px
}

.pass-field-with-icon {
    position: relative
}

.pass-field-with-icon .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #7e8695;
    cursor: pointer
}

.pass-field-with-icon .form-control {
    padding-right: 26px
}

#back-to-top {
    display: inline-block;
    background-color: rgba(220, 220, 220, .8);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#back-to-top::after {
    content: "2";
    font-family: eleganticons;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #000
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #4285f4
}

#back-to-top:hover::after {
    color: #fff
}

#back-to-top:active {
    background-color: #555
}

#back-to-top.show {
    opacity: 1;
    visibility: visible
}

.typography_area {
    padding: 115px 0 120px
}

.typography_area p {
    line-height: 28px
}

.heading_content .t_title {
    color: #36383a;
    margin-bottom: 0;
    padding-bottom: 20px
}

.heading_content .bold,
.heading_content .medium,
.heading_content .regular {
    margin-bottom: 22px;
    line-height: 1
}

.typography_preview {
    margin-top: 30px
}

.typography_underline h4 {
    margin-bottom: 35px
}

.highlight_text,
.typography_underline {
    padding-right: 100px;
    margin-top: 85px
}

.highlight_text h5 {
    margin-bottom: 30px
}

.highlight_text span {
    display: inline-block;
    padding: 0 6px
}

.highlight_text .h_black {
    background: #222d39;
    color: #fff
}

.highlight_text .h_green {
    background: #15e18d;
    color: #fff
}

.highlight_text .h_blue {
    background: #2cabed;
    color: #fff
}

.highlight_text p .tooltips_one {
    color: #4b5ffa
}

.highlight_text p .tooltips_two {
    color: #ef971a
}

.tooltip_blue .arrow:before {
    border-top-color: #4b5ffa
}

.tooltip_blue.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #4b5ffa
}

.tooltip_blue .tooltip-inner {
    background: #4b5ffa
}

.tooltip_danger.show {
    opacity: 1
}

.tooltip_danger {
    opacity: 1
}

.tooltip_danger .arrow:before {
    border-top-color: #ef971a
}

.tooltip_danger.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ef971a
}

.tooltip_danger .tooltip-inner {
    background: #ef971a
}

.dropcap_content p span {
    float: left;
    font-size: 54px;
    margin-right: 10px;
    color: #fc5bc1;
    font-weight: 700;
    line-height: 55px
}

.dropcap_content p .r_dropcap {
    background: #13c5bf;
    border-radius: 4px;
    color: #fff;
    padding: 0 6px;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 10px
}

.typography_list h5,
.dropcap_content h5 {
    margin-bottom: 30px
}

.typography_list ul li a,
.typography_list ol li a {
    font-size: 15px;
    line-height: 34px;
    color: #36383a;
    font-weight: 400
}

.typography_list ol {
    padding-left: 20px
}

.typography_list ol li ol {
    padding-left: 30px
}

.typography_list .unorderlist li {
    position: relative;
    padding-left: 14px
}

.typography_list .unorderlist li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a7acbd;
    position: absolute;
    left: 0;
    top: 14px
}

.typography_list .unorderlist li ul {
    padding-left: 10px
}

blockquote {
    background: rgba(76, 76, 241, .05);
    border-left: 4px solid #4285f4;
    font-size: 20px;
    padding: 50px 40px;
    position: relative;
    z-index: 0;
    margin: 30px 0;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.0509803922)
}

blockquote:before,
blockquote:after {
    content: "";
    position: absolute;
    z-index: -1
}

blockquote:before {
    background: url("../img/blog/blog-list/quote_top.png") no-repeat scroll left top;
    width: 132px;
    height: 81px;
    top: 0
}

blockquote:after {
    background: url("../img/blog/blog-list/quote_bottom.png") no-repeat scroll left bottom;
    width: 77px;
    height: 75px;
    right: 40px;
    bottom: 30px
}

blockquote .c_head {
    color: #464547;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 45px;
    font-size: 24px
}

blockquote .author {
    color: #747376;
    font-weight: 500;
    font-size: 16px
}

.blockquote_inner {
    margin-top: 85px
}

.blockquote_inner h6 {
    color: #36383a;
    margin-bottom: 0
}

.blockquote_two {
    padding: 14px 40px 26px 140px;
    border: 0;
    position: relative;
    margin-top: 25px
}

.blockquote_two:before,
.blockquote_two:after {
    display: none
}

.blockquote_two span {
    background: #fff;
    padding: 0 4px
}

.blockquote_two .quote_icon {
    font-size: 150px;
    color: #d3d6e1;
    position: absolute;
    transform: rotate(180deg);
    top: 18px;
    background: rgba(0, 0, 0, 0);
    left: 40px;
    line-height: 155px;
    font-family: var(--bj-Libre-Baskerville)
}

.blockquote_two h5 {
    font-size: 22px;
    line-height: 40px;
    font-style: italic;
    font-weight: 400;
    color: #36383a
}

.button_inner {
    margin-top: 60px
}

.button_inner h4 {
    margin-bottom: 50px;
    padding-top: 30px
}

.button_inner h6 {
    color: #36383a;
    font-weight: 400
}

.button_inner .button_inner_one {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 50px;
    border-bottom: 1px solid #e6eeef
}

.button_inner:last-child .button_inner_one {
    border: 0;
    padding-bottom: 0
}

.btn_small {
    padding: 5px 25px
}

.btn_small_two {
    padding: 8px 29px
}

.doc_border_btn_two,
.btn_small_three {
    padding: 10px 30px
}

.btn_bg {
    padding: 17px 50px
}

.btn_radious_none {
    border-radius: 0
}

.btn_radious_45 {
    border-radius: 45px
}

.dropcap_inner {
    padding: 50px 0
}

.action_area_three {
    background: url("https://html-template.spider-themes.net/bookjar/assets/img/action_bg.jpg") no-repeat scroll center 0/cover;
    padding: 110px 0;
    background-attachment: fixed
}

.action_content_three {
    max-width: 520px;
    margin: 0 auto
}

.action_content_three h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px
}

.action_content_three .doc_border_btn {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #b4b6da;
    padding: 13px 34px
}

.action_content_three .doc_border_btn:hover {
    background: #fff;
    color: #4285f4;
    border-color: #fff
}

ul.ordered-list li::before {
    content: "h";
    font-family: "ElegantIcons";
    font-size: 10px
}

.ordered-list {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin: 20px 0
}

.ordered-list::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #c4cdd5
}

.ordered-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 16px 0;
    position: relative;
    padding-left: 35px;
    counter-increment: a
}

.ordered-list li::before {
    content: counter(a);
    position: absolute;
    color: #fff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 12px;
    background-color: #4285f4;
    text-align: center;
    line-height: 23px;
    top: -4px;
    left: -4px;
    border: 5px solid #fff
}

.direction_steps {
    display: inline-flex;
    align-items: center
}

.direction_step {
    padding: 0 8px;
    font-size: 13px;
    border-radius: 4px;
    background: rgba(127, 130, 248, .8);
    color: #fff;
    position: relative;
    line-height: 20px
}

.direction_step+.direction_step {
    margin-left: 28px
}

.direction_step+.direction_step:before {
    content: "$";
    font-family: eleganticons;
    position: absolute;
    left: -22px;
    color: rgba(127, 130, 248, .8)
}

@keyframes spin {
    0% {
        transform: translateX(-10px) scale(0.9)
    }

    100% {
        transform: translateX(30px) scale(1.3) translateY(10px)
    }
}

@keyframes spin1 {
    0% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1.5)
    }
}

@keyframes spin2 {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(40px)
    }
}

@keyframes customUp {
    0% {
        transform: translateY(8px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes clipInDown {
    0% {
        clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%)
    }

    100% {
        clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%)
    }
}

.clipInDown {
    animation-name: clipInDown
}

.error_area {
    display: flex;
    position: relative;
    z-index: 1;
    height: 100vh;
    min-height: 620px
}

.error_dot {
    position: absolute;
    border-radius: 50%
}

.error_dot.one {
    width: 8px;
    height: 8px;
    background: #4285f4;
    left: 325px;
    top: 120px;
    animation: spin2 2s infinite alternate
}

.error_dot.two {
    width: 16px;
    height: 16px;
    background: #f99e43;
    left: 170px;
    bottom: 260px;
    animation: spin1 1s infinite alternate
}

.error_dot.three {
    width: 30px;
    height: 30px;
    background: #beebf5;
    animation: spin1 2s infinite alternate;
    right: 225px;
    top: 370px
}

.error_dot.four {
    width: 6px;
    height: 6px;
    background: #ffa3be;
    bottom: 148px;
    right: 185px;
    animation: spin2 2s infinite alternate
}

.error_content_two {
    max-width: 970px;
    margin: 0 auto
}

.error_content_two h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.error_content_two p {
    font-size: 18px;
    color: #82879c
}

.error_img {
    padding-bottom: 55px;
    position: relative;
    z-index: 1
}

.error_img .error_shap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.error_img .clipInDown {
    display: inline-block;
    position: relative
}

.error_img .one {
    top: -50px
}

.error_img .two {
    margin: 0 12px;
    top: -12px
}

.error_img .three {
    top: -58px
}

.error_img .img_one {
    animation: customUp 1.5s infinite alternate
}

.error_img .img_two {
    animation: customUp 1.8s infinite alternate
}

.error_img .img_three {
    animation: customUp 2s infinite alternate
}

.error_search {
    margin-bottom: 40px;
    padding-top: 25px
}

.error_search .form-control {
    height: 60px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 16px 50px 0 rgba(3, 62, 75, .1);
    font-size: 16px;
    font-weight: 400;
    color: #636466;
    border: 0;
    padding-left: 30px
}

.error_search .form-control.placeholder {
    color: #82879c
}

.error_search .form-control:-moz-placeholder {
    color: #82879c
}

.error_search .form-control::-moz-placeholder {
    color: #82879c
}

.error_search .form-control::-webkit-input-placeholder {
    color: #82879c
}

.header_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90
}

.header_area.header_relative+section {
    margin-top: 80px
}

.header_area .navbar-brand img {
    max-width: 110px;
    transition: opacity .3s ease
}

.menu_one {
    padding: 0px;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease
}

@media(max-width: 991px) {
    .menu_one .navbar-brand {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.sticky_logo img+img {
    display: none
}

.menu>.nav-item {
    position: relative;
    padding-bottom: 28px;
    padding-top: 28px
}

.menu>.nav-item>.nav-link {
    font: 500 13px "Open Sans", sans-serif;
    color: #202124;
    padding: 0px;
    letter-spacing: .3px;
    text-transform: uppercase;
    transition: color .25s ease;
    position: relative
}

.menu>.nav-item>.nav-link::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #4285f4;
    transition: width .25s ease
}

.menu>.nav-item.submenu>.nav-link:after {
    content: "";
    border: 0px;
    width: auto;
    height: auto;
    font-size: 9px;
    margin-left: 4px;
    font-family: "themify";
    display: inline-block;
    position: static;
    background: none
}

.menu>.nav-item.submenu .dropdown-menu {
    margin: 0px;
    border: none;
    border-radius: 12px;
    left: -20px;
    min-width: 220px;
    padding: 12px 0;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .04), 0 10px 40px rgba(0, 0, 0, .08)
}

.menu>.nav-item.submenu .dropdown-menu:before {
    display: none
}

@media(min-width: 992px) {
    .menu>.nav-item.submenu .dropdown-menu {
        transform: translateY(15px);
        transition: all .25s ease;
        opacity: 0;
        pointer-events: none;
        top: 100%;
        display: block
    }
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin: 3px 0;
    padding: 0px 8px;
    position: relative
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
    padding: 10px 16px;
    white-space: nowrap;
    font: 400 14px "Open Sans", sans-serif;
    color: #64748b;
    transition: all .2s ease;
    border-radius: 8px;
    display: block
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link:hover {
    color: #000;
    background-color: #f1f1f1
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link span.arrow_carrot-right {
    right: 16px;
    position: absolute;
    line-height: 30px;
    font-size: 16px
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .dropdown-toggle:after {
    content: "";
    border: 0px;
    width: auto;
    height: auto;
    font-size: 9px;
    margin-left: 0;
    font-family: "themify";
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 16px
}

.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
    transition: all .25s ease;
    padding: 8px 0;
    border-radius: 12px
}

.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu:before {
    display: none
}

@media(min-width: 992px) {
    .menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: -12px;
        opacity: 0;
        display: block;
        pointer-events: none;
        transform: translateY(15px);
        min-width: 200px;
        background: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .04), 0 10px 40px rgba(0, 0, 0, .08)
    }
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
    color: #4285f4;
    background: rgba(66, 133, 244, .06)
}

.menu>.nav-item+.nav-item {
    margin-left: 36px
}

.menu>.nav-item.active .nav-link {
    color: #000;
    font-weight: 700;
}

.menu>.nav-item.active .nav-link:before {
    width: 100%;
    left: 0;
    right: auto
}

.menu>.nav-item:hover .nav-link {
    color: #4285f4
}

.menu>.nav-item:hover .nav-link:before {
    width: 100%;
    left: 0;
    right: auto
}

@media(min-width: 992px) {
    .menu>.nav-item:hover .dropdown-menu {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all
    }
}

@media(min-width: 992px)and (min-width: 992px) {
    .menu>.nav-item:hover .dropdown-menu>.nav-item:hover .dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        pointer-events: all
    }
}

.menu>.nav-item .mobile_dropdown_icon {
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 12px;
    padding: 14px
}

.menu>.nav-item.mega_menu .dropdown-menu {
    min-width: 540px;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    max-height: 309px;
    min-height: 309px;
    border: none
}

.menu>.nav-item.mega_menu .dropdown-menu li .col-lg-7 {
    padding-left: 0;
    margin-left: -5px
}

.menu>.nav-item.mega_menu .dropdown-menu li>div {
    min-height: 309px
}

.menu>.nav-item.mega_menu .dropdown-menu .nav-pills {
    padding: 30px 15px;
    background: var(--bs-white);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 100%;
    margin-right: -10px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-right: 0;
    border-left: 1px solid #ebebeb
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item {
    padding: 0 10px
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active {
    background: rgba(66, 133, 244, .06)
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:after {
    content: "5";
    position: absolute;
    right: 25px;
    top: 8px;
    font-family: "ElegantIcons";
    display: block;
    color: #4285f4;
    transition: all .2s linear;
    opacity: 0
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link {
    font-size: 14px;
    color: #202124;
    display: inline-block;
    border-radius: 0;
    background: rgba(0, 0, 0, 0) !important
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link.active {
    background: rgba(0, 0, 0, 0) !important
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item+.nav-item {
    margin-top: 8px
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
    opacity: 1;
    right: 20px
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover .nav-link,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active .nav-link {
    color: #4285f4
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2):after,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2):after {
    color: #b03532
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3):after,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3):after {
    color: #59a627
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4):after,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4):after {
    color: #da6f2b
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5):after,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5):after {
    color: #202124
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6):after,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6):after {
    color: #00aa6a
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2) .nav-link,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2) .nav-link {
    color: #b03532
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3) .nav-link,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3) .nav-link {
    color: #59a627
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4) .nav-link,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4) .nav-link {
    color: #da6f2b
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5) .nav-link,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5) .nav-link {
    color: #202124
}

.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6) .nav-link,
.menu>.nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6) .nav-link {
    color: #00aa6a
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent {
    height: 100%
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane {
    height: 100%;
    padding: 26px 10px 26px 25px;
    min-height: 309px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list {
    width: 50%;
    padding-bottom: 12px
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list.w_100 {
    width: 100%
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li {
    margin-bottom: 12px;
    display: block
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li:last-child {
    margin-bottom: 0
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding: 0;
    overflow: visible
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .2s linear
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:hover:before,
.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a.active:before {
    width: 100%
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .text a {
    display: block;
    padding: 0
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane p {
    font-size: 14px;
    line-height: 30px;
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 0
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:first-child {
    background: #4285f4
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(2) {
    background: #b03532
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(3) {
    background: #59a627
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(4) {
    background: #da6f2b
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(5) {
    background: #1d2746
}

.menu>.nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(6) {
    background: #00aa6a
}

.navbar .search_cart .search,
.navbar .search_cart .shpping-cart,
.navbar .search_cart .user {
    margin-right: 8px;
    padding-bottom: 20px;
    padding-top: 20px
}

.navbar .search_cart .search .nav-link,
.navbar .search_cart .shpping-cart .nav-link,
.navbar .search_cart .user .nav-link {
    font-size: 18px;
    line-height: 38px;
    color: #475569;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    text-align: center;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar .search_cart .search:hover>a,
.navbar .search_cart .shpping-cart:hover>a,
.navbar .search_cart .user:hover>a {
    background: #4285f4;
    color: #fff
}

.navbar .search_cart .search {
    display: inline-block;
    margin-right: 0
}

.navbar .search_cart .search a.nav-link {
    font-size: 16px;
    position: relative
}

.navbar .search_cart .search a.nav-link:before {
    display: none
}

.navbar .search_cart .search.open .menu-search-form {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.navbar .search_cart .shpping-cart {
    display: inline-block;
    margin-left: 0px;
    padding-left: 8px !important
}

.navbar .search_cart .shpping-cart .nav-link::after {
    display: none
}

.navbar .search_cart .shpping-cart .num {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: #4285f4;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -6px;
    right: -4px
}

.navbar .search_cart .shpping-cart .nav-link:before {
    display: none
}

.navbar .search_cart .shpping-cart .dropdown-menu {
    padding: 0;
    min-width: 340px;
    width: 100%;
    position: absolute;
    left: auto;
    right: 0;
    border-radius: 14px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .04), 0 10px 40px rgba(0, 0, 0, .1);
    overflow: hidden
}

.navbar .search_cart .shpping-cart .dropdown-menu::before {
    display: none
}

.navbar .search_cart .shpping-cart .dropdown-menu li {
    background: #fff
}

.navbar .search_cart .shpping-cart .dropdown-menu li:first-child {
    padding-top: 16px
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-dropdown {
    max-height: 400px;
    overflow-y: auto
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-dropdown::-webkit-scrollbar-track {
    background-color: #f1f5f9
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-dropdown::-webkit-scrollbar {
    width: 4px
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-dropdown::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 4px
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item a {
    color: #202124;
    font-weight: 600;
    line-height: 1;
    margin-left: 0;
    font-family: "Open Sans", sans-serif
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img {
    display: block;
    width: 20%;
    transition: all .3s linear
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img img {
    max-width: 100%;
    border-radius: 4px
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
    width: 70%;
    padding-left: 15px;
    align-self: center
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content .cart-title {
    margin-bottom: 10px;
    transition: color .3s linear
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
    font-size: 14px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    color: #4d4e50;
    font-weight: 300;
    margin-bottom: 0px
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p del {
    color: #919191
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove {
    width: 10%;
    text-align: right;
    align-self: center;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a {
    font-size: 14px;
    color: #4d4e50
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a:hover {
    color: #4285f4
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-img {
    opacity: .5
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-title a {
    color: #4285f4
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f {
    padding: 25px 30px 30px;
    background: #f5f5f5
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total {
    font-size: 14px;
    color: #202124
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
    float: right;
    font-size: 20px;
    color: #202124;
    font-weight: 500
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn {
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 4px;
    margin: 0px;
    line-height: 40px;
    padding: 0px 32px;
    background: #4285f4;
    border: 1px solid #4285f4;
    color: #fff;
    transition: all .3s linear
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn:hover {
    background: rgba(0, 0, 0, 0);
    color: #4285f4
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn+.get_btn {
    margin-left: 10px;
    background: rgba(0, 0, 0, 0);
    color: #4285f4
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn+.get_btn:hover {
    background: #4285f4;
    color: #fff
}

.navbar .bj_theme_btn.strock_btn {
    padding: 9px 30px;
    border: 2px solid #4285f4;
    color: #4285f4;
    margin-left: 10px
}

.navbar .bj_theme_btn.strock_btn::before {
    background-color: #4285f4
}

.navbar .bj_theme_btn.strock_btn:hover {
    color: #fff
}

.navbar .bj_theme_btn.strock_btn i {
    margin-right: 10px;
    vertical-align: baseline
}

.menu-search-form {
    position: absolute;
    width: 370px;
    box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, .08), -3px 0px 0px 0px rgba(238, 144, 81, .004);
    top: 100%;
    left: auto;
    right: -100px;
    z-index: 20;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    border-left: 3px solid var(--bj-darks)
}

.menu-search-form .form-control {
    font-size: 18px;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 30px;
    height: 60px;
    font-family: "Open Sans", sans-serif
}

.menu-search-form .form-control.placeholder {
    color: #a6a6a6
}

.menu-search-form .form-control:-moz-placeholder {
    color: #a6a6a6
}

.menu-search-form .form-control::-moz-placeholder {
    color: #a6a6a6
}

.menu-search-form .form-control::-webkit-input-placeholder {
    color: #a6a6a6
}

.menu-search-form button {
    border: 0px;
    background: #fff;
    margin-left: -1px;
    padding-right: 20px;
    color: var(--bj-darks)
}

.navbar-toggler {
    padding: 0px
}

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

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block
}

.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block
}

.menu_toggle .hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #202124;
    border-radius: 3px;
    transition: .2s ease-in-out
}

.menu_toggle .hamburger span:nth-child(1) {
    transition-delay: 0s
}

.menu_toggle .hamburger span:nth-child(2) {
    transition-delay: .125s
}

.menu_toggle .hamburger span:nth-child(3) {
    transition-delay: .2s
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    display: block
}

.menu_toggle .hamburger-cross span {
    display: block;
    background: #202124;
    border-radius: 3px;
    transition: .2s ease-in-out
}

.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    transition-delay: .3s
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    transition-delay: .4s
}

.collapsed .menu_toggle .hamburger span {
    width: 100%
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
    transition-delay: .3s
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
    transition-delay: .4s
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
    transition-delay: .5s
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    transition-delay: 0s
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    transition-delay: .2s
}

@media(min-width: 992px) {
    .menu_white .menu>.nav-item>.nav-link {
        color: #fff
    }

    .menu_white .menu>.nav-item:hover>.nav-link,
    .menu_white .menu>.nav-item.active>.nav-link {
        color: #4285f4
    }

    .menu_white.navbar .bj_theme_btn.strock_btn {
        border-color: #fff;
        color: #fff
    }

    .menu_white.navbar .bj_theme_btn.strock_btn:before {
        background: #fff
    }

    .menu_white.navbar .bj_theme_btn.strock_btn:hover {
        color: #4285f4
    }

    .menu_white .menu.search_cart .search:hover>a,
    .menu_white .menu.search_cart .shpping-cart:hover>a {
        color: #fff
    }
}

.menu_white .menu_toggle .hamburger span,
.menu_white .menu_toggle .hamburger-cross span {
    background: #fff
}

@media(min-width: 992px) {
    .header_blue .menu>.nav-item>.nav-link {
        color: #d6d9dc
    }

    .header_blue .menu>.nav-item:hover>.nav-link,
    .header_blue .menu>.nav-item.active>.nav-link {
        color: #fff
    }

    .header_blue .menu.search_cart .search>a,
    .header_blue .menu.search_cart .shpping-cart>a {
        color: #fff
    }

    .header_blue .menu.search_cart .search:hover>a,
    .header_blue .menu.search_cart .shpping-cart:hover>a {
        color: #fff
    }
}

.header_blue .menu_toggle .hamburger span,
.header_blue .menu_toggle .hamburger-cross span {
    background: #fff
}

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(96, 61, 5, .08)
}

.fixed-header .search_cart.menu>.nav-item {
    padding: 15px 0
}

.fixed-header .menu>.nav-item {
    padding: 30px 0px;
    transition: all .3s linear
}

.fixed-header .sticky_logo img {
    display: none
}

.fixed-header .sticky_logo img+img {
    display: block
}

.fixed-header.menu_white .menu>.nav-item>.nav-link {
    color: #202124
}

.fixed-header.menu_white .menu>.nav-item:hover>.nav-link,
.fixed-header.menu_white .menu>.nav-item.active>.nav-link {
    color: #4285f4
}

.fixed-header.menu_white.navbar .bj_theme_btn.strock_btn {
    border-color: #202124;
    color: #202124
}

.fixed-header.menu_white.navbar .bj_theme_btn.strock_btn:before {
    background: #4285f4
}

.fixed-header.menu_white.navbar .bj_theme_btn.strock_btn:hover {
    color: #fff;
    border-color: #4285f4
}

.fixed-header.menu_white .menu.search_cart .search:hover>a,
.fixed-header.menu_white .menu.search_cart .shpping-cart:hover>a,
.fixed-header.menu_white .menu.search_cart .user:hover>a {
    color: #fff
}

.fixed-header.menu_white .menu_toggle .hamburger span,
.fixed-header.menu_white .menu_toggle .hamburger-cross span {
    background: #202124
}

.header_blue {
    background: #001f58
}

.header_blue .navbar .alter_nav .menu .nav-item {
    margin-left: 4px;
    margin-right: 0
}

.header_blue .navbar .alter_nav .menu .nav-item>.nav-link {
    font-size: 24px
}

.bj_banner_area {
    padding-top: 100px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%) !important
}

.bj_banner_area::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at 20% 80%, rgba(66, 133, 244, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(66, 133, 244, 0.05) 0%, transparent 50%);
    animation: meshFloat 20s ease-in-out infinite;
    pointer-events: none
}

.bj_banner_area .container {
    position: relative;
    z-index: 5
}

@keyframes meshFloat {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg)
    }

    50% {
        transform: translate(-2%, 2%) rotate(1deg)
    }
}

.bj_banner_content {
    margin-top: 80px;
    position: relative;
    z-index: 10
}

.bj_banner_content .offer_text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--bj-Open);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #36383a;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 12px 24px;
    background: hsla(0, 0%, 100%, .9);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(66, 133, 244, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06)
}

.bj_banner_content .offer_text span {
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #4285F4, rgb(17.805, 101.89, 241.195));
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(66, 133, 244, .35)
}

.bj_banner_content h2 {
    font-size: 64px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #001f58;
    font-weight: 800;
    margin-bottom: 25px;
    font-family: "Libre Baskerville", sans-serif;
    position: relative;
    display: inline-block
}

.bj_banner_content h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, #4285F4, rgb(104.556, 157.888, 246.244));
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(66, 133, 244, .3)
}

.bj_banner_content p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #3c4146;
    max-width: 480px;
    opacity: .9
}

.bj_banner_content .bj_theme_btn {
    font-size: 16px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 8px 25px rgba(66, 133, 244, .35);
    transition: all .4s ease;
    position: relative;
    overflow: hidden
}

.bj_banner_content .bj_theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left .6s ease
}

.bj_banner_content .bj_theme_btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(66, 133, 244, .45)
}

.bj_banner_content .bj_theme_btn:hover::before {
    left: 100%
}

.bj_banner_content .bj_theme_btn.strock_btn {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #4285f4;
    color: #4285f4;
    box-shadow: 0 4px 15px rgba(66, 133, 244, .1);
    margin-left: 20px
}

.bj_banner_content .bj_theme_btn.strock_btn:hover {
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.community_info_wrapper {
    margin-top: 50px;
    gap: 30px
}

.community_info_wrapper .community_info {
    margin-top: 0;
    margin-right: 0;
    padding: 20px 30px;
    background: hsla(0, 0%, 100%, .8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(66, 133, 244, .1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05)
}

.community_info_wrapper .community_info h5 {
    font-size: 14px;
    color: #636466;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.community_info_wrapper .community_info .people_img {
    display: flex;
    margin-top: 0
}

.community_info_wrapper .community_info .people_img .avater_img {
    width: 48px;
    height: 48px;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    transition: all .3s ease
}

.community_info_wrapper .community_info .people_img .avater_img:not(:first-child) {
    margin-left: -15px
}

.community_info_wrapper .community_info .people_img .avater_img:hover {
    transform: translateY(-3px) scale(1.1);
    z-index: 5
}

.community_info_wrapper .community_info .people_img .avater_img:last-child {
    background: linear-gradient(135deg, #4285F4, rgb(17.805, 101.89, 241.195));
    text-align: center;
    color: #fff;
    line-height: 42px;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(66, 133, 244, .35)
}

.community_info_wrapper .community_info .people_img .avater_img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.community_info_wrapper .community_info_number {
    margin-top: 0;
    padding: 20px 30px;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(66, 133, 244, .3)
}

.community_info_wrapper .community_info_number .number {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 800;
    margin-top: 8px
}

.community_info_wrapper .community_info_number p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .85)
}

.text_btn {
    padding: 0px;
    border-radius: 0px;
    color: #4285f4;
    background: rgba(0, 0, 0, 0)
}

.text_btn i {
    vertical-align: middle
}

.text_btn:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #4285f4;
    opacity: .8;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
    transition: width .7s linear
}

.text_btn:after {
    content: "";
    display: inline-block;
    width: 0;
    left: 0;
    height: 1px;
    background: #4285f4;
    position: absolute;
    bottom: 0;
    transition: all .6s linear
}

.text_btn:hover {
    color: #4285f4
}

.text_btn:hover:before {
    width: 0px;
    left: auto;
    right: 0;
    transition: width .4s linear
}

.text_btn:hover:after {
    width: 100%
}

.bj_banner_img {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-left: -65px;
    height: 850px
}

.bj_banner_img .shape_one,
.bj_banner_img .shape_two,
.bj_banner_img .shape_three,
.bj_banner_img .shape_four {
    position: absolute;
    z-index: -1
}

.bj_banner_img .shape_one .layer,
.bj_banner_img .shape_two .layer,
.bj_banner_img .shape_three .layer,
.bj_banner_img .shape_four .layer {
    position: relative !important
}

.bj_banner_img .shape_one {
    top: 25px;
    left: 95px;
    filter: blur(3px)
}

.bj_banner_img .shape_two {
    right: -290px;
    bottom: 350px;
    filter: blur(3px)
}

.bj_banner_img .shape_three {
    right: -180px;
    top: 125px
}

.bj_banner_img .shape_four {
    left: 200px;
    bottom: 85px
}

@media(max-width: 991px) {
    .bj_banner_content {
        margin-top: 40px;
        text-align: center
    }

    .bj_banner_content h2 {
        font-size: 44px
    }

    .bj_banner_content h2::after {
        left: 50%;
        transform: translateX(-50%)
    }

    .bj_banner_content p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .bj_banner_content .d-flex:first-of-type {
        justify-content: center
    }

    .community_info_wrapper {
        justify-content: center;
        flex-wrap: wrap
    }
}

@media(max-width: 767px) {
    .bj_banner_content h2 {
        font-size: 36px
    }

    .bj_banner_content h2::after {
        width: 80px;
        height: 4px
    }

    .bj_banner_content .offer_text {
        font-size: 12px;
        padding: 10px 18px
    }

    .bj_banner_content .offer_text span {
        font-size: 11px;
        padding: 5px 12px
    }

    .bj_banner_content .bj_theme_btn {
        font-size: 14px;
        padding: 14px 28px
    }

    .bj_banner_content .bj_theme_btn.strock_btn {
        margin-left: 0;
        margin-top: 15px
    }

    .bj_banner_content .d-flex:first-of-type {
        flex-direction: column;
        gap: 0
    }

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

    .community_info_wrapper .community_info,
    .community_info_wrapper .community_info_number {
        width: 100%;
        text-align: center
    }

    .community_info_wrapper .community_info .people_img {
        justify-content: center
    }
}

.bj_banner_area_two {
    padding: 230px 0px 130px;
    overflow: hidden
}

.bj_banner_area_two .shape_bg {
    position: absolute;
    left: 0;
    bottom: 0
}

.banner_title {
    font-size: 72px;
    line-height: 1.2;
    font-family: var(--bj-Open);
    font-weight: 700;
    margin-bottom: 35px
}

.bj_banner_content_two p {
    font-size: 24px;
    color: #4d4e50;
    line-height: 1.6;
    margin-bottom: 50px
}

.bj_banner_content_two .bj_theme_btn {
    font-family: var(--bj-Open);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 36px 12px;
    margin-right: 30px
}

.bj_banner_img_two {
    position: relative;
    padding-bottom: 85px;
    padding-top: 20px
}

.bj_banner_img_two .img_two,
.bj_banner_img_two .img_three,
.bj_banner_img_two .shape_one,
.bj_banner_img_two .shape_two {
    position: absolute;
    z-index: -1
}

.bj_banner_img_two .img_two {
    right: -40px;
    bottom: -10px
}

.bj_banner_img_two .img_three {
    right: 26px;
    top: 80px
}

.bj_banner_img_two .shape_one {
    width: 133px;
    height: 133px;
    background: var(--bj-blue);
    top: 0;
    left: 100px
}

.bj_banner_img_two .shape_two {
    border: 3px solid #202124;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    bottom: 20px;
    right: 0;
    z-index: -2
}

.banner_area_three {
    padding: 210px 0px 120px
}

.banner_shop_img {
    position: relative;
    z-index: 1;
    margin-right: -100px;
    text-align: right
}

.banner_shop_img .round,
.banner_shop_img .women {
    position: absolute;
    z-index: -1
}

.banner_shop_img .round {
    top: -5px;
    right: 0
}

.banner_shop_img .women {
    bottom: 0;
    left: 122px
}

.bj_banner_content_three p {
    color: #4d4e50;
    line-height: 35px
}

.bj_banner_content_three h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--bj-blue);
    margin-top: 32px
}

.search_form {
    max-width: 520px;
    position: relative;
    margin-top: 50px
}

.search_form .form-control {
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05);
    border: 0px;
    color: #202124;
    height: auto;
    padding: 15px 20px;
    line-height: 30px
}

.search_form .form-control.placeholder {
    color: #797a7c
}

.search_form .form-control:-moz-placeholder {
    color: #797a7c
}

.search_form .form-control::-moz-placeholder {
    color: #797a7c
}

.search_form .form-control::-webkit-input-placeholder {
    color: #797a7c
}

.search_form .search_btn {
    position: absolute;
    border: 0px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: rgba(66, 133, 244, .1);
    color: #202124;
    width: 40px;
    height: 40px;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    transition: all .2s linear;
    z-index: 1
}

.search_form .search_btn:hover {
    background: #4285f4;
    color: #fff
}

.clients_logo_inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 140px;
    align-items: center;
    justify-content: center
}

.clients_logo_inner .clients_logo_item {
    padding-left: 10px;
    padding-right: 10px;
    width: 16.6666666667%
}

.clients_logo_inner .clients_logo_item img {
    max-width: 100%
}

.clients_logo_inner .clients_logo_item:hover {
    opacity: .8
}

.clients_logo_inner.clients_logo_four .clients_logo_item {
    width: 33.3333333333%
}

.clients_logo_inner.clients_logo_four .clients_logo_item:first-child {
    padding-left: 0
}

.bj_clients_logo {
    margin-top: 75px
}

.bj_clients_logo .clients_logo_inner {
    margin-top: 50px
}

.bj_clients_logo .bj_clients_title {
    position: relative;
    text-align: center;
    z-index: 1
}

.bj_clients_logo .bj_clients_title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #d2d2d3;
    z-index: -1
}

.bj_clients_logo .bj_clients_title h3 {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 0 20px;
    font-size: 22px;
    font-weight: 600;
    color: #202124
}

.banner_area_four {
    padding: 275px 0px 155px;
    overflow: hidden;
    position: relative
}

.banner_area_four .bg-shape div {
    position: absolute;
    border-radius: 50%;
    z-index: -1
}

.banner_area_four .bg-shape div:nth-child(1) {
    background-image: linear-gradient(to bottom left, #1a294f, #1b2a52);
    height: 395px;
    width: 395px;
    top: -192px;
    left: -192px
}

.banner_area_four .bg-shape div:nth-child(2) {
    background-image: linear-gradient(to right, #1d2e59, #1b2a52);
    height: 890px;
    width: 890px;
    top: -185px;
    left: -250px;
    z-index: -2
}

.banner_area_four .bg-shape div:nth-child(3) {
    background-image: linear-gradient(to bottom, #19284d, #1b2b54);
    height: 570px;
    width: 570px;
    top: -285px;
    right: -270px
}

.banner_area_four .bg-shape div:nth-child(4) {
    background-image: linear-gradient(to right, #1c2d57, #1a294f);
    height: 645px;
    width: 645px;
    bottom: -300px;
    right: 336px
}

.bj_banner_content_four {
    max-width: 550px
}

.bj_banner_content_four .banner_title {
    color: #fff
}

.bj_banner_content_four p {
    font-size: 20px;
    line-height: 32px;
    color: #d2d2d3
}

.bj_banner_content_four .search_form {
    max-width: 100%
}

.bj_banner_content_four h5 {
    color: #d2d2d3;
    font-size: 20px;
    font-weight: 600;
    margin-top: 70px
}

.bj_banner_content_four .search_form .form-control {
    padding-left: 30px;
    border-radius: 4px
}

.bj_banner_content_four .search_form .bj_theme_btn {
    border: 0
}

.bj_banner_content_four .clients_logo_inner {
    margin-top: 30px;
    padding-right: 100px
}

.my-books-banner {
    background-color: #121138;
    position: relative;
    z-index: 1;
    padding-top: 318px;
    padding-bottom: 185px;
    overflow: hidden
}

.my-books-banner::before {
    content: "";
    height: 1000px;
    width: 1000px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(133deg, rgba(16, 15, 56, 0) 0%, #151442 100%);
    top: -400px;
    left: -180px;
    z-index: -1
}

.my-books-banner .bg-img {
    position: absolute;
    right: 262px;
    bottom: 0
}

.my-books-banner .bg-img .book-shape {
    position: absolute
}

.my-books-banner .bg-img .book-shape img {
    max-width: inherit
}

.my-books-banner .bg-img .book-shape:nth-child(1) {
    left: -180px;
    top: 170px
}

.my-books-banner .bg-img .book-shape:nth-child(2) {
    left: -180px;
    top: 70px
}

.my-books-banner .bg-img .book-shape:nth-child(3) {
    left: -43px;
    top: -65px
}

.my-books-banner .bg-img .book-shape:nth-child(4) {
    right: 50px;
    top: -130px
}

.my-books-banner .bg-img .book-shape:nth-child(5) {
    right: -50px;
    top: 40px
}

.my-books-banner .bg-img .book-shape:nth-child(6) {
    right: -65px;
    top: 45%
}

.my-books-banner .bj_banner_content_two .banner_title {
    color: #fff
}

.my-books-banner .bj_banner_content_two p {
    max-width: 790px;
    font-size: 20px;
    color: #ccccce;
    margin-bottom: 0
}

.bj_new_product_area {
    position: relative;
    overflow: hidden
}

.bj_new_product_area[data-bg-color="#f5f5f5"] {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e8f4f8 100%) !important
}

.bj_new_product_area::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(66, 133, 244, 0.06) 0%, transparent 60%);
    border-radius: 50%;
    top: -150px;
    right: -150px;
    pointer-events: none
}

.bj_new_product_area::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.05) 0%, transparent 60%);
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
    pointer-events: none
}

.bj_new_product_area .container {
    position: relative;
    z-index: 5
}

.bj_new_product_area .section_title {
    margin-bottom: 40px
}

.bj_new_product_area .section_title .title,
.bj_new_product_area .section_title .title_two {
    font-size: 48px;
    font-weight: 800;
    color: #1e293b;
    position: relative;
    display: inline-block
}

.bj_new_product_area .section_title .title::after,
.bj_new_product_area .section_title .title_two::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: #000;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(66, 133, 244, .35)
}

.bj_new_product_area .section_title p {
    font-size: 16px;
    color: #64748b;
    margin-top: 25px;
    font-weight: 500
}

.bj_new_product_area .bj_new_pr_item .bj_theme_btn {
    margin-top: 15px
}

.bj_product_slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px
}

.bj_product_slider .item {
    padding: 15px
}

.bj_new_pr_content {
    padding-top: 20px
}

.bj_new_pr_content .category {
    font-size: 16px;
    font-family: var(--bj-Open);
    color: var(--bj-blue);
    text-transform: uppercase;
    letter-spacing: .01rem;
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block
}

.bj_new_pr_content .bj_new_pr_title {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--bj-Open);
    letter-spacing: 0px;
    color: var(--bj-dark);
    transition: all .2s
}

.bj_new_pr_content .bj_pr_meta {
    font-size: 16px;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px
}

.bj_new_pr_content .bj_pr_meta .writer_name {
    color: var(--bj-light-gray);
    display: flex
}

.bj_new_pr_content .bj_pr_meta .writer_name img {
    margin-right: 7px
}

.bj_new_pr_content .bj_pr_meta .writer_name a {
    margin-left: 5px
}

.bj_new_pr_content .bj_pr_meta .ratting {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffa801
}

.bj_new_pr_content .bj_pr_meta .ratting span {
    color: #797a7c;
    font-weight: 400;
    padding-left: 5px
}

.bj_new_pr_content .bj_pr_meta .ratting img {
    margin-right: 7px
}

.bj_new_pr_content .book_price {
    color: var(--bj-dark);
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 18px
}

.bj_new_pr_content .book_price img {
    margin-right: 7px
}

.bj_new_pr_content .book_price del {
    color: #797a7c;
    font-weight: 400
}

.bj_new_pr_content .product_varaiation {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(226, 226, 226, .831372549);
    margin-top: 14px;
    padding-top: 3px
}

.bj_new_pr_content .product_varaiation button {
    background-color: #fff;
    padding: 8px;
    margin: 0;
    border: 0;
    padding-left: 0;
    color: #202124
}

.bj_new_pr_content .product_varaiation .nice-select {
    padding-left: 0;
    border: 0;
    font-size: 15px;
    padding-right: 22px
}

.bj_new_pr_content .product_varaiation .nice-select img {
    margin-right: 5px
}

.bj_new_pr_content .product_varaiation .nice-select i {
    margin-right: 5px
}

.bj_new_pr_content .product_varaiation img {
    max-width: 18px
}

.bj_new_pr_content .product_varaiation .book_price {
    font-size: 15px
}

.bj_new_pr_content_two .d-flex {
    align-items: center
}

.bj_new_pr_content_two .writer_name {
    font-size: 16px;
    color: #535a60
}

.bj_new_pr_content_two .writer_name i {
    margin-right: 3px
}

.bj_new_pr_content_two .ratting {
    display: flex;
    font-size: 14px;
    color: #535a60;
    letter-spacing: .8px;
    margin: 5px 0px 18px
}

.bj_new_pr_content_two .ratting .ratting_icon {
    letter-spacing: -0.8px;
    margin-right: 6px
}

.bj_new_pr_content_two .ratting i {
    font-size: 14px;
    color: #ffa801
}

.bj_new_pr_content_two .ratting i:last-child {
    color: #9fa6ad
}

.bj_new_pr_content_two .book_price {
    font-size: 30px;
    color: #242729;
    font-weight: 700
}

.bj_new_pr_content_two .book_price sup {
    font-size: 16px;
    font-weight: 600
}

.bj_new_pr_content_two .bj_theme_btn {
    width: 100%;
    display: block
}

.product-single-page .bj_new_pr_item {
    border-radius: 0;
    padding: 16px
}

.product-single-page .bj_new_pr_content {
    margin-top: 10px;
    padding: 0 !important
}

.product-single-page .bj_theme_btn {
    margin-top: 10px
}

.product-single-page .bj_theme_btn:hover {
    color: #fff
}

.bj_new_pr_item {
    background: #fff;
    padding: 0;
    transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .03)
}

.bj_new_pr_item .ribon {
    font-size: 12px;
    font-weight: 700;
    font-family: var(--bj-Open);
    color: #fff;
    background: linear-gradient(135deg, #4285F4, rgb(17.805, 101.89, 241.195));
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 3;
    padding: 8px 16px;
    text-transform: uppercase;
    border-radius: 30px;
    letter-spacing: .5px;
    box-shadow: 0 4px 15px rgba(66, 133, 244, .4)
}

.bj_new_pr_item .ribon:before {
    display: none
}

.bj_new_pr_item .pr_img {
    position: relative
}

.bj_new_pr_item .wish_btn {
    position: absolute;
    right: 16px;
    top: 16px;
    background: hsla(0, 0%, 100%, .95);
    backdrop-filter: blur(10px);
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #94a3b8;
    border-radius: 12px;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    transition: all .3s ease
}

.bj_new_pr_item .wish_btn:hover {
    background: linear-gradient(135deg, #ef4444, #ec4899);
    color: #fff;
    box-shadow: 0 6px 20px rgba(239, 68, 68, .4);
    transform: scale(1.1)
}

.bj_new_pr_item .img {
    display: block;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 30px;
    position: relative
}

.bj_new_pr_item .img img {
    display: inline-block;
    transition: all .5s ease;
    max-width: 100%;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.12))
}

.bj_new_pr_item .bj_new_pr_content {
    padding: 24px
}

.bj_new_pr_item .bj_new_pr_content .bj_new_pr_title {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    transition: color .3s ease;
    margin-bottom: 10px;
    line-height: 1.4
}

.bj_new_pr_item .bj_new_pr_content .bj_new_pr_title:hover {
    color: #4285f4
}

.bj_new_pr_item .bj_new_pr_content .bj_pr_meta .writer_name {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 8px
}

.bj_new_pr_item .bj_new_pr_content .bj_pr_meta .writer_name a {
    color: #4285f4;
    font-weight: 500;
    transition: color .3s ease
}

.bj_new_pr_item .bj_new_pr_content .bj_pr_meta .writer_name a:hover {
    color: rgb(17.805, 101.89, 241.195)
}

.bj_new_pr_item .bj_new_pr_content .bj_pr_meta .book_price {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px
}

.bj_new_pr_item .bj_new_pr_content .bj_pr_meta .book_price del {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 400
}

.bj_new_pr_item .bj_theme_btn {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px;
    display: block;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all .3s ease;
    letter-spacing: .5px
}

.bj_new_pr_item .bj_theme_btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000
}

.bj_new_pr_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1), 0 0 0 1px rgba(66, 133, 244, .08)
}

.bj_new_pr_item:hover .img img {
    transform: scale(1.05)
}

.slider_nav .slick-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #bcd1f4;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer
}

.slider_nav .slick-arrow:hover {
    background: var(--bj-blue)
}

.tab_slider_thumb {
    padding: 0;
    padding-right: 30px;
    border-right: 1px solid #e2e8f0;
    gap: 5px
}

.tab_slider_thumb .nav-item {
    width: 100%
}

.tab_slider_thumb .nav-link {
    margin-bottom: 0;
    width: 100%;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 15px;
    display: block;
    transition: all .25s ease;
    cursor: pointer;
    border: none;
    background: rgba(0, 0, 0, 0);
    border-left: 3px solid rgba(0, 0, 0, 0)
}

.tab_slider_thumb .nav-link strong {
    font-size: 15px;
    color: #94a3b8;
    font-weight: 500;
    transition: all .25s ease
}

.tab_slider_thumb .nav-link:hover {
    background: #f8fafc;
    border-left-color: rgba(66, 133, 244, .3)
}

.tab_slider_thumb .nav-link:hover strong {
    color: #475569
}

.tab_slider_thumb .nav-link.active {
    background: linear-gradient(90deg, rgba(66, 133, 244, 0.06), transparent);
    border-left-color: #4285f4
}

.tab_slider_thumb .nav-link.active strong {
    color: #4285f4;
    font-weight: 600
}

.tab_slider_thumb .nav-link.active span {
    color: #94a3b8
}

.tab_slider_thumb .item {
    float: none
}

.tab_slider_thumb .item.slick-current .tab_thumb_content {
    background: var(--bj-blue);
    color: #fff
}

.tab_slider_thumb .item.slick-current .tab_thumb_content strong {
    color: #fff
}

.pr_featured_author_area {
    position: relative;
    background: #fff
}

.pr_featured_author_area .container {
    position: relative
}

.pr_featured_author_area .section_title {
    margin-bottom: 40px
}

.pr_featured_author_area .section_title .title,
.pr_featured_author_area .section_title .title_two {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.5px
}

.pr_featured_author_area .tab-arrow-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: -40px
}

.pr_featured_author_area .tab-arrow-controls button {
    border: 1px solid #e2e8f0;
    outline: none;
    padding: 0;
    width: 44px;
    height: 44px;
    background: #fff;
    color: #64748b;
    border-radius: 10px;
    font-size: 18px;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.pr_featured_author_area .tab-arrow-controls button:hover {
    background: #4285f4;
    border-color: #4285f4;
    color: #fff
}

.pr_featured_author_area .tab-arrow-controls button:disabled {
    background: #f8fafc;
    color: #cbd5e1;
    border-color: #e2e8f0
}

.tab_slider_content .bj_author_single {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden
}

.tab_slider_content .bj_author_single>img {
    border-radius: 12px;
    margin: 16px
}

.tab_slider_content .bj_author_single .bj_author_single_content {
    padding: 20px 30px 20px 10px
}

.tab_slider_content .bj_author_single .bj_author_single_content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px
}

.tab_slider_content .bj_author_single .bj_author_single_content p {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 16px
}

.tab_slider_content .bj_author_single .bj_author_single_content .book_info {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px
}

.tab_slider_content .bj_author_single .bj_author_single_content .book_info li {
    font-size: 13px;
    color: #64748b;
    padding: 6px 0
}

.tab_slider_content .bj_author_single .bj_author_single_content .book_info li span {
    font-weight: 600;
    color: #475569
}

.tab_slider_content .bj_author_single .bj_author_single_content .book_info li a {
    color: #4285f4
}

.tab_slider_content .bj_author_single .bj_author_single_content .book_info li a:hover {
    text-decoration: underline
}

.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round {
    margin-bottom: 16px;
    display: flex;
    gap: 8px
}

.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li a {
    width: 36px;
    height: 36px;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #64748b;
    transition: all .25s ease
}

.tab_slider_content .bj_author_single .bj_author_single_content .f_social_round li a:hover {
    background: #4285f4;
    color: #fff
}

.tab_slider_content .bj_author_single .bj_author_single_content .text_btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #4285f4;
    padding: 0;
    background: none;
    transition: gap .25s ease
}

.tab_slider_content .bj_author_single .bj_author_single_content .text_btn::before {
    display: none
}

.tab_slider_content .bj_author_single .bj_author_single_content .text_btn i {
    transition: transform .25s ease
}

.tab_slider_content .bj_author_single .bj_author_single_content .text_btn:hover {
    gap: 10px
}

.tab_slider_content .bj_author_single .bj_author_single_content .text_btn:hover i {
    transform: translateX(3px)
}

.tab_slider_content .item {
    padding: 15px
}

.tab_slider_content .slick-arrow {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    border-radius: 10px;
    top: -25px;
    transition: all .25s ease
}

.tab_slider_content .slick-arrow:hover {
    background: #4285f4;
    border-color: #4285f4;
    color: #fff
}

.tab_slider_content .slick-prev {
    left: auto;
    right: 60px
}

.tab_slider_content .slick-prev::before {
    content: "4";
    font-family: "ElegantIcons";
    opacity: 1;
    line-height: 10px;
    color: #ddd
}

.tab_slider_content .slick-next {
    right: 10px
}

.tab_slider_content .slick-next::before {
    content: "5";
    font-family: "ElegantIcons";
    opacity: 1;
    line-height: 10px;
    color: #ddd
}

.pr_intro_img {
    box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, .15)
}

.pr_introduce_content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1.6px;
    margin-bottom: 17px
}

.pr_introduce_content .title {
    margin-bottom: 30px
}

.pr_introduce_content p {
    color: #4d4e50;
    margin-bottom: 55px
}

.pr_introduce_content .text_btn {
    margin-left: 25px
}

.best_selling_pr_area {
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%)
}

.best_selling_pr_area::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(66, 133, 244, 0.08) 0%, transparent 60%);
    border-radius: 50%;
    top: -200px;
    left: -150px;
    animation: floatOrb 20s ease-in-out infinite;
    pointer-events: none
}

.best_selling_pr_area::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.06) 0%, transparent 60%);
    border-radius: 50%;
    bottom: -150px;
    right: -100px;
    animation: floatOrb 25s ease-in-out infinite reverse;
    pointer-events: none
}

.best_selling_pr_area .container {
    position: relative;
    z-index: 5
}

.best_selling_pr_area .tab-content {
    margin-bottom: -30px
}

.best_selling_pr_area:hover .best_slider .slick-arrow.slick-prev {
    left: -55px;
    opacity: 1
}

.best_selling_pr_area:hover .best_slider .slick-arrow.slick-next {
    right: -55px;
    opacity: 1
}

.best_selling_pr_area .bj_new_pr_item {
    margin-bottom: 0
}

.best_selling_pr_area .section_title {
    margin-bottom: 60px
}

.best_selling_pr_area .section_title .best_selling_pr_area__subtitle {
    margin-left: 0
}

.best_selling_pr_area .section_title .title,
.best_selling_pr_area .section_title .title_two {
    font-size: 52px;
    font-weight: 800;
    color: #36383a;
    position: relative;
    display: inline-block;
    letter-spacing: -1px
}

.best_selling_pr_area .section_title .title::after,
.best_selling_pr_area .section_title .title_two::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: #000;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(66, 133, 244, .4)
}

.best_selling_pr_area .section_title p {
    font-size: 17px;
    color: #64748b;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7
}

@keyframes floatOrb {

    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }

    50% {
        transform: translate(30px, 20px) scale(1.1)
    }
}

.bj_theme_btn.strock_btn.blue_strock_btn {
    border-color: #000;
    color: #000;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 20px
}

.best_pr_tab {
    margin-bottom: 55px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    gap: 0;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.best_pr_tab .nav-item {
    flex: 1;
    text-align: center
}

.best_pr_tab .nav-item .nav-link {
    color: #64748b;
    font-family: var(--bj-Open);
    font-size: 13px;
    font-weight: 600;
    padding: 14px 24px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50px;
    transition: all .35s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap
}

.best_pr_tab .nav-item .nav-link i,
.best_pr_tab .nav-item .nav-link .tab-icon {
    font-size: 14px
}

.best_pr_tab .nav-item .nav-link.active {
    background: #4285f4;
    color: #fff;
    box-shadow: 0 4px 15px rgba(66, 133, 244, .3)
}

.best_pr_tab .nav-item .nav-link:hover:not(.active) {
    color: #4285f4;
    background: rgba(66, 133, 244, .06)
}

@media(max-width: 991px) {
    .best_pr_tab {
        max-width: 100%;
        border-radius: 20px;
        padding: 10px;
        flex-wrap: wrap;
        gap: 8px
    }

    .best_pr_tab .nav-item {
        flex: 0 0 auto
    }

    .best_pr_tab .nav-item .nav-link {
        font-size: 12px;
        padding: 12px 18px
    }
}

@media(max-width: 575px) {
    .best_pr_tab .nav-item {
        flex: 0 0 48%
    }

    .best_pr_tab .nav-item .nav-link {
        font-size: 11px;
        padding: 10px 12px;
        gap: 5px
    }
}

.best_slider .item {
    padding: 15px
}

.best_slider .bj_new_pr_item {
    padding: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .04);
    transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.best_slider .bj_new_pr_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1), 0 0 0 1px rgba(66, 133, 244, .1)
}

.best_slider .bj_new_pr_item:hover .img img {
    transform: scale(1.05)
}

.best_slider .bj_new_pr_item:hover .wish_btn {
    opacity: 1;
    transform: translateY(0)
}

.best_slider .bj_new_pr_item .img {
    position: relative;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 30px;
    overflow: hidden
}

.best_slider .bj_new_pr_item .img img {
    transition: transform .5s ease;
    display: block;
    margin: 0 auto;
    max-height: 220px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12))
}

.best_slider .bj_new_pr_item .wish_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: all .3s ease;
    opacity: 0;
    transform: translateY(-10px)
}

.best_slider .bj_new_pr_item .wish_btn i {
    font-size: 18px;
    color: #94a3b8;
    transition: all .3s ease
}

.best_slider .bj_new_pr_item .wish_btn:hover,
.best_slider .bj_new_pr_item .wish_btn.active {
    background: linear-gradient(135deg, #ef4444, #ec4899);
    box-shadow: 0 6px 20px rgba(239, 68, 68, .4)
}

.best_slider .bj_new_pr_item .wish_btn:hover i,
.best_slider .bj_new_pr_item .wish_btn.active i {
    color: #fff
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two {
    padding: 24px
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .bj_new_pr_title {
    font-size: 17px;
    font-weight: 700;
    color: #36383a;
    transition: color .3s linear;
    margin-bottom: 8px
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .bj_new_pr_title:hover {
    color: #4285f4
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .book_price {
    font-size: 24px;
    font-weight: 800;
    color: #4285f4
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .book_price sup {
    font-size: 14px;
    font-weight: 600
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .writer_name {
    font-size: 13px;
    color: #636466;
    margin-top: 8px
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .writer_name i {
    margin-right: 5px;
    color: #4285f4
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .writer_name a {
    color: inherit;
    transition: color .3s ease
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .writer_name a:hover {
    color: #4285f4
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .ratting {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .ratting .ratting_icon i {
    color: #fbbf24;
    font-size: 13px
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .ratting span {
    font-size: 13px;
    color: #94a3b8
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .bj_theme_btn {
    margin-top: 18px;
    width: 100%;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 12px;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(66, 133, 244, .25);
    transition: all .3s ease
}

.best_slider .bj_new_pr_item .bj_new_pr_content_two .bj_theme_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(66, 133, 244, .35);
    color: #000!important;
}

.best_slider .slick-arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid rgba(66, 133, 244, .1);
    color: #36383a;
    border-radius: 14px;
    transition: all .4s ease;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .06)
}

.best_slider .slick-arrow.slick-prev {
    left: -80px;
    opacity: 0
}

.best_slider .slick-arrow.slick-prev::before {
    content: "4";
    font-family: "ElegantIcons";
    opacity: 1;
    line-height: 10px;
    color: #36383a
}

.best_slider .slick-arrow.slick-next {
    right: -80px;
    opacity: 0
}

.best_slider .slick-arrow.slick-next:before {
    content: "5";
    font-family: "ElegantIcons";
    line-height: 10px;
    opacity: 1;
    color: #36383a
}

.best_slider .slick-arrow:hover {
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 10px 25px rgba(66, 133, 244, .35);
    transform: scale(1.1)
}

.best_slider .slick-arrow:hover::before,
.best_slider .slick-arrow:hover:before {
    color: #fff
}

.bj_new_pr_item_two {
    padding: 16px;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: all .25s ease;
    margin-bottom: 24px
}

.bj_new_pr_item_two .img {
    margin-right: 20px;
    width: 130px;
    min-width: 130px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.bj_new_pr_item_two .img img {
    transition: transform .3s ease;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}

.bj_new_pr_item_two .bj_new_pr_content_two {
    flex: 1;
    display: flex;
    flex-direction: column
}

.bj_new_pr_item_two .bj_new_pr_content_two .category {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 6px;
    letter-spacing: .5px;
    border-radius: 6px
}

.bj_new_pr_item_two .bj_new_pr_content_two .bj_new_pr_title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
    color: #1e293b;
    transition: color .25s ease;
    line-height: 1.4
}

.bj_new_pr_item_two .bj_new_pr_content_two .writer_name {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px
}

.bj_new_pr_item_two .bj_new_pr_content_two .writer_name a {
    color: #4285f4;
    font-weight: 500
}

.bj_new_pr_item_two .bj_new_pr_content_two .book_price {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b
}

.bj_new_pr_item_two .bj_new_pr_content_two .book_price sup {
    font-size: 12px;
    font-weight: 500
}

.bj_new_pr_item_two .bj_new_pr_content_two .bj_theme_btn {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 16px;
    margin-top: auto;
    display: inline-block;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all .25s ease
}

.bj_new_pr_item_two .bj_new_pr_content_two .bj_theme_btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    transform: translateY(-1px)
}

.bj_new_pr_item_two:hover {
    border-color: rgba(66, 133, 244, .2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06)
}

.bj_new_pr_item_two:hover .img img {
    transform: scale(1.03)
}

.bj_new_pr_item_two:hover .bj_new_pr_title {
    color: #4285f4
}

.best_product_item {
    margin-bottom: 40px
}

.best_product_item .img {
    margin-right: 30px
}

.best_product_item .bj_new_pr_title:hover {
    color: var(--bj-blue)
}

.best_product_item .writer_name {
    margin-top: 10px
}

.best_product_item .book_price {
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 5px
}

.best_product_item .book_price del {
    font-size: 16px;
    margin-left: 10px
}

.best_product_item .bj_theme_btn {
    font-size: 12px;
    padding: 6px 10px 6px
}

.clock {
    display: flex;
    justify-content: center;
    padding: 0 0 60px;
    gap: 20px
}

.clock .timer {
    text-align: center;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    padding: 24px 16px;
    min-width: 90px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(66, 133, 244, .3), 0 4px 10px rgba(66, 133, 244, .15);
    position: relative;
    overflow: hidden
}

.clock .timer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    border-radius: 16px 16px 0 0
}

.clock .timer span {
    font-size: 36px;
    line-height: 1.2;
    font-family: var(--bj-Open);
    color: #fff;
    font-weight: 800;
    display: block;
    position: relative;
    z-index: 1
}

.clock .smalltext {
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .85);
    margin-top: 8px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.product_fair_area {
    padding: 130px 0px 140px;
    position: relative;
    z-index: 1
}

.product_fair_area .fair_img {
    position: absolute;
    left: 0;
    top: 70px
}

.product_fair_area .fair_img.two {
    right: 0;
    left: auto;
    bottom: 30px;
    top: auto
}

.product_fair_content {
    max-width: 660px;
    margin: 0 auto
}

.product_fair_content h2 {
    font-size: 80px;
    font-weight: 700;
    color: var(--bj-darks);
    margin-bottom: 40px
}

.product_fair_content p {
    color: var(--bj-dark);
    line-height: 38px;
    letter-spacing: .02rem;
    margin-bottom: 55px
}

.bj_best_book_area {
    padding: 140px 0px
}

.bj_best_book_item {
    display: flex
}

.bj_best_book_item .bj_book_img {
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.bj_best_book_item .bj_book_img img {
    transition: all .5s;
    border-radius: 10px
}

.bj_best_book_item .bj_new_pr_title {
    font-size: 28px;
    font-weight: 600;
    color: var(--bj-darks);
    font-family: var(--bj-Open);
    transition: color .3s
}

.bj_best_book_item .bj_new_pr_title:hover {
    color: var(--bj-blue)
}

.bj_best_book_item .bj_pr_meta {
    font-size: 16px;
    color: #797a7c;
    border-bottom: 1px solid #d2d2d3;
    padding-bottom: 20px
}

.bj_best_book_item .book_price {
    color: var(--bj-blue);
    font-size: 24px;
    letter-spacing: .48px;
    font-family: var(--bj-Open);
    padding-top: 22px
}

.bj_best_book_item .wish_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(32, 33, 36, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s
}

.bj_best_book_item .wish_btn:hover {
    background: var(--bj-blue)
}

.bj_best_book_item .bj_theme_btn {
    font-family: var(--bj-Open);
    font-size: 16px;
    letter-spacing: .32px;
    font-weight: 600;
    text-transform: none;
    margin-left: 0;
    margin-top: 35px;
    padding: 15px 36px
}

.bj_best_book_item .bj_theme_btn.strock_btn {
    color: var(--bj-darks);
    border-color: var(--bj-darks);
    padding: 14px 36px
}

.bj_best_book_item .bj_theme_btn.strock_btn:hover {
    border-color: var(--bj-blue);
    color: #4285f4
}

.bj_best_book_item ul li {
    font-size: 18px;
    font-weight: 400;
    color: #636466;
    margin-top: 12px
}

.bj_best_book_item ul li img {
    margin-right: 7px
}

.bj_best_book_item:hover .bj_book_img img {
    transform: scale(1.04)
}

.bj_category_inner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px
}

.bj_book_category_item {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    transition: all .3s linear
}

.bj_book_category_item .icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bj-darks);
    font-size: 40px;
    background: rgba(32, 33, 36, .05);
    margin-bottom: 15px;
    transition: all .2s
}

.bj_book_category_item h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--bj-darks);
    margin-bottom: 0;
    font-family: var(--bj-Open);
    transition: color .3s
}

.bj_book_category_item:hover {
    box-shadow: 0px 0px 20px rgba(32, 33, 36, .05)
}

.bj_book_category_item:hover .icon {
    background: var(--bj-blue);
    color: #fff
}

.bj_book_category_item:hover h6 {
    color: var(--bj-blue)
}

.best_selling_pr_area_two {
    padding-bottom: 95px
}

@media(min-width: 1360px) {
    .best_selling_pr_area_two .row {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media(min-width: 1360px) {
    .best_selling_pr_area_two .row>* {
        padding-left: 30px;
        padding-right: 30px
    }
}

.best_pr_tab_inner {
    border-bottom: 1px solid #d2d2d3;
    margin-bottom: 70px
}

.best_pr_tab_inner .bj_theme_btn_two.style_two i {
    transition: all .2s linear;
    position: relative;
    display: inline-block
}

.best_pr_tab_inner .bj_theme_btn_two.style_two::before {
    display: none
}

.best_pr_tab_inner .bj_theme_btn_two.style_two:hover {
    color: #4285f4
}

.best_pr_tab_inner .bj_theme_btn_two.style_two:hover i {
    transform: translateX(5px)
}

.best_pr_tab_two .nav-item {
    margin-right: 50px
}

.best_pr_tab_two .nav-item .nav-link {
    padding: 0;
    border-radius: 0px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #4d4e50;
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
}

.best_pr_tab_two .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: -1px;
    transition: width .2s linear;
    background: var(--bj-blue)
}

.best_pr_tab_two .nav-item .nav-link:hover {
    color: var(--bj-blue)
}

.best_pr_tab_two .nav-item .nav-link.active {
    color: var(--bj-darks)
}

.best_pr_tab_two .nav-item .nav-link.active:before {
    width: 100%;
    left: 0;
    right: auto
}

.best_product_item_two .img {
    margin-right: 0;
    padding: 5px;
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05);
    display: block;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px
}

.best_product_item_two .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .4s linear;
    z-index: 1
}

.best_product_item_two .img a {
    display: block;
    overflow: hidden
}

.best_product_item_two .img img {
    max-width: 100%;
    transition: all .7s linear
}

.best_product_item_two.box-shadow .img {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .15)
}

.best_product_item_two .hover_item {
    position: absolute;
    right: 0;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s 0s ease-out;
    z-index: 2
}

.best_product_item_two .hover_item .quick_button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #909192;
    margin-bottom: 6px;
    transition: all .3s linear;
    border: 0
}

.best_product_item_two .hover_item .quick_button:hover {
    background: var(--bj-blue);
    color: #fff
}

.best_product_item_two .bj_theme_btn {
    border: 0;
    font-size: 14px;
    font-family: var(--bj-Open);
    font-weight: 600;
    text-transform: none;
    padding: 12px 30px;
    background: #fff;
    color: var(--bj-blue);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s 0s ease-out
}

.best_product_item_two .bj_theme_btn::before {
    background: var(--bj-blue)
}

.best_product_item_two .bj_theme_btn:hover {
    color: #fff
}

.best_product_item_two .bj_new_pr_content {
    padding-top: 28px
}

.best_product_item_two .bj_new_pr_content .bj_new_pr_title {
    font-weight: 700;
    color: var(--bj-darks)
}

.best_product_item_two .bj_new_pr_content .writer_name {
    color: #797a7c;
    font-size: 14px
}

.best_product_item_two .bj_new_pr_content .bj_pr_meta {
    align-items: center;
    margin-top: 18px
}

.best_product_item_two .bj_new_pr_content .bj_pr_meta .book_price {
    margin: 0;
    color: var(--bj-blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px
}

.best_product_item_two .bj_new_pr_content .bj_pr_meta .ratting {
    color: #636466;
    font-size: 18px;
    font-weight: 400;
    margin-left: 25px
}

.best_product_item_two:hover .img:before {
    opacity: 1
}

.best_product_item_two:hover .img img {
    transform: scale(1.04)
}

.best_product_item_two:hover .bj_new_pr_title {
    color: var(--bj-blue)
}

.best_product_item_two:hover .hover_item {
    opacity: 1;
    visibility: visible;
    right: 20px
}

.best_product_item_two:hover .bj_theme_btn {
    opacity: 1;
    bottom: 30px;
    visibility: visible
}

.product-quickview-modal .modal-dialog {
    max-width: 900px
}

.product-quickview-modal .product_sidbar {
    padding: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0)
}

.product-quickview-modal .product_sidbar .product-qty {
    margin-bottom: 21px;
    margin-top: 0
}

.product-quickview-modal .product_sidbar .bj_theme_btn {
    padding: 7px 20px
}

.product-quickview-modal .close-btn {
    position: absolute;
    right: -36px;
    top: -8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 30px
}

.best_pr_tab_btn .nav-item:not(:last-child) {
    margin-right: 10px
}

.best_pr_tab_btn .nav-item .nav-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .32px;
    color: #202124;
    background: #e9e9e9;
    padding: 9px 20px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    transition: all .2s linear
}

.best_pr_tab_btn .nav-item .nav-link.active {
    background: var(--bj-blue);
    color: #fff
}

.best_pr_tab_btn .nav-item .nav-link.active:hover {
    background: var(--bj-blue)
}

.best_pr_tab_btn .nav-item .nav-link:hover {
    background: #dfe9ff
}

.bj_new_product_area_three {
    overflow: hidden
}

@media(min-width: 1360px) {
    .bj_new_product_area_three .row {
        margin-left: -27px;
        margin-right: -27px
    }
}

@media(min-width: 1360px) {
    .bj_new_product_area_three .row>* {
        padding-left: 27px;
        padding-right: 27px
    }
}

.portfolio_filter {
    margin-bottom: 50px
}

.portfolio_filter .work_portfolio_item {
    color: var(--bj-light);
    font-size: 18px;
    font-family: var(--bj-Open);
    margin: 0px 25px;
    cursor: pointer
}

.portfolio_filter .work_portfolio_item.active {
    color: var(--bj-blue);
    text-decoration: underline;
    text-underline-offset: 2px
}

.portfolio_filter .work_portfolio_item:hover {
    color: var(--bj-blue)
}

.projects_item .best_product_item .img {
    padding: 0px;
    border-radius: 5px
}

.promotion_add {
    padding: 60px 55px;
    background: #fff
}

.promotion_add img {
    margin-bottom: 42px;
    transition: all .5s
}

.promotion_add h3 {
    font-size: 32px
}

.promotion_add h2 {
    font-size: 48px;
    letter-spacing: -0.48px
}

.promotion_add h2 span {
    color: var(--bj-blue)
}

.promotion_add h5 {
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--bj-light-gray);
    font-weight: 400;
    margin-top: 24px
}

.promotion_add .bj_theme_btn {
    margin-top: 65px
}

.promotion_add:hover img {
    transform: scale(1.03)
}

.bj_best_book_area_two .bj_best_book_item .bj_new_pr_title {
    font-size: 22px
}

.bj_best_book_area_two .bj_best_book_item .bj_pr_meta {
    border: 0px
}

.bj_best_book_area_two .bj_best_book_item .bj_pr_meta .ratting {
    margin-top: 12px
}

.bj_best_book_area_two .bj_best_book_item .strock_btn {
    padding: 9px 26px;
    border-color: #4285f4;
    color: #4285f4;
    margin-top: 18px
}

.booklist_item {
    display: flex;
    align-items: flex-start;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05);
    transition: all .2s linear;
    padding: 30px;
    margin-bottom: 20px;
    cursor: pointer
}

.booklist_item img {
    margin-right: 18px
}

.booklist_item h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    transition: all .2s linear
}

.booklist_item p {
    font-size: 14px;
    color: #797a7c;
    margin-bottom: 0
}

.booklist_item:hover {
    box-shadow: 0px 25px 60px -5px rgba(33, 40, 51, .12)
}

.booklist_item:hover h5 {
    color: #f16428
}

.bj_promo_area {
    padding: 140px 0px
}

.bj_promo_item {
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05);
    border-radius: 10px;
    padding: 17px 50px;
    align-items: center;
    background: #fff
}

.bj_promo_item img {
    margin-right: 20px
}

.bj_promo_item p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--bj-Open);
    color: var(--bj-darks);
    line-height: 1.6
}

.bj_promo_featured_item {
    display: flex;
    padding: 50px 30px;
    align-items: flex-end;
    margin-top: 30px;
    border-radius: 4px
}

.bj_promo_featured_item .bj_promo_text {
    flex: 1
}

.bj_promo_featured_item .bj_promo_text h4 {
    font-size: 28px;
    letter-spacing: .56px;
    font-family: var(--bj-Open);
    color: var(--bj-darks);
    font-weight: 700;
    margin-bottom: 35px
}

.bj_theme_btn_two {
    font-size: 16px;
    letter-spacing: .32px;
    font-weight: 600;
    color: var(--bj-blue);
    padding: 7px 15px 7px 0px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: all .4s;
    z-index: 1
}

.bj_theme_btn_two:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s cubic-bezier(0, 0, 1, 1);
    z-index: -1
}

.bj_theme_btn_two i {
    margin-left: 5px;
    vertical-align: middle
}

.bj_theme_btn_two:hover {
    padding-left: 15px
}

.bj_theme_btn_two:hover:before {
    transform: translateX(-50%) scale(20);
    opacity: 1
}

.bj_theme_btn_two.style_two {
    color: var(--bj-darks)
}

.bj_theme_btn_two.style_two:before {
    background: var(--bj-blue)
}

.bj_theme_btn_two.style_two:hover {
    color: #fff
}

.promotion_box_inner {
    position: relative;
    padding: 110px 0px;
    overflow: hidden
}

.promotion_box_inner .content {
    position: relative;
    z-index: 1
}

.promotion_box_inner h5 {
    color: #4d4e50;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    margin-bottom: 25px
}

.promotion_box_inner .bj_theme_btn {
    margin-top: 45px
}

.shap_img li {
    position: absolute
}

.shap_img li:nth-child(1) {
    top: -50px;
    left: 0px
}

.shap_img li:nth-child(2) {
    bottom: 20px;
    left: 20px
}

.shap_img li:nth-child(3) {
    bottom: 100px;
    right: 1px;
    z-index: 1
}

.shap_img li:nth-child(4) {
    bottom: -40px;
    right: 170px
}

.shap_img li:nth-child(5) {
    bottom: -35px;
    right: -45px
}

.shortlist_product_promo_area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.shortlist_product_promo_area .bg_top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.shortlist_product_promo_area .title {
    font-size: 40px;
    margin-bottom: 0
}

.shortlist_book {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 80px 0px
}

.shortlist_book .round {
    width: 415px;
    height: 415px;
    border-radius: 50%;
    background: #cdf0f0;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -207px;
    z-index: -1
}

.bj_promoter_area .border_bottom {
    margin-top: 110px
}

.bj_promoter_area .clients_logo_inner .clients_logo_item {
    width: 25%
}

.border_bottom {
    border-bottom: 1px solid var(--black_50)
}

.promoter_content h3 {
    font-size: 32px;
    margin-bottom: 20px
}

.promoter_content p {
    font-size: 16px;
    color: #636466
}

.bj_book_service_area {
    padding-bottom: 130px
}

.bj_book_service_item {
    border-radius: 5px;
    padding: 55px 30px;
    margin-top: 30px
}

.bj_book_service_item i {
    font-size: 60px;
    margin-bottom: 30px;
    display: block
}

.bj_book_service_item h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.bj_book_service_item p {
    font-size: 16px;
    margin-bottom: 0
}

.bj_award_gallery_item:not(:first-child) {
    margin-top: 150px
}

.award_content p {
    font-size: 16px;
    margin-bottom: 25px
}

.award_content .award_logo_inner {
    display: flex;
    padding-top: 25px
}

.award_content .award_logo_inner .award_logo_item {
    width: 25%;
    padding-right: 12px
}

.award_content .award_logo_inner .award_logo_item img {
    max-width: 100%
}

.award_content .award_logo_inner .award_logo_item h4 {
    font-size: 22px;
    font-weight: 600;
    color: #3d3d4e;
    line-height: 32px;
    margin-top: 20px
}

.award_img {
    position: relative
}

.award_img .border_radius {
    border-radius: 10px
}

.award_img .shape {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 0
}

.bj_award_gallery_item_two .award_img .shape {
    right: auto;
    left: -70px;
    top: -50px;
    z-index: -1
}

.bj_award_gallery_item_two .award_content .award_logo_inner .award_logo_item h4 {
    font-size: 14px;
    max-width: 100px;
    margin-left: auto;
    line-height: 20px;
    margin-right: auto
}

.bj_fact_area {
    background-attachment: fixed !important;
    padding: 120px 0px;
    position: relative;
    z-index: 1
}

.bj_fact_area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1d2e59;
    opacity: .8;
    z-index: -1
}

.bj_fact_item {
    text-align: center
}

.bj_fact_item i {
    font-size: 60px;
    color: #fff
}

.bj_fact_item p {
    font-size: 18px;
    color: #d2d2d3;
    font-weight: 400;
    margin-top: 15px
}

.bj_fact_item .number {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.48px
}

.version {
    margin-top: 39px
}

.version h5 {
    font-size: 22px
}

.version p {
    padding: 0 15px;
    font-size: 16px;
    color: #4d4e50;
    margin-bottom: 0
}

.chapter-tab {
    gap: 10px;
    border: none
}

.chapter-tab .nav-link {
    border-radius: 8px;
    padding: 20px 42px 18px 35px;
    border: none;
    box-shadow: none;
    background-color: #fff;
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05);
    cursor: pointer;
    width: 100%
}

.chapter-tab .nav-link:hover {
    background-color: rgba(66, 133, 244, .2)
}

.chapter-tab .nav-link.active {
    background-color: #4285f4
}

.chapter-tab .nav-link.active .tab_title {
    color: #fff
}

.chapter-tab .nav-link.active p {
    color: #fff
}

.chapter-tab .nav-link .tab_title {
    font-weight: 600;
    margin-bottom: 2px;
    color: #202124
}

.chapter-tab .nav-link p {
    margin-bottom: 0;
    font-size: 16px;
    color: #636466
}

.chapter-tab-content {
    text-align: center
}

.chapter-tab-content .main-img {
    border-radius: 5px;
    box-shadow: 16.1481494904px 24.2222251892px 40.3703727722px 0 rgba(0, 0, 0, .1019607843);
    overflow: hidden;
    display: inline-block
}

.features_box {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.features_box>[class*=col-] {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px)
}

@media(max-width: 991px) {
    .features_box>[class*=col-] {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px)
    }
}

@media(max-width: 767px) {
    .features_box>[class*=col-] {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.bj_features_item {
    padding: 48px 36px 44px;
    margin-top: 0;
    background: #fff;
    border-radius: 24px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .06);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%
}

.bj_features_item::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.06) 0%, transparent 60%);
    top: -60px;
    right: -60px;
    transition: all .4s ease
}

.bj_features_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: #4285f4;
    border-radius: 4px 4px 0 0;
    transition: width .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.bj_features_item:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(66, 133, 244, .15)
}

.bj_features_item:hover::before {
    transform: scale(1.5);
    opacity: .5
}

.bj_features_item:hover::after {
    width: 60%
}

.bj_features_item:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 35px rgba(66, 133, 244, .4)
}

.bj_features_item:hover .text_btn {
    background: #4285f4;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(66, 133, 244, .35)
}

.bj_features_item .icon-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: #4285f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(66, 133, 244, .3);
    position: relative;
    z-index: 1
}

.bj_features_item .icon {
    font-size: 38px;
    color: #fff;
    margin-bottom: 0;
    display: inline-block
}

.bj_features_item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #202124;
    line-height: 1.3
}

.bj_features_item p {
    font-size: 15px;
    line-height: 1.75;
    color: #636466;
    margin-bottom: 0;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto
}

.bj_features_item .text_btn {
    color: #4285f4;
    margin-top: 28px;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(66, 133, 244, .1);
    transition: all .3s ease;
    border: 1px solid rgba(66, 133, 244, .2)
}

.bj_features_item .text_btn:before {
    display: none
}

.bj_features_item .text_btn i {
    transition: all .3s ease;
    display: inline-block;
    font-size: 11px
}

.bj_features_item .text_btn:hover i {
    transform: translateX(5px)
}

.my-books-area {
    padding-top: 135px;
    padding-bottom: 64px
}

.my-books-area h3 {
    border-bottom: 1px solid #d2d2d3;
    padding-bottom: 34px;
    margin-bottom: 70px;
    font-size: 32px
}

.my-books-area .single-book {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
    align-items: center
}

.my-books-area .single-book .book-img {
    display: inline-block;
    box-shadow: 5px 10px 30px -2px rgba(33, 40, 51, .15);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden
}

.my-books-area .single-book .book-img:hover {
    opacity: .9
}

.my-books-area .single-book .book-info {
    margin-left: 100px
}

.my-books-area .single-book .book-info p {
    max-width: 360px;
    margin-top: 20px;
    font-size: 16px
}

.my-books-area .single-book .book-info .bj_theme_btn {
    margin-top: 35px;
    color: #202124;
    font-size: 18px
}

.my-books-area .single-book .book-info .bj_theme_btn:before {
    display: none
}

.my-books-area .single-book .book-info .bj_theme_btn:hover {
    color: #4285f4
}

.my-books-area .books-sidebar {
    position: sticky;
    left: 0;
    top: 130px
}

.my-books-area .books-sidebar ul li {
    margin-bottom: 10px;
    width: 100%
}

.my-books-area .books-sidebar ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #202124;
    padding: 0px
}

.my-books-area .books-sidebar ul li a:hover,
.my-books-area .books-sidebar ul li a.active {
    color: #4285f4;
    background: rgba(0, 0, 0, 0)
}

.bj_testimonial_inner {
    position: relative;
    padding-left: 80px;
    padding-top: 80px;
    margin-left: -80px
}

.bj_testimonial_inner:before {
    content: "";
    background: url(../img/quote.png) no-repeat scroll center 0;
    font-weight: 900;
    font-size: 120px;
    color: #63b6f7;
    position: absolute;
    left: 4px;
    top: 0px;
    width: 162px;
    height: 122px;
    z-index: 3;
    background-repeat: no-repeat
}

.bj_testimonial_inner .testimonail_img {
    border-radius: 20px
}

.bj_testimonial_inner .bj_testimonial_content {
    padding-left: 50px
}

.bj_testimonial_inner h4 {
    font-size: 32px;
    color: #3c4146;
    line-height: 48px;
    font-weight: 400
}

.bj_testimonial_inner .author {
    margin-top: 60px
}

.bj_testimonial_inner .author h5 {
    font-size: 24px;
    color: #001f58;
    margin-bottom: 0px
}

.bj_testimonial_inner .author .position {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .4px
}

.bj_testimonial_inner .swiper-button-next,
.bj_testimonial_inner .swiper-button-prev {
    position: absolute;
    right: 0;
    bottom: 150px;
    top: auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    background: #535a60;
    color: #fff
}

.bj_testimonial_inner .swiper-button-next:after,
.bj_testimonial_inner .swiper-button-prev:after {
    font-size: inherit;
    color: inherit
}

.bj_testimonial_inner .swiper-button-next.swiper-button-prev,
.bj_testimonial_inner .swiper-button-prev.swiper-button-prev {
    left: auto;
    right: 45px
}

.slider_pagination_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    align-items: center
}

.slider_pagination_inner .swiper-pagination-progressbar {
    position: relative;
    width: calc(100% - 200px);
    height: 2px;
    background: #d6d9dc
}

.slider_pagination_inner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #63b6f7;
    height: 6px;
    top: -2px
}

.testimonial_slider_three {
    margin: 70px -12px 0;
    margin-bottom: 0 !important
}

.testimonial_slider_three .single-widget {
    border-radius: 8px;
    background-color: #fff;
    padding: 40px 30px;
    margin: 0 12px;
    transition: all .5s linear
}

.testimonial_slider_three .single-widget .author-img img {
    border-radius: 50%
}

.testimonial_slider_three .single-widget .widget-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6
}

.testimonial_slider_three .single-widget .auth-rating {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    margin-left: 15px
}

.testimonial_slider_three .single-widget .auth-info h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0
}

.testimonial_slider_three .single-widget .auth-info span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0
}

.testimonial_slider_three .single-widget .rating span {
    color: #202124;
    margin-right: 7px
}

.testimonial_slider_three .single-widget .rating i {
    color: #f2a60c;
    font-size: 14px
}

.testimonial_slider_three .widget-body {
    padding-top: 25px
}

.testimonial_slider_three .widget-body i {
    font-size: 32px
}

.testimonial_slider_three .widget-body p {
    margin-top: 15px;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    margin-bottom: 30px
}

.testimonial_slider_three .widget-body .post-date {
    display: inline-flex;
    align-items: center;
    color: #797a7c
}

.testimonial_slider_three .widget-body .post-date img {
    margin-right: 8px
}

.testimonial_slider_three .slick-track {
    padding-bottom: 60px
}

.testimonial_slider_three .slick-dots {
    bottom: 0px;
    position: relative
}

.testimonial_slider_three .slick-dots li {
    height: initial;
    width: initial;
    margin: 0 5px
}

.testimonial_slider_three .slick-dots li.slick-active button {
    background-color: #4285f4
}

.testimonial_slider_three .slick-dots li button {
    height: 5px;
    width: 40px;
    border-radius: 2.5px;
    background-color: #d2d2d3;
    padding: 0px;
    border: 0
}

.testimonial_slider_three .slick-dots li button:before {
    display: none
}

.bj_subscribe_inner {
    padding: 95px 160px;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.bj_subscribe_bg li {
    position: absolute
}

.bj_subscribe_bg li:nth-child(1) {
    left: 95px;
    top: -172px
}

.bj_subscribe_bg li:nth-child(2) {
    left: -174px;
    top: 104px
}

.bj_subscribe_bg li:nth-child(3) {
    left: 102px;
    bottom: -172px
}

.bj_subscribe_content {
    position: relative;
    z-index: 2
}

.bj_subscribe_content .title {
    font-size: 40px
}

.bj_subscribe_content p {
    color: #4d4e50;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px
}

.bj_subscribe_form .input-group {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 5px
}

.bj_subscribe_form .input-group .form-control {
    font-size: 16px;
    font-weight: 400;
    color: #202124;
    border: 0px;
    border-radius: 0;
    box-shadow: none;
    padding-left: 20px
}

.bj_subscribe_form .input-group .form-control.placeholder {
    color: #909192
}

.bj_subscribe_form .input-group .form-control:-moz-placeholder {
    color: #909192
}

.bj_subscribe_form .input-group .form-control::-moz-placeholder {
    color: #909192
}

.bj_subscribe_form .input-group .form-control::-webkit-input-placeholder {
    color: #909192
}

.bj_subscribe_form .input-group .bj_theme_btn {
    border: 0px;
    border-radius: 6px !important;
    padding: 17px 38px
}

.bj_subscribe_form .condition_text {
    margin-top: 12px
}

.bj_subscribe_form .condition_text input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.bj_subscribe_form .condition_text input:checked+.checkbox_input::before {
    background: #4285f4;
    border-color: #4285f4
}

.bj_subscribe_form .condition_text input:checked+.checkbox_input:after {
    opacity: 1
}

.bj_subscribe_form .condition_text .checkbox_input {
    font-size: 16px;
    color: #636466;
    position: relative;
    padding-left: 20px
}

.bj_subscribe_form .condition_text .checkbox_input::before {
    content: "";
    position: absolute;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #636466;
    border-radius: 1px;
    top: 6px
}

.bj_subscribe_form .condition_text .checkbox_input:after {
    content: "";
    left: 4px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    opacity: 0
}

.bj_subscribe_area_two {
    z-index: 2;
    background: #f5f5f5
}

.bj_subscribe_inner_two {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    border-radius: 12px;
    padding: 100px;
    position: relative;
    margin-bottom: -200px;
    z-index: 2
}

.bj_subscribe_inner_two .bg_shap .shap_one {
    position: absolute;
    z-index: -1
}

.bj_subscribe_inner_two .bg_shap .shap_one .layer {
    position: relative !important
}

.bj_subscribe_inner_two .bg_shap .shap_one:nth-child(1) {
    left: 45px;
    top: 40px
}

.bj_subscribe_inner_two .bg_shap .shap_one:nth-child(2) {
    right: 40px;
    top: 40px
}

.bj_subscribe_inner_two .bg_shap .shap_one:nth-child(3) {
    bottom: 50px;
    right: 50px
}

.bj_subscribe_inner_two .bg_shap .shap_one:nth-child(4) {
    left: 250px;
    bottom: 50px
}

.bj_subscribe_inner_two h2 {
    font-size: 64px;
    color: #001f58;
    font-weight: 700;
    font-family: "Libre Baskerville", sans-serif;
    margin-bottom: 18px
}

.bj_subscribe_inner_two p {
    font-size: 18px;
    line-height: 32px;
    color: #3c4146;
    max-width: 880px;
    margin: 0 auto 40px
}

.cta-area-7 {
    background-color: #202124;
    padding-top: 127px;
    position: relative;
    padding-bottom: 150px
}

.cta-area-7 .section-title .title {
    color: #fff
}

.cta-area-7 .section-title p {
    color: #d2d2d3;
    max-width: 500px;
    font-size: 20px;
    line-height: 26px;
    margin-top: 21px;
    margin-bottom: 53px
}

.cta-area-7 .img-shapes .shape {
    position: absolute
}

@keyframes WingsOne {
    0% {
        transform: rotate(-10deg)
    }

    100% {
        transform: rotate(10deg)
    }
}

.cta-area-7 .img-shapes .shape .fly-msg {
    transform: rotate(-30deg)
}

.cta-area-7 .img-shapes .shape .fly-msg img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    animation-fill-mode: both;
    animation: WingsOne .2s ease-in infinite alternate-reverse;
    animation-delay: .2s
}

.cta-area-7 .img-shapes .shape .fly-msg img:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0;
    animation-fill-mode: both;
    animation: WingsOne .2s ease-in infinite alternate-reverse
}

.cta-area-7 .img-shapes .shape:nth-child(1) {
    right: 3%;
    transform-origin: left bottom;
    top: 70%
}

.cta-area-7 .img-shapes .shape:nth-child(2) {
    left: -18%;
    top: -20%
}

.cta-area-7 .img-shapes .shape:nth-child(3) {
    right: 28%;
    bottom: 0%;
    transform-origin: right bottom
}

.cta-area-7 .img-shapes .shape:nth-child(4) {
    right: 7%;
    top: -25%
}

.cta-area-7 .search_form .form-control {
    border-radius: 5px
}

.cta-area-7 .search_form .bj_theme_btn {
    border: 0px
}

.p_text {
    color: #4d4e50;
    margin-bottom: 0;
    margin-top: 50px
}

.p_text a {
    color: #4285f4;
    text-decoration: underline
}

.book_price_item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05);
    padding: 60px 0px;
    transition: all .3s linear
}

.book_price_item h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px
}

.book_price_item .price {
    font-size: 72px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 25px
}

.book_price_item .price sub,
.book_price_item .price sup {
    font-size: 16px;
    font-weight: 400
}

.book_price_item .price sup {
    top: -43px
}

.book_price_item p {
    color: #4d4e50;
    font-size: 16px;
    margin-bottom: 25px
}

.book_price_item ul li {
    font-size: 16px;
    color: #000;
    margin-top: 20px
}

.book_price_item .bj_theme_btn {
    margin-left: 0;
    margin-top: 30px
}

.book_price_item:hover {
    box-shadow: 0px 25px 60px -5px rgba(33, 40, 51, .12)
}

.book_price_item:hover .bj_theme_btn {
    border-color: #4285f4;
    color: #fff
}

.book_price_item:hover .bj_theme_btn::before {
    width: 100%;
    background: #4285f4;
    left: 0;
    right: auto
}

.bj_price_area_two {
    background: linear-gradient(45deg, #f6fae1 0%, #faf6e1 100%)
}

.pricing-item-2 {
    border-radius: 8px;
    padding: 60px 22px 40px 23px;
    text-align: center;
    box-shadow: 30px 0 40px 0 rgba(23, 22, 26, .1019607843);
    background-color: #fff;
    transition: all .3s ease-in-out
}

.pricing-item-2:hover {
    background-color: #4285f4
}

.pricing-item-2:hover h5,
.pricing-item-2:hover p,
.pricing-item-2:hover i {
    color: #fff
}

.pricing-item-2:hover .purchase-btn {
    box-shadow: 20px 0 40px 0 rgba(23, 22, 26, .1019607843);
    color: #4285f4;
    gap: 10px
}

.pricing-item-2:hover .purchase-btn span {
    display: block
}

.pricing-item-2 i {
    font-size: 70px;
    transition: all .3s linear
}

.pricing-item-2 h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    transition: all .3s ease-in-out;
    margin-top: 40px
}

.pricing-item-2 p {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 40px;
    transition: all .3s ease-in-out
}

.pricing-item-2 .purchase-btn {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-flex;
    background-color: #fff;
    align-items: center;
    color: #202124;
    gap: 10px;
    transition: all .3s ease-in-out
}

.pricing-item-2 .purchase-btn span {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #4285f4;
    display: none;
    transition: all .3s ease-in-out
}

.accordion-flush-3 .accordion-item {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    margin-top: 24px
}

.accordion-flush-3 .accordion-item:first-child {
    margin-top: 0
}

.accordion-flush-3 .accordion-item .accordion-button {
    padding: 24px 35px 28px 44px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    border: none;
    color: #fff;
    box-shadow: none;
    background-color: #4285f4
}

.accordion-flush-3 .accordion-item .accordion-button span {
    display: inline-block;
    margin-right: 20px
}

.accordion-flush-3 .accordion-item .accordion-button.collapsed {
    color: #202124;
    background-color: #f5f5f5
}

.accordion-flush-3 .accordion-item .accordion-button:not(.collapsed)::after {
    content: "";
    transform: rotate(0deg);
    color: #fff
}

.accordion-flush-3 .accordion-item .accordion-button::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: none;
    font-size: 18px;
    color: #202124
}

.accordion-flush-3 .accordion-item .accordion-body {
    background-color: #4285f4;
    padding-top: 0;
    padding-right: 48px
}

.accordion-flush-3 .accordion-item .accordion-body p {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    margin-left: 83px
}

.faq-nav-tab-content {
    margin-left: 55px
}

.faq-navigation-tab {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 24px 30px;
    border: 0px
}

.faq-navigation-tab h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 25px
}

.faq-navigation-tab .nav-link {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #4d4e50;
    width: 100%;
    border: none !important;
    cursor: pointer;
    padding: 0
}

.faq-navigation-tab .nav-link.active {
    background-color: rgba(66, 133, 244, .1);
    color: #4285f4;
    padding-left: 10px
}

.faq-navigation-tab .nav-link:hover {
    color: #4285f4
}

.bj_faq_area .faq_sidebar {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06)
}

.bj_faq_area .faq_sidebar .bj_theme_btn::before {
    background-color: #fff
}

.bj_faq_area .faq_sidebar .bj_theme_btn::before:hover {
    background-color: #fff
}

.bj_faq_area .faq_sidebar h3 {
    font-size: 20px;
    font-weight: 700;
    color: #202124
}

.bj_faq_area .faq_nav .nav-item {
    margin-bottom: 8px
}

.bj_faq_area .faq_nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #4d4e50;
    background: #f8f9fa;
    border-radius: 10px;
    border: none;
    transition: all .25s ease 0s
}

.bj_faq_area .faq_nav .nav-item .nav-link i {
    font-size: 16px;
    color: #4285f4
}

.bj_faq_area .faq_nav .nav-item .nav-link:hover {
    background: rgba(66, 133, 244, .08);
    color: #202124
}

.bj_faq_area .faq_nav .nav-item .nav-link.active {
    background: #4285f4;
    color: #fff
}

.bj_faq_area .faq_nav .nav-item .nav-link.active i {
    color: #fff
}

.bj_faq_area .faq_contact_box {
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    padding: 25px;
    border-radius: 12px;
    color: #fff
}

.bj_faq_area .faq_contact_box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.bj_faq_area .faq_contact_box p {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .85);
    margin-bottom: 20px
}

.bj_faq_area .faq_contact_box .bj_theme_btn {
    background: #fff;
    color: #4285f4;
    font-size: 14px;
    padding: 12px 24px
}

.bj_faq_area .faq_contact_box .bj_theme_btn:hover {
    background: hsla(0, 0%, 100%, .9)
}

.bj_faq_area .faq_section_title {
    font-size: 28px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0
}

.bj_faq_area .bj_accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px !important;
    margin-bottom: 15px;
    overflow: hidden
}

.bj_faq_area .bj_accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #202124;
    padding: 20px 24px;
    background: #fff;
    box-shadow: none
}

.bj_faq_area .bj_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: rgba(66, 133, 244, .05);
    color: #4285f4
}

.bj_faq_area .bj_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234285F4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.bj_faq_area .bj_accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0)
}

.bj_faq_area .bj_accordion .accordion-item .accordion-body {
    padding: 0 24px 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #636466
}

.bj_faq_area .bj_accordion .accordion-item .accordion-body a {
    color: #4285f4
}

.bj_faq_area .bj_accordion .accordion-item .accordion-body a:hover {
    text-decoration: underline
}

.bj_team_item {
    margin-bottom: 10px
}

.bj_team_item .team_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px
}

.bj_team_item .team_img img {
    transition: all .5s linear
}

.bj_team_item .team_img .social_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.bj_team_item .team_img .social_icon a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #202124;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: scale(0)
}

.bj_team_item .team_img .social_icon a:nth-child(1) {
    transition: transform .3s linear
}

.bj_team_item .team_img .social_icon a:nth-child(2) {
    transition: transform .4s linear
}

.bj_team_item .team_img .social_icon a:nth-child(3) {
    transition: transform .5s linear
}

.bj_team_item .team_img .social_icon a:hover {
    background: #4285f4;
    color: #fff
}

.bj_team_item h5 {
    font-size: 22px;
    transition: color .3s linear
}

.bj_team_item h5:hover {
    color: #4285f4
}

.bj_team_item .name {
    color: #4d4e50;
    font-size: 14px
}

.bj_team_item:hover .team_img img {
    transform: scale(1.05)
}

.bj_team_item:hover .team_img a {
    transform: scale(1)
}

.bj_breadcrumb_area {
    position: relative;
    padding: 126px 0px 50px 0px;
    overflow: hidden;
    z-index: 1
}

.bj_breadcrumb_area .bg_one {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0
}

.bd_shape {
    position: absolute !important;
    z-index: -1
}

.bd_shape.one {
    bottom: 0;
    left: 100px;
    top: auto !important
}

.bd_shape.two {
    top: 50px !important;
    left: 320px !important
}

.bd_shape.three {
    top: 20px !important;
    left: 50px !important
}

.bd_shape.four {
    bottom: 0px !important;
    top: auto !important;
    left: 300px !important
}

.bd_shape.five {
    right: 0;
    top: 20px !important;
    left: auto !important
}

.bd_shape.six {
    right: 60px;
    top: 80px !important;
    left: auto !important
}

.bd_shape.seven {
    right: 290px;
    top: auto !important;
    left: auto !important;
    bottom: 0
}

.breadcrumb {
    margin-bottom: 0
}

.breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    color: #636466;
    position: relative
}

.breadcrumb li a {
    color: #636466
}

.breadcrumb li+li {
    margin-left: 30px
}

.breadcrumb li+li:before {
    content: "";
    font-family: themify;
    speak: none;
    position: absolute;
    left: -22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    top: 0;
    height: 100%;
    font-size: 12px
}

.bj_video_inner {
    display: inline-block;
    position: relative;
    margin-left: 80px
}

.bj_mission_content .title {
    margin-bottom: 40px
}

.bj_mission_content p {
    margin-bottom: 25px
}

.play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s linear
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    animation-delay: 0s;
    animation: pulsate1 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #fff;
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0)
}

.play-btn:hover {
    transform: scale(1.05) translate(-50%, -50%)
}

@keyframes pulsate1 {
    0% {
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px hsla(0, 0%, 100%, .75), 0px 0px 25px 10px hsla(0, 0%, 100%, .75)
    }

    100% {
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

.author_sidebar {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05)
}

.widget_title {
    font-size: 24px;
    font-weight: 600;
    color: #202124;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 27px
}

.widget:not(:last-child) {
    margin-bottom: 45px
}

.widget .search_form {
    margin-top: 0
}

.widget .search_form .form-control {
    background: #f5f5f5;
    box-shadow: none
}

.widget .search_form .search_btn {
    background: rgba(0, 0, 0, 0)
}

.widget .search_form .search_btn:hover {
    color: #4285f4
}

.widget.filter_widget ul {
    margin-bottom: -10px
}

.widget.filter_widget ul li {
    display: inline-block;
    margin-bottom: 10px
}

.widget.filter_widget ul li a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    color: #797a7c;
    transition: all .2s linear
}

.widget.filter_widget ul li.active a,
.widget.filter_widget ul li:hover a {
    background: #4285f4;
    color: #fff
}

.widget.category_widget ul li:not(:last-child) {
    margin-bottom: 15px
}

.widget.category_widget ul li a {
    font-size: 16px;
    color: #797a7c;
    transition: color .2s linear
}

.widget.category_widget ul li a:hover {
    color: #4285f4
}

.pagi-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 40px
}

.pagi-content .page-item .page-link {
    border: none;
    padding: 11px 15px;
    color: #4d4e50;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0)
}

.pagi-content .page-item .page-link i {
    font-size: 12px
}

.pagi-content .page-item .page-link:hover {
    color: #4285f4;
    background: rgba(66, 133, 244, .1)
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: #4285f4;
    border-radius: 5px;
    padding: 11px 15px
}

.page-item.active .page-link:hover {
    color: #fff;
    background: #4285f4
}

.bj_author_single {
    background: #fff;
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05)
}

.bj_author_single_content {
    padding: 70px
}

.bj_author_single_content h2 {
    font-size: 32px;
    margin-bottom: 18px
}

.bj_author_single_content p {
    font-size: 16px;
    margin-bottom: 25px
}

.bj_author_single_content .book_info {
    list-style: none;
    padding: 0px
}

.bj_author_single_content .book_info li {
    font-size: 16px;
    color: #4d4e50;
    margin-bottom: 10px
}

.bj_author_single_content .book_info li a {
    color: #4d4e50;
    transition: all .3s ease-in-out
}

.bj_author_single_content .book_info li a:hover {
    color: #4285f4
}

.bj_author_single_content .book_info li span {
    font-weight: 600;
    color: #202124;
    margin-right: 3px
}

.bj_author_single_content .f_social_round {
    margin-top: 30px
}

.bj_author_single_content .f_social_round li {
    display: inline-block
}

.bj_author_single_content .f_social_round li a {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202124;
    color: #fff;
    border-radius: 50%;
    font-size: 11px
}

.bj_author_single_content .f_social_round li a:hover {
    background: #4285f4
}

.bj_author_single_content .bj_theme_btn {
    margin-top: 30px
}

.award_inner {
    margin-top: 130px
}

.award_content .title {
    margin-bottom: 30px
}

.award_content .award_fact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px
}

.award_content .bj_fact_item {
    text-align: left
}

.award_content .bj_fact_item .number {
    color: #202124
}

.award_content .bj_fact_item p {
    color: #4d4e50
}

.award_list {
    border-radius: 10px;
    border: 1px solid #d2d2d3;
    padding: 40px;
    background: #fff;
    margin-left: 30px;
    position: relative;
    z-index: 1
}

.award_list:before {
    content: "";
    background: url(../img/icon.png) no-repeat scroll center;
    position: absolute;
    top: 16px;
    right: 25px;
    z-index: -1;
    width: 70px;
    height: 80px
}

.award_list h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px
}

.award_list_item {
    padding-left: 15px
}

.award_list_item h5 {
    font-size: 16px;
    font-weight: 600;
    position: relative
}

.award_list_item h5:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #4285f4;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 6px
}

.book_meta li {
    display: inline-block;
    font-size: 14px;
    color: #636466;
    font-weight: 600
}

.book_meta li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #bcbcbd;
    margin-right: 10px;
    top: 2px;
    position: relative
}

.bj_home_blog_area {
    padding: 0px 0px 140px
}

.bj_blog_grid_item .bj_blog_img {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px
}

.bj_blog_grid_item .bj_blog_img img {
    transition: all .5s linear
}

.bj_blog_grid_item .blog_category {
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 5px 15px;
    font-family: var(--bj-open);
    color: var(--bj-darks);
    font-size: 14px
}

.bj_blog_grid_item .blog_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    transition: all .2s linear
}

.bj_blog_grid_item .blog_title:hover {
    text-decoration: underline
}

.bj_blog_grid_item .blog_meta {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #797a7c;
    margin-top: 20px;
    align-items: center
}

.bj_blog_grid_item .blog_meta .post_author a {
    color: #797a7c
}

.bj_blog_grid_item .blog_meta .post_author a:hover {
    text-decoration: underline
}

.bj_blog_grid_item .blog_meta .post_author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px
}

.bj_blog_grid_item .blog_meta .post_date {
    margin-left: 20px
}

.bj_blog_grid_item .blog_meta .post_date i {
    margin-right: 7px
}

.bj_blog_grid_item:hover .bj_blog_img img {
    transform: scale(1.05)
}

.bj_blog_grid_item.border_radius .bj_blog_img {
    border-radius: 10px
}

.blog-details-banner-subtitle {
    align-items: center;
    justify-content: center;
    color: #636466;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    gap: 20px
}

.blog-details-banner-subtitle .title-admin {
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px
}

.bs-sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .05), 0 2px 8px rgba(0, 0, 0, .05) !important
}

.news-area {
    overflow: hidden
}

.blog-widget {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    transition: all .25s ease;
    overflow: hidden
}

.blog-widget>img {
    border-radius: 14px 14px 0 0;
    width: 100%;
    transition: transform .3s ease
}

.blog-widget .blog-content {
    padding: 30px 25px
}

.blog-widget .blog-content a h5 {
    transition: color .25s ease;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.5
}

.blog-widget .blog-content a:hover h5 {
    color: #4285f4
}

.blog-widget .blog-content .title {
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 20px;
    display: block
}

.blog-widget .blog-content .title h4 {
    transition: color .25s ease
}

.blog-widget .blog-content .title:hover h4 {
    color: #4285f4
}

.blog-widget .blog-content .blog-text {
    color: #4285f4;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    background: rgba(66, 133, 244, .08);
    border-radius: 6px
}

.blog-widget .blog-content .blog-text i {
    margin-right: 4px;
    font-size: 10px
}

.blog-widget .blog-content .blog-text .sep {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid rgba(66, 133, 244, .3)
}

.blog-widget .blog-content .blog-sub-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px
}

.blog-widget .blog-content .blog-sub-text img {
    display: inline;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-widget .blog-content .blog-sub-text a {
    color: #475569;
    font-weight: 500;
    margin-left: 2px
}

.blog-widget .blog-content .blog-sub-text a:hover {
    color: #4285f4
}

.blog-widget .blog-content .blog-sub-text i {
    color: #94a3b8;
    margin-left: 10px
}

.blog-widget .blog-content .blog-sub-text span {
    color: #94a3b8
}

.blog-widget:hover {
    border-color: rgba(66, 133, 244, .2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06)
}

.blog-widget:hover>img {
    transform: scale(1.02)
}

.box-blog .video_post::before,
.box-blog .featured-img {
    border-radius: 14px 14px 0 0
}

.blog-area {
    overflow: hidden;
    background: #f8fafc
}

.blog-area .blog-widget {
    margin: 0
}

.blog-area .pagi-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    background: #fff;
    padding: 20px;
    margin-top: 40px;
    border-radius: 12px;
    border: 1px solid #e2e8f0
}

.blog-area .pagi-content .page-item .page-link {
    border: none;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0);
    color: #64748b;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: all .25s ease
}

.blog-area .pagi-content .page-item .page-link:hover {
    background: #f1f5f9;
    color: #1e293b
}

.blog-area .pagi-content .page-item .page-link i {
    font-size: 10px
}

.blog-area .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: #4285f4;
    border-radius: 8px;
    padding: 10px 14px
}

.blog-right-content {
    border-radius: 14px
}

@media(max-width: 360px) {
    .blog-right-content {
        padding: 24px 12px
    }
}

.blog-right-content .input-group {
    position: relative;
    margin-bottom: 40px
}

.blog-right-content .input-group input {
    width: 100%;
    padding: 14px 48px 14px 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #1e293b;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    transition: all .25s ease
}

.blog-right-content .input-group input::-moz-placeholder {
    color: #94a3b8
}

.blog-right-content .input-group input::placeholder {
    color: #94a3b8
}

.blog-right-content .input-group input:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, .1);
    outline: none
}

.blog-right-content .input-group .search-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #94a3b8
}

.blog-right-content .blog-title {
    font-weight: 700;
    font-size: 18px;
    color: #1e293b;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0
}

.blog-right-content .category_list {
    margin-top: 0;
    margin-bottom: 32px
}

.blog-right-content .category_list li a {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .25s ease;
    border-bottom: 1px solid #f1f5f9
}

.blog-right-content .category_list li a:before {
    display: none
}

.blog-right-content .category_list li a span {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    background: #f1f5f9;
    border-radius: 6px;
    color: #64748b
}

.blog-right-content .category_list li a:hover {
    color: #4285f4;
    text-decoration: none
}

.blog-right-content .category_list li a:hover span {
    background: rgba(66, 133, 244, .1);
    color: #4285f4
}

.blog-right-content .category_list li+li {
    margin-top: 0
}

.blog-right-content .recent-news {
    margin-bottom: 32px
}

.blog-right-content .recent-news .news-item {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9
}

.blog-right-content .recent-news .news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-right-content .recent-news .news-item img {
    border-radius: 8px;
    height: 70px;
    width: 70px;
    min-width: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-right-content .recent-news .news-item .news-title {
    font-size: 14px;
    line-height: 1.5;
    color: #1e293b;
    margin-bottom: 6px;
    display: block;
    font-weight: 600;
    transition: color .25s ease
}

.blog-right-content .recent-news .news-item .news-title:hover {
    color: #4285f4;
    text-decoration: none
}

.blog-right-content .recent-news .news-item .news-date {
    font-weight: 400;
    font-size: 12px;
    color: #94a3b8
}

.blog-right-content .recent-news .news-item .news-date i {
    margin-right: 6px
}

.blog-right-content .recent-news .news-all-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #4285f4;
    transition: color .2s ease
}

.blog-right-content .recent-news .news-all-link:hover {
    color: #000
}

.blog-right-content .tags-item {
    gap: 8px;
    margin-bottom: 32px
}

.blog-right-content .tags-item .tags-btn {
    padding: 8px 14px;
    font-weight: 500;
    font-size: 13px;
    color: #64748b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 0;
    transition: all .25s ease
}

.blog-right-content .tags-item .tags-btn:hover {
    color: #fff;
    background: #4285f4;
    border-color: #4285f4
}

.instagram-gallery-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.instagram-gallery-widget .instagram-item {
    display: block;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .25s ease;
    max-width: 32%
}

.instagram-gallery-widget .instagram-item img {
    width: 100%;
    border-radius: 10px
}

.instagram-gallery-widget .instagram-item::after {
    font-family: "themify";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "";
    position: absolute;
    font-size: 16px;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease
}

.instagram-gallery-widget .instagram-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(66, 133, 244, .5);
    z-index: 0;
    opacity: 0;
    transition: all .3s ease;
    border-radius: 10px
}

.instagram-gallery-widget .instagram-item:hover {
    transform: scale(1.02)
}

.instagram-gallery-widget .instagram-item:hover:before {
    opacity: 1;
    top: 0
}

.instagram-gallery-widget .instagram-item:hover:after {
    opacity: 1;
    top: 50%
}

.blog-details-area {
    overflow: hidden;
    background-color: #f5f5f5
}

.blog-details-area .details-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.blog-details-area .details-content img {
    border-radius: 10px
}

.blog-details-area .details-content p {
    margin-bottom: 26px
}

.blog-details-area .details-content ul,
.blog-details-area .details-content ol {
    margin-bottom: 30px
}

.blog-details-area .details-content ul li,
.blog-details-area .details-content ol li {
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .02em;
    color: #17161a;
    margin-bottom: 10px
}

.blog-details-area .details-content ul li span,
.blog-details-area .details-content ol li span {
    width: 6px;
    height: 6px;
    padding: 3px;
    border-radius: 50%;
    margin-right: 13px;
    background: #c4c4c4
}

.blog-details-area .social-content {
    border-top: 1px solid var(--black_400);
    padding: 25px 40px
}

.blog-details-area .social-content .post-tags span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #747376;
    margin-right: 5px
}

.blog-details-area .social-content .post-tags a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5c5b5e;
    transition: all .3s ease-in-out
}

.blog-details-area .social-content .post-tags a:hover {
    text-decoration: underline
}

.blog-details-area .social-content .share-text {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    letter-spacing: .02em;
    color: #5c5b5e;
    margin: 0;
    padding-right: 10px
}

.blog-details-area .social-content .social-item {
    align-items: center
}

.blog-details-area .social-content .social-item .social-list {
    gap: 10px
}

.blog-details-area .social-content .social-item .social-list a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #8a898d;
    border: 1px solid var(--black_50);
    transition: all .3s ease-in-out
}

.blog-details-area .social-content .social-item .social-list a:hover {
    color: #fff;
    background-color: #17161a;
    border-color: #17161a;
    text-decoration: none
}

.blog-details-area .post-item {
    padding: 40px 40px 0;
    background-color: #fff;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .0509803922)
}

.blog-details-area .post-item .post-title {
    font-weight: 500
}

.blog-details-area .post-item .blog-widget {
    background-color: rgba(0, 0, 0, 0)
}

.blog-details-area .post-item .blog-widget .blog-content {
    padding: 25px 20px
}

.blog-details-area .comments-item {
    background-color: #fff;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .0509803922)
}

.blog-details-area .comments-item .comments-title {
    font-weight: 600;
    color: #17161a;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--black_50)
}

.blog-details-area .comments-item .comments-content {
    display: flex;
    gap: 15px
}

@media(max-width: 320px) {
    .blog-details-area .comments-item .comments-content {
        flex-wrap: wrap
    }
}

.blog-details-area .comments-item .comments-content div img {
    border-radius: 50%
}

.blog-details-area .comments-item .comments-content .comments-text {
    width: 100%
}

.blog-details-area .comments-item .comments-content .comments-text .admin-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #17161a;
    margin-bottom: 6px;
    display: block
}

.blog-details-area .comments-item .comments-content .comments-text .post-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8a898d;
    margin: 0
}

.blog-details-area .comments-item .comments-content .comments-text .comment-reply {
    color: #747376
}

.blog-details-area .comments-item .comments-content .comments-text .comment-reply:hover {
    color: #17161a
}

.blog-details-area .comments-item .comments-content .comments-text .reply-cont {
    width: 100%
}

.blog-details-area .comments-item .comments-content .comments-text .reply-cont .reply-text {
    color: #17161a
}

.blog-details-area .comments-item .comments-content hr {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: var(--black_50);
    opacity: 1
}

.blog-details-area .comments-item .comments-content .reply-box {
    position: relative
}

.blog-details-area .comments-item .comments-content .reply-box .form-control {
    background-color: #f7f7f7;
    border-color: rgba(0, 0, 0, 0);
    padding: 12px 15px;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px
}

.blog-details-area .comments-item .comments-content .reply-box .form-control:focus {
    background-color: #fff;
    border: 1px solid #ccccce;
    color: #242729;
    box-shadow: none
}

.blog-details-area .comments-item .comments-content .reply-box .form-control::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8a898d
}

.blog-details-area .comments-item .comments-content .reply-box .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8a898d
}

.blog-details-area .comments-item .comments-content .reply-box button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 5px;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 5px
}

.blog-details-area .reply-item {
    background-color: #fff;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .0509803922)
}

.blog-details-area .reply-item .reply-title {
    font-weight: 600;
    color: #17161a
}

.blog-details-area .reply-item .reply-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #5c5b5e
}

.blog-details-area .reply-item .get_quote_form .form-group {
    position: relative
}

.blog-details-area .reply-item .get_quote_form .form-group {
    margin-bottom: 25px
}

.blog-details-area .reply-item .get_quote_form .form-group:last-child {
    margin-bottom: 10px
}

.blog-details-area .reply-item .form-control {
    display: block;
    width: 100%;
    padding: 17px 24px;
    background-color: #f7f7f7;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0)
}

.blog-details-area .reply-item .form-control:focus {
    background-color: #fff;
    border: 1px solid #ccccce;
    color: #242729;
    box-shadow: none
}

.blog-details-area .reply-item .message {
    height: 160px;
    padding-top: 22px
}

.blog-details-area .reply-item .blog_comment_box .get_quote_form .form-group .form-control {
    height: 60px;
    border-radius: 4px;
    border: 1px solid #dadce0;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 30px;
    padding-bottom: 20px
}

.blog-details-area .reply-item .get_quote_form .form-group .floating-label {
    position: absolute;
    pointer-events: none;
    left: 40px;
    top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8a898d;
    transition: .2s;
    margin-bottom: 0
}

.blog-details-area .reply-item .get_quote_form .form-group input:focus~.floating-label,
.blog-details-area .reply-item .get_quote_form .form-group textarea:focus~.floating-label,
.blog-details-area .reply-item .get_quote_form .form-group input:not(:focus):valid~.floating-label,
.blog-details-area .reply-item .get_quote_form .form-group textarea:not(:focus):valid~.floating-label {
    top: -10px;
    left: 26px;
    font-size: 12px;
    color: #17161a;
    background-color: #fff;
    padding: 0 5px 0 5px
}

.blog-details-area .reply-item .thm_btn {
    padding: 15px 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #242729
}

.blog-details-area .reply-item .thm_btn:hover {
    background-color: #17161a
}

.blog-details-area .reply-item .check_input {
    gap: 7px;
    align-items: baseline
}

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

.video_post:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(9, 16, 50, .2);
    position: absolute;
    z-index: 0
}

.video_post img {
    width: -webkit-fill-available
}

.video_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(1, 16, 58, .14);
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    position: absolute;
    transition: all .3s linear;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video_icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border: .2px solid #fff;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    left: 0;
    transform: scale(1.5)
}

.video_icon i {
    color: #4285f4;
    text-shadow: 0 6px 13px brand_color_rgba(0.3);
    position: relative
}

.video_icon i:after {
    width: 415%;
    height: 300%;
    position: absolute;
    left: -158%;
    top: -109%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 1px 15px 1px hsla(0, 0%, 100%, .5);
    content: "";
    -webkit-animation: pulse 2s infinite;
    transform: scale(8);
    animation: pulse 2s infinite
}

.blog_link_post {
    background: #fff;
    border-left: 4px solid #4285f4;
    padding: 50px 40px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    margin: 30px 0
}

.blog_link_post:before,
.blog_link_post:after {
    content: "";
    position: absolute
}

.blog_link_post:before {
    background: url("../img/blog/blog-list/icon_01.png") no-repeat;
    top: 5px;
    left: 40px;
    width: 42px;
    height: 41px
}

.blog_link_post:after {
    background: url("../img/blog/blog-list/icon_02.png") no-repeat;
    bottom: -35px;
    right: 30px;
    width: 100px;
    height: 100px
}

.blog_link_post:hover {
    text-decoration: none !important
}

.blog_link_post a:hover {
    text-decoration: none
}

.blog_link_post p {
    font-size: 24px;
    color: #464547;
    margin-bottom: 0;
    transition: color .2s linear;
    line-height: 1.6
}

.blog-sub-text p {
    color: #5c5b5e;
    font-weight: 400;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 20px
}

.blog_top_post_area {
    background: #ffffff
}

.blog_top_post {
    
    border-radius: 30px;
    margin-top: 70px
}

.blog_top_post .p_top_img {
    position: relative;
    padding-right: 0
}

.blog_top_post .p_top_img .p_img {
    position: absolute;
    padding-right: 0;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    border-radius: 0 30px 30px 0
}

.blog_top_post .b_top_post_content {
    background-color: #fff;
}

.blog_top_post .b_top_post_content .post_tag {
    padding-bottom: 10px
}

.blog_top_post .b_top_post_content a:hover h3 {
    color: #4285f4
}

.blog_top_post .b_top_post_content h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 17px;
    transition: color .2s linear
}

.blog_top_post .b_top_post_content a {
    color: #464547;
    font-size: 14px
}

.blog_top_post .b_top_post_content .post_author {
    padding-top: 40px;
    align-items: center
}

.post_tag a {
    font-size: 14px;
    color: #8a898d;
    display: inline-block;
    margin-top: 10px
}

.post_tag a.cat-Docy {
    color: #fd8d2a
}

.post_tag a.cat-megento {
    color: #f26322
}

.post_tag a.cat-woocommerce {
    color: #96588a
}

.post_tag a.c_blue {
    color: #5c5b5e
}

.post_tag a.cat-laravel {
    color: #ff2d20
}

.post_tag a+a {
    padding-left: 10px
}

.post_tag a+a:before {
    content: "";
    width: 1px;
    height: 13px;
    background: #c9c9e2;
    display: inline-block;
    margin-right: 13px
}

.post_tag a.author {
    margin-top: 4px;
    margin-right: 5px
}

.post_tag a.author .avatar {
    margin-right: 5px
}

.post_author .round_img {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px
}

.post_author .round_img img {
    height: 40px;
    width: auto
}

.post_author .author_text {
    margin-top: 5px
}

.post_author .author_text h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

.post_author .author_text .date {
    font-size: 13px;
    font-weight: 400;
    color: #8a898d
}

.blog_grid_inner {
    border-top: 1px solid var(--black_50);
    background: #f9f9f9
}

.blog_tab .nav-item {
    margin-bottom: 0
}

.blog_tab .nav-item .nav-link {
    padding: 17px 21px;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    color: #858997;
    font-size: 14px;
    position: relative;
    background: rgba(0, 0, 0, 0);
    transition: all .2s ease-in
}

.blog_tab .nav-item .nav-link:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 2px;
    left: 0;
    background: #4285f4;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: all .3s ease-in
}

.blog_tab .nav-item .nav-link.active,
.blog_tab .nav-item .nav-link:hover {
    background: rgba(255, 113, 121, .1098039216);
    color: #4285f4
}

.blog_tab .nav-item .nav-link.active:before,
.blog_tab .nav-item .nav-link:hover:before {
    transform: scale(1)
}

.blog_tab .nav-item.cat-laravel .nav-link:hover {
    background: rgba(255, 45, 32, .2);
    color: #ff2d20
}

.blog_tab .nav-item.cat-laravel .nav-link:before {
    background: #ff2d20
}

.blog_tab .nav-item.cat-Docy .nav-link:hover {
    background: rgba(253, 141, 42, .2);
    color: #fd8d2a
}

.blog_tab .nav-item.cat-Docy .nav-link:before {
    background: #fd8d2a
}

.blog_tab .nav-item.cat-megento .nav-link:hover {
    background: rgba(242, 99, 34, .2);
    color: #f26322
}

.blog_tab .nav-item.cat-megento .nav-link:before {
    background: #f26322
}

.blog_tab .nav-item.cat-woocommerce .nav-link:hover {
    background: rgba(150, 88, 138, .2);
    color: #96588a
}

.blog_tab .nav-item.cat-woocommerce .nav-link:before {
    background: #96588a
}

.blog_grid_tab {
    padding-top: 20px;
    margin-bottom: -40px
}

.b_title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    transition: all .2s linear
}

.b_title:hover {
    color: #4285f4
}

.learn_btn {
    font-size: 14px;
    font-weight: 500;
    color: #242729;
    padding-top: 5px;
    display: inline-block;
    transition: color .2s linear
}

.learn_btn i {
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    margin-left: 6px;
    transition: all .2s linear, color 0s linear
}

.learn_btn:hover {
    color: #4285f4 !important
}

.dot-sep .sep {
    position: relative
}

.dot-sep .sep::before {
    content: "•";
    margin: 0 5px
}

.round-box {
    padding: 40px;
    border-radius: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-115 {
    padding-bottom: 115px
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.pulse {
    animation-name: pulse
}

.contact-area {
    overflow: hidden;
    position: relative;
    min-height: 850px;
    display: flex;
    align-items: center;
    margin-top: 110px;
}

.contact-area .contact-form {
    position: relative;
    z-index: 1;
    padding: 65px 50px;
    box-shadow: 0px 20px 50px -5px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background-color: #fff;
    margin: 100px 0
}

.contact-area .contact-form .title {
    font-size: 36px;
    margin-bottom: 12px
}

.contact-area .contact-form p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .05em;
    color: #202124
}

.contact-area .contact-form form .row {
    row-gap: 25px
}

.contact-area .contact-form .form-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .05em;
    color: #202124;
    margin-bottom: 10px
}

.contact-area .contact-form .form-control {
    border-color: #d2d2d3;
    padding: 15px 18px;
    border-radius: 5px !important
}

.contact-area .contact-form .form-control:focus {
    border-color: #202124;
    outline: none;
    box-shadow: none
}

.contact-area .contact-form .input-group {
    position: relative;
    z-index: 1
}

.contact-area .contact-form .input-group .input-icon {
    position: absolute;
    left: 18px;
    top: 22px;
    color: #909092;
    z-index: 4
}

.contact-area .contact-form .input-group .form-control {
    padding: 18px 15px 18px 40px
}

.contact-area .contact-form .input-group label {
    display: block;
    width: 100%
}

.contact-area .contact-form .bj_theme_btn {
    border: 0px;
    box-shadow: none;
    background: #fff;
    margin-top: 30px;
    font-size: 18px
}

.contact-area .contact-form .bj_theme_btn i {
    margin-right: 6px
}

.contact-area .contact-map {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.contact-area .contact-map iframe {
    height: 100%;
    width: 100%
}

.support-area {
    overflow: hidden;
    padding: 120px 0px 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%)
}

.support-area .section_title {
    margin-bottom: 50px
}

.support-area .section_title .title {
    font-size: 36px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 12px
}

.support-area .section_title p {
    font-size: 16px;
    color: #636466
}

.support-area .support-item {
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 30px;
    text-align: center;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.support-area .support-item::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: -50px;
    right: -50px;
    transition: all .4s ease
}

.support-area .support-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(66, 133, 244, .12);
    border-color: rgba(66, 133, 244, .1)
}

.support-area .support-item:hover::before {
    transform: scale(1.5)
}

.support-area .support-item:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 30px rgba(66, 133, 244, .35)
}

.support-area .support-item:hover .support-title {
    color: #4285f4
}

.support-area .support-item .icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    background: #4285f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(66, 133, 244, .25)
}

.support-area .support-item .support-icon {
    margin-bottom: 0;
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1)
}

.support-area .support-item .support-title {
    color: #202124;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    transition: color .3s ease
}

.support-area .support-item .support-text {
    color: #636466;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    display: inline-block;
    transition: color .3s ease
}

.support-area .support-item a.support-text:hover {
    color: #4285f4;
    text-decoration: none
}

.shop_sidebar {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 20px -2px rgba(33, 40, 51, .03);
    padding: 30px
}

.shop_sidebar .shop_sidebar_title_small {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.shop_sidebar .shop_sidebar_title_small i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 18px
}

.shop_sidebar .widget:not(:last-child) {
    border-bottom: 1px solid #d2d2d3;
    padding-bottom: 30px;
    margin-bottom: 35px
}

.shop_sidebar .widget.filter_widget {
    padding-bottom: 15px
}

.filter_widget {
    padding-bottom: 15px
}

.filter_widget .shop_sidebar_title {
    font-size: 18px;
    font-weight: 600
}

.filter_widget .shop_sidebar_title img {
    margin-right: 10px
}

.shop_category_list+.shop_category_list {
    margin-bottom: 0
}

.shop_category_list li:not(:last-child) {
    margin-bottom: 10px
}

.shop_category_list li a {
    font-size: 16px;
    font-weight: 400;
    color: #4d4e50;
    transition: all .2s linear
}

.shop_category_list li a:hover {
    color: #4285f4;
    font-weight: 600
}

.shop_category_widget .btn-primary {
    padding: 0px;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #202124;
    background: rgba(0, 0, 0, 0);
    box-shadow: none
}

.shop_category_widget .btn-primary i {
    font-size: 11px;
    vertical-align: middle
}

.shop_category_widget .btn-primary:focus {
    box-shadow: none;
    outline: none
}

.shop_category_widget .btn-primary:hover {
    color: #4285f4
}

.author_choose_list .form-check {
    font-size: 16px;
    color: #4d4e50
}

.author_choose_list .form-check:not(:last-child) {
    margin-bottom: 12px
}

.author_choose_list .form-check label {
    cursor: pointer
}

.author_choose_list .form-check .form-check-input {
    border-color: #202124;
    position: relative
}

.author_choose_list .form-check .form-check-input:before {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border: solid #4285f4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 4px;
    opacity: 0
}

.author_choose_list .form-check .form-check-input:checked {
    background: rgba(0, 0, 0, 0);
    border-color: #4285f4
}

.author_choose_list .form-check .form-check-input:checked:before {
    opacity: 1
}

.author_choose_list .form-check .form-check-input:checked+label {
    color: #4285f4
}

.author_choose_list .form-check .form-check-input:focus {
    box-shadow: none
}

.author_choose_list .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #bcbcbd;
    gap: 4px
}

.author_choose_list .rating .filled {
    color: #ff7629
}

.price_widget .ui-slider {
    height: 4px;
    background: #d2d2d3;
    border: 0px;
    border-radius: 0px
}

.price_widget .ui-slider .ui-slider-range {
    background: #4285f4
}

.price_widget .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #4285f4;
    margin-left: -2px;
    top: -4px
}

.price_widget .price-filters {
    font-size: 14px;
    color: #4d4e50;
    margin-top: 15px;
    line-height: 23px
}

.price_widget .price-filters input {
    border: 0px;
    font-size: 14px;
    padding: 0px;
    background: rgba(0, 0, 0, 0)
}

.price_widget .price-filters .left,
.price_widget .price-filters .right {
    border: 1px solid #d2d2d3;
    border-radius: 3px;
    padding-left: 10px;
    display: flex
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.pr_search_form .form-control {
    font-size: 16px;
    color: #202124;
    border: 1px solid #d2d2d3;
    padding-left: 30px;
    line-height: 46px
}

.pr_search_form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--bj-blue)
}

.pr_search_form button {
    border: 1px solid #d2d2d3;
    padding: 0px 20px;
    border-radius: 0px 5px 5px 0px;
    background: rgba(0, 0, 0, 0)
}

.search-fileter {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #797a7c;
    padding-right: 10px;
    border: 1px solid #d2d2d3
}

.search-fileter .form-check {
    margin-left: 10px;
    margin-right: 0;
    min-height: auto;
    margin-bottom: 0
}

.search-fileter .form-check input {
    border: 0px solid #d2d2d3;
    position: relative;
    background: rgba(0, 0, 0, 0)
}

.search-fileter .form-check input[type=radio]:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #d2d2d3;
    position: absolute;
    border-radius: 50%;
    top: 1px
}

.search-fileter .form-check input[type=radio]:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #4285f4;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 3px;
    opacity: 0
}

.search-fileter .form-check input[type=radio]:checked:before {
    border-color: #4285f4
}

.search-fileter .form-check input[type=radio]:checked:after {
    opacity: 1
}

.search-fileter .form-check input:focus {
    box-shadow: none;
    outline: none
}

.pr_search_form_two button {
    background: #d2d2d3;
    transition: all .2s linear
}

.pr_search_form_two button:hover {
    background: #4285f4;
    color: #fff;
    border-color: #4285f4
}

.shop_top {
    font-size: 16px;
    font-weight: 400;
    color: #202124;
    margin-top: 30px;
    margin-bottom: 20px
}

.shop_top .selectpickers {
    border-color: #d2d2d3;
    border-radius: 3px;
    color: #4d4e50;
    margin-left: 15px
}

.shop_top .selectpickers:after {
    border-bottom: 1px solid #4d4e50;
    border-right: 1px solid #4d4e50;
    width: 8px;
    height: 8px;
    margin-top: -5px
}

.shop_product {
    margin-bottom: 30px
}

.shop_product .bj_theme_btn {
    padding: 10px 20px
}

.shop_product .hover_item {
    top: 44px
}

.shop_product .hover_item a {
    width: 30px;
    height: 30px;
    font-size: 14px
}

.shop_product .bj_new_pr_content {
    padding-top: 22px
}

.shop_product .bj_new_pr_content .bj_new_pr_title {
    font-size: 18px;
    font-weight: 600;
    transition: all .3s linear
}

.shop_product .bj_new_pr_content .bj_pr_meta {
    margin-top: 10px
}

.shop_product .bj_new_pr_content .bj_pr_meta .book_price {
    font-size: 18px;
    font-weight: 600;
    color: #202124
}

.shop_product .bj_new_pr_content .bj_pr_meta .book_price del {
    color: #797a7c;
    margin-left: 0;
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px
}

.shop_product:hover .hover_item {
    right: 10px
}

.pr_ribbon {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
    font-size: 14px
}

.pr_ribbon .product-badge {
    border-radius: 0px 13px 13px 0px;
    background: #000;
    padding: 2px 9px 4px 6px;
    display: inline-block;
    color: #fff
}

.pr_ribbon .ratting {
    float: right;
    padding: 3px 6px 3px 6px;
    background: #fff;
    border-radius: 45px;
    margin-right: 10px
}

.pr_ribbon .ratting img {
    vertical-align: baseline;
    margin-right: 2px
}

.bj_book_single {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05);
    background: #fff;
    border-radius: 10px;
    padding: 40px
}

.bj_book_img {
    position: relative;
    margin-right: 50px;
    transition: .6s;
    perspective: 1000px
}

.bj_book_img .front {
    position: absolute;
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    top: 0;
    left: 0;
    transform: rotateY(-180deg);
    z-index: 5
}

.bj_book_img.flip .front {
    transform: rotateY(0deg);
    z-index: 1;
    visibility: visible
}

.bj_book_details {
    flex: 1
}

.bj_book_details h2 {
    font-size: 32px;
    margin-bottom: 16px
}

.bj_book_details .book_meta {
    margin-bottom: 8px
}

.bj_book_details .book_meta li {
    display: inline-block;
    font-size: 14px;
    color: #636466;
    font-weight: 400;
    margin-right: 5px
}

.bj_book_details .book_meta li a {
    color: #202124;
    margin-left: 3px;
    display: inline-block
}

.bj_book_details .book_meta li a:hover {
    color: #4285f4
}

.bj_book_details .ratting {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #202124
}

.bj_book_details .ratting a {
    color: #202124
}

.bj_book_details .ratting a::before {
    content: "";
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #bcbcbd;
    margin-right: 2px;
    margin-left: 6px;
    top: 2px;
    position: relative
}

.bj_book_details .ratting .star-rating {
    display: flex;
    color: #ffa801;
    align-items: center
}

.bj_book_details .ratting .star-rating span {
    color: #202124;
    margin-left: 5px
}

.bj_book_details .price {
    font-size: 24px;
    font-weight: 600;
    color: #4285f4;
    margin-bottom: 15px;
    margin-top: 12px
}

.bj_book_details p {
    font-size: 16px;
    line-height: 1.4;
    color: #202124
}

.bj_book_details .product_meta {
    margin-top: 20px;
    margin-bottom: 30px
}

.bj_book_details .product_meta li {
    font-size: 14px;
    color: #202124;
    display: flex;
    font-weight: 500;
    margin-bottom: 10px
}

.bj_book_details .product_meta li span {
    color: #4d4e50;
    width: 150px;
    font-weight: 400;
    display: block
}

.bj_book_details .bj_theme_btn {
    margin-left: 0;
    margin-right: 10px;
    padding: 5px 20px;
    font-weight: 400
}

.product_sidbar {
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05);
    background: #fcfcfc;
    border-radius: 10px;
    padding: 30px
}

.product_sidbar .price_head {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.product_sidbar .price_head .price {
    color: #000
}

.product_sidbar .discount_price {
    font-size: 16px;
    font-weight: 400;
    color: #4d4e50;
    line-height: 20px
}

.product_sidbar .save {
    font-size: 12px;
    color: #636466;
    margin-bottom: 10px;
    display: inline-block
}

.product_sidbar ul {
    margin-bottom: 25px
}

.product_sidbar ul li {
    padding-left: 22px;
    font-size: 14px;
    color: #4d4e50;
    position: relative;
    margin-top: 10px
}

.product_sidbar ul li .icon {
    position: absolute;
    left: 0;
    top: 0
}

.product_sidbar ul li .blue_text {
    color: #4285f4
}

.product_sidbar h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px
}

.product_sidbar .product-qty {
    display: flex;
    font-size: 14px;
    color: #4d4e50;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px
}

.product_sidbar .product-qty .cart_quantity {
    margin-left: 20px
}

.product_sidbar .bj_theme_btn {
    width: 100%;
    border: 0px
}

.product_sidbar .add-to-cart-automated {
    background-color: #202420
}

.product_sidbar .add-to-cart-automated::before {
    background-color: #303030
}

.product_details_sidebar {
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05);
    background: #fcfcfc;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px
}

.product_details_sidebar .details_header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: var(--bj-darks);
    font-size: 13px;
    align-items: center
}

.product_details_sidebar .details_header.collapsed i {
    transform: rotate(180deg)
}

.product_details_sidebar .details_header i {
    display: inline-block;
    transition: all .2s ease-in-out
}

.product_details_sidebar .product_details_section_wrap {
    border-top: 1px solid var(--black_50);
    margin-top: 14px;
    padding-top: 8px
}

.product_details_sidebar .product_details_section_content {
    display: flex;
    flex-direction: row
}

.product_details_sidebar .product_details_section_content .product_details_section_key {
    font-size: 15px;
    font-weight: 400;
    color: #202420;
    display: flex;
    flex: 1
}

.product_details_sidebar .product_details_section_content .product_details_section_value {
    font-size: 15px;
    font-weight: 600;
    color: #202420;
    display: flex;
    flex: 1;
    flex-direction: column
}

.bj_book_single_tab {
    justify-content: center
}

.bj_book_single_tab .nav-link {
    font-size: 14px;
    font-weight: 500;
    background: #fcfdfd;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #94a3b8;
    border-bottom: 1px solid #dee2e6
}

.bj_book_single_tab .nav-link.active {
    color: #000;
    background: #fff;
    border-bottom: 1px solid #fff
}

.bj_book_single_tab .nav-link.active:hover {
    border-bottom-color: #fff;
    border-top-color: #dee2e6;
    border-left-color: #dee2e6;
    border-right-color: #dee2e6
}

.bj_book_single_tab .nav-link:hover {
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: #dee2e6
}

.bj_book_single_tab_area {
    box-shadow: 0 8px 20px -2px rgba(33, 40, 51, .05);
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-top: 24px
}

.bj_book_single_tab_content .product_book_content_details ul {
    padding-left: 22px;
    line-height: 1.8
}

.bj_book_single_tab_content .tab_slider_content .bj_author_single {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0)
}

.reviews-item .review-title {
    font-weight: 600;
    color: #202124;
    align-items: center;
    gap: 5px
}

.reviews-item .review-title span {
    color: #ffa801;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px
}

.reviews-item .reviews-box li {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #636466;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    padding: 0
}

.reviews-item .reviews-box li:nth-last-child(1) {
    color: #d2d3d3
}

.reviews-item .reviews-box li>span {
    background: #e9e9e9;
    border-radius: 5px;
    height: auto;
    width: 10px;
    flex: 1
}

.reviews-item .reviews-box li>span span {
    background: #ffa801;
    border-radius: 5px;
    display: block;
    height: 10px
}

.reviews-item .reviews-box li:nth-child(1)>span span {
    width: 95%
}

.reviews-item .reviews-box li:nth-child(2)>span span {
    width: 20%
}

.reviews-item .reviews-box li:nth-child(3)>span span {
    width: 10%
}

.reviews-item .reviews-box li:nth-child(4)>span span {
    width: 3%
}

.reviews-item .reviews-box li:nth-child(5)>span span {
    width: 0%
}

.reviews-item .your-rating-review h5 {
    font-weight: 600
}

.reviews-item .your-rating-review .rating {
    display: flex;
    gap: 3px;
    color: #ffa801;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    margin: 5px 0 10px 0
}

.reviews-item .your-rating-review .bj_theme_btn {
    font-size: 15px;
    padding: 8px 20px
}

.reviews-item .modal-dialog {
    max-width: 580px
}

.reviews-item .modal-item {
    padding: 0;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
    border-radius: 16px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.reviews-item .modal-item .close-btn {
    position: absolute;
    right: 16px;
    top: 16px;
    color: #94a3b8;
    background-color: #f1f5f9;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    z-index: 10
}

.reviews-item .modal-item .close-btn:hover {
    background-color: #e2e8f0;
    color: #64748b;
    transform: rotate(90deg)
}

.reviews-item .modal-item .modal-header {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 24px 28px 20px !important;
    border-bottom: 1px solid #e2e8f0 !important
}

.reviews-item .modal-item .modal-header h4,
.reviews-item .modal-item .modal-header .modal-title {
    color: #202124;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0 !important
}

.reviews-item .modal-item .admin-content {
    padding: 20px 28px;
    background: #fff;
    border-bottom: 1px solid #f1f5f9
}

.reviews-item .modal-item .admin-content .user-img {
    position: relative
}

.reviews-item .modal-item .admin-content .user-img img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-right: 14px;
    border: 2px solid #e2e8f0;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews-item .modal-item .admin-content .user-img::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 12px;
    width: 12px;
    height: 12px;
    background: #22c55e;
    border-radius: 50%;
    border: 2px solid #fff
}

.reviews-item .modal-item .admin-content .admin-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 2px;
    color: #202124
}

.reviews-item .modal-item .admin-content .admin-sub-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    color: #94a3b8;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px
}

.reviews-item .modal-item .admin-content .admin-sub-title::before {
    content: "🌐";
    font-size: 11px
}

.reviews-item .modal-item .star-icon {
    padding: 20px 28px
}

.reviews-item .modal-item .star-icon .dynamic-star-rating {
    display: flex;
    gap: 6px;
    margin-bottom: 16px
}

.reviews-item .modal-item .star-icon .dynamic-star-rating i {
    font-size: 28px;
    color: #e2e8f0;
    cursor: pointer;
    transition: all .15s ease
}

.reviews-item .modal-item .star-icon .dynamic-star-rating i:hover {
    transform: scale(1.15)
}

.reviews-item .modal-item .star-icon .dynamic-star-rating i.active,
.reviews-item .modal-item .star-icon .dynamic-star-rating i:hover {
    color: #fbbf24
}

.reviews-item .modal-item .star-icon .dynamic-star-rating:hover i {
    color: #fbbf24
}

.reviews-item .modal-item .star-icon .dynamic-star-rating:hover i:hover~i {
    color: #e2e8f0
}

.reviews-item .modal-item .star-icon .admin-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #202124;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 16px 18px;
    margin-top: 0;
    resize: none;
    transition: all .2s ease
}

.reviews-item .modal-item .star-icon .admin-text:focus {
    box-shadow: 0 0 0 3px rgba(66, 133, 244, .1);
    border-color: #4285f4;
    background: #fff;
    outline: none
}

.reviews-item .modal-item .star-icon .admin-text::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #94a3b8
}

.reviews-item .modal-item .star-icon .admin-text::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #94a3b8
}

.reviews-item .modal-item .admin-galley {
    padding: 0 28px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0
}

.reviews-item .modal-item .admin-galley .gallery-item {
    height: 72px;
    width: 72px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0
}

.reviews-item .modal-item .admin-galley .gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews-item .modal-item .admin-galley .gallery-item:hover .delete-btn {
    opacity: 1
}

.reviews-item .modal-item .admin-galley .gallery-item .delete-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 28px;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    height: 28px;
    width: 28px;
    border-radius: 6px;
    color: #fff;
    z-index: 1;
    transition: all .2s ease;
    font-size: 12px;
    opacity: 0
}

.reviews-item .modal-item .admin-galley .gallery-item .delete-btn:hover {
    background-color: #ef4444
}

.reviews-item .modal-item .admin-galley label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    border: 2px dashed #e2e8f0;
    cursor: pointer;
    transition: all .2s ease;
    background: #f8fafc
}

.reviews-item .modal-item .admin-galley label:hover {
    border-color: #4285f4;
    background: rgba(66, 133, 244, .05)
}

.reviews-item .modal-item .admin-galley label:hover i {
    color: #4285f4
}

.reviews-item .modal-item .admin-galley label i {
    padding: 0;
    font-size: 20px;
    color: #94a3b8;
    transition: color .2s ease
}

.reviews-item .modal-item .modal-footer {
    padding: 16px 28px 24px !important;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0 !important;
    gap: 10px;
    justify-content: flex-end
}

.reviews-item .modal-btn {
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #202124;
    transition: all .3s ease-in-out
}

.reviews-item .modal-btn:hover {
    color: #fff;
    border-color: #333436;
    background-color: #333436
}

.reviews-item .modal-btn i {
    margin-right: 10px
}

.reviews-item .cancel-btn {
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #64748b;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    transition: all .2s ease
}

.reviews-item .cancel-btn:hover {
    border-color: #cbd5e1;
    background-color: #f8fafc;
    color: #475569
}

.reviews-item .post-btn {
    padding: 12px 28px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    border: none;
    background: linear-gradient(135deg, #4285F4 0%, rgb(27.444, 108.112, 241.756) 100%);
    transition: all .2s ease;
    box-shadow: 0 4px 12px rgba(66, 133, 244, .25)
}

.reviews-item .post-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, rgb(41.9025, 117.445, 242.5975) 0%, rgb(13.684, 97.032, 235.116) 100%);
    box-shadow: 0 6px 16px rgba(66, 133, 244, .35);
    transform: translateY(-1px)
}

.reviews-item .post-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(66, 133, 244, .2)
}

.reviews-item .review-content {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid var(--black_50);
    border-bottom: 1px solid var(--black_50);
    margin-bottom: 30px
}

.reviews-item .review-content h4 {
    font-weight: 600;
    color: #202124
}

.reviews-item .review-content .review-right {
    display: flex;
    gap: 10px;
    align-items: center
}

.reviews-item .review-content .review-right .review-search {
    font-weight: 400;
    font-size: 15px;
    color: #636466;
    height: 30px
}

.reviews-item .review-content .review-right .review-search.open .form-control {
    border-color: #ebebeb
}

.reviews-item .review-content .review-right .review-search i {
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: relative
}

.reviews-item .review-content .review-right .review-search .form-control {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 30px;
    padding-left: 13px
}

.reviews-item .review-content .review-right .review-sort {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #636466;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 33px;
    padding-right: 30px
}

.reviews-item .admin-img {
    display: block;
    height: 50px;
    max-width: 50px;
    border-radius: 50%;
    margin-right: 30px;
    margin-bottom: 30px
}

.reviews-item .review-text .r-title {
    color: #202124;
    margin-bottom: 7px;
    font-weight: 600
}

.reviews-item .review-text .small-2 {
    font-size: 16px;
    line-height: 26px
}

.reviews-item .review-text .r-icon {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #ffa801;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px
}

.reviews-item .review-text .r-icon span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #b9b9b9
}

.reviews-item .review-text .review-img {
    gap: 5px
}

.reviews-item .review-text .review-img img {
    border-radius: 5px;
    max-height: 100px;
    max-width: 100px
}

.nearby-item .nearby-title {
    font-weight: 600;
    color: #202124
}

.open-item {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, .0509803922);
    margin-bottom: 40px
}

.open-item .open-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #202124;
    padding: 30px
}

.open-item .open-card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    background: #fff;
    color: #202124;
    padding-top: 0
}

.open-item .open-card-text .card-text {
    color: #636466;
    padding-left: 40px
}

.open-item .open-card-text .card-item ul li {
    margin-bottom: 20px
}

.open-item .open-card-text .card-item ul li:last-child {
    color: #e31919
}

.open-item .dot-sep-1 .sep {
    position: relative;
    letter-spacing: .05em
}

.open-item .dot-sep-1 .sep::before {
    content: "•";
    margin: 0 5px;
    padding-right: 5px
}

.open-item .dot-sep-2 .sep {
    position: relative;
    letter-spacing: .05em;
    color: #202124
}

.open-item .dot-sep-2 .sep::before {
    content: "•";
    margin: 0 5px;
    padding-right: 5px
}

.contact-map {
    padding: 20px;
    padding-top: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, .0509803922)
}

.contact-map .contact-content {
    padding: 20px
}

.contact-map .contact-content h4 {
    font-weight: 600;
    color: #202124;
    margin-bottom: 25px;
    margin-top: 10px
}

.contact-map .contact-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #636466;
    margin-bottom: 15px
}

.contact-map .map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border-radius: 5px
}

.contact-map .map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.single_product_price_variation {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.single_product_price_variation .variation_single .variation_single_input {
    font-size: inherit;
    display: none
}

.single_product_price_variation .variation_single .price-details {
    border: 1px solid #adadad;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 65px;
    border-radius: 3px
}

.single_product_price_variation .variation_single .price-details:hover {
    background: rgba(183, 183, 183, .1)
}

.single_product_price_variation .variation_single .price-details .price-type {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #202124;
    margin-bottom: 5px
}

.single_product_price_variation .variation_single .price-details .price-cost {
    font-size: 14px
}

.single_product_price_variation .variation_single .variation_single_input:checked~.price-details {
    border-color: #4285f4;
    background-color: rgba(66, 133, 244, .1)
}

.single_product_price_variation .variation_single .variation_single_input:checked~.price-details .price-cost {
    font-weight: 600
}

.hidden-visually {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.bj_frequently_bought_area .bj_new_pr_content .bj_new_pr_title {
    font-size: 18px
}

.bj_frequently_bought_area .bj_new_pr_content .bj_pr_meta {
    font-size: 14px;
    color: #797a7c
}

.bj_frequently_bought_area .added_cart_total {
    height: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1.68px 3.59px 0px rgba(51, 77, 114, .15), 0px .5px 1px 0px rgba(51, 77, 114, .1);
    border-radius: 8px;
    padding: 16px;
    transition: all .3s linear;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.bj_frequently_bought_area .added_cart_total h4 {
    margin-bottom: 0;
    font-size: 20px
}

.bj_frequently_bought_area .added_cart_total .price {
    font-size: 36px;
    font-weight: 600;
    color: #202420;
    font-style: normal;
    line-height: normal
}

.bj_frequently_bought_area .added_cart_total del {
    font-size: 24px;
    color: #797a7c;
    font-weight: 600
}

.bj_frequently_bought_area .bj_new_pr_item .bj_pr_meta {
    gap: 10px
}

.bj_frequently_bought_area .bj_new_pr_item .bj_pr_meta>div:last-child::after {
    display: none
}

.bj_frequently_bought_area .bj_new_pr_item .bj_pr_meta>div:after {
    content: "●";
    font-size: 10px;
    transform: translate(6px, -2px);
    display: inline-block
}

.bj_frequently_bought_area .bj_new_pr_item .select-box {
    padding-bottom: 10px;
    display: block
}

.bj_frequently_bought_area .bj_new_pr_item .select-box input {
    height: 18px;
    width: 18px
}

.bj_book_details_premium {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    flex: 1
}

.bj_book_details_premium h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #36383a;
    margin-bottom: 8px;
    line-height: 1.25
}

.bj_book_details_premium .book_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
    padding: 0
}

.bj_book_details_premium .book_meta li {
    font-size: 13px;
    color: #636466;
    font-weight: 400;
    display: inline-flex;
    align-items: center
}

.bj_book_details_premium .book_meta li:not(:last-child)::after {
    content: "•";
    margin: 0 6px 0 8px;
    color: #ccc;
    font-size: 8px
}

.bj_book_details_premium .book_meta li a {
    color: #202124;
    font-weight: 500;
    text-decoration: none;
    margin-left: 3px;
    transition: color .2s ease
}

.bj_book_details_premium .book_meta li a:hover {
    color: #4285f4
}

.bj_book_details_premium .ratting.review {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px
}

.bj_book_details_premium .ratting.review .star-rating {
    display: flex;
    align-items: center;
    gap: 1px
}

.bj_book_details_premium .ratting.review .star-rating i {
    color: #f5a623;
    font-size: 11px
}

.bj_book_details_premium .ratting.review .star-rating span {
    font-weight: 600;
    color: #202124;
    margin-left: 4px;
    font-size: 12px
}

.bj_book_details_premium .ratting.review .woocommerce-review-link {
    color: #636466;
    font-size: 12px;
    text-decoration: none;
    margin-left: 2px
}

.bj_book_details_premium .ratting.review .woocommerce-review-link:hover {
    color: #4285f4
}

.bj_book_details_premium .price-wrapper {
    margin-bottom: 12px
}

.bj_book_details_premium .price-wrapper .current-price {
    font-size: 22px;
    font-weight: 700;
    color: #202124
}

.bj_book_details_premium .description {
    font-size: 14px;
    line-height: 1.6;
    color: #636466;
    margin-bottom: 20px;
    max-width: 95%
}

.bj_book_details_premium .product_meta_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    margin-bottom: 20px;
    padding: 14px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.bj_book_details_premium .product_meta_grid .meta-item .meta-label {
    display: block;
    font-size: 11px;
    color: #999;
    font-weight: 400;
    margin-bottom: 2px
}

.bj_book_details_premium .product_meta_grid .meta-item .meta-value {
    font-size: 13px;
    font-weight: 500;
    color: #202124
}

.bj_book_details_premium .action-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.bj_book_details_premium .action-buttons .bj_theme_btn {
    padding: 10px 18px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all .2s ease;
    text-decoration: none;
    white-space: nowrap
}

.bj_book_details_premium .action-buttons .bj_theme_btn.flip_btn {
    background-color: #202124;
    border: 1px solid #202124;
    color: #fff
}

.bj_book_details_premium .action-buttons .bj_theme_btn.flip_btn::before {
    display: none
}

.bj_book_details_premium .action-buttons .bj_theme_btn.flip_btn:hover {
    background-color: rgb(56, 57.75, 63)
}

.bj_book_details_premium .action-buttons .bj_theme_btn.gallerypdf {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #202124
}

.bj_book_details_premium .action-buttons .bj_theme_btn.gallerypdf::before {
    display: none
}

.bj_book_details_premium .action-buttons .bj_theme_btn.gallerypdf:hover {
    border-color: #bbb
}

.bj_book_details_premium .action-buttons .bj_theme_btn.gallerypdf i {
    font-size: 12px;
    color: #636466
}

.bj_book_details_premium .single_product_price_variation {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.bj_book_details_premium .single_product_price_variation .variation_single {
    cursor: pointer;
    position: relative;
    flex: 0 0 auto
}

.bj_book_details_premium .single_product_price_variation .variation_single input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.bj_book_details_premium .single_product_price_variation .variation_single .price-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    min-width: 90px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    transition: all .15s ease;
    text-align: center
}

.bj_book_details_premium .single_product_price_variation .variation_single .price-details .price-type {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 2px
}

.bj_book_details_premium .single_product_price_variation .variation_single .price-details .price-type i {
    color: #bbb;
    font-size: 11px;
    transition: color .15s ease
}

.bj_book_details_premium .single_product_price_variation .variation_single .price-details .price-cost {
    font-size: 13px;
    font-weight: 600;
    color: #202124
}

.bj_book_details_premium .single_product_price_variation .variation_single input:checked~.price-details {
    border-color: #4285f4;
    background: rgba(66, 133, 244, .04)
}

.bj_book_details_premium .single_product_price_variation .variation_single input:checked~.price-details .price-type i {
    color: #4285f4
}

.bj_book_details_premium .single_product_price_variation .variation_single:hover .price-details {
    border-color: #ccc
}

@media(max-width: 768px) {
    .bj_book_details_premium .product_meta_grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 576px) {
    .bj_book_details_premium .product_meta_grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px 15px
    }

    .bj_book_details_premium .action-buttons {
        flex-direction: column
    }

    .bj_book_details_premium .action-buttons .bj_theme_btn {
        width: 100%
    }

    .bj_book_details_premium .single_product_price_variation .variation_single {
        flex: 1;
        min-width: 80px
    }
}

.compare-section {
    padding: 60px 0 80px
}

.compare-wrapper {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .08)
}

.compare-header {
    background: linear-gradient(135deg, #4285F4 0%, rgb(12.8425, 91.065, 220.6575) 100%);
    padding: 40px 30px 50px;
    position: relative;
    overflow: hidden
}

.compare-header::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: hsla(0, 0%, 100%, .08);
    border-radius: 50%
}

.compare-header::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 20%;
    width: 200px;
    height: 200px;
    background: hsla(0, 0%, 100%, .05);
    border-radius: 50%
}

.compare-header .compare-header-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .8;
    margin-bottom: 20px
}

.compare-books-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 2
}

.compare-book-card {
    text-align: center;
    flex: 0 0 200px
}

.compare-book-card .book-img-wrapper {
    position: relative;
    margin-bottom: 20px
}

.compare-book-card .book-img-wrapper::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 20px;
    background: rgba(0, 0, 0, .2);
    filter: blur(10px);
    border-radius: 50%
}

.compare-book-card .book-img-wrapper img {
    width: 130px;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
    transition: transform .4s ease 0s;
    position: relative;
    z-index: 1
}

.compare-book-card .book-img-wrapper img:hover {
    transform: translateY(-8px) scale(1.02)
}

.compare-book-card .book-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px
}

.compare-book-card .book-author {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
    margin-bottom: 12px
}

.compare-book-card .btn-remove {
    background: hsla(0, 0%, 100%, .15);
    backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease 0s
}

.compare-book-card .btn-remove i {
    font-size: 10px;
    margin-right: 6px
}

.compare-book-card .btn-remove:hover {
    background: #ef4444;
    border-color: #ef4444
}

.compare-features {
    padding: 0
}

.compare-row {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    transition: background .2s ease 0s
}

.compare-row:last-child {
    border-bottom: none
}

.compare-row:nth-child(even) {
    background: #fafbfc
}

.compare-row:hover {
    background: rgba(66, 133, 244, .03)
}

.feature-label {
    flex: 0 0 180px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #202124;
    background: linear-gradient(90deg, #f8f9fa 0%, transparent 100%)
}

.feature-label i {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.1), rgba(66, 133, 244, 0.05));
    color: #4285f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.feature-values {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 40px
}

.feature-value {
    flex: 0 0 200px;
    padding: 24px 20px;
    text-align: center;
    font-size: 15px;
    color: #636466;
    display: flex;
    align-items: center;
    justify-content: center
}

.price-value {
    font-size: 26px;
    font-weight: 700;
    color: #4285f4
}

.price-value small {
    font-size: 14px;
    font-weight: 400;
    color: #636466;
    display: block;
    margin-top: 4px
}

.rating-value {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.rating-value .stars {
    color: #ffc107;
    font-size: 16px;
    letter-spacing: 2px
}

.rating-value .rating-num {
    font-size: 14px;
    font-weight: 600;
    color: #202124;
    background: rgba(66, 133, 244, .1);
    padding: 4px 12px;
    border-radius: 20px
}

.format-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center
}

.format-badges .badge {
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.1), rgba(66, 133, 244, 0.05));
    color: #4285f4;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 6px
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.action-buttons .btn-buy {
    background: linear-gradient(135deg, #4285F4, rgb(17.805, 101.89, 241.195));
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s ease 0s;
    box-shadow: 0 4px 15px rgba(66, 133, 244, .3)
}

.action-buttons .btn-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(66, 133, 244, .4)
}

.action-buttons .btn-wishlist-add {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #e0e0e0;
    color: #636466;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 13px;
    transition: all .3s ease 0s
}

.action-buttons .btn-wishlist-add i {
    margin-right: 6px;
    color: #ef4444
}

.action-buttons .btn-wishlist-add:hover {
    border-color: #ef4444;
    background: #fef2f2
}

.compare-empty {
    text-align: center;
    padding: 100px 20px
}

.compare-empty .empty-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #f0f0f0, #e5e5e5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px
}

.compare-empty .empty-icon i {
    font-size: 50px;
    color: #bbb
}

.compare-empty h3 {
    font-size: 24px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 10px
}

.compare-empty p {
    color: #636466;
    margin-bottom: 30px
}

th.feature-name {
    border-bottom: none !important
}

.compare-table {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .08)
}

.compare-table th,
.compare-table td {
    padding: 22px 20px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0
}

.compare-table tbody tr {
    transition: background .2s ease 0s
}

.compare-table tbody tr:nth-child(even) {
    background: #fafbfc
}

.compare-table tbody tr:hover {
    background: rgba(66, 133, 244, .02)
}

.compare-table tbody tr:last-child td {
    border-bottom: none;
    padding: 30px 20px
}

.compare-table thead th {
    background: linear-gradient(135deg, #4285F4 0%, rgb(13.684, 97.032, 235.116) 100%);
    color: #fff;
    font-weight: 600;
    padding: 35px 20px 40px;
    position: relative
}

.compare-table thead th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.compare-table .feature-name {
    text-align: left;
    font-weight: 600;
    background: linear-gradient(90deg, #f8f9fc 0%, #fff 100%);
    min-width: 160px;
    color: #202124;
    border: 1px solid #e5e7eb
}

.compare-table .feature-name i {
    color: #4285f4;
    width: 32px;
    height: 32px;
    background: rgba(66, 133, 244, .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 10px
}

.compare-book-img {
    width: 130px;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    margin-bottom: 18px;
    transition: transform .3s ease 0s
}

.compare-book-img:hover {
    transform: scale(1.05)
}

.compare-book-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px
}

.compare-book-author {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7)
}

.compare-price {
    font-size: 24px;
    font-weight: 700;
    color: #4285f4
}

.compare-rating i {
    color: #ffc107;
    font-size: 15px
}

.compare-rating span {
    background: rgba(66, 133, 244, .1);
    color: #4285f4;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px
}

.compare-btn-remove {
    background: hsla(0, 0%, 100%, .15);
    backdrop-filter: blur(10px);
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .25);
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease 0s
}

.compare-btn-remove i {
    font-size: 10px;
    margin-right: 5px
}

.compare-btn-remove:hover {
    background: #ef4444;
    border-color: #ef4444
}

.empty-compare {
    text-align: center;
    padding: 100px 20px
}

.empty-compare .icon-wrapper {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #f5f5f5, #ebebeb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px
}

.empty-compare i {
    font-size: 50px;
    color: #ccc
}

.empty-compare h4 {
    font-size: 22px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 10px
}

.empty-compare p {
    color: #636466;
    margin-bottom: 25px
}

.deals-banner {
    background: linear-gradient(135deg, #4285F4 0%, #a855f7 100%);
    border-radius: 20px;
    padding: 60px 40px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden
}

.deals-banner::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 200px;
    height: 200px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%
}

.deals-banner .bj_theme_btn {
    background: #fff !important;
    color: #6366f1 !important
}

.deals-banner .bj_theme_btn:hover {
    color: #fff !important
}

.deals-banner .bj_theme_btn::before:hover {
    color: #fff !important
}

.deals-banner h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff
}

.deals-banner p {
    font-size: 18px;
    opacity: .9;
    margin-bottom: 25px;
    color: #fff
}

.countdown-timer {
    display: flex;
    gap: 20px;
    margin-bottom: 25px
}

.countdown-item {
    background: hsla(0, 0%, 100%, .15);
    padding: 15px 25px;
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(10px)
}

.countdown-item .number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

.countdown-item .label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: .8;
    color: #fff
}

.deal-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    z-index: 2
}

.deal-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    transition: all .3s ease 0s;
    position: relative;
    margin-bottom: 30px
}

.deal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12)
}

.deal-card .img {
    padding: 20px;
    background: #f8f9fa;
    text-align: center
}

.deal-card .img img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain
}

.deal-card .content {
    padding: 20px
}

.deal-card .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #202124
}

.deal-card .author {
    color: #636466;
    font-size: 14px;
    margin-bottom: 10px
}

.deal-card .price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

.deal-card .price {
    font-size: 22px;
    font-weight: 700;
    color: #4285f4
}

.deal-card .old-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through
}

.flash-deals-section {
    background: linear-gradient(to right, #fef3c7, #fcd34d);
    padding: 60px 0;
    margin: 40px 0
}

.flash-icon {
    font-size: 28px;
    color: #f59e0b;
    animation: flash 1s infinite
}

@keyframes flash {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

.new-arrivals-header {
    background: linear-gradient(135deg, #10b981, #059669);
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 40px
}

.new-arrivals-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff
}

.new-arrivals-header p {
    color: hsla(0, 0%, 100%, .9);
    margin-bottom: 0
}

.new-badge {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2
}

.arrival-date {
    color: #636466;
    font-size: 13px;
    margin-bottom: 8px
}

.arrival-date i {
    color: #10b981;
    margin-right: 5px
}

.book-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    transition: all .3s ease 0s;
    margin-bottom: 30px;
    position: relative
}

.book-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15)
}

.book-card:hover .img img {
    transform: scale(1.05)
}

.book-card .img {
    padding: 25px;
    background: #f8f9fa;
    text-align: center;
    position: relative
}

.book-card .img img {
    height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform .3s ease 0s
}

.book-card .content {
    padding: 20px
}

.book-card .title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #202124
}

.book-card .author {
    color: #636466;
    font-size: 14px;
    margin-bottom: 10px
}

.book-card .price {
    font-size: 20px;
    font-weight: 700;
    color: #4285f4;
    margin-bottom: 15px
}

.book-card .rating {
    color: #ffc107;
    font-size: 13px;
    margin-bottom: 15px
}

.book-card .btn-group {
    display: flex;
    gap: 10px
}

.book-card .btn-cart {
    flex: 1
}

.book-card .btn-wishlist {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #636466;
    transition: all .3s ease 0s
}

.book-card .btn-wishlist:hover {
    background: #fee2e2;
    border-color: #ef4444;
    color: #ef4444
}

.filter-tabs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center
}

.filter-tabs .nav-link {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 25px;
    border-radius: 25px;
    color: #636466;
    font-weight: 500;
    transition: all .3s ease 0s
}

.filter-tabs .nav-link.active,
.filter-tabs .nav-link:hover {
    background: linear-gradient(135deg, #4285F4, rgb(27.444, 108.112, 241.756));
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.bj_privacy_policy .page-area {
    border-radius: 10px;
    padding: 35px 40px 15px;
    background: #fff;
    box-shadow: 0px 8px 20px -2px rgba(33, 40, 51, .05)
}

.bj_privacy_policy .page-area h2 {
    margin-bottom: 16px;
    font-size: 44px;
    padding-top: 10px
}

.bj_privacy_policy .page-area p {
    margin-bottom: 26px
}

.bj_privacy_policy .page-area p strong {
    font-weight: 600;
    color: var(--bj-darks)
}

.login-area {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/login/login-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.login-area.registration-area {
    background-image: url(../img/login/reginstration-bg.png)
}

.login-area .bg-shapes img {
    position: absolute;
    z-index: -1
}

.login-area .bg-shapes img:nth-child(1) {
    top: -100px;
    left: -4%
}

.login-area .bg-shapes img:nth-child(2) {
    bottom: -100px;
    right: 0px
}

.login-area .bg-shapes img:nth-child(3) {
    top: -100px;
    right: 50px
}

.login-area .bg-shapes img:nth-child(4) {
    top: 180px;
    left: 14%;
    transform-origin: center;
    transform: rotateY(0deg) translateX(-50px) translateY(-50px);
    transition: all .5s linear;
    transition-delay: .5s
}

.login-area .bg-shapes img:nth-child(4).animated {
    transform: rotateY(360deg) translateX(0) translateY(0)
}

.login-wrapper {
    margin: 20px 0;
    max-width: 1170px;
    width: 100%;
    display: flex;
    border-radius: 16px;
    min-height: 800px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.login-wrapper .login-left {
    width: 50%;
    padding: 60px 43px;
    border-right: 1px solid #bbc0c4;
    background-color: hsla(0, 0%, 100%, .6);
    box-shadow: 0 30px 60px rgba(19, 45, 73, .5)
}

.login-wrapper .login-left .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #36383a
}

.login-wrapper .login-left .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #36383a
}

.login-wrapper .login-left .logo {
    margin-bottom: 50px;
    display: block
}

.login-wrapper .login-left .social-links {
    display: flex;
    gap: 16px;
    margin-top: 40px
}

.login-wrapper .login-left .social-links a {
    height: 48px;
    border-radius: 9px;
    background-color: #fff;
    display: block;
    border: 1.1px solid #d0d5dd;
    box-shadow: 0px 1.1px 2.2px 0px rgba(16, 24, 40, .0509803922);
    text-align: center;
    line-height: 43px;
    flex: 1;
    transition: all .3s ease-in-out
}

.login-wrapper .login-left .social-links a:hover {
    background: #f5f5f5
}

.login-wrapper .login-left .divider {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 19px 0
}

.login-wrapper .login-left .divider span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: .1000000015px;
    padding: 0 5px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 1
}

.login-wrapper .login-left .divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #bac4cd;
    z-index: -1
}

.login-wrapper .login-left .input-field {
    margin-bottom: 15px
}

.login-wrapper .login-left .form-control {
    border-radius: 8px;
    height: 58px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #e0e2e6;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #7e8695
}

.login-wrapper .login-left .form-control:focus {
    border-color: #4285f4;
    box-shadow: none
}

.login-wrapper .login-left .form-control::-moz-placeholder {
    color: #7e8695
}

.login-wrapper .login-left .form-control::placeholder {
    color: #7e8695
}

.login-wrapper .login-left .theme-btn {
    padding: 12px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600
}

.login-wrapper .login-left .forget-password {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #36383a
}

.login-wrapper .login-left .form-check-input {
    border-color: #36383a;
    cursor: pointer
}

.login-wrapper .login-left .form-check-input:focus {
    box-shadow: none;
    border-color: #36383a
}

.login-wrapper .login-left .form-check-input:checked[type=checkbox] {
    background-color: #2f3337;
    border-color: #2f3337;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.login-wrapper .login-left .form-check-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #636a79
}

.login-wrapper .login-left .form-check-label a {
    color: #4285f4
}

.login-wrapper .login-left .new-user {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #7e8695;
    margin-top: 16px;
    text-align: center
}

.login-wrapper .login-left .new-user a {
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
    color: #4285f4
}

.login-wrapper .login-right {
    width: 50%;
    background-image: linear-gradient(to right, #4285f4, #94b4ea);
    display: flex;
    align-items: center;
    justify-content: center
}

.login-wrapper .login-right img {
    max-width: 100%
}

.forgot-icon-wrapper {
    text-align: center;
    margin-bottom: 25px
}

.forgot-icon-wrapper .forgot-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.1), rgba(66, 133, 244, 0.05));
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.forgot-icon-wrapper .forgot-icon i {
    font-size: 32px;
    color: #4285f4
}

.forgot-form {
    margin-top: 30px
}

.forgot-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 8px
}

.forgot-form .input-icon-wrapper {
    position: relative
}

.forgot-form .input-icon-wrapper i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 16px;
    transition: color .3s ease 0s
}

.forgot-form .input-icon-wrapper .form-control {
    padding-left: 50px
}

.forgot-form .input-icon-wrapper .form-control:focus+i,
.forgot-form .input-icon-wrapper .form-control:focus~i {
    color: #4285f4
}

.forgot-form .input-icon-wrapper:focus-within i {
    color: #4285f4
}

.success-message {
    text-align: center;
    padding: 30px 0;
    animation: fadeInUp .5s ease
}

.success-message .success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.success-message .success-icon i {
    font-size: 36px;
    color: #fff
}

.success-message h4 {
    font-size: 24px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 12px
}

.success-message p {
    font-size: 15px;
    color: #636466;
    margin-bottom: 25px;
    line-height: 1.6
}

.form-footer {
    margin-top: 25px
}

.form-footer .new-user {
    margin-top: 20px
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cart-header-separator {
    margin-top: 80px
}

.bj_checkout_area {
    padding-bottom: 100px;
    padding-top: 40px
}

.bj_cart_area {
    padding: 50px 0 60px
}

.cart-header-alert .alert {
    border: none;
    border-radius: 16px;
    margin-top: 20px;
    padding: 24px 28px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .04)
}

.cart-header-alert .alert.alert-warning {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-left: 4px solid #f59e0b
}

.cart-header-alert .alert .btn-close {
    background-size: .75em;
    border: none;
    outline: none;
    box-shadow: none;
    opacity: .5;
    transition: opacity .2s ease
}

.cart-header-alert .alert .btn-close:hover {
    opacity: 1
}

.cart-header-alert .alert h6 {
    font-size: 16px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 10px
}

.cart-header-alert .alert p {
    font-size: 14px;
    line-height: 1.7;
    color: #636466;
    margin-bottom: 8px
}

.bj_cart_content_header {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
    padding: 20px 24px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    border: 1px solid #f1f5f9
}

.bj_cart_content_header .cart_total_select {
    display: flex;
    align-items: center;
    gap: 10px
}

.bj_cart_content_header .cart_total_select .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #cbd5e1;
    cursor: pointer
}

.bj_cart_content_header .cart_total_select .form-check-input:checked {
    background-color: #4285f4;
    border-color: #4285f4
}

.bj_cart_content_header .cart_total_select .form-check-label {
    font-weight: 500;
    color: #202124;
    font-size: 15px
}

.bj_cart_content_header .cart_total_mrp {
    font-size: 16px;
    color: #94a3b8;
    font-weight: 500;
    margin-left: 4px;
    text-decoration: line-through;
    display: inline-block
}

.bj_cart_content_header .cart_total_price {
    font-size: 18px;
    color: #4285f4;
    display: inline-block;
    font-weight: 700;
    margin-left: 6px
}

.bj_cart_content_header input {
    height: 18px;
    width: 18px
}

.cart_item_wrapper {
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f5f9;
    background-color: #fff;
    margin-right: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .04)
}

.cart_item_wrapper .single_cart_item {
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color .2s ease
}

.cart_item_wrapper .single_cart_item:last-child {
    border-bottom: none
}

.cart_item_wrapper .single_cart_item:hover {
    background-color: #fafbfc
}

.cart_item_wrapper .single_cart_item .cart_item_select input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #cbd5e1
}

.cart_item_wrapper .single_cart_item .cart_item_select input:checked {
    background-color: #4285f4;
    border-color: #4285f4
}

.cart_item_wrapper .single_cart_item .cart_item_image {
    flex-shrink: 0
}

.cart_item_wrapper .single_cart_item .cart_item_image img {
    max-width: 80px;
    height: auto;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

.cart_item_wrapper .single_cart_item .cart_item_content {
    flex: 1
}

.cart_item_wrapper .single_cart_item .cart_item_content .book_name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #202124;
    display: block;
    transition: color .2s ease
}

.cart_item_wrapper .single_cart_item .cart_item_content .book_name:hover {
    color: #4285f4
}

.cart_item_wrapper .single_cart_item .cart_item_content .author_name {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0
}

.cart_item_wrapper .single_cart_item .cart_item_content .cart_action {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
    gap: 16px
}

.cart_item_wrapper .single_cart_item .cart_item_content .cart_action button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    box-shadow: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    gap: 6px
}

.cart_item_wrapper .single_cart_item .cart_item_content .cart_action button i {
    font-size: 14px
}

.cart_item_wrapper .single_cart_item .cart_item_content .cart_action .cart_remove {
    color: #94a3b8
}

.cart_item_wrapper .single_cart_item .cart_item_content .cart_action .cart_remove:hover {
    color: #ef4444;
    background-color: #fef2f2
}

.cart_item_wrapper .single_cart_item .cart_item_content .cart_action .cart_wishlist {
    color: #94a3b8
}

.cart_item_wrapper .single_cart_item .cart_item_content .cart_action .cart_wishlist:hover {
    color: #4285f4;
    background-color: rgba(66, 133, 244, .08)
}

.cart_item_wrapper .single_cart_item .cart_item_content .book_available {
    color: #f59e0b;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px
}

.cart_item_wrapper .single_cart_item .cart_item_content .book_available::before {
    content: "⚠";
    font-size: 12px
}

.cart_item_wrapper .single_cart_item .cart_item_price {
    text-align: right;
    min-width: 100px
}

.cart_item_wrapper .single_cart_item .cart_item_price .cart_item_price_discount {
    font-size: 18px;
    font-weight: 700;
    color: #202124
}

.cart_item_wrapper .single_cart_item .cart_item_price .cart_item_price_mrp {
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    color: #94a3b8
}

.cart_quantity {
    display: flex;
    gap: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0
}

.cart_quantity>* {
    height: 36px;
    border: none;
    color: #202124;
    font-size: 14px
}

.cart_quantity button {
    width: 36px;
    background-color: #f8fafc;
    outline: none;
    box-shadow: none;
    line-height: 36px;
    transition: all .2s ease;
    cursor: pointer
}

.cart_quantity button:hover {
    background-color: #4285f4;
    color: #fff
}

.cart_quantity input {
    background-color: #fff;
    width: 48px;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #e2e8f0;
    border-left: 1px solid #e2e8f0;
    outline: none;
    box-shadow: none;
    font-weight: 600
}

.cart-happy-return-parent {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 16px;
    padding-right: 0
}

.cart-happy-return-parent .cart-happy-return {
    background-color: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    color: #636466;
    display: flex;
    font-size: 14px;
    height: 52px;
    padding: 0 20px;
    width: 100%;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    transition: all .2s ease
}

.cart-happy-return-parent .cart-happy-return:hover {
    border-color: rgba(66, 133, 244, .2);
    box-shadow: 0 4px 12px rgba(66, 133, 244, .08)
}

.cart-happy-return-parent .cart-happy-return img {
    width: 28px;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain
}

.cart-happy-return-parent .cart-happy-return p {
    margin-bottom: 0;
    color: #202124;
    font-size: 14px;
    font-weight: 500
}

.cart_address_select {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 4px
}

.cart_address_select .widget_title {
    border-bottom: 1px solid var(--black_50);
    padding-bottom: 8px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cart_address_select .widget_title button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    color: #4285f4
}

.cart_address_select .short_address {
    display: flex;
    align-items: center
}

.cart_address_select .short_address .select_address_radio {
    height: 25px;
    width: 25px;
    border: 2px solid #4285f4;
    padding: 4px;
    border-radius: 50%;
    margin-right: 8px
}

.cart_address_select .short_address .select_address_radio div {
    width: 100%;
    height: 100%;
    background-color: #4285f4;
    border-radius: 50%
}

.cart_address_select .short_address {
    font-size: 15px;
    color: #242729
}

.cart_address_select .acc_info {
    margin: 8px 0
}

.cart_address_select .acc_info p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #242729
}

.cart_address_select .location {
    color: #929292;
    font-size: 14px;
    line-height: 20px
}

.sidebar_address_widget {
    padding: 20px
}

.sidebar_address_widget .home_label,
.sidebar_address_widget .office_label {
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    height: 22px;
    text-align: center;
    vertical-align: text-bottom;
    line-height: 22px;
    margin-right: 0;
    padding: 0 7px;
    text-transform: uppercase;
    margin-left: 5px
}

.sidebar_address_widget .office_label {
    background-image: linear-gradient(39deg, #0094b6 1%, #5bbbce 97%)
}

.sidebar_address_widget .home_label {
    background-image: linear-gradient(-143deg, #ff7b53, #ff4b28)
}

.sidebar_address_widget .widget_title {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 8px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sidebar_address_widget .widget_title a {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    color: #4285f4
}

.sidebar_address_widget .form-check-label {
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

.sidebar_address_widget .form-check-label:last-child {
    margin-bottom: 0
}

.sidebar_address_widget .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.4' fill='%234285F4'/%3e%3c/svg%3e");
    background-color: #fff;
    border-color: #4285f4
}

.sidebar_address_widget .form-check-input {
    border: 2px solid #757575;
    height: 22px;
    width: 22px;
    box-shadow: none
}

.sidebar_address_widget .short_address {
    font-size: 16px;
    color: #242729
}

.sidebar_address_widget .acc_info {
    margin: 0 0 5px 0
}

.sidebar_address_widget .acc_info span {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #212121
}

.sidebar_address_widget .location {
    color: #757575;
    font-size: 14px;
    line-height: 20px
}

.cart_checkout_summary {
    background-color: #fff;
    border: 1px solid #f1f5f9;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .04)
}

.cart_checkout_summary.border-bottom-radius-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.cart_checkout_summary .cart_checkout_header {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
    margin-bottom: 0
}

.cart_checkout_summary .cart_checkout_header h5 {
    font-weight: 700;
    font-size: 18px;
    color: #202124;
    margin-bottom: 0
}

.cart_checkout_summary .cart_checkout_body {
    display: flex;
    flex-direction: column
}

.cart_checkout_summary .cart_checkout_body .checkout_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e2e8f0;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 0;
    color: #636466
}

.cart_checkout_summary .cart_checkout_body .checkout_item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.cart_checkout_summary .cart_checkout_body .checkout_item span:last-child {
    color: #202124;
    font-weight: 600
}

.cart_checkout_summary .cart_checkout_body .checkout_item .tooltip-btn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-size: 12px;
    transform: translate(0px, 2px);
    color: #94a3b8;
    transition: color .2s ease
}

.cart_checkout_summary .cart_checkout_body .checkout_item .tooltip-btn:hover {
    color: #4285f4
}

.cart_checkout_summary .cart_checkout_body .checkout_item.strong {
    font-weight: 700;
    font-size: 16px;
    color: #202124;
    padding-top: 16px;
    margin-top: 4px;
    border-bottom: none
}

.cart_checkout_summary .cart_checkout_body .checkout_item.strong span:last-child {
    color: #4285f4;
    font-size: 18px
}

.cart_proceed_checkout {
    margin-top: 16px
}

.cart_proceed_checkout .bj_theme_btn {
    border-radius: 12px;
    font-weight: 600;
    padding: 16px 24px;
    font-size: 15px;
    transition: all .3s ease
}

.cart_proceed_checkout .bj_theme_btn:not(.strock_btn) {
    background: #4285f4;
    box-shadow: 0 8px 20px rgba(66, 133, 244, .25)
}

.cart_proceed_checkout .bj_theme_btn:not(.strock_btn):hover {
    box-shadow: 0 12px 28px rgba(66, 133, 244, .35);
    transform: translateY(-2px)
}

.cart_proceed_checkout .strock_btn {
    border: 2px solid #e2e8f0;
    color: #636466;
    margin-left: 0;
    background: rgba(0, 0, 0, 0)
}

.cart_proceed_checkout .strock_btn:hover {
    border-color: #4285f4;
    color: #4285f4
}

.cart_proceed_checkout .strock_btn::before {
    display: none
}

.bj_checkout_content {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 4px;
    margin-right: 15px
}

.bj_checkout_content.mt-20 {
    margin-top: 20px
}

.bj_checkout_content.gift_cotent {
    -o-border-image: url(../img/cart/gift-bg.png) 12 round;
    border-image: url(../img/cart/gift-bg.png) 12 round;
    border-image-width: 11px;
    padding: 10px
}

.bj_checkout_content.gift_cotent .gift-title {
    font-weight: 600;
    font-size: 40px;
    border-bottom: 1px solid #e6e6e6;
    color: #5ba403;
    display: block;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    margin: 0 0 30px;
    word-spacing: 3px;
    padding-bottom: 10px
}

.bj_checkout_content.gift_cotent .gift_left {
    padding: 25px;
    background-color: #fff
}

.bj_checkout_content.gift_cotent .gift_right {
    padding: 25px;
    background-color: #fff1fb
}

.bj_checkout_content .content_header {
    background-color: #f9f9f9;
    padding: 13px 20px;
    color: #17161a;
    font-size: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.bj_checkout_content .content_header span {
    font-size: 14px
}

.bj_checkout_content .content_body {
    padding: 25px
}

.bj_checkout_content hr {
    background-color: #ebebeb
}

.bj_checkout_content .porduct_payment_method_wrapper .field_title {
    font-weight: 600;
    margin-bottom: 10px
}

.bj_checkout_content .porduct_payment_method_wrapper .form-check {
    padding: 0
}

.bj_checkout_content .porduct_payment_method_wrapper .form-check-label {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    height: 65px;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    cursor: pointer
}

.bj_checkout_content .porduct_payment_method_wrapper .form-check-label .form-check-input {
    margin-left: 1px;
    margin-right: 15px;
    margin-bottom: 2px
}

.bj_checkout_content .porduct_payment_method_wrapper .form-check-label img {
    max-height: 100%;
    margin-right: 10px
}

.bj_checkout_content .payment_method_footer {
    padding: 20px
}

.bj_checkout_content .porduct_pickup_location_wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 16px
}

.bj_checkout_content .form-control {
    display: block;
    width: 100%;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0)
}

.bj_checkout_content .form-control:focus {
    background-color: #fff;
    border: 1px solid #ccccce;
    color: #242729;
    box-shadow: none
}

.bj_checkout_content .form-group {
    position: relative
}

.bj_checkout_content .form-group.floating-select .floating-label {
    position: absolute;
    pointer-events: none;
    font-weight: 400;
    line-height: 21px;
    transition: .2s;
    margin-bottom: 0;
    top: -10px;
    left: 26px;
    font-size: 12px;
    color: #17161a;
    background-color: #fff;
    padding: 0 5px 0 5px;
    z-index: 1
}

.bj_checkout_content .form-group .form-control {
    height: 55px;
    border-radius: 4px;
    border: 1px solid #dadce0;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 20px;
    padding-right: 20px
}

.bj_checkout_content .form-group .floating-label {
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8a898d;
    transition: .2s;
    margin-bottom: 0
}

.bj_checkout_content .form-group .message {
    height: 160px;
    padding-top: 22px
}

.bj_checkout_content .form-group input:focus~.floating-label,
.bj_checkout_content .form-group textarea:focus~.floating-label,
.bj_checkout_content .form-group input:not(:focus):valid~.floating-label,
.bj_checkout_content .form-group textarea:not(:focus):valid~.floating-label {
    top: -10px;
    left: 26px;
    font-size: 12px;
    color: #17161a;
    background-color: #fff;
    padding: 0 5px 0 5px
}

.bj_checkout_content .nice-select {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    border: 1px solid #dadce0;
    font-size: 14px;
    padding-left: 20px;
    float: inherit
}

.bj_checkout_content .nice-select .list {
    width: 100%
}

.bj_checkout_sidebar {
    position: sticky;
    top: 100px;
    left: 0
}

.bj_checkout_sidebar .checkout_promo_apply h5 {
    font-weight: 600
}

.bj_checkout_sidebar .checkout_promo_apply h6 {
    font-weight: 600
}

.bj_checkout_sidebar .checkout_promo_apply .promo_body {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .09)
}

.bj_checkout_sidebar .checkout_promo_apply .promo_body form {
    margin-top: 20px
}

.bj_checkout_sidebar .checkout_promo_apply .promo_body form .form-control {
    height: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    flex: 1;
    width: 100%
}

.bj_checkout_sidebar .checkout_promo_apply .promo_body form .bj_theme_btn {
    width: auto;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bj_checkout_sidebar .checkout_promo_apply .promo_body .promo_header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: var(--bj-darks);
    font-size: 13px
}

.bj_checkout_sidebar .checkout_promo_apply .promo-success {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    background-color: #effdf1;
    color: #33c24d;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .09);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.bj_checkout_sidebar .cart_proceed_checkout .strock_btn {
    border: 2px solid #87298f;
    color: #87298f;
    margin-left: 0;
    padding: 13px 30px
}

.bj_checkout_sidebar .cart_proceed_checkout .strock_btn:hover {
    color: #000
}

.bj_checkout_sidebar .cart_proceed_checkout .strock_btn::before {
    background-color: #87298f
}

.bj_account_dashboard {
    padding-bottom: 40px
}

.account_dashboard_sidebar {
    position: sticky;
    top: 100px;
    left: 0
}

.account_dashboard_sidebar .sidebar_widget_body {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px -4px #9c9c9c;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 20px
}

.account_dashboard_sidebar .account_dashboard_sidebar_profile img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px
}

.account_dashboard_sidebar .account_dashboard_sidebar_profile .greetings {
    font-size: 14px;
    color: #666
}

.account_dashboard_sidebar .account_dashboard_sidebar_profile .name {
    font-size: 18px;
    font-weight: 500
}

.account_dashboard_sidebar .sidebar_widget_menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.account_dashboard_sidebar .sidebar_widget_menu li:last-child a {
    border-bottom: 0
}

.account_dashboard_sidebar .sidebar_widget_menu a {
    border-bottom: 1px dotted #cdcdcd;
    display: block;
    font-size: 110%;
    padding: 15px 20px;
    color: #333;
    transition: all .3s ease-in-out
}

.account_dashboard_sidebar .sidebar_widget_menu a:hover {
    color: #4285f4
}

.account_dashboard_sidebar .sidebar_widget_menu a.active {
    background: linear-gradient(90deg, #fff 0, #bad4ff);
    color: #4285f4
}

.account_dashboard_sidebar .sidebar_rating_review {
    display: flex;
    gap: 20px
}

.account_dashboard_sidebar .sidebar_rating_review .sidebar_rating_review_icon img {
    height: 40px
}

.account_dashboard_sidebar .sidebar_rating_review p {
    color: #666;
    font-size: 14px;
    margin-top: 4px;
    line-height: 20px;
    margin-bottom: 10px
}

.account_dashboard_sidebar .sidebar_rating_review .book_rating {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    color: #ccc;
    transition: all .2s ease-in-out
}

.account_dashboard_sidebar .sidebar_rating_review .book_rating .active {
    color: #ffe234
}

.account_dashboard_sidebar .sidebar_rating_review .dynamic-rating-text {
    display: none
}

.account_dashboard_sidebar .sidebar_rating_review .form-control {
    font-size: 14px;
    box-shadow: none;
    width: 100%
}

.account_dashboard_sidebar .sidebar_rating_review .form-control:focus {
    border-color: #202124;
    box-shadow: none
}

.account_dashboard_sidebar .sidebar_rating_review .bj_theme_btn {
    padding: 8px 20px;
    font-size: 14px;
    margin-top: 10px
}

.account_dashboard_sidebar .sidebar_address_widget .location_icon img {
    height: 40px
}

.account_dashboard_sidebar .sidebar_address_widget .sidebar_header {
    border-bottom: 1px solid var(--black_50);
    padding-bottom: 6px;
    margin-bottom: 8px
}

.account_dashboard_sidebar .sidebar_address_widget .location_wrapper {
    display: flex;
    gap: 20px;
    padding-top: 10px
}

.account_dashboard_sidebar .sidebar_address_widget .location_wrapper .location_content p {
    color: #666;
    font-size: 15px;
    margin-top: 8px;
    line-height: 20px
}

.account_dashboard_content {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: .25rem;
    margin-top: 20px
}

.account_dashboard_content .account_dashboard_content_header {
    padding-top: 10px;
    background-color: #f9f9f9;
    padding: 14px 20px;
    color: #17161a;
    font-size: 20px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-weight: 500
}

.account_dashboard_content .account_dashboard_content_header span {
    font-size: 14px
}

.account_dashboard_content .account_dashboard_content_header p {
    font-size: 14px;
    margin-bottom: 0
}

.account_dashboard_content .content_body {
    padding: 15px 20px 20px
}

.account_dashboard_content .account_dashboard_content_title {
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px
}

.account_dashboard_content .account_dashboard_content_title h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0
}

.account_dashboard_content .account_dashboard_content_title p {
    font-size: 14px;
    margin-bottom: 0
}

.account_dashboard_content hr {
    background-color: #dee2e6;
    opacity: 1;
    margin-top: 20px
}

.account_dashboard_content .form-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #202124;
    margin-bottom: 14px
}

.account_dashboard_content .form-group {
    position: relative
}

.account_dashboard_content .form-group .form-control {
    height: 55px;
    border-radius: 4px;
    border: 1px solid #dadce0;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 20px;
    padding-right: 20px
}

.account_dashboard_content .form-group .form-control:focus {
    border-color: #4285f4;
    box-shadow: none
}

.account_dashboard_content .form-group textarea.form-control {
    height: auto
}

.account_dashboard_content .form-group .floating-label {
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8a898d;
    transition: .2s;
    margin-bottom: 0
}

.account_dashboard_content .form-group .message {
    height: 160px;
    padding-top: 22px
}

.account_dashboard_content .form-group input:focus~.floating-label,
.account_dashboard_content .form-group textarea:focus~.floating-label,
.account_dashboard_content .form-group input:not(:focus):valid~.floating-label,
.account_dashboard_content .form-group textarea:not(:focus):valid~.floating-label {
    top: -10px;
    left: 26px;
    font-size: 12px;
    color: #17161a;
    background-color: #fff;
    padding: 0 5px 0 5px
}

.account_dashboard_content .iti {
    display: block;
    margin-bottom: 16px
}

.account_dashboard_content .iti__selected-country-primary {
    padding: 0 14px
}

.account_dashboard_content .profile-picture-form {
    display: flex;
    align-items: center;
    gap: 20px
}

.account_dashboard_content .profile-picture-form .preview {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden
}

.account_dashboard_content .profile-picture-form .upload_btn {
    font-size: 15px;
    letter-spacing: -0.15px;
    font-weight: 500;
    width: 175px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 7px;
    color: #4285f4;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #4285f4;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out
}

.account_dashboard_content .profile-picture-form .upload_btn:hover {
    cursor: pointer;
    color: #fff;
    background-color: #3972d2
}

.account_dashboard_content .profile-picture-form input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.account_dashboard_content .profile-picture-form input:hover {
    cursor: pointer
}

.account_dashboard_content .bj_theme_btn {
    padding: 10px 30px;
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center
}

.account_dashboard_content .my_account_book {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.account_dashboard_content .my_account_book.list-view {
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.account_dashboard_content .my_account_book.list-view:last-child {
    margin-bottom: 0
}

.account_dashboard_content .my_account_book .my_account_book_img img {
    max-width: 120px;
    height: 100%;
    width: 100%
}

.account_dashboard_content .my_account_book .my_account_book_title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    color: #242729;
    transition: all .3s ease-in-out
}

.account_dashboard_content .my_account_book .my_account_book_title:hover {
    color: #4285f4
}

.account_dashboard_content .my_account_book .book_price {
    display: flex;
    gap: 20px;
    color: #333
}

.account_dashboard_content .my_account_book .book_price .discount_amount {
    font-size: 17px;
    font-weight: 500
}

.account_dashboard_content .my_account_book .book_price .mrp_amount {
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
    color: #98999b
}

.account_dashboard_content .my_account_book .book_rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px
}

.account_dashboard_content .my_account_book .book_rating i {
    color: #ffe234
}

.account_dashboard_content .my_account_book .book_rating .small_text {
    font-size: 14px
}

.account_dashboard_content .my_account_book .author_name {
    font-size: 14px;
    color: #737373;
    margin-bottom: 0
}

.account_dashboard_content .my_account_book .source {
    font-size: 16px;
    color: #737373;
    margin-bottom: 0
}

.account_dashboard_content .my_account_book .my_account_book_action {
    margin-left: auto
}

.account_dashboard_content .my_account_book .my_account_book_action .download_options {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    gap: 15px;
    margin-top: 10px
}

.account_dashboard_content .my_account_book .my_account_book_action .download_options a {
    color: #737373;
    transition: all .3s ease-in-out
}

.account_dashboard_content .my_account_book .my_account_book_action .download_options a i {
    color: #737373;
    font-size: 13px
}

.account_dashboard_content .my_account_book .my_account_book_action .download_options a:hover {
    color: #17161a
}

.account_dashboard_content .my_account_book .remove_btn {
    color: #98999b;
    font-size: 18px
}

.account_dashboard_content .my_account_book .remove_btn:hover {
    color: #ff3b30
}

.account_dashboard_content .my_account_book .book_rating_info {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #98999b;
    align-items: center
}

.account_dashboard_content .my_account_book .book_rating_info a {
    color: #98999b
}

.account_dashboard_content .my_account_book .book_rating_info .separator {
    width: 1px;
    height: 15px;
    background-color: #98999b
}

.account_dashboard_content .my_account_book .item_link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700
}

.account_dashboard_content .my_account_book .timestamp {
    color: #bbbdc0;
    font-size: 14px;
    font-weight: 500
}

.account_dashboard_content .my_rating_reviews_list .my_account_book {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.account_dashboard_content .my_rating_reviews_list .book_rating {
    margin-top: 0;
    margin-bottom: 8px;
    gap: 3px
}

.account_dashboard_content .product_filter_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px
}

.account_dashboard_content .product_filter_search .search_form .form-control {
    border: 1px solid #dee2e6;
    width: 300px;
    padding: 9px 15px
}

.account_dashboard_content .product_filter_search .search_form .search_btn {
    top: 5px
}

.account_dashboard_content .product_filter_search .search_form {
    margin-top: 0
}

.account_dashboard_content .woocommerce-ordering {
    display: flex;
    gap: 10px;
    align-items: center
}

.account_dashboard_content .woocommerce-ordering .nice-select {
    float: inherit
}

.account_dashboard_content .my_book_list {
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
    row-gap: 0
}

.account_dashboard_content .my_book_list .my_book_list_item img {
    margin-bottom: 8px;
    width: 140px
}

.account_dashboard_content .my_book_list .my_book_list_item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.account_dashboard_content .my_book_list .my_book_list_item p {
    margin-bottom: 0;
    font-size: 15px
}

.account_dashboard_content .my_list_details .best_product_item_two {
    position: relative
}

.account_dashboard_content .my_list_details .best_product_item_two .img {
    width: 180px;
    padding: 0
}

.account_dashboard_content .my_list_details .best_product_item_two .bj_theme_btn {
    padding: 8px 0;
    min-width: 125px
}

.account_dashboard_content .my_list_details .best_product_item_two .bj_new_pr_content {
    padding-top: 14px
}

.account_dashboard_content .my_list_details .book_title {
    font-size: 17px
}

.account_dashboard_content .my_list_details .writer_name {
    margin-top: 6px
}

.account_dashboard_content .my_list_details .ribon {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--bj-Open);
    color: #fff;
    background: #ff7a00;
    background: linear-gradient(0deg, rgb(255, 182, 0) 0%, rgb(255, 122, 0) 100%);
    position: absolute;
    left: -16px;
    top: 20px;
    z-index: 2;
    padding: 5px 14px;
    text-transform: uppercase
}

.account_dashboard_content .my_list_details .ribon:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 12px 0;
    border-color: rgba(0, 0, 0, 0) #bababa rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    left: 0
}

.account_dashboard_content .my_list_details .bj_pr_meta {
    margin-top: 4px
}

.account_dashboard_content .my_list_details .bj_pr_meta .ratting {
    font-size: 16px;
    margin-left: 15px
}

.account_dashboard_content .my_list_details .book_price {
    font-size: 17px
}

.account_dashboard_content .my_book_list_item {
    gap: 5px
}

.account_dashboard_content .my_book_list_item:hover .list_item_img {
    border-color: #4285f4
}

.account_dashboard_content .my_book_list_item .list_item_img {
    display: flex;
    height: 180px;
    gap: 4px;
    padding: 4px;
    border: 1px solid #dee2e6;
    transition: all .2s ease-in-out
}

.account_dashboard_content .my_book_list_item .list_item_img img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 0
}

.account_dashboard_content .my_book_list_item .list_item_img .thumbnail {
    width: 130px
}

.account_dashboard_content .my_book_list_item .list_item_img .collection {
    display: flex;
    flex-direction: column;
    width: 65px;
    gap: 4px
}

.account_dashboard_content .my_book_list_item .list_item_img .collection img {
    width: 100%;
    height: calc(50% - 2px);
    padding-left: 0
}

.account_dashboard_content .my_book_list_item .my_account_book_title {
    font-weight: 700
}

.account_dashboard_content .my_book_list_item .my_account_book_title:hover {
    color: #242729
}

.account_dashboard_content .table {
    border: 1px solid #d2d2d3;
    font-size: 14px;
    color: #333
}

.account_dashboard_content .table>:not(:last-child)>:last-child>* {
    border-color: #d2d2d3
}

.account_dashboard_content .table>:not(caption)>*>* {
    padding: .9rem .5rem;
    border-color: var(--black_50)
}

.account_dashboard_content .table tr th:first-child,
.account_dashboard_content .table tr td:first-child {
    padding-left: 15px
}

.account_dashboard_content .table td a {
    font-size: 14px;
    color: #333
}

.account_dashboard_content .table td a:hover {
    color: #17161a
}

.account_dashboard_content .table tbody tr:last-child td {
    border-bottom: 0
}

.account_dashboard_content .table .remove_btn {
    color: #98999b;
    font-size: 18px;
    border: 0;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0
}

.account_dashboard_content .table .remove_btn:hover {
    color: #ff3b30
}

.account_dashboard_content .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 700;
    background: #fcfdfd;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333
}

.account_dashboard_content .nav-tabs .nav-link.active {
    color: #4285f4;
    background: linear-gradient(180deg, #bad4ff 0, #fff);
    border-bottom: 1px solid #fff;
    border-top: 2px solid #4285f4
}

.account_dashboard_content .follow_author_list .table {
    text-align: center;
    vertical-align: middle;
    border: 0 #d2d2d3;
    margin-bottom: 0
}

.account_dashboard_content .follow_author_list .table thead {
    background: #000;
    color: #fff
}

.account_dashboard_content .follow_author_list .author_img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.account_dashboard_content .follow_author_list .bj_theme_btn {
    padding: 7px 20px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500
}

.account_dashboard_content .my_address_book_list .table {
    border: 0;
    vertical-align: middle;
    border-color: #d2d2d3;
    margin-bottom: 0
}

.account_dashboard_content .my_address_book_list .bj_theme_btn {
    padding: 6px 20px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500
}

.account_dashboard_content .my_address_book_list .home_label,
.account_dashboard_content .my_address_book_list .office_label {
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    height: 22px;
    text-align: center;
    vertical-align: text-bottom;
    line-height: 22px;
    margin-right: 0;
    padding: 0 7px;
    text-transform: uppercase
}

.account_dashboard_content .my_address_book_list .office_label {
    background-image: linear-gradient(39deg, #0094b6 1%, #5bbbce 97%)
}

.account_dashboard_content .my_address_book_list .home_label {
    background-image: linear-gradient(-143deg, #ff7b53, #ff4b28)
}

.account_dashboard_content .my_order_list .single_order_block {
    border-bottom: 1px solid var(--black_50);
    margin-bottom: 20px
}

.account_dashboard_content .my_order_list .single_order_block:last-child {
    border-bottom: 0
}

.account_dashboard_content .my_order_list .single_order_block .order_info {
    font-size: 18px
}

.account_dashboard_content .my_order_list .single_order_block .order_info .order_no {
    color: #33c24d
}

.account_dashboard_content .my_order_list .single_order_block .order_action {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap
}

.account_dashboard_content .my_order_list .single_order_block .order_action .order_status {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #28a745;
    color: #28a745;
    text-transform: uppercase;
    border-radius: 4px
}

.account_dashboard_content .my_order_list .single_order_block .order_action .order_status.warning {
    color: #dc3545;
    border-color: #dc3545
}

.account_dashboard_content .my_order_list .single_order_block .order_action .bj_theme_btn {
    padding: 8px 20px
}

.account_dashboard_content .my_order_list .single_order_block .my_account_book {
    align-items: center;
    text-align: center
}

.account_dashboard_content .my_order_list .single_order_block .my_account_book_title {
    max-width: 150px;
    margin-bottom: 5px;
    font-size: 18px
}

.account_dashboard_content .my_order_list .single_order_block .my_account_book_img img {
    max-width: 150px;
    height: 100%;
    width: 100%
}

.account_dashboard_body {
    padding-left: 15px
}

.order_track_list {
    padding-top: 40px
}

.order_track_list .single_track_step {
    display: flex;
    align-items: start;
    gap: 20px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.order_track_list .single_track_step::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 30px;
    bottom: 0;
    width: 3px;
    background-image: linear-gradient(#dee2e6 45%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 4px 11px;
    z-index: -1
}

.order_track_list .single_track_step.first_step {
    padding-bottom: 20px;
    display: none
}

.order_track_list .single_track_step.first_step::before {
    display: none
}

.order_track_list .single_track_step.first_step .step_icon i {
    display: none
}

.order_track_list .single_track_step.second_step {
    display: none
}

.order_track_list .single_track_step.active .step_icon {
    background-color: #33c24d
}

.order_track_list .single_track_step.active .step_icon img {
    filter: invert(1)
}

.order_track_list .single_track_step.active .step_content h6 {
    color: #333
}

.order_track_list .single_track_step.active .step_content p {
    color: #666
}

.order_track_list .single_track_step .step_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.order_track_list .single_track_step .step_icon img {
    max-width: 100%;
    height: 30px
}

.order_track_list .single_track_step .step_icon i {
    position: absolute;
    bottom: 4px;
    font-size: 19px;
    color: #d9d9d9;
    left: 50%;
    transform: translate(-50%, 100%)
}

.order_track_list .single_track_step .step_content {
    width: 100%;
    flex: 1
}

.order_track_list .single_track_step .step_content h6 {
    color: #777;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px
}

.order_track_list .single_track_step .step_content p {
    color: #999;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 22px
}

.order_track_list .view_more_btn {
    font-size: 16px;
    font-weight: 600;
    color: #4285f4;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    gap: 10px
}

.order_summary_list .my_account_book .my_account_book_content {
    margin-right: auto
}

.order_summary_list .my_account_book .book_price {
    gap: 10px;
    margin-right: 20px
}

.order_summary_list .my_account_book .book_price p {
    font-size: 16px;
    font-weight: 500;
    color: #98999b
}

.order_summary_list .my_account_book .product-qty {
    font-size: 16px;
    font-weight: 500;
    color: #98999b;
    margin-right: 20px
}

.order_summary_list .my_account_book .product-qty span {
    font-size: 17px;
    font-weight: 500;
    color: #333
}

.order_summary__payment {
    border-top: 1px dashed #dadada;
    padding-top: 20px
}

.order_summary__payment .payable-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 4px;
    text-align: right
}

.order_summary__payment .payable-info .payable-info__label p {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px
}

.order_summary__payment .payable-info .payable-info__value {
    margin-left: 54px
}

.order_summary__payment .payable-info .payable-info__value p {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px
}

.order_summary__payment .total-payable {
    display: flex;
    margin-left: auto;
    padding-top: 10px;
    text-align: right;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    border-top: 1px dashed #dadada
}

.order_summary__payment .total-payable p {
    color: #666;
    font-size: 14px
}

.order_summary__payment .total-payable .total-payable__value {
    margin-left: 84px
}

.order_summary__payment .total-payable .total-payable__value p {
    font-weight: 700
}

.account_order_confirmation .thanksgiving_title {
    display: flex;
    gap: 15px;
    margin-top: 7px
}

.account_order_confirmation .thanksgiving_title .icon {
    height: 50px;
    width: 50px;
    line-height: 43px;
    text-align: center;
    background-color: #28a745;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    border: 4px solid hsla(0, 0%, 100%, .57)
}

.account_order_confirmation .thanksgiving_title .actn_btn {
    padding: 4px 15px;
    font-size: 12px
}

.account_order_confirmation .thanksgiving_title .ordr_number {
    font-size: 15px;
    font-weight: 500;
    color: var(--black_700)
}

.account_order_confirmation .thanksgiving_title .ordr_number .target {
    font-style: italic;
    display: inline-block;
    margin-right: 10px
}

.account_order_confirmation .order_information {
    padding: 20px;
    border: 1px solid var(--black_50);
    border-radius: 4px;
    margin: 25px 0
}

.account_order_confirmation .order_information p {
    font-size: 15px;
    color: var(--black_750)
}

.account_order_confirmation .order_information .info {
    font-size: 14px;
    color: var(--black_700)
}

.side_menu {
    width: 400px;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    right: 0;
    position: fixed;
    transform: translate3d(400px, 0, 0);
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1013;
    background: #fff;
    padding: 20px 0;
    overflow-x: hidden
}

.side_menu .close_nav {
    font-size: 28px;
    color: #1d2746;
    margin-right: 15px;
    margin-top: -5px
}

.side_menu .close_nav i+i {
    display: none
}

.side_menu.menu-opened .close_nav i {
    display: block
}

.click_capture,
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: all .3s linear
}

.click_capture.show,
.modal-backdrop.show {
    opacity: 1;
    visibility: visible
}

.menu-is-opened {
    overflow: hidden;
    height: 100%
}

.menu-is-opened .click_capture {
    opacity: 1;
    visibility: visible
}

.menu-is-opened .side_menu {
    transform: translate3d(0, 0, 0)
}

.dashboard-sidebar {
    position: sticky;
    top: 100px;
    left: 0
}

.dashboard-sidebar__profile {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    margin-bottom: 16px
}

.dashboard-sidebar__avatar {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0
}

.dashboard-sidebar__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.dashboard-sidebar__status {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    background: #22c55e;
    border-radius: 50%;
    border: 2px solid #fff
}

.dashboard-sidebar__info {
    flex: 1;
    min-width: 0
}

.dashboard-sidebar__greeting {
    display: block;
    font-size: 13px;
    color: var(--black_500);
    margin-bottom: 4px
}

.dashboard-sidebar__name {
    font-size: 18px;
    font-weight: 700;
    color: #202124;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dashboard-sidebar__nav {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    padding: 12px
}

.dashboard-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

.dashboard-nav__item:not(:last-child) {
    margin-bottom: 4px
}

.dashboard-nav__link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black_600);
    transition: all .25s ease
}

.dashboard-nav__link i {
    font-size: 18px;
    width: 24px;
    text-align: center;
    color: var(--black_400);
    transition: color .25s ease
}

.dashboard-nav__link:hover {
    background: rgba(66, 133, 244, .06);
    color: #4285f4
}

.dashboard-nav__link:hover i {
    color: #4285f4
}

.dashboard-nav__link.active {
    background: #4285f4;
    color: #fff;
    box-shadow: 0 4px 12px rgba(66, 133, 244, .25)
}

.dashboard-nav__link.active i {
    color: #fff
}

.dashboard-content {
    padding-left: 20px
}

.dashboard-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    overflow: hidden;
    margin-top: 20px
}

.dashboard-card__header {
    padding: 28px 32px 20px;
    border-bottom: 1px solid var(--black_50)
}

.dashboard-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 6px
}

.dashboard-card__subtitle {
    font-size: 14px;
    color: var(--black_500);
    margin: 0
}

.dashboard-card__body {
    padding: 28px 32px 32px
}

.profile-photo {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 24px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    margin-bottom: 32px
}

.profile-photo__preview {
    position: relative;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    cursor: pointer
}

.profile-photo__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-photo__overlay {
    position: absolute;
    inset: 0;
    background: rgba(32, 33, 36, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s ease
}

.profile-photo__overlay i {
    font-size: 24px;
    color: #fff
}

.profile-photo__preview:hover .profile-photo__overlay {
    opacity: 1
}

.profile-photo__actions {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.profile-photo__upload {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: #4285f4;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease
}

.profile-photo__upload input {
    display: none
}

.profile-photo__upload:hover {
    background: rgb(27.444, 108.112, 241.756);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66, 133, 244, .3)
}

.profile-photo__hint {
    font-size: 13px;
    color: var(--black_500)
}

.form-section {
    padding-top: 28px
}

.form-section:not(:first-child) {
    border-top: 1px solid var(--black_50);
    margin-top: 28px
}

.form-section__title {
    font-size: 16px;
    font-weight: 600;
    color: #202124;
    margin: 0 0 20px
}

.form-floating-group {
    position: relative
}

.form-floating-group__input {
    width: 100%;
    height: 56px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #202124;
    background: #fff;
    border: 1.5px solid var(--black_150);
    border-radius: 12px;
    transition: all .25s ease;
    outline: none
}

.form-floating-group__input:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.form-floating-group__input:not(:-moz-placeholder)~.form-floating-group__label {
    top: 0;
    left: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #4285f4;
    background: #fff;
    padding: 0 6px
}

.form-floating-group__input:focus~.form-floating-group__label,
.form-floating-group__input:not(:placeholder-shown)~.form-floating-group__label {
    top: 0;
    left: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #4285f4;
    background: #fff;
    padding: 0 6px
}

.form-floating-group__label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--black_400);
    pointer-events: none;
    transition: all .2s ease
}

.form-floating-group__toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 8px;
    color: var(--black_400);
    cursor: pointer;
    transition: color .25s ease
}

.form-floating-group__toggle:hover {
    color: #4285f4
}

.form-floating-group--password .form-floating-group__input {
    padding-right: 50px
}

.form-group-modern__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 10px
}

.form-group-modern__input {
    width: 100%;
    height: 56px;
    padding: 16px 20px;
    font-size: 15px;
    color: #202124;
    background: #fff;
    border: 1.5px solid var(--black_150);
    border-radius: 12px;
    transition: all .25s ease;
    outline: none
}

.form-group-modern__input:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.radio-group {
    display: flex;
    gap: 24px;
    padding-top: 8px
}

.radio-group__item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.radio-group__input {
    display: none
}

.radio-group__input:checked+.radio-group__custom {
    border-color: #4285f4
}

.radio-group__input:checked+.radio-group__custom::after {
    transform: scale(1)
}

.radio-group__custom {
    width: 22px;
    height: 22px;
    border: 2px solid var(--black_200);
    border-radius: 50%;
    position: relative;
    transition: border-color .25s ease
}

.radio-group__custom::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #4285f4;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .2s ease
}

.radio-group__text {
    font-size: 15px;
    font-weight: 500;
    color: var(--black_600)
}

.form-actions {
    padding-top: 32px;
    display: flex;
    gap: 16px
}

.form-actions .bj_theme_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px
}

.address-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.address-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: #fff;
    border: 1.5px solid var(--black_100);
    border-radius: 16px;
    transition: all .25s ease
}

.address-card:hover {
    border-color: rgba(66, 133, 244, .3);
    box-shadow: 0 4px 16px rgba(66, 133, 244, .08)
}

.address-card--default {
    border-color: rgba(66, 133, 244, .3);
    background: linear-gradient(135deg, #fff 0%, rgba(66, 133, 244, 0.02) 100%)
}

.address-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0094b6 0%, #5bbbce 100%);
    border-radius: 12px;
    flex-shrink: 0
}

.address-card__icon i {
    font-size: 20px;
    color: #fff
}

.address-card__icon--home {
    background: linear-gradient(135deg, #ff4b28 0%, #ff7b53 100%)
}

.address-card__content {
    flex: 1;
    min-width: 0
}

.address-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap
}

.address-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #202124;
    margin: 0
}

.address-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 20px;
    color: #fff
}

.address-card__badge--office {
    background: linear-gradient(135deg, #0094b6 0%, #5bbbce 100%)
}

.address-card__badge--home {
    background: linear-gradient(135deg, #ff4b28 0%, #ff7b53 100%)
}

.address-card__default {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 20px;
    background: rgba(66, 133, 244, .1);
    color: #4285f4
}

.address-card__address {
    font-size: 15px;
    color: var(--black_600);
    line-height: 1.6;
    margin: 0 0 12px
}

.address-card__meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.address-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--black_500)
}

.address-card__meta span i {
    font-size: 14px;
    color: var(--black_400)
}

.address-card__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0
}

.address-card__btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all .25s ease
}

.address-card__btn i {
    font-size: 16px
}

.address-card__btn--edit {
    background: rgba(66, 133, 244, .1);
    color: #4285f4
}

.address-card__btn--edit:hover {
    background: #4285f4;
    color: #fff
}

.address-card__btn--delete {
    background: rgba(220, 53, 69, .1);
    color: #dc3545
}

.address-card__btn--delete:hover {
    background: #dc3545;
    color: #fff
}

.orders-toolbar {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap
}

.orders-toolbar__search {
    flex: 1;
    min-width: 200px;
    position: relative
}

.orders-toolbar__search i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--black_400);
    font-size: 14px
}

.orders-toolbar__input {
    width: 100%;
    height: 48px;
    padding: 12px 20px 12px 48px;
    font-size: 14px;
    color: #202124;
    background: #fff;
    border: 1.5px solid var(--black_150);
    border-radius: 12px;
    transition: all .25s ease;
    outline: none
}

.orders-toolbar__input:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.orders-toolbar__input::-moz-placeholder {
    color: var(--black_400)
}

.orders-toolbar__input::placeholder {
    color: var(--black_400)
}

.orders-toolbar__filter {
    min-width: 180px
}

.orders-toolbar__select {
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    background: #fff;
    border: 1.5px solid var(--black_150);
    border-radius: 12px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23848d95' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    transition: all .25s ease
}

.orders-toolbar__select:focus {
    border-color: #4285f4
}

.orders-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.order-card {
    background: #fff;
    border: 1.5px solid var(--black_100);
    border-radius: 16px;
    overflow: hidden;
    transition: all .25s ease
}

.order-card:hover {
    border-color: rgba(66, 133, 244, .2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .06)
}

.order-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid var(--black_50);
    flex-wrap: wrap;
    gap: 12px
}

.order-card__info {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.order-card__id {
    font-size: 15px;
    font-weight: 700;
    color: #202124
}

.order-card__date {
    font-size: 13px;
    color: var(--black_500)
}

.order-card__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 24px
}

.order-card__status i {
    font-size: 14px
}

.order-card__status--completed {
    background: rgba(34, 197, 94, .1);
    color: #22c55e
}

.order-card__status--processing {
    background: rgba(66, 133, 244, .1);
    color: #4285f4
}

.order-card__status--cancelled {
    background: rgba(220, 53, 69, .1);
    color: #dc3545
}

.order-card__status--refunded {
    background: rgba(245, 158, 11, .1);
    color: #f59e0b
}

.order-card__products {
    display: flex;
    gap: 16px;
    padding: 20px 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.order-card__products::-webkit-scrollbar {
    height: 4px
}

.order-card__products::-webkit-scrollbar-track {
    background: var(--black_50);
    border-radius: 4px
}

.order-card__products::-webkit-scrollbar-thumb {
    background: var(--black_200);
    border-radius: 4px
}

.order-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background: var(--black_25);
    flex-wrap: wrap;
    gap: 12px
}

.order-card__total {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--black_600)
}

.order-card__total strong {
    font-size: 18px;
    font-weight: 700;
    color: #202124
}

.order-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #4285f4;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all .25s ease;
    text-decoration: none
}

.order-card__btn i {
    font-size: 14px
}

.order-card__btn:hover {
    background: rgb(27.444, 108.112, 241.756);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(66, 133, 244, .25);
    color: #fff
}

.order-card__btn--secondary {
    background: rgba(0, 0, 0, 0);
    color: #4285f4;
    border: 1.5px solid #4285f4
}

.order-card__btn--secondary:hover {
    background: #4285f4;
    color: #fff
}

.order-card__btn--reorder {
    background: #22c55e
}

.order-card__btn--reorder:hover {
    background: rgb(27.9948051948, 162.2051948052, 77.3974025974);
    box-shadow: 0 4px 12px rgba(34, 197, 94, .25)
}

.order-product {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: var(--black_25);
    border-radius: 12px;
    flex-shrink: 0;
    min-width: 200px
}

.order-product img {
    width: 56px;
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.order-product__info {
    min-width: 0
}

.order-product__title {
    font-size: 14px;
    font-weight: 600;
    color: #202124;
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px
}

.order-product__price {
    display: flex;
    align-items: center;
    gap: 8px
}

.order-product__current {
    font-size: 14px;
    font-weight: 700;
    color: #202124
}

.order-product__original {
    font-size: 12px;
    color: var(--black_400);
    text-decoration: line-through
}

.ebook-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ebook-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px;
    background: #fff;
    border: 1.5px solid var(--black_100);
    border-radius: 16px;
    transition: all .25s ease
}

.ebook-card:hover {
    border-color: rgba(66, 133, 244, .3);
    box-shadow: 0 4px 16px rgba(66, 133, 244, .08)
}

.ebook-card:hover .ebook-card__overlay {
    opacity: 1
}

.ebook-card__cover {
    position: relative;
    width: 80px;
    height: 110px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12)
}

.ebook-card__cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ebook-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(32, 33, 36, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s ease
}

.ebook-card__read {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #4285f4;
    font-size: 18px;
    transition: all .25s ease
}

.ebook-card__read:hover {
    background: #4285f4;
    color: #fff;
    transform: scale(1.1)
}

.ebook-card__content {
    flex: 1;
    min-width: 0
}

.ebook-card__title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 8px;
    transition: color .25s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ebook-card__title:hover {
    color: #4285f4
}

.ebook-card__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px
}

.ebook-card__rating i {
    font-size: 12px;
    color: #ffc107
}

.ebook-card__rating span {
    margin-left: 4px;
    font-size: 13px;
    font-weight: 600;
    color: var(--black_600)
}

.ebook-card__source {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #4285f4;
    background: rgba(66, 133, 244, .1);
    border-radius: 20px
}

.ebook-card__actions {
    flex-shrink: 0
}

.ebook-card__downloads {
    display: flex;
    gap: 8px
}

.ebook-card__download {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black_25);
    border-radius: 10px;
    color: var(--black_500);
    font-size: 16px;
    transition: all .25s ease
}

.ebook-card__download:hover {
    background: #4285f4;
    color: #fff;
    transform: translateY(-2px)
}

.ebook-card__download:nth-child(2):hover {
    background: #dc3545
}

.ebook-card__download:nth-child(3):hover {
    background: #22c55e
}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px
}

.collection-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1.5px solid var(--black_100);
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden;
    transition: all .35s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.collection-card:hover {
    border-color: rgba(66, 133, 244, .3);
    box-shadow: 0 16px 40px rgba(66, 133, 244, .12);
    transform: translateY(-6px)
}

.collection-card:hover .collection-card__book--front {
    transform: translateX(0) rotate(0deg)
}

.collection-card:hover .collection-card__book--middle {
    transform: translateX(-15px) rotate(-6deg)
}

.collection-card:hover .collection-card__book--back {
    transform: translateX(-30px) rotate(-12deg)
}

.collection-card:hover .collection-card__arrow {
    background: #4285f4;
    color: #fff;
    transform: translateX(4px)
}

.collection-card__visual {
    position: relative;
    padding: 32px 24px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    display: flex;
    justify-content: center;
    align-items: center
}

.collection-card__stack {
    position: relative;
    width: 180px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    perspective: 1000px
}

.collection-card__book {
    position: absolute;
    width: 100px;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.collection-card__book img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.collection-card__book--front {
    z-index: 3;
    right: 0;
    transform: translateX(0) rotate(0deg)
}

.collection-card__book--middle {
    z-index: 2;
    right: 0;
    transform: translateX(-10px) rotate(-3deg)
}

.collection-card__book--back {
    z-index: 1;
    right: 0;
    transform: translateX(-20px) rotate(-6deg)
}

.collection-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(66, 133, 244, .3)
}

.collection-card__info {
    padding: 20px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.collection-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 8px;
    transition: color .25s ease
}

.collection-card__desc {
    font-size: 14px;
    color: var(--black_500);
    margin: 0 0 16px;
    flex: 1
}

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

.collection-card__date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--black_400)
}

.collection-card__date i {
    font-size: 12px
}

.collection-card__arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black_50);
    border-radius: 50%;
    color: var(--black_500);
    font-size: 14px;
    transition: all .25s ease
}

.collection-card--create {
    border-style: dashed;
    border-color: var(--black_200);
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 320px;
    background: linear-gradient(135deg, #fafbfc 0%, #f5f5f5 100%);
    padding-top: 80px
}

.collection-card--create:hover {
    border-color: #4285f4;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.02) 0%, rgba(66, 133, 244, 0.06) 100%)
}

.collection-card--create:hover .collection-card__create-icon {
    background: #4285f4;
    color: #fff;
    transform: scale(1.1)
}

.collection-card--create:hover .collection-card__title {
    color: #4285f4
}

.collection-card--create .collection-card__info {
    padding: 0 24px 24px
}

.collection-card--create .collection-card__title {
    margin-bottom: 4px
}

.collection-card--create .collection-card__desc {
    margin: 0
}

.collection-card__create-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black_100);
    border-radius: 50%;
    color: var(--black_400);
    font-size: 24px;
    margin-bottom: 20px;
    transition: all .3s ease
}

.dashboard-card__count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #dc3545;
    background: rgba(220, 53, 69, .1);
    border-radius: 24px
}

.dashboard-card__count i {
    font-size: 14px
}

.wishlist-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.wish-card {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
    transition: all .35s ease
}

.wish-card:hover {
    box-shadow: 0 12px 40px rgba(66, 133, 244, .12);
    transform: translateX(8px)
}

.wish-card:hover .wish-card__image img {
    transform: scale(1.05)
}

.wish-card__image {
    position: relative;
    width: 160px;
    min-height: 220px;
    flex-shrink: 0;
    overflow: hidden
}

.wish-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease
}

.wish-card__sale {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: #ef4444;
    border-radius: 8px
}

.wish-card__badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 8px
}

.wish-card__badge--new {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%)
}

.wish-card__details {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-right: 1px solid var(--black_50)
}

.wish-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.wish-card__category {
    display: inline-block;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #4285f4;
    background: rgba(66, 133, 244, .1);
    border-radius: 6px
}

.wish-card__rating {
    display: flex;
    align-items: center;
    gap: 6px
}

.wish-card__rating i {
    color: #fbbf24;
    font-size: 14px
}

.wish-card__rating>span:first-of-type {
    font-weight: 700;
    color: #202124
}

.wish-card__reviews {
    font-size: 13px;
    color: var(--black_400)
}

.wish-card__title {
    font-size: 18px;
    font-weight: 700;
    margin: 4px 0;
    line-height: 1.4
}

.wish-card__title a {
    color: #202124;
    text-decoration: none;
    transition: color .25s ease
}

.wish-card__title a:hover {
    color: #4285f4
}

.wish-card__author {
    font-size: 14px;
    color: var(--black_500);
    margin: 0
}

.wish-card__author a {
    color: #4285f4;
    text-decoration: none;
    font-weight: 500
}

.wish-card__author a:hover {
    text-decoration: underline
}

.wish-card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--black_500);
    margin: 4px 0 8px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.wish-card__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    flex-wrap: wrap
}

.wish-card__format {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--black_600);
    padding: 6px 12px;
    background: var(--black_25);
    border-radius: 6px
}

.wish-card__format i {
    color: var(--black_400)
}

.wish-card__stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px
}

.wish-card__stock--available {
    color: #059669;
    background: rgba(16, 185, 129, .1)
}

.wish-card__stock--low {
    color: #d97706;
    background: rgba(245, 158, 11, .1)
}

.wish-card__actions {
    width: 200px;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    background: var(--black_25)
}

.wish-card__pricing {
    text-align: center;
    margin-bottom: 4px
}

.wish-card__price {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #202124;
    line-height: 1.2
}

.wish-card__original {
    font-size: 14px;
    color: var(--black_400);
    text-decoration: line-through;
    margin-right: 8px
}

.wish-card__save {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #059669;
    background: rgba(16, 185, 129, .15);
    border-radius: 20px;
    margin-top: 6px
}

.wish-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all .25s ease
}

.wish-card__btn--cart {
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%)
}

.wish-card__btn--cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66, 133, 244, .35)
}

.wish-card__btn--remove {
    color: var(--black_500);
    background: #fff;
    border: 1px solid var(--black_100)
}

.wish-card__btn--remove:hover {
    color: #ef4444;
    border-color: #ef4444;
    background: rgba(239, 68, 68, .05)
}

@media(max-width: 768px) {
    .wish-card {
        flex-direction: column
    }

    .wish-card__image {
        width: 100%;
        height: 200px
    }

    .wish-card__details {
        border-right: none;
        border-bottom: 1px solid var(--black_50)
    }

    .wish-card__actions {
        width: 100%
    }

    .wish-card__pricing {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap
    }

    .wish-card__price {
        display: inline;
        font-size: 24px
    }

    .wish-card__save {
        margin-top: 0
    }
}

.wishlist-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center
}

.wishlist-empty__icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(66, 133, 244, .1);
    border-radius: 50%;
    margin-bottom: 24px
}

.wishlist-empty__icon i {
    font-size: 40px;
    color: #4285f4
}

.wishlist-empty__title {
    font-size: 22px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 12px
}

.wishlist-empty__text {
    font-size: 15px;
    color: var(--black_500);
    margin: 0 0 24px;
    max-width: 300px
}

.review-tabs__nav {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex-wrap: wrap
}

.review-tabs__item {
    flex: 1;
    min-width: 180px
}

.review-tabs__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 600;
    color: var(--black_600);
    background: var(--black_25);
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 14px;
    cursor: pointer;
    transition: all .3s ease
}

.review-tabs__btn i {
    font-size: 16px
}

.review-tabs__btn:hover {
    background: var(--black_50)
}

.review-tabs__btn.active {
    color: #4285f4;
    background: rgba(66, 133, 244, .08);
    border-color: #4285f4
}

.review-tabs__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: var(--black_400);
    border-radius: 20px
}

.active .review-tabs__count {
    background: #4285f4
}

.review-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.review-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--black_50);
    border-radius: 16px;
    transition: all .3s ease
}

.review-card:hover {
    border-color: rgba(66, 133, 244, .2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06)
}

.review-card--pending {
    background: linear-gradient(135deg, rgba(254, 243, 199, 0.5) 0%, rgba(254, 243, 199, 0.2) 100%);
    border-color: rgba(245, 158, 11, .2)
}

.review-card__book {
    width: 90px;
    height: 130px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.review-card__book img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.review-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0
}

.review-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.review-card__info {
    flex: 1;
    min-width: 0
}

.review-card__title {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.4
}

.review-card__title a {
    color: #202124;
    text-decoration: none;
    transition: color .25s ease
}

.review-card__title a:hover {
    color: #4285f4
}

.review-card__author {
    font-size: 14px;
    color: var(--black_500);
    margin: 0
}

.review-card__author a {
    color: #4285f4;
    text-decoration: none
}

.review-card__author a:hover {
    text-decoration: underline
}

.review-card__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(255, 193, 7, .15);
    border-radius: 10px
}

.review-card__stars {
    display: flex;
    gap: 3px
}

.review-card__stars i {
    font-size: 16px;
    color: #ffc107
}

.review-card__score {
    font-size: 16px;
    font-weight: 800;
    color: #202124
}

.review-card__text {
    font-size: 14px;
    line-height: 1.7;
    color: var(--black_600);
    margin: 0 0 12px
}

.review-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--black_50);
    flex-wrap: wrap
}

.review-card__date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--black_400)
}

.review-card__date i {
    font-size: 14px
}

.review-card__edit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #4285f4;
    text-decoration: none;
    transition: all .25s ease
}

.review-card__edit:hover {
    text-decoration: underline
}

.review-card__action {
    display: flex;
    align-items: center;
    margin-left: auto
}

.review-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border-radius: 10px;
    text-decoration: none;
    transition: all .3s ease
}

.review-card__btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(66, 133, 244, .3)
}

@media(max-width: 576px) {
    .review-card {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .review-card__header {
        flex-direction: column;
        align-items: center
    }

    .review-card__action {
        margin-left: 0;
        width: 100%
    }

    .review-card__action .review-card__btn {
        width: 100%;
        justify-content: center
    }

    .review-card__footer {
        justify-content: center
    }
}

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

.author-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--black_50);
    border-radius: 20px;
    transition: all .35s ease
}

.author-card:hover {
    border-color: rgba(66, 133, 244, .3);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
    transform: translateY(-4px)
}

.author-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px
}

.author-card__avatar {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(66, 133, 244, .15)
}

.author-card__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.author-card__info {
    flex: 1;
    min-width: 0
}

.author-card__name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px
}

.author-card__name a {
    color: #202124;
    text-decoration: none;
    transition: color .25s ease
}

.author-card__name a:hover {
    color: #4285f4
}

.author-card__genre {
    font-size: 13px;
    color: #4285f4;
    font-weight: 600;
    margin: 0
}

.author-card__bio {
    font-size: 14px;
    line-height: 1.6;
    color: var(--black_500);
    margin: 0 0 16px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.author-card__stats {
    display: flex;
    gap: 12px;
    margin-bottom: 16px
}

.author-card__stat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--black_600);
    background: var(--black_25);
    border-radius: 20px
}

.author-card__stat i {
    color: #4285f4;
    font-size: 14px
}

.author-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--black_50);
    flex-wrap: wrap
}

.author-card__date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--black_400)
}

.author-card__date i {
    font-size: 13px
}

.author-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all .25s ease
}

.author-card__btn--unfollow {
    color: var(--black_500);
    background: var(--black_50)
}

.author-card__btn--unfollow:hover {
    color: #fff;
    background: #ef4444
}

.author-card__btn--follow {
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%)
}

.author-card__btn--follow:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(66, 133, 244, .3)
}

@media(max-width: 576px) {
    .author-card {
        padding: 20px
    }

    .author-card__header {
        flex-direction: column;
        text-align: center
    }

    .author-card__stats {
        justify-content: center
    }

    .author-card__footer {
        flex-direction: column;
        text-align: center
    }

    .author-card__btn {
        width: 100%;
        justify-content: center
    }
}

.order-track-sidebar {
    position: sticky;
    top: 100px
}

.rating-card {
    padding: 28px;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    border: 1px solid var(--black_50);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px
}

.rating-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #4285F4 0%, rgb(12.8425, 91.065, 220.6575) 100%);
    border-radius: 50%;
    margin-bottom: 16px
}

.rating-card__icon i {
    font-size: 28px;
    color: #fff
}

.rating-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 8px
}

.rating-card__text {
    font-size: 14px;
    color: var(--black_500);
    margin: 0 0 20px
}

.rating-card__stars {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px
}

.rating-card__star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--black_25);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all .25s ease
}

.rating-card__star i {
    font-size: 20px;
    color: var(--black_300);
    transition: all .25s ease
}

.rating-card__star:hover,
.rating-card__star.active {
    background: rgba(255, 193, 7, .2)
}

.rating-card__star:hover i,
.rating-card__star.active i {
    color: #ffc107;
    font-weight: 900
}

.rating-card__star.active i::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.rating-card__textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    border: 1px solid var(--black_100);
    border-radius: 12px;
    resize: none;
    margin-bottom: 16px;
    transition: all .25s ease
}

.rating-card__textarea:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.rating-card__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s ease
}

.rating-card__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66, 133, 244, .3)
}

.delivery-card {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--black_50);
    border-radius: 20px
}

.delivery-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--black_50)
}

.delivery-card__header i {
    font-size: 20px;
    color: #4285f4
}

.delivery-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #202124;
    margin: 0
}

.delivery-card__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #4285f4;
    background: rgba(66, 133, 244, .1);
    border-radius: 20px;
    margin-bottom: 12px
}

.delivery-card__label i {
    font-size: 11px
}

.delivery-card__address {
    font-size: 14px;
    line-height: 1.7;
    color: var(--black_600);
    margin: 0 0 12px
}

.delivery-card__phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #202124
}

.delivery-card__phone i {
    color: #4285f4;
    font-size: 14px
}

.order-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px
}

.order-status--delivered {
    color: #059669;
    background: rgba(5, 150, 105, .1)
}

.order-status--processing {
    color: #f59e0b;
    background: rgba(245, 158, 11, .1)
}

.order-status--shipped {
    color: #4285f4;
    background: rgba(66, 133, 244, .1)
}

.order-status--cancelled {
    color: #ef4444;
    background: rgba(239, 68, 68, .1)
}

.order-timeline {
    position: relative
}

.timeline-step {
    display: flex;
    gap: 20px;
    position: relative
}

.timeline-step__indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0
}

.timeline-step__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--black_100);
    border-radius: 50%;
    z-index: 1;
    transition: all .3s ease
}

.timeline-step__icon i {
    font-size: 18px;
    color: var(--black_400)
}

.timeline-step__line {
    width: 3px;
    flex: 1;
    min-height: 60px;
    background: var(--black_100);
    margin: 8px 0
}

.timeline-step__content {
    flex: 1;
    padding-bottom: 32px
}

.timeline-step__title {
    font-size: 16px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 6px
}

.timeline-step__date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--black_400);
    margin-bottom: 8px
}

.timeline-step__date i {
    font-size: 12px
}

.timeline-step__desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--black_500);
    margin: 0
}

.timeline-step--complete .timeline-step__icon {
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%)
}

.timeline-step--complete .timeline-step__icon i {
    color: #fff
}

.timeline-step--complete .timeline-step__line {
    background: linear-gradient(to bottom, #4285F4 0%, rgba(66, 133, 244, 0.3) 100%)
}

.timeline-step--active .timeline-step__icon {
    box-shadow: 0 0 0 6px rgba(66, 133, 244, .2)
}

.timeline-step--last .timeline-step__content {
    padding-bottom: 0
}

.order-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px
}

.order-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: var(--black_25);
    border-radius: 14px;
    transition: all .25s ease
}

.order-item:hover {
    background: var(--black_50)
}

.order-item__image {
    width: 70px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.order-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.order-item__details {
    flex: 1;
    min-width: 0
}

.order-item__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px
}

.order-item__title a {
    color: #202124;
    text-decoration: none;
    transition: color .25s ease
}

.order-item__title a:hover {
    color: #4285f4
}

.order-item__author {
    font-size: 13px;
    color: var(--black_500)
}

.order-item__qty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px;
    background: #fff;
    border-radius: 10px
}

.order-item__qty-label {
    font-size: 11px;
    color: var(--black_400);
    text-transform: uppercase;
    letter-spacing: .5px
}

.order-item__qty-value {
    font-size: 16px;
    font-weight: 700;
    color: #202124
}

.order-item__price {
    text-align: right;
    min-width: 80px
}

.order-item__price-original {
    display: block;
    font-size: 13px;
    color: var(--black_400);
    text-decoration: line-through
}

.order-item__price-final {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #4285f4
}

@media(max-width: 576px) {
    .order-item {
        flex-wrap: wrap
    }

    .order-item__details {
        flex: 1 1 calc(100% - 86px)
    }

    .order-item__qty,
    .order-item__price {
        flex: 1
    }
}

.payment-summary {
    padding: 24px;
    background: var(--black_25);
    border-radius: 16px
}

.payment-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    color: var(--black_600);
    border-bottom: 1px dashed var(--black_100)
}

.payment-summary__row:last-child {
    border-bottom: none
}

.payment-summary__row--total {
    padding-top: 16px;
    margin-top: 8px;
    border-bottom: none;
    border-top: 2px solid var(--black_100)
}

.payment-summary__row--total span {
    font-size: 18px;
    font-weight: 700;
    color: #202124
}

.payment-summary__row--total span:last-child {
    color: #4285f4
}

.popular-products {
    padding: 80px 0
}

.popular-products .section-header .section-header__title {
    padding-bottom: 15px
}

.section-header {
    margin-bottom: 48px
}

.section-header__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #ef4444;
    background: rgba(239, 68, 68, .1);
    border-radius: 30px;
    margin-bottom: 16px
}

.section-header__badge i {
    font-size: 14px
}

.section-header__title {
    font-size: 36px;
    font-weight: 800;
    color: #202124;
    margin: 0 0 12px
}

@media(max-width: 768px) {
    .section-header__title {
        font-size: 28px
    }
}

.section-header__desc {
    font-size: 16px;
    color: var(--black_500);
    margin: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

@media(max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 0 auto
    }
}

.product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    transition: all .35s ease
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .1)
}

.product-card:hover .product-card__actions {
    opacity: 1;
    transform: translateX(0)
}

.product-card:hover .product-card__image img {
    transform: scale(1.05)
}

.product-card__image {
    position: relative;
    padding: 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    overflow: hidden
}

.product-card__image a {
    display: block
}

.product-card__image img {
    width: 100%;
    height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform .4s ease
}

.product-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 6px;
    z-index: 2
}

.product-card__badge--sale {
    color: #fff;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%)
}

.product-card__badge--new {
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%)
}

.product-card__badge--bestseller {
    color: #fff;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%)
}

.product-card__actions {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(20px);
    transition: all .3s ease
}

.product-card__action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .25s ease
}

.product-card__action i {
    font-size: 16px;
    color: var(--black_600);
    transition: color .25s ease
}

.product-card__action:hover {
    background: #4285f4;
    transform: scale(1.1)
}

.product-card__action:hover i {
    color: #fff
}

.product-card__content {
    padding: 20px
}

.product-card__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px
}

.product-card__stars {
    display: flex;
    gap: 2px
}

.product-card__stars i {
    font-size: 12px;
    color: #ffc107
}

.product-card__reviews {
    font-size: 12px;
    color: var(--black_400)
}

.product-card__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.4
}

.product-card__title a {
    color: #202124;
    text-decoration: none;
    transition: color .25s ease
}

.product-card__title a:hover {
    color: #4285f4
}

.product-card__author {
    font-size: 13px;
    color: var(--black_500);
    margin: 0 0 16px
}

.product-card__author a {
    color: #4285f4;
    text-decoration: none
}

.product-card__author a:hover {
    text-decoration: underline
}

.product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--black_50)
}

.product-card__price {
    display: flex;
    align-items: baseline;
    gap: 8px
}

.product-card__price-current {
    font-size: 20px;
    font-weight: 800;
    color: #4285f4
}

.product-card__price-original {
    font-size: 14px;
    color: var(--black_400);
    text-decoration: line-through
}

.product-card__buy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border-radius: 12px;
    transition: all .3s ease
}

.product-card__buy i {
    font-size: 18px;
    color: #fff
}

.product-card__buy:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(66, 133, 244, .3)
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 600;
    color: #4285f4;
    background: rgba(66, 133, 244, .1);
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease
}

.view-all-btn i {
    transition: transform .3s ease
}

.view-all-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    box-shadow: 0 8px 24px rgba(66, 133, 244, .3)
}

.view-all-btn:hover i {
    transform: translateX(4px)
}

.checkout-section {
    padding: 60px 0
}

.checkout-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
    padding: 20px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05)
}

.checkout-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.checkout-step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: 700;
    color: var(--black_400);
    background: var(--black_100);
    border-radius: 50%;
    transition: all .3s ease
}

.checkout-step__label {
    font-size: 13px;
    font-weight: 600;
    color: var(--black_500);
    transition: color .3s ease
}

.checkout-step__line {
    flex: 1;
    height: 3px;
    min-width: 40px;
    background: var(--black_100);
    border-radius: 3px
}

@media(max-width: 576px) {
    .checkout-step__line {
        min-width: 20px
    }
}

.checkout-step--active .checkout-step__number,
.checkout-step--complete .checkout-step__number {
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%)
}

.checkout-step--active .checkout-step__label,
.checkout-step--complete .checkout-step__label {
    color: #4285f4
}

.checkout-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    margin-bottom: 20px
}

.checkout-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid var(--black_50)
}

.checkout-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.1) 0%, rgba(66, 133, 244, 0.05) 100%);
    border-radius: 12px
}

.checkout-card__icon i {
    font-size: 20px;
    color: #4285f4
}

.checkout-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 4px
}

.checkout-card__subtitle {
    font-size: 13px;
    color: var(--black_500);
    margin: 0
}

.checkout-card__body {
    padding: 24px
}

.checkout-card__footer {
    padding: 20px 24px;
    background: var(--black_25);
    border-top: 1px solid var(--black_50)
}

.checkout-form__text {
    font-size: 14px;
    color: var(--black_600)
}

.checkout-form__text a {
    color: #4285f4;
    font-weight: 600;
    text-decoration: none
}

.checkout-form__text a:hover {
    text-decoration: underline
}

.checkout-form__link {
    font-size: 14px;
    font-weight: 600;
    color: #4285f4;
    text-decoration: none
}

.checkout-form__link:hover {
    text-decoration: underline
}

.checkout-form .form-floating .form-control {
    border: 1px solid var(--black_100);
    border-radius: 12px;
    padding: 16px;
    height: auto
}

.checkout-form .form-floating .form-control:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.checkout-form .form-floating label {
    color: var(--black_500)
}

.checkout-form .form-select,
.checkout-form .selectpickers {
    width: 100%;
    height: 58px;
    padding: 16px;
    font-size: 14px;
    color: #202124;
    border: 1px solid var(--black_100);
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
    transition: all .25s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px
}

.checkout-form .form-select:focus,
.checkout-form .selectpickers:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1);
    outline: none
}

.checkout-form .nice-select {
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0 16px;
    border: 1px solid var(--black_100);
    border-radius: 12px;
    font-size: 14px
}

.checkout-form .nice-select:after {
    right: 16px;
    content: none
}

.checkout-form .nice-select.open,
.checkout-form .nice-select:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.checkout-form .nice-select .list {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12)
}

.address-type-toggle {
    display: flex;
    gap: 12px;
    margin-bottom: 20px
}

.address-type {
    flex: 1;
    cursor: pointer
}

.address-type input {
    display: none
}

.address-type input:checked+.address-type__card {
    border-color: #4285f4;
    background: rgba(66, 133, 244, .05)
}

.address-type input:checked+.address-type__card i {
    color: #4285f4
}

.address-type__card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border: 2px solid var(--black_100);
    border-radius: 12px;
    transition: all .25s ease
}

.address-type__card i {
    font-size: 18px;
    color: var(--black_400);
    transition: color .25s ease
}

.address-type__card span {
    font-size: 14px;
    font-weight: 600;
    color: #202124
}

.address-type__card:hover {
    border-color: rgba(66, 133, 244, .5)
}

.trust-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .trust-badges {
        grid-template-columns: 1fr
    }
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04)
}

.trust-badge__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.1) 0%, rgba(66, 133, 244, 0.05) 100%);
    border-radius: 10px;
    flex-shrink: 0
}

.trust-badge__icon i {
    font-size: 18px;
    color: #4285f4
}

.trust-badge__content h6 {
    font-size: 14px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 2px
}

.trust-badge__content p {
    font-size: 12px;
    color: var(--black_500);
    margin: 0
}

.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.payment-group__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--black_600);
    margin: 0 0 12px
}

.payment-group__title i {
    font-size: 16px;
    color: #4285f4
}

.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.payment-option {
    cursor: pointer
}

.payment-option input {
    display: none
}

.payment-option input:checked+.payment-option__card {
    border-color: #4285f4;
    background: rgba(66, 133, 244, .05)
}

.payment-option input:checked+.payment-option__card .payment-option__check {
    opacity: 1;
    transform: scale(1)
}

.payment-option__card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    min-width: 120px;
    border: 2px solid var(--black_100);
    border-radius: 12px;
    transition: all .25s ease
}

.payment-option__card img {
    height: 28px;
    max-width: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.payment-option__card span {
    font-size: 13px;
    font-weight: 600;
    color: #202124
}

.payment-option__card:hover {
    border-color: rgba(66, 133, 244, .5)
}

.payment-option__check {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 16px;
    color: #4285f4;
    opacity: 0;
    transform: scale(0.5);
    transition: all .25s ease
}

.payment-option--wide .payment-option__card {
    min-width: 200px
}

.checkout-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: all .3s ease
}

.checkout-submit__price {
    padding: 6px 14px;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 8px;
    margin-left: 8px
}

.checkout-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(66, 133, 244, .3)
}

.checkout-sidebar {
    position: sticky;
    top: 100px
}

.order-summary {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    overflow: hidden;
    margin-bottom: 16px
}

.order-summary__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--black_50)
}

.order-summary__header h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #202124;
    margin: 0
}

.order-summary__header h4 i {
    color: #4285f4
}

.order-summary__count {
    font-size: 13px;
    font-weight: 600;
    color: #4285f4;
    padding: 6px 12px;
    background: rgba(66, 133, 244, .1);
    border-radius: 20px
}

.order-summary__body {
    padding: 20px 24px
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    color: var(--black_600);
    border-bottom: 1px dashed var(--black_100)
}

.summary-row:last-child {
    border-bottom: none
}

.summary-row--discount span:last-child {
    color: #059669;
    font-weight: 600
}

.summary-row--total {
    padding-top: 16px;
    margin-top: 8px;
    border-bottom: none;
    border-top: 2px solid var(--black_100)
}

.summary-row--total span {
    font-size: 18px;
    font-weight: 700;
    color: #202124
}

.summary-row--total span:last-child {
    color: #4285f4
}

.info-tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: none;
    border: none;
    padding: 0;
    margin-left: 4px;
    cursor: pointer
}

.info-tooltip i {
    font-size: 14px;
    color: var(--black_400)
}

.promo-section {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    overflow: hidden;
    margin-bottom: 16px
}

.promo-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #202124;
    background: none;
    border: none;
    cursor: pointer;
    transition: background .25s ease
}

.promo-toggle span {
    display: flex;
    align-items: center;
    gap: 10px
}

.promo-toggle span i {
    color: #4285f4
}

.promo-toggle__arrow {
    transition: transform .3s ease
}

.promo-toggle:hover {
    background: var(--black_25)
}

.promo-toggle[aria-expanded=true] .promo-toggle__arrow {
    transform: rotate(180deg)
}

.promo-form {
    display: flex;
    gap: 10px;
    padding: 0 20px 20px
}

.promo-form .form-control {
    border-radius: 10px;
    border: 1px solid var(--black_100);
    padding: 12px 16px
}

.promo-form .form-control:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.promo-apply {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all .25s ease;
    white-space: nowrap
}

.promo-apply:hover {
    box-shadow: 0 4px 12px rgba(66, 133, 244, .3)
}

.promo-success {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #059669;
    background: rgba(5, 150, 105, .1);
    border-top: 1px solid rgba(5, 150, 105, .2)
}

.promo-success i {
    font-size: 16px
}

.secure-checkout {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.08) 0%, rgba(16, 185, 129, 0.04) 100%);
    border-radius: 16px;
    border: 1px solid rgba(5, 150, 105, .15);
    margin-bottom: 16px
}

.secure-checkout__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    border-radius: 14px;
    flex-shrink: 0;
    position: relative
}

.secure-checkout__icons i {
    font-size: 22px;
    color: #fff
}

.secure-checkout__icons i:last-child {
    position: absolute;
    font-size: 10px;
    bottom: 6px;
    right: 6px;
    background: #fff;
    color: #059669;
    padding: 3px;
    border-radius: 4px
}

.secure-checkout__content strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 3px
}

.secure-checkout__content p {
    font-size: 13px;
    color: var(--black_500);
    margin: 0;
    line-height: 1.4
}

.cart-preview {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    overflow: hidden;
    margin-bottom: 16px
}

.cart-preview__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--black_50)
}

.cart-preview__header h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #202124;
    margin: 0
}

.cart-preview__header h4 i {
    color: #4285f4
}

.cart-preview__edit {
    font-size: 13px;
    font-weight: 600;
    color: #4285f4;
    text-decoration: none
}

.cart-preview__edit:hover {
    text-decoration: underline
}

.cart-preview__items {
    padding: 16px 24px;
    max-height: 280px;
    overflow-y: auto
}

.cart-preview__items::-webkit-scrollbar {
    width: 4px
}

.cart-preview__items::-webkit-scrollbar-thumb {
    background: var(--black_200);
    border-radius: 4px
}

.cart-preview__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed var(--black_100)
}

.cart-preview__item:last-child {
    border-bottom: none
}

.cart-preview__image {
    position: relative;
    width: 56px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.cart-preview__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cart-preview__qty {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #4285f4;
    border-radius: 50%;
    border: 2px solid #fff
}

.cart-preview__info {
    flex: 1;
    min-width: 0
}

.cart-preview__info h6 {
    font-size: 14px;
    font-weight: 600;
    color: #202124;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cart-preview__info span {
    font-size: 12px;
    color: var(--black_500)
}

.cart-preview__price {
    font-size: 15px;
    font-weight: 700;
    color: #4285f4;
    flex-shrink: 0
}

.payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04)
}

.payment-icons span {
    font-size: 13px;
    color: var(--black_500);
    font-weight: 500
}

.payment-icons__list {
    display: flex;
    align-items: center;
    gap: 8px
}

.payment-icons__list i {
    font-size: 28px;
    color: var(--black_400);
    transition: color .25s ease
}

.payment-icons__list i:hover {
    color: #4285f4
}

.payment-icons__list i.fa-cc-visa {
    color: #1a1f71
}

.payment-icons__list i.fa-cc-mastercard {
    color: #eb001b
}

.payment-icons__list i.fa-cc-amex {
    color: #006fcf
}

.payment-icons__list i.fa-cc-paypal {
    color: #003087
}

.payment-icons__list i.fa-cc-stripe {
    color: #635bff
}

.shop-sidebar {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    padding: 24px;
    position: sticky;
    top: 100px
}

.filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--black_50)
}

.filter-header h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #202124;
    margin: 0
}

.filter-header h3 i {
    color: #4285f4
}

.filter-reset {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--black_500);
    background: var(--black_50);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all .25s ease
}

.filter-reset i {
    font-size: 12px
}

.filter-reset:hover {
    color: #dc2626;
    background: rgba(220, 38, 38, .1)
}

.filter-widget {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--black_50)
}

.filter-widget:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.filter-widget__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 16px
}

.filter-widget__title i {
    font-size: 14px;
    color: #4285f4
}

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

.category-list--more {
    margin-top: 8px
}

.category-list__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    font-size: 14px;
    color: var(--black_600);
    text-decoration: none;
    border-radius: 10px;
    transition: all .25s ease
}

.category-list__item a:hover {
    color: #000;
    background: rgba(66, 133, 244, .05)
}

.category-list__item a .count {
    font-size: 12px;
    font-weight: 600;
    color: var(--black_400);
    padding: 4px 10px;
    background: var(--black_50);
    border-radius: 20px;
    transition: all .25s ease
}

.category-list__item--active a {
    color: #000;
    background: #f1f1f1;
    font-weight: 600
}

.category-list__item--active a .count {
    color: #fff;
    background: #000
}

.filter-show-more {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #4285f4;
    background: none;
    border: none;
    cursor: pointer;
    transition: all .25s ease
}

.filter-show-more i {
    font-size: 11px;
    transition: transform .3s ease
}

.filter-show-more:hover {
    color: rgb(17.805, 101.89, 241.195)
}

.filter-show-more[aria-expanded=true] i {
    transform: rotate(180deg)
}

.filter-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: background .25s ease
}

.filter-checkbox:hover {
    background: var(--black_25)
}

.filter-checkbox input {
    display: none
}

.filter-checkbox input:checked+.filter-checkbox__mark {
    background: #4285f4;
    border-color: #4285f4
}

.filter-checkbox input:checked+.filter-checkbox__mark::after {
    opacity: 1;
    transform: scale(1)
}

.filter-checkbox__mark {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid var(--black_200);
    border-radius: 6px;
    flex-shrink: 0;
    transition: all .25s ease
}

.filter-checkbox__mark::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    font-size: 10px;
    color: #fff;
    opacity: 0;
    transition: all .2s ease
}

.filter-checkbox__label {
    font-size: 14px;
    color: var(--black_600)
}

.filter-checkbox__stars {
    display: flex;
    align-items: center;
    gap: 3px
}

.filter-checkbox__stars i {
    font-size: 14px;
    color: #fbbf24
}

.filter-checkbox__stars i.fa-regular {
    color: var(--black_200)
}

.filter-checkbox__stars span {
    font-size: 12px;
    color: var(--black_400);
    margin-left: 6px
}

.shop-sidebar .filter-checkbox__mark::after {
    top: 6%;
    left: 23%
}

.price-range #slider-range,
.price-range .ui-slider {
    height: 6px;
    background: var(--black_100);
    border: none;
    border-radius: 6px;
    margin: 10px 0 24px;
    position: relative
}

.price-range #slider-range .ui-slider-range,
.price-range .ui-slider .ui-slider-range {
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border-radius: 6px
}

.price-range #slider-range .ui-slider-handle,
.price-range .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 3px solid #4285f4;
    border-radius: 50%;
    top: -7px;
    cursor: grab;
    box-shadow: 0 2px 8px rgba(66, 133, 244, .3);
    transition: transform .15s ease, box-shadow .15s ease;
    outline: none
}

.price-range #slider-range .ui-slider-handle:hover,
.price-range #slider-range .ui-slider-handle:focus,
.price-range .ui-slider .ui-slider-handle:hover,
.price-range .ui-slider .ui-slider-handle:focus {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(66, 133, 244, .4)
}

.price-range #slider-range .ui-slider-handle:active,
.price-range .ui-slider .ui-slider-handle:active {
    cursor: grabbing
}

.price-range__inputs {
    display: flex;
    align-items: center;
    gap: 12px
}

.price-range__input {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: var(--black_25);
    border: 1px solid var(--black_100);
    border-radius: 10px
}

.price-range__input span {
    font-size: 14px;
    font-weight: 600;
    color: var(--black_400)
}

.price-range__input input {
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    color: #202124;
    outline: none
}

.price-range__input input::-webkit-outer-spin-button,
.price-range__input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.price-range__separator {
    font-size: 14px;
    color: var(--black_300)
}

.filter-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    margin-top: 24px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s ease
}

.filter-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(66, 133, 244, .3)
}

.hero-banner {
    position: relative;
    padding: 150px 0 80px;
    overflow: hidden
}

@media(max-width: 991px) {
    .hero-banner {
        padding: 120px 0
    }
}

.hero-banner__shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0
}

.hero-banner__shapes .shape {
    position: absolute;
    border-radius: 50%
}

.hero-banner__shapes .shape--1 {
    width: 300px;
    height: 300px;
    background: rgba(66, 133, 244, .08);
    top: -100px;
    left: -100px
}

.hero-banner__shapes .shape--2 {
    width: 200px;
    height: 200px;
    background: rgba(16, 185, 129, .08);
    bottom: 50px;
    left: 30%
}

.hero-banner__shapes .shape--3 {
    width: 150px;
    height: 150px;
    background: rgba(251, 191, 36, .1);
    top: 20%;
    right: 10%
}

.hero-banner__shapes .shape--zigzag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: .5
}

.hero-banner__content {
    position: relative;
    z-index: 2
}

.hero-banner__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #4285f4;
    background: rgba(66, 133, 244, .1);
    border-radius: 50px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.hero-banner__badge i {
    font-size: 14px
}

.hero-banner__title {
    font-size: 40px;
    font-weight: 800;
    color: #202124;
    line-height: 1.15;
    margin-bottom: 20px
}

.hero-banner__title span {
    background: linear-gradient(135deg, #4285F4 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

@media(max-width: 1199px) {
    .hero-banner__title {
        font-size: 42px
    }
}

@media(max-width: 767px) {
    .hero-banner__title {
        font-size: 32px
    }
}

.hero-banner__text {
    font-size: 17px;
    color: var(--black_500);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 500px
}

.hero-banner__search {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 8px 8px 24px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    margin-bottom: 28px;
    max-width: 520px
}

.hero-banner__search i {
    font-size: 18px;
    color: var(--black_400)
}

.hero-banner__search input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    color: #202124;
    background: rgba(0, 0, 0, 0)
}

.hero-banner__search input::-moz-placeholder {
    color: var(--black_400)
}

.hero-banner__search input::placeholder {
    color: var(--black_400)
}

.hero-banner__search button {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    border: 1px solid var(--black_50);
    color: var(--black_700);
    background: rgba(0, 0, 0, 0)
}

.hero-banner__search button:hover {
    transform: translateY(-3px);
}

.hero-banner__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px
}

.hero-banner__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.hero-banner__trust .trust-item {
    display: flex;
    align-items: center;
    gap: 8px
}

.hero-banner__trust .trust-item i {
    font-size: 16px;
    color: #10b981
}

.hero-banner__trust .trust-item span {
    font-size: 14px;
    font-weight: 600;
    color: var(--black_600)
}

.hero-banner__image {
    position: relative;
    z-index: 1;
    padding: 40px
}

@media(max-width: 991px) {
    .hero-banner__image {
        margin-top: 50px;
        display: none;
    }
}

.hero-banner__books {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.hero-banner__books .book {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15))
}

.hero-banner__books .book--main {
    position: relative;
    z-index: 2;
    max-height: 420px
}

.hero-banner__books .book--secondary {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 1;
    max-height: 350px;
    transform: rotate(8deg)
}

.hero-banner__stat {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
    z-index: 10
}

.hero-banner__stat .stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.1) 0%, rgba(66, 133, 244, 0.05) 100%);
    border-radius: 12px
}

.hero-banner__stat .stat-icon i {
    font-size: 20px;
    color: #4285f4
}

.hero-banner__stat .stat-info strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #202124
}

.hero-banner__stat .stat-info span {
    font-size: 13px;
    color: var(--black_500)
}

.hero-banner__stat--1 {
    top: 60px;
    right: 20px
}

@media(max-width: 1199px) {
    .hero-banner__stat--1 {
        right: 0
    }
}

.hero-banner__stat--2 {
    bottom: 80px;
    left: 0
}

@media(max-width: 1199px) {
    .hero-banner__stat--2 {
        left: 20px
    }
}

.hero-banner .zigzag-decor {
    position: absolute;
    bottom: -20px;
    right: 50px;
    opacity: .6;
    z-index: 0
}

.btn-primary-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #000;
    text-decoration: none;
    transition: all .3s ease
}

.btn-primary-hero i {
    font-size: 16px
}

.btn-primary-hero:hover {
    color: #fff;
    transform: translateY(-3px);
}

.btn-secondary-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    color: #202124;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    transition: all .3s ease
}

.btn-secondary-hero i {
    font-size: 16px;
    color: #4285f4
}

.btn-secondary-hero:hover {
    color: #000;
    transform: translateY(-3px);
}

.my-list-details {
    padding-top: 14px
}

.promo-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 50px
}

@media(max-width: 991px) {
    .promo-features {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .promo-features {
        grid-template-columns: 1fr
    }
}

.promo-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
    transition: all .3s ease
}

.promo-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08)
}

.promo-feature__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.1) 0%, rgba(66, 133, 244, 0.05) 100%);
    border-radius: 14px;
    flex-shrink: 0
}

.promo-feature__icon i {
    font-size: 22px;
    color: #4285f4
}

.promo-feature__content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 4px
}

.promo-feature__content p {
    font-size: 13px;
    color: var(--black_500);
    margin: 0
}

.promo-cards {
    margin-top: 30px
}

.promo-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    border-radius: 24px;
    overflow: hidden;
    min-height: 280px;
    transition: all .4s ease
}

.promo-card:hover {
    transform: translateY(-6px)
}

.promo-card:hover .promo-card__image img {
    transform: scale(1.08) rotate(-2deg)
}

.promo-card--blue {
    background: linear-gradient(135deg, #e8f4fc 0%, #d4e8f7 100%)
}

.promo-card--blue .promo-card__badge {
    background: #4285f4
}

.promo-card--blue .promo-card__btn {
    color: #4285f4
}

.promo-card--blue .promo-card__btn:hover {
    background: #4285f4;
    color: #fff
}

.promo-card--orange {
    background: linear-gradient(135deg, #fef3e8 0%, #fde8d4 100%)
}

.promo-card--orange .promo-card__badge {
    background: #f59e0b
}

.promo-card--orange .promo-card__btn {
    color: #d97706
}

.promo-card--orange .promo-card__btn:hover {
    background: #f59e0b;
    color: #fff
}

.promo-card--pink {
    background: linear-gradient(135deg, #fde8e8 0%, #fcd4d4 100%)
}

.promo-card--pink .promo-card__badge {
    background: #ef4444
}

.promo-card--pink .promo-card__btn {
    color: #dc2626
}

.promo-card--pink .promo-card__btn:hover {
    background: #ef4444;
    color: #fff
}

.promo-card__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.promo-card__content {
    position: relative;
    z-index: 2;
    max-width: 60%;
    margin-top: 25px
}

.promo-card__label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--black_400);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px
}

.promo-card__title {
    font-size: 26px;
    font-weight: 800;
    color: #202124;
    margin: 0 0 12px;
    line-height: 1.2
}

.promo-card__text {
    font-size: 14px;
    color: var(--black_500);
    margin: 0 0 20px;
    line-height: 1.5
}

.promo-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08)
}

.promo-card__btn i {
    font-size: 12px;
    transition: transform .3s ease
}

.promo-card__btn:hover i {
    transform: translateX(4px)
}

.promo-card__image {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 1;
    max-width: 40%
}

.promo-card__image img {
    max-height: 240px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
    transition: transform .4s ease
}

.best-books-section {
    padding: 80px 0
}

.section-header {
    margin-bottom: 40px
}

.section-header--inline {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.section-header__left {
    display: flex;
    flex-direction: column
}

.section-header__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #ef4444;
    background: rgba(239, 68, 68, .1);
    border-radius: 30px;
    width: -moz-fit-content;
    width: fit-content
}

.section-header__badge i {
    font-size: 12px
}

.section-header__title {
    font-size: 36px;
    font-weight: 800;
    color: #202124;
    margin: 0;
    line-height: 1.2
}

@media(max-width: 767px) {
    .section-header__title {
        font-size: 28px
    }
}

.section-header__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #4285f4;
    text-decoration: none;
    transition: gap .3s ease
}

.section-header__link i {
    font-size: 13px
}

.section-header__link:hover {
    gap: 12px;
    color: rgb(17.805, 101.89, 241.195)
}

.best-book-card {
    display: flex;
    gap: 28px;
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    transition: all .3s ease
}

.best-book-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .1)
}

.best-book-card:hover .best-book-card__image img {
    transform: scale(1.05)
}

@media(max-width: 575px) {
    .best-book-card {
        flex-direction: column;
        gap: 20px
    }
}

.best-book-card__image {
    position: relative;
    flex-shrink: 0;
    width: 160px
}

@media(max-width: 575px) {
    .best-book-card__image {
        width: 100%;
        max-width: 200px;
        margin: 0 auto
    }
}

.best-book-card__image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    transition: transform .4s ease
}

.best-book-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.best-book-card__badge--new {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%)
}

.best-book-card__wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: all .25s ease
}

.best-book-card__wishlist i {
    font-size: 14px;
    color: var(--black_400);
    transition: color .25s ease
}

.best-book-card__wishlist:hover {
    transform: scale(1.1)
}

.best-book-card__wishlist:hover i {
    color: #ef4444
}

.best-book-card__content {
    flex: 1;
    display: flex;
    flex-direction: column
}

.best-book-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px
}

.best-book-card__meta .category {
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    color: #4285f4;
    background: rgba(66, 133, 244, .1);
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.best-book-card__meta .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #202124
}

.best-book-card__meta .rating i {
    color: #fbbf24
}

.best-book-card__meta .rating .reviews {
    font-weight: 400;
    color: var(--black_400)
}

.best-book-card__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.3
}

.best-book-card__title a {
    color: #202124;
    text-decoration: none;
    transition: color .25s ease
}

.best-book-card__title a:hover {
    color: #4285f4
}

.best-book-card__author {
    font-size: 14px;
    color: var(--black_500);
    margin: 0 0 16px
}

.best-book-card__author a {
    color: #4285f4;
    text-decoration: none;
    font-weight: 600
}

.best-book-card__author a:hover {
    text-decoration: underline
}

.best-book-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding-bottom: 16px
}

.best-book-card__features li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--black_500)
}

.best-book-card__features li i {
    font-size: 10px;
    color: #10b981
}

.best-book-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--black_50);
    margin-top: auto
}

.best-book-card__footer .price .current {
    font-size: 24px;
    font-weight: 800;
    color: #4285f4
}

.best-book-card__footer .price .original {
    font-size: 14px;
    color: var(--black_400);
    text-decoration: line-through;
    margin-left: 8px
}

.add-cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s ease
}

.add-cart-btn i {
    font-size: 14px
}

.add-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(66, 133, 244, .35)
}

.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    color: #202124;
    background: #fff;
    border: 2px solid var(--black_100);
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease
}

.view-btn i {
    font-size: 12px;
    color: #4285f4;
    transition: transform .3s ease
}

.view-btn:hover {
    border-color: #4285f4;
    color: #4285f4
}

.view-btn:hover i {
    transform: translateX(4px)
}

.hero-banner-3 {
    position: relative;
    padding: 160px 0 60px;
    overflow: hidden
}

.hero-banner-3 .clients-logo-area {
    margin-top: 30px
}

@media(max-width: 991px) {
    .hero-banner-3 {
        padding: 60px 0 40px
    }
}

.hero-banner-3__content {
    position: relative;
    z-index: 2
}

.hero-banner-3__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #0d9488;
    background: rgba(13, 148, 136, .15);
    border-radius: 50px;
    margin-bottom: 20px
}

.hero-banner-3__badge i {
    font-size: 12px;
    color: #fbbf24
}

.hero-banner-3__title {
    font-size: 52px;
    font-weight: 800;
    color: #202124;
    line-height: 1.15;
    margin-bottom: 20px
}

.hero-banner-3__title span {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

@media(max-width: 1199px) {
    .hero-banner-3__title {
        font-size: 42px
    }
}

@media(max-width: 767px) {
    .hero-banner-3__title {
        font-size: 32px
    }
}

.hero-banner-3__text {
    font-size: 17px;
    color: var(--black_500);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 480px
}

.hero-banner-3__search {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 8px 8px 24px;
    background: #fff;
    border-radius: 60px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    margin-bottom: 28px;
    max-width: 480px
}

.hero-banner-3__search>i {
    font-size: 18px;
    color: var(--black_400)
}

.hero-banner-3__search input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    color: #202124;
    background: rgba(0, 0, 0, 0)
}

.hero-banner-3__search input::-moz-placeholder {
    color: var(--black_400)
}

.hero-banner-3__search input::placeholder {
    color: var(--black_400)
}

.hero-banner-3__search button {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease
}

.hero-banner-3__search button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(13, 148, 136, .4)
}

.hero-banner-3__promo {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    width: -moz-fit-content;
    width: fit-content
}

.hero-banner-3__promo .promo-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 12px
}

.hero-banner-3__promo .promo-badge .discount {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1
}

.hero-banner-3__promo .promo-badge .off {
    font-size: 10px;
    font-weight: 700;
    color: hsla(0, 0%, 100%, .9);
    text-transform: uppercase
}

.hero-banner-3__promo .promo-text {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.hero-banner-3__promo .promo-text strong {
    font-size: 15px;
    font-weight: 700;
    color: #202124
}

.hero-banner-3__promo .promo-text span {
    font-size: 13px;
    color: var(--black_400)
}

.hero-banner-3__image {
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .hero-banner-3__image {
        margin-top: 50px
    }
}

.hero-banner-3__image .main-img {
    position: relative;
    z-index: 2;
    max-width: 100%
}

.hero-banner-3__image .round-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .8
}

.hero-banner-3__image .person-img {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: 3
}

.hero-banner-3__image .person-img img {
    max-width: 250px
}

.hero-banner-3__clients {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 60px;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

@media(max-width: 767px) {
    .hero-banner-3__clients {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }
}

.hero-banner-3__clients .clients-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--black_400);
    white-space: nowrap
}

.hero-banner-3__clients .clients-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px
}

.hero-banner-3__clients .client-logo {
    opacity: .5;
    transition: opacity .3s ease
}

.hero-banner-3__clients .client-logo img {
    max-height: 32px;
    filter: grayscale(100%);
    transition: filter .3s ease
}

.hero-banner-3__clients .client-logo:hover {
    opacity: 1
}

.hero-banner-3__clients .client-logo:hover img {
    filter: grayscale(0%)
}

.subscription-section {
    padding: 100px 0
}

@media(max-width: 991px) {
    .subscription-section {
        padding: 60px 0
    }
}

.subscription-section__image {
    position: relative
}

.subscription-section__image img {
    max-width: 100%;
    border-radius: 24px
}

.subscription-section__image .floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1)
}

.subscription-section__image .floating-card i {
    font-size: 20px;
    color: #4285f4
}

.subscription-section__image .floating-card span {
    font-size: 14px;
    font-weight: 700;
    color: #202124
}

.subscription-section__image .floating-card--1 {
    top: 30px;
    right: -20px
}

@media(max-width: 1199px) {
    .subscription-section__image .floating-card--1 {
        right: 20px
    }
}

.subscription-section__image .floating-card--2 {
    bottom: 40px;
    left: -20px
}

.subscription-section__image .floating-card--2 i {
    color: #10b981
}

@media(max-width: 1199px) {
    .subscription-section__image .floating-card--2 {
        left: 20px
    }
}

.subscription-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #f59e0b;
    background: rgba(245, 158, 11, .1);
    border-radius: 50px;
    margin-bottom: 20px
}

.subscription-section__badge i {
    font-size: 14px
}

.subscription-section__title {
    font-size: 40px;
    font-weight: 800;
    color: #202124;
    line-height: 1.2;
    margin-bottom: 20px
}

.subscription-section__title span {
    background: linear-gradient(135deg, #4285F4 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

@media(max-width: 767px) {
    .subscription-section__title {
        font-size: 28px
    }
}

.subscription-section__text {
    font-size: 16px;
    color: var(--black_500);
    line-height: 1.7;
    margin-bottom: 24px
}

.subscription-section__features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px
}

.subscription-section__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black_600)
}

.subscription-section__features li i {
    font-size: 16px;
    color: #10b981
}

.subscription-section__pricing {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px
}

.subscription-section__pricing .price .amount {
    font-size: 36px;
    font-weight: 800;
    color: #202124
}

.subscription-section__pricing .price .period {
    font-size: 16px;
    color: var(--black_400)
}

.subscription-section__pricing .save-badge {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #10b981;
    background: rgba(16, 185, 129, .1);
    border-radius: 30px
}

.subscription-section__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.btn-primary-sub {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease
}

.btn-primary-sub i {
    font-size: 14px;
    transition: transform .3s ease
}

.btn-primary-sub:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(66, 133, 244, .35)
}

.btn-primary-sub:hover i {
    transform: translateX(4px)
}

.btn-secondary-sub {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    color: #202124;
    background: rgba(0, 0, 0, 0);
    border: 2px solid var(--black_200);
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease
}

.btn-secondary-sub:hover {
    color: #4285f4;
    border-color: #4285f4;
    background: rgba(66, 133, 244, .05)
}

.topics-section {
    padding: 100px 0
}

@media(max-width: 991px) {
    .topics-section {
        padding: 60px 0
    }
}

.topics-section__header {
    margin-bottom: 50px
}

.topics-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #4285f4;
    background: rgba(66, 133, 244, .1);
    border-radius: 50px;
    margin-bottom: 16px
}

.topics-section__badge i {
    font-size: 14px
}

.topics-section__title {
    font-size: 40px;
    font-weight: 800;
    color: #202124;
    margin-bottom: 12px
}

@media(max-width: 767px) {
    .topics-section__title {
        font-size: 28px
    }
}

.topics-section__text {
    font-size: 17px;
    color: var(--black_500);
    margin: 0
}

.topics-section__footer {
    margin-top: 50px
}

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

@media(max-width: 1199px) {
    .topics-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    .topics-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 480px) {
    .topics-grid {
        grid-template-columns: 1fr
    }
}

.topic-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .04);
    transition: all .3s ease
}

.topic-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .1)
}

.topic-card:hover .topic-card__arrow {
    opacity: 1;
    transform: translateX(0)
}

.topic-card:hover .topic-card__icon img {
    transform: scale(1.1)
}

.topic-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black_25);
    border-radius: 14px;
    flex-shrink: 0;
    overflow: hidden
}

.topic-card__icon img {
    max-width: 36px;
    max-height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform .3s ease
}

.topic-card__content {
    flex: 1;
    min-width: 0
}

.topic-card__content h4 {
    font-size: 15px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.topic-card__content span {
    font-size: 13px;
    color: var(--black_400)
}

.topic-card__arrow {
    font-size: 14px;
    color: #4285f4;
    opacity: 0;
    transform: translateX(-8px);
    transition: all .3s ease;
    flex-shrink: 0
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #4285f4;
    text-decoration: none;
    transition: gap .3s ease
}

.view-all-link i {
    font-size: 13px;
    transition: transform .3s ease
}

.view-all-link:hover {
    gap: 12px
}

.view-all-link:hover i {
    transform: translateX(4px)
}

.hero-banner-4 {
    position: relative;
    padding: 160px 0 100px;
    background: linear-gradient(135deg, #1a2744 0%, #0f172a 100%);
    overflow: hidden
}

@media(max-width: 991px) {
    .hero-banner-4 {
        padding: 80px 0 60px
    }
}

.hero-banner-4__shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0
}

.hero-banner-4__shapes .shape {
    position: absolute;
    border-radius: 50%
}

.hero-banner-4__shapes .shape--1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(66, 133, 244, 0.15) 0%, transparent 70%);
    top: -150px;
    right: 20%
}

.hero-banner-4__shapes .shape--2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
    bottom: -100px;
    left: 10%
}

.hero-banner-4__shapes .shape--3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.08) 0%, transparent 70%);
    top: 30%;
    left: 30%
}

.hero-banner-4__content {
    position: relative;
    z-index: 2
}

.hero-banner-4__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #fbbf24;
    background: rgba(251, 191, 36, .15);
    border-radius: 50px;
    margin-bottom: 24px
}

.hero-banner-4__badge i {
    font-size: 12px
}

.hero-banner-4__title {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px
}

.hero-banner-4__title span {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

@media(max-width: 1199px) {
    .hero-banner-4__title {
        font-size: 46px
    }
}

@media(max-width: 767px) {
    .hero-banner-4__title {
        font-size: 36px
    }
}

.hero-banner-4__text {
    font-size: 17px;
    color: hsla(0, 0%, 100%, .7);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 500px
}

.hero-banner-4__form {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    max-width: 520px
}

@media(max-width: 575px) {
    .hero-banner-4__form {
        flex-direction: column
    }
}

.hero-banner-4__form .email-input {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 6px 6px 20px;
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 50px;
    backdrop-filter: blur(10px)
}

.hero-banner-4__form .email-input i {
    font-size: 16px;
    color: hsla(0, 0%, 100%, .5)
}

.hero-banner-4__form .email-input input {
    flex: 1;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    font-size: 15px;
    color: #fff;
    padding: 12px 0
}

.hero-banner-4__form .email-input input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .4)
}

.hero-banner-4__form .email-input input::placeholder {
    color: hsla(0, 0%, 100%, .4)
}

.hero-banner-4__form .submit-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s ease
}

.hero-banner-4__form .submit-btn i {
    font-size: 14px
}

.hero-banner-4__form .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 191, 36, .35)
}

.hero-banner-4__proof {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px
}

@media(max-width: 575px) {
    .hero-banner-4__proof {
        flex-wrap: wrap;
        gap: 16px
    }
}

.hero-banner-4__proof .readers {
    display: flex;
    align-items: center;
    gap: 12px
}

.hero-banner-4__proof .readers__avatars {
    display: flex
}

.hero-banner-4__proof .readers__avatars img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #1a2744;
    margin-left: -12px;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-banner-4__proof .readers__avatars img:first-child {
    margin-left: 0
}

.hero-banner-4__proof .readers__avatars .readers__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #4285F4 0%, #8b5cf6 100%);
    border-radius: 50%;
    border: 2px solid #1a2744;
    margin-left: -12px;
    font-size: 11px;
    font-weight: 700;
    color: #fff
}

.hero-banner-4__proof .readers__text {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6)
}

.hero-banner-4__proof .divider {
    width: 1px;
    height: 30px;
    background: hsla(0, 0%, 100%, .2)
}

.hero-banner-4__proof .rating {
    display: flex;
    align-items: center;
    gap: 8px
}

.hero-banner-4__proof .rating .stars {
    display: flex;
    gap: 3px
}

.hero-banner-4__proof .rating .stars i {
    font-size: 14px;
    color: #fbbf24
}

.hero-banner-4__proof .rating span {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6)
}

.hero-banner-4__featured {
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width: 575px) {
    .hero-banner-4__featured {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

.hero-banner-4__featured .featured-label {
    font-size: 13px;
    font-weight: 600;
    color: hsla(0, 0%, 100%, .4);
    text-transform: uppercase;
    letter-spacing: 1px
}

.hero-banner-4__featured .featured-logos {
    display: flex;
    align-items: center;
    gap: 24px
}

.hero-banner-4__featured .featured-logos a {
    opacity: .5;
    transition: opacity .3s ease
}

.hero-banner-4__featured .featured-logos a img {
    max-height: 24px;
    filter: brightness(0) invert(1)
}

.hero-banner-4__featured .featured-logos a:hover {
    opacity: 1
}

.hero-banner-4__image {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1
}

@media(max-width: 991px) {
    .hero-banner-4__image {
        margin-top: 50px
    }
}

.hero-banner-4__image img {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .4)
}

.hero-banner-4__image .glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(66, 133, 244, 0.2) 0%, transparent 70%);
    z-index: -1;
    filter: blur(40px)
}

.features-author-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%)
}

@media(max-width: 991px) {
    .features-author-section {
        padding: 60px 0
    }
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 700;
    color: #4285f4;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.12) 0%, rgba(66, 133, 244, 0.05) 100%);
    border: 1px solid rgba(66, 133, 244, .15);
    border-radius: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.section-badge i {
    font-size: 14px
}

.section-badge--purple {
    color: #8b5cf6;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(139, 92, 246, 0.05) 100%);
    border-color: rgba(139, 92, 246, .15)
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    color: #202124;
    line-height: 1.15;
    margin-bottom: 20px
}

.section-title span {
    background: linear-gradient(135deg, #4285F4 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

@media(max-width: 767px) {
    .section-title {
        font-size: 30px
    }
}

.section-text {
    font-size: 17px;
    color: var(--black_500);
    line-height: 1.8;
    margin-bottom: 20px
}

.features-block {
    margin-bottom: 120px;
    padding: 60px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .04)
}

@media(max-width: 991px) {
    .features-block {
        margin-bottom: 60px;
        padding: 30px
    }
}

.features-block__image {
    position: relative;
    text-align: center;
    padding: 40px
}

.features-block__image>img:first-child {
    max-width: 100%;
    max-height: 400px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(251, 191, 36, 0.2))
}

.features-block__image .cloud-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .6
}

.features-block__image .glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.2) 0%, transparent 60%);
    z-index: 0;
    filter: blur(50px)
}

.feature-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 36px
}

@media(max-width: 767px) {
    .feature-cards {
        grid-template-columns: 1fr
    }
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--black_50);
    border-radius: 20px;
    transition: all .35s ease
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .1);
    border-color: rgba(0, 0, 0, 0)
}

.feature-card:hover .feature-card__icon {
    transform: scale(1.1) rotate(-5deg)
}

.feature-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.1) 0%, rgba(139, 92, 246, 0.08) 100%);
    border-radius: 16px;
    transition: transform .35s ease
}

.feature-card__icon img {
    max-width: 30px;
    max-height: 30px
}

.feature-card__content strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #202124;
    margin-bottom: 4px
}

.feature-card__content span {
    font-size: 13px;
    color: var(--black_400)
}

.author-block {
    padding: 60px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 32px
}

@media(max-width: 991px) {
    .author-block {
        padding: 30px
    }
}

.author-block__image {
    position: relative
}

.author-block__image>img:first-child {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
    border: 4px solid #fff
}

.author-block__image .dot-shape {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    opacity: .5
}

.author-block__image::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: linear-gradient(135deg, #4285F4 0%, #8b5cf6 50%, #ec4899 100%);
    border-radius: 28px;
    z-index: -1;
    opacity: .2
}

@media(max-width: 991px) {
    .author-block__content {
        margin-top: 40px
    }
}

.achievement-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px
}

@media(max-width: 575px) {
    .achievement-cards {
        grid-template-columns: 1fr
    }
}

.achievement-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
    transition: all .3s ease
}

.achievement-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1)
}

.achievement-card>img {
    width: 40px;
    height: 40px;
    padding: 8px;
    background: var(--black_25);
    border-radius: 12px;
    -o-object-fit: contain;
    object-fit: contain
}

.achievement-card .info strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #202124;
    line-height: 1;
    background: linear-gradient(135deg, #4285F4 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.achievement-card .info span {
    font-size: 13px;
    color: var(--black_500);
    font-weight: 500
}

.toast-container {
    bottom: 0;
    right: 0;
    z-index: 9999
}

.modern-toast {
    border: none;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    min-width: 320px;
    animation: slideIn .4s cubic-bezier(0.16, 1, 0.3, 1)
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.modern-toast__wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px
}

.modern-toast__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0
}

.modern-toast__icon i {
    font-size: 18px;
    color: #fff
}

.modern-toast__icon--success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, .35);
    animation: iconPop .5s .2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: scale(0)
}

@keyframes iconPop {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.modern-toast__icon--error {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 4px 12px rgba(239, 68, 68, .35)
}

.modern-toast__icon--warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 12px rgba(245, 158, 11, .35)
}

.modern-toast__icon--info {
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    box-shadow: 0 4px 12px rgba(66, 133, 244, .35)
}

.modern-toast__content {
    flex: 1
}

.modern-toast__title {
    font-size: 15px;
    font-weight: 700;
    color: #202124;
    margin: 0 0 3px
}

.modern-toast__text {
    font-size: 13px;
    color: var(--black_500);
    margin: 0;
    line-height: 1.4
}

.modern-toast__close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
    flex-shrink: 0
}

.modern-toast__close i {
    font-size: 14px;
    color: var(--black_400)
}

.modern-toast__close:hover {
    background: var(--black_50)
}

.modern-toast__close:hover i {
    color: #202124
}

.modern-toast__progress {
    height: 3px;
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
    width: 100%;
    transform-origin: left;
    animation: progressShrink 4s linear forwards
}

@keyframes progressShrink {
    from {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

.create_list_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #fff 0%, #f8faff 100%);
    border-radius: 16px;
    padding: 24px 30px;
    margin-top: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
    border: 1px solid rgba(66, 133, 244, .08)
}

.create_list_header .header_content {
    display: flex;
    align-items: center;
    gap: 20px
}

.create_list_header .header_icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(66, 133, 244, .25)
}

.create_list_header .header_icon i {
    font-size: 24px;
    color: #fff
}

.create_list_header .header_text h2 {
    font-size: 26px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 4px
}

.create_list_header .header_text p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 0
}

.create_list_header .back_link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    transition: all .3s ease
}

.create_list_header .back_link:hover {
    color: #4285f4;
    border-color: #4285f4;
    background: #f8faff
}

.create_list_steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 30px 0;
    margin-top: 10px
}

.create_list_steps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.create_list_steps .step .step_number {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    background: #f3f4f6;
    color: #9ca3af;
    border: 2px solid #e5e7eb;
    transition: all .3s ease
}

.create_list_steps .step span {
    font-size: 13px;
    font-weight: 500;
    color: #9ca3af;
    transition: all .3s ease
}

.create_list_steps .step.active .step_number {
    background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%);
    color: #fff;
    border-color: #4285f4;
    box-shadow: 0 4px 16px rgba(66, 133, 244, .3)
}

.create_list_steps .step.active span {
    color: #4285f4
}

.create_list_steps .step.completed .step_number {
    background: #10b981;
    color: #fff;
    border-color: #10b981
}

.create_list_steps .step.completed span {
    color: #10b981
}

.create_list_steps .step_connector {
    width: 80px;
    height: 3px;
    background: #e5e7eb;
    margin: 0 15px;
    margin-bottom: 30px;
    border-radius: 2px;
    transition: all .3s ease
}

.create_list_steps .step_connector.active {
    background: linear-gradient(90deg, #4285F4 0%, #93c5fd 100%)
}

.create_list_form {
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06) !important;
    overflow: hidden
}

.create_list_form .content_body {
    padding: 0 !important
}

.create_list_form .form_section {
    padding: 30px;
    border-bottom: 1px solid #f3f4f6
}

.create_list_form .form_section:last-of-type {
    border-bottom: none
}

.create_list_form .form_section .section_header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e5e7eb
}

.create_list_form .form_section .section_header i {
    font-size: 20px;
    color: #4285f4
}

.create_list_form .form_section .section_header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 0
}

.create_list_form .form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-bottom: 10px
}

.create_list_form .form-label i {
    font-size: 16px;
    color: #4285f4
}

.create_list_form .form-label .required {
    color: #ef4444;
    font-size: 14px
}

.create_list_form .form-label .optional {
    font-weight: 400;
    color: #9ca3af;
    font-size: 13px
}

.create_list_form .enhanced_input .form-control {
    height: 52px;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    padding: 0 20px;
    font-size: 15px;
    transition: all .3s ease
}

.create_list_form .enhanced_input .form-control:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.create_list_form .enhanced_input .form-control::-moz-placeholder {
    color: #9ca3af
}

.create_list_form .enhanced_input .form-control::placeholder {
    color: #9ca3af
}

.create_list_form .enhanced_input textarea.form-control {
    height: auto;
    padding: 16px 20px
}

.create_list_form .enhanced_input .input_hint {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #9ca3af
}

.create_list_form .enhanced_input .char_counter {
    text-align: right;
    margin-top: 8px;
    font-size: 12px;
    color: #9ca3af
}

.create_list_form .visibility_options {
    display: flex;
    gap: 16px
}

@media(max-width: 768px) {
    .create_list_form .visibility_options {
        flex-direction: column
    }
}

.create_list_form .visibility_card {
    flex: 1;
    cursor: pointer
}

.create_list_form .visibility_card input[type=radio] {
    display: none
}

.create_list_form .visibility_card .card_content {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-radius: 14px;
    border: 2px solid #e5e7eb;
    background: #fff;
    transition: all .3s ease
}

.create_list_form .visibility_card .card_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 12px;
    transition: all .3s ease
}

.create_list_form .visibility_card .card_icon i {
    font-size: 20px;
    color: #6b7280;
    transition: all .3s ease
}

.create_list_form .visibility_card .card_text {
    flex: 1
}

.create_list_form .visibility_card .card_text strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 2px
}

.create_list_form .visibility_card .card_text span {
    font-size: 13px;
    color: #6b7280
}

.create_list_form .visibility_card .check_indicator {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    border-radius: 50%;
    transition: all .3s ease
}

.create_list_form .visibility_card .check_indicator i {
    font-size: 12px;
    color: #fff;
    opacity: 0;
    transition: all .2s ease
}

.create_list_form .visibility_card:hover .card_content {
    border-color: #93c5fd;
    background: #f8faff
}

.create_list_form .visibility_card input[type=radio]:checked+.card_content {
    border-color: #4285f4;
    background: linear-gradient(135deg, #eff6ff 0%, #f8faff 100%)
}

.create_list_form .visibility_card input[type=radio]:checked+.card_content .card_icon {
    background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%)
}

.create_list_form .visibility_card input[type=radio]:checked+.card_content .card_icon i {
    color: #fff
}

.create_list_form .visibility_card input[type=radio]:checked+.card_content .check_indicator {
    background: #4285f4
}

.create_list_form .visibility_card input[type=radio]:checked+.card_content .check_indicator i {
    opacity: 1
}

.create_list_form .book_search_wrapper {
    background: linear-gradient(135deg, #f8faff 0%, #eef2ff 100%);
    padding: 24px;
    border-radius: 16px;
    border: 1px dashed #c7d2fe
}

.create_list_form .search_input_group {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    overflow: hidden;
    transition: all .3s ease
}

.create_list_form .search_input_group:focus-within {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.create_list_form .search_input_group .search_icon {
    padding: 0 16px;
    color: #9ca3af;
    font-size: 18px
}

.create_list_form .search_input_group .form-control {
    flex: 1;
    height: 52px;
    border: none;
    padding: 0;
    font-size: 15px
}

.create_list_form .search_input_group .form-control:focus {
    box-shadow: none
}

.create_list_form .search_input_group .search_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    margin: 4px;
    background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap
}

.create_list_form .search_input_group .search_btn:hover {
    background: linear-gradient(135deg, #1a73e8 0%, #1557b0 100%);
    transform: translateY(-1px)
}

.create_list_form .search_suggestions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap
}

.create_list_form .search_suggestions .suggestion_label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500
}

.create_list_form .search_suggestions .suggestion_tag {
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    font-size: 13px;
    color: #4b5563;
    transition: all .2s ease
}

.create_list_form .search_suggestions .suggestion_tag:hover {
    border-color: #4285f4;
    color: #4285f4;
    background: #eff6ff
}

.create_list_form .books_table_wrapper {
    margin-top: 8px
}

.create_list_form .table_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.create_list_form .table_header h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 0
}

.create_list_form .table_header h5 i {
    color: #4285f4
}

.create_list_form .table_header h5 .book_count {
    padding: 4px 12px;
    background: #eff6ff;
    color: #4285f4;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600
}

.create_list_form .table_header .action_btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all .2s ease
}

.create_list_form .table_header .action_btn:hover {
    border-color: #4285f4;
    color: #4285f4
}

.create_list_form .enhanced_table {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0
}

.create_list_form .enhanced_table thead {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%)
}

.create_list_form .enhanced_table thead tr th {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb
}

.create_list_form .enhanced_table tbody .book_row {
    transition: all .2s ease
}

.create_list_form .enhanced_table tbody .book_row:hover {
    background: #f8faff
}

.create_list_form .enhanced_table tbody .book_row:last-child td {
    border-bottom: none
}

.create_list_form .enhanced_table tbody td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: 1px solid #f3f4f6
}

.create_list_form .enhanced_table tbody .serial_cell {
    display: flex;
    align-items: center;
    gap: 12px
}

.create_list_form .enhanced_table tbody .serial_cell .drag_handle {
    color: #d1d5db;
    cursor: grab;
    transition: color .2s ease
}

.create_list_form .enhanced_table tbody .serial_cell .drag_handle:hover {
    color: #6b7280
}

.create_list_form .enhanced_table tbody .serial_cell .serial_num {
    font-weight: 600;
    color: #9ca3af
}

.create_list_form .enhanced_table tbody .cover_cell .book_cover {
    width: 50px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.create_list_form .enhanced_table tbody .cover_cell .book_cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.create_list_form .enhanced_table tbody .title_cell {
    min-width: 250px
}

.create_list_form .enhanced_table tbody .title_cell .book_title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 4px;
    transition: color .2s ease
}

.create_list_form .enhanced_table tbody .title_cell .book_title:hover {
    color: #4285f4
}

.create_list_form .enhanced_table tbody .title_cell .book_author {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px
}

.create_list_form .enhanced_table tbody .title_cell .book_meta {
    display: flex;
    align-items: center;
    gap: 16px
}

.create_list_form .enhanced_table tbody .title_cell .book_meta .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #6b7280
}

.create_list_form .enhanced_table tbody .title_cell .book_meta .rating i {
    color: #fbbf24
}

.create_list_form .enhanced_table tbody .title_cell .book_meta .price {
    font-size: 14px;
    font-weight: 600;
    color: #059669
}

.create_list_form .enhanced_table tbody .category_cell .category_badge {
    padding: 6px 14px;
    background: #f3f4f6;
    color: #4b5563;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500
}

.create_list_form .enhanced_table tbody .action_cell {
    text-align: center
}

.create_list_form .enhanced_table tbody .action_cell .remove_btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #9ca3af;
    cursor: pointer;
    transition: all .2s ease
}

.create_list_form .enhanced_table tbody .action_cell .remove_btn:hover {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626
}

.create_list_form .empty_state {
    text-align: center;
    padding: 60px 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 2px dashed #e5e7eb
}

.create_list_form .empty_state .empty_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #f3f4f6;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.create_list_form .empty_state .empty_icon i {
    font-size: 32px;
    color: #9ca3af
}

.create_list_form .empty_state h5 {
    font-size: 18px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 8px
}

.create_list_form .empty_state p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 0
}

.create_list_form .form_actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 24px 30px;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6
}

.create_list_form .form_actions .bj_theme_btn {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px
}

.create_list_form .form_actions .bj_theme_btn.btn_outline {
    background: #fff;
    color: #4b5563;
    border: 2px solid #e5e7eb
}

.create_list_form .form_actions .bj_theme_btn.btn_outline:hover {
    border-color: #4285f4;
    color: #4285f4
}

.create_list_form .form_actions .bj_theme_btn.btn_primary {
    background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%);
    box-shadow: 0 4px 16px rgba(66, 133, 244, .3)
}

.create_list_form .form_actions .bj_theme_btn.btn_primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(66, 133, 244, .4)
}

.tips_card {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: 16px;
    padding: 24px;
    margin-top: 20px;
    border: 1px solid #fde68a
}

.tips_card .tips_header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px
}

.tips_card .tips_header i {
    font-size: 20px;
    color: #d97706
}

.tips_card .tips_header span {
    font-size: 16px;
    font-weight: 600;
    color: #92400e
}

.tips_card .tips_list {
    list-style: none;
    padding: 0;
    margin: 0
}

.tips_card .tips_list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 14px;
    color: #78350f
}

.tips_card .tips_list li i {
    font-size: 12px;
    color: #d97706;
    margin-top: 3px
}

.account_dashboard_sidebar .profile_avatar {
    position: relative
}

.account_dashboard_sidebar .profile_avatar .status_badge {
    position: absolute;
    bottom: 2px;
    right: 8px;
    width: 12px;
    height: 12px;
    background: #10b981;
    border: 2px solid #fff;
    border-radius: 50%
}

.account_dashboard_sidebar .sidebar_widget_menu a {
    display: flex;
    align-items: center;
    gap: 12px
}

.account_dashboard_sidebar .sidebar_widget_menu a i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    opacity: .7;
    transition: all .3s ease
}

.account_dashboard_sidebar .sidebar_widget_menu a:hover i,
.account_dashboard_sidebar .sidebar_widget_menu a.active i {
    opacity: 1
}

.account_dashboard_sidebar .sidebar_widget_menu a.active i {
    color: #4285f4
}

@media(max-width: 991px) {
    .create_list_header {
        flex-direction: column;
        gap: 20px;
        text-align: center
    }

    .create_list_header .header_content {
        flex-direction: column
    }

    .create_list_header .back_link {
        width: 100%;
        justify-content: center
    }

    .create_list_steps .step_connector {
        width: 40px
    }

    .create_list_form .search_input_group {
        flex-direction: column
    }

    .create_list_form .search_input_group .search_icon {
        display: none
    }

    .create_list_form .search_input_group .form-control {
        padding: 16px;
        text-align: center
    }

    .create_list_form .search_input_group .search_btn {
        width: calc(100% - 8px);
        justify-content: center
    }

    .create_list_form .form_actions {
        flex-direction: column
    }

    .create_list_form .form_actions .bj_theme_btn {
        width: 100%;
        justify-content: center
    }

    .create_list_form .enhanced_table .title_cell {
        min-width: 180px
    }
}

.address_page_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #fff 0%, #f0fdf4 100%);
    border-radius: 16px;
    padding: 24px 30px;
    margin-top: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
    border: 1px solid rgba(16, 185, 129, .1)
}

.address_page_header .header_content {
    display: flex;
    align-items: center;
    gap: 20px
}

.address_page_header .header_icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(16, 185, 129, .25)
}

.address_page_header .header_icon i {
    font-size: 24px;
    color: #fff
}

.address_page_header .header_text h2 {
    font-size: 26px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 4px
}

.address_page_header .header_text p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 0
}

.address_page_header .add_address_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 16px rgba(16, 185, 129, .3)
}

.address_page_header .add_address_btn i {
    font-size: 14px
}

.address_page_header .add_address_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(16, 185, 129, .4)
}

@media(max-width: 768px) {
    .address_page_header {
        flex-direction: column;
        gap: 20px;
        text-align: center
    }

    .address_page_header .header_content {
        flex-direction: column
    }

    .address_page_header .add_address_btn {
        width: 100%;
        justify-content: center
    }
}

.address_stats {
    display: flex;
    gap: 20px;
    margin-top: 24px
}

.address_stats .stat_item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 20px 24px;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
    border: 1px solid #f3f4f6;
    transition: all .3s ease
}

.address_stats .stat_item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08)
}

.address_stats .stat_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 12px
}

.address_stats .stat_icon i {
    font-size: 20px;
    color: #fff
}

.address_stats .stat_icon--office {
    background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%)
}

.address_stats .stat_icon--total {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%)
}

.address_stats .stat_content {
    display: flex;
    flex-direction: column
}

.address_stats .stat_content .stat_number {
    font-size: 28px;
    font-weight: 700;
    color: #202124;
    line-height: 1
}

.address_stats .stat_content .stat_label {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px
}

@media(max-width: 768px) {
    .address_stats {
        flex-direction: column;
        gap: 12px
    }
}

.address_cards_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 24px
}

@media(max-width: 991px) {
    .address_cards_wrapper {
        grid-template-columns: 1fr
    }
}

.address_card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
    border: 2px solid #f3f4f6;
    overflow: hidden;
    transition: all .3s ease
}

.address_card:hover {
    border-color: #e5e7eb;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08)
}

.address_card--default {
    border-color: #10b981;
    background: linear-gradient(135deg, #fff 0%, #f0fdf4 100%)
}

.address_card--default:hover {
    border-color: #10b981
}

.address_card .address_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f3f4f6
}

.address_card .address_type {
    display: flex;
    align-items: center;
    gap: 14px
}

.address_card .type_icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 12px
}

.address_card .type_icon i {
    font-size: 18px;
    color: #6b7280
}

.address_card .type_icon--home {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%)
}

.address_card .type_icon--home i {
    color: #fff
}

.address_card .type_icon--office {
    background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%)
}

.address_card .type_icon--office i {
    color: #fff
}

.address_card .type_info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.address_card .type_badge {
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    display: inline-block
}

.address_card .type_badge--home {
    background: #d1fae5;
    color: #059669
}

.address_card .type_badge--office {
    background: #dbeafe;
    color: #1d4ed8
}

.address_card .default_badge {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #10b981;
    font-weight: 500
}

.address_card .default_badge i {
    font-size: 11px
}

.address_card .address_actions {
    display: flex;
    gap: 8px
}

.address_card .action_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s ease
}

.address_card .action_btn i {
    font-size: 14px;
    color: #6b7280
}

.address_card .action_btn--edit:hover {
    background: #dbeafe
}

.address_card .action_btn--edit:hover i {
    color: #4285f4
}

.address_card .action_btn--delete:hover {
    background: #fee2e2
}

.address_card .action_btn--delete:hover i {
    color: #dc2626
}

.address_card .address_card_body {
    padding: 20px 24px
}

.address_card .recipient_name {
    font-size: 17px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 8px
}

.address_card .address_text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 16px
}

.address_card .address_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.address_card .address_meta .meta_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280
}

.address_card .address_meta .meta_item i {
    font-size: 12px;
    color: #9ca3af
}

.address_card .address_card_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6
}

.address_card .set_default_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all .2s ease
}

.address_card .set_default_btn i {
    font-size: 12px
}

.address_card .set_default_btn:hover:not(.disabled) {
    border-color: #10b981;
    color: #10b981;
    background: #f0fdf4
}

.address_card .set_default_btn.disabled {
    background: #d1fae5;
    border-color: #10b981;
    color: #059669;
    cursor: default
}

.address_card .last_used {
    font-size: 12px;
    color: #9ca3af
}

.address_card--add {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    background: #f9fafb;
    border: 2px dashed #e5e7eb;
    text-decoration: none
}

.address_card--add:hover {
    border-color: #10b981;
    background: #f0fdf4
}

.address_card--add:hover .add_icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    transform: scale(1.1)
}

.address_card--add:hover .add_icon i {
    color: #fff
}

.address_card--add:hover .add_text {
    color: #10b981
}

.address_card .add_card_content {
    text-align: center
}

.address_card .add_icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    border-radius: 50%;
    transition: all .3s ease
}

.address_card .add_icon i {
    font-size: 24px;
    color: #9ca3af;
    transition: all .3s ease
}

.address_card .add_text {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 6px;
    transition: all .3s ease
}

.address_card .add_description {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 0
}

.address_tips_card {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
    border: 1px solid #fde68a
}

.address_tips_card .tips_header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px
}

.address_tips_card .tips_header i {
    font-size: 20px;
    color: #d97706
}

.address_tips_card .tips_header span {
    font-size: 16px;
    font-weight: 600;
    color: #92400e
}

.address_tips_card .tips_list {
    list-style: none;
    padding: 0;
    margin: 0
}

.address_tips_card .tips_list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 14px;
    color: #78350f
}

.address_tips_card .tips_list li i {
    font-size: 12px;
    color: #d97706;
    margin-top: 3px
}

.add_address_header {
    background: linear-gradient(135deg, #fff 0%, #eff6ff 100%);
    border-radius: 16px;
    padding: 24px 30px;
    margin-top: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
    border: 1px solid rgba(66, 133, 244, .1)
}

.add_address_header .back_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 20px;
    transition: all .3s ease
}

.add_address_header .back_link:hover {
    color: #4285f4
}

.add_address_header .header_content {
    display: flex;
    align-items: center;
    gap: 20px
}

.add_address_header .header_icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(66, 133, 244, .25)
}

.add_address_header .header_icon i {
    font-size: 24px;
    color: #fff
}

.add_address_header .header_text h2 {
    font-size: 26px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 4px
}

.add_address_header .header_text p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 0
}

.add_address_form_wrapper {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
    margin-top: 24px;
    overflow: hidden
}

.add_address_form_wrapper .form-control::after {
    content: none
}

.add_address_form_wrapper .form_section {
    padding: 30px;
    border-bottom: 1px solid #f3f4f6
}

.add_address_form_wrapper .form_section:last-of-type {
    border-bottom: none
}

.add_address_form_wrapper .form_section--light {
    background: #f9fafb
}

.add_address_form_wrapper .form_section .section_header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px
}

.add_address_form_wrapper .form_section .section_header i {
    font-size: 18px;
    color: #4285f4
}

.add_address_form_wrapper .form_section .section_header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 0
}

.add_address_form_wrapper .form_section .section_description {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px
}

.add_address_form_wrapper .address_type_options {
    display: flex;
    gap: 16px
}

@media(max-width: 576px) {
    .add_address_form_wrapper .address_type_options {
        flex-direction: column
    }
}

.add_address_form_wrapper .type_card {
    flex: 1;
    cursor: pointer
}

.add_address_form_wrapper .type_card input[type=radio] {
    display: none
}

.add_address_form_wrapper .type_card .card_content {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-radius: 14px;
    border: 2px solid #e5e7eb;
    background: #fff;
    transition: all .3s ease
}

.add_address_form_wrapper .type_card .card_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 12px;
    transition: all .3s ease
}

.add_address_form_wrapper .type_card .card_icon i {
    font-size: 20px;
    color: #6b7280;
    transition: all .3s ease
}

.add_address_form_wrapper .type_card .card_text {
    flex: 1
}

.add_address_form_wrapper .type_card .card_text strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 2px
}

.add_address_form_wrapper .type_card .card_text span {
    font-size: 13px;
    color: #6b7280
}

.add_address_form_wrapper .type_card .check_indicator {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    border-radius: 50%;
    transition: all .3s ease
}

.add_address_form_wrapper .type_card .check_indicator i {
    font-size: 12px;
    color: #fff;
    opacity: 0;
    transition: all .2s ease
}

.add_address_form_wrapper .type_card:hover .card_content {
    border-color: #bfdbfe;
    background: #eff6ff
}

.add_address_form_wrapper .type_card input[type=radio]:checked+.card_content {
    border-color: #4285f4;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%)
}

.add_address_form_wrapper .type_card input[type=radio]:checked+.card_content .card_icon {
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%)
}

.add_address_form_wrapper .type_card input[type=radio]:checked+.card_content .card_icon i {
    color: #fff
}

.add_address_form_wrapper .type_card input[type=radio]:checked+.card_content .check_indicator {
    background: #4285f4
}

.add_address_form_wrapper .type_card input[type=radio]:checked+.card_content .check_indicator i {
    opacity: 1
}

.add_address_form_wrapper .enhanced_field {
    margin-bottom: 0
}

.add_address_form_wrapper .enhanced_field .field_label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 10px
}

.add_address_form_wrapper .enhanced_field .field_label i {
    font-size: 14px;
    color: #4285f4
}

.add_address_form_wrapper .enhanced_field .field_label .required {
    color: #ef4444;
    font-size: 14px
}

.add_address_form_wrapper .enhanced_field .field_label .optional {
    font-weight: 400;
    color: #9ca3af;
    font-size: 13px
}

.add_address_form_wrapper .enhanced_field .form-control {
    height: 52px;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    padding: 0 20px;
    font-size: 15px;
    transition: all .3s ease;
    width: 100%
}

.add_address_form_wrapper .enhanced_field .form-control:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.add_address_form_wrapper .enhanced_field .form-control::-moz-placeholder {
    color: #9ca3af
}

.add_address_form_wrapper .enhanced_field .form-control::placeholder {
    color: #9ca3af
}

.add_address_form_wrapper .enhanced_field textarea.form-control {
    height: auto;
    padding: 16px 20px
}

.add_address_form_wrapper .enhanced_field select.form-control,
.add_address_form_wrapper .enhanced_field .selectpickers {
    width: 100% !important;
    height: 52px;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    padding: 0 20px;
    font-size: 15px;
    background-color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    transition: all .3s ease
}

.add_address_form_wrapper .enhanced_field select.form-control:focus,
.add_address_form_wrapper .enhanced_field .selectpickers:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1);
    outline: none
}

.add_address_form_wrapper .enhanced_field .nice-select {
    width: 100% !important;
    height: 52px;
    line-height: 48px;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    padding: 0 20px;
    font-size: 15px
}

.add_address_form_wrapper .enhanced_field .nice-select:focus,
.add_address_form_wrapper .enhanced_field .nice-select.open {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, .1)
}

.add_address_form_wrapper .enhanced_field .nice-select .current {
    color: #202124
}

.add_address_form_wrapper .enhanced_field .nice-select .list {
    width: 100%;
    border-radius: 12px;
    margin-top: 4px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1)
}

.add_address_form_wrapper .enhanced_field .field_hint {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #9ca3af
}

.add_address_form_wrapper .default_address_toggle .toggle_label {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer
}

.add_address_form_wrapper .default_address_toggle .toggle_label input[type=checkbox] {
    display: none
}

.add_address_form_wrapper .default_address_toggle .toggle_label .toggle_switch {
    position: relative;
    width: 52px;
    height: 28px;
    background: #e5e7eb;
    border-radius: 14px;
    transition: all .3s ease;
    flex-shrink: 0
}

.add_address_form_wrapper .default_address_toggle .toggle_label .toggle_switch::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    transition: all .3s ease
}

.add_address_form_wrapper .default_address_toggle .toggle_label input[type=checkbox]:checked+.toggle_switch {
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%)
}

.add_address_form_wrapper .default_address_toggle .toggle_label input[type=checkbox]:checked+.toggle_switch::after {
    left: 27px
}

.add_address_form_wrapper .default_address_toggle .toggle_label .toggle_text strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 2px
}

.add_address_form_wrapper .default_address_toggle .toggle_label .toggle_text span {
    font-size: 13px;
    color: #6b7280
}

.add_address_form_wrapper .form_actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 24px 30px;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6
}

.add_address_form_wrapper .form_actions .bj_theme_btn {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px
}

.add_address_form_wrapper .form_actions .bj_theme_btn.btn_outline {
    background: #fff;
    color: #4b5563;
    border: 2px solid #e5e7eb
}

.add_address_form_wrapper .form_actions .bj_theme_btn.btn_outline:hover {
    border-color: #fff;
    color: #fff
}

.add_address_form_wrapper .form_actions .bj_theme_btn.btn_primary {
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    box-shadow: 0 4px 16px rgba(66, 133, 244, .3)
}

.add_address_form_wrapper .form_actions .bj_theme_btn.btn_primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(66, 133, 244, .4)
}

@media(max-width: 576px) {
    .add_address_form_wrapper .form_actions {
        flex-direction: column
    }

    .add_address_form_wrapper .form_actions .bj_theme_btn {
        width: 100%;
        justify-content: center
    }
}

.bj_footer_area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.bj_footer_area .footer_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .02
}

.bj_footer_area .round_shap {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(90deg, #1d2e59 0%, #1b2a52 100%)
}

.bj_footer_area .round_shap.one {
    width: 355px;
    height: 355px;
    left: -150px;
    top: -36%;
    z-index: 0
}

.bj_footer_area .round_shap.two {
    width: 700px;
    height: 700px;
    top: -30%;
    left: -200px;
    z-index: -1
}

.bj_footer_area .round_shap.three {
    width: 570px;
    height: 570px;
    top: -50%;
    right: -300px;
    background: linear-gradient(0deg, #1b2b54 0%, #19284d 100%);
    z-index: -1
}

.bj_footer_area .round_shap.four {
    width: 645px;
    height: 645px;
    background: linear-gradient(90deg, #1c2d57 0%, #1a294f 100%);
    right: 380px;
    bottom: -510px;
    z-index: -1
}

.padding_top {
    padding-top: 200px
}

.footer_top {
    padding: 90px 0px 70px
}

.f_widget .f_logo {
    margin-bottom: 25px;
    display: inline-block
}

.f_widget p {
    color: #e3e3e3;
    font-size: 16px;
    line-height: 28px
}

.f_widget .f_widget_title {
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--bj-Open);
    margin-bottom: 28px
}

.f_widget.link_widget .list li {
    margin-bottom: 16px
}

.f_widget.link_widget .list li a {
    font-size: 16px;
    font-weight: 400;
    color: #d6d9dc;
    transition: all .3s ease-in-out
}

.f_widget.link_widget .list li a:hover {
    color: var(--bj-blue)
}

.f_widget.link_widget .list li a i {
    margin-right: 8px
}

.f_widget.f_widget_dark .f_widget_title {
    color: var(--bj-darks)
}

.f_widget.f_widget_dark.link_widget .list li a {
    color: var(--bj-light-gray)
}

.f_widget.f_widget_dark.link_widget .list li a i {
    margin-right: 12px;
    color: #202124
}

.f_widget.f_widget_dark.link_widget .list li a:hover {
    color: var(--bj-blue)
}

.f_widget.f_widget_dark.link_widget .f_social_round li a {
    color: #fff
}

.f_widget.f_widget_dark.link_widget .f_social_round li a i {
    margin-right: 0;
    color: inherit
}

.f_widget.f_widget_dark.link_widget .f_social_round li a:hover {
    background: #4285f4;
    color: #fff
}

.f_widget .footer-search {
    padding-top: 10px
}

.f_widget .footer-search input {
    font-size: 14px;
    font-family: var(--bj-Open);
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 20px;
    flex: 1
}

.f_widget .footer-search input.placeholder {
    color: #d2d2d3
}

.f_widget .footer-search input:-moz-placeholder {
    color: #d2d2d3
}

.f_widget .footer-search input::-moz-placeholder {
    color: #d2d2d3
}

.f_widget .footer-search input::-webkit-input-placeholder {
    color: #d2d2d3
}

.f_widget .footer-search input:focus {
    outline: none;
    box-shadow: none
}

.f_widget .footer-search .btn-Subscribe {
    padding: 12px 22px;
    border-color: #fff;
    background: #fff;
    margin-left: -2px;
    font-size: 16px;
    color: var(--bj-blue);
    border: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.f_widget .footer-search .btn-Subscribe:before {
    background: rgba(0, 0, 0, .04)
}

.f_widget h5 {
    font-size: 16px;
    color: #e3e3e3;
    font-family: var(--bj-Open);
    font-weight: 400;
    margin-top: 55px
}

.f_widget .f_social {
    margin-top: 18px
}

.f_widget .f_social li {
    display: inline-block;
    margin-right: 12px
}

.f_widget .f_social li a {
    display: inline-block;
    color: #fff;
    transition: all .3s;
    font-size: 16px
}

.f_widget .f_social li a:hover {
    color: var(--bj-blue)
}

.f_social_round {
    margin-top: 40px
}

.f_social_round li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0
}

.f_social_round li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #202124;
    color: #fff;
    display: block;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    transition: all .2s linear
}

.f_social_round li a i {
    margin-right: 0;
    color: inherit
}

.f_social_round li a:hover {
    background: #4285f4;
    color: #fff
}

.footer_subscribes {
    margin-top: 25px;
    padding-right: 60px
}

.footer_subscribe_form {
    position: relative;
    display: block
}

.footer_subscribe_form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.footer_subscribe_form .form-control {
    padding-left: 30px;
    height: auto;
    line-height: 40px;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #000;
    color: #202124;
    box-shadow: none;
    width: 100%
}

.footer_subscribe_form .form-control.placeholder {
    color: #bebebe
}

.footer_subscribe_form .form-control:-moz-placeholder {
    color: #bebebe
}

.footer_subscribe_form .form-control::-moz-placeholder {
    color: #bebebe
}

.footer_subscribe_form .form-control::-webkit-input-placeholder {
    color: #bebebe
}

.footer_subscribe_form .form-control:focus {
    outline: none;
    box-shadow: none
}

.footer_subscribe_form .bj_theme_btn {
    margin-left: 0;
    background: #202124;
    border: 0px;
    margin-top: 32px;
    padding: 8px 35px;
    text-transform: uppercase
}

.footer_bottom {
    padding: 25px 0px;
    border-top: 1px solid hsla(0, 0%, 100%, .05)
}

.footer_bottom p {
    font-size: 14px;
    color: #bcbcbd;
    margin-bottom: 0
}

.footer_bottom_dark {
    border-top: 1px solid #c4c4c4;
    padding: 25px 0px
}

.footer_bottom_dark p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--bj-light-gray)
}

.footer_terms a {
    position: relative;
    color: #bcbcbd;
    transition: color .2s;
    font-size: 14px
}

.footer_terms a:not(:nth-child(1)) {
    margin-left: 7px
}

.footer_terms a:not(:nth-child(1))::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccccce;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.footer_terms a:hover {
    color: #fff
}

.payment_process {
    margin-bottom: 0
}

.payment_process li {
    display: inline-block;
    margin-left: 8px
}

.payment_process li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    display: block
}

.bj_footer_area_two .footer_top,
.bj_footer_area_three .footer_top {
    padding: 130px 0px 110px
}

.bj_footer_area_three .f_social {
    margin-top: 25px
}

.bj_footer_area_three .f_widget p {
    color: #ccccce
}

.bj_footer_area_three .f_widget .footer-search input {
    background: hsla(0, 0%, 100%, .1)
}

.bj_footer_area_three .f_widget.f_widget.link_widget ul li a {
    color: #d2d2d3
}

.bj_footer_area_three .f_widget.f_widget.link_widget ul li a:hover {
    color: #fff
}

.bj_footer_area_four .footer_subscribe_form:before {
    color: #bebebe
}

.bj_footer_area_four .footer_subscribe_form .form-control {
    border-color: #fff;
    color: #fff;
    transition: all .2s linear
}

.bj_footer_area_four .footer_subscribe_form .form-control.placeholder {
    color: #a6a6a7
}

.bj_footer_area_four .footer_subscribe_form .form-control:-moz-placeholder {
    color: #a6a6a7
}

.bj_footer_area_four .footer_subscribe_form .form-control::-moz-placeholder {
    color: #a6a6a7
}

.bj_footer_area_four .footer_subscribe_form .form-control::-webkit-input-placeholder {
    color: #a6a6a7
}

.bj_footer_area_four .footer_subscribe_form .form-control:focus {
    border-color: #4285f4
}

.bj_footer_area_four .footer_subscribe_form .bj_theme_btn {
    background: #4285f4
}

.bj_footer_area_four .f_widget.link_widget ul li a {
    color: #bebebe
}

.bj_footer_area_four .f_widget.link_widget ul li a:hover {
    color: #4285f4
}

.bj_footer_area_four .f_widget.link_widget .f_social_round li a {
    background: #bebebe;
    color: #202124
}

.bj_footer_area_four .f_widget.link_widget .f_social_round li a:hover {
    background: #4285f4;
    color: #fff
}

.bj_footer_area_four .footer_bottom p {
    color: #bcbcbd
}

.bj_footer_area_white .round_shap {
    background: linear-gradient(90deg, #fff 0%, #f5f5f5 100%)
}

.bj_footer_area_white .round_shap.three,
.bj_footer_area_white .round_shap.four {
    background: linear-gradient(0deg, #f5f5f5 0%, #fff 100%)
}

.bj_footer_area_white .footer_bottom {
    border-top-color: #d2d2d3
}

.bj_footer_area_white .f_widget.f_widget_dark.link_widget .list li a {
    color: var(--bj-light-gray)
}

.bj_footer_area_white .f_widget.f_widget_dark.link_widget .list li a:hover {
    color: #4285f4
}

.bj_footer_area_white .f_widget .footer-search input {
    border-color: #d2d2d3;
    padding: 12px 20px
}

.bj_footer_area_white .f_widget .footer-search .bj_theme_btn {
    background: #202124;
    color: #fff
}

.bj_footer_area_white .f_widget .footer-search .bj_theme_btn:before {
    background: #fff
}

.bj_footer_area_white .f_widget .f_social li a {
    color: #636466
}

.bj_footer_area_white .f_widget .f_social li a:hover {
    color: #4285f4
}

.bj_footer_area_white .f_widget p {
    color: #797a7c
}

.bj_footer_area_white .footer_terms a {
    color: #797a7c
}

.bj_footer_area_white .footer_terms a:hover {
    color: #4285f4
}

.bj_footer_area_white p {
    color: #797a7c
}

.footer_middle {
    padding: 30px 0px;
    border-top: 1px solid rgba(145, 153, 161, .3)
}

.footer_social {
    color: #ccc;
    font-size: 18px
}

.footer_social .f_social_round {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 12px
}

.footer_social .f_social_round li {
    margin-right: 4px
}

.footer_social .f_social_round li a {
    background: #bbc0c4;
    color: #001f58
}

.footer_social .f_social_round li a:hover {
    background: #fff
}

.footer-modern {
    position: relative;
    background: linear-gradient(180deg, #1a1f36 0%, #0f1322 100%);
    color: #fff;
    overflow: hidden
}

.footer-modern__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0
}

.footer-modern__shape {
    position: absolute;
    border-radius: 50%;
    opacity: .08
}

.footer-modern__shape--1 {
    width: 500px;
    height: 500px;
    background: #4285f4;
    top: -200px;
    left: -150px
}

.footer-modern__shape--2 {
    width: 400px;
    height: 400px;
    background: #10b981;
    bottom: -100px;
    right: -100px
}

.footer-modern__shape--3 {
    width: 250px;
    height: 250px;
    background: #fbbf24;
    top: 30%;
    right: 25%
}

.footer-modern .container {
    position: relative;
    z-index: 1
}

.footer-modern__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width: 991px) {
    .footer-modern__top {
        flex-direction: column;
        text-align: center
    }
}

.footer-modern__brand {
    flex: 0 0 auto
}

.footer-modern__logo {
    display: inline-block;
    margin-bottom: 16px
}

.footer-modern__logo img {
    height: 40px;
    filter: brightness(0) invert(1)
}

.footer-modern__tagline {
    font-size: 15px;
    color: hsla(0, 0%, 100%, .7);
    margin: 0;
    max-width: 280px;
    line-height: 1.6
}

@media(max-width: 991px) {
    .footer-modern__tagline {
        max-width: 100%
    }
}

.footer-modern__newsletter {
    flex: 0 0 auto;
    background: hsla(0, 0%, 100%, .05);
    backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 20px;
    padding: 28px 32px;
    max-width: 500px
}

@media(max-width: 575px) {
    .footer-modern__newsletter {
        padding: 20px;
        width: 100%
    }
}

.footer-modern__newsletter-content {
    margin-bottom: 16px
}

.footer-modern__newsletter-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 10px
}

@media(max-width: 991px) {
    .footer-modern__newsletter-content h4 {
        justify-content: center
    }
}

.footer-modern__newsletter-content h4 i {
    color: #4285f4
}

.footer-modern__newsletter-content p {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6);
    margin: 0
}

.footer-modern__newsletter-form {
    display: flex;
    gap: 12px
}

@media(max-width: 575px) {
    .footer-modern__newsletter-form {
        flex-direction: column
    }
}

.footer-modern__newsletter-form input {
    flex: 1;
    padding: 14px 20px;
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all .3s ease
}

.footer-modern__newsletter-form input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.footer-modern__newsletter-form input::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.footer-modern__newsletter-form input:focus {
    outline: none;
    border-color: #4285f4;
    background: hsla(0, 0%, 100%, .15)
}

.footer-modern__newsletter-form .btn-subscribe {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #4285F4 0%, rgb(17.805, 101.89, 241.195) 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap
}

.footer-modern__newsletter-form .btn-subscribe:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(66, 133, 244, .4)
}

.footer-modern__newsletter-form .btn-subscribe i {
    font-size: 12px;
    transition: transform .3s ease
}

.footer-modern__newsletter-form .btn-subscribe:hover i {
    transform: translateX(4px)
}

.footer-modern__main {
    padding: 60px 0
}

.footer-modern__widget {
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .footer-modern__widget {
        margin-bottom: 40px
    }
}

.footer-modern__widget-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-modern__widget-title i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(66, 133, 244, .15);
    border-radius: 8px;
    color: #4285f4;
    font-size: 14px
}

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

.footer-modern__links li {
    margin-bottom: 12px
}

.footer-modern__links li:last-child {
    margin-bottom: 0
}

.footer-modern__links li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .65);
    text-decoration: none;
    transition: all .25s ease
}

.footer-modern__links li a i {
    font-size: 10px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all .25s ease
}

.footer-modern__links li a:hover {
    color: #fff;
    transform: translateX(5px)
}

.footer-modern__links li a:hover i {
    opacity: 1;
    transform: translateX(0);
    color: #4285f4
}

.footer-modern__contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px
}

.footer-modern__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.footer-modern__contact-item>i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(66, 133, 244, .15);
    border-radius: 10px;
    color: #4285f4;
    font-size: 14px;
    flex-shrink: 0
}

.footer-modern__contact-item span {
    display: block;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.footer-modern__contact-item a,
.footer-modern__contact-item p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-decoration: none;
    transition: color .25s ease
}

.footer-modern__contact-item a:hover {
    color: #4285f4
}

.footer-modern__social {
    display: flex;
    gap: 10px
}

.footer-modern__social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(0, 0%, 100%, .08);
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all .3s ease
}

.footer-modern__social a:hover {
    transform: translateY(-3px)
}

.footer-modern__social a:nth-child(1):hover {
    background: #1877f2
}

.footer-modern__social a:nth-child(2):hover {
    background: #1da1f2
}

.footer-modern__social a:nth-child(3):hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888)
}

.footer-modern__social a:nth-child(4):hover {
    background: #0a66c2
}

.footer-modern__social a:nth-child(5):hover {
    background: red
}

.footer-modern__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    flex-wrap: wrap
}

@media(max-width: 991px) {
    .footer-modern__bottom {
        flex-direction: column;
        text-align: center
    }
}

.footer-modern__copyright p {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6);
    margin: 0
}

.footer-modern__copyright p strong {
    color: #fff
}

.footer-modern__copyright p i {
    color: #ef4444;
    animation: heartbeat 1.5s ease infinite
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.15)
    }
}

.footer-modern__trust {
    display: flex;
    gap: 24px
}

@media(max-width: 575px) {
    .footer-modern__trust {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px
    }
}

.footer-modern__trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: hsla(0, 0%, 100%, .7)
}

.footer-modern__trust-item i {
    font-size: 16px;
    color: #10b981
}

.footer-modern__payment {
    display: flex;
    gap: 10px
}

.footer-modern__payment img {
    height: 32px;
    border-radius: 6px;
    opacity: .8;
    transition: all .3s ease
}

.footer-modern__payment img:hover {
    opacity: 1;
    transform: translateY(-2px)
}

/* ===== Hizmet detayı: sol gezinme (sidebar) ===== */
.hizmet-sidebar {
    border: 1px solid #e2e8f0;
    padding: 20px;
    position: sticky;
    top: 100px;
}

.hizmet-sidebar__title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.hizmet-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hizmet-sidebar__list .hizmet-sidebar__list {
    margin: 4px 0 4px 14px;
    padding-left: 12px;
    border-left: 1px solid #e2e8f0;
}

.hizmet-sidebar__list li {
    margin: 2px 0;
}

.hizmet-sidebar__list a {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #475569;
    transition: all .2s ease;
}

.hizmet-sidebar__list a:hover {
    background: #f1f5f9;
    color: #1e293b;
}

.hizmet-sidebar__list a.is-active {
    background: #fff!important;
    color: #000;
    font-weight: 600;
}

.hizmet-sidebar__list .has-children > a {
    font-weight: 600;
    color: #1e293b;
    position: relative;
    padding-right: 30px;
}

.hizmet-sidebar__list .has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(-45deg);
    transition: transform .2s ease;
    opacity: .7;
}

.hizmet-sidebar__list .has-children.is-open > a::after {
    transform: translateY(-35%) rotate(45deg);
}

/* ===== Hizmet detayı: kırılım (breadcrumb) ===== */
.hizmet-breadcrumb {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 16px;
}

.hizmet-breadcrumb a {
    color: #4285f4;
}

.hizmet-breadcrumb a:hover {
    color: #000;
}

.hizmet-breadcrumb .sep {
    margin: 0 8px;
    color: #cbd5e1;
}

.hizmet-breadcrumb .current {
    color: #475569;
    font-weight: 600;
}

/* ===== Hizmet detayı: alt hizmet kartları ===== */
.hizmet-alt-liste {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.hizmet-alt-liste__title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 18px;
}

.hizmet-alt-card {
    display: block;
    position: relative;
    height: 100%;
    padding: 18px 44px 18px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    transition: all .2s ease;
}

.hizmet-alt-card:hover {
    border-color: rgba(66, 133, 244, .35);
    box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
    transform: translateY(-2px);
}

.hizmet-alt-card__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}

.hizmet-alt-card__desc {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #64748b;
}

.hizmet-alt-card i {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    color: #4285f4;
    transition: transform .2s ease;
}

.hizmet-alt-card:hover i {
    transform: translateY(-50%) translateX(3px);
}

/* ===== "Kitabınızı çıkarın" davet modalı ===== */
.nirengi-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.nirengi-modal[hidden] {
    display: none;
}

.nirengi-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .6);
    opacity: 0;
    transition: opacity .3s ease;
}

.nirengi-modal.is-open .nirengi-modal__overlay {
    opacity: 1;
}

.nirengi-modal__box {
    position: relative;
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
    transform: translateY(20px) scale(.96);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    max-width: 900px;
}

.nirengi-modal__media {
    flex: 0 0 45%;
    background-size: cover;
    background-position: center;
    min-height: 420px;
}

.nirengi-modal__content {
    flex: 1;
    padding: 40px 32px 32px;
    text-align: center;
}

@media (max-width: 575px) {
    .nirengi-modal__box {
        flex-direction: column;
    }

    .nirengi-modal__media {
        flex: none;
        min-height: 140px;
        display: none;
    }

    .nirengi-modal__content {
        padding: 28px 22px 24px;
    }
}

.nirengi-modal.is-open .nirengi-modal__box {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.nirengi-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 2;
    background: none;
    border: 0;
    font-size: 28px;
    line-height: 1;
    color: #94a3b8;
    cursor: pointer;
    transition: color .2s ease;
}

.nirengi-modal__close:hover {
    color: #1e293b;
}

.nirengi-modal__icon {
    font-size: 44px;
    margin-bottom: 12px;
}

.nirengi-modal__title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px;
    line-height: 1.3;
}

.nirengi-modal__text {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 24px;
    line-height: 1.6;
}

.nirengi-modal__form {
    text-align: left;
}

.nirengi-modal__field {
    margin-bottom: 12px;
}

.nirengi-modal__field input {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    color: #1e293b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: border-color .2s ease, background .2s ease;
}

.nirengi-modal__field input:focus {
    outline: none;
    background: #fff;
    border-color: #4285f4;
}

.nirengi-modal__feedback {
    margin: 0 0 10px;
    font-size: 13px;
    color: #64748b;
    min-height: 18px;
}

.nirengi-modal__feedback.is-error {
    color: #dc2626;
}

.nirengi-modal__success {
    margin: 12px 0;
    font-size: 15px;
    font-weight: 600;
    color: #16a34a;
    text-align: center;
    line-height: 1.5;
}

.nirengi-modal__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.nirengi-modal__actions .bj_theme_btn {
    width: 100%;
}

.nirengi-modal__actions .bj_theme_btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.nirengi-modal__later {
    background: none;
    border: 0;
    font-size: 14px;
    color: #94a3b8;
    cursor: pointer;
    padding: 6px;
    transition: color .2s ease;
}

.nirengi-modal__later:hover {
    color: #1e293b;
}

/* ===== Hero telefon formu geri bildirimi ===== */
.hero-banner__search-feedback {
    margin: 10px 0 0;
    font-size: 14px;
    min-height: 18px;
}

.hero-banner__search-feedback.is-success {
    color: #16a34a;
}

.hero-banner__search-feedback.is-error {
    color: #dc2626;
}

/*# sourceMappingURL=style.css.map */