/**
Theme Name: Michigan Hobby
Author: Blue Winds Media
Author URI: https://www.bluewindsmedia.com
Description: A custom theme for Michigan Hobby, built on the Astra framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: michigan-hobby
Template: astra
*/

/* Global Button */
.btns .elementor-button-icon {
    width: 50px;
    height: 50px;
    margin-left: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.btns .elementor-button-icon svg path {
    transition: all .3s;
}

.btns .elementor-button-content-wrapper {
    align-items: center;
}

.btns .elementor-button-link:hover {
    background: #000 !important;
    color: #fff !important;
}

.btns.black .elementor-button-link:hover {
    background: #fff !important;
    color: #A51E22 !important;
}

.btns .elementor-button-link:hover .elementor-button-icon {
    background: #A51E22;
}

.btns .elementor-button-link:hover .elementor-button-icon svg path {
    fill: #fff;
}

.btns.hero-sec-btns .elementor-button-icon {
    width: 50px;
    height: 50px;
    margin-left: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.btns.hero-sec-btns .elementor-button-icon svg path {
    transition: all .3s;
}

.btns.hero-sec-btns .elementor-button-link:hover {
    background: #fff !important;
    color: #A51E22 !important;
}

/* Header */
.header_sec .header_right .elementor-widget-wrap {
    flex-wrap: nowrap;
    justify-content: end;
}

.header_sec .header_right .header_search {
    max-width: 330px;
}

.header_sec .header_right .header_search .e-search-input {
    width: 100%;
}

.header_sec .header_right .cart_menu {
    width: auto;
    padding-left: 30px;
    margin: 6px 0 0 30px;
    position: relative;
}

.header_sec .header_right .cart_menu::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #A51E22;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header_sec .header_right .cart_menu .elementor-button-icon {
    color: #A51E22 !important;
}

.header_sec .header_right .cart_menu a {
    padding: 0;
    border: none;
    background: none;
}

.header_btn{ display: none !important;}
.header_sec .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:nth-child(3)::after{ display: none;}

.header_btn .elementor-item { color: #0E0E0E !important;}

/* Hero */
.hero_sec {
    position: relative;
}

.hero_sec .left_part {
    padding: 240px 0;
}

.hero_sec .hero_form {
    margin: 0;
    padding: 40px 110px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 750px;
    height: 100%;
    backdrop-filter: blur(12.5px);
    display: flex;
    align-items: center;
}

.hero_sec .hero_form input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.hero_sec .hero_form input:focus,
.hero_sec .hero_form textarea:focus {
    background: none;
    outline: none;
    box-shadow: none;
}

.hero_sec .hero_form .elementor-field-type-radio {
    padding-left: 25px !important;
}

.hero_sec .hero_form .elementor-field-type-radio .elementor-field-label {
    height: auto;
    margin: 0;
    overflow: inherit;
    position: relative;
    top: auto;
    width: 100%;
    clip: inherit;
}

.hero_sec .hero_form .elementor-field-type-radio span {
    padding-inline-end: 40px;
}

.hero_sec .hero_form .elementor-field-type-radio span label {
    color: #FFFFFF80 !important;
}

.hero_sec .hero_form .elementor-field-type-radio span input {
    width: 17px;
    height: 17px;
    background: #FFFFFF80;
    border: none;
    position: relative;
    top: 2px;
}

.hero_sec .hero_form button {
    margin-top: 40px;
}

.hero_sec .hero_form button .elementor-button-content-wrapper {
    display: grid;
    grid-template-columns: auto 50px;
    justify-content: inherit;
    padding: 5px 5px 5px 25px;
}

.hero_sec .hero_form button .elementor-button-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    order: 1;
}

.hero_sec .hero_form button .elementor-button-icon svg path {
    transition: all .3s;
    fill: #A51E22 !important;
}

.hero_sec .hero_form button:hover .elementor-button-icon {
    background: #A51E22;
}

.hero_sec .hero_form button:hover .elementor-button-icon svg path {
    fill: #fff !important;
}

.hero_btns .elementor-element-populated {
    flex-wrap: nowrap;
    gap: 10px;
}

.hero_btns .elementor-element-populated .btns {
    width: auto;
}

.hero_btns .elementor-element-populated .btns a {
    white-space: nowrap;
}

.page-breadcrumbs p#breadcrumbs {
    font-size: 0;
}

.page-breadcrumbs p#breadcrumbs>span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-breadcrumbs p#breadcrumbs>span>span {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-breadcrumbs p#breadcrumbs>span>span:not(:last-child):after {
    content: "";
    margin: 0 10px;
    width: 1.5px;
    height: 20px;
    background: #FFF;
    display: block;
}


/* Serve */
.serve_block .elementor-icon-box-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #A51E22;
}

/* Partner */
.partner_sec {
    position: relative;
    overflow: hidden;
}

/* .partner_sec::before {
    content: "";
    width: 100%;
    max-width: 1720px;
    height: 1px;
    background: #A51E22;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.partner_sec::after {
    content: "";
    width: 100%;
    max-width: 1720px;
    height: 1px;
    background: #A51E22;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
} */

.partner_sec .inner {
    margin-left: calc((100% - 1720px)/2);
}

.partner_sec .inner figure {
    width: 200px;
    height: 200px;
    border: 2px solid #A51E22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_sec .partner_slider .swiper {
    margin-right: -100px;
}

/* Choose */
.choose_sec .main_dec {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
}

.choose_sec .choose_block {
    width: 100%;
    overflow: hidden;
}

.choose_sec .choose_img {
    margin: 0;
}

.choose_sec .choose_cap {
    width: 100%;
    height: 100%;
    padding: 45px 30px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #A51E22;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: 1;
}

.choose_sec .choose_block:hover .choose_cap {
    top: 0;
    visibility: visible;
}

.choose_sec .choose_block .title {
    max-width: 230px;
    transform: translate(-50%, -50%);
}

.choose_sec .choose_inner>.elementor-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.choose_sec .choose_dec {
    height: 230px;
    overflow: auto;
}

.choose_sec .choose_dec p {
    margin: 0;
}

.choose_sec .choose_dec::-webkit-scrollbar {
    display: none;
}

/* Footer */
.footer_sec .footer_top_logo {
    position: absolute;
    bottom: 99.8%;
    width: 185px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.footer_sec .footer_curve {
    width: 345px;
    mix-blend-mode: color-dodge;
    opacity: 0.5;
}

.footer_sec .footer_inner>.elementor-container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 0;
}

.copyright .elementor-container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 10px 0;
}

.copyright p {
    margin: 0;
}

.copyright .privacy_link ul li {
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0 !important;
}

.copyright .privacy_link ul li::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.copyright .privacy_link ul li:last-child {
    margin: 0 !important;
    padding: 0;
}

.copyright .privacy_link ul li:last-child::before {
    display: none;
}

/* About Us Page */
.breadcrumb_info {
    transform: translateX(-50%);
}

.about_detail_inner p {
    margin: 0 !important;
}

.about_detail_right_col .elementor-element-populated section.elementor-section {
    height: 100%;
}

.about_detail_right_col .elementor-element-populated section.elementor-section .elementor-container {
    height: 100%;
    align-items: center;
}

.experiance_sec.about {
    margin-top: 0 !important;
}

.review_slider .elementor-testimonial__header {
    align-items: center;
    order: 1;
    padding: 0 !important;
    margin-top: auto;
}

.review_slider .elementor-testimonial__content {
    order: 0;
    padding: 0 0 40px 0 !important;
}

.review_slider .swiper-slide .elementor-testimonial {
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    position: relative;
}

.review_slider .swiper-slide .elementor-testimonial::before {
    content: "";
    width: 108px;
    height: 87px;
    background: url(/wp-content/uploads/2024/11/quote_ic.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.review_slider .swiper {
    width: 100%;
    overflow: visible;
}

.review_slider .swiper-slide {
    overflow: visible;
}

.review_slider .elementor-swiper-button {
    width: 60px;
    height: 60px;
    border: 5px solid #A51E22;
    position: absolute;
    bottom: -100px !important;
    transform: inherit !important;
    right: 0 !important;
    left: calc(50% - 70px) !important;
    justify-content: center;
    align-items: center;
    top: auto !important;
}

.review_slider .elementor-swiper-button.elementor-swiper-button-next{
    right: calc(50% - 70px) !important;
    left: auto !important;
}

.review_slider .elementor-swiper-button i {
    width: 20px;
    height: 15px;
    background: url('data:image/svg+xml,<svg width="20" height="15" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.64 8.86832C4.27304 8.86832 6.6728 11.2744 6.6728 13.9167V15H8.8328V13.9167C8.8328 11.9948 7.99256 10.1922 6.67388 8.86832H20V6.70166H6.67388C7.99256 5.37782 8.8328 3.57516 8.8328 1.65332V0.569989H6.6728V1.65332C6.6728 4.29557 4.27304 6.70166 1.64 6.70166H0.560001V8.86832H1.64Z" fill="%23A51E22"/></svg>') center center no-repeat;
    background-size: 100% 100%;
}

.review_slider .elementor-swiper-button i::before {
    display: none;
}

.review_slider .elementor-swiper-button.elementor-swiper-button-prev {
    right: 80px !important;
}

.review_slider .elementor-swiper-button.elementor-swiper-button-next i {
    transform: scale(-1);
}

.review_slider .elementor-swiper-button:hover {
    background: #A51E22;
}

.review_slider .elementor-swiper-button:hover i {
    filter: brightness(0) invert(1);
}

/* .point:after {
    content: '';
    background: #9f9f9f;
    mix-blend-mode: difference;
    width: 0px;
    height: 2px;
    display: block;
    position: absolute;
    left: 17px;
    top: 12px;
    transition: all 0.6s ease-in-out;
}

.point:hover:after {
    width: 442px;
} */

.journey-digit span {
    color: #A51E22 !important;
}

.journey_title{ margin: 0 auto;}
.col-four{ width: 100% !important; position: absolute; top: 10px; left: 36.6vw;}
.col-four:before { content: ""; width: 0; height: 1px; position: absolute; top: 45px; left: 43%; background: #9f9f9f; mix-blend-mode: difference; z-index: 2;}
.col-three{ width: 100% !important; position: absolute; top: 7.4vw; left: 24.6vw;}
.col-three:before { content: ""; width: 0; height: 1px; position: absolute; top: 45px; left: 43%; background: #9f9f9f; mix-blend-mode: difference; z-index: 2;}
.col-two{ width: 100% !important; position: absolute; top: 19vw; left: 14vw;}
.col-two:before { content: ""; width: 0; height: 1px; position: absolute; top: 45px; left: 43%; background: #9f9f9f; mix-blend-mode: difference; z-index: 2;}
.col-one{ width: 100% !important; position: absolute; top: 28.6vw; left: 5.5vw;}
.col-one:before { content: ""; width: 0; height: 1px; position: absolute; top: 45px; left: 43.2%; background: #9f9f9f; mix-blend-mode: difference; z-index: 2;}

.journey_block{ max-width: 400px; transition: all 0.6s ease-in-out;}
.journey_block .elementor-widget-heading{ opacity: 0.2; transition: all 0.6s ease-in-out;}
.journey_block::before{ opacity: 0; transition: all 0.6s ease-in-out;}
.journey_block .desc{ opacity: 0; transition: all 0.6s ease-in-out;}
.journey_block .elementor-widget-image{ opacity: 0; transition: all 0.6s ease-in-out; pointer-events: none;}

/* .journey_block:hover .elementor-widget-heading{ opacity: 1;} */
.journey_block.active .elementor-widget-heading{ opacity: 1;}
/* .journey_block:hover::before{ opacity: 1; width: 85%;} */
.journey_block.active::before{ opacity: 1; width: 85%;}
/* .journey_block:hover .desc{ opacity: 1;} */
.journey_block.active .desc{ opacity: 1;}
/* .journey_block:hover .elementor-widget-image{ opacity: 1;} */
.journey_block.active .elementor-widget-image{ opacity: 1;}

/* .journey_block.col-three:hover::before{ width: calc(100% + 7vw);} */
.journey_block.col-three.active::before{ width: calc(100% + 7vw);}
/* .journey_block.col-two:hover::before{ width: calc(100% + 11vw);} */
.journey_block.col-two.active::before{ width: calc(100% + 11vw);}
/* .journey_block.col-one:hover::before{ width: calc(100% + 17vw);} */
.journey_block.col-one.active::before{ width: calc(100% + 17vw);}

/* Contact Page */
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=password],
.contact-form input[type=reset],
.contact-form input[type=search],
.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form input[type=url],
.contact-form select,
.contact-form textarea {
    padding: 1px 20px 5px 20px !important;
    min-height: 40px;
}

.contact-form select{ padding-top: 0 !important; padding-bottom: 0 !important;}

.contact-form .elementor-field-group .elementor-field-textual:focus {
    box-shadow: unset;
    border-style: solid;
}

.contact-form .elementor-field-group .elementor-select-wrapper select {
    color: #231F20;
}

.contact-form .elementor-field-group .elementor-select-wrapper select option {
    font-size: 20px;
}

.contact-form .elementor-field-textual {
    min-height: 100%;
}

.contact-form .select-caret-down-wrapper {
    display: none;
}

.contact-form .remove-before select {
    background: url(https://wordpress-231516-5271123.cloudwaysapps.com/wp-content/uploads/2024/11/arrow-up-right-1.svg);
    background-size: .8em;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em;
}

.contact-form span.elementor-button-icon {
    width: 50px;
    height: 50px;
}

.contact-form .elementor-form .elementor-button svg {
    width: 50px;
    height: 50px;
}

.c-hover-box:hover .hover-icon-box .elementor-icon-box-title {
    color: #fff;
}

.c-hover-box:hover .hover-icon-box .elementor-icon {
    background-color: #fff !important;
}

.c-hover-box:hover .hover-icon-box .elementor-icon svg {
    filter: brightness(0) saturate(100%) invert(16%) sepia(63%) saturate(3443%) hue-rotate(343deg) brightness(94%) contrast(96%);
}

/* Account Page */
/* .page-id-2465 .woocommerce { margin-top: 135px;} */
.page-id-2465 .woocommerce {
    border: 1px solid rgba(0, 0, 0, 0.50);
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
}

.page-id-2465.logged-in .woocommerce {
    border: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page-id-2465 .woocommerce h2,
.page-id-2465 .woocommerce-account h2 {
    color: #0E0E0E !important;
    text-align: center;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.50);
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 80px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 80px !important;
    text-transform: uppercase !important;
}

.woocommerce-form-login.login {
    width: 100%;
    max-width: 610px;
    margin: 0 auto 0 !important;
    padding: 0px !important;
    border: 0px !important;
    height: auto !important;
}

.woocommerce-form-login label {
    color: #231F20 !important;
    font-family: "Switzer", Sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.woocommerce-form-login .woocommerce-form-row {
    padding: 0px !important;
    margin: 0 0 60px !important;
}

.woocommerce-form-login .required {
    color: #A51E22 !important;
}

.woocommerce-form-login input {
    padding: 1px 20px 5px 20px !important;
    border: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50) !important;
    color: #000000 !important;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    background: transparent !important;
}

.woocommerce-form-login .woocommerce-form-row:nth-child(2) {
    margin: 0px 0px 20px !important;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    color: #231F20 !important;
    font-family: "Switzer", Sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 60px;
}

.woocommerce-form__label-for-checkbox span {
    color: #231F20 !important;
}

.woocommerce-form-login .woocommerce-form__input-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #a51d21;
}

.woocommerce-form-login .form-row {
    padding: 0px !important;
}

.woocommerce-form-login .woocommerce-form-login__submit {
    color: #FFF !important;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 0px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    border-radius: 0px !important;
    padding: 18px 40px 16px 40px !important;
    margin: 30px auto 0 auto !important;
    left: 0 !important;
    right: 0px;
    float: unset;
    /*background: url('/wp-content/uploads/2024/11/submit-arrow.svg') no-repeat 96% center, #A51E22 !important;
    background-size: 60px 60px !important;*/
    display: block !important;
}

.woocommerce-form-login .woocommerce-form-login__submit:before {
    content: "Submit";
    font-size: 25px;
}

.woocommerce-form-login .woocommerce-form-login__submit:hover {
    background-color: #000 !important;
}

.woocommerce-form-login .woocommerce-LostPassword.lost_password {
    text-align: center;
    margin: 20px 0px 0px;
}

.woocommerce-form-login .woocommerce-LostPassword.lost_password a {
    color: #A51E22 !important;
    font-family: "Switzer", Sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

/* Account tab css */
.logged-in .woocommerce {
    margin-top: 0px !important;
}

.account-tab-sec .woocommerce-message,
.account-tab-sec .woocommerce-info {
    border-top-color: #a51d21;
    color: #000;
    font-size: 18px !important;
}

.account-tab-sec .woocommerce-message::before,
.account-tab-sec .woocommerce-info::before {
    color: #a51d21;
}

.account-tab-sec .woocommerce-info .wc-forward {
    color: #fff !important;
    border: 1px solid #a51d21 !important;
    border-radius: 0px;
}

.account-tab-sec .woocommerce-info .wc-forward:hover {
    color: #a51d21 !important;
    background: transparent;
}

.account-tab-sec .woocommerce-Address-title {
    border: 0px !important;
    height: max-content !important;
    padding: 0px !important;
}

.account-tab-sec .woocommerce-Address-title h3 {
    margin: 0px !important;
    padding: 0px !important;
}

.account-tab-sec .woocommerce-Address-title .edit {
    background: #a51e22;
    padding: 10px 15px !important;
    line-height: 1em;
    font-size: 18px;
    color: #fff !important;
    margin: 10px 0px !important;
    position: relative !important;
}

.account-tab-sec .woocommerce-Address-title .edit:hover {
    background: #000;
}

.account-tab-sec .woocommerce-Address address {
    padding-top: 0px !important;
}

.account-tab-sec .woocommerce-form-row label {
    display: flex !important;
    gap: 12px !important;
}

.account-tab-sec .woocommerce-form-row input#mailchimp_woocommerce_is_unsubscribed,
.account-tab-sec .woocommerce-form-row input#mailchimp_woocommerce_is_subscribed,
.account-tab-sec .woocommerce-form-row input#mailchimp_woocommerce_is_transactional {
    accent-color: #a51d21 !important;
    width: 20px;
}

/* Product Page */
.shop-banner-btn ul li a span.elementor-icon-list-text {
    text-decoration: underline;
}

.product-main-sec .products-item-col ul.products {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 40px !important;
}

.product-main-sec .products-item-col ul.products li {
    padding: 0 !important;
    width: calc(33.33% - 27px) !important;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column !important;
}

.product-main-sec .products-item-col ul.products li a {
    display: flex !important;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.product-main-sec .products-item-col ul.products li a img {
    width: 100% !important;
    height: 420px !important;
    margin-bottom: 30px !important;
    background: #D9D9D9;
    padding: 80px 20px;
    position: relative;
    transition: all 0.35s ease-in-out;
}

.product-main-sec .products-item-col ul.products li:hover a img {
    background: #FFF;
}

.product-main-sec .products-item-col ul.products li a h2 {
    width: 100%;
    margin: 0 !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
}

.product-main-sec .products-item-col ul.products li>a:after,
.product-main-sec .products-item-col ul.products li .astra-shop-thumbnail-wrap>a:after {
    content: "";
    width: 38px;
    height: 40px;
    display: block;
    background: url(/wp-content/uploads/2024/11/mh_logo-1.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-main-sec .products-item-col ul.products li a h2 mark.count {
    margin-top: 10px;
    line-height: 1;
    opacity: 1 !important;
    font-size: 16px !important;
    font-family: "Switzer", Sans-serif;
    font-weight: 400;
}

/* Product Inner Page  */
.product-main-sec .products-item-col ul.products li .astra-shop-thumbnail-wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.product-main-sec .products-item-col ul.products li .astra-shop-thumbnail-wrap img {
    margin: 0 !important;
}

.product-main-sec .products-item-col ul.products li .astra-shop-thumbnail-wrap span.ast-shop-product-out-of-stock {
    background: transparent !important;
    color: #000;
    font-family: "Switzer", Sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    transition: all 0.35s ease-in-out;
    padding: 0 !important;
}

.product-main-sec .products-item-col ul.products li .astra-shop-summary-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 420px);
}

.product-main-sec .products-item-col ul.products li .astra-shop-summary-wrap span.ast-woo-product-category {
    font-size: 12px !important;
    line-height: 1em;
    margin-bottom: 5px !important;
    font-family: "Switzer", Sans-serif;
    font-weight: 600;
    background: #000;
    padding: 8px;
    color: #FFF;
    opacity: 1;
    width: max-content;
}

.product-main-sec .products-item-col ul.products li .astra-shop-summary-wrap a.ast-loop-product__link {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.product-main-sec .products-item-col ul.products li .astra-shop-summary-wrap span.price {
    margin-bottom: 0 !important;
    margin-top: auto !important;
    color: #A51E22 !important;
}

.product-main-sec .products-item-col ul.products li .astra-shop-summary-wrap span.price del {
    font-size: 22px !important;
}

.product-main-sec .products-item-col ul.products li .astra-shop-summary-wrap a.button.product_type_simple {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
    margin: 0 0 20px 0;
}

.products-item-col .woocommerce.columns-3 nav.woocommerce-pagination {
    margin-top: 80px !important;
}

.products-item-col .woocommerce.columns-3 nav.woocommerce-pagination ul.page-numbers li:last-child {
    margin-bottom: 0;
}

.products-item-col .woocommerce.columns-3 nav.woocommerce-pagination {
    margin-top: 80px !important;
}

.products-item-col .woocommerce.columns-3 nav.woocommerce-pagination ul.page-numbers li {
    margin-right: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #A51E22 !important;
}

.products-item-col .woocommerce.columns-3 nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-item-col .woocommerce.columns-3 nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
}

body.elementor-page-2467 h2 {
    margin-bottom: 0px !important;
}

.product-main-sec .woocommerce.columns-3 form.woocommerce-ordering select.orderby {
    border: 1px solid #000;
    font-family: "Switzer", Sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #000;
}

/* Single Product Page */
.product-single-col .product_title {
    margin: 0 !important;
}

.product-tab-sec .woocommerce-Tabs-panel {
    border: 1px solid #a51e22;
}

.product-tab-sec .woocommerce-tabs ul.wc-tabs li.active {
    background: #a51e22 !important;
}

.product-tab-sec .woocommerce-tabs ul.tabs li.active:before {
    display: none;
}

.product-tab-sec .woocommerce-tabs ul.tabs li.active:before,
.product-tab-sec .woocommerce-tabs ul.tabs li:hover::before {
    background: #a51e22;
}

.product-single-col .cwginstock-subscribe-form .panel-heading {
    background: #a51e22 !important;
    border-color: #a51e22 !important;
}

.product-single-col .cwginstock-subscribe-form .panel-primary {
    border-color: #a51e22 !important;
}

.product-single-col .panel-heading h4 {
    font-family: "Switzer", Sans-serif !important;
}

/* Single Product Page */
.t-work-sec a {
    color: #a51e22;
}

/* Servey Form */
.servey_form input[type=email],
.servey_form input[type=tel],
.servey_form input[type=text],
.servey_form textarea {
    padding: 1px 20px 5px 20px !important;
}

.servey_form .elementor-field-group .elementor-field-textual:focus {
    box-shadow: unset;
    border-style: solid;
}

.servey_form span.elementor-button-icon {
    width: 50px;
    height: 50px;
}

.servey_form .elementor-form .elementor-button svg {
    width: 50px;
    height: 50px;
}

.servey_form .elementor-field-type-checkbox input {
    width: 20px;
    height: 20px;
    border-radius: 0 !important;
    border-color: #A51E22;
    accent-color: #a51d21;
}

.servey_form .elementor-field-type-checkbox .elementor-field-subgroup label {
    font-size: 16px !important;
    font-family: "Switzer", Sans-serif !important;
}

.servey_form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 15px;
    width: 50%;
}

input::placeholder,
textarea::placeholder {
    color: #231F20 !important;
    opacity: 0.9 !important;
}

.conversation_form button.elementor-button .elementor-button-text.elementor-form-spinner{ display: none;}
.servey_form button.elementor-button .elementor-button-text.elementor-form-spinner{ display: none;}
.contact-form button.elementor-button .elementor-button-text.elementor-form-spinner{ display: none;}
.contact-form .elementor-field-type-textarea{ height: 100%;}
.wholesale-img{ height: 100%;}
.wholesale-img .elementor-widget-container{ height: 100%;}

/*================ Responsive ================*/
@media screen and (min-width: 1025px) and (max-width: 1850px) {
    .col-four { left: 38vw;}
    .col-three { left: 25.9vw;}
    .col-two { left: 15.2vw;}
    .col-one { left: 6.7vw;}
}

@media (max-width: 1779px) {
    .partner_sec .inner {
        margin-left: 0;
    }

    .partner_sec::before,
    .partner_sec::after {
        max-width: 92%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1779px) {
    .counter_block .elementor-counter-number-wrapper {
        font-size: 100px !important;
    }

    .header_sec .header_right .header_search {
        max-width: 260px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1750px) {
    .col-four { left: 40vw;}
    .col-three { left: 27.9vw;}
    .col-two { left: 17.2vw;}
    .col-one { left: 8.7vw;}
}

@media screen and (min-width: 1025px) and (max-width: 1680px) {
    .col-four { left: 41vw;}
    .col-three { left: 29.2vw;}
    .col-two { left: 18.5vw;}
    .col-one { left: 9.9vw;}
}

@media screen and (min-width: 1025px) and (max-width: 1620px) {
    .col-four { left: 43vw; top: 0;}
    .col-three { left: 30.8vw;}
    .col-two { left: 19.8vw;}
    .col-one { left: 11.4vw;}
}

@media screen and (min-width: 1025px) and (max-width: 1579px) {
    .header_sec {
        padding: 15px 20px !important;
    }

    .header_sec .header_left .elementor-nav-menu--main .elementor-item {
        font-size: 18px !important;
    }

    .hero_sec .left_part h1 {
        font-size: 100px !important;
        line-height: 100px !important;
    }

    .counter_block .elementor-icon-wrapper svg {
        height: 100px !important;
    }

    .counter_block .elementor-counter-number-wrapper {
        font-size: 80px !important;
    }

    .counter_block .elementor-counter-title {
        font-size: 20px !important;
    }

    .counter_block .elementor-element-populated {
        padding: 50px 0 !important;
    }

    .serve_sec {
        padding: 130px 0 !important;
    }

    .serve_sec .serve_block p {
        font-size: 18px !important;
    }

    .experiance_sec {
        margin-top: 130px !important;
        padding: 150px 0 !important;
    }

    .choose_sec {
        padding: 130px 0 110px 0 !important;
    }

    .footer_sec {
        margin-top: 140px !important;
    }

    .footer_sec .footer_list li a {
        font-size: 22px !important;
    }

    /* About Page */
    .inner_banner h1 {
        font-size: 100px !important;
        line-height: 100px !important;
    }

    .inner_banner .banner_detail {
        padding: 140px 0 !important;
    }

    .about_detail {
        padding: 130px 0 0 0 !important;
    }

    .about_detail_left_col .elementor-element-populated {
        padding-left: 60px !important;
    }

    .review_sec {
        padding: 130px 0 170px 0 !important;
    }

    .review_slider .elementor-testimonial__text {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    /* .partner_sec.about {
        margin-bottom: 120px !important;
    } */

    .fill-icon-box .elementor-image-box-title {
        font-size: 25px !important;
    }

    /* Product Page */
    section.product-main-sec {
        padding: 120px 40px 120px 40px !important;
    }

    .become_btn .elementor-button {
        font-size: 20px !important;
    }

    .header_sec .header_right .header_search {
        max-width: 190px;
    }
}

@media (max-width: 1579px) {
    .header_sec .header_left .elementor-nav-menu--main .elementor-item {
        margin: calc(36px / 2);
    }

    .hero_sec .hero_form {
        max-width: 500px;
        padding: 40px 50px;
    }

    .hero_sec .left_part {
        padding: 180px 0;
    }

    .partner_sec .inner figure {
        padding: 20px;
        width: 150px;
        height: 150px;
    }

    .choose_sec .main_dec {
        max-width: 1000px;
    }

    .footer_sec .footer_top_logo {
        width: 130px;
    }

    .footer_sec .footer_curve {
        width: 250px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1520px) {
    .col-four { left: 42vw;}
    .col-three { left: 29.8vw;}
    .col-two { left: 19vw;}
    .col-one { left: 10.6vw;}
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .col-four { left: 41.6vw;}
    .col-three { top: 7.2vw; left: 29.2vw;}
    .col-two { top: 18.5vw; left: 18.6vw;}
    .col-one { left: 10.1vw;}
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .journey-digit h3{ font-size: 70px !important;}
    .journey-digit .elementor-widget-container{ margin-bottom: 20px !important;}
    .point .elementor-widget-container{ margin: 12px 0px 0px 30px !important;}
    .journey_block{ max-width: 360px;}
    .journey_block .desc{ font-size: 18px !important;}
    .journey_block::before{ top: 35px;}
    .col-four:before{ left: 31%;}
    .col-three:before{ left: 34%;}
    .col-two:before{ left: 35%;}
    .col-one:before{ left: 35.2%;}
    .col-four { left: 44.6vw;}
    .col-three { top: 7.2vw; left: 32.2vw;}
    .col-two { top: 18.2vw; left: 21.6vw;}
    .col-one { top: 28.8vw; left: 13.1vw;}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .journey_block{ max-width: 280px;}
    .col-four:before{ left: 43%;}
    .col-three:before{ left: 43%;}
    .col-two:before{ left: 43%;}
    .col-one:before{ left: 43%;}
    .col-four { left: 43.6vw;}
    .col-three { left: 31.6vw;}
    .col-two { top: 18.9vw; left: 21vw;}
    .col-one { left: 12.4vw;}
    .col-one.journey_block .elementor-widget-image{ bottom: 40px;}
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .header_sec .header_left .elementor-nav-menu--main .elementor-item {
        font-size: 16px !important;
    }

    .header_sec {
        padding: 10px 20px !important;
    }

    .hero_sec .left_part h1 {
        font-size: 90px !important;
        line-height: 90px !important;
    }

    .hero_sec .hero_dec {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .counter_block .elementor-icon-wrapper svg {
        height: 80px !important;
    }

    .counter_block .elementor-widget-container {
        margin: 0 !important;
    }

    .counter_block .elementor-counter-number-wrapper {
        font-size: 66px !important;
    }

    .counter_block .elementor-counter-title {
        font-size: 18px !important;
    }

    .serve_sec {
        padding: 80px 0 !important;
    }

    .serve_sec .serve_title {
        margin: 0 !important;
    }

    .serve_sec .serve_title h2 {
        font-size: 64px !important;
    }

    .serve_sec .serve_dec {
        font-size: 18px !important;
    }

    .partner_sec .inner .elementor-element-populated {
        padding: 40px 0px !important;
    }

    .experiance_sec {
        margin-top: 80px !important;
        padding: 100px 0 !important;
    }

    .experiance_sec .exp_title .elementor-widget-container {
        margin-bottom: 20px !important;
    }

    .experiance_sec h2 {
        font-size: 64px !important;
        line-height: 70px !important;
    }

    .choose_sec {
        padding: 80px 0 !important;
    }

    .choose_sec .choose_title h2 {
        font-size: 64px !important;
    }

    .choose_sec .main_dec {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .choose_sec .main_dec .elementor-widget-container {
        margin-bottom: 40px !important;
    }

    .choose_inner .title h3 {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .choose_sec .choose_cap h3 {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .choose_sec .choose_cap .choose_dec {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .footer_sec {
        margin-top: 110px !important;
    }

    .footer_sec .footer_list li a {
        font-size: 18px !important;
    }

    .copyright p {
        font-size: 18px !important;
    }

    .copyright .privacy_link li a {
        font-size: 18px !important;
    }

    /* About Page */
    .inner_banner .banner_detail {
        padding: 110px 0 !important;
    }

    .inner_banner h1 {
        font-size: 90px !important;
        line-height: 90px !important;
    }

    .about_hobby_heading h2 {
        font-size: 64px !important;
        line-height: 64px !important;
    }

    .about_hobby_heading h2 img {
        width: 75px !important;
        height: 75px !important;
    }

    .about_detail_left_col p {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .review_sec {
        padding: 100px 0 150px 0 !important;
    }

    .review_sec .review_title h2 {
        font-size: 64px !important;
        line-height: 64px !important;
    }

    .review_slider .swiper-slide .elementor-testimonial {
        padding: 30px !important;
    }

    .review_slider .elementor-testimonial__text {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .review_slider .swiper-slide .elementor-testimonial::before {
        width: 88px;
        height: 67px;
    }

    .review_slider .elementor-testimonial__image img {
        width: 80px !important;
        height: 80px !important;
    }

    .review_slider .elementor-testimonial__name {
        font-size: 26px !important;
    }

    .review_slider .elementor-testimonial__title {
        font-size: 18px !important;
    }

    .review_slider .elementor-testimonial__content {
        padding: 0 0 30px 0 !important;
    }

    /* .partner_sec.about {
        margin-bottom: 90px !important;
    } */

    .fill-icon-col {
        width: 40% !important;
    }

    /* Contact Page */
    .hover-icon-box .elementor-icon-box-title,
    .hover-icon-box .elementor-icon-box-title a {
        font-size: 30px !important;
    }

    .page-id-2465 .woocommerce h2,
    .page-id-2465 .woocommerce-account h2 {
        font-size: 64px !important;
        line-height: 64px !important;
    }

    .journey-digit h3 {
        font-size: 50px !important;
    }
    .journey-digit .elementor-widget-container {
        margin-bottom: 5px !important;
    }
    .journey-digit .elementor-widget-heading{ margin-bottom: 0 !important;}
    .journey_block .desc {
        font-size: 16px !important;
    }
    .col-four:before {
        left: 37%;
    }
    .col-three:before {
        left: 37%;
    }
    .col-two:before {
        left: 37%;
    }
    .col-one:before {
        left: 37%;
    }
}

@media (max-width: 1199px) {
    .header_sec .header_right .cart_menu {
        padding-left: 30px;
    }

    .header_sec .header_right .header_search {
        max-width: 120px;
    }

    .hero_sec .hero_form {
        max-width: 450px;
        padding: 30px;
    }

    .hero_sec .hero_form button {
        margin-top: 20px;
    }

    .partner_sec .inner figure {
        width: 140px;
        height: 140px;
    }

    .choose_sec .choose_cap {
        padding: 35px 30px;
    }

    .choose_sec .choose_dec {
        height: 190px;
    }

    .choose_sec .choose_inner>.elementor-container {
        gap: 30px;
    }

    .footer_sec .footer_top_logo {
        width: 100px;
    }

    .footer_sec .footer_curve {
        width: 200px;
    }

    .footer_sec .footer_inner>.elementor-container {
        padding: 30px 0 !important;
    }

    .copyright .privacy_link ul li::before {
        height: 15px;
    }

    .copyright .elementor-container {
        padding: 10px 0 0px 0;
    }

    /* About Page */
    .inner_banner .banner_title .elementor-widget-container {
        margin-bottom: 10px !important;
    }

    .about_hobby_heading h2 img {
        width: 70px !important;
        height: 70px !important;
        margin-left: 10px !important;
    }

    /* Product Page */
    .product-main-sec .products-item-col ul.products {
        gap: 40px 25px !important;
    }

    .product-main-sec .products-item-col ul.products li {
        width: calc(33.33% - 17px) !important;
    }

    .product-main-sec .products-item-col ul.products li a img {
        height: 360px !important;
        padding: 50px 20px;
    }

    .product-main-sec .products-item-col ul.products li .astra-shop-summary-wrap {
        height: calc(100% - 360px);
    }

    .product-main-sec .products-item-col ul.products li>a:after,
    .product-main-sec .products-item-col ul.products li .astra-shop-thumbnail-wrap>a:after {
        width: 28px;
        height: 30px;
        top: 10px;
        left: 10px;
    }
}

@media (max-width: 1024px) {
    .header_sec .header_right .header_search .e-search-input {
        width: 100%;
    }

    .header_sec .header_right .cart_menu {
        margin: 6px 0 0 15px;
        padding-left: 15px;
    }

    .header_sec .elementor-nav-menu {
        padding: 30px 0 !important;
    }

    .hero_sec .hero_form {
        max-width: 400px;
        padding: 20px;
    }

    .hero_sec .hero_form_text p {
        margin-bottom: 10px;
    }

    .hero_sec .form_title {
        margin-bottom: 5px !important;
    }

    .header_btn{ display: block !important;}

    .serve_sec .serve_title {
        margin-bottom: 5px;
    }

    .btns .elementor-button-icon {
        width: 40px;
        height: 40px;
    }

    .hero_sec .hero_form button .elementor-button-icon {
        width: 40px;
        height: 40px;
    }

    .hero_sec .hero_form button .elementor-button-content-wrapper {
        grid-template-columns: auto 40px;
    }

    .choose_sec .choose_title {
        margin-bottom: 5px;
    }

    .choose_sec .choose_cap_title {
        margin-bottom: 5px;
    }

    .choose_sec .choose_dec {
        height: 17vw;
    }

    .choose_sec .choose_inner>.elementor-container {
        gap: 20px;
    }

    /* About Page */
    .serve_sec.about .elementor-col-25 {
        width: 50% !important;
    }

    .serve_sec.about .elementor-col-33 {
        width: 50% !important;
    }

    .serve_sec.about .elementor-col-50 {
        width: 50% !important;
    }

    .review_slider .elementor-swiper-button {
        width: 45px;
        height: 45px;
        border-width: 2px;
        left: calc(50% - 55px) !important;
        bottom: -80px !important;
    }

    .review_slider .elementor-swiper-button i {
        width: 17px;
        height: 12px;
    }

    .review_slider .elementor-swiper-button.elementor-swiper-button-next{
        right: calc(50% - 55px) !important;
    }

    .serve_block .elementor-icon-box-icon {
        width: 80px;
        height: 80px;
    }

    .serve_row .elementor-container {
        justify-content: center;
    }

    /* Account Page */
    .page-id-2465 .woocommerce h2,
    .page-id-2465 .woocommerce-account h2 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .woocommerce-form-login input {
        font-size: 18px !important;
    }

    .woocommerce-form-login .woocommerce-form-login__submit {
        padding: 16px 25px 15px 25px !important;
        /* background-size: 50px 50px !important; */
    }

    .woocommerce-form-login .woocommerce-form-login__submit::before {
        font-size: 20px !important;
    }

    .woocommerce-form-login .woocommerce-form-login__rememberme {
        font-size: 18px !important;
    }

    .woocommerce-form-login .woocommerce-form__input-checkbox {
        width: 18px;
        height: 18px;
    }

    /* .page-id-2465 .woocommerce { margin-top: 90px;} */

    /* Product Page */
    .product-main-sec .products-item-col ul.products li {
        margin: 0 !important;
    }

    .product-main-sec .products-item-col ul.products li a img {
        height: 280px !important;
        margin-bottom: 20px !important;
    }

    .product-main-sec .products-item-col ul.products li .astra-shop-summary-wrap {
        height: calc(100% - 280px);
    }

    .product-main-sec .products-item-col ul.products li .astra-shop-thumbnail-wrap span.ast-shop-product-out-of-stock {
        font-size: 14px;
    }

    .product-main-sec .products-item-col ul.products li .astra-shop-summary-wrap span.price del {
        font-size: 18px !important;
    }

    /* .servey_form .elementor-field-type-checkbox .elementor-field-subgroup label {
        font-size: 16px !important;
    } */

    .servey_form .elementor-field-type-checkbox input {
        margin-top: 0;
    }

    .journey_block::before{ display: none;}
    .journey_block{ height: 480px; position: relative !important; top: 0 !important; left: 0 !important; max-width: 100%; align-items: center;}
    .journey_block .elementor-widget-wrap{ height: calc(100% - 30px); align-content: center; display: block !important;}
    .journey_block > div > * { width: 100%; max-width: 48%;}
    .col-one{ order: 1;}
    .col-two{ order: 2;}
    .col-three{ order: 3;}
    .col-four{ order: 4;}
    .journey_block .elementor-widget-image {
        opacity: 1;
        left: auto !important;
        right: 0;
        top: 0 !important;
        height: 100%;
    }
    .journey_block .elementor-widget-image .elementor-widget-container{ height: 100%;}
    .journey_block .elementor-widget-image .elementor-widget-container img{ height: 100%; object-fit: cover;}
    .journey_block .elementor-widget-heading{ opacity: 1;}
    .journey_block .desc{ opacity: 1;}

    /* Wholesale Page */
    .servey_form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header_sec .header_right .cart_menu {
        margin: 2px 0 0 0;
        padding-left: 0;
    }

    .header_sec .header_right .cart_menu::before {
        display: none;
    }

    .become_btn .elementor-button {
        font-size: 14px !important;
    }

    .hero_sec .hero_form {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .hero_sec .hero_title .elementor-widget-container {
        margin-bottom: 10px !important;
    }

    .hero_btns .elementor-element-populated {
        justify-content: center;
    }

    .choose_sec .choose_inner>.elementor-container {
        grid-template-columns: 1fr 1fr;
    }

    .choose_sec .choose_dec {
        height: 30vw;
    }

    /* About Page */
    .about_hobby_heading h2 img {
        width: 55px !important;
        height: 55px !important;
    }

    .review_slider .swiper-slide .elementor-testimonial {
        padding: 30px;
    }

    .review_slider .swiper-slide .elementor-testimonial::before {
        width: 78px;
        height: 57px;
        right: 30px;
    }

    .review_slider .elementor-testimonial__content {
        padding: 0 0 20px 0 !important;
    }

    /* Account Page */
    /* .page-id-2465 .woocommerce { margin-top: 65px;} */
    .page-id-2465 .woocommerce h2,
    .page-id-2465 .woocommerce-account h2 {
        font-size: 40px !important;
        line-height: 40px !important;
        margin-bottom: 25px !important;
    }

    .page-id-2465 .woocommerce {
        max-width: 540px;
        padding: 40px 20px;
    }

    .woocommerce-form-login.login {
        padding: 0px 10px !important;
        max-width: 475px;
    }

    .woocommerce-form-login .woocommerce-form-row {
        margin: 0 0 20px !important;
    }

    .woocommerce-form-login .woocommerce-form-login__rememberme {
        margin-bottom: 30px;
    }

    .woocommerce-form-login .woocommerce-form-login__submit {
        padding: 12px 25px 11px 25px !important;
        /* background-size: 40px 40px !important; */
    }

    .woocommerce-form-login .woocommerce-form-login__submit::before {
        font-size: 18px !important;
    }

    .woocommerce-form-login input {
        font-size: 16px !important;
        padding: 10px 10px !important;
    }

    .woocommerce-form-login label {
        font-size: 16px !important;
    }

    .woocommerce-form-login .woocommerce-form-login__rememberme {
        font-size: 16px !important;
    }

    .woocommerce-form-login .woocommerce-form__input-checkbox {
        width: 16px;
        height: 16px;
    }

    .woocommerce-form-login .woocommerce-LostPassword.lost_password a {
        font-size: 18px !important;
    }

    /* Account tab css */
    .account-tab-sec .form-row {
        width: 100% !important;
        padding: 0px !important;
    }

    .account-tab-sec .woocommerce-info .wc-forward {
        padding: 10px;
        font-size: 16px;
    }

    .account-tab-sec .woocommerce-message,
    .account-tab-sec .woocommerce-info {
        font-size: 16px !important;
        line-height: normal;
    }

    /* Product Page */
    .product-main-sec .products-item-col ul.products li a img {
        height: 220px !important;
    }

    .product-main-sec .products-item-col ul.products {
        gap: 30px 20px !important;
        max-width: 545px !important;
        margin: 0 auto !important;
    }

    .product-main-sec .products-item-col ul.products li {
        width: calc(50% - 10px) !important;
    }

    .product-main-sec .products-item-col ul.products li a h2 mark.count {
        font-size: 13px !important;
    }

    .products-item-col .woocommerce.columns-3 nav.woocommerce-pagination ul.page-numbers li {
        width: 50px;
        height: 50px;
    }

    .product-main-sec .products-item-col ul.products li .astra-shop-summary-wrap {
        height: calc(100% - 220px);
    }

    .product-main-sec .products-item-col ul.products li .astra-shop-thumbnail-wrap span.ast-shop-product-out-of-stock {
        font-size: 12px;
    }

    .product-main-sec .woocommerce.columns-3 form.woocommerce-ordering {
        float: right !important;
    }

    .journey_block{ height: 370px;}
}

@media (max-width: 575px) {
    .choose_sec .choose_inner>.elementor-container {
        grid-template-columns: 1fr;
    }

    .choose_sec .choose_dec {
        height: auto;
    }

    .footer_sec .footer_top_logo {
        width: 80px;
    }

    .footer_sec {
        margin-top: 90px !important;
    }

    .footer_sec .footer_inner .elementor-column {
        width: 100% !important;
    }

    /* About Page */
    .serve_sec.about .elementor-col-25 {
        width: 100% !important;
    }

    .serve_sec.about .elementor-col-33 {
        width: 100% !important;
    }

    .serve_sec.about .elementor-col-50 {
        width: 100% !important;
    }

    .journey_block{ height: auto; margin-bottom: 30px;}
    .journey_block .elementor-widget-image{ position: relative !important; height: auto;}
    .journey_block > div > * {
        max-width: 100%;
    }
    .journey_block .elementor-widget-wrap{ text-align: center;}
}



#elementor-popup-modal-10042 .dialog-widget-content{ background: transparent;}
#elementor-popup-modal-10056 .dialog-widget-content{ background: transparent;}
#elementor-popup-modal-10031 .dialog-widget-content{ background: transparent;}
.thanks-pop{ backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);}
.conversation_form .elementor-message.elementor-message-success{ display: none;}