html {
    overflow-x: hidden;
}

/* Remove default arrows in all browsers */
input[type="number"] {
    -webkit-appearance: none;
    /* Safari/Chrome */
    -moz-appearance: textfield;
    /* Firefox */
    appearance: textfield;
}

/* Ensure Safari doesn’t break layout */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

:root {
    --primary-color: #EE276A;
    --secodry-color: #2c0251;
    --transition: all 0.3s ease-in-out;
}

header.site-main-header {
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    z-index: 99;
}

div#siteHeader {
    transition: all 0.3s ease-in-out;
}

#siteHeader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 8%;
    position: relative;
}

div[data-block-name="woocommerce/cart"] .wc-block-cart__submit-button {
    color: #fff;
    background-color: var(--primary-color);
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header_icons svg {
    transition: all 0.3s ease-in-out;
}

.header_icons svg:hover {
    color: var(--primary-color);
}

.logo-icon {
    display: inline-flex;
}

.nav-wrp {
    gap: 2rem;
    width: 71%;
    display: flex;
    justify-content: center;
}

.mobile-icons {
    display: none;
}

.nav-wrp ul {
    display: flex;
    justify-content: space-between;
}

.login-container {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 0;
    gap: 5px;
    background: #fff;
    padding: 10px 21px;
    top: 50px;
    border: 1px solid;
}

.login-container a {
    padding: 3px 20px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    min-width: max-content;
    font-size: 16px;
}


span.icon.user {
    position: relative;
    cursor: pointer;
}


.rating-name h5 span {
    font-size: 45px;
    font-family: math;
    margin-right: 5px;
}

.header_icons span.icon {
    cursor: pointer;
}

.header-content .logo img {
    height: 80px;
    transition: var(--transition);
    object-fit: contain;
}

#siteHeader.sticky .logo img {
    height: 60px;
}

form.woocommerce-form.woocommerce-form-login.login {
    max-width: 500px;
    margin: 40px auto;
}

.woocommerce-account h2 {
    text-align: center;
    text-transform: uppercase;
}

.login-container.show {
    display: flex;
    animation-fill-mode: both;
    animation-duration: 500ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    opacity: 1;
    animation-name: resultReveal;
}

.nav-wrp a {
    transition: color 0.3s;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;

    font-weight: 500;
    text-transform: uppercase;
}

.nav-wrp a:hover {
    color: var(--primary-color);
}

.nav-wrp li {
    padding: 0px 24px;
    line-height: 10px;
}

.header_icons span {
    color: #fff;
    font-size: 20px;
    display: inline-flex;
}

section.inner-banner-section.inner_banner_page {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.home section:not(.hero) {
    margin: 75px 0;
}

/* -------------------- Mobile Nav  ------------------*/
#mobileNav {
    display: none;
    position: relative;
}

#menuToggle {
    display: block;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: color 0.3s ease;
}

#menuToggle li.current-menu-item a {
    color: var(--primary-color);
}

#menuToggle a:hover {
    color: var(--primary-color);
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span.bar {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease, color 0.3s ease-in-out;
}

#menuToggle span.bar:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span.bar:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span.bar {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked~span.bar:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span.bar:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

section.discount_wrapper .es_subscription_message.success {
    color: var(--primary-color);
    font-weight: 600;
    text-align: center;
    display: block;
    margin-top: 21px;
    font-size: 21px;
}

#menu {
    opacity: 0;
    transform: translate(50%, 0);
    pointer-events: none;
    /* prevent clicks when hidden */
    position: absolute;
    max-width: 400px;
    width: 0;
    max-height: 100vh;
    margin: -100px 0 0 -50px;
    padding: 0;
    padding-top: 125px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.3s ease;
}

.header li.current-menu-item a {
    color: var(--primary-color);
}

#menuToggle input:checked~ul#menu {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    right: -20px;
    width: 100vw;
    padding: 50px;
}

#menu .menu-main-menu-container {
    display: block;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menu li label {
    cursor: pointer;
}

.searchBar {
    display: none;
    width: 370px;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: -21px;
    top: 52px;
}

.icon.search {
    cursor: pointer;
    position: relative;
}

.searchBar.show {
    display: flex;
    animation-fill-mode: both;
    animation-duration: 500ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    opacity: 1;
    animation-name: resultReveal;
}

#productSearch {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

#searchQuerySubmit:hover {
    cursor: pointer;
}

/* mobile nav ends ================= */
.header_icons span:first-child {
    padding-left: 0;
}

.hero {
    text-align: center;
    height: 90vh;
}

.banner_slider,
.items,
.banner_img {
    height: 100%;
    position: relative;
}

.slick-initialized .slick-slide>div {
    height: 100%;
}

.banner_img {
    background-size: cover;
    background-position: center center;
}

.banner_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inn_banner_content h6 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;

    font-weight: 600;
    text-transform: uppercase;
}

.inn_banner_content h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 62px;

    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0px;
}

.inn_banner_content h4 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;


    text-transform: uppercase;
    padding: 5px 0px;
}

.inn_banner_content p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;


    padding: 5px 16% 30px;
}

.inn_banner_content {
    max-width: 60%;
    width: 100%;
}

.hero .common_btn button {
    padding: 16px 94px;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;

    font-weight: 600;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
    display: inline-block;
}

.banner_slider .items.hidden {
    display: none;
}

.banner_slider.slick-initialized .items.hidden {
    display: block;
}

.hero .common_btn button:hover {
    background-color: white;
    color: #4a0c75;
}

.hero .slick-list,
.hero .slick-track {
    height: 100%;
}

.slick-list,
.slick-track {
    display: flex !important;
}

.hero button.slick-prev.slick-arrow,
.hero button.slick-next.slick-arrow {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    text-indent: -99999px;
    border: none;
    position: absolute;
    top: -120px;
    bottom: 0;
    margin: auto 0;
    z-index: 9;
    background-color: transparent;
    background-size: 100%;
    transition: .4s;
}

.hero button.slick-prev.slick-arrow {
    background-image: url('../images/icon-prev.png');
    left: 80px;
}

.hero button.slick-next.slick-arrow {
    background-image: url('../images/icon-next.png');
    right: 80px;
}

.hero button.slick-prev.slick-arrow:hover,
.hero button.slick-next.slick-arrow:hover {
    box-shadow: 0px 0px 15px #ff2e80;
}

footer {
    background-color: #1A1F71;
    background-size: cover;
}

.footer_wrap .container {
    padding: 50px 0px;
}

.footer_wrap .row {
    justify-content: space-between;
}

.footer_box.f1 {
    max-width: 560px;
    width: 100%;
    margin-top: 0px;
}

.footer_box {
    width: auto;
    margin-top: 9rem;
}

.footer_box h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;

    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_box.f1 h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;

    font-weight: 600;
    text-transform: uppercase;
}

.footer_box.f1 p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;

    font-weight: 500;
    line-height: 30px;
    padding: 10px 0px 18px;
}

span.wpcf7-form-control-wrap {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.footer_form input,
.footer_form textarea {
    display: flex;
    padding: 0px 20px;
    align-items: center;
    align-self: stretch;
    height: 37px;
    color: #3C3C3C;
    font-family: Montserrat;
    font-size: 14px;


    width: 100%;
    border: 1px solid #fff;
}

.footer_form textarea {
    height: 90px;
    resize: none;
    padding: 10px 20px;
}

.footer_box li a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;


}

.footer_box li a:hover {
    color: var(--primary-color);
}

.footer_box li {
    margin-bottom: 10px;
}

.copyright p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0px;
}

input.Submit-Btn {
    display: flex;
    width: 269px;
    height: 55px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;

    font-weight: 600;
    transition: .4s;
}

input.Submit-Btn:hover {
    color: var(--primary-color);
    background: transparent;
}

span.wpcf7-spinner {
    position: absolute;
}

.bottom_footer {
    border-top: 2px solid #D5A3E0;
    border-bottom: 2px solid #D5A3E0;
    padding: 20px 0px;
}

.bottom_footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social_medias a {
    font-size: 22px;
    margin-right: 20px;
}

section.faqs_wrapper {
    padding: 0 20px;
}

#faq-container p {
    font-weight: 400;
}

.heading_content_wrp {
    padding-bottom: 35px;
}

.heading_content_wrp h2 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

section.discount_wrapper .heading_content_wrp h2 {
    font-weight: 600;
}


.heading_content_wrp h3 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 42px;

    font-weight: 700;
    text-transform: uppercase;
}

.heading_content_wrp h4 {
    color: #3C3C3C;
    font-family: Montserrat;
    font-size: 32px;

    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.heading_content_wrp h5 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    padding: 10px 0px;
}

.breadcrumb {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.woocommerce-Addresses {
    margin-top: 20px;
}

.woocommerce-account h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    text-align: right;
    margin: 0;
    padding: 0;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    margin: 10px 0px;
}

address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit;
    text-align: right;
}

.page-template-default h2.wp-block-heading,
.page-template-default h3,
.page-template-default h4 {
    margin-bottom: 25px;
}

.page-template-default ul.wp-block-list li {
    color: var(--Black--Text, #000);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
}

.page-template-default ul {
    margin-bottom: 20px;
}

.page-template-default p {
    margin-bottom: 20px;
}

.heading_content_wrp h6 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;

    font-weight: 600;
    text-transform: uppercase;
}

.heading_content_wrp p {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;

    font-weight: 400;
}

.faqs_wrapper .container {
    max-width: 1160px;
    width: 100%;
    margin: auto;
}

.sp-easy-accordion .sp-ea-single .ea-header {
    background-color: transparent !important;
}

.faq-question,
.sp-easy-accordion .sp-ea-single .ea-header a {
    width: 100%;
    text-align: left;
    padding: 15px;
    font-weight: bold;
    background-color: transparent !important;
    color: #000;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    margin-bottom: 0;
    transition: background-color 0.3s ease;
    font-family: Montserrat;
    font-size: 20px !important;

    font-weight: 500 !important;
}

.ea-card.ea-expand.sp-ea-single .ea-header a {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.sp-easy-accordion .sp-ea-single {
    background: transparent !important;
    margin-bottom: 10px;
    border-radius: 4px !important;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 15px;
    border: 1px solid #ff2e80;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 15px;
}

.ea-card h6 a {
    background-image: url('../images/down.png') !important;
    background-repeat: no-repeat !important;
    background-position: 98.5% 22px !important;
}

.ea-card.ea-expand.sp-ea-single h6 a {
    background-image: url('../images/up.png') !important;
}

.faqs_wrapper .accordion-button:not(.collapsed) {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.faqs_wrapper .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ee276a !important;
    border-radius: 0 !important;
    background: transparent;
}

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

.faqs_wrapper .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(36%) sepia(75%) saturate(7115%) hue-rotate(327deg) brightness(98%) contrast(90%);
}

.faqs_wrapper .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(101%) contrast(101%);
}

.faqs_wrapper .accordion-button {
    background: transparent;

    font-weight: 500;
    font-size: 20px;
}

.faqs_wrapper .accordion-body {
    background: #fff;
}

.faqs_wrapper .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}

section.discount_wrapper {
    padding: 40px 20px;
    background-color: #000;
    background-image: url('../images/newsletter_bg.png');
    background-size: cover;
    background-position: center center;
    margin-bottom: 0 !important;
}

section.discount_wrapper .container {
    display: flex;
    justify-content: space-between;
}

section.discount_wrapper .heading_content_wrp h2,
section.discount_wrapper .heading_content_wrp p {
    color: #FFF;
    text-align: left;
}

section.discount_wrapper .heading_content_wrp {
    padding: 0;
}

.newsletter_box {
    position: relative;
    width: 50%;
}

section.discount_wrapper .gjs-cell {
    display: flex;
}

.newsletter_box input[type="email"] {
    height: 55px;
    padding: 0px 30px !important;
    border: 1px solid #fff !important;
    width: 85%;
    color: #3C3C3C;
    font-family: Montserrat;
    font-size: 14px;

    font-weight: 600;
}

.newsletter_box input[type="submit"] {
    height: 55px;
    font-family: Montserrat;
    font-size: 20px !important;

    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: uppercase;
    width: 162px !important;
    padding: 0px 10px !important;
    transition: .4s;
}

.newsletter_box input[type="submit"]:hover {
    background-color: #000 !important;
}

form[data-form-id="2"] .es-form-field-container .gjs-row {
    margin-bottom: 0;
}

section.testimonails_wrapper {
    padding: 0 5%;
}

.testimonails_wrapper .row {
    align-items: center;
}

.testimonail_items p {
    color: #000;
    font-family: Montserrat;
    font-size: 27px;
    line-height: inherit;
}

.rating-name h5 {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.testimonail_slider .slick-dots {
    margin-left: 100px;
}

span.rating {
    color: #F8A100;
    font-size: 30px;
}

.rating-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.testimonails_wrapper .heading_content_wrp {
    padding-bottom: 0px;
    padding-right: 30%;
}

.testimonails_wrapper .heading_content_wrp h2 {
    text-align: left;
    font-size: 52px;
}

.testimonail_slider {
    position: relative;
}

.testimonail_items {
    padding-left: 100px;
    position: relative;
    padding-top: 62px;
}

.testimonail_items svg {
    position: absolute;
    left: 0px;
    top: 0;
}

.testimonail_slider button.slick-prev.slick-arrow,
.testimonail_slider button.slick-next.slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-indent: -99999px;
    border: none;
    position: absolute;
    top: auto;
    bottom: 0;
    margin: auto 0;
    z-index: 9;
    background-color: #000;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s;
    padding: 0;
}

.testimonail_slider button.slick-prev.slick-arrow {
    background-image: url('../images/icon-prev1.png');
    right: 110px;
    left: auto;
}

.testimonail_slider button.slick-next.slick-arrow {
    background-image: url('../images/icon-next1.png');
    right: 0px;
}

.testimonail_slider button.slick-prev.slick-arrow:hover,
.testimonail_slider button.slick-next.slick-arrow:hover {
    box-shadow: 0px 0px 15px #ff2e80;
    background-color: #808080;
}

.testimonail_slider .slick-dots {
    text-align: left;
    margin-top: 55px;
    display: flex;
    align-items: flex-end;
}

.slick-dots {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.slick-dots li {
    display: inline-block;
    margin: 0 6px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #818181;
    border: none;
    padding: 0;
    text-indent: -9999px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.slick-dots li.slick-active button {
    background-color: var(--primary-color);
    width: 30px;
    border-radius: 10px;
}

section.cta_section {
    padding: 182px 20px;
    position: relative;
    margin-bottom: 40px !important;
}

section.cta_section .heading_content_wrp h2 {
    font-weight: 600;
}

section.testimonails_wrapper {
    margin-top: 0 !important;
}

section.cta_section .heading_content_wrp {
    position: relative;
    z-index: 2;
}

section.cta_section .heading_content_wrp h2,
section.cta_section .heading_content_wrp h3,
section.cta_section .heading_content_wrp h5,
section.cta_section .heading_content_wrp h6,
section.cta_section .heading_content_wrp p {
    color: #fff;
    text-align: center;
}

.cta_section .heading_content_wrp {
    padding-bottom: 0;
    max-width: 1070px;
    margin: auto;
    text-align: center;
}

.common_btn button {
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #FFF;
    border: 2px solid #fff;
    color: #3C3C3C;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;

    font-weight: 600;
    text-transform: uppercase;
}

.common_btn button:hover {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
}

.cta_section .common_btn {
    margin-top: 36px;
}

.inn_why_items {
    border: 1px solid #3C3C3C;
    padding: 40px 10px;
    height: 100%;
    transition: .4s;
}

.inn_why_items:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 5px var(--primary-color);
}

.why_content h4 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0px 20px;
}

.why_content p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    padding: 0 15px;
}

.why_items {
    padding: 0px 20px;
}

.why_icon {
    border-radius: 50px;
    background: #FBFBFB;
    width: 151px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.why_icon img {
    max-width: 80px;
}

.slider__marquee .slick-slide {
    border: 1px solid #999;
    margin: 0px 14px;
    padding: 10px;
}

/* section.products_category_wrap {
    padding: 70px 5%;
}
section.products_category_wrap .row {
    justify-content: space-between;
} */
section.products_category_wrap .category_cards {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.p_cat_details .cat_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.p_cat_details .innp_cat_details {
    position: relative;
    z-index: 1;
    color: #fff;
}

.home .inn_product_items p.price {
    font-weight: 600;
}

.p_cat_details {
    padding: 40px 20px;
    box-shadow: 4px 4px 8.2px 0px rgba(0, 0, 0, 0.25);
    transition: .4s;
    position: relative;
    display: flex;
    justify-content: center;
}

.p_cat_details:hover {
    box-shadow: 4px 4px 8.2px 0px var(--primary-color);
}

.p_cat_details {
    background-size: cover;
    background-position: center center;
}

.innp_cat_details h3 {
    color: #070D78;
    text-align: center;
    font-family: Montserrat;
    padding: 4px 8px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
}

.innp_cat_details p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

.innp_cat_details a {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px 16px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .4s;
    min-width: 100%;
    text-align: center;
}

.innp_cat_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.innp_cat_details button:hover {
    background: #000;
}

.product_featured_box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    transition: all 0.3s ease-in-out;
}

section.product_category_wrapper {
    padding: 50px 0;
}

.buttons.archive-term-buttons {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.product_image {
    position: relative;
}

.product_image h6 {
    color: #FFF;
    text-shadow: 3px 4px 4.5px rgba(0, 0, 0, 0.45);
    font-family: Montserrat;
    font-size: 20px;

    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    bottom: 24px;
    padding: 0px 30px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: var(--transition);
}

.product_image img {
    width: 100%;
    height: auto;
    object-fit: fill;
    aspect-ratio: 1;
    transition: var(--transition);
}

.product_image:hover img {
    filter: brightness(0.7);
}

.product_image:hover h6 {
    opacity: 1;
}


p.author {
    color: #3C3C3C;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

p.author span {
    color: var(--primary-color);
}

p.price del {
    font-weight: 500;
}


.product_image span {
    position: absolute;
    color: #fff;
    width: 45.763px;
    height: 23.484px;
    font-size: 13px;
    display: flex;
    justify-content: center;

}

.product_image span.discount {
    left: 10px;
    top: 10px;
    background: #EE276A;
}

.product_image span.hot {
    right: 10px;
    top: 10px;
    background: #F90;
}

p.title {
    color: #3C3C3C;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 0px;
    transition: 0.4s;
}

p.price {
    color: var(--primary-color);
    font-family: Montserrat;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

p.star_rating span {
    color: #3C3C3C;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
}

p.star_rating {
    display: flex;
    align-items: center;
}

.inn_product_items {
    padding-top: 25px;
    animation-fill-mode: both;
    animation-duration: 500ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    opacity: 1;
    animation-name: resultReveal;
}

/* form.cart {
    display: flex;
    gap: 10px;
} */
/* form.cart button[name="add-to-cart"] {
    background-color: var(--primary-color) !important;
    transition: all 0.3s ease-in-out;
}
form.cart button[name="add-to-cart"]:hover {
    background-color: var(--secodry-color) !important;
} */
.inn_product_items:hover p.title {
    color: var(--primary-color);
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 22px;
    border-radius: 34.782px;
    border: 2px solid var(--primary-color);
    background: #FFF;
    width: 60px;
    height: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    z-index: 99;
    font-size: 33px;
    cursor: pointer;
    display: none;
    padding: 0;
    text-align: center;
}

.header_icons {
    display: flex;
    align-items: center;
    gap: 40px;
}

section.inner-banner-section {
    padding: 30px 0px 0;
    height: 483px;
    background-color: #1A1F71;
}

section.inner-banner-section .container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

section.brands_logo_wrapper .slick-initialized .slick-slide>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.brands_logo_wrapper .slick-initialized .slick-slide img {
    max-height: 130px;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
}

section.brands_logo_wrapper .slick-initialized .slick-arrow {
    display: none !important;
}

section.other-section .common_btn button {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
    transition: 0.4s;
    margin-top: 22px;
}

section.other-section .common_btn button:hover {
    background: #000;
}

section.other-section {
    padding: 60px 0px;
}

section.other-section h2 {
    margin-bottom: 12px;
}

.inner_banner_content h1 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
}

.inner_banner_content {
    padding-top: 40px;
}

.inn_banner_content.b-inner-wrp {
    max-width: 100%;
    width: 100%;
}

.b-inner-wrp .common_btn {
    display: flex;
    justify-content: center;
}

.b-inner-wrp .common_btn a {
    margin: 0px 10px;
}

.b-inner-wrp .common_btn button {
    padding: 10px 30px;
}

.page .common_content {
    padding: 70px 0;
}

section.about-content-section {
    padding: 120px 0px;
}

.slider__marquee ul.slick-dots {
    display: none !important;
}

.inn-abt-content h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
}

.inn-abt-content h2 strong {
    font-weight: 800;
}

.inn-abt-content p {
    color: #000;

    padding: 10px 0px;
}

.inn-abt-content p:last-child {
    padding-bottom: 0
}

.inn-abt-content {
    padding-right: 30px;
}

.inn_abt_items {
    background-image: url('../images/a_bg.png');
    background-size: cover;
    border: 2px solid var(--primary-color);
    padding: 40px 20px;
    height: 100%;
}

.inn_abt_items h4 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.inn_abt_items p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;


    line-height: 27px;
}

section.abt_different_section {
    padding-bottom: 120px;
}

.abt_different_section .heading_content_wrp {
    padding-bottom: 45px;
}

section.abt_cta_section {
    background-image: url('../images/pink-bg.png');
    background-size: cover;
    padding: 60px 0px;
    text-align: center;
}

.abt_cta_section .heading_content_wrp {
    padding: 0;
}

.abt_cta_section .heading_content_wrp h3 {
    padding-bottom: 20px;
}

.buttons {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.buttons button {
    display: inline-flex;
    padding: 16px 20px;
    cursor: pointer;
    border: 1px solid #D0C9C9;
    background: #FFF;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;


    transition: .4s;
}

.category .show {
    display: block;
}

.buttons button.filter-btn.active,
.buttons button.filter-btn:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.category_heading_wrp.heading_content_wrp {
    text-align: center;
    padding: 0px 15% 80px;
}

.category_heading_wrp h3 {
    margin-bottom: 20px;
}

.product_category_wrapper .common_btn {
    text-align: center;
    margin-top: 20px;
}

#viewMoreBtn {
    cursor: pointer;
    display: none;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;

    font-weight: 600;
    text-transform: none;
    padding: 12px 20px;
}

#viewMoreBtn:hover {
    background: #000;
}

.inn_banner_content.b-inner-wrp p {
    padding: 5px 0px 0px;
    font-weight: 400;
}

section.testimonails_box_wrapper {
    padding: 80px 0px;
}

.testimonails.heading_content_wrp h5 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;

    font-weight: 600;
    line-height: 69.6px;
    text-transform: uppercase;
    padding: 0;
}

.testimonails.heading_content_wrp p {

    text-align: center;
}

.inn_testimonail_items {
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    background: rgba(255, 255, 255, 0.44);
    height: 100%;
    padding: 20px;
}

.footer_box.f4 {
    padding-right: 35px;
}

.col-md-6.testimonail_item_box {
    padding: 10px;
}

.footer_form .wpcf7-not-valid-tip {
    font-size: 16px;
}


.inn_testimonail_items span.rating {
    line-height: 35px;
}

.inn_testimonail_items p {
    color: #464747;
    font-family: Montserrat;
    font-size: 18px;

    font-weight: 500;
    line-height: 27px;
    min-height: 95px;
    margin-bottom: 20px;
}

.inn_testimonail_items h6 {
    color: #464747;
    font-family: "Roboto Condensed";
    font-size: 18px;

    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.inn_banner_content.b-inner-wrp h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;

    font-weight: 600;
    text-transform: uppercase;
}

.contact_heading_wrp h5 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;

    font-weight: 600;
    text-transform: uppercase;
}

.contact_heading_wrp p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;


    line-height: 27px;
    padding: 12px 19% 20px;
}

.contact_details_wrp {
    background: rgba(255, 255, 255, 0.50);
}

.deatils_box h5 {
    color: #000;
    font-family: Montserrat;
    font-size: 28px;

    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.deatils_box p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}

.deatils_box p strong {
    font-weight: 700;
}

.deatils_box p a {
    color: #000;
}

.deatils_box p a:hover {
    color: var(--primary-color);
}

.deatils_box h6 {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 10px;
}

.contact_details_box {
    padding: 22px 20px;
}

.map_box {
    padding: 0;
}

.map_box p,
.map_box iframe {
    width: 100%;
    height: 100%;
}

.deatils_box p:last-child {
    margin-bottom: 0px;
}

.deatils_box:last-child {
    padding-top: 54px;
}

.contect_form_heading h6 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contect_form_heading p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

.contact_form_wrp {
    padding: 80px 10%;
}

.contect_form_heading {
    padding-bottom: 35px;
}

.contact_heading_wrp.heading_content_wrp {
    padding-top: 50px;
}

.footer_form.contact_form_box input {
    height: 59px;
    font-size: 18px;
}

.footer_form.contact_form_box textarea {
    height: 192px;
    font-size: 18px;
}

.contact_form_box input.Submit-Btn {
    width: 244px;
    height: 56px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact_form_box input.Submit-Btn:hover {
    color: var(--primary-color);
    background: #fff;
}

div.filter-btn {
    max-width: 209px;
    width: 100%;
    border: 1px solid #D0C9C9;
    background: #FFF;
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
}

.cart-container {
    position: relative;
    display: inline-block;
}

.cart-icon {
    position: relative;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    color: #333;
    transition: color 0.3s ease;
}

.cart-icon:hover {
    color: #007bff;
}

.cart-count {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff4757;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    font-weight: bold;
    transform: translate(50%, -50%);
    opacity: 1;
    transition: all 0.3s ease;
}

.cart-count.hide {
    opacity: 0;
}

.cart-dropdown {
    position: absolute;
    top: 60px;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    width: 350px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-dropdown.show {
    opacity: 1;
    visibility: visible;
    animation-fill-mode: both;
    animation-duration: 500ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    opacity: 1;
    animation-name: resultReveal;
}

.cart-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}

.cart-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.cart-header h6 {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.cart-items {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
    position: relative;
    transform: translate(0);
    transition: all 0.4s ease-in-out;
}

.cart-item.removing {
    transform: translateX(100%);
}

.cart-item:hover {
    background: #f8f9fa;
}

.cart-item:last-child {
    border-bottom: none;
}

.item-image {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 12px;
    border: 1px solid #eee;
}

.item-details {
    flex: 1;
    margin-right: 10px;
}

.item-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.item-price {
    font-size: 13px;
    color: #666;
    margin: 0;
}

#cartItems .item-quantity {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}

#cartFooter .cart-total span {
    color: #333;
}

#cartItems bdi,
#cartItems bdi span {
    color: #666;
}

.remove-item {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.remove-item:hover {
    color: #ff4757;
    background: #ffebee;
}

.cart-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}

#cartDropdown .checkout-btn {
    width: 100%;
    background: var(--primary-color);
    border: none;
    color: white;
    padding: 12px;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.3s ease;
}

#cartDropdown .checkout-btn:hover {
    background: var(--secodry-color);
}

.empty-cart {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

#cartDropdown .checkout-btn.shop-now {
    height: 46px;
    margin-top: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.empty-cart i {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 15px;
}

.inner_product_items .buttons div.filter-btn {
    max-width: none;
    width: auto;
    flex: 1;
    min-width: max-content;
}

.inner_product_items .buttons div.filter-btn a {
    font-size: 1.5rem;
}

div.filter-btn a {
    color: #000;
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

div.filter-btn.active,
div.filter-btn:hover {
    border: 1px solid var(--primary-color);
}

div.filter-btn.active a,
div.filter-btn:hover a {
    background: var(--primary-color);
    color: #fff;
}

.inner_product_items .buttons {
    justify-content: space-around;
    padding: 0 0px;
    flex-wrap: wrap;
}

.inner_product_filter .filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.inner_product_filter .filter-tags span {
    background-color: transparent;
    border-radius: 3px;
    border: 0.5px dashed #000;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #4C4C4C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.inner_product_filter .filter-tags span strong {
    margin-left: 5px;
}

.inner_product_filter .filter-tags span:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.inner_product_filter details {
    border-bottom: 1px solid #4C4C4C;
    background: #fff;
    padding: 10px;
}

.inner_product_filter details[open] {
    padding-bottom: 20px;
}

/* Container */
#searchResults {
    position: absolute;
    top: 95px;
    right: -21px;
    width: 370px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
    padding: 10px 0;
    display: none;
}

#searchResults:empty {
    display: none !important;
}

#searchResults.show {
    display: block;
    animation-fill-mode: both;
    animation-duration: 500ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    opacity: 1;
    animation-name: resultReveal;
}

/* Result list */
#searchResults ul.results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    opacity: 0.6;
    z-index: 9;
}

/* Single item */
.search-result-item a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    transition: background 0.2s ease;
    cursor: pointer;
}

.search-result-item:hover {
    background: #f8f8f8;
}

/* Thumbnail */
.result-thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 12px;
}

.result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #eee;
}

/* Details */
.result-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

.result-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-price span {
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

.inner_product_filter details[open] summary {
    padding: 0;
}

.inner_product_filter summary {
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.inner_product_filter label {
    color: #4C4C4C;
    font-family: Montserrat;
    font-size: 18px;

    font-weight: 500;
}

.inner_product_filter .price-input {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding: 0px 24px;
    align-items: center;
    flex-direction: column;
}

.inner_product_filter .price-input input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 0.5px solid #4C4C4C;
}

.inner_product_filter .clear-button {
    display: block;
    margin-top: 20px;
    background-color: #fff;
    padding: 16px 30px;
    text-decoration: none;
    border: 0.5px solid #4C4C4C;
    color: #4C4C4C;
    font-family: Montserrat;
    font-size: 16px;
    position: relative;
}

.inner_product_filter .clear-button svg {
    position: absolute;
    left: 13px;
    top: 24px;
    font-size: 12px;
}

.shop_filter_wrp {
    padding: 60px 5%;
}

.shop_filter_wrp .product_image img {
    height: 260px;
}

.sidebar-f label.active {
    background: #000;
}

.checkbox-content label {
    display: flex;
    padding: 10px 35px;
}

/* Custom Checkbox */
.checkbox-label {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    position: relative;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 0px;
    position: relative;
    display: flex;
}

.checkbox-label input[type="checkbox"]:checked+.custom-checkbox {
    background-color: #fff;
    border-color: #fff;
}

.checkbox-label input[type="checkbox"]:checked+.custom-checkbox::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label.active {
    background-color: #007BFF;
    color: white;
    font-weight: 500;
}

.checkbox-content p {
    text-align: center;
    padding: 0px 24px 8px;
}

section.product_cta_section {
    padding: 40px 20px;
    background-color: #000;
    background-image: url('../images/cta_blue.png');
    background-size: cover;
    background-position: center center;
}

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

section.product_cta_section .heading_content_wrp h2,
section.product_cta_section .heading_content_wrp p {
    color: #FFF;
    text-align: left;
}

section.product_cta_section .heading_content_wrp h2 {
    margin-bottom: 15px;
}

section.product_cta_section .heading_content_wrp {
    padding: 0;
}

section.product_cta_section .common_btn button {
    border-radius: 6px;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
    padding: 20px 40px;
}

section.product_cta_section .common_btn button:hover {
    background: #000;
}

.shop_related_posts button.slick-prev.slick-arrow,
.shop_related_posts button.slick-next.slick-arrow {
    width: 25px;
    height: 45px;
    border-radius: 100%;
    text-indent: -99999px;
    border: none;
    position: absolute;
    top: -120px;
    bottom: 0;
    margin: auto 0;
    z-index: 9;
    background-color: transparent;
    background-size: 100%;
    transition: .4s;
}

.shop_related_posts button.slick-prev.slick-arrow {
    background-image: url('../images/r-prev.png');
    left: -80px;
}

.shop_related_posts button.slick-next.slick-arrow {
    background-image: url('../images/r-next.png');
    right: -80px;
}

.shop_related_posts button.slick-prev.slick-arrow:hover {
    background-image: url('../images/rr-prev.png');
}

.shop_related_posts button.slick-next.slick-arrow:hover {
    background-image: url('../images/rr-next.png');
}

section.shop_related_posts_wrapper {
    padding: 40px 0px 60px;
}

section.shop_details_posts_wrapper {
    padding-top: 80px;
}

.regular-price {
    text-decoration: line-through;
    margin-right: 10px;
    color: #5B5B5B;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;

    font-weight: 700;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

.discounted-price {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;

    font-weight: 700;
    text-transform: uppercase;
}

.product-actions {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.quantity-selector {
    display: flex;
    border: 2px solid #000;
    height: 68px;
    align-items: center;
}

.qty-btn {
    width: 60px;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.qty-input {
    width: 68px;
    text-align: center;
    border: none;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;

    font-weight: 600;
    line-height: 36px;
}

.add-to-cart {
    height: 68px;
    padding: 0 75px;
    background-color: #000;
    border: 2px solid #000;
    cursor: pointer;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;

    font-weight: 600;
    line-height: 36px;
}

.buy-now {
    height: 68px;
    padding: 0 75px;
    background-color: transparent;
    border: 2px solid #000;
    cursor: pointer;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;

    font-weight: 600;
    line-height: 36px;
}

.add-to-cart:hover,
.buy-now:hover {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
}


.inner_pro_content {
    background: rgba(255, 255, 255, 0.60);
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.inner_pro_content h5 {
    color: #000;
    font-family: Montserrat;
    font-size: 29.504px;

    font-weight: 700;
    line-height: 44.256px;
    text-transform: uppercase;
}

.price-wrapper {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;

    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
}

.inner_pro_content p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;


    line-height: 36px;
}

.inner_pro_content li {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;


    line-height: 36px;
    list-style: disc;
}

.inner_pro_content ul {
    padding-left: 30px;
}

.price-wrapper p {
    padding-top: 12px;
    text-transform: none;
}

.inner_product_filter .filter-tags {
    margin-bottom: 30px;
}

.inner_product_items {
    padding-left: 50px;
}

.related_heading_wrp {
    padding: 0 6px;
}

.why_section .heading_content_wrp h2 {
    font-weight: 600;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 0;
    color: #dc3232;
}

.inner_product_filter .show_more {
    position: relative;
}

.inner_product_filter .show_more span.action_btn {
    font-weight: 600;
    position: absolute;
    left: 1px;
}

.page-id-3 .other-section p {
    font-weight: 400;
    margin-bottom: 20px;
}

.page-id-3 .other-section h2 {
    margin-bottom: 25px;
    text-transform: capitalize;
}

@keyframes resultReveal {
    0% {
        opacity: 0;
        transform: translate3d(0px, 50px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.b-inner-wrp .common_btn a {
    color: #fff;
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.abt_cta_section .heading_content_wrp {
    width: 1169px;
    margin-left: auto;
    margin-right: auto;
}

.shop_related_posts button.slick-prev.slick-arrow,
.shop_related_posts button.slick-next.slick-arrow {
    /* background-size: 12px !important; */
    background-repeat: no-repeat !important;
}


body.woocommerce-edit-address header.woocommerce-Address-title.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

body.woocommerce-edit-address.woocommerce-account h2 {
    text-align: center;
}

body.woocommerce-edit-address address {
    text-align: center;
}

.footer_box li a.active {
    color: #EE276A;
}

@media only screen and (max-width: 1024px) {
    .newsletter_box {
        width: 70% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .not-found-wrap p.not-found {
        margin-bottom: 19px;
        font-size: 20px;
        width: 80%;
        margin: 0 auto 20px;
    }

    .inn_banner_content.b-inner-wrp {
        margin-top: 30px;
    }

    .mobile_product_filter {
        display: block;
    }

    .product_filter {
        flex: 0.3;
        display: none;
    }

    .inner_product_items {
        padding-left: 0;
    }

    .mobile_product_filter {
        display: block;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .inner_product_items {
        padding-left: 0;
    }

    p.author {
        margin-top: 25px;
    }

    .cta_section .heading_content_wrp {
        max-width: 70%;
    }

    .heading_content_wrp h5 {
        font-size: 18px !important;
    }

    .slick-list.draggable {
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 991px) {
    .wc-block-components-sidebar-layout.wc-block-cart {
        padding-top: 0;
        flex-direction: column;
    }

    .wc-block-components-sidebar-layout .wc-block-components-main {
        box-sizing: border-box;
        margin: 0;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .wc-block-components-sidebar {
        box-sizing: border-box;
        padding-left: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 820px) {
    #esfpx_email_bce83274f66ad {
        border-radius: 4px 0px 0px 4px !important;
    }

    #ivrac {
        border-radius: 0px 4px 4px 0px !important;
    }

    .wp-block-woocommerce-checkout-order-summary-block {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 420px) {
    .inn_banner_content p {
        font-size: 14px !Important;
    }

    section.products_category_wrap {
        margin-top: 0 !important;
        padding: 0px 2% 40px !important;
    }

    .cta_section .heading_content_wrp {
        max-width: 90% !important;
    }

    .heading_content_wrp p {
        font-size: 15px !important;
    }

    section.discount_wrapper .gjs-cell {
        display: flex;
        flex-direction: column !important;
    }

    .newsletter_box {
        width: 100% !important;
    }

    .newsletter_box input[type="submit"],
    .newsletter_box input[type="email"] {
        width: 100% !important;
    }

    .newsletter_box {
        width: 100% !important;
    }

    .testimonail_items {
        padding-left: 0;
        position: relative;
        padding-top: 91px;
    }

    #ivrac {
        margin-top: 15px !important;
    }

    .faqs_wrapper .accordion-button {
        font-size: 16px;
    }

    #faq-container p {
        font-size: 14px !important;
    }

    .category_heading_wrp.heading_content_wrp {
        padding: 0 0 !important;
    }
}

@media only screen and (max-width: 560px) {
    header.woocommerce-products-header {
        position: relative;
        background-color: transparent !important;
    }
}
