/* Sora Font */

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Sora', sans-serif;
    color: var(--gray-900);
}
.elementor-kit-39,
:root {
    --e-global-typography-primary-font-family: 'Sora', sans-serif !important;
    --e-global-typography-secondary-font-family: 'Sora', sans-serif !important;
    --e-global-typography-text-font-family: 'Sora', sans-serif !important;
    --e-global-typography-accent-font-family: 'Sora', sans-serif !important;
}
.exsit-pagination {
    display: flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 30px 0;
    justify-content: center;
}

.exsit-pagination li a,
.exsit-pagination li span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    color: inherit;
    font-size: 16px;
}

.exsit-pagination li.active .page-numbers,
.exsit-pagination .page-numbers.current {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}
/* HEADER STYLES */
.header-wrapper .header-wrap {
    position: relative;
    height: 90px;
}
.header-wrapper .menu-toggle-wrap {
    min-width: 100px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.navbar {
    display: flex;
    justify-content: center !important;
}
.navbar-nav {
    gap: 16px;
}
.navbar .navbar-nav {
    flex-direction: row;
}
.navbar-brand .site-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-900);
}
.navbar-nav .menu-item {
    position: relative;
    display: flex;
}
.navbar-nav .menu-item a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--gray-900);
    font-weight: 500;
}

.navbar-nav .menu-item .sub-menu {
    z-index: 500;
    background-color: #fff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 12px 0;
    transition: .4s;
    z-index: 4;
    transform: translatey(20px);
    opacity: 0;
    visibility: hidden;
    min-width: 240px;
    border-radius: 6px;
}

.navbar-nav .menu-item:hover .sub-menu {
    visibility: visible;
    transform: translatey(0px);
    pointer-events: visible;
    z-index: 99;
    opacity: 1;
}
.navbar-nav .menu-item .sub-menu li.menu-item a {
    color: var(--gray-900);
    font-size: 17px;
    padding: 3px 20px;
    font-weight: 500;
    color: #212529;
    position: relative;
    display: flex;
    align-items: center;
    transition: .4s;
}
.navbar-nav .menu-item.menu-item-has-children {
    position: relative;
    padding-right: 1rem;
}

.navbar-nav .menu-item.menu-item-has-children a::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top:50%;
    right:-0px;
    margin-top: -9px;
    transition: .4s;
}
.navbar-nav .menu-item.menu-item-has-children a:hover::after {
    transform: rotate(180deg);
}
.navbar-nav .menu-item.menu-item-has-children .sub-menu li.menu-item a::after {display: none;}

/* wordpress widget style */
.content-none-search,
.widget.widget_block {
    background: linear-gradient(to bottom, #e9ecef, #f8f9fa); 
    padding: 25px 30px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--gray-200);
}


.wp-block-search__label,
.widget .wp-block-group h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: 20px;
}
.wp-block-search__inside-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp-block-search__inside-wrapper input[type="search"] {
    padding: 14px 23px;
    font-size: 1rem;
    border-radius: var(--bs-border-radius-lg);
    display: block;
    width: 100%;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-900);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #dadcdf;
    border-radius: var(--bs-border-radius);
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .15);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.comment-respond .submit,
.wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 14px 23px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: white;
    margin-left: 0;
    border-radius: var(--bs-border-radius-lg);
    border-color: transparent;
    background-color: var(--bs-blue);
}
.content-none-search .search-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.content-none-search .search-form .submit-btn {
    width: 200px;
}

.post-author {
    padding: 25px 30px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--gray-200);
    margin-top: 40px;
    background: linear-gradient(to bottom, #e9ecef, #f8f9fa); 
}
.post-author .post-author-avater {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background-color: var(--gray-200);
    border-radius: 70px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--gray-300);
    flex: 0 0 70px;
}
.post-author .post-author-avater img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-author .author-name a {
    font-size: 22px;
    color: var(--gray-900);
    font-weight: 600;
    margin-bottom: 0;
}
.post-author .author-text {
    font-weight: 400;
    color: var(--gray-700);
    font-size: 16px;
    padding-right: 30px;
    margin-top: 6px;
    line-height: 26px;
}

.post-share-social {
    display: flex;
    gap: 15px;
    flex-direction: row;
    margin-top: 35px;
    margin-bottom: 20px;
}
.social-links {
    display: flex;
    gap: 15px;
    flex-direction: row;
    align-items: center;
}

.social-links .facebook {color: var(--bs-blue);}
.social-links .twitter {color: var(--gray-900);}
.social-links .pinterest {color: var(--bs-pinterest);}
.social-links .linkedin {color: var(--bs-linkedin);}

.social-links li a svg {
    width: 26px;
    height: 26px;
}

.post-share-social .share-links-title {
    font-size: 18px;
    color: var(--gray-900);
    font-weight: 600;
    margin-bottom: 0;
}
/* Comment form style */ 
.comment-respond {
    background: linear-gradient(to bottom, #e9ecef, #f8f9fa); 
    padding: 25px 30px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--gray-200);
    margin-top: 40px;
}
.comment-reply-title {
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--gray-900);
}
.comment-notes {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.comment-notes span {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-900);
}
.comment-respond .logged-in-as {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-900);
    margin-top: 4px;
    margin-bottom: 16px;
}
.comment-respond .logged-in-as a {
    color: var(--gray-900) !important;
    text-decoration: underline !important;
}
.comment-form-cookies-consent {
    display: flex; align-items: center; gap: 8px; margin-top: 15px !important;
}
.comment-form-cookies-consent label {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-900);
    margin: 0 !important;
}
.comment-respond textarea {
    padding: 14px 23px;
    
    border-radius: var(--bs-border-radius-lg);
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-900);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #dadcdf;
    border-radius: var(--bs-border-radius);
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .15);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.comment-respond label {
    margin-bottom: 10px;
    display: flex;  
}
.comments-wrap {
    margin-top: 40px;
}
.comments-wrap h3 {
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--gray-900);
}
.comments-wrap .comment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.comments-wrap .comment-list .comment {
    margin-top: 30px;
}
.comments-wrap .comment-list ul.children {
    padding-left: 30px;
}
.comments-wrap .comment-body {
    display: flex;
    flex-direction: row;
    gap: 30px;
    position: relative;
}
.comments-wrap .comment-author {
    font-size: 17px;
    color: var(--gray-900);
    font-weight: 500;
    margin-bottom: 0;
}
.comments-wrap .comment-body .comment-text p {
    font-size: 16px;
    line-height: 26px;
    color: var(--gray-900);
    font-weight: 400;
    margin-bottom: 10px;
}
.comments-wrap .comment-body .reply a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}
.comments-wrap .comment-text {
    margin-top: 10px;
}
.comments-wrap .comment-date {
    font-size: 15px;
    font-weight: 400;
    color: var(--gray-800);
}
/* Sidebar style */
.sidebar-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.widget .wp-block-group a,
.widget .wp-block-group .wp-block-latest-posts__post-title {
    font-size: clamp(1rem, .9625rem + .139vw, 1.17px);
    font-weight: 500;
    color: var(--gray-900);
    line-height: 26px;
}
.widget ul li a {
    font-size: clamp(1rem, .9625rem + .139vw, 1.17px);
    font-weight: 500;
    color: var(--gray-900);
    line-height: 26px;
}
.widget article footer {
    font-size: 14px !important;
    font-weight: 500;
    color: var(--gray-700);
    line-height: 26px;
    text-decoration: none !important;
}

.widget article footer a,
.widget article footer time ,
.widget article p {
    font-size: 14px !important;
    font-weight: 500;
    color: var(--gray-900);
    line-height: 26px;
    text-decoration: none !important;
}
.widget .wp-block-group .wp-block-latest-comments__comment-meta a {
    color: var(--gray-900);
    transition: .4s;
    text-decoration: underline;
}
.widget .wp-block-latest-comments {
    padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* Blockquote stye */
blockquote {
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.2;
    color: white;
    position: relative;
    padding: 25px !important;
}
blockquote p { font-size: 1.30rem; line-height: 1.4;  margin: 0; color: white;}

.error-section h1 {
    font-size: clamp(100px, 10vw, 500px);
    color: var(--gray-300);
    font-weight: 700;
    line-height: 1;
}

/* SINGLE BLOG STYLE */
.error-section,
.single-blog {
    padding: 175px 0 90px;
}
.error-section p,
.single-blog p {
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--gray-900);
}
.single-blog:after {
    width: 100%;
    height: 400px;
    content: '';
    position: absolute;
    top: 0; 
    left: 0;
    background: radial-gradient(circle farthest-corner at 130% 110%, #fff 15%, rgba(255, 255, 255, 0) 37%), linear-gradient(50deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, .8) 93%), linear-gradient(100deg, #fff 12%, rgba(255, 255, 255, 0) 30%), linear-gradient(0deg, #fff, rgba(255, 255, 255, 0) 85%), radial-gradient(circle at -20% -40%, rgba(255, 255, 255, 0) 8%, rgba(173, 216, 224, .4) 33%, rgba(255, 255, 255, 0) 68%), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0), rgba(230, 247, 255, .3019607843) 18%, rgba(255, 255, 255, 0) 50%), repeating-linear-gradient(195deg, rgba(255, 255, 255, 0) 55%, rgba(77, 166, 255, .3019607843) 66%, rgba(255, 255, 255, 0) 85%);
}
.single-blog .container {
    position: relative;
    z-index: 1;
}
.entry-content {
    color: var(--gray-900);
}
/* Post Content Typography */
.page-content,
.post-content,
.entry-content {
    font-size: 16px;
    line-height: 1.75;
    color: var(--gray-900);
}
.entry-content .strong,.entry-content b,.entry-content strong,
.post-content .strong,.post-content b,.post-content strong {
    font-weight: 600;
    color: var(--gray-900);
}
/* Headings */
.page-content h1,
.post-content h1,
.entry-content h1 {
    font-size: 2.25rem; /* 36px */
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 700;
}

.page-content h2,
.post-content h2,
.entry-content h2 {
    font-size: 1.6rem; /* 30px */
    line-height: 1.25;
    margin: 0rem 0 .5rem;
    font-weight: 600;
}

.page-content h3,
.post-content h3,
.entry-content h3 {
    font-size: 1.4rem; /* 24px */
    line-height: 1.3;
    margin: 1.0rem 0 0.3rem;
    font-weight: 600;
}

.page-content h3,
.post-content h4,
.entry-content h4 {
    font-size: 1.25rem; /* 20px */
    line-height: 1.4;
    margin: 0rem 0 0.20rem;
    font-weight: 600;
}

.page-content h5,
.post-content h5,
.entry-content h5 {
    font-size: 1.125rem; /* 18px */
    line-height: 1.5;
    margin: 0rem 0 0.15rem;
    font-weight: 600;
}

.page-content h6,
.post-content h6,
.entry-content h6 {
    font-size: 1rem; /* 16px */
    line-height: 1.6;
    margin: 0rem 0 0.1rem;
    font-weight: 600;
}

/* Paragraph */
.post-content p,
.entry-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 1.25rem;
    
}
.post-content img,
.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* Lists */
.post-content ul,
.entry-content ul,
.post-content ol,
.entry-content ol {
    padding-left: 1.25rem;
    margin: 0 0 1.25rem;
}

.post-content ul > li,
.entry-content ul > li,
.post-content ol > li,
.entry-content ol > li {
        list-style: disc;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0rem;
    font-size: 17px;
    font-weight: 400;
    color: var(--gray-900);
}

/* Links inside content */

.entry-content a {
    color: #2563eb; /* blue accent */
    text-decoration: underline;
}

.post-content a:hover,
.entry-content a:hover {
    color: #1d4ed8;
}

/* Blockquote */
.post-content blockquote,
.entry-content blockquote {
    border-left: 0px solid #2563eb;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #fff;
}
.entry-content blockquote p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    color: #fff;
}
.entry-content p.has-large-font-size {
    font-size: 26px !important;
    line-height: 1.3;
    margin-bottom: 20px;
}

.post-article .post-image {
    border-radius: 8px;
    overflow: hidden;
}
.post-article .post-image .post-thumbnail {
    width: 100%;
    height: 100%;
    display: flex;
    transition: .4s;
}
.post-article .post-image .post-thumbnail img {
    object-fit: cover;
}
.post-article .post-content .post-title {
    font-size: clamp(1.625rem, 1.475rem + .417vw, 1.7rem);
}

.article-style-two .post-article {
    border:1px #e9ecef solid;
    border-radius: 8px;
    overflow: hidden;
}
.article-style-two .post-article .post-content {
    padding: 20px;
}
.article-style-two .post-article .post-title {
    font-size: clamp(1.2rem, 1.225rem + .417vw, 1.6rem);
    line-height: 1.2;
}
.article-style-two .post-article .post-image  {
    height: 270px;
    border-radius: 0;
}
.article-style-two .post-article .post-image img {
    object-fit: cover;
    height: 100%;
}


.align-items-baseline {align-items: baseline;}
.flex-shrink-0 {flex-shrink: 0;}

.post-navigation {
    padding: 40px 0;
    border-top: 1px solid #E3E3EC;
    border-bottom: 1px solid #E3E3EC;
    margin-top: 2rem;
}
.post-navigation {
    display: flex;
    padding: 28px 0;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    border-top: 1px solid #E3E3EC;
}
.nav-previous, .nav-next {
    display: flex;
    line-height: 1;
    align-items: center;
    font-weight: 600;
    transition: all 0.4s;
    color: var(--gray-900);
    font-size: 18px;
    gap: 10px;
}
.nav-previous a, .nav-next a {
    color: var(--gray-900);
    display: flex;
    align-items: center;
    font-size: 22px;
}

.navbar .navbar-nav {
    flex-direction: row;
}

.navbar-nav .menu-item .mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 12px 0;
    transition: .4s;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    min-width: 100%;
    transform: translatey(20px);
    background-color: #fff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
}
.navbar-nav .menu-item:hover .mega-menu {
    visibility: visible;
    pointer-events: visible;
    z-index: 99;
    opacity: 1;
    transform: translatey(0px);
}
.navmenu,
.navmenu .menu-container,
.navmenu .elementor-widget,
.navmenu .navbar,
.position-initial,.navbar-nav .menu-item.mega-menu-wrap {
    position: initial;
}
.navbar-nav .menu-item.mega-menu-wrap a {
    position: relative;
}
.navbar-nav .menu-item.mega-menu-wrap ul  li a {
    padding: 0;
}
.navbar-nav .menu-item.mega-menu-wrap ul  li a:after {
    content: none;
}

.navbar-nav .menu-item.mega-menu-wrap a::after {
    right:-18px;
}
.navmenu .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.header-wrapper {
    position: fixed !important;
    top:0;
}
.header-wrapper .navbar-brand {
    display: flex;
}
.header-wrapper .navbar-brand .dark-logo{
    display: none;
}
.header-wrapper.scroll-header .navbar-brand .dark-logo{
    display: block;
}
.header-wrapper.scroll-header .navbar-brand .light-logo{
    display: none;
}
.not-heaader-scroll {
    position: fixed;
    top: 0;
    left:0;
    z-index: 20 !important;
}
.not-header-content {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05); 
}

.header-wrapper .navbar-light .menu-item a {
    color: #fff;
}
.header-wrapper.scroll-header .navbar-light .menu-item a {
    color: var(--gray-900);
}


.header-wrapper .navbar-nav.navbar-light .menu-item.menu-item-has-children a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}
.header-wrapper.scroll-header .navbar-nav.navbar-light .menu-item.menu-item-has-children a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' stroke='%231f2933' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

.menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.menu-overlay.active {
    visibility: visible;
    opacity: 1;
}
.menu-close {
    display: none;
    border: 0;
    outline: none;
}
.mobile-menu-trigger {display: none;}

.header-light .mobile-menu-trigger svg {stroke:#fff;}
.header-light.scroll-header .mobile-menu-trigger svg {stroke:#111;}

.accordion-bg-white .e-n-accordion-item {
    background: #fff;
    border-radius: 8px;
    border: 1px var(--gray-200) solid;
    box-shadow: 0 2px 18px rgba(18, 7, 143, .0392156863), 0 1px 2px rgba(14, 9, 72, .0784313725), 0 0 0 1px rgba(14, 9, 72, .0392156863), inset 0 0 3px rgba(19, 39, 108, .0392156863), inset 0 -4px 1px rgba(19, 39, 109, .0588235294);
}
.accordion-faq .e-n-accordion-item-title {
    display: flex;
    justify-content: space-between;
}

.accordion-header-bg .e-n-accordion-item-title {
    background-color: var(--gray-200);
}
.icon-gradient-cyan-blue .elementor-icon {
    background: linear-gradient(to bottom, #98fcff, #d7e0ff) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-gradient-orange-yellow .elementor-icon {
    background: linear-gradient(to bottom, #ffed63, #ffcc91) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-gradient-lime-green .elementor-icon {
    background: linear-gradient(to bottom, #b8fb04, #91ffae) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-gradient-orange .elementor-icon {
    background: linear-gradient(-70deg,rgb(254.3,180.1,110.8),#fe9431) !important;
}

.icon-gradient-primary .elementor-icon {
    background: linear-gradient(-70deg,rgb(103.8,135.3,237.5),#2754e6) !important;
}

.icon-gradient-secondary .elementor-icon {
    background: linear-gradient(-70deg,rgb(148.6,117.8,204.6),#673bb7) !important;
}

.woocommerce-ordering,
.woocommerce-result-count {
    color: var(--gray-900);
    margin-bottom: 0px !important;
}
.product-onboard-label .product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: var(--bs-primary);
}
.product-onboard-label .product-label.onsale {
    background-color: var(--bs-red);
}
.product-img img {
    border-radius: 6px;
    overflow: hidden;
}
.product-style1 .product-title {
    font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin-bottom: 3px !important;
    margin-top: 6px;
    text-align: left !important;
    padding: 0 !important;
}
.product-title a {
    color: inherit;
}
.product-img {
    position: relative;
    overflow: hidden;
}
.product-img .product-actions {
    position: absolute;
    right:0;
    margin: 4%;
    width: 92%;
    background-color: var(--gray-900);
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    transform: translateY(50px);
    transition: all .3s ease;
    opacity: 0;
    border-radius: 6px;
    height: 44px;
}
.product-img:hover .product-actions {
    transform: translateY(0);   
    opacity: 1;
}
.product-img .product-actions a {
    color: #fff;
    font-weight: 500;
    padding-top: 0 !important;
}
.add-to-cart-btn.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}
.product-img .loading  {
    animation: none !important;
}
.add-to-cart-btn.loading:after {
    content: "";
    width: 19px;
    height: 19px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 48%;
    transform: translateY(-50%);
    animation: exsit-spin 0.6s linear infinite;
}
.add-to-cart-btn.added span,
.add-to-cart-btn.loading span {display: none;}

.product-price .price {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-price .price ins {
    order: 1;
    display: flex;
}

.product-price .price del {
    order: 2;
    display: flex;
}
.product-price del .amount {
    color: var(--gray-700);
    font-size: 14px;
    text-decoration: line-through;
    display: flex;
}
.product-price .amount {
    color: var(--gray-900);
    font-weight: 600;
    font-size: 16px;
}
.product-price ins .amount {
    color: var(--gray-900);
    font-size: 16px;
    font-weight: 600;
}
.product-category {
    font-size: 14px;
    color: var(--gray-700);
    font-weight: 500;
}
.product-category a {
    color: inherit
}
.woocommerce .woocommerce-ordering select {
    padding: 10px 36px 10px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid var(--gray-300);

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 10px top 12px;
    background-size: 20px;
}
.wc-block-cart .wc-block-cart__totals-title {
    padding: 12px !important;
    background-color: var(--gray-200) !important;
}
table.wc-block-cart-items .wc-block-cart-items__header th {
    padding: 12px;
    background-color: var(--gray-200) !important;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
}
.wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image {
    padding-left: 0 !important;
    
}
.wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    display: flex !important;
    align-items: center;
    width: auto !important;
    text-decoration: none !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
    display: none;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::after {
    content: "Remove item";
    font-size: 13px;
    color: var(--bs-red);
    font-weight: 500;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 20px !important;
    font-weight: 500;
    color: var(--gray-900);
}
.wc-block-components-product-price {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.wc-block-components-product-price del {
    color: var(--gray-700);
    font-size: 14px;
    text-decoration: line-through;
}
.wc-block-components-product-metadata p {
    font-size: 13px !important;
    color: var(--gray-700);
    line-height: 1.3 !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>* {
    margin-bottom: 4px;
}
.wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
    font-size: 16px !important;
    font-weight: 500;
    color: var(--gray-900);
}
.wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
    font-size: 16px !important;
    font-weight: 500;
}
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
    background-color: var(--bs-primary) !important;
    border-radius: 6px;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    font-weight: 500;
    border:0 !important;
    color: #fff !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.2 !important;
    color: var(--gray-900);
    margin-bottom: 4px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 70px !important;
    height: 70px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 70px !important;
    width: 70px !important;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}
.wc-block-components-validation-error>p {
    font-size: 13px !important;
    color:var(--bs-red);
    font-weight: 500;
}

.woocommerce-notice {
    padding: 20px 20px;
    border-radius: 6px;
    background-color: #e6ffec;
    border: 1px solid var(--bs-success);
    color: #008d48;
    justify-content: center;
    display: flex;
    text-align: center;
    position: relative;
}
.woocommerce-notice::before {
    content: "";
    position: relative;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;

    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' stroke='%23008d48' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E");


    background-size: contain;
    background-repeat: no-repeat;
    top: 12px;
    margin-right: 10px;
}
.woocommerce-order-details,
.woocommerce-order .woocommerce-order-details, .woolentor_myaccount_page .woocommerce-order .woocommerce-order-details {
    padding: 35px 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 18px rgba(18, 7, 143, .0392156863), 0 1px 2px rgba(14, 9, 72, .0784313725), 0 0 0 1px rgba(14, 9, 72, .0392156863), inset 0 0 3px rgba(19, 39, 108, .0392156863), inset 0 -4px 1px rgba(19, 39, 109, .0588235294);

}
.woocommerce-order-details__title {display: none;}

.woocommerce-table--order-details, .woocommerce-table--order-details td, .woocommerce-table--order-details th {
    border: 0 !important;
    font-weight: 500 !important;
    color: #111;
}
.woocommerce-table--order-details, .woocommerce-table--order-details td, .woocommerce-table--order-details th {
    border: 0 !important;
    font-weight: 500 !important;
    color: #111;
}
.woocommerce-table--order-details td.product-name a {
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-900) !important;
}
.woocommerce-table--order-details td.product-name strong {
    font-size: 16px;
    font-weight: 500 !important;
    color: var(--gray-900) !important;
}
.woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 24px !important;
}
.woocommerce-Address header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px !important;
}
.woocommerce-input-wrapper label {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-900);
}
.woocommerce-input-wrapper .selection,
.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-Address header .edit {
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-900);
}

.woocommerce-Address address,
.woocommerce-customer-details address {
    padding: 35px 30px !important;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 18px rgba(18, 7, 143, .0392156863), 0 1px 2px rgba(14, 9, 72, .0784313725), 0 0 0 1px rgba(14, 9, 72, .0392156863), inset 0 0 3px rgba(19, 39, 108, .0392156863), inset 0 -4px 1px rgba(19, 39, 109, .0588235294);
}
.woocommerce-thankyou-order-details {
    margin-bottom: 20px !important;
    padding: 35px 30px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    /* border: 1px solid var(--gray-100); */
    box-shadow: 0 2px 18px rgba(18, 7, 143, .0392156863), 0 1px 2px rgba(14, 9, 72, .0784313725), 0 0 0 1px rgba(14, 9, 72, .0392156863), inset 0 0 3px rgba(19, 39, 108, .0392156863), inset 0 -4px 1px rgba(19, 39, 109, .0588235294);
    justify-content: space-around;
}
.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-700);
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.woocommerce ul.order_details li strong {
    display: block;
    font-size: 15px;
    font-weight: 600 !important;
    color: var(--gray-900);
    margin-top: 4px;
}
.wc-block-components-totals-coupon__button {
    background: var(--bs-primary) !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-weight: 500 !important;
    border: 0 !important;
}
/* My Account */
.woocommerce-account .woocommerce-MyAccount-content a {
    color: var(--gray-900) !important;
    text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content .button {
    background: var(--bs-primary) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 6px;
    height: 50px !important;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: 500;
    min-width: 300px;
    margin-top: 20px !important;
    justify-content: center;
    text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content input {
    height: 48px !important;
}
.woocommerce-account .woocommerce-MyAccount-content label {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-900);
}
.woocommerce-account table.woocommerce-orders-table thead th {
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #eee;
    padding-left: 15px !important;
}
.woocommerce-account table.woocommerce-orders-table {
    border: 0 !important;
}
.woocommerce-account table.woocommerce-orders-table tbody th, .woocommerce-account table.woocommerce-orders-table tbody td {
    background: #fff !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce-account table.woocommerce-orders-table tbody td .view {
    background: transparent !important;
}
@media (min-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        max-width: 290px;
    }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 14px 14px 14px 14px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E9E9E9;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #1A202C;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: #eee;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    display: none;
}

/* RELATED PRODUCTS */
.related.products h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--gray-900);
}
/* PRODUCT SUMMARY WRAP */
.product-summary-wrap {
    margin-top: 40px !important;
}
.product-summary-wrap .container {
    padding: 0 !important;
}
.product-summary-wrap h2 {
    display: none;
}
.product-summary-wrap p, .product-summary-wrap p span {
    font-size: 16px;
    line-height: 1.4;
    color: var(--gray-900);
    font-weight: 400;
    margin-bottom: 0;
}
.product-summary-wrap ul.wc-tabs {
    padding: 0 !important;
    margin: 0 !important;
    gap: 40px !important;
    display: flex;
}
.product-summary-wrap ul.wc-tabs li.active {
    background: transparent !important;
    border-bottom: 3px #555 solid !important;
    color: #111 !important;
}
.product-summary-wrap ul.wc-tabs li {
    margin: 0 !important;
    background: transparent !important;
    border: 0 #D5D6D8 solid;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
}
.product-summary-wrap .woocommerce-tabs .panel {
    border-top: 1px #D5D6D8 solid !important;
    padding: 20px 0 0 0;
    margin-bottom: 0 !important;
}
.product-summary-wrap ul.wc-tabs li a {
    padding: .8em 0em !important;
    font-weight: 500 !important;
    color: var(--gray-800);
    text-transform: uppercase;
    font-size: 18px;
}
.product-summary-wrap .comment-reply-title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--gray-900);
}
.product-summary-wrap .submit {
    background: var(--bs-primary) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 6px;
    height: 50px !important;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: 500;
    min-width: 200px;
    justify-content: center;
    text-align: center;
}
/* Animation */
@keyframes exsit-spin {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {
    .menu-container {
        position: fixed !important;
        top:0;
        z-index: 1;
    }
    .menu-block {
        position: fixed;
        top: 0;
        left: -320px;
        width: 280px;
        background: #fff;
        z-index: 1099;
        transition: left .3s ease;
        display: flex;
        flex-direction: column;
        justify-content: start;
        gap: 1rem;
        overflow-y: auto;
        height: 100%;
        padding: 1rem;
    }
    .menu-block.active {
        left: 0;
    }
    .navbar .navbar-nav,
    .navbar {
        flex-direction: column;
    }
    .mobile-menu-trigger {display: flex;}
    .header-wrapper .navbar-light .menu-item a {
        color: #111;
    }
    .header-wrapper .navbar-nav.navbar-light .menu-item.menu-item-has-children a::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' stroke='%231f2933' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    }
    .navbar-nav  {
        gap: 0;
    }
    .navbar-nav .menu-item a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .navbar-nav .menu-item .mega-menu .elementor-element {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav .menu-item a {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav .menu-item.menu-item-has-children a::after {
        right: 10px;
    }
    .navbar-nav .menu-item.mega-menu-wrap a::after {
        right: -6px;
    }
     .menu-close {
        position: absolute;
        width: 38px;
        height: 38px;
        background: #fff;
        left: -60px;
        top: 0;
        z-index: 1099;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease;
    }
    .menu-close.active {
        left: 260px;
    }
    
    .navbar-nav .menu-item .mega-menu {
        top: 0;
        position: relative;
        box-shadow: none;
        padding: 0;
        height: 0;
        
    }
    .navbar-nav .menu-item:hover .mega-menu {
        visibility: hidden;
        z-index: 99;
        opacity: 0;
        transform: translatey(0px);

    }
    .navbar-nav .menu-item .mega-menu.show {
        visibility: visible;
        pointer-events: visible;
        z-index: 99;
        opacity: 1;
        transform: translatey(0px);
        height: auto;
    }
    .header-wrapper .header-wrap {
        height: auto;
    }
    
    .navbar-nav .menu-item .sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 99;
        pointer-events: visible;
        transform: translateY(0);
        box-shadow: none;
        position: relative;
        top: 0;
        width: 100%;
        padding: 0;
        height: 0;
        overflow: hidden;
    }
    .navbar-nav .menu-item .sub-menu.show {
        height: auto;
    }
    .navbar-nav .menu-item.menu-item-has-children {
        flex-direction: column;
    }
    .navbar-nav .menu-item.menu-item-has-children a::after {
        top:20px;
    }

}
@media screen and (max-width: 991px) {
    .d-none-lg {
        display: none !important;
    }
    .site .admin-bar .header-wrapper {
        top: 32px !important;
    }   
    
}

@media screen and (max-width: 990px) {
    
    .error-section,
    .single-blog {
        padding: 140px 0 60px;
    }
    
}

@media screen and (min-width: 990px) {
    .order-lg-last {
        order: 5;
    }
}




