@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Sora:wght@100..800&display=swap');
@import url(../css/fontawesome.min.css);
:root{
    --black-color: #000000;
    --white-color: #ffffff;
    --primary-color: #457ECC;
    --primary-gradient: linear-gradient(90deg, #3f74be 0%, #457ecc 100%);
    --secondary-color: #FFB524;
    --banner-bg: #003A5A;
    --secondary-gradient: linear-gradient(45deg, #fcbc40 0%, #ffa234 75%);
    --tertiary-color: #4B3324;
    --price-color: #FF4820;
    --box-color: #f3f3f3;
    --body-color: #565656;
    --nav-color: #4B4B4B;
    --heading-color: #042B41;
    --background-gradient: linear-gradient(45deg, #442cb3 0%, #814bc4 100%);
    --primary-bg: #d6eafc;
    --secondary-bg: #353535;
    --body-bg: #F5F5F5;
    --footer-color: #d0d0d0;
    --footer-border: #474747;
    --border-color: #CBCBCB;
    --box-border: #ADADAD;
    --box-border-secondary: #DFDFDF;
    --star-color: #FFAB07;
    --primary-font: "Mulish", sans-serif;
    --heading-font: "Sora", sans-serif;
    --border-radius : 1vw;
    --icon-font: 900 20px / 1em "Font Awesome 6 Free";
    --box-shadow: 0px 4px 14px 0px #0000001f;
}
*, *::after, *::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{overflow-x: hidden;}
html.show-sidebar{overflow: hidden;}
body{
    font: 400 17px/1.5 var(--primary-font);
    color: var(--body-color);
    background: transparent;
    padding: 0;
    margin: 0;
    position: relative;
    padding-right: 0px !important;
    overflow-x: hidden;
}
::-webkit-scrollbar{width: 4px;}
body::-webkit-scrollbar{width: 10px;}
::-webkit-scrollbar-track{background: #e1e1e1;}
::-webkit-scrollbar-thumb{background: var(--primary-gradient);}
::-moz-selection{
    background-color: var(--primary-color);
    color: var(--white-color);
}
::-webkit-selection{
    background-color: var(--primary-color);
    color: var(--white-color);
}
::selection{
    background-color: var(--primary-color);
    color: var(--white-color);
}
@-moz-document url-prefix(){
    html, .ui-widget.ui-widget-content{
        scrollbar-width: thin;
        scroll-behavior: smooth;
        scrollbar-color: var(--primary-gradient) #e1e1e1;
    }
}
@media only screen and (min-width: 1400px){
    .container { max-width: clamp(1320px, 90vw, 1470px); }
}
.ui-widget.ui-widget-content{scrollbar-width: inherit !important;}
/* ===========Common CSS Start================ */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote, address { margin: 0; padding: 0; border: 0; display: block; }
h1 {font-size: 36px; line-height: 1.3em; margin: 0 0 20px;}
h2 {font-size: 32px; line-height: 1.3em; margin: 0 0 16px;}
h3 {font-size: 28px; line-height: 1.3em; margin: 0 0 12px;}
h4 {font-size: 24px; line-height: 1.3em; margin: 0 0 10px;}
h5 {font-size: 20px; line-height: 1.4em; margin: 0 0 8px;}
h6 {font-size: 18px; line-height: 1.4em; margin: 0 0 6px;}
h2 big{font-size: inherit;}
.container {
    position: relative;
    z-index: 1;
}
.transition, [class*="rj-btn-"], button, a, img, .header_main, .social a i, .nav_menu a::after, .social a i::after, .social a:hover i::before, .rj_box, .rj_box .rj_icon, .rj_text, .subheading, .subheading span, .responsive_nav, .subarrow, .readmore, .readmore::before, .readmore i, .rj_ques, .rj_toggle .rj_ques:after, .rj-popup-close, .page-numbers::before, .owl-nav [class*="owl-"], .owl-dot span, .heading, .title, .headtag, .subheading, .subtitle, .subtag, [role="button"], .tab-button span::before, .responsive_btn, .responsive_btn *{
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.transtition-5, .sub-menu, .shadowBoxEffect::after, .scrollup, .scrollup i, .scrollup::after, .activityBox .rj_text, [class*="rj-btn-"]::before, .shop-action, .overlayimg::after{
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.transtition-1, .radiusBoxHover::after{
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
p, div:not([class]){
    margin: 0 0 20px;
    line-height: 1.7em;
}
p:last-child{
    margin-bottom: 0;
}
label, span, strong {
    display: inline-block;
    vertical-align: top;
}
b, strong{font-weight: 700;}
a{
    display: inline-block;
    border: none;
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
}
a:hover, a:focus{
    color: var(--heading-color);
    outline: none;
}
img{
    display: block;
    max-width: 100%;
}
.full-img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
label{
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 1.4;
    color: #454545;
}
.noList ul, .noList {
    padding: 0;
    margin: 0;
    list-style: none;
}
.noList li{
    margin: 0;
}
hr { border-color: var(--border-color); margin: 20px 0; }
.primary-bg{ background: var(--primary-bg); }
.banner-bg{ background: var(--banner-bg); }
.primary-gradient{ background: var(--primary-gradient); color: var(--white-color); }
.secondary-gradient{ background: var(--secondary-gradient); color: var(--white-color); }
.body-bg{ background: var(--body-bg); }
.secondary-bg{ background: var(--secondary-bg); color: var(--white-color); }
.secondary-bg a{ color: inherit; }
.secondary-bg a:hover, .secondary-bg a:focus { color: var(--secondary-color); }
.primary-color{ color: var(--white-color); }
.secondary-color{ color: var(--secondary-color); }
.cursor-pointer { cursor: pointer; }
.column-gap{ column-gap: calc(2vw + 12px); }
.column-gap-2{ column-gap: calc(3vw + 16px); }
.column-gap-3{ column-gap: calc(4vw + 20px); }
del {
    color: #6C6C6C;
    font-weight: 700;
}

[class*="rj-btn-"] {
    display: inline-block;
    vertical-align: middle;
    min-width: 160px;
    text-align: center;
    border: none;
    background: var(--secondary-gradient);
    color: var(--white-color);
    -webkit-border-radius: 8vw;
    border-radius: 8vw;
    outline: none;
    /* text-transform: capitalize; */
    font: 500 18px var(--primary-font);
    letter-spacing: 0.6px;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

[class*="rj-btn-"]:not(.out-of-stock){    
    text-transform: capitalize;
}

[class*="rj-btn-"].btn-square{
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-width: 130px;
}
[class*="rj-btn-"]:hover, [class*="rj-btn-"]:focus {
    color: var(--white-color);
}
[class*="rj-btn-"]::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--primary-gradient);
    transform: rotate(180deg);
    z-index: -1;
}
[class*="rj-btn-"]:hover::before, [class*="rj-btn-"]:focus::before {
    width: 100%;
    left: 0;
}
[class*="rj-btn-"].lg{
    min-width: 200px;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 36px;
}
[class*="rj-btn-"].btn-square.lg{
    min-width: 160px;
}
[class*="rj-btn-"].sm{
    min-width: 110px;
    font-size: 15px;
    height: 42px;
    line-height: 40px;
    padding: 0 16px;
}
[class*="rj-btn-"].secondary-btn {
    background: var(--primary-gradient);
    color: var(--white-color);
    border-color: transparent;
}
[class*="rj-btn-"].transparent-btn{
    background: transparent;
    color: var(--primary-color);
}
[class*="rj-btn-"].btn-danger {
    background: #dc3545;
}
/* ===============Form=============== */
form {
    margin: 0;
    padding: 0;
}
.form_wrap {
    padding: 4vh 3vw;
    background: var(--white-color);
    box-shadow: var(--box-shadow);
    border-radius: 1vw;
    overflow: hidden;
    max-width: 830px;
    margin: 0 auto;
}
.form-control {
    padding: 5px 20px;
    width: 100%;
    height: 48px;
    border: 1px solid var(--border-color);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: transparent;
    color: var(--black-color);
    caret-color: var(--primary-color);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-family: var(--primary-font);
    position: relative;
    vertical-align: top;
    outline: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
textarea.form-control{
    height: 160px;
}
.form-control:focus{
    border-color: var(--secondary-color);
    caret-color: var(--secondary-color);
    box-shadow: none;
}
.secondary-form .form-control {
    border: 1px solid #898989;
    background: #4e4e4e99;
    color: var(--white-color);
    caret-color: var(--theme-color);
}
::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}
:-moz-placeholder {
    opacity: 1;
    color: inherit;
}
::-moz-placeholder {
    opacity: 1;
    color: inherit;
}
:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
::placeholder{
    opacity: 1;
    color: inherit;
}
input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
    margin: 4px 5px 0 0;
    vertical-align: top;
}
.form_wrap .row {
    row-gap: 20px;
}
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    opacity: 0.5;
    cursor: no-drop;
    color: var(--black-color);
}
.no-shadow {
    box-shadow: none;
}
/* ===========Section Part================ */
.section{
    position: relative;
    z-index: 1;
    padding: 50px 0px;
    overflow: hidden;
}
.section.section-big{
    padding: 80px 0;
}
.section::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.heading{
    font: 600 40px / 1.2em var(--heading-font);
    color: var(--heading-color);
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}
.shadow-heading{
    position: relative;
    z-index: 1;
}
.shadow-heading::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 40px;
    left: 10px;
    width: 250px;
    height: 29px;
    background: url(../images/headin-shadow.png) no-repeat center;
    background-size: contain;
}
.heading span {
    color: var(--primary-color);
}
.heading .gradient-text, .gradient-text {
    background: var(--secondary-gradient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.gradient-text::selection {
    -webkit-text-fill-color: var(--white-color);
}
.title {
    font: 600 36px / 1.3em var(--heading-font);
    color: var(--heading-color);
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.headtag {
    font: 500 30px / 1.3em var(--heading-font);
    color: var(--heading-color);
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
}
.subheading, .subtitle, .subtag{
    font: 600 22px / 1.4 var(--heading-font);
    color: var(--heading-color);
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}
.heading:last-child, .title:last-child, .heading:last-child, .subheading:last-child, .subtitle:last-child, .subtag:last-child{
    margin-bottom: 0;
}
a:hover .subheading, a:hover .subtitle, .subtitle a:hover , .subheading a:hover {
    color: var(--hover-color);
}
.subtitle {
    font-size: 20px;
    margin-bottom: 5px;
}
.subtitle.secondary-subtitle, .subheading.secondary-subheading {
    font-family: var(--primary-font);
}
.subtag {
    font-size: 18px;
}
.text-white *{
    color: var(--white-color);
    letter-spacing: 0.6px;
}
.text-white .subheading, .text-white .subtitle {
    font-weight: 500;
    letter-spacing: 0.8px;
}
.text-balance{ text-wrap: balance; }
.text-pretty{ text-wrap: pretty; }
.flex-shrink{ flex-shrink: 0; }
.heading:empty, .title:empty, .headtag:empty, .subheading:empty, p:empty{ display: none; }
.underline {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
}
.underline::after {
    content: '';
    display: block;
    background: linear-gradient(90deg, rgba(46,152,245,1) 50%, rgba(255,255,255,1) 51%);
    height: 4px;
    width: clamp(50px, 5vw, 80%);
    margin-top: 12px;
}
.listTitle {
    display: block;
    font: 700 24px / 1.3em var(--primary-font);
    color: var(
    --other-color);
    margin-bottom: 10px;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
/* ===========Common Content================ */
.rj_content {
    margin: 0 0 40px;
}
.rj_content.max-content{
    max-width: 830px;
}
.max-content.text-center {
    margin-inline: auto;
}
.rj_content:last-child {
    margin-bottom: 0;
}
.layout-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
}
.rj_editor_text ul{
    margin: 16px 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    line-height: 1.6;
}
.rj_editor_text ul li{
    position: relative;
    z-index: 1;
    padding-left: 32px;
    margin-bottom: 20px;
}
li {
    margin-bottom: 12px;
}
li:last-child, .rj_editor_text ul li:last-child{
    margin-bottom: 0;
}
.rj_editor_text ul > li:before {
    position: absolute;
    content: "\f00c";
    display: grid;
    place-items: center;
    font: var(--icon-font);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 5px;
    left: 0;
    padding-top: 1px;
    background: var(--primary-color);
    color: var(--white-color);
}
.highlight-text {
    font: 600 16px / 1.5em var(--primary-font);
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 18px;
    border: 1px solid var(--secondary-color);
    border-radius: 0.3vw;
    text-align: center;
    margin: 0 0 20px;
    color: var(--heading-color);
}
.text-white .highlight-text {
    color: var(--white-color);
    font-weight: 300;
    letter-spacing: 1px;
}
.btn_center, .btn_left {
    margin-top: 50px;
}
.btn_center.sm, .btn_left.sm {
    margin-top: 30px;
}
.btn_center {
    text-align: center;
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5vw;
    margin-top: 50px;
}
/* ===========Common CSS Ends================ */

/* ===========Social Start================ */
.social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social.sm {
    gap: 8px;
} 
.social a {
    color: inherit;
    line-height: normal;
}
.social a i {
    display: grid;
    place-items: center;
    font-size: 22px;
    width: 44px;
    height: 44px;
    text-align: center;
    border: 1px solid var(--border-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.social.sm a i {
    width: 36px;
    height: 36px;
    font-size: 16px;
}
  
.social a:hover i {
    box-shadow: 0 0 25px currentColor;
}
.social.radius-social a:not(:hover) i {
    border-radius: 100%;
    border: transparent;
}
.social a i::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: currentColor;
    z-index: -1;
}
.social.transparent-social a i::after, .social:not(.transparent-social) a:hover i::after {
    border-radius: 100%;
    transform: scale(0);
}
.social a:hover i::after{
    transform: scale(1);
    border-radius: 0;
}
.social:not(.transparent-social) a:hover i::before {
    color: currentColor;
}
.social:not(.transparent-social) a i::before, .social a:hover i::before,  .white-social a i::before, .mainFooter .social a:hover i::before{
    color: var(--white-color);
}
.social a.rj_facebook i {
    color: #3b5999;
    border-color: #3b5999;
}
.social .rj_twitter i {
    border-color: #14171A;
    color: #14171A;
}
.social.white-social .rj_twitter i{
    background: transparent;
}
.social .rj_linkedin i {
    color: #006fa6;
    border-color: #006fa6;
}
.social .rj_google-plus i {
    color: #DE5347;
    border-color: #DE5347;
}
.social .rj_instagram i {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background-clip: text;
    color: transparent;
    border-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-image-slice: 1;
}
.social a.rj_instagram i::after {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social .rj_youtube i {
    color: #E52117;
    border-color: #E52117;
}
.social .rj_pinterest i {
    color: #bd081c;
    border-color: #bd081c;
}
.social .rj_rss i {
    color: #F36F24;
    border-color: #F36F24;
}
.social .rj_whatsapp i {
    color: #11ba17;
    border-color: #11ba17;
}
/* ===========Social Ends================ */

/* ===============Owl-carousel=============== */
.owl-carousel{
    padding: 0 8px;
}
.owl-carousel:not(.bannerslider) .owl-stage {
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-stage {
    margin: 0 auto;
}
.owl-carousel:not(.bannerslider) .item {
    height: 100%;
}
.owl-nav [class*="owl-"] {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--heading-color);
    background: var(--white-color);
    border: 1px solid var(--border-color);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
}
#sync2 .owl-nav [class*="owl-"] { width: 32px; height: 32px; font-size: 15px; }
.owl-nav .owl-prev {
    left: -12px;
    padding-right: 2px;
}
.owl-nav .owl-next {
    right: -12px;
    padding-left: 2px;
}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
    pointer-events: none;
    opacity: 0.4;
    background: #dfdfdf;
}
.owl-nav [class*="owl-"]:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
    opacity: 1;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
    line-height: 0;
}
.owl-carousel .owl-dots .owl-dot span {
    min-width: auto;
    width: 10px;
    height: 10px;
    background: #B2C0C7;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 5px 8px;
    outline: 1px solid transparent;
    outline-offset: 4px;
}
.owl-carousel .owl-dots .owl-dot.active span{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    outline-color: var(--border-color);
}
.owl-carousel:not(.bannerslider) .owl-item img {
    width: auto;
    margin: 0 auto;
}
.item:has(.shadowBox) {
    padding-bottom: 12px;
}
/* ===============Owl-carousel=============== */

/* ===============Scrollup Start=============== */
.scrollup {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9;
    display: none;
}
.scrollup:hover {
    transform: translate(0px, -10px);
}
.scrollup i{
    display: grid;
    place-items: center;
    font-size: 26px;
    width: 60px;
    height: 60px;
    color: var(--white-color);
    background: var(--background-gradient);
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.scrollup i:hover {
    background: var(--hover-color);
    color: var(--white-color);
}
.scrollup::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: -1;
    background: var(--primary-color);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: pulse-border 3000ms ease-out infinite;
    animation: pulse-border 3000ms ease-out infinite;
}
/* ===============Scrollup Ends=============== */

/* ===========Header Start================ */
.mainHeader {position: relative; z-index: 9;}
.header_main {
    padding: 20px 0;
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white-color);
    -webkit-animation: fadeInUp 1s both;
    animation: fadeInUp 1s both;
}
/* ===========Header Top================ */
.headerTop {
    font-size: 16px;
    padding-block: 8px;
}
.h-info li {
    display: flex;
    align-items: center;
}
.h-info li .icon {
    margin-right: 12px;
}
.h-info ul li::after{
    height: 26px;
}
.topAddress strong {
    display: none;
}
.topAddress {
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
}
.topAddress .icon {
    flex-shrink: 0;
    font-size: 1.1em;
}
.logo {
    max-width: 300px;
}
/* ======Nav Menu====== */
.nav_menu > ul {
    display: flex;
    align-items: center;
    column-gap: clamp(20px, 3vw, 70px);
}
.nav_menu ul {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: var(--nav-color);
}
.nav_menu ul li{
    position: relative;
    z-index: 1;
}
.nav_menu a {
    color: inherit;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.nav_menu > ul > li > a{
    line-height: 42px;
}
.nav_menu > ul > li > a:hover, .nav_menu > ul > li.active > a{
    color: var(--primary-color);
    text-shadow: 0 0 currentColor;
}
.nav_menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    background: var(--primary-gradient);
    height: 3px;
    border-radius: var(--border-radius);
    width: 0%;
    z-index: -1;
}
.nav_menu li.active a::after, .nav_menu a:hover::after {
    width: 80%;
}
/* =====Sub Menu===== */
.nav_menu .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    background: var(--primary-color);
    width: 260px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
}
.nav_menu li:hover > .sub-menu {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
.nav_menu .sub-menu::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 12px;
    width: 24px;
    height: 20px;
    background: var(--primary-color);
    clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
}
.sub-menu li a {
    display: block;
    color: var(--white-color);
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5em;
    padding: 8px 16px;
    border-bottom: 1px solid var(--white-color);
}
.sub-menu > li:last-child > a {
    border: none;
}
.sub-menu li a::after {
    left: 0;
    height: 100%;
    background: var(--hover-color);
}
.nav_menu a:has(+ .sub-menu)::before {
    content: '\f107';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.nav_menu a:has(+ .sub-menu) {
    padding-right: 20px;
}
/* =====Third Level Menu===== */
.nav_menu li > .sub-menu a:before {
    content: '\f105';
    top: 8px;
    right: 10px;
}
.nav_menu .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    margin: 0 0 0 20px;
    background: var(--heading-color);
}
.nav_menu .sub-menu .sub-menu::before, .nav_menu .sub-menu .sub-menu a::before {
    display: none;
}
/* ===========Responsive Menu================ */
.responsive_btn {
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    background: var(--primary-color);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.bodyOverlay, .sidebar-overlay{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.responsive .bodyOverlay, .show-sidebar .sidebar-overlay{ opacity: 1; visibility: visible; }
.responsive_btn span { display: block; height: 2px; width: 20px; position: relative; top: 50%; margin: -1px auto; }
.responsive_btn span:before, .responsive_btn span:after { content: ""; display: inline-block; height: 100%; width: 100%; position: absolute; left: 0; }
.responsive_btn span:before { top: -6px; }
.responsive_btn span:after { bottom: -6px; }
.responsive_btn span, .responsive_btn span:before, .responsive_btn span:after { background: var(--white-color); -webkit-border-radius: 1px; border-radius: 1px;}
.responsive_btn:hover span, .responsive_btn:hover span:before, .responsive_btn:hover span:after { background: var(--heading-color); }
.responsive_nav { display: block; position: fixed; left: -280px; top: 0; bottom: 0; width: 280px; min-height: 100%; z-index: 91; background: var(--black-color); }
.responsive_nav ul { margin: 0; padding: 0; text-align: left; }
.responsive_nav ul li { border-top: 1px solid rgba(255, 255, 255, 0.2); list-style-type: none; margin: 0; padding: 0; position: relative; text-transform: capitalize; font-size: 15px; line-height: 20px; color: #fff; }
.responsive_nav ul li:first-child { border-top: none; }
.responsive_nav ul li:after { display: none; }
.responsive_nav ul li>a { display: block; padding: 12px 10px 8px; color: inherit; position: relative; }
.responsive_nav ul li a:hover,
.responsive_nav ul li a:focus,
.responsive_nav ul li.active>a { color: var(--white-color); background: var(--primary-color); }
.responsive_nav ul .sub-menu .container { width: 100%; padding: 0; }
html.responsive, .responsive body { overflow-y: hidden; }
.responsive .wrapper { -webkit-transform: translate(-280px, 0) !important; transform: translate(-280px, 0) !important; }
.responsive .responsive_nav { left: 0; }
.responsive .responsive_btn { pointer-events: none; background: var(--secondary-gradient); }
.responsive .responsive_btn span { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.responsive .responsive_btn span:after {-webkit-transform: rotate(270deg); transform: rotate(270deg); top: 0; }
.responsive .responsive_btn span:before { opacity: 0; }
.responsive_nav .opened>.subarrow { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
/* ===========Categories Dropdown================ */
.categories-dropdown{
    width: 300px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}
.dropdoen-text {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 24px;
}
.dropdoen-text i {
    margin-left: auto;
}
.categoryDropdown-list {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    border: 1px solid var(--secondary-color);
    border-radius: 0px 0px 13px 12px;
    background: var(--white-color);
    z-index: 1;
    display: none;
    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
}
.categoryDropdown-list li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}
.categoryDropdown-list li a {
    display: block;
    padding: 10px 16px;
    color: var(--body-color);
    font: 600 18px / 1.5 var(--primary-font);
}
.categoryDropdown-list li a:hover {
    color: var(--primary-color);
}
.header-search {
    width: clamp(200px, 30%, 410px);
}
.searchToggle {
    font-size: 15px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: var(--secondary-gradient);
    color: var(--heading-color);
    border-radius: 0.5vw;
}
.header-search .form-control {
    height: 40px;
}
/* ===========Mini User================ */
.user-mini-dashborad {
    font-size: 16px;
    color: var(--white-color);
}
.user-mini-dashborad a {
    color: inherit;
}
.mini-user > li > a{
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.mini-cart p{
    margin: 0;
}
.mini-user .icon {
    position: relative;
    z-index: 1;
    max-width: 26px;
}
.item_count {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    font-size: 0.75em;
    line-height: 1;
    position: absolute;
    top: -6px;
    right: -6px;
    background: #FF3939;
    border-radius: 100%;
    font-style: normal;
    text-align: center;
}
.item_count[data-quantity="0"]{
    display: none;
}
.mini-user .dropdown-toggle {
    background: var(--heading-color);
    border-color: transparent;
    display: flex;
    align-items: center;
    column-gap: 4px;
    font-size: 15px;
    padding: 3px 6px 3px 4px;
}
.mini-user .dropdown-toggle img {
    max-width: 32px;
    border: 2px solid var(--white-color);
    border-radius: 100%;
}
.mini-user .username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}
/* ===========Sticky Header================ */
.sticky .header_main {
    position: fixed;
    background: var(--body-bg);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    padding-bottom: 0;
}
.sticky .mainContainer{margin-top: 200px;}
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; }
}
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0, 0px, 0); -ms-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0, 0px, 0); -ms-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); }
    100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; }
}
/* ===========Header Ends================ */

/* ===========Footer Start================ */
.mainFooter{
    position: relative;
    z-index: 1;
    font-size: 16px;
    background: url('../images/footer.png') center no-repeat;
    background-size: cover;
    color: var(--white-color);
}
.footer-content .title {
    margin: 0 0 30px;
    font-weight: 600;
}
.mainFooter a {
    color: inherit;
}
.mainFooter a:hover{
    color: var(--secondary-color);
}
.footer-content .underline::after {
    width: 68%;
}
.subheading.fTitle {
    color: var(--white-color);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
}
.fnav ul {
    display: grid;
    row-gap: 24px;
}
.contact-info ul {
    display: grid;
    row-gap: 16px;
}
.contact-info ul li {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.contact-info .icon {
    width: 26px;
    flex-shrink: 0;
}
.opacity-line{
    opacity: 0.75;
}
.copyright {
    font-size: 16px;
    padding: 16px 0;
    border-top: 1px solid var(--footer-border);
    margin-top: 40px;
}
.site-other-link {
    letter-spacing: 0.5px;
}
.list-line li:not(:last-child):after {
    content: '';
    border-right: 1px solid var(--border-color);
    margin: 0 16px;
}
.copyright-wrapper{column-gap: 2vw;}
.heart{
    color: #fb3574;
}
.separate { margin: 0 4px; }
.copyright p{margin: 0;}
/* ===========Footer Ends================ */

/* ===========Banner Start================ */
.common_banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 1.5vw;
    overflow: hidden;
    margin-top: 10px;
}
.align-self-start{
    align-self: start;
}
.align-self-center{
    align-self: center;
}
.bannertext {
    font-weight: 300;
    font-size: 17px;
    z-index: 2;
}
.owl-carousel.bannerslider {
    padding: 0;
    position: relative;
    z-index: 1;
    border-radius: 1vw;
    overflow: hidden;
}
.bannerslider .bannertext {
    max-width: clamp(90%, 50vw, 1200px);
    padding: 30px 30px 30px;
    margin-inline: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.bannertext .heading {
    font-size: 52px;
    margin-bottom: 16px;
}
.bannertext-in {
    max-width: 480px;
}
.bannertext .highlight-text{
    font-size: 18px;
}
.banner-btn {
    margin-top: 24px;
}
.bannerslider .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
/* ===========Inner Banner Start================ */
.inner_banner .bannerBox {
	min-height: 305px;
	padding: 80px 0 20px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: left;
    border-radius: 1.5vw;
}
.inner_banner .bannerBox > * {
	max-width: 60%;
	margin-inline: auto;
	width: 100%;
}
.breadcrumbs {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0px;
    margin-top: auto;
}
.breadcrumb-list {
	max-width: max-content;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	background: var(--secondary-gradient);
    font: 600 18px / 1.5 var(--primary-font);
    color: var(--heading-color);
    letter-spacing: 1px;
    text-transform: capitalize;
	padding: 10px 30px;
	border-radius: 5vw;
    color: var(--white-color);
    overflow: hidden;
}
.breadcrumb-list li {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb-list li:not(:last-child){flex-shrink: 0;}
.breadcrumb-list li:not(:last-child)::after {
    content: '-';
    display: inline-block;
    margin: 0 12px;
}
.common_banner .breadcrumb-list a:not(:hover) {
    color: var(--white-color);
}
/* ===========Banner Ends================ */

/* ===========Common Listing Box CSS Start================ */
.mt40 {
    margin-top: 40px;
}
.mt50, .listGap {
    margin-top: 50px;
}
.mt60, .listGap.mt60 {
    margin-top: 60px;
}
.mt70, .listGap.mt70 {
    margin-top: 70px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.rowGap {
    row-gap: 30px;
}
[class*="gx-"].rowGap {
    row-gap: 48px;
}
.rj_box {
    position: relative;
    z-index: 1;
    min-height: 100%;
    font-size: 16px;
    line-height: 1.7em;
    background: var(--white-color);
    overflow: hidden;
    border: 1px solid var(--box-border);
}
.rj_box.noBorder{
    border: none;
}
.rj_box.rj_box-bg {
    background: var(--box-color);
}
.shadowBox {
    background: var( --white-color);
    box-shadow: var( --box-shadow);
}
.shadowBoxEffect .rj_text {
    transition: none;
}
a.rj_box, .rj_box a:not(.subheading, .subtitle, [class*="rj-btn-"], .readmore) {
    display: block;
    color: inherit;
}
.rj_img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.rj_radius {
    border-radius: 0.5vw;
}
.rj_img img {
    -moz-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}
/* .rj_img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
} */
.box-overlay .rj_img::after {
    content: '';
    display: block;
    background: linear-gradient(0deg, rgb(0 0 0 / 70%) 20%, rgba(0, 0, 0, 0) 60%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.text-center .rj_icon, .rj_icon.text-center {
    margin: 0 auto 16px;
}
.rj_icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    padding: 16px;
    margin: 0 0 16px;
}
.rj_pulse.rj_pulse_radius, .rj_pulse.rj_pulse_radius::after, .rj_pulse_radius .rj_icon {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.rj_pulse {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    max-width: max-content;
}
.rj_pulse .rj_icon {
    background: var(--white-color);
    margin: 0;
}
.rj_pulse-shadow .rj_icon{
    box-shadow: var(--box-shadow);
    border-radius: 4px;
}
.rj_pulse::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.rj_pulse.rj_pulse_radius, .rj_pulse.rj_pulse_radius::after{
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.rj_box:not(:hover) .rj_pulse_hover::after {
    animation-play-state: paused;
    visibility: hidden;
}
@-webkit-keyframes pulse-border {
    0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1 }
    100% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2); opacity: 0 }
}
@keyframes pulse-border {
    0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1 }
    100% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2); opacity: 0 }
}
.rj_para {
    font-size: 16px;
    line-height: 1.7em;
    height: 84px;
    overflow: hidden;
    margin: auto 0 16px 0;
}
.rj_para:last-child {
    margin-bottom: 0;
}
.rj_para.rj_para-md {
    height: 114px;
}
.rj_para.rj_para-big {
    height: clamp(84px, 140px, 140px);
}
.radiusImg {
    border-radius: 100%;
}
.radiusImg img {
    width: 100% !important;
    aspect-ratio: 1/1;
}
.radiusBox {
    border-radius: 1vw;
}
.radiusBoxHover::after {
    content: '';
    position: absolute;
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-clip-path: circle(0px at 100% 100%);
    clip-path: circle(0px at 100% 100%);
}
.radiusBoxHover:has(.showIcon:hover)::after {
    -webkit-clip-path: circle(1000px at 100% 100%);
    clip-path: circle(1000px at 100% 100%);
}
.radiusBoxHover:has(.showIcon:hover){
    color: var(--white-color);
}
.radiusBoxHover:has(.showIcon:hover) .rj_pulse::after {
    background: var(--white-color);
}
.rj_text.absolute-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 24px;
    z-index: 2;
}
/* ===========Common Listing Box CSS Ends================ */

/* ===========Benifits Start================ */
.rj_box.benifitsBox {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.rj-count-text{
    display: flex;
    align-items: center;
    column-gap: 4px;
    font: normal 700 32px/1.2 "Sora", sans-serif;
    margin-bottom: 4px;
    color: var(--heading-color);
}
/* ===========Benifits Ends================ */

/* ===========Product Start================ */
.commonTab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.tab-button span {
    position: relative;
    z-index: 1;
    display: block;
    border: 1px solid var(--border-color);
    padding: 10px 16px;
    text-shadow: 0.5px 0 currentColor, 0 0 currentColor;
    font-size: 18px;
    border-radius: 0.3vw;
}
.tab-button span:hover, .tab-button.active span{
    color: var(--white-color);
    text-shadow: none;
}
.tab-button span::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-gradient);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.tab-button span:hover::before, .tab-button.active span::before{
    opacity: 1;
    visibility: visible;
}
.beforeLine, .overlayimg{
    position: relative;
    z-index: 1;
}
.beforeLine::before {
    content: '';
    background-color: var(--border-color);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}
.beforeLine > * {
    background: var(--white-color);
}
.beforeLine > *:first-child {
    padding-right: 1.5vw;
}
.beforeLine > *:last-child {
    padding-left: 1.5vw;
}
.column-5 {
    padding: 0;
    margin: 0 -20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.column-5  .rowColumn {
    flex: 0 0 auto;
    width: 20%;
    margin: 30px 0;
    padding: 0px 20px;
    position: relative;
    z-index: 1;
    border-right: 1px solid var(--box-border-secondary);
}
.column-5 .rowColumn::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: calc(100% + 1px);
    height: 1px;
    background: var(--box-border-secondary);
}
.column-5 .rowColumn:nth-child(-n + 5)::before{
    background: transparent;
}
.column-5 .rowColumn:nth-child(1n + 5)::before {
    left: 18px;
}
.column-5 .rowColumn:nth-child(5n)::before {
    left: -20px;
}
.column-5 .rowColumn:nth-child(5n) {
    border-color: transparent;
}
.column-5 .rowColumn:last-child{border: none;}
.overlayimg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.overlayimg:hover:after{
    opacity: 1;
    visibility: visible;
}
.shop-action {
    display: grid;
    gap: 16px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    padding: 16px;
    margin-right: -20px;
}
.productBox .rj_img:hover .shop-action {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.shop-action a {
    display: grid !important;
    place-items: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 100%;
    background-color: var(--white-color);
    color: var(--heading-color) !important;
}
.productBox {
    display: grid;
}

.productBox .rj_img {
    margin-bottom: 12px;
    display: grid;
    place-items: center;
}
.productBox .rj_text {
    margin-top: auto;
}
.productBox .subtitle{font-size: 18px;}
.rating i {
    color: #9B9B9B;
}
.rating i.checked{
    color: var(--star-color);
}
.rj_box .price {
    font-weight: 700;
    color: var(--price-color);
    font-size: 20px;
    line-height: normal;
    margin-left: 5px;
}
.regular-price {
    font-size: 18px;
    line-height: normal;
}

/* ===========Product Ends================ */

.dbtn{background: linear-gradient(to right, #FCBC40, #FFA234); padding: 12px 25px; border-radius: 30px; color: #fff; border: 1px solid transparent; font: normal 500 18px "Sora", sans-serif; line-height: 24px; transition: all 200ms ease-out;}
.dbtn:hover{background: transparent; color: var(--secondary-color); border:1px solid var(--secondary-color); transition: all 200ms ease-out;}
.dbtn i{margin-right: 10px;}
.dd_content{display: flex; align-items: center; justify-content: space-between; margin: 40px 0; position: relative;}
.dd_content::before{content: ''; background-color: #CBCBCB; width: 100%; height: 1px; position: absolute; left: 0; top: 50%; z-index: -1;}
.dd_content .dd_heading{margin: 0; background: #fff; padding: 0 20px 0 0;}
.dd_content .btn_wrap{padding: 0 0 0 20px; background: #fff;}

.filter{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CBCBCB;
    margin-top: 50px;
}
.filter h4{
	display: flex;
	align-items: center;
	column-gap: 10px;
	font: normal 700 20px "Mulish", sans-serif; color: #FFA234;
	text-transform: capitalize;
    margin: 0;
}
.filter .pagecount{font: normal 500 14px "Mulish", sans-serif; color: #727272;}
.filter .pagecount select{background: transparent; border: none; outline: none;}
.filter h4 img{width: 20px; height: 20px;}
/* owl style */
/* Header section css */

/* Side part */
.side_list{display: grid; grid-template-columns: repeat(4,1fr); gap: 60px;}
.side_list .list_box { display: flex; align-items: center; column-gap: 20px; border: 1px solid #ADADAD; border-radius: 10px; padding: 30px; margin: 20px 0px 20px 0; }
.side_list .list_box .icon { width: 70px; height: 70px; margin: 0; background: #fdb43c87; border-radius: 100%; padding: 15px; }
.side_list .list_box:nth-child(2) .icon{background: #457ECCA6;}
.side_list .list_box:nth-child(3) .icon{background: #FF39398F;}
.side_list .list_box:nth-child(4) .icon{background: #8DCF0091;}
.side_list .list_box .number{font: normal 700 30px "Sora", sans-serif; color: #042B41;}
/* Side part */

.innerbanner{position: relative; z-index: -1;}
.innerbanner .banner_content{position: absolute; top: 20%; left: 15%; max-width: 400px;}
.innerbanner .banner_content span{font: normal 600 15px "Mulish", sans-serif; color: #fff; text-transform: uppercase; border: 1px solid #FFA234; padding: 10px 10px; border-radius: 6px;}
.innerbanner .banner_content .heading{font: normal 700 50px "Sora", sans-serif; color: #fff; margin: 30px 0;}
/* Banner section */

.booking_section .row [class*=col-]{padding: 40px 20px; border-bottom: 1px solid #DFDFDF;}
.item_box{position: relative;}
.booking_section .row [class*=col-]:not(:last-child) .item_box:before{content: ''; background-color: #DFDFDF; width: 1px; height: 100%; position: absolute; top: 0; right: -19px;}
.item_box figure{height: 300px; position: relative;}
.item_box figure img{border-radius: 20px;}
.item_box .content{display: flex; flex-direction: column; row-gap: 10px;}
.item_box .content .title{font: normal 500 16px "Sora", sans-serif; color: #042B41;}
.item_box .content .rating{display: flex;}
.item_box .content p{font: normal 600 15px "Mulish", sans-serif;}
.item_box .content .price{color: red;}

/* Newsletter section */
.newsletter{background: url('../images/newsletterbg.png') no-repeat center center; border-radius: 20px;}
.newsletter_wrap{display: flex; flex-direction: column; row-gap: 10px; padding: 60px 30px; max-width: 1040px; margin: 0 auto;}
.newsletter_wrap p{font: normal 600 15px "Mulish", sans-serif; color: #fff;}
.newsletter_wrap .subtitle{font: normal 700 30px "Sora", sans-serif; color: #fff;}
.newsletter_wrap form{display: flex; align-items: center; column-gap: 20px;}
.newsletter_wrap form .dbtn{/*border: none;*/ outline: none; border-radius: 5px; padding: 8px 20px;}
.newsletter_wrap form input[type="email"]{width: 400px; border: 1px solid #fff; padding: 6px 10px; background: transparent; border-radius: 5px; color: #fff;}
.newsletter_wrap form input[type="email"]::placeholder{color: #fff;}
/* Newsletter section */

/* Testimonial section */
.testimonial{background: url('../images/testimonialsbg.png') no-repeat center; padding: 50px 0;}
.testimonialsilder{max-width: 830px; margin: 0 auto;}
.testimonialsilder .item{display: flex; flex-direction: column; column-gap: 20px; align-items: center;}
.testimonialsilder .item .photo{width: 80px; height: 80px;}
.testimonialsilder .item .photo img{border-radius: 100%;}
.testimonialsilder .item .text{font: normal 500 16px "Mulish", sans-serif; color: #042B41; text-align: center; margin: 20px 0;}
.testimonialsilder .item .namerole{display: flex; align-items: center; justify-content: center; column-gap: 6px; margin-top: 20px;}
.testimonialsilder .item .namerole p{font: normal 500 16px "Mulish", sans-serif; color: #042B41;}
.testimonialsilder .item .namerole .author_name{font-weight: 800; color: #3F74BE;}
/* .testimonialsilder .item .comma{width: 30px; height: 30px;} */
/* Testimonial section */

/* Sales section */
.saleitem{position: relative;}
.saleitem .sale_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
}
.sale_content-in {
    max-width: 350px;

}
.sale_content a{
	font: normal 600 18px "Sora", sans-serif; 
	color: #042B41;
	position: relative;
}
.sale_content a::before{
	content: '\f054'; 
	font-family: 'FontAwesome'; 
	font-size: 15px; 
	position: absolute;
	right: -18px;
	top: 3px;
}
.sale_content .highlight-text {
    border-color: var(--white-color);
}
/* Sales section */

/* Footer section */
.upperft{padding: 80px 0 40px;}
.ft_content { max-width: 420px; padding-right: 30px; position: relative; }
.ft_content::before{content: ''; background-color: #474747; width: 1px; height: 100%; position: absolute; right: -60px;}
.ftsocial{display: flex; align-items: center; column-gap: 10px;}
.ft_content .fttext{ margin: 30px 0; line-height: 1.8;}
.ftsocial img{width: 40px; height: 40px;}
.upperft .ft-title{font: normal 700 22px "Mulish", sans-serif; color: var(--white-color); margin-bottom: 25px;}
.upperft .ftlist li{display: flex; align-items: center; column-gap: 16px; margin-bottom: 20px; font-size: 17px;}
.upperft .ftlist i{width: 50px; height: 50px; border: 1px solid #A3A3A3; border-radius: 8px; display: flex; justify-content: center; align-items: center; color: var(--white-color); flex-shrink: 0;}
.upperft .ftlist i.align-self-start{margin-top: 4px;}
/* Footer section */

/* Quick viewer */
/* ul.products-list li.product-item {
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
ul.products-list li.product-item .product-image {
	max-width: calc(100% - 400px);
	margin: 0 30px 0 0;
	width: 240px;
}
ul.products-list li.product-item .product-image img {
	position: relative;
	z-index: 2;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
    height: 100%;
    border: 3px solid transparent;
    transition: all 200ms ease-in;
}
ul.products-list li.product-item .product-image img:hover{border: 3px solid var(--secondary-color); transition: all 200ms ease-out;}
ul.products-list li.product-item .product-caption {
	max-width: calc(100% - 600px);
}
ul.products-list li.product-item .product_title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.4;
}
ul.products-list li.product-item .short-description {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.products-list li.product-item .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 14px;
	color: #FFA234;
}
ul.products-list li.product-item .price em{
    font-style: normal;
    margin: 0 10px;
    color: #9d0615;
    font-size: 30px;
}
li.product-item .isbn {
	margin-bottom: 10px;
	background: #e8ecec;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	width: 250px;
	padding-left: 10px;
}
ul.products-list li.product-item .product-caption-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
}
ul.products-list li.product-item .shop-action {
	display: flex;
	align-items: center;
	position: relative;
}
ul.products-list li.product-item .shop-action span{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
	background-color: #000;
	padding: 5px;
	position: absolute;
	top: -50px;
  	left: -90%;
	width: 140px;
	text-align: center;
	transform: scale(0);
	transition: all 400ms ease-in;

}
ul.products-list li.product-item .shop-action:hover span{
	transform: scale(1);
	transition: all 400ms ease-out;
}
ul.products-list li.product-item .shop-action span::before{
	content: '';
	background-color: #000;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -14px;
	left: 40%;
}
ul.products-list li.product-item button {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	border: none;
	transition: all ease-in-out 0.3s;
	margin-left: 5px;
}
ul.products-list li.product-item button:hover{
	background: linear-gradient(to left, #FCBC40, #FFA234);
  	color: #fff;
} 
ul.products-list li.product-item button i{color: #000;} */
/* Quick viewer */

/* FAQ page */
.faqPage .sk_toggle {
	margin: 60px 0 30px;
}
.sk_toggle .sk_box {
	position: relative;
	margin: 0 0 24px;
	padding: 20px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #E8E8E83B;
	border: 1px solid #D9D9D9;
	font-size: 16px;
	line-height: 2em;
}
.sk_toggle .sk_ques {
	cursor: pointer;
}
.sk_toggle .sk_ques::after {
	content: "\f067";
	display: block;
	position: absolute;
	right: -20px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
    font: var(--icon-font);
    font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid var(--border-color);
	background: var(--white-color);
	color: var(--primary-color);
	font-weight: 400;
	padding: 0 0 0 1px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.sk_toggle .sk_box.opened > .sk_ques::after {
	content: "\f068";
    font-weight: 900;
	background: var(--primary-color);
	color: var(--white-color);
	border-color: transparent;
}
.sk_toggle .sk_ans .editor_text {
    margin-top: 10px;
}
.opened .subtitle {
	color: var(--primary-color);
}
.products-list .incrementDecrement-wrapper {
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 14px;
}
.products-list .incrementDecrement {
	max-width: 150px;
	margin: 0 auto;
	height: 40px;
}
/* FAQ page */

/* .term .about_wrapper h3{
	font: normal 500 24px "Sora", sans-serif;
	color: #042B41;
	margin: 20px 0;
} */

.ajax_loading {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    margin: 25px;            
    position: relative;
    cursor: no-drop;
    opacity: 0.5;
    pointer-events: none;
}
.ajax_loading::before {
    content: '\f110';
    font-family: "FontAwesome";
    animation: fa-spin 2s linear infinite;
    position: absolute;
    left: 42%;
    color: #000;
    opacity: 1;
    font-size: 20px;
}


section.loaders .loader {
    display: inline-block;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid blue;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 25px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Product Page */
.quick_view .productList .column-5 { margin-top: -30px; }
.quick_view .form-box{
    padding: 20px 10px 20px 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.quick_view .form-box .side-title {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
.quick_view .form-box .side-title.l{flex-direction: row;}
.quick_view .form-box .side-title h6{
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
}
.quick_view .form-box .form-check label{
    font-size: 15px;
}
.quick_view .form-box .form-check{
    margin: 10px 0;
}
.quick_view .form-box a.flink {
    text-align: right;
    font-size: 14px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 600;
    background: var(--secondary-color);
    padding: 6px 10px;
    border: 1px solid var(--secondary-color);
}
.quick_view .form-box a.flink:hover {
	color: var(--secondary-color);
	background: transparent;
}
.slide-wrp{margin: 20px 0;}
ul.products-list li.product-item .product-caption-bottom .dbtn:hover{
    border: 1px solid #FFA234;
    color: #FFA234;
    transition: all 200ms ease-out;
    background: transparent;
  }
/*------- price range -------*/
.quick_view .search input {
    height: 30px;
    padding-inline: 10px 24px;
}
.quick_view .search .search-wrap{position: relative; margin: 20px 0 10px;}
.quick_view .search .search-wrap::before {
	content: '\f002';
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	color: #ccc;
	top: 15%;
}
@media only screen and (min-width: 1200px) {
    .quick_view .column-5 .rowColumn{width: 25%;}
    .quick_view .column-5 .rowColumn:nth-child(4n){
        border-color: transparent;
    }
    .quick_view .column-5 .rowColumn:nth-child(5n){
        border-color: var(--box-border-secondary);
    }
    .quick_view .column-5 .rowColumn:nth-child(5n)::before {
        left: 18px;
        background: var(--box-border-secondary);
    }
    .quick_view .column-5 .rowColumn:nth-child(-n+4)::before {
        background: transparent;
    }
}
.productBox button{
    border: none;
    outline: none;
    background: transparent; 
    margin-right: 10px;
}
.productBox button i {
	background: #fff;
	color: var(--heading-color);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 300ms ease-in-out;
	font-size: 20px;
}
.productBox button i:hover{
    background: var(--heading-color);
    color: var(--white-color);
    font-size: 18px;
    transition: all 300ms ease-in-out;
}
.filter a {
	margin: 0 10px;
	font-size: 18px;
	color: #ffa536;
}
.filter a.active{color: var(--heading-color);}
.productBox .subtitle{min-height: 50px;}
ul.products-list li.product-item .product-image a{
    width: 100%;
    height: 100%;
}
.quick_view .form-box .side-title.l {
	margin: 20px 0 0;
}


/* Product Page */

/* Pagination design */
.pagination{
    justify-content: center;
    column-gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap;
}
.pagination li .page-link {
	display: flex;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	color: var(--accent);
	text-transform: uppercase;
	background-color: transparent;
	justify-content: center;
	align-items: center;
    transition: all 200ms ease-in;
}
.pagination li .page-link:hover{
    background-color: #FFB524;
    border-color: #FFB524;
    color: #fff;
    transition: all 200ms ease-in;
}
.pagination li:first-child .page-link {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.pagination li:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.pagination li.active .page-link{
    background-color: #FFB524;
    border-color: #FFB524;
}
/* Pagination design */
/* inner banner */
.innerbanner .bannerimg{
    width: 1470px;
    margin: 0 auto;
    height: 300px;
}
.innerbanner .bannerimg img{
    width: 100%;
    height: 100%;
}
/* inner banner */
/* .productSection .rj_content h6{
    font: normal 600 40px var(--heading-font);
    line-height: 50px;
    color: var(--heading-color);
} */

/* Product details page */
#sync2 { margin-top: 16px; }
.productdetails-page .product_img #sync2 figure { max-width: 100px; overflow: hidden; margin: auto; border: 3px solid var(--secondary-color);}
.productdetails-page .product_img #sync1 figure img{
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.mainFooter ul{
    padding: 0;
    margin: 0;
}
/* Product details page */

/* Login page design */
.user-login{
    padding: 3vh 2vw;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    border-radius: 8px;
    position: relative;
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-color: #fff;
    margin: 30px auto;
    max-width: 500px;
}
.user-login .header {
	font: normal 600 30px var(--heading-font);
	line-height: 40px;
	color: var(--heading-color);
	text-align: center;
}
.user-login form, .user-login .register-flex{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 30px;
} 
.user-login form label{
    /* font: normal 500 14px var(--heading-font);
    color: #454545; */
}
.form-check, .form-check-label{margin: 0;}
.user_form a{color: var(--heading-color);}
.user-login form .lable-wrap{position: relative;}
.user-login form .lable-wrap i {
	position: absolute;
	top: 38%;
	padding: 10px;
}
.user-login form .lable-wrap input{padding: 5px 30px;}
.user-options{display: flex; align-items: center; flex-direction: column; row-gap: 5px;}
.user-options p{margin: 0;}
.user_form a {
	color: var(--heading-color);
	font-weight: 700;
	font-size: 16px;
	text-decoration: underline;
}
.user_form a:hover{color: var(--secondary-color); text-decoration: underline;}
.user-login form .lable-wrap .form-check input{padding: 0;}

.registerion .user-login{
    max-width: 100%;
}
.registerion  .user-login form{
    flex-direction: row;
}
.registerion .form-check label{font-size: 17px; font-weight: 500;}
.register-flex .subtitle{margin-bottom: 0;}
/* Login page design */

/* Contact us */
.inner-career form { padding: 0 0 0 80px; }
.inner-career .form_area p { position: relative; }
.inner-career .form_area{ padding: 40px; background-color: #f8f8f8; border-radius: 10px; position: relative; -webkit-box-shadow: 6px 9px 7px 0px rgba(232,232,232,1); -moz-box-shadow: 6px 9px 7px 0px rgba(232,232,232,1); box-shadow: 6px 9px 7px 0px rgba(232,232,232,1); }
.contactPage ul.contact-wrap li{ margin-bottom: 20px;display: flex;  column-gap: 10px; align-items: center;}
.contactPage ul.contact-wrap{padding: 0; margin: 0;}
.contactPage ul.contact-wrap p{margin: 0;}
.contactPage ul.contact-wrap li i{
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 50%;
    background: var(--heading-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    flex-shrink: 0;
}
.contact-wrap a:not(:hover){color: var(--body-color);}
.contactPage .left_wrap {padding-right: 70px; padding-top: 40px; font-size: 20px;}
.inner-career .row {
    row-gap: 24px;
}
.btn_wrap {gap: 6px 10px;}
.map_wrapping  iframe { margin: 0 0 -6px; }
/* .form_area .rj-btn-shop:hover{
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background: transparent;
    transition: all 400ms ease-in;
} */
/* Contact us */

/* Product Details Start */
.product-details{
    font-size: 18px;
}
.stock {
    background: #80B363;
    color: var(--white-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    padding: 4px 12px;
    border-radius: 4px;
    letter-spacing: 0.4px;
}
.stock.out-of-stock{
    background: #ff0000;
}   
.product-price {
    font-weight: 700;
    /* color: var(--price-color); */
    font-size: 28px;
    line-height: normal;
}
.product-price ins {
    text-decoration: none;
}
.product-price > *:first-child {
    margin-right: 5px;
}
.noSpin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.noSpin[type=number] {
    -moz-appearance:textfield; 
}
.rj-btn-add-to-cart img, .rj-btn-add-to-cart i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
}
.incrementDecrement [class*="btn-"] {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 18px;
  line-height: normal;
  width: 40px;
  text-align: center;
  padding: 4px;
  height: 48px;
}
.incrementDecrement .form-control {
  height: 48px;
  border: none;
  max-width: 72px;
  padding: 4px;
  text-align: center;
  box-shadow: none;
}
.incrementDecrement {
  border: 1px solid var(--border-color);
  border-radius: 5vw;
}
.rj_table .incrementDecrement {
    max-width: 120px;
    border-radius: 3px;
}
.rj_table .incrementDecrement .form-control {
    max-width: 60px;
    height: 38px;
}
.rj_table .incrementDecrement [class*="btn-"] {
    width: 30px;
    height: 38px;
    font-size: 15px;
    line-height: normal;
}
.product-category {
  gap: 10px;
}
.product-category span a {
  position: relative;
  z-index: 1;
  color: inherit;
}
.product-category span a:not(:last-child):after {
  content: ',';
}
.product-category span a:hover {
  color: var(--primary-color);
}
.pp-details-top .rj-btn-next {
	font-size: 18px;
	color: var(--heading-color);
}
/* Product Details Ends */

/* Cart Ends */
.card-header .subtitle{font-size: 22px;}
.cart-product-text .product-price{font-size: 18px;}
.cartbtn_wrap {gap: 6px 12px;}
.rj_table {
    border: 1px solid var(--border-color);
    width: 100%;
}
td, th {
    border: 1px solid var(--border-color);
    padding: 8px 8px;
}
.product-table-name{
    width: 60%;
}
.incrementDecrement {
    max-width: 150px; margin: 0 auto;
}
.cart-product {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-product figure {
  max-width: 120px;
  flex-shrink: 0;
}
.cart-product .subtitle {
  font-size: 20px;
  line-height: 1.5;
}
.product-table-quantity { width: 150px; }
.total_price { font-weight: 600; }
.card:has(.rj_table) .card-body {
  padding: 0;
}
.card:has(.rj_table) {
  border: none;
}
.card:has(.rj_table) .card-header {
	border: 1px solid rgba(0,0,0,.125);
	border-bottom: none;
}
.afterpay.card {
    max-width: 830px;
    width: calc(100% - 20px);
    margin: auto;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    box-shadow: 0 15px 25px #00000019;
    padding: 40px;
    text-align: center;
    font-size: 22px;
    color: var(--heading-color);
}
.afterpay .heading { margin: 0 0 16px; color: #4476BB !important;}
.afterpay p, .afterpay .orderId strong { color: #4476BB !important;}
.success { border-bottom: solid 4px #4476BB; }
.success.cancel{border-bottom: solid 4px #4476BB;}
.afterpay  figure { max-width: 100px; margin: 0 0 10px; }
.orderId { font-size: 1.2em; }
.orderId span { color: #4476BB; }
/* Cart Ends */

/* Educational Links */
.Educational_Links .link_item {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.Educational_Links .link_item .link-img {
	width: 160px;
	height: 226px;
	background: #fff;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	align-items: center;
	padding: 6px;
	box-shadow: 0 0 4px #c0c0c0, 0 0 4px #c0c0c0;
	margin: 10px 20px 20px 4px;
	border-radius: 4px;
	float: left;
}
.Educational_Links .link_item .link-img img {
	transform: scale(0.8);
	transition: all 400ms ease-in-out;
}
.Educational_Links .link_item .link-img img:hover {
	transform: scale(1);
	transition: all 400ms ease-in;
}
.Educational_Links .link-box .link_item:last-child{
    border: none;
}
/* Educational Links */

.order-md-last .list-group li{margin-bottom: 0;}

/* About us */
.aboutus_page .rj_content.max-content {
	max-width: 100%;
    margin: 0 auto;
    text-align: left !important;
}
.aboutus_page .rj_content.max-content h2{text-align: center;}
/* .aboutus_page strong{
    font-size: 28px;
    line-height: 34px;
} */
.aboutus_page .bookcase_wrap {
	/* background: url('../images/bookcasebg.png') no-repeat center;
	padding: 60px; */
	display: grid;
	place-items: center;
    margin-top: 60px;
}
.aboutus_page .bookcase_wrap iframe {
	/* padding: 60px;
	border-radius: 20px; */
	max-width: 1040px;
	margin: 0 auto;
}
.aboutus_page .ourstory .rj_content.max-content {
	max-width: 720px;
}
.ourstory .rj_editor_text h5{
    color: var(--primary-color);
    font-weight: 700;
}
.booklist .title {
	font-size: 18px;
	margin: 0 auto;
	max-width: 310px;
	margin-top: -50px;
	color: var(--heading-color);
	text-align: center;
    transition: all 300ms ease-in;
}
.booklist .title a{color: var(--heading-color); transition: all 300ms ease-in;}
.booklist figure{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.booklist .booklist-wrap {
	max-width: 900px;
	margin: 0 auto;
    justify-content: center;
}
.booksection .booklist{
    padding: 80px 0;
}
.aboutus_page_section::before {
	/* background: linear-gradient(0deg, #F3F6F9 86%, #fff 51%); */
}
.booklist figure:hover .title a{color: var(--secondary-color); transition: all 300ms ease-in;}
/* About us */

/* Search list ui design */
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
	height: 40vh;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: thin;
}
.ui-state-active h4,
.ui-state-active h4:visited {
    color: #26004d ;
}

.ui-menu-item{
    height: 80px;
    border: 1px solid #ececf9;
}
.ui-widget-content .ui-state-active {
    background-color: white !important;
    border: none !important;
}
.list_item_container {
	width: 400px;
	height: 80px;
	float: left;
	margin-left: 0;
}
.ui-widget-content .ui-state-active .list_item_container {
    background-color: #f5f5f5;
}

.image {
    width: 15%;
    float: left;
    padding: 10px;
}
.image img{
    width: 100%;
    height : 60px;
}
.label{
    width: 85%;
    float:right;
    white-space: nowrap;
    overflow: hidden;
    color: var(--body-color);
    text-align: left;
}
input:focus{
    background-color: #f5f5f5;
}
.list_item_container .label h6{
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 3px;
}
.list_item_container .label small{display: block;}
.list_item_container .label ins {
    color: #4279c6;
    font-weight: 600;
    margin: 0 5px;
}
/* Search list ui design */

/* Myorder page */
.myorder_wrap{
    max-width: 830px;
    margin: 0 auto;
}
.order-md-last .total_gst , #paypal-button-container{
    margin: 20px 0;
}
/* Myorder page */

/* Modal */
#enquire_now .modalbtn{
    position: fixed;
    top: 80%;
    right: -70px;
    transform: rotate(270deg);
}
#enquire_now .modal-content{
    max-width: 300px;
    margin-left: auto;
    border-radius: 22px;
    text-align: center;
    margin-top: 250px;
}
#enquire_now .enq_now form{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#enquire_now .modal-body i{
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--price-color);
    color: var(--white-color);
    padding: 10px;
    border-radius: 100%;
    line-height: 10px;
    font-size: 14px;
    cursor: pointer;
}
#enquire_now .modal-dialog{
    max-width: 100%;
}
/* Modal */

/* Side slide */
.enquire_form{
    position: fixed;
    top: 40%;
    right: 0;
    display: flex;
    z-index: 9;
    align-items: center;
    right: -300px;
    transition: all 400ms ease-in-out ;
}
.enquire_form .enq_now{
    width: 300px;
    border-radius: 0.5vw;
    text-align: center;
    background-color: var(--white-color);
    padding: 10px;
    border: 1px solid #B7B7B7;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.enquire_form .modalbtn{
    transform: rotate(270deg);
    margin-right: -70px;
    min-width: auto;
}
.enquire_form  .enq_now form{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.enquire_form.openform{
    right: 0;
    transition: all 400ms ease-in-out ;
}
/* Side slide */

/* My account page */
.myaccount .user_form{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}
.myaccount .user_form ul{
    padding: 0;
    margin: 0;
}
.myaccount .user_form ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--body-color);
    padding: 10px 10px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    word-break: break-word;
}
.myaccount .user_form ul li span {
    color: #ff8c00;
    font-weight: 600;
    width: clamp(160px, 25vw, 200px);
    margin-right: 5%;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.myaccount .user_form ul li span::after {
    content: ':';
    display: inline-block;
    color: var(--body-color);
}
.myaccount .user_form ul li:nth-child(even){
    background-color: #eee;
}
.myaccount .user_form ul li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
/* .myaccount .user_form ul li:last-child{
    border-bottom: none;
} */
/* My account page */

/* Slide section */
.slide-section ul.clearfix {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide-section ul.clearfix li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 19px;

	list-style-type: none;
	border: 1px solid #d1d1d1;
	position: relative;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.slide-section ul.clearfix li .link_box {
	height: 145px;
	padding: 7px 9px 7px 9px;
	min-height: 100%;
}
.slide-section ul.clearfix li .link_box figure {
	float: right;
	width: 100px;
	text-align: right;
	height: 125px;
	display: table;
}
.slide-section ul.clearfix li .link_box figure span {
	vertical-align: middle;
	display: table-cell;
}
.slide-section ul.clearfix .link_box figure img {
	max-width: 100px;
	max-height: 125px;
	display: inline;
	vertical-align: middle;
}
.slide-section ul.clearfix .link_text {
	height: 125px;
	width: 258px;
	display: table;
	float: left;
}
.slide-section ul.clearfix .link_text span {
	height: 125px;
	vertical-align: middle;
	display: table-cell;
}
.slide-section ul.clearfix .link_text span strong {
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 32px;
	color: #474747;
	line-height: 38px;
	margin-bottom: 10px;
}

.slide-section ul.clearfix .link_text span em {
	font-style: normal;
	font-size: 12px;
	color: #005fd1;
	text-transform: uppercase;
	line-height: 14px;
	vertical-align: middle;
}
/* Slide section */

 /*--------------- Error page ------------------- */
 .error_section{
	margin: 50px 0;
    font-size: 22px;
}
.error_section .title {
	font-size: 80px;
	line-height: 1.2em;
	margin-bottom: 30px;
}
.drop { position: relative; display: inline-block; vertical-align: text-bottom; max-width: 120px; padding: 0 10px; }
.drop::before, .drop::after { content: ""; position: absolute; z-index: 1; width: 0px; height: 0px; margin: auto; top: 35px; bottom: 0; left: 32px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); background-color: #ffffff; box-shadow: 0px 0px 5px #d3d3d3; border-radius: 50% 1px 50% 50%; -webkit-animation: drip 1s linear infinite; animation: drip 1s linear infinite; }
.drop::after { left: auto; right: 32px; }
@-webkit-keyframes drip { 0% { width: 0px; height: 0px; top: -50px; } 50% { width: 20px; height: 20px; top: -100px; } 100% { width: 20px; height: 20px; top: 10px; } }
@keyframes drip { 0% { width: 0px; height: 0px; top: -50px; } 50% { width: 20px; height: 20px; top: -100px; } 100% { width: 20px; height: 20px; top: 0px; } }
.drop::before, .drop::after { width: 12px; height: 12px; -webkit-animation: vertical 4737ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite; animation: vertical 4737ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite; }
@-webkit-keyframes vertical { 0% { transform: translateY(0px) scale(0.5) rotate(-45deg); } 18% { transform: translateY(0px) scale(1.1) rotate(-45deg); } 35% { transform: translateY(0px) scale(1) rotate(-45deg); } 100% { transform: translateY(100px) scale(0) rotate(-45deg); } }
@keyframes vertical { 0% { transform: translateY(0px) scale(0.5) rotate(-45deg); } 18% { transform: translateY(0px) scale(1.1) rotate(-45deg); } 35% { transform: translateY(0px) scale(1) rotate(-45deg); } 100% { transform: translateY(100px) scale(0) rotate(-45deg); } }

.footer-mid .Community{
	max-width: 500px;
  	margin-left: auto;
}
.relatedslider.owl-carousel .owl-stage { margin: 0; }
.productListView .productBox {
    border-width: 0px 0px 1px;
    padding: 0 0 30px;
    grid-template-columns: repeat(1, 240px 6fr 1fr);
    column-gap: 20px;
    font-size: 17px;
}
.productListView .productBox .rj_text{
    margin: 0;
    align-self: center;
    padding: 10px 16px 10px 10px;
}
.productListView .productBox .headtag{
    color: var(--body-color);
}
.productListView .productBox .price {
    color: var(--heading-color);
    font-size: 20px;
    margin: 16px 0 30px;
}
.productListView .productBox .price em {
    color: var(--price-color);
    font-size: 1.2em;
    font-style: normal;
}
.productListView .productBox .price small {
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    display: inline-block;
}
.isbn {
    font-size: 18px;
}
.isbn strong, .price-input strong{color: var(--heading-color);}

.price-input {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 30px 0 35px;
}
.price-input, .price-input-field {
    column-gap: 6px;
}
.price-input input {
    height: 36px;
    padding: 4px;
    width: 100% !important;
    text-align: center;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: var(--secondary-gradient);
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--secondary-gradient);
    pointer-events: auto;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {    
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--secondary-gradient);
    pointer-events: auto;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.sidebar-button {
    background: var(--primary-gradient);
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 4px;
}
.checkout-item {
    max-width: 75%;
}
.checkout-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--body-color);
    margin: 2px 0;
}
.checkout-quantity {
    font-size: 16px;
    font-weight: 600;
}
.checkout-full-price{font-weight: 700; font-size: 20px;}
.checkout .form-control {
    background: var(--white-color);
}
#enquiry_home {
    position: relative;
}
#enquiry_home .formError {
    left: 8px !important;
    margin-top: 8px !important;
}

/*==================Thank You Page Start==================*/
.thankyouSection { padding: 100px 0; background: #efefef; min-height: 70vh; display: grid; place-items: center; }
.thankyou-content {border: 2px dashed #ff87cf; padding: 60px;}
.success-img { max-width: 60px; margin: 0 auto 30px; }
.thank-you-heading { display: inline-block; vertical-align: middle; font-size: 3rem; background: var(--gradient-color); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.woocommerce-checkout #payment{
    background: transparent !important;
}
/*==================Thank You Page Ends==================*/
.show-sidebar .quick_view, .show-sidebar .container{position: static;}
