/*!
Theme Name: GlowTech
Theme URI:
Author: Alexander Yudaev
Author URI: https://alechko.name
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: glowtech
*/

@charset "UTF-8";
/* ---------------- fonts ------------------ */
@font-face {
    font-family: "Ping";
    src: url("fonts/ping-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Ping";
    src: url("fonts/ping-medium.ttf") format("truetype");
    font-weight: medium;
    font-style: normal;
}
@font-face {
    font-family: "Ping";
    src: url("fonts/ping-heavy.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Ping";
    src: url("fonts/PingHLVariable.woff2") format("truetype");
    font-weight: 300;
    font-style: normal;
}
/* ---------------- Basic css ------------------ */
html {
    direction: rtl;
}
@media (min-width: 992px) {
    html {
        font-size: 0.52vw;
    }
}
@media (max-width: 991.98px) {
    html {
        font-size: 62.5%;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 55%;
    }
}
@media (max-width: 575px) {
    html {
        font-size: 2.77vw;
    }
}

:root {
    scroll-behavior: unset;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: 200ms;
    transition: 200ms;
    color: inherit;
}
a:hover {
    color: inherit;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

.button {
    border: 0;
    background: transparent;
    outline: none;
    padding: 0;
    margin: 0;
}



/* body */
body {
    overflow-x: hidden;
    color: #252b19;
    font-family: "Ping", Arial, sans-serif;
    font-style: normal;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.853rem;
    text-align: center;
}
@media (max-width: 767px) {
    body {
        font-size: 1.4rem;
        line-height: 2.275rem;
    }
}


main {
    margin-top: 16.2rem;
}
@media (max-width: 991.98px) {
    main {
        margin-top: 7.2rem;
    }
}
.page-template-page-lp main{
    margin-top:0 !important;
}

.container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .container {
        max-width: 144rem;
    }
}
@media (max-width: 991.98px) {
    .container {
        padding: 0 2rem;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 2rem;
    }
}
@media (max-width: 575px) {
    .container {
        padding: 0 2rem;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    .container-fluid {
        max-width: 720px;
    }
}
@media (max-width: 767px) {
    .container-fluid {
        max-width: 540px;
    }
}
@media (max-width: 575px) {
    .container-fluid {
        width: 100%;
    }
}

.z-index-1 {
    z-index: 1;
}

.text_mainpink {
    color: #b8336a;
}

.icon_16 {
    width: 1.6rem;
}

.icon_20 {
    width: 2rem;
}

.icon_24 {
    width: 2.4rem;
}

.icon_30 {
    width: 3rem;
}

.icon_32 {
    width: 3.2rem;
}

.f-300 {
    font-weight: 300 !important;
}

.f-400 {
    font-weight: 400 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.f-600 {
    font-weight: 600 !important;
}

.f-700 {
    font-weight: 700 !important;
}

.text_uppercase {
    text-transform: uppercase !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252b19;
    font-family: "Ping", Arial, sans-serif;
    font-style: normal;
}

.title_xxl {
    font-size: 5.6rem;
    line-height: 7.196rem;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .title_xxl {
        font-size: 3.2rem;
        line-height: 3.792rem;
    }
}

.title_xl {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 5.76rem;
}
@media (max-width: 767px) {
    .title_xl {
        font-size: 3.2rem;
        line-height: 3.792rem;
    }
}

.title_lg {
    font-size: 4rem;
    font-weight: 300;
    line-height: 4.8rem;
    letter-spacing: 0.06em;
}
@media (max-width: 767px) {
    .title_lg {
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 2.88rem;
    }
}

.title_md {
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 3.84rem;
    letter-spacing: 0.06em;
}
@media (max-width: 767px) {
    .title_md {
        font-size: 2.4rem;
        line-height: 3.324rem;
    }
}

.title_sm {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3rem;
}
@media (max-width: 767px) {
    .title_sm {
        font-size: 1.6rem;
        line-height: 3.2rem;
    }
}

.title_xsm {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.16rem;
    letter-spacing: 0.06em;
}
@media (max-width: 767px) {
    .title_xsm {
        font-size: 1.2rem;
    }
}

.title_40 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 6rem;
}

.text_xxl {
    font-size: 2.2rem;
    line-height: 3rem;
}

.text_xl {
    font-size: 2rem;
    line-height: 2.4rem;
}

.text_lg {
    font-size: 1.8rem;
    line-height: 2.853rem;
}

.text_md {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.text_sm {
    font-size: 1.4rem;
    line-height: 1.939rem;
    letter-spacing: 0.06em;
}

.text_xsm {
    font-size: 1.2rem;
    line-height: 1.662rem;
}

.space_20 {
    letter-spacing: 0.2em;
}

.button {
    height: 4.9rem;
    padding: 0 3rem 0 3rem;
    border-radius: 10rem;
    background: #b8336a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.button:hover {
    background-color: #3f3f3f;
    color: #fff;
}
.button.button_white {
    background: #fff;
    color: #b8336a;
}
.button.button_white:hover {
    background: #b8336a;
    color: #fff;
}
@media (max-width: 767px) {
    .button {
        padding: 0 2.4rem;
        font-size: 1.4rem;
        height: 4rem;
    }
}

#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#preloader .loader3 {
    width: 7rem;
    height: 7rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-align: left;
}
#preloader .loader3 span {
    position: absolute;
    display: inline-block;
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    background: #000;
    -webkit-animation: loader3 1.5s linear infinite;
    animation: loader3 1.5s linear infinite;
}
#preloader .loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
.back-to-top {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.1rem;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    border-radius: 50%;
    background: #000;
    z-index: 1000;
}
.back-to-top:hover {
    background-color: #2f2f2f;
}
.back-to-top img {
    width: 1.8rem;
}
@media (max-width: 767px) {
    .back-to-top {
        right: 1.5rem;
        bottom: 1.5rem;
    }
}

.col_gap_24 {
    margin: 0 -1.2rem;
    gap: 2.4rem 0;
}
.col_gap_24 > * {
    padding: 0 1.2rem;
}
@media (max-width: 991.98px) {
    .col_gap_24 {
        margin: 0 -1.1rem;
        gap: 2.2rem 0;
    }
    .col_gap_24 > * {
        padding: 0 1.1rem;
    }
}

.pt_0 {
    padding-top: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.object_cover_radius_10 {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 1rem;
}

.dark_green_80 {
    opacity: 0.8;
}

.dark_green_60 {
    opacity: 0.6;
}

.dark_green_50 {
    opacity: 0.5;
}

.modal-backdrop.show {
    z-index: 1054;
}

.form_modal_active .modal-backdrop.fade.show {
    z-index: 1056;
}

.site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1056;
    -webkit-box-shadow: 0 0.4rem 0.9rem 0 rgba(0, 0, 0, 0.0392156863);
    box-shadow: 0 0.4rem 0.9rem 0 rgba(0, 0, 0, 0.0392156863);
}

.menu_top {
    background: #ffedf2;
    height: 6.4rem;
}
.menu_top .menu_top_links {
    gap: 1.4rem;
    padding-left: 2rem;
}
@media (max-width: 991.98px) {
    .menu_top {
        height: 2.8rem;
    }
    .menu_top .container-fluid {
        padding: 0 2rem;
    }
    .menu_top .text_sm {
        font-size: 1rem;
        font-weight: 700;
        line-height: 138.5%;
        color: #b8336a;
        letter-spacing: 0;
    }
}

.profile_link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}
.profile_link .profile_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.profile_link .profile_icon::before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    background: #b8336a;
    border-radius: 999rem;
    bottom: -0.2rem;
    right: -0.4rem;
}
.profile_link .profile_icon img {
    width: 2.1rem;
}
@media (max-width: 991.98px) {
    .profile_link {
        gap: 1.6rem;
    }
    .profile_link .profile_icon::before {
        content: "";
        width: 0.8rem;
        height: 0.8rem;
        bottom: -0.2rem;
        right: -0.4rem;
    }
    .profile_link .profile_icon img {
        width: 1.66rem;
    }
    .profile_link .text_sm {
        font-size: 1.2rem;
    }
}

.icon_20 {
    width: 2rem;
}

.social_icons {
    gap: 2rem;
}

.menu_bottom {
    height: 9.8rem;
    background: #fff;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.menu_bottom .primary_menu {
    height: 100%;
    gap: 1.8rem;
}
.menu_bottom .primary_menu a:hover, .menu_bottom .primary_menu a.active {
    color: #b8336a;
}
.menu_bottom .menu_bottom_left {
    height: 100%;
}
.menu_bottom .menu_bottom_left .menu_bottomm_icons {
    gap: 1.6rem;
    padding-right: 2rem;
    padding-left: 1rem;
}
.menu_bottom .menu_bottom_left .button {
    height: 4.5rem;
}
.menu_bottom .shopping_bag {
    position: relative;
}
.menu_bottom .shopping_bag span {
    width: 1.7rem;
    height: 1.7rem;
    background: #b8336a;
    border-radius: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -0.5rem;
    bottom: -0.5rem;
    color: #fff;
    font-size: 1rem;
}
.menu_bottom .logo img {
    width: 18.1rem;
}
@media (max-width: 991.98px) {
    .menu_bottom {
        height: 6.4rem;
    }
    .menu_bottom .container-fluid {
        padding: 0 2rem;
    }
    .menu_bottom .primary_menu {
        height: 100%;
        gap: 1.8rem;
    }
    .menu_bottom .primary_menu a:hover, .menu_bottom .primary_menu a.active {
        color: #b8336a;
    }
    .menu_bottom .menu_bottom_left {
        height: 100%;
    }
    .menu_bottom .menu_bottom_left .menu_bottomm_icons {
        gap: 1.6rem;
        padding-left: 2rem;
    }
    .menu_bottom .menu_bottom_left .button {
        height: 4.5rem;
    }
    .menu_bottom .shopping_bag {
        position: relative;
    }
    .menu_bottom .shopping_bag span {
        width: 1.4rem;
        height: 1.4rem;
        right: -0.1rem;
        bottom: -0.1rem;
        font-size: 0.8rem;
    }
    .menu_bottom .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .menu_bottom .logo img {
        width: 11.4rem;
    }
    .menu_bottom .menu_bottom_left_sm {
        gap: 2rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .menu_bottom .menu_bottom_left_sm a .shopping_bag img {
        width: 1.6rem;
    }
    .menu_bottom .menu_bottom_left_sm a img {
        width: 2.4rem;
    }
    .menu_bottom .menu_bottom_right_sm .menu {
        width: 2rem;
    }
    .menu_bottom .menu_bottom_right_sm .icon_30 {
        width: 2.4rem;
    }
}

.modal-dialog {
    max-width: 100%;
    margin: 0;
    margin-top: calc(6.4rem + 9.8rem);
}
.modal-dialog .modal-content {
    border: 0 !important;
    border-radius: 0;
}
.modal-dialog .modal-body {
    padding: 0;
}
.modal-dialog .menu_title {
    color: #b8336a;
    text-align: right;
}
.modal-dialog .hamburger-menu img {
    width: 1.6rem;
}

.mega_menu.mega_menu_one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6.5rem 0 11.4rem;
    -webkit-box-shadow: inset 0 0.4rem 0.9rem 0 rgba(0, 0, 0, 0.0392156863);
    box-shadow: inset 0 0.4rem 0.9rem 0 rgba(0, 0, 0, 0.0392156863);
}
.mega_menu.mega_menu_one .menu1_tab .tab-pane img {
    width: 36.6rem;
}
.mega_menu.mega_menu_one .menu1_tab .menu_tab_wrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    gap: 1.6rem;
}
.mega_menu.mega_menu_one .menu1_tab .menu_tab_wrap .nav .nav-link {
    text-align: right;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.536rem;
    letter-spacing: 0.01em;
    padding: 0;
    border: 0 !important;
    color: #252b19;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
}
.mega_menu.mega_menu_one .menu1_tab .menu_tab_wrap .nav .nav-link.active, .mega_menu.mega_menu_one .menu1_tab .menu_tab_wrap .nav .nav-link:hover {
    opacity: 0.5;
}
.mega_menu.mega_menu_one .menu_lists {
    display: grid;
    gap: 2rem;
}
.mega_menu.mega_menu_one .menu_lists .menu_bottle {
    gap: 2.8rem;
    border: 0.1rem solid rgba(37, 43, 25, 0.2);
    border-radius: 1rem;
    padding: 1.3rem 2.7rem;
    width: 46.4rem;
}
.mega_menu.mega_menu_one .menu_lists .menu_bottle .menu_bottle_img {
    width: 9.3rem;
    height: 10.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mega_menu.mega_menu_one .menu_lists .menu_bottle .menu_bottle_img img {
    width: 100%;
}
.mega_menu.mega_menu_one .menu_lists .menu_bottle .menu_bottle_info > p {
    text-align: right;
    color: rgba(37, 43, 25, 0.8);
    padding-bottom: 1.2rem;
}
.mega_menu.mega_menu_one .menu_lists .menu_bottle .menu_bottle_info .product_price {
    gap: 0.8rem;
}
.mega_menu.mega_menu_two {
    padding: 6.2rem 0 15rem;
    -webkit-box-shadow: inset 0 0.4rem 0.9rem 0 rgba(0, 0, 0, 0.0392156863);
    box-shadow: inset 0 0.4rem 0.9rem 0 rgba(0, 0, 0, 0.0392156863);
}
.mega_menu.mega_menu_three {
    padding: 6rem 0 11rem;
    -webkit-box-shadow: inset 0 0.4rem 0.9rem 0 rgba(0, 0, 0, 0.0392156863);
    box-shadow: inset 0 0.4rem 0.9rem 0 rgba(0, 0, 0, 0.0392156863);
}
@media (max-width: 991.98px) {
    .mega_menu.mega_menu_one {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mega_menu.mega_menu_one .menu1_tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 2rem;
        margin-bottom: 4rem;
    }
    .mega_menu.mega_menu_one .menu1_tab .tab-pane {
        padding-bottom: 2.4rem;
    }
    .mega_menu.mega_menu_one .menu1_tab .tab-pane img {
        width: 16.2rem;
        margin: 0 auto;
    }
    .mega_menu.mega_menu_one .menu1_tab .menu_tab_wrap .nav {
        gap: 0;
    }
    .mega_menu.mega_menu_one .menu1_tab .menu_tab_wrap .nav .nav-link {
        font-size: 1.4rem;
        line-height: 2.2rem;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 4.8rem;
        border-top: 0.1rem solid #f2d8d7 !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .mega_menu.mega_menu_one .menu1_tab .menu_tab_wrap .nav .nav-link:last-child {
        border-bottom: 0.1rem solid #f2d8d7 !important;
    }
    .mega_menu.mega_menu_one .menu_lists {
        display: grid;
        gap: 2rem;
    }
    .mega_menu.mega_menu_one .menu_lists .menu_bottle {
        gap: 1.4rem;
        border-radius: 1rem;
        padding: 1rem 2rem;
        width: 100%;
    }
    .mega_menu.mega_menu_one .menu_lists .menu_bottle .menu_bottle_img {
        width: 6rem;
        height: 6rem;
    }
    .mega_menu.mega_menu_one .menu_lists .menu_bottle .menu_bottle_img img {
        width: 100%;
    }
    .mega_menu.mega_menu_one .menu_lists .menu_bottle .menu_bottle_info > p {
        padding-bottom: 0.8remrem;
    }
    .mega_menu.mega_menu_one .menu_lists .menu_bottle .menu_bottle_info .product_price {
        gap: 0.6rem;
    }
    .mega_menu.mega_menu_one .menu_lists .menu_bottle .text_md {
        font-size: 1.4rem;
    }
    .mega_menu.mega_menu_one .menu_lists .menu_bottle .text_md br {
        display: none;
    }
    .mega_menu.mega_menu_one .tab-content {
        margin-left: 0;
        padding-left: 0;
    }
    .mega_menu.mega_menu_one .menu_list_wrap {
        padding: 0 2rem;
    }
}

@media (max-width: 991.98px) {
    #mobileMenu,
    #menuOne,
    #menuTwo,
    #menuThree {
        background: #fff !important;
    }
}
@media (max-width: 991.98px) {
    .modal {
        z-index: 1057;
    }
    .modal .modal-dialog {
        margin-top: 0;
    }
    .modal .modal-dialog .menu_title {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 140%;
        padding-bottom: 4.5rem;
    }
    .modal .modal-dialog .menu_title.menu_title1 {
        padding-bottom: 2rem;
        letter-spacing: normal;
    }
    .modal .modal-dialog .menu_title.menu_title2 {
        padding-bottom: 2rem;
        letter-spacing: normal;
    }
    .mobile_menu_top {
        padding: 0 2rem;
        height: 6.4rem;
        display: grid;
        background: #ffedf2;
    }
    .mobile_wrap {
        padding: 0 2rem;
    }
    .mobile_wrap a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 4.8rem;
        border-top: 0.1rem solid #f2d8d7;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.4rem;
        font-weight: 400;
    }
    .mobile_wrap a:last-child {
        border-bottom: 0.1rem solid #f2d8d7;
    }
    .mobile_menu_bottom {
        margin-top: 3.4rem;
        background: #ffedf2;
        padding: 3.2rem 0 2.4rem;
    }
    .mobile_menu_bottom .menu_top_links {
        gap: 1.6rem;
        padding-bottom: 3.4rem;
    }
    .mobile_menu_bottom .menu_top_links a {
        font-size: 1.4rem;
        line-height: 140%;
    }
    .mega_menu {
        padding: 2.6rem 0 6rem 0 !important;
        position: relative;
    }
    .mega_menu .arrow_back_menu {
        position: absolute;
        top: 2rem;
        right: 2rem;
        border: 0;
        background: transparent;
        outline: none;
    }
    .mega_menu .arrow_back_menu img {
        width: 4rem;
    }
}
.search_modal_main {
    z-index: 1057;
}
.search_modal_main .modal-dialog {
    margin: 0;
}
.search_modal_main .modal-body {
    height: 25rem;
    padding: 10rem 0;
}
.search_modal_main .search_modal {
    width: 119.7rem;
    margin: 0 auto;
}
.search_modal_main .search_modal .hamburger-menu {
    position: absolute;
    right: 7rem;
    top: 7rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}
.search_modal_main .search_modal .hamburger-menu img {
    width: 2.6rem;
}
.search_modal_main .search_form {
    position: relative;
}
.search_modal_main .search_form input {
    height: 8rem;
    width: 100%;
    border-radius: 100rem;
    border: none;
    background: #fcf2f5;
    padding: 0 3rem 0 9.5rem;
}
.search_modal_main .search_form input::-webkit-input-placeholder {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.487rem;
    color: #252b19;
}
.search_modal_main .search_form input::-moz-placeholder {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.487rem;
    color: #252b19;
}
.search_modal_main .search_form input:-ms-input-placeholder {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.487rem;
    color: #252b19;
}
.search_modal_main .search_form input::-ms-input-placeholder {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.487rem;
    color: #252b19;
}
.search_modal_main .search_form input,
.search_modal_main .search_form input::placeholder {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.487rem;
    color: #b8336a;
}
.search_modal_main .search_form button {
    border:none;
    background:transparent;
    width: 5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2rem;
}
.search_modal_main .default_search_suggests {
    text-align: right;
    height: 22rem;
    overflow: auto;
}
.search_modal_main .default_search_suggests h5 {
    color: #b8336a;
}
.search_modal_main .default_search_suggests ul {
    display: grid;
    gap: 1.6rem;
}
.search_modal_main .default_search_suggests ul li:hover {
    color: #b8336a;
}
.search_modal_main .fillter_suggestions_list {
    text-align: right;
    height: 22rem;
    overflow: auto;
}
.search_modal_main .fillter_suggestions_list ul {
    display: grid;
    gap: 1.6rem;
}
.search_modal_main .fillter_suggestions_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    letter-spacing: 0.01em;
}
.search_modal_main .fillter_suggestions_list li:hover {
    color: #b8336a;
}
@media (max-width: 991.98px) {
    .search_modal_main .modal-body {
        height: auto;
        padding: 0 2rem 2rem 2rem;
    }
    .search_modal_main .modal-dialog {
        margin-top: 9rem;
    }
    .search_modal_main .search_modal {
        width: 100%;
    }
    .search_modal_main .search_modal .hamburger-menu {
        display: none;
    }
    .search_modal_main .search_form {
        position: relative;
    }
    .search_modal_main .search_form input {
        height: 4rem;
        padding: 0 1.6rem 0 4rem;
    }
    .search_modal_main .search_form input::-webkit-input-placeholder {
        font-size: 1.4rem;
        line-height: 2.219rem;
    }
    .search_modal_main .search_form input::-moz-placeholder {
        font-size: 1.4rem;
        line-height: 2.219rem;
    }
    .search_modal_main .search_form input:-ms-input-placeholder {
        font-size: 1.4rem;
        line-height: 2.219rem;
    }
    .search_modal_main .search_form input::-ms-input-placeholder {
        font-size: 1.4rem;
        line-height: 2.219rem;
    }
    .search_modal_main .search_form input,
    .search_modal_main .search_form input::placeholder {
        font-size: 1.4rem;
        line-height: 2.219rem;
    }
    .search_modal_main .search_form img {
        width: 2.4rem;
        left: 1.4rem;
    }
    .search_modal_main .default_search_suggests {
        display: none;
    }
    .search_modal_main .fillter_suggestions_list {
        height: auto;
        margin-bottom: 1.5rem;
        margin-top: 2rem;
    }
    .search_modal_main .fillter_suggestions_list li {
        font-size: 1.4rem;
        line-height: 2.219rem;
        letter-spacing: 0.01em;
    }
}

.site_footer .footer_widget {
    padding: 7.2rem 0 7.9rem;
}
.site_footer .footer_widget .footer_box1 {
    text-align: right;
    width: 33.9rem;
    margin-right: auto;
}
.site_footer .footer_widget .footer_box1 .footer_email {
    position: relative;
}
.site_footer .footer_widget .footer_box1 .footer_email input {
    height: auto;
    padding-top: 0;
    padding-bottom: 1.6rem;
    line-height: 0.5;
    border: 0;
    border-bottom: 0.1rem solid #252b19;
    width: 100%;
    color: #252b19;
    font-size: 1.4rem;
}
.site_footer .footer_widget .footer_box1 .footer_email input::-webkit-input-placeholder {
    color: #252b19;
    font-size: 1.4rem;
}
.site_footer .footer_widget .footer_box1 .footer_email input::-moz-placeholder {
    color: #252b19;
    font-size: 1.4rem;
}
.site_footer .footer_widget .footer_box1 .footer_email input:-ms-input-placeholder {
    color: #252b19;
    font-size: 1.4rem;
}
.site_footer .footer_widget .footer_box1 .footer_email input::-ms-input-placeholder {
    color: #252b19;
    font-size: 1.4rem;
}
.site_footer .footer_widget .footer_box1 .footer_email input::placeholder {
    color: #252b19;
    font-size: 1.4rem;
}
.site_footer .footer_widget .footer_box1 .footer_email .email_arrow_left {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem;
}
.site_footer .footer_widget .footer_logo {
    display: block;
}
.site_footer .footer_widget .footer_logo img {
    width: 33.8rem;
}
.site_footer .footer_widget .footer_box2 ul {
    display: grid;
    gap: 2.5rem;
    text-align: right;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
}
.site_footer .footer_widget .footer_box2 ul li {
    font-size: 1.6rem;
    line-height: 1;
}
.site_footer .footer_widget .footer_box2 ul li a:hover {
    text-decoration: underline;
}
.site_footer .copywrite {
    padding: 1rem 0;
    background: #b8336a;
}
.site_footer .copywrite ul {
    gap: 0.8rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 400;
}
.site_footer .copywrite ul li {
    color: #fff;
}
.site_footer .copywrite ul a {
    color: #fff;
}
.site_footer .copywrite ul a:hover {
    color: #dadec5;
}
.site_footer .copywrite p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .site_footer .footer_widget {
        padding: 5rem 0 6.2rem;
    }
    .site_footer .footer_widget .footer_box1 {
        width: 100%;
        text-align: center;
    }
    .site_footer .footer_widget .footer_box1 h5 {
        font-size: 1.8rem;
    }
    .site_footer .footer_widget .footer_box1 p {
        font-size: 1.2rem;
    }
    .site_footer .footer_widget .footer_box1 .footer_email input {
        font-size: 1.4rem;
    }
    .site_footer .footer_widget .footer_box1 .footer_email .email_arrow_left {
        width: 0.8rem;
    }
    .site_footer .footer_widget .footer_box1 .social_icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 5.7rem;
    }
    .site_footer .footer_widget .footer_logo {
        padding-bottom: 5rem;
    }
    .site_footer .footer_widget .footer_logo img {
        width: 21rem;
    }
    .site_footer .footer_widget .footer_box2 ul {
        gap: 2.5rem;
    }
    .site_footer .footer_widget .footer_box2 ul li {
        font-size: 1.4rem;
    }
    .site_footer .copywrite {
        padding: 1rem 0;
    }
    .site_footer .copywrite ul {
        gap: 0.8rem;
        font-size: 1.2rem;
        line-height: 2.6rem;
        white-space: nowrap;
    }
    .site_footer .copywrite p {
        font-size: 1.2rem;
    }
}

.about_area {
    background: #fcf2f5;
    position: relative;
}
.about_area .about_bg_left {
    width: 38.6rem;
    height: 42.1rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about_area .about_bg_right {
    width: 33.4rem;
    height: 31.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991.98px) {
    .about_area {
        padding: 30rem 0 35rem;
    }
    .about_area .about_bg_left {
        width: 35rem;
        height: auto;
        left: 50%;
        top: auto;
        bottom: 2rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .about_area .about_bg_right {
        width: 35rem;
        height: auto;
        right: 50%;
        top: 0.5rem;
        bottom: auto;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@media (max-width: 575px) {
    .about_area {
        padding: 16.4rem 0 23.5rem;
    }
    .about_area .about_bg_left {
        width: 22.8rem;
    }
    .about_area .about_bg_right {
        width: 19rem;
    }
}

.hero_area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.hero_area .hero_slider {
    background: #fff6e8;
    margin-bottom: 0;
}
.hero_area .header_slide.header_slide1 .col-lg-5 {
    padding-right: 24.5rem;
}
.hero_area .header_slide.header_slide1 .col-lg-7 {
    padding-left: 9.6rem;
}
.hero_area .header_slide.header_slide1 .content {
    max-width: 53.8rem;
}
.hero_area .header_slide.header_slide1 .content .logo_2 {
    margin-bottom: 1.8rem;
    display: block;
}
.hero_area .header_slide.header_slide1 .content .logo_2 img {
    width: 20.3rem;
}
.hero_area .header_slide.header_slide1 .content p {
    margin: 0 auto;
}

.page-template-page-lp .hero_area .header_slide.header_slide1 .content p{

}
.hero_area .header_slide.header_slide1 .header_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hero_area .header_slide.header_slide1 .header_img img {
    width: 98.2rem;
}
.hero_area .header_slide.header_slide2 {
    padding-left: 0;
    padding-right: 0;
}
.hero_area .header_slide.header_slide2 .content {
    max-width: 53.8rem;
}
.hero_area .header_slide.header_slide2 .content .header_slider2_icon {
    display: block;
}
.hero_area .header_slide.header_slide2 .content .header_slider2_icon img {
    width: 12.445rem;
}
.hero_area .header_slide.header_slide2 .content p {
    margin: 0 auto;
}
.hero_area .header_slide.header_slide2 .header_slide2_content_wrap {
    position: relative;
    background: #fcf2f5;
    padding: 0 2.5rem !important;
}
.hero_area .header_slide.header_slide2 .header_slide2_content_wrap .header_slider_2_right_img {
    position: absolute;
    width: 31.6rem;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero_area .header_slide.header_slide2 .header_img {
    width: 100%;
}
.hero_area .header_slide.header_slide2 .header_img img {
    width: 100%;
}
@media (max-width: 991.98px) {
    .hero_area .header_slide.header_slide1 {
        padding: 0 0 8.6rem;
    }
    .hero_area .header_slide.header_slide1 .col-lg-5 {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero_area .header_slide.header_slide1 .col-lg-7 {
        padding-left: 1.5rem;
    }
    .hero_area .header_slide.header_slide1 .content {
        max-width: 100%;
        text-align: center !important;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .page-template-page-lp .hero_area .header_slide.header_slide1 .content img{
        margin: 0 auto;
    }
    .hero_area .header_slide.header_slide1 .content .logo_2 {
        margin-bottom: 1.263rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero_area .header_slide.header_slide1 .content .logo_2 img {
        width: 13.7rem;
    }
    .hero_area .header_slide.header_slide1 .content p {
        max-width: 100%;
        margin: 0 auto;
        padding: 1.2rem 0 2.39rem;
        font-size: 1.4rem;
        line-height: 2.219rem;
    }
    .hero_area .header_slide.header_slide1 .content .button {
        margin: 0 auto;
    }
    .hero_area .header_slide.header_slide1 .header_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .hero_area .header_slide.header_slide1 .header_img img {
        width: 70%;
        margin: 0 auto;
    }
    .hero_area .header_slide.header_slide2 .content {
        max-width: 53.8rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
        z-index: 10;
    }
    .hero_area .header_slide.header_slide2 .content .header_slider2_icon {
        display: block;
    }
    .hero_area .header_slide.header_slide2 .content .header_slider2_icon img {
        width: 12.445rem;
    }
    .hero_area .header_slide.header_slide2 .content p {
  
        margin: 0 auto;
    }
    .hero_area .header_slide.header_slide2 .header_slide2_content_wrap {
        position: relative;
        background: #fcf2f5;
    }
    .hero_area .header_slide.header_slide2 .header_slide2_content_wrap .header_slider_2_right_img {
        position: absolute;
        width: 31.6rem;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .hero_area .header_slide.header_slide2 .header_img {
        width: 100%;
        padding-bottom: 8.6rem;
    }
    .hero_area .header_slide.header_slide2 .header_img img {
        width: 100%;
    }
    .hero_area .slick-dots {
        right: 50%;
        top: auto;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        bottom: 4rem;
        gap: 1.2rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .hero_area .slick-dots li {
        width: 0.6rem;
        height: 0.6rem;
        padding: 0;
    }
    .hero_area .slick-dots li > button {
        display: none;
    }
    .hero_area .slick-dots li.slick-active {
        width: 2.4rem;
        height: 0.6rem;
    }
}
@media (max-width: 767px) {
    .hero_area .header_img img {
        width: 100% !important;
    }
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 7.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    gap: 1.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.slick-dots li {
    width: 0.8rem;
    display: block;
    height: 0.8rem;
    background: rgba(184, 51, 106, 0.3019607843);
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    border-radius: 999rem;
    margin: 0;
    padding: 0;
}
.slick-dots li > button {
    display: none;
}
.slick-dots li.slick-active {
    height: 2.4rem;
    background: #b8336a;
}

.service_area {
    background: #edc9d3;
    padding: 4.4rem 0;
}
.service_area .service_box:not(:last-child) {
    border-left: 0.1rem solid #b8336a;
}
.service_area .service_box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    .service_area {
        padding: 2.7rem 0;
    }
    .service_area .service_boxes {
        width: calc(100% + 4rem);
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem);
        overflow: auto;
    }
    .service_area .service_boxes::-webkit-scrollbar {
        scrollbar-width: none;
        display: none;
    }
    .service_area .service_box.pl_90 {
        padding-left: 2.4rem;
    }
    .service_area .service_box.pr_90 {
        padding-right: 2.4rem;
    }
    .service_area .service_box:nth-child(1) {
        padding-right: 2rem;
    }
    .service_area .service_box:last-child {
        padding-left: 2rem;
    }
}
@media (max-width: 575px) {
    .service_area .service_boxes {
        width: calc(100% + 4rem);
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem);
        overflow: auto;
    }
}

.product_area {
    padding: 9rem 0 9.6rem;
}
.product_area .product_item {
    border: 0.1rem solid rgba(37, 43, 25, 0.2);
    padding: 3rem;
    border-radius: 1rem;
    position: relative;
    cursor: pointer;
}
.product_area .product_item:hover .product_img img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.product_area .product_item .product_badge {
    position: absolute;
    left: 3rem;
    top: 3rem;
}
.product_area .product_item .product_badge p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2rem;
}
.product_area .product_item .product_badge p span {
    font-size: 1.2rem;
}
.product_area .product_item .product_badge img {
    width: 5.821rem;
}
.product_area .product_item .product_badge.main_pink p {
    color: #fff;
}
.product_area .product_item .product_badge.light_pink1 p {
    color: #b8336a;
}
.product_area .product_item .product_img {
    width: 23.2rem;
    height: 25.343rem;
    margin: 5.8rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_area .product_item .product_img img {
    width: 23.2rem;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.product_area .product_item .product_img.product_img1 img {
    width: 23.2rem;
}
.product_area .product_item .product_img.product_img2 img {
    width: 23.2rem;
}
.product_area .product_item .product_img.product_img3 img {
    width: 6.5rem;
}

.product_item .increase_decrease {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    height: 4rem;
    background: #b8336a;
    padding: 0;
    border-radius: 100rem;
    width: 4rem;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_item .increase_decrease button {
    width: 4rem;
    height: 4rem;
    background: #b8336a;
    border: 0;
    border-radius: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-single-text .product_item .increase_decrease .increase_num {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
}
.product_item .increase_decrease .minus,
.product_item .increase_decrease .increase_num {
    display: none;
}

.product_item .product_infos {
    padding: 1.6rem 0 2.8rem;
}
.product_item .product_infos p {
    color: rgba(37, 43, 25, 0.8);
    padding-top: 0.8rem;
}
.product_item .product_infos h6 {
    text-transform: uppercase;
}
.product_item .favorite {
    position: absolute;
    right: 3rem;
    top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.product_item .favorite img {
    width: 3rem;
}

.yith-wcwl-feedback-messages-container{
    display:none !important;
}

.favorite span{
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;  /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;            /* 3 */
}
.product_area .product_item .favorite >div{
    margin:0
}
.product_area .product_item .favorite img {
    width: 3rem;
}
.product_area .product_item .favorite img.heart_filled {
    display: none;
}
.product_area .product_item .favorite.active img.heart {
    display: none;
}
.product_area .product_item .favorite.active img.heart_filled {
    display: block;
}
.product_area .slick-dots {
    display: none !important;
}
.product_area .slick_arrows.slick-prev {
    left: -10.8rem;
}
.product_area .slick_arrows.slick-next {
    right: -10.8rem;
}
@media (max-width: 991.98px) {
    .product_area .slick_arrows {
        top: auto;
        bottom: -7.2rem;
    }
    .product_area .slick_arrows.slick-prev {
        left: calc(50% - 3rem);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .product_area .slick_arrows.slick-next {
        right: calc(50% - 3rem);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@media (max-width: 767px) {
    .product_area {
        padding: 5rem 0 14.2rem;
    }
    .product_area .section_top {
        padding-bottom: 3.2rem;
    }
    .product_area .product_slider {
        margin-bottom: 0;
    }
    .product_area .product_item {
        padding: 1rem 1rem 1.2rem 1rem;
    }
    .product_area .product_item .product_badge {
        left: 1rem;
        top: 1rem;
    }
    .product_area .product_item .product_badge p {
        font-size: 0.923rem;
        gap: 0.1rem;
    }
    .product_area .product_item .product_badge p span {
        font-size: 0.7rem;
    }
    .product_area .product_item .product_badge img {
        width: 3.2rem;
    }
    .product_area .product_item .product_img {
        width: 9rem;
        height: 9rem;
        margin: 4.6rem auto 0 auto;
    }
    .product_area .product_item .product_img img {
        width: 8.5rem;
        max-width: 100%;
        height: auto;
    }
    .product_area .product_item .product_img.product_img1 img {
        width: 7.5rem;
    }
    .product_area .product_item .product_img.product_img2 img {
        width: 8rem;
    }
    .product_area .product_item .product_img.product_img3 img {
        width: 3rem;
    }
    /* .product_area .product_item .increase_decrease {
        gap: 2rem;
        height: 2.8rem;
        width: 2.8rem;
    } */
    .product_area .product_item .increase_decrease button {
        width: 2.8rem;
        height: 2.8rem;
    }
    .product_area .product_item .increase_decrease button img {
        width: 1.1rem;
    }
    .product_area .product_item .increase_decrease .increase_num {
        font-size: 1.4rem;
    }

    .product_area .product_item .product_infos {
        padding: 0.8rem 0 0.9rem;
    }
    .product_area .product_item .product_infos p {
        padding-top: 0.6rem;
        font-size: 1.2rem;
        line-height: 1.62rem;
    }
    .product_area .product_item .product_infos h6 {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .product_area .product_item .favorite {
        right: 1rem;
        top: 1rem;
    }
    .product_area .product_item .favorite img {
        width: 1.773rem;
    }
    .product_area .product_inner_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
    .product_area .slick_arrows {
        top: auto;
        bottom: -7.2rem;
    }
    .product_area .slick_arrows.slick-prev {
        left: calc(50% - 3rem);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .product_area .slick_arrows.slick-next {
        right: calc(50% - 3rem);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.product_item {
    border: 0.1rem solid rgba(37, 43, 25, 0.2);
    padding: 3rem;
    border-radius: 1rem;
    position: relative;
    cursor: pointer;
}
.product_item:hover .product_img img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.product_item .product_badge {
    position: absolute;
    left: 3rem;
    top: 3rem;
}
.product_item .product_badge p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2rem;
}
.product_item .product_badge p span {
    font-size: 1.2rem;
}
.product_item .product_badge img {
    width: 5.821rem;
}
.product_item .product_badge.main_pink p {
    color: #fff;
}
.product_item .product_badge.light_pink1 p {
    color: #b8336a;
}
.product_item .product_img {
    width: 23.2rem;
    height: 25.343rem;
    margin: 5.8rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_item .product_img img {
    width: 23.2rem;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.product_item .product_img.product_img1 img {
    width: 23.2rem;
}
.product_item .product_img.product_img2 img {
    width: 23.2rem;
}
.product_item .product_img.product_img3 img {
    width: 6.5rem;
}
.product_item .increase_decrease {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    height: 4rem;
    background: #b8336a;
    padding: 0;
    border-radius: 100rem;
    width: 4rem;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_item .increase_decrease button {
    width: 4rem;
    height: 4rem;
    background: #b8336a;
    border: 0;
    border-radius: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-single-text .product_item .increase_decrease .increase_num {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
}
/*.product_item .increase_decrease .minus,
.product_item .increase_decrease .increase_num {
    display: none;
}*/

.product_item .product_infos {
    padding: 1.6rem 0 2.8rem;
}
.product_item .product_infos p {
    color: rgba(37, 43, 25, 0.8);
    padding-top: 0.8rem;
}
.product_item .product_infos h6 {
    text-transform: uppercase;
}
.product_item .favorite {
    position: absolute;
    right: 3rem;
    top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.product_item .favorite img {
    width: 3rem;
}
.product_item .favorite img.heart_filled {
    display: none;
}
.product_item .favorite.active img.heart {
    display: none;
}
.product_item .favorite.active img.heart_filled {
    display: block;
}
@media (max-width: 767px) {
    .product_item {
        padding: 1rem 1rem 1.2rem 1rem;
    }
    .product_item .product_badge {
        left: 1rem;
        top: 1rem;
    }
    .product_item .product_badge p {
        font-size: 0.923rem;
        gap: 0.1rem;
    }
    .product_item .product_badge p span {
        font-size: 0.7rem;
    }
    .product_item .product_badge img {
        width: 3.2rem;
    }
    .product_item .product_img {
        width: 9rem;
        height: 9rem;
        margin: 4.6rem auto 0 auto;
    }
    .product_item .product_img img {
        width: 8.5rem;
    }
    .product_item .product_img.product_img1 img {
        width: 7.5rem;
    }
    .product_item .product_img.product_img2 img {
        width: 8rem;
    }
    .product_item .product_img.product_img3 img {
        width: 3rem;
    }
    .product_item .increase_decrease {
        gap: 2rem;
        height: 2.8rem;
        width: 2.8rem;
    }
    .product_item .increase_decrease button {
        width: 2.8rem;
        height: 2.8rem;
    }
    .product_item .increase_decrease button img {
        width: 1.1rem;
    }
    .product_item .increase_decrease .increase_num {
        font-size: 1.4rem;
    }
    .product_item .product_infos {
        padding: 0.8rem 0 0.9rem;
    }
    .product_item .product_infos p {
        padding-top: 0.6rem;
        font-size: 1.2rem;
        line-height: 1.62rem;
    }
    .product_item .product_infos h6 {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .product_item .favorite {
        right: 1rem;
        top: 1rem;
    }
    .product_item .favorite img {
        width: 1.773rem;
    }
}

.increase_decrease {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    height: 4rem;
    background: #b8336a;
    padding: 0;
    border-radius: 100rem;
    width: 4rem;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.increase_decrease button {
    width: 4rem;
    height: 4rem;
    background: #b8336a;
    border: 0;
    border-radius: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.increase_decrease .increase_num {
    font-size: 2.2rem;
    font-weight:500;
    color: #fff;
}
.increase_decrease .minus,
.increase_decrease .increase_num {
    display: none;
}
.increase_decrease:hover {
    width: 13rem;
    padding: 0 0.4rem;
}
.increase_decrease:hover .minus,
.increase_decrease:hover .increase_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .increase_decrease {
        gap: 2rem;
        height: 2.8rem;
        width: 2.8rem;
    }
    .increase_decrease button {
        width: 2.8rem;
        height: 2.8rem;
    }
    .increase_decrease button img {
        width: 1.1rem;
    }
    .increase_decrease .increase_num {
        font-size: 1.4rem;
    }
    .product_cart_area .increase_decrease .increase_num {
        font-size: 1.8rem;
    }
    .increase_decrease:hover {
        width: 100%;
        padding: 0 0.4rem;
    }
}

.favorite {
    position: absolute;
    right: 3rem;
    top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.favorite img {
    width: 3rem;
}
.favorite img.heart_filled {
    display: none;
}
.favorite.active img.heart {
    display: none;
}
.favorite.active img.heart_filled {
    display: block;
}
@media (max-width: 767px) {
    .favorite {
        right: 1rem;
        top: 1rem;
    }
    .favorite img {
        width: 1.773rem;
    }
}

.product_price {
    gap: 0.5rem;
}
.product_price .price {
    font-weight: 700;
    font-size: 2.2rem;
}
.product_price .price span {
    font-size: 1.5rem;
}
.product_price .price.discount_price {
    color: rgba(37, 43, 25, 0.4);
    position: relative;
}
.product_price .price.discount_price:before {
    background: rgba(37, 43, 25, 0.4);
    width: 100%;
    height: 0.1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: "";
    position: absolute;
}
@media (max-width: 767px) {
    .product_price {
        gap: 0.3rem;
    }
    .product_price .price {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .product_cart_area .product_price .price {
        font-size: 1.8rem;
    }
    .product_price .price span {
        font-size: 1.2rem;
        line-height: 2.4rem;
    }
}







/* the slides */
/*
.single-product .product-single-img .slick-slide {
    margin: 5px 1.2rem;
	float:right !important;
}

*/















.slick-slide {
    margin: 5px 1.2rem;
}

/* the parent */
.slick-list {
    margin: 0 -1.2rem;
}

.slick_arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    z-index: 2;
}
.slick_arrows img {
    width: 4.8rem;
}

@media (max-width: 767px) {
    /* the slides */
    .slick-slide {
        margin: 0 1rem;
    }
    /* the parent */
    .slick-list {
        margin: 0 -1rem;
    }
    .slick_arrows {
        width: 4rem;
        height: 4rem;
    }
    .slick_arrows img {
        width: 4rem;
    }
}
.categories_area .row {
    margin: 0 -1.2rem;
    gap: 2.4rem 0;
}
.categories_area .row > * {
    padding: 0 1.2rem;
}
.categories_area .category {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}
.categories_area .category:hover .category_image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.categories_area .category .category_image {
    width: 100%;
    height: 35rem;
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.categories_area .category .category_textbg {
    position: absolute;
    left: 0;
    bottom: 0;
}
.categories_area .category .category_textbg img {
    width: 32rem;
}
.categories_area .category .category_textbg h5 {
    position: absolute;
    width: 18.3rem;
    bottom: 3.1rem;
    left: 3.4rem;
}
@media (max-width: 767px) {
    .categories_area .row {
        gap: 1.4rem 0;
    }
    .categories_area .section_top {
        padding-bottom: 4rem;
    }
    .categories_area .category {
        border-radius: 0.6rem;
    }
    .categories_area .category .category_image {
        height: 16.8rem;
        border-radius: 0.6rem;
    }
    .categories_area .category .category_textbg img {
        width: 20rem;
    }
    .categories_area .category .category_textbg h5 {
        width: 16rem;
        bottom: 2rem;
        left: 1.2rem;
        font-size: 1.6rem;
        line-height: 1.92rem;
    }
}

.brands_area {
    padding-top: 10.6rem;
}
@media (max-width: 767px) {
    .brands_area {
        padding-top: 7rem;
    }
    .brands_area .section_top {
        padding-bottom: 4.7rem;
    }
}

.brands_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 3.5rem 0;
}
.brands_list .brand_img {
    padding: 1.3rem;
    border-radius: 1rem;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
}
.brands_list .brand_img:hover {
    background: #fcf2f5;
}
.brands_list .brand_img .brand_1 {
    width: 21rem;
}
.brands_list .brand_img .brand_2 {
    width: 21rem;
}
.brands_list .brand_img .brand_3 {
    width: 13.6rem;
}
.brands_list .brand_img .brand_4 {
    width: 15.1rem;
}
.brands_list .brand_img .brand_5 {
    width: 20.4rem;
}
.brands_list .brand_img .brand_6 {
    width: 18.7rem;
}
.brands_list .brand_img .brand_7 {
    width: 18rem;
}
.brands_list .brand_img .brand_8 {
    width: 21rem;
}
.brands_list .brand_img .brand_9 {
    width: 20.5rem;
}
.brands_list .brand_img .brand_10 {
    width: 16.5rem;
}
@media (max-width: 991.98px) {
    .brands_list {
        grid-template-columns: 1fr 1fr;
        gap: 3.5rem 0;
    }
}
@media (max-width: 767px) {
    .brands_list {
        gap: 1.5rem 0;
    }
    .brands_list .brand_img {
        padding: 1.3rem;
        border-radius: 1rem;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;
    }
    .brands_list .brand_img .brand_1 {
        width: 11.965rem;
    }
    .brands_list .brand_img .brand_2 {
        width: 11.965rem;
    }
    .brands_list .brand_img .brand_3 {
        width: 7.7rem;
    }
    .brands_list .brand_img .brand_4 {
        width: 8.6rem;
    }
    .brands_list .brand_img .brand_5 {
        width: 11.648rem;
    }
    .brands_list .brand_img .brand_6 {
        width: 10.698rem;
    }
    .brands_list .brand_img .brand_7 {
        width: 10.283rem;
    }
    .brands_list .brand_img .brand_8 {
        width: 11.965rem;
    }
    .brands_list .brand_img .brand_9 {
        width: 11.685rem;
    }
    .brands_list .brand_img .brand_10 {
        width: 9.405rem;
    }
}

.subscribe_area {
    padding-bottom: 12rem;
}
.subscribe_area .row {
    background: url(images/subscribe_img.png) no-repeat scroll top left/100% 100%;
    padding: 7.2rem 12.3rem;
    border-radius: 1rem;
}
.subscribe_area .subscribe_form {
    gap: 3.3rem;
}
.subscribe_area .subscribe_form input {
    height: 5rem;
    border-radius: 10rem;
    width: 46.4rem;
    border: 0;
    padding: 0 2.4rem;
    background: rgba(255, 255, 255, 0.3);
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}
.subscribe_area .subscribe_form input::-webkit-input-placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}
.subscribe_area .subscribe_form input::-moz-placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}
.subscribe_area .subscribe_form input:-ms-input-placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}
.subscribe_area .subscribe_form input::-ms-input-placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}
.subscribe_area .subscribe_form input::placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}
.subscribe_area .subscribe_form .button {
    border: 0;
}
@media (max-width: 991.98px) {
    .subscribe_area {
        padding-bottom: 5rem;
    }
    .subscribe_area .row {
        background: url(images/subscribe_bg.png) no-repeat scroll top left/100% 100%;
        padding: 6.3rem 2rem 5.6rem 2rem;
        border-radius: 0.6rem;
    }
    .subscribe_area .row .col-lg-5.text-end {
        text-align: center !important;
    }
    .subscribe_area .title_md {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 2.4rem;
        letter-spacing: 0;
    }
    .subscribe_area .subscribe_form {
        gap: 2.4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2.4rem;
    }
    .subscribe_area .subscribe_form input {
        width: 100%;
        height: 4rem;
        padding: 0 2rem;
        font-size: 1.4rem;
    }
    .subscribe_area .subscribe_form input::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    .subscribe_area .subscribe_form input::-moz-placeholder {
        font-size: 1.4rem;
    }
    .subscribe_area .subscribe_form input:-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .subscribe_area .subscribe_form input::-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .subscribe_area .subscribe_form input::placeholder {
        font-size: 1.4rem;
    }
}

.academy_area {
    padding-bottom: 12rem;
}
.academy_area .row {
    border-radius: 1rem;
    background: #fff6e8;
    overflow: hidden;
}
.academy_area .logo_2 img {
    width: 20.9rem;
}
.academy_area .academy_bg_img {
    width: 35.9rem;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.academy_area .academy_img {
    width: 100%;
}
.academy_area .content {
    max-width: 46.3rem;
}
@media (max-width: 991.98px) {
    .academy_area .row {
        border-radius: 0.6rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .academy_area .logo_2 img {
        width: 15.423rem;
    }
    .academy_area .academy_bg_img {
        width: 22.2rem;
        left: 0;
        bottom: auto;
        top: 0;
    }
    .academy_area .content {
        max-width: 100%;
        text-align: center !important;
        padding: 4.8rem 2rem 4rem 2rem;
    }
    .academy_area .content h1 {
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 300;
        color: #b8336a;
    }
    .academy_area .content .ac_content_top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .academy_area .content .button {
        margin: 0 auto;
    }
}
@media (max-width: 991.98px) {
    .academy_area {
        padding-bottom: 5rem;
    }
    .academy_area .content p {
        font-size: 1.4rem;
        line-height: 168%;
    }
}

.contact_area {
    background: #edc9d3;
    padding: 11rem 0 10.7rem;
    overflow: hidden;
    position: relative;
}
.contact_area .contact_img_L {
    width: 60.6rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact_area .contact_img_R {
    width: 63.9rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact_area .contact_form .row {
    width: 46.4rem;
    margin: 0 1.2rem;
    gap: 3rem 0;
}
.contact_area .contact_form .row > * {
    padding: 0 1.2rem;
}
@media (max-width: 991.98px) {
    .contact_area {
        padding: 13.7rem 0 16.4rem;
    }
    .contact_area .section_top {
        padding-bottom: 2.2rem;
    }
    .contact_area .section_top h2 {
        font-weight: 700;
        font-size: 2.4rem;
        letter-spacing: 0;
        padding-bottom: 1rem;
    }
    .contact_area .section_top p {
        width: 26rem;
        margin: 0 auto;
        font-size: 1.4rem;
        line-height: 148%;
    }
    .contact_area .contact_img_R {
        width: 20.924rem;
        bottom: 0;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
    }
    .contact_area .contact_img_L {
        width: 24.575rem;
        top: 0;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .contact_area .contact_form .row {
        margin: 0;
        gap: 2.4rem 0;
    }
    .contact_area .contact_form .row > * {
        padding: 0 1.2rem;
    }
    .contact_area .contact_form .form_group input {
        height: 4rem;
        padding: 0 1.6rem;
    }
    .contact_area .contact_form .form_group input::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    .contact_area .contact_form .form_group input::-moz-placeholder {
        font-size: 1.4rem;
    }
    .contact_area .contact_form .form_group input:-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .contact_area .contact_form .form_group input::-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .contact_area .contact_form .form_group input,
    .contact_area .contact_form .form_group input::placeholder {
        font-size: 1.4rem;
    }
}

.contact_form .form_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact_form .form_group .form_control {
    height: 5rem;
    padding: 0 1.5rem;
    background: #fff;
    border-radius: 10rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #252b19;
    width: 100%;
    border: 0;
    outline: none;
    border: 0.1rem solid #fff;
}
.contact_form .form_group .form_control:focus {
    border: 0.1rem solid #ff0000;
}
.contact_form .form_group .form_control.textarea_input {
    height: 9rem;
    padding-top: 1.5rem;
    border-radius: 1rem;
}
.contact_form .form_group .form_control::-webkit-input-placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #252b19;
}
.contact_form .form_group .form_control::-moz-placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #252b19;
}
.contact_form .form_group .form_control:-ms-input-placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #252b19;
}
.contact_form .form_group .form_control::-ms-input-placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #252b19;
}
.contact_form .form_group .form_control::placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #252b19;
}
.contact_form .form_group .form_message {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.744rem;
    text-align: right;
    position: absolute;
    right: 0;
}
.contact_form .form_group .form_message.p1 {
    top: -1.85rem;
    color: #7c7970;
}
.contact_form .form_group .form_message.p2 {
    bottom: -1.85rem;
    color: #ff0000;
}
@media (max-width: 767px) {
    .contact_form .form_group .form_control {
        height: 4rem;
        font-size: 1.4rem;
    }
    .contact_form .form_group .form_control.textarea_input {
        height: 9rem;
        padding-top: 1.5rem;
    }
    .contact_form .form_group .form_control::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    .contact_form .form_group .form_control::-moz-placeholder {
        font-size: 1.4rem;
    }
    .contact_form .form_group .form_control:-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .contact_form .form_group .form_control::-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .contact_form .form_group .form_control::placeholder {
        font-size: 1.4rem;
    }
    .contact_form .form_group .form_message {
        font-size: 1rem;
        line-height: 1.55rem;
        right: 0;
    }
    .contact_form .form_group .form_message.p1 {
        top: -1.5rem;
    }
    .contact_form .form_group .form_message.p2 {
        bottom: -1.5rem;
    }
}

.checkbox {
    cursor: pointer;
    display: grid !important;
    grid-template-columns: 3.5rem 1fr;
    /*width: -webkit-fit-content;*/
    /*width: -moz-fit-content;*/
    /*width: fit-content;*/
    margin: 0 auto;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.checkbox .check {
    width: 1.8rem;
    height: 1.8rem;
    background: transparent;
    border: 0.1rem solid #b8336a;
    border-radius: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}
.checkbox .check img {
    width: 1.2rem;
    opacity: 0;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(102%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(102%) contrast(101%);
}
.checkbox.active .check {
    background: #b8336a;
}
.checkbox.active .check img {
    opacity: 1;
}
@media (max-width: 767px) {
    .checkbox {
        display: grid !important;
        grid-template-columns: 1.8rem 1fr;
        gap: 1rem;
        padding-top: 2.2rem;
        padding-bottom: 2.7rem;
    }
    .checkbox .check {
        width: 1.8rem;
        height: 1.8rem;
        margin-left: 1rem;
    }
    .checkbox .check img {
        width: 0.8rem;
    }
    .checkbox p {
        font-size: 1.2rem;
        line-height: 158.5%;
    }
}

.testimonial_area {
    padding: 14.2rem 0 23rem;
}
.testimonial_area .slick-dots {
    position: absolute;
    left: auto;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -8.8rem;
}
.testimonial_area .slick-dots li {
    background: rgba(0, 0, 0, 0.1490196078);
}
.testimonial_area .slick-dots li.slick-active {
    height: 0.8rem;
    background: #252b19;
}
.testimonial_area .testimonial_slide {
    text-align: right;
    padding: 7.7rem 12.3rem 0 5rem;
    height: 47.1rem;
    border: 0.1rem solid #252b19;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}
.testimonial_area .testimonial_slide p {
    max-width: 46.3rem;
}
.testimonial_area .testimonial_slide p.p1 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.2em;
    color: rgba(37, 43, 25, 0.6);
}
.testimonial_area .testimonial_slide .testimonial_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43rem;
    z-index: -1;
}
.testimonial_area .slick-prev {
    right: -2.4rem;
    left: auto;
}
.testimonial_area .slick-next {
    left: -2.4rem;
    right: auto;
}
@media (max-width: 991.98px) {
    .testimonial_area {
        padding: 10rem 10rem;
    }
    .testimonial_area .slick-dots {
        bottom: -3.6rem;
    }
    .testimonial_area .slick-dots li.slick-active {
        height: 0.6rem;
    }
    .testimonial_area .testimonial_slide {
        padding: 5.6rem 2rem 12rem 2rem;
        height: 40.5rem;
        border-radius: 0.6rem;
    }
    .testimonial_area .testimonial_slide p {
        max-width: 100%;
    }
    .testimonial_area .testimonial_slide p.p1 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .testimonial_area .testimonial_slide .testimonial_img {
        width: 30rem;
    }
    .testimonial_area .slick-prev {
        display: none;
    }
    .testimonial_area .slick-next {
        display: none;
    }
}
@media (max-width: 767px) {
    .testimonial_area {
        padding: 7rem 0 9.8rem;
    }
    .testimonial_area .testimonial_slider {
        width: 90%;
        margin: 0 auto;
    }
    .testimonial_area .testimonial_slider .slick-list {
        overflow: visible !important;
    }
    .testimonial_area .slick-dots {
        bottom: -3.6rem;
    }
    .testimonial_area .slick-dots li.slick-active {
        height: 0.6rem;
    }
    .testimonial_area .testimonial_slide {
        padding: 5.6rem 2rem 12rem 2rem;
        height: 40.5rem;
        border-radius: 0.6rem;
    }
    .testimonial_area .testimonial_slide h3 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        font-weight: 700;
    }
    .testimonial_area .testimonial_slide p {
        max-width: 100%;
    }
    .testimonial_area .testimonial_slide p.p1 {
        font-size: 1.4rem;
        line-height: 150%;
    }
    .testimonial_area .testimonial_slide .testimonial_img {
        width: 25rem;
    }
    .testimonial_area .slick-prev {
        display: none !important;
    }
    .testimonial_area .slick-next {
        display: none !important;
    }
    .testimonial_area .section_top {
        padding-bottom: 4rem;
    }
    .testimonial_area .section_top h2 {
        font-size: 2.4rem;
    }
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.instagram_area {
    padding: 10rem 0 15rem;
    background: #fcf2f5;
}
.instagram_area .row {
    margin: 0 -1rem;
}
.instagram_area .row > * {
    padding: 1rem;
}
.instagram_area .section_top h6 {
    text-transform: uppercase;
}
.instagram_area .insta_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.instagram_area .insta_img img {
    width: 100%;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    height: auto;
}
.instagram_area .insta_img img:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}
@media (max-width: 991.98px) {
    .instagram_area {
        padding: 5rem 0 8rem;
    }
    .instagram_area .row {
        gap: 2rem 0;
        padding: 0;
    }
    .instagram_area .insta_img img {
        -webkit-transition: 0.25s ease;
        transition: 0.25s ease;
    }
}
@media (max-width: 767px) {
    .instagram_area .insta_img img {
        aspect-ratio: 4/4;
    }
    .instagram_area .section_top {
        padding-bottom: 4rem;
    }
    .instagram_area .section_top h2 {
        padding-bottom: 2rem;
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: 0;
    }
    .instagram_area .section_top h6 {
        text-transform: uppercase;
        padding-left: 0.8rem !important;
    }
}

.workout_icon {
    background: #b8336a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 10rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: fixed;
    left: 3rem;
    bottom: 6rem;
    -webkit-box-shadow: 0 0.4rem 1.7rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.4rem 1.7rem 0 rgba(0, 0, 0, 0.2);
}
.workout_icon:hover {
    background: #912150;
}
.workout_icon img {
    width: 3.8rem;
}
@media (max-width: 767px) {
    .workout_icon {
        width: 4rem;
        height: 4rem;
        left: 2rem;
        bottom: 2rem;
    }
    .workout_icon img {
        width: 2.4rem;
    }
}

.whatsapp_icon {
    -webkit-box-shadow: 0 0.4rem 1.7rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.4rem 1.7rem 0 rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 10rem;
    background: #fff;
    position: fixed;
    right: 3rem;
    bottom: 6rem;
}
.whatsapp_icon:hover {
    background: #ffedf2;
}
.whatsapp_icon img {
    width: 3.6rem;
}
@media (max-width: 767px) {
    .whatsapp_icon {
        width: 4rem;
        height: 4rem;
        right: 2rem;
        bottom: 2rem;
    }
    .whatsapp_icon img {
        width: 2.4rem;
    }
}

@media (max-width: 767px) {
    .join_club_area {
        background: url(images/join_bg_sm.png) no-repeat scroll top left/cover !important;
        padding: 23.6rem 0 5.3rem;
    }
    .join_club_area .content p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding: 2.4rem 0 3.2rem;
        width: 23.6rem;
        margin: 0 auto;
    }
}

.navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}
.navigation ul li {
    font-size: 1.2rem;
    line-height: 1.662rem;
    letter-spacing: 0.02em;
}
@media (max-width: 767px) {
    .navigation {
        display: none;
    }
}

@media (max-width: 767px) {
    .product_area_type2 {
        padding-top: 4rem !important;
        padding-bottom: 6rem;
    }
    .product_area_type2 .title_md {
        font-size: 2.4rem;
        line-height: 2.88rem;
        letter-spacing: 0;
    }
    .product_area_type2 .section_top {
        padding-bottom: 4rem;
    }
    .product_area_type2 .section_top.section_top_2.pb_60 {
        padding-bottom: 2.2rem;
    }
    .product_area_type2 .section_top p.pb_100 {
        padding-bottom: 4.8rem;
    }
}

@media (max-width: 991.98px) {
    .inner_hero_area {
        background: url(images/inner_blog_hero_cover.png) no-repeat scroll top left/cover !important;
    }
}
@media (max-width: 767px) {
    .inner_hero_area {
        padding: 9.5rem 0;
        background: url(images/blog_inner_cover_sm.png) no-repeat scroll top left/100% 100% !important;
    }
    .inner_hero_area h1 {
        padding: 0;
        font-size: 3.2rem;
        line-height: 3.79rem;
    }
    .inner_hero_area .navigation {
        display: none;
    }
}

.blog_area .row {
    gap: 8rem 0;
}
.blog_area .blog .blog_img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
}
.blog_area .blog .blog_badge {
    height: 4rem;
    background: #ffffff;
    padding: 0 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 3rem;
    top: 3rem;
    border-radius: 0.8rem;
}
.blog_area .blog .blog_bottom .text_xxl {
    line-height: 3.3rem;
}
.blog_area .blog .blog_bottom .blog_link {
    color: #b8336a;
}
.blog_area .blog .blog_bottom .blog_link:hover {
    color: #252b19;
}
.blog_area .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.6rem;
    border: none;
}
.blog_area .nav .nav-link {
    height: 5.9rem;
    padding: 0 2.4rem;
    border-radius: 6rem !important;
    border: 0.1rem solid rgba(37, 43, 25, 0.2) !important;
    font-size: 1.8rem;
    color: #252b19;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    font-weight: lighter;
}
.blog_area .nav .nav-link.active, .blog_area .nav .nav-link:hover {
    background: #252b19 !important;
    color: #fff !important;
}
@media (max-width: 991.98px) {
    .blog_area .row {
        gap: 3.2rem 0;
    }
    .blog_area .blog .blog_badge {
        height: 2.75rem;
        padding: 0 0.65rem;
        left: 2.06rem;
        top: 2.06rem;
        border-radius: 0.69rem;
    }
    .blog_area .blog .blog_bottom {
        padding: 1.79rem 1.93rem 0 1.93rem;
    }
    .blog_area .blog .blog_bottom .text_xxl {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-bottom: 1.4rem;
    }
    .blog_area .blog .blog_bottom .blog_link {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .blog_area .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: .6rem;
        border: none;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
    }
    .blog_area .nav::-webkit-scrollbar {
        scrollbar-width: none;
        display: none;
    }
    .blog_area .nav .nav-link {
        height: 4rem;
        padding: 0 1.4rem;
        font-size: 1.4rem;
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .blog_area {
        padding: 3.2rem 0 4.8rem;
    }
    .blog_area .row {
        padding-bottom: 4.8rem;
    }
    .blog_area .tab-content {
        padding-bottom: 0;
    }
    .blog_area .blog .blog_badge {
        height: 2.75rem;
        padding: 0 0.65rem;
        left: 2.06rem;
        top: 2.06rem;
        border-radius: 0.69rem;
    }
    .blog_area .blog .blog_bottom {
        padding: 1.79rem 1.93rem 0 1.93rem;
    }
    .blog_area .blog .blog_bottom .text_xxl {
        line-height: 1.6rem !important;
        line-height: 2.4rem !important;
        padding-bottom: 1.4rem;
    }
    .blog_area .blog .blog_bottom .blog_link {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .blog_area .nav {
        width: calc(100% + 4rem);
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem);
        padding-bottom: 3.2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.nav.nav_style {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.6rem;
    border: none;
}
.nav.nav_style .nav-link {
    height: 5.9rem;
    padding: 0 2.4rem;
    border-radius: 6rem !important;
    border: 0.1rem solid rgba(37, 43, 25, 0.2) !important;
    font-size: 1.8rem;
    color: #252b19;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.nav.nav_style .nav-link.active, .nav.nav_style .nav-link:hover {
    background: #252b19 !important;
    color: #fff !important;
}
@media (max-width: 991.98px) {
    .nav.nav_style {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1.6rem;
        border: none;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
    }
    .nav.nav_style::-webkit-scrollbar {
        scrollbar-width: none;
        display: none;
    }
    .nav.nav_style .nav-link {
        height: 4rem;
        padding: 0 1.4rem;
        font-size: 1.4rem;
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .nav.nav_style {
        width: calc(100% + 4rem);
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem);
        padding-bottom: 3.2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.woocommerce-pagination{
    overflow-x: auto;
}

.woocommerce-pagination .page-numbers,
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span.current,
.woocommerce-pagination .page-numbers span.page-numbers,
.pagination span.page-numbers,
.pagination a,
.pagination span.current{
    width: 4.2rem;
    height: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10rem;
    background: transparent;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    font-size: 1.6rem;
}
.woocommerce-pagination .page-numbers a:hover,
.woocommerce-pagination .page-numbers a.active,
.woocommerce-pagination .page-numbers a.next,
.woocommerce-pagination .page-numbers a.prev,
.pagination a:hover,
.pagination a.active,
.pagination a.next,
.pagination a.prev,
.pagination span.current,.woocommerce-pagination .page-numbers span.current {
    background: #ffedf2;
    font-weight: 700;
}
.woocommerce-pagination .page-numbers a img,
.pagination a img {
    width: 0.6rem;
}
@media (max-width: 767px) {
    .woocommerce-pagination .page-numbers,
    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1.5rem;
    }

    .woocommerce-pagination .page-numbers a,
    .woocommerce-pagination .page-numbers span.current,
    .pagination a,
    .pagination span.current {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.4rem;
    }
    .woocommerce-pagination .page-numbers a img,
    .pagination a img {
        width: 0.5rem;
    }
}

.blog_link {
    color: #b8336a;
    text-decoration: underline;
}
.blog_link:hover {
    color: #252b19;
    text-decoration: none;
}

.blog_single_area .blog_single_top {
    gap: 13.5rem;
}
.blog_single_area .blog_single_top .blog_single_top_left .blog_s_top_icons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 2.8rem;
}
.blog_single_area .blog_single_top .blog_single_top_left .blog_s_top_icons .whatsapp_black {
    width: 1.792rem;
}
.blog_single_area .blog_single_top .blog_single_top_left .blog_s_top_icons .facebook_black {
    width: 1.85rem;
}
.blog_single_area .blog_single_top .blog_single_top_left .blog_s_top_icons .link_black {
    width: 1.1rem;
    max-width: inherit;
}
.blog_single_area .blog_single_top .blog_s_badge {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    height: 4rem;
    padding: 0 1.4rem;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffedf2;
    border-radius: 1rem;
    color: #b8336a;
}
.blog_single_area .blog_single_wrap > img {
    width: 100%;
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog_single_area .blog_single_wrap .blog_single_texts {
    text-align: right;
}
.blog_single_area .blog_single_wrap .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8rem;
}
.blog_single_area .blog_single_wrap .main_pink_color_bg {
    width: 6.6rem !important;
}
@media (max-width: 991.98px) {
    .blog_single_area .blog_single_top {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog_single_area .blog_single_top .blog_single_top_left .blog_s_top_icons {
        gap: 4rem;
    }
    .blog_single_area .blog_single_top .blog_s_badge {
        font-size: 1.2rem;
        height: 3.2rem;
        border-radius: 0.8rem;
    }
    .blog_single_area .blog_single_top .title_40 {
        text-align: center !important;
        padding: 2.4rem 0 2.8rem;
    }
    .blog_single_area .blog_single_wrap .play_icon {
        width: 4.8rem;
    }
    .blog_single_area .blog_single_wrap .main_pink_color_bg {
        width: 3.3rem !important;
    }
}
@media (max-width: 767px) {
    .blog_single_area {
        padding-bottom: 7rem;
    }
    .blog_single_area .blog_single_top {
        padding-bottom: 4rem;
    }
    .blog_single_area .blog_single_top .title_40 {
        font-size: 2.4rem;
        line-height: 3.33rem;
    }
    .blog_single_area .blog_single_wrap.pt_60 {
        padding-top: 4rem;
    }
    .blog_single_area .blog_single_wrap .blog_single_texts.pt_60 {
        padding-top: 4rem;
    }
    .blog_single_area .blog_single_wrap .blog_single_texts.pb_60 {
        padding-bottom: 4rem;
    }
    .blog_single_area .blog_single_wrap .blog_single_texts .title_sm {
        font-size: 1.8rem;
        line-height: 2.1rem;
        padding-bottom: 2.4rem;
    }
    .blog_single_area .blog_single_wrap .blog_single_texts p {
        font-size: 1.4rem;
    }
    .blog_single_area .blog_single_wrap .blog_single_texts p.pb_30 {
        padding-bottom: 2.4rem;
    }
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8rem;
}
@media (max-width: 991.98px) {
    .play_icon {
        width: 4.8rem;
    }
}

@media (max-width: 767px) {
    .blog_single_blog {
        padding-top: 0;
    }
    .blog_single_blog .section_top {
        padding-bottom: 3.2rem;
    }
    .blog_single_blog .section_top .title_40 {
        font-size: 2.4rem;
        line-height: 2.88rem;
        letter-spacing: 0.06em;
    }
}

.about_hero {
    background: #fcf2f5;
    padding-bottom: 4.6rem;
}
.about_hero .about_hero_img {
    width: 82.1rem;
}
.about_hero .content {
    max-width: 59.1rem;
}
.about_hero .content .title_md {
    width: 50.5rem;
    letter-spacing: 0;
    line-height: 1.385;
}
.about_hero .content .p2 {
    padding-left: 12rem;
    line-height: 1.645;
}
.about_hero .about_hero_bg {
    position: absolute;
    bottom: 2.1rem;
    right: 0;
    width: 37.1rem;
}
@media (max-width: 991.98px) {
    .about_hero {
        padding-top: 5rem;
        padding-bottom: 9rem;
    }
    .about_hero .about_hero_img {
        width: 100%;
    }
    .about_hero .content {
        max-width: 100%;
        margin-bottom: 3.7rem;
        text-align: center !important;
    }
    .about_hero .content .title_md {
        width: 100%;
    }
    .about_hero .content .p2 {
        padding-left: 0;
    }
    .about_hero .about_hero_bg {
        top: 1.94rem;
        right: 0;
        width: 15.8rem;
    }
    .about_hero .col-lg-6 {
        padding: 0;
    }
    .about_hero .title_md {
        padding: 2rem 0;
    }
}

.Inner_about_area {
    padding: 9.5rem 0 12rem;
}
@media (max-width: 991.98px) {
    .Inner_about_area {
        padding: 5.6rem 0 8remrem;
    }
    .Inner_about_area .row.r1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 5.6rem;
    }
    .Inner_about_area .row.r2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .Inner_about_area .row .content {
        padding-bottom: 4.8rem;
    }
    .Inner_about_area .row .content h2 {
        padding-bottom: 2.4rem;
    }
    .Inner_about_area .row .content p {
        font-size: 1.4rem;
        line-height: 2.499rem;
    }
}

.ab_service_area {
    background: #fff6e8;
    padding: 10.4rem 0 14.2rem 0;
    position: relative;
}
.ab_service_area .ab_service_bg_left {
    width: 21rem;
    bottom: 10.8rem;
    position: absolute;
    left: 0;
}
.ab_service_area .ab_service_bg_right {
    width: 21rem;
    top: 5.6rem;
    position: absolute;
    right: 0;
}
.ab_service_area .ab_service_slider {
    margin-bottom: 2.4rem;
}
.ab_service_area .ab_service_slider .ab_service_slide {
    height: 100%;
}
.ab_service_area .slick-dots {
    display: none !important;
}
.ab_service_area .ab_service {
    padding: 6.5rem 5rem 5rem 5rem;
    border-radius: 1rem;
    background: #fff;
    height: 48rem;
}
.ab_service_area .ab_service.ab_service2 {
    height: 26.1rem;
    padding: 5rem 3.7rem 5rem 6.7rem;
    grid-template-columns: 14.6rem 1fr;
}
.ab_service_area .ab_service.ab_service2 .ab_service_img {
    width: 14.6rem;
    height: 14.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ab_service_area .ab_service.ab_service2 .ab_service_img img {
    width: 10rem;
}
.ab_service_area .ab_service.ab_service2 .ab_service_img img.ab_service_icon4 {
    width: 14rem;
}
.ab_service_area .ab_service.ab_service2 .ab_service_img img.ab_service_icon5 {
    width: 8.856rem;
}
.ab_service_area .ab_service .ab_service_img {
    height: 12.528rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ab_service_area .ab_service .ab_service_img img {
    width: 15rem;
}
.ab_service_area .ab_service .ab_service_img img.ab_service_icon1 {
    width: 12.552rem;
}
.ab_service_area .ab_service .ab_service_img img.ab_service_icon2 {
    width: 18.303rem;
}
.ab_service_area .ab_service .ab_service_img img.ab_service_icon3 {
    width: 16.3rem;
}
.ab_service_area .slick_arrows {
    display: none !important;
}
@media (max-width: 991.98px) {
    .ab_service_area {
        padding: 13.4rem 0 18.2rem 0;
    }
    .ab_service_area .ab_service_bg_left {
        width: 28rem;
        top: 0;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .ab_service_area .ab_service_bg_right {
        width: 30rem;
        bottom: 0;
        top: auto;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    .ab_service_area .ab_service {
        padding: 4rem 4rem 4rem 4rem;
        height: 45rem;
    }
    .ab_service_area .ab_service .ab_service_img {
        height: 10rem;
    }
    .ab_service_area .ab_service .ab_service_img img {
        width: 12rem;
    }
    .ab_service_area .ab_service .ab_service_img img.ab_service_icon1 {
        width: 11rem;
    }
    .ab_service_area .ab_service .ab_service_img img.ab_service_icon2 {
        width: 17rem;
    }
    .ab_service_area .ab_service .ab_service_img img.ab_service_icon3 {
        width: 15rem;
    }
    .ab_service_area .slick-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ab_service_area .section_top {
        padding-bottom: 4rem;
    }
    .ab_service_area .section_top h2 {
        font-size: 2.4rem;
        line-height: 2.88rem;
        letter-spacing: 0.06em;
    }
    .ab_service_area .section_top h2 br {
        display: none;
    }
}
@media (max-width: 767px) {
    .ab_service_area .ab_service_bg_left {
        width: 21.5rem;
    }
    .ab_service_area .ab_service_bg_right {
        width: 26.9rem;
    }
    .ab_service_area .ab_service {
        padding: 3.8rem 2.1rem 3.2rem 2.2rem;
        height: 32.7rem;
    }
    .ab_service_area .ab_service .ab_service_img {
        height: 8rem;
        margin-bottom: 2.5rem;
    }
    .ab_service_area .ab_service .ab_service_img img {
        width: 7rem;
    }
    .ab_service_area .ab_service .ab_service_img img.ab_service_icon1 {
        width: 7rem;
    }
    .ab_service_area .ab_service .ab_service_img img.ab_service_icon2 {
        width: 10rem;
    }
    .ab_service_area .ab_service .ab_service_img img.ab_service_icon3 {
        width: 8rem;
    }
    .ab_service_area .ab_service .title_sm {
        padding-bottom: 1rem;
        line-height: 1.3;
    }
    .ab_service_area .slick-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ab_service_area .ab_service_slider {
        width: 30.4rem;
        margin: 0 auto;
    }
    .ab_service_area .ab_service_slider .slick-list {
        overflow: visible;
        margin: 0 -0.5rem;
    }
    .ab_service_area .ab_service_slider .slick-slide {
        margin: 0 0.5rem;
    }
}

@media (max-width: 991.98px) {
    .arrows_bottom_style .slick-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        top: auto;
        bottom: -4.8rem;
    }
    .arrows_bottom_style .slick-dots li {
        height: 0.8rem;
        width: 0.8rem;
    }
    .arrows_bottom_style .slick-dots li.slick-active {
        width: 2.4rem;
        background: #252b19;
    }
}
.about_page_section {
    padding-top: 10.7rem;
    padding-bottom: 1.4rem;
}
.about_page_section .content {
    width: 58.6rem;
}
@media (max-width: 991.98px) {
    .about_page_section {
        padding-top: 5.6rem;
    }
    .about_page_section .container-fluid {
        padding: 0 2rem !important;
    }
    .about_page_section .container-fluid .pl_80 {
        padding-left: 0.65rem;
    }
    .about_page_section .content {
        width: 100%;
        text-align: center !important;
        padding-top: 5.6rem;
    }
    .about_page_section .content .title_md {
        font-weight: 700;
    }
    .about_page_section .content p {
        font-size: 1.4rem;
        line-height: 2.499rem;
        padding: 2.4rem 0 3.2rem;
    }
    .about_page_section .content .button {
        margin: 0 auto;
    }
}

/*.about_page_video .you_tube_video {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 5rem;
  display: none;
}
@media (max-width: 991.98px) {
  .about_page_video .you_tube_video {
    display: block;
  }
}*/



.about_page_video .you_tube_video {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 8rem;
    pointer-events: none;
}
.about_page_video .cosmetic_video {
    cursor: pointer;
}
.about_page_video .cosmetic_video video {
    width: 100%;
    height: 62rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
}
@media (max-width: 991.98px) {
    .about_page_video .you_tube_video {
        width: 6.5rem;
    }
    .about_page_video .cosmetic_video {
        cursor: pointer;
    }
    .about_page_video .cosmetic_video video {
        height: 35rem;
        border-radius: 1rem;
    }
}
@media (max-width: 767px) {
    .about_page_video .you_tube_video {
        width: 5rem;
    }
    .about_page_video .cosmetic_video {
        cursor: pointer;
    }
    .about_page_video .cosmetic_video video {
        height: 13.7rem;
        border-radius: 1rem;
    }
}


.servicing_area {
    padding: 14rem 0;
}
.servicing_area .servicing_wrap {
    background: #fcf2f5;
    border-radius: 1rem;
}
.servicing_area .servicing_wrap .servicing_rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.servicing_area .servicing_wrap .servicing_box {
    grid-template-columns: 9.3rem 1fr;
    text-align: right;
}
.servicing_area .servicing_wrap .servicing_img {
    width: 9.3rem;
    height: 9.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.servicing_area .servicing_wrap .servicing_img .servicing1 {
    width: 4.624rem;
}
.servicing_area .servicing_wrap .servicing_img .servicing2 {
    width: 5.842rem;
}
.servicing_area .servicing_wrap .servicing_img .servicing3 {
    width: 4.987rem;
}
.servicing_area .servicing_wrap .servicing_img .servicing4 {
    width: 6.975rem;
}
.servicing_area .servicing_wrap .servicing_img .servicing5 {
    width: 11.6rem;
}
@media (max-width: 991.98px) {
    .servicing_area {
        padding: 14rem 0;
    }
    .servicing_area .servicing_wrap .servicing_rows {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 3rem 0;
    }
    .servicing_area .servicing_wrap .servicing_box {
        grid-template-columns: 1fr;
        width: 50%;
        gap: 1.5rem;
        text-align: center;
    }
    .servicing_area .servicing_wrap .servicing_img {
        width: 5.4rem;
        height: 5.4rem;
        margin: 0 auto;
    }
    .servicing_area .servicing_wrap .servicing_img .servicing1 {
        width: 2.6rem;
    }
    .servicing_area .servicing_wrap .servicing_img .servicing2 {
        width: 3.3rem;
    }
    .servicing_area .servicing_wrap .servicing_img .servicing3 {
        width: 2.8rem;
    }
    .servicing_area .servicing_wrap .servicing_img .servicing4 {
        width: 4rem;
    }
    .servicing_area .servicing_wrap .servicing_img .servicing5 {
        width: 6.8rem;
    }
}
@media (max-width: 767px) {
    .servicing_area {
        padding: 6rem 0;
    }
    .servicing_area .servicing_wrap {
        padding: 4rem 3rem 3.8rem 3rem;
    }
    .servicing_area .servicing_wrap .section_top .title_md {
        letter-spacing: 0;
        font-weight: 700;
        padding-bottom: 3rem;
        font-size: 2.4rem;
        letter-spacing: 0;
    }
    .servicing_area .servicing_wrap .servicing_rows {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 3rem 0;
    }
    .servicing_area .servicing_wrap .servicing_box {
        grid-template-columns: 1fr;
        width: 50%;
        gap: 1.5rem;
        text-align: center;
    }
    .servicing_area .servicing_wrap .servicing_box:last-child .servicing_img {
        height: auto;
        padding-bottom: 1rem;
    }
    .servicing_area .servicing_wrap .servicing_box p {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .inner_hero_area.qna_inner_hero {
        background: url(images/qna_cover_sm.png) no-repeat scroll top left/100% 100% !important;
    }
}
@media (max-width: 575px) {
    .inner_hero_area.qna_inner_hero {
        background: url(images/qna_cover_sm.png) no-repeat scroll top left/100% 100% !important;
    }
}

.qna_area .accordion {
    display: grid;
    gap: 2.4rem;
}
.qna_area .accordion .accordion-item {
    border: none;
    padding: 4.2rem 4rem;
    background: #fff6e8;
    border-radius: 1rem;
}
.qna_area .accordion .accordion-item .accordion_button {
    width: 100%;
    border: none;
    outline: none;
    background: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.qna_area .accordion .accordion-item .accordion_button .acc_arrow {
    width: 2.5rem;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.qna_area .accordion .accordion-item .accordion_button:not(.collapsed) .acc_arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.qna_area .accordion .accordion-item .accordion_body {
    text-align: right;
    padding: 2.5rem 0 1rem;
}
@media (max-width: 991.98px) {
    .qna_area .accordion {
        gap: 1.6rem;
    }
    .qna_area .accordion .accordion-item {
        padding: 2.8rem 2rem 2.8rem 2rem;
    }
    .qna_area .accordion .accordion-item .accordion_button .acc_arrow {
        width: 1.8rem;
    }
    .qna_area .accordion .accordion-item .accordion_body {
        padding: 1rem 0 1.2rem;
    }
}
@media (max-width: 991.98px) {
    .qna_area {
        padding: 4rem 0 6rem;
    }
}

.contact_area2 {
    padding: 3.3rem 0 7.7rem;
}
.contact_area2 .bg_text {
    width: 30rem;
    position: absolute;
    right: 4.1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 148.5%;
}
.contact_area2 .contact_img_L {
    width: 53.1rem;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.contact_area2 .contact_img_R {
    width: 58.2rem;
}
.contact_area2 .form_top_link {
    padding: 1.6rem 3rem;
    border-radius: 1rem;
    background: #da8ba0;
    font-size: 1.6rem;
    color: #fff;
}
.contact_area2 .form_top_link span {
    padding: 0 1rem;
}
.contact_area2 .contact_form .row {
    width: calc(100% + 2.4rem) !important;
    margin: 0 -1.2rem;
}
@media (max-width: 991.98px) {
    .contact_area2 {
        padding: 10.3rem 0 15.3rem;
    }
    .contact_area2 .bg_text {
        width: 18rem;
        right: 50%;
        top: 2rem;
        font-size: 0.8rem;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        line-height: 148.5%;
        z-index: 1;
    }
    .contact_area2 .contact_img_L {
        width: 32rem;
        top: 0;
        left: 50%;
        right: auto;
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }
    .contact_area2 .contact_img_R {
        width: 29.66rem;
        left: 50%;
        right: auto;
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }
    .contact_area2 .form_top_link {
        padding: 1rem 2rem;
        border-radius: 1rem;
        font-size: 1.4rem;
        margin-top: 0;
        margin-bottom: 2.4rem;
    }
    .contact_area2 .form_top_link span {
        padding: 0 0.6rem;
    }
    .contact_area2 .contact_form .row {
        width: calc(100% + 2.4rem) !important;
        margin: 0 -1.2rem;
    }
    .contact_area2 .section_top {
        padding-bottom: 1.6rem;
    }
    .contact_area2 .section_top h2 {
        font-size: 3.2rem;
        line-height: 118.5%;
        padding-bottom: 1.2rem;
    }
    .contact_area2 .section_top p {
        font-size: 1.4rem;
        letter-spacing: 0;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .contact_area2 {
        padding: 10.3rem 0 15.3rem;
    }
    .contact_area2 .bg_text {
        font-size: 0.76rem;
    }
}

.nice-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nice-select:focus {
    border: 0.1rem solid #fff !important;
}
.nice-select .list {
    border-radius: 0 0 2.5rem 2.5rem;
    margin-top: 0;
    -webkit-transform: scale(0.75) translateY(-2.1rem);
    transform: scale(0.75) translateY(-2.1rem);
    z-index: 9;
    padding-top: 0;
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0.2rem solid #fff !important;
    max-height: 18rem;
    overflow: auto;
    top: 100%;
}
.nice-select .list:hover li:nth-child(odd) {
    background: #f8f9f8;
}
.nice-select .list:hover li:nth-child(even) {
    background: #fff;
}
.nice-select .list::-webkit-scrollbar {
    background: none;
    width: 0.6rem; /* Scrollbar width */
}
.nice-select .list::-webkit-scrollbar-track {
    background: none; /* No background */
}
.nice-select .list::-webkit-scrollbar-thumb {
    width: 0.6rem; /* Scrollbar width */
    background: #b8336a;
    border-radius: 10rem;
}
.nice-select .list li {
    height: 4.8rem;
    text-align: justify;
    padding-right: 1.6rem;
}
.nice-select .list li:nth-child(odd) {
    background: #f8f9f8;
}
.nice-select.open {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important;
}
.nice-select.open .list {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    position: relative;
}
.nice-select:after {
    border-bottom: 0.2rem solid #b8336a;
    border-right: 0.2rem solid #b8336a;
    display: block;
    height: 1rem;
    width: 1rem;
    margin-top: -0.5rem;
    pointer-events: none;
    position: absolute;
    left: 1.6rem;
    right: auto;
    top: 50%;
    z-index: 99;
}

.error_area {
    background: #fff6e8;
    padding: 11.7rem 0 19.7rem;
}
.error_area .error_num {
    font-size: 20rem;
    line-height: 25.7rem;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 0.1rem #b8336a;
    text-align: center;
}
.error_area .contact_img_L {
    width: 51.2rem;
}
.error_area .contact_img_R {
    width: 58.2rem;
}
@media (max-width: 991.98px) {
    .error_area {
        padding: 16.5rem 0 19.2rem;
    }
    .error_area .error_num {
        font-size: 10rem;
        line-height: 12.85rem;
    }
    .error_area .contact_img_L {
        width: 35.2rem;
    }
    .error_area .contact_img_R {
        width: 20.936rem;
    }
    .error_area .section_top .title_md {
        line-height: 118.5%;
        padding-bottom: 0;
        font-size: 2.35rem;
        letter-spacing: 0;
    }
    .error_area .section_top p {
        padding: 2.4rem 0 4.8rem;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .category_inner_hero {
        background: url(images/category_cover_sm.png) no-repeat scroll top left/cover !important;
    }
}
@media (max-width: 767px) {
    .category_inner_hero {
        padding: 9.5rem 0;
        background: url(images/category_cover_sm.png) no-repeat scroll top left/100% 100% !important;
    }
    .category_inner_hero h1 {
        padding: 0;
        font-size: 3.2rem;
        line-height: 3.79rem;
    }
    .category_inner_hero .navigation {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .category_area {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }
    .category_area .tab-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 991.98px) {
    .categories_area {
        padding-bottom: 3rem;
    }
}

.navslider.nav .slick_arrows {
    width: 12.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
    height: 4.8rem;
}
.navslider.nav .slick_arrows img {
    width: 4.8rem;
    height: 4.8rem;
}
.navslider.nav .slick_arrows.slick-prev {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.navslider.nav .slick_arrows.slick-next {
    right: 0;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    background: linear-gradient(260deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.navslider.nav .slick_arrows.slick-disabled {
    opacity: 0;
    pointer-events: none;
}
.navslider.nav.nav_style .nav-link {
    height: 4.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.219rem;
    letter-spacing: 0.01em;
}
.navslider.nav .slick-list {
    padding: 0.3rem 0 !important;
    margin: 0 -0.3rem;
}
.navslider.nav .slick-slide {
    margin: 0 0.3rem;
}
@media (max-width: 991.98px) {
    .navslider.nav {
        padding: 0.4rem 2rem;
        gap: 0.6rem;
    }
    .navslider.nav .slick_arrows {
        display: none !important;
    }
    .navslider.nav.nav_style {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
    .navslider.nav.nav_style .nav-link {
        height: 4.2rem;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2.219rem;
        letter-spacing: 0.01em;
    }
}

.category_top_wrap .category_top {
    padding-bottom: 3.2rem;
}
.category_top_wrap .category_top > p {
    width: 70.8rem;
}
.category_top_wrap .category_top > p.extra_content {
    display:none;
}
.category_top_wrap .category_top .arrow_back_menu img {
    width: 4.5rem;
}
.category_top_wrap hr {
    border-top: 0.1rem solid #252b19;
    margin: 2.8rem 0;
    opacity: 0.2;
}
.category_top_wrap .category_t_bottom {
    position: relative;
    z-index: 99;
}
.category_top_wrap .category_t_bottom .category_tb_left .gray_select {
    height: 4rem;
    padding: 0 2.6rem;
    background: #ffedf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.55rem;
}
.category_top_wrap .category_t_bottom .category_tb_left .gray_select:focus {
    border: 0.1rem solid #ffedf2;
}
.category_top_wrap .category_t_bottom .category_tb_left .gray_select:after {
    top: 0;
    margin-top: -0.5rem;
    left: 0;
    position: relative;
    border-bottom: 0.2rem solid #000000;
    border-right: 0.2rem solid #000000;
}
.category_top_wrap .category_t_bottom .category_tb_left .gray_select .list {
    padding-top: 0;
    -webkit-transform: scale(0.75) translateY(-2.1rem);
    transform: scale(0.75) translateY(-2.1rem);
}
.category_top_wrap .category_t_bottom .category_tb_left .gray_select.open .list {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.category_top_wrap .category_t_bottom .category_tb_left .gray_select .option {
    line-height: 4rem;
    min-height: 4rem;
    font-size: 1.45rem;
}
@media (max-width: 991.98px) {
    .category_top_wrap .category_top {
        padding-bottom: 3.2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
    .category_top_wrap .category_top > p {
        width: 100%;
        font-size: 1.4rem;
    }
    .category_top_wrap .category_top .arrow_back_menu img {
        width: 4.5rem;
    }
    .category_top_wrap .category_top .category_top_right {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
        gap: 1rem;
        width: 100%;
    }
    .category_top_wrap .category_top .category_top_right p {
        padding-top: 0;
    }
    .category_top_wrap hr {
        margin: 2.2rem 0;
    }
    .category_top_wrap .category_t_bottom .category_tb_left .gray_select {
        height: 3.2rem;
        padding: 0 1rem;
        gap: 1rem;
        font-size: 1.2rem;
    }
    .category_top_wrap .category_t_bottom .category_tb_left .gray_select:after {
        width: 0.8rem;
        height: 0.8rem;
        margin-top: -0.2rem;
    }
    .category_top_wrap .category_t_bottom .category_tb_left .gray_select .list {
        padding-top: 0;
        -webkit-transform: scale(0.75) translateY(-2.1rem);
        transform: scale(0.75) translateY(-2.1rem);
    }
    .category_top_wrap .category_t_bottom .category_tb_left .gray_select.open .list {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
    .category_top_wrap .category_t_bottom .category_tb_left .gray_select .option {
        line-height: 4rem;
        min-height: 4rem;
        font-size: 1.45rem;
    }
    .category_top_wrap .category_t_bottom .category_tb_left .title_xsm {
        font-size: 1.2rem;
    }
    .category_top_wrap .category_t_bottom .title_sm {
        font-size: 1.8rem;
    }
}

.categoryB_inner_hero .fox_logo {
    display: block;
    text-align: end;
}
.categoryB_inner_hero .fox_logo img {
    width: 24.5rem;
}
@media (max-width: 991.98px) {
    .categoryB_inner_hero {
        padding: 3rem 0 2.5rem;
        background: url(images/category_b_cover_sm.png) no-repeat scroll top right/cover !important;
    }
    .categoryB_inner_hero .fox_logo {
        text-align: center;
    }
    .categoryB_inner_hero .fox_logo img {
        width: 9.2rem;
    }
    .categoryB_inner_hero .title_xxl {
        padding: 0;
    }
    .categoryB_inner_hero .navigation {
        display: none !important;
    }
    .categoryB_inner_hero .title_sm {
        padding: 1.5rem 0;
        font-size: 1.4rem;
        line-height: 2.15rem;
        font-weight: 700;
    }
}
@media (max-width: 767px) {
    .categoryB_inner_hero {
        padding: 3rem 0 2.5rem;
    }
    .categoryB_inner_hero h1 {
        padding: 0;
        font-size: 3.2rem;
        line-height: 3.79rem;
    }
    .categoryB_inner_hero .title_sm {
        width: 21rem;
        margin: 0 auto;
    }
    .categoryB_inner_hero .navigation {
        display: none;
    }
}

.synce_slider {
    /* padding-left: 14.5rem; */
    display: flex;
    position: relative;
}

.synce_slider .slider-nav {
    margin-top: -0.8rem;
}
.synce_slider .slider-nav .product_cart_img_nav {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0.8rem 0;
    padding: 0;
    cursor: pointer;
    border: 0.1rem solid rgba(37, 43, 25, 0.1019607843);
    border-radius: 0.6rem;
    overflow: hidden;
}
.synce_slider .slider-nav .product_cart_img_nav img {
    width: 143px;
    height: 143px;
    border-radius: 0.6rem;
}
.synce_slider .slider-nav .product_cart_img_nav .play_video {
    width: 143px;
    height: 143px;
    border-radius: 0.6rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.synce_slider .slider-nav .product_cart_img_nav .play_icon {
    width: 4rem;
}
.synce_slider .slider-single {
    width: 100% !important;
    margin-right: 3.4rem;
    /*border: 0.1rem solid rgba(37, 43, 25, 0.2);*/
    border-radius:0rem;
}
.synce_slider .slider-single .product_cart_img {
    padding: 6rem;
    margin: 0;
    height: 58.6rem;
	border-radius:0px !important;
	background-color:#f9f9f9;
	    border: 1px solid #f3f3f3;
	width:498px;
}
.synce_slider .slider-single .product_cart_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius:0;
}
.synce_slider .slider-single .product_cart_img .play_video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2rem;
    cursor: pointer;
}
.synce_slider .slider-single .product_cart_img .play_icon {
    width: 5rem;
}
.synce_slider .slider-single .product_badge {
    position: absolute;
    top: 3rem;
    right: 3rem;
}
.synce_slider .slider-single .product_badge img {
    width: 5.8rem;
}
.synce_slider .slider-single .product_badge p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    font-weight: 700;
}
.synce_slider .slider-single .product_badge.light_pink1 {
    color: #B8336A;
}
.synce_slider .slider-single .product_badge.light_green {
    color: #252B19;
}
@media (max-width: 991.98px) {
    .synce_slider {
        padding-left: 0;
    }
    .synce_slider .slider-single {
        margin-right: 0;
        border-radius: 1rem;
        border: none;
    }
    .synce_slider .slider-single .product_cart_img {
        padding: 3.3rem;
        margin: 0;
        height: 50rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .synce_slider .slider-single .product_cart_img img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 2rem;
    }
    .synce_slider .slider-single .slick_arrows2.arrow_right {
        right: 0;
        left: auto;
        bottom: auto;
        top: 50%;
 		transform: rotate(0deg);
 		-webkit-transform: rotate(0deg);


    }

    .synce_slider .slider-single .slick_arrows2.arrow_left {
        left: 0;
        right: auto;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		transform: rotate(270deg);
    }
    .synce_slider .slider-single .slick_arrows2.arrow_left img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .synce_slider .slider-single.flat_dots .slick-dots {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        gap: 0.9rem;
        bottom: 0.8rem;
    }
    .synce_slider .slider-single.flat_dots .slick-dots li {
        width: 0.6rem;
        height: 0.6rem;
    }
    .synce_slider .slider-single.flat_dots .slick-dots li.slick-active {
        width: 1.6rem;
        height: 0.6rem;
    }
    .synce_slider .slider-single .favorite {
        position: absolute;
        left: 1.6rem;
        top: 1.6rem;
        bottom: auto;
        right: auto;
    }
    .synce_slider .slider-single .favorite img {
        width: 1.75rem;
        border-radius: 0 !important;
    }
    .synce_slider .slider-single .product_badge {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
    }
    .synce_slider .slider-single .product_badge img {
        width: 4.4rem;
    }
    .synce_slider .slider-single .product_badge p {
        font-size: 1.2rem;
    }
    .synce_slider .slider-nav {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .synce_slider .slider-single .product_cart_img {
        height: 32rem;
    }
}

.slick_arrows2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
.slick_arrows2.slick-disabled {
    opacity: 0;
}
/* .slick_arrows2.arrow_right {
    right: auto;
    bottom: -4rem;
    top: auto;
} */
/* .slick_arrows2.arrow_left {
    right: auto;
    top: -4rem;
    bottom: auto;
} */
.slick-prev.slick_arrows2{left: -25px; background-color: #232b16; border-radius: 50%; width: 30px; height: 30px;}
.slick-prev.slick_arrows2 img{filter: invert(1);}

.slick-next.slick_arrows2{right: -55px; background-color: #232b16; border-radius: 50%; width: 30px; height: 30px;}
.slick-next.slick_arrows2 img{filter: invert(1);}

.testimonial_slider .slick-prev{background:url('images/arrow_right-white.svg') center center no-repeat #232b16; border-radius: 50%; width: 30px; height: 30px; right: -40px; }
.testimonial_slider .slick-next{background:url('images/arrow_left-white.svg') center center no-repeat #232b16; border-radius: 50%; width: 30px; height: 30px; left: -40px; }

.slick_arrows2.arrow_left img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .pb_sm_20 {
        padding-bottom: 2rem !important;
    }
    .slick-prev.slick_arrows2{left: 10px;}
    .slick-next.slick_arrows2{right: -20px;}
}
.product_cart_area .row .col-lg-6:last-child {
    padding-right:8.7rem;
}
.product_cart_area .product_cart_details .product_cart_btns {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    padding-top:3rem;
}
.product_cart_area .product_cart_details .product_cart_btns .variation-validation{
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.744rem;
    text-align: right;
    position: absolute;
    right: 1rem;
    bottom: -3rem;
    color: #ff0000;
    display: none;
}
.product_cart_area .product_cart_details .product_cart_btns .increase_decrease {
    width: 100%;
    height: 6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3rem;
}
.product_cart_area .product_cart_details .product_cart_btns .increase_decrease > * {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 font-size: 1.8rem;
  font-weight: 700;
  color:#fff;
  opacity: 1;	
}
.product_cart_area .product_cart_details .product_cart_btns .nice_select_control {
    border: 0.1rem solid rgba(37, 43, 25, 0.2) !important;
    height: 6rem !important;
    border-radius: 3rem !important;
}
.product_cart_area .product_cart_details .product_cart_btns .nice_select_control.open {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.product_cart_area .product_cart_details .product_cart_btns .nice_select_control .list {
    border: 0.1rem solid rgba(37, 43, 25, 0.2) !important;
    padding-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.product_cart_area .product_cart_details .product_cart_btns .nice_select_control .list li {
    padding-right: 6rem;
}
.product_cart_area .product_cart_details .product_cart_btns .nice_select_control .list li.option {
    position: relative;
}
.product_cart_area .product_cart_details .product_cart_btns .nice_select_control .list li.option::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    right: 2.4rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10rem;
}
.product_cart_area .product_cart_details .product_cart_btns .nice_select_control .list li.option:nth-child(1) {
    display: none;
}

.product_cart_area .product_cart_details .favorite {
    /*position: relative;*/
    top: -6px;
    right: auto;
    left:0;
}
.product_cart_area .product_cart_details .accordion2 .accordion_body ul {
    list-style: disc;
    padding-right: 2.5rem;
}
.product_cart_area .product_cart_details .accordion2 .accordion_body ul.ul_2 {
    list-style: none;
    padding-right: 0;
}
.product_cart_area .product_cart_details .accordion2 .accordion_body li {
    font-size: 1.8rem;
    line-height: 3.9rem;
}
.product_cart_area .product_cart_details .accordion2 .accordion-item {
    border: 0;
    padding: 4rem 0;
    border-bottom: 0.1rem solid #bebfba;
}
.product_cart_area .product_cart_details .accordion2 .accordion-item:nth-child(1) {
    border-top: 0.1rem solid #ececec !important;
}
.product_cart_area .product_cart_details .accordion2 .accordion-item .accordion_button {
    background: transparent;
    border: none;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    color: #202935;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding-right:10px;
}
.product_cart_area .product_cart_details .accordion2 .accordion-item .accordion_button span {
    text-align: right;
    line-height: 1.4;
	font-weight:400;
	font-size:16px;
	color: #121212;
}
.product_cart_area .product_cart_details .accordion2 .accordion-item .accordion_button .acc_arrow {
    width: 2.5rem;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    -o-object-fit: cover;
    object-fit: cover;
}
/* .product_cart_area .product_cart_details .accordion2 .accordion-item .accordion_button:not(.collapsed) .acc_arrow {
    height: 0.2rem;
} */

@media (max-width: 991.98px) {
    .product_cart_area {
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }
    /* .product_cart_area .row {
        padding-top: 0;
    } */
    .product_cart_area .row .col-lg-6:last-child {
        padding-right: 0.65rem;
    }
    .product_cart_area .product_cart_details .product_cart_btns {
        grid-template-columns: 1fr;
        gap: 2.4rem;
        padding-top: 1.4rem;
    }
    .product_cart_area .product_cart_details .product_cart_btns .increase_decrease {
        height: 4.8rem;
        padding: 0 2.1rem;
    }
    .product_cart_area .product_cart_details .product_cart_btns .increase_decrease button img {
        width: 1.6rem;
    }
    .product_cart_area .product_cart_details .product_cart_btns .nice_select_control {
        height: 4.8rem !important;
    }
    .product_cart_area .product_cart_details .product_cd_top {
        padding-bottom: 1.4rem;
    }
    .product_cart_area .product_cart_details .product_cd_top .title_sm {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .product_cart_area .product_cart_details h4 {
        font-size: 1.8rem;
        line-height: 2.313rem;
        padding-bottom: 1.2rem;
    }
    .product_cart_area .product_cart_details .p1 {
        font-size: 1.4rem;
        line-height: 2.079rem;
        padding-bottom: 1.4rem;
    }
    .product_cart_area .product_cart_details .p2 {
        font-size: 1.2rem;
        line-height: 1.902rem;
        padding-bottom: 1.4rem;
    }
    .product_cart_area .product_cart_details .accordion2 {
        padding-top: 3rem;
    }
    .product_cart_area .product_cart_details .accordion2 .accordion_body ul {
        padding-right: 2rem;
    }
    .product_cart_area .product_cart_details .accordion2 .accordion_body li {
        font-size: 1.4rem;
        line-height: 2.723rem;
    }
    .product_cart_area .product_cart_details .accordion2 .accordion-item {
        padding: 3rem 0;
    }
    .product_cart_area .product_cart_details .accordion2 .accordion-item .accordion_button .acc_arrow {
        width: 1.6rem;
    }
}

.accordion2 .accordion_body ul {
    list-style: disc;
    padding-right: 2.5rem;
    text-align: right;
}
.accordion2 .accordion_body ul.ul_2 {
    list-style: none;
    padding-right: 0;
    text-align: right;
}
.accordion2 .accordion_body li {
    font-size: 1.8rem;
    line-height: 3.9rem;
}
.accordion2 .accordion-item {
    border: 0;
    padding: 4rem 0;
    border-bottom: 0.1rem solid #bebfba;
}
.accordion2 .accordion-item:nth-child(1) {
    border-top: 0.1rem solid #bebfba;
}
.accordion2 .accordion-item .accordion_button {
    background: transparent;
    border: none;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    color: #202935;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.accordion2 .accordion-item .accordion_button span {
    text-align: right;
    line-height: 1.4;
}
.accordion2 .accordion-item .accordion_button .acc_arrow {
    width: 2.5rem;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    -o-object-fit: cover;
    object-fit: cover;
}
/* .accordion2 .accordion-item .accordion_button:not(.collapsed) .acc_arrow {
    height: 0.2rem;
} */
@media (max-width: 991.98px) {
    .accordion2 {
        padding-top: 3rem;
    }
    .accordion2 .accordion_body ul {
        padding-right: 2rem;
    }
    .accordion2 .accordion_body li {
        font-size: 1.4rem;
        line-height: 2.723rem;
    }
    .accordion2 .accordion-item {
        padding: 3rem 0;
    }
    .accordion2 .accordion-item .accordion_button .acc_arrow {
        width: 1.6rem;
    }
}

.product_cart_btns .adding_product_message {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.056rem;
    white-space: nowrap;
    color: #ff0000;
    padding-top: 0;
    height: 0;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    overflow: hidden;
}
.product_cart_btns .product_increase {
    cursor: pointer;
}
.product_cart_btns .product_increase .increase_decrease {
    pointer-events: none;
}
.product_cart_btns.product_can_be_added .adding_product_message {
    opacity: 0;
    padding-top: 0;
    height: 0;
}
.product_cart_btns.product_can_be_added .product_increase .increase_decrease {
    pointer-events: all;
}
.product_cart_btns.cannot_add_product .adding_product_message {
    opacity: 1;
    padding: 1;
    padding-top: 3.2rem;
    height: 5.3rem;
}
@media (max-width: 991.98px) {
    .product_cart_btns .adding_product_message {
        font-size: 1.2rem;
        line-height: 1.56rem;
    }
    .product_cart_btns.cannot_add_product .adding_product_message {
        padding-top: 0;
        height: 1.5rem;
    }
}

.out_of_stock .product_increase {
    pointer-events: none;
}
.out_of_stock .product_increase .increase_decrease {
    background: #d7d6d6;
}
.out_of_stock .product_increase .increase_decrease button {
    background: #d7d6d6 !important;
}
.out_of_stock .send_out_of_stock_message {
    background: #fcf2f5;
    border-radius: 1rem;
}
.out_of_stock .send_out_of_stock_message .form_group input {
    padding-left: 12rem;
}
.out_of_stock .send_out_of_stock_message .form_group .button {
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 991.98px) {
    .out_of_stock .send_out_of_stock_message {
        padding: 3.2rem;
        margin-top: 3rem;
    }
    .out_of_stock .send_out_of_stock_message h5 {
        font-size: 1.8rem;
        line-height: 2.313rem;
    }
    .out_of_stock .send_out_of_stock_message p {
        font-size: 1.4rem;
        line-height: 2.058rem;
        padding: 0.8rem 0 2.4rem;
    }
}

@media (min-width: 992px) {
    .product_page {
        overflow: inherit;
    }
    .product_page .sticky_top {
        top: 18rem;
        position: sticky;
    }
}
.product_proffessional_wrap .product_proffessional {
    background: #fcf2f5;
    border-radius: 1rem;
    margin-bottom: 4rem;
}
.product_proffessional_wrap .product_proffessional .foot_farm_bg_left {
    width: 6.4rem;
    position: absolute;
    left: 0;
    top: 0.8rem;
}
.product_proffessional_wrap .product_proffessional .foot_farm_bg_right {
    width: 6.4rem;
    position: absolute;
    right: 0;
    top: 1.5rem;
}
.product_proffessional_wrap .product_proffessional h5 {
    color: #b8336a;
    font-weight: 700;
}
.product_proffessional_wrap .product_proffessional p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0.01em;
}
.product_proffessional_wrap .product_increase {
    width: 28.4rem;
}
.product_proffessional_wrap .product_increase .increase_decrease {
    background: #d7d6d6;
    pointer-events: none;
}
.product_proffessional_wrap .product_increase .increase_decrease button {
    background: #d7d6d6 !important;
}
@media (max-width: 767px) {
    .product_proffessional_wrap .product_proffessional {
        margin-bottom: 3rem;
        padding: 3.2rem 2.1rem;
    }
    .product_proffessional_wrap .product_proffessional .foot_farm_bg_left {
        width: 2.8rem;
        top: 1.4rem;
    }
    .product_proffessional_wrap .product_proffessional .foot_farm_bg_right {
        width: 3rem;
        top: auto;
        bottom: 0;
    }
    .product_proffessional_wrap .product_proffessional h5 {
        font-size: 1.8rem;
        line-height: 2.853rem;
        padding-bottom: 0.5rem;
    }
    .product_proffessional_wrap .product_proffessional p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        letter-spacing: 0.01em;
    }
    .product_proffessional_wrap .product_increase {
        width: 100%;
    }
}

.synce_slider2 .slider-single .product_cart_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.synce_slider2 .slider-single .product_cart_img img {
    width: 100%;
}
.synce_slider2 .slider-single .product_cart_img img.foot_farm_product2 {
    width: 12rem;
}
.synce_slider2 .slider-nav {
    margin-top: -0.8rem;
}
.synce_slider2 .slider-nav .product_cart_img_nav {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.8rem 0;
    padding: 0;
}
.synce_slider2 .slider-nav .product_cart_img_nav img.foot_farm_product2 {
    width: 2rem;
}
@media (max-width: 991.98px) {
    .synce_slider2 .slider-single .product_cart_img > img {
        width: 30rem;
    }
    .synce_slider2 .slider-single .product_cart_img img.foot_farm_product2 {
        width: 8rem;
    }
}

.product_proffessional_wrap2 > h5 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.853rem;
    color: #b8336a;
    text-align: center;
    padding: 1rem;
    background: #ffedf2;
    margin-bottom: 1.8rem;
    border-radius: 1rem;
}
.product_proffessional_wrap2 > p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.92rem;
    letter-spacing: 0.01em;
    text-align: center;
}
.product_proffessional_wrap2 .form_control {
    border: 0.1rem solid rgba(37, 43, 25, 0.2) !important;
    height: 6rem !important;
    padding: 0 2.4rem !important;
}
.product_proffessional_wrap2 .row {
    padding: 4.8rem 0 4rem;
    gap: 2.4rem 0;
}
.product_proffessional_wrap2 .row .checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product_proffessional_wrap2 .row .checkboxes .checkboxes_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
}
.product_proffessional_wrap2 .row .checkboxes .checkboxes_wrap .checkbox {
    grid-template-columns: 1.8rem 0fr;
    gap: 0.6rem;
}
.product_proffessional_wrap2 .row .checkboxes .checkboxes_wrap .checkbox .check {
    margin: 0;
}
.product_proffessional_wrap2 .product_increase {
    width: 27.5rem;
    pointer-events: none;
}
.product_proffessional_wrap2 .product_increase .increase_decrease {
    background: #d7d6d6;
    pointer-events: none;
}
.product_proffessional_wrap2 .product_increase .increase_decrease button {
    background: #d7d6d6 !important;
}
.product_proffessional_wrap2 .adding_product_message {
    opacity: 1;
    height: 5.3rem !important;
    text-align: right !important;
    padding-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.product_proffessional_wrap2.value_no_added .row .upload_form {
    display: none;
}
.product_proffessional_wrap2.value_no_added .adding_product_message {
    color: #b8336a;
}
.product_proffessional_wrap2.value_yes_added .row .upload_form {
    display: block;
}
.product_proffessional_wrap2.value_yes_added .product_increase {
    pointer-events: all;
}
.product_proffessional_wrap2.value_yes_added .product_increase .increase_decrease {
    background: #b8336a;
    pointer-events: all;
}
.product_proffessional_wrap2.value_yes_added .product_increase .increase_decrease button {
    background: #b8336a !important;
}
.product_proffessional_wrap2.value_yes_added .adding_product_message {
    height: 0;
    opacity: 0;
    padding-top: 0;
}
@media (max-width: 767px) {
    .product_proffessional_wrap2 > h5 {
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin-bottom: 1.5rem;
    }
    .product_proffessional_wrap2 > p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .product_proffessional_wrap2 .form_control {
        height: 4.8rem !important;
    }
    .product_proffessional_wrap2 .row {
        padding: 2.4rem 0 2rem;
        gap: 2rem 0;
    }
    .product_proffessional_wrap2 .row .checkboxes {
        gap: 1.5rem;
    }
}

.main_2 {
    margin-top: 6.4rem;
}
@media (max-width: 991.98px) {
    .main_2 {
        margin-top: 2.8rem;
    }
}

body .site_header_v2 {
    -webkit-box-shadow: none;
    box-shadow: none;
}
body .site_header_v2 .menu_bottom .logo .logo_white {
    display: none;
}
body .site_header_v2 .menu_bottom .logo .logo_black {
    display: block;
}
body:not(.modal-open) .site_header_v2:not(.menu_white) .menu_bottom {
    background: transparent;
}
body:not(.modal-open) .site_header_v2:not(.menu_white) .menu_bottom .menu_bottomm_icons a img,
body:not(.modal-open) .site_header_v2:not(.menu_white) .menu_bottom .menu_bottom_left_sm a img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
body:not(.modal-open) .site_header_v2:not(.menu_white) .menu_bottom .menu_bottom_right_sm img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
body:not(.modal-open) .site_header_v2:not(.menu_white) .menu_bottom .primary_menu a {
    color: #fff;
}
body:not(.modal-open) .site_header_v2:not(.menu_white) .menu_bottom .primary_menu a:hover, body:not(.modal-open) .site_header_v2:not(.menu_white) .menu_bottom .primary_menu a.active {
    color: #fff;
    opacity: 0.75;
}
body:not(.modal-open) .site_header_v2:not(.menu_white) .menu_bottom .logo .logo_white {
    display: block;
}
body:not(.modal-open) .site_header_v2:not(.menu_white) .menu_bottom .logo .logo_black {
    display: none;
}

.academy_hero {
    padding: 28.2rem 0;
    position: relative;
}
.academy_hero .content {
    position: relative;
}
.academy_hero .content .academy_hero_content_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 73.2rem;
    max-width: inherit;
}
.academy_hero .content .contents_inner {
    z-index: 1040;
}
.academy_hero .content .contents_inner .logo_2 img {
    width: 12.7rem;
}
.academy_hero .academy_hero_bg_video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}
@media (max-width: 991.98px) {
    .academy_hero {
        padding: 46.1rem 0 12rem;
    }
    .academy_hero .content {
        padding: 0 12rem;
    }
    .academy_hero .content .academy_hero_content_bg {
        width: 145%;
        max-width: 650px;
    }
    .academy_hero .content .contents_inner {
        z-index: 1040;
    }
    .academy_hero .content .contents_inner .logo_2 img {
        width: 12.7rem;
    }
}
@media (max-width: 767px) {
    .academy_hero .content {
        padding: 0 0.25rem;
    }
    .academy_hero .content .contents_inner .logo_2 img {
        width: 10rem;
    }
    .academy_hero .content .contents_inner .title_xl {
        font-size: 2.4rem;
        line-height: 2.8rem;
        padding-top: 0.15rem;
    }
    .academy_hero .content .contents_inner p {
        font-size: 1.4rem;
        line-height: 1.95rem;
        padding: 1rem 0 2rem;
    }
}

.categories_area_v2 {
    padding: 12rem 0 14rem;
    background: #fcf2f5;
    position: relative;
}
.categories_area_v2 .row {
    gap: 2.4rem 0;
}
.categories_area_v2 .categories_v2_bg {
    width: 16rem;
    left: 0;
    top: 4.5rem;
    position: absolute;
}
.categories_area_v2 .category_v2:hover .category_image {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.categories_area_v2 .category_v2 .category_image {
    height: 56.2rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}
.categories_area_v2 .category_v2 .category_textbg h5 {
    bottom: 4.2rem;
}
@media (max-width: 991.98px) {
    .categories_area_v2 {
        padding: 10rem 0 10.8rem;
    }
    .categories_area_v2 .categories_v2_bg {
        width: 16rem;
        left: 0;
        top: 4.5rem;
        position: absolute;
    }
    .categories_area_v2 .category_v2 .category_image {
        height: 28rem;
    }
    .categories_area_v2 .category_v2 .category_textbg h5 {
        bottom: 4.2rem;
    }
}
@media (max-width: 767px) {
    .categories_area_v2 {
        padding: 10rem 0 10.8rem;
    }
    .categories_area_v2 .categories_v2_bg {
        width: 8.6rem;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .categories_area_v2 .title_lg {
        padding-bottom: 3.2rem;
    }
    .categories_area_v2 .category_v2 .category_image {
        height: 16.8rem;
    }
    .categories_area_v2 .category_v2 .category_textbg h5 {
        bottom: 2.6rem;
        font-size: 1.6rem;
        line-height: 1.92rem;
    }
}

.team_area {
    padding: 12rem 0 15.8rem;
    position: relative;
}
.team_area .row {
    gap: 4rem 0;
}
.team_area .team_bgimg {
    width: 15.7rem;
    right: 8rem;
    top: -6rem;
    position: absolute;
}
.team_area .team_flower {
    width: 24.2rem;
    left: 0;
    bottom: 3.6rem;
    position: absolute;
}
/*.team_area .team_box {*/
/*    cursor: pointer;*/
/*}*/
.team_area .team_box .team_img img {
    width: 36rem;
}
@media (max-width: 991.98px) {
    .team_area .team_bgimg {
        width: 12.5rem;
        right: 5rem;
        top: -3rem;
    }
    .team_area .team_flower {
        width: 20rem;
        bottom: 3rem;
    }
    .team_area .team_box {
        cursor: pointer;
    }
    .team_area .team_box .team_img img {
        width: 24.8rem;
    }
}
@media (max-width: 767px) {
    .team_area {
        padding: 10.5rem 0 12rem;
    }
    .team_area .team_bgimg {
        width: 12.3rem;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        top: -6rem;
    }
    .team_area .team_flower {
        width: 8.6rem;
        bottom: 1.8rem;
    }
    .team_area .title_lg {
        padding-bottom: 3rem;
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    .team_area .team_box {
        cursor: pointer;
    }
    .team_area .team_box .team_bottom {
        padding-top: 2.3rem;
    }
    .team_area .team_box .team_bottom .title_sm {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    .team_area .team_box .team_bottom .text_md {
        padding: 0.7rem 0 2.4rem;
    }
}

/* =============== Calender area =============== */
#calendar-container {
    position: relative;
    width: 58.642rem;
    padding: 3.2rem 4.2rem 5.3rem 4.2rem;
    background: #fff;
    border-radius: 2rem;
    height: 61.8rem;
}
#calendar-container .month_year_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2.2rem;
}
#calendar-container .month_year_wrap .arrow {
    cursor: pointer;
}
#calendar-container .month_year_wrap .arrow.arrow_left img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#calendar-container .month_year_wrap .arrow img {
    -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(50%) saturate(3787%) hue-rotate(229deg) brightness(96%) contrast(125%);
    filter: brightness(0) saturate(100%) invert(9%) sepia(50%) saturate(3787%) hue-rotate(229deg) brightness(96%) contrast(125%);
    width: 0.65rem;
    cursor: pointer;
}
#calendar-container .month_year_wrap #prev-btn {
    left: 1rem;
}
#calendar-container .month_year_wrap #next-btn {
    right: 1rem;
}
#calendar-container #calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#calendar-container #calendar .month {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding: 0;
}
#calendar-container #calendar .month .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 0.87rem;
}
#calendar-container #calendar .month .days .day-name {
    width: 100%;
    height: 4.645rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.88rem;
}
#calendar-container #calendar .month .days .day {
    width: 100%;
    height: 6.387rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    padding-top: 0.8rem;
    font-size: 2.903rem;
    font-weight: 400;
    line-height: 3.484rem;
    border-radius: 0.6rem;
    border: 0.14rem solid #d7d6d6;
}
#calendar-container #calendar .month .days .day.outside-month {
    background: #d7d6d6;
    color: #252b19;
    opacity: 0.5;
    pointer-events: none;
}
#calendar-container #calendar .month .days .day.selected_date {
    color: #fff;
    background: #b8336a;
    font-weight: 700;
    position: relative;
}
/*
#calendar-container #calendar .month .days .day.selected_date::before {
    content: "הכשרת איפור קבוע - ZOOM";
    position: absolute;
    width: 15.303rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    text-align: center;
    background: #fff;
    color: #201604;
    padding: 2.5rem 2rem 3rem 2.3rem;
    left: 3.8rem;
    bottom: -9.2rem;
    z-index: 9;
    border-radius: 1rem;
    border-top-left-radius: 0;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 2rem 2rem 0.2rem rgba(39, 31, 48, 0.1);
    box-shadow: 0 2rem 2rem 0.2rem rgba(39, 31, 48, 0.1);
}
#calendar-container #calendar .month .days .day.selected_date:hover::before {
    opacity: 1;
    pointer-events: all;
}*/
#calendar-container #calendar .month .days .day.selected_event:not(.selected_date), #calendar-container #calendar .month .days .day:hover:not(.selected_date) {
    background: #ffedf2;
}
@media (max-width: 991.98px) {
    #calendar-container {
        width: 100%;
        padding: 1.7rem 2.4rem 2.8rem 2.4rem;
        border-radius: 1rem;
        height: auto;
    }
    #calendar-container #calendar .month .days {
        gap: 0.47rem;
    }
    #calendar-container #calendar .month .days .day-name {
        height: 2.5rem;
        font-size: 1.2rem;
    }
    #calendar-container #calendar .month .days .day {
        height: 3.485rem;
        font-size: 1.5rem;
        border-radius: 0.317rem;
        padding-top: 0;
    }
    #calendar-container #calendar .month .days .day.selected_date::before {
        width: 11rem;
        font-size: 1.2rem;
        line-height: 1.8rem;
        padding: 1.6rem;
        left: 50%;
        top: 3rem;
        bottom: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.training_area {
    background: #edc9d3;
    padding: 12rem 0 9rem;
    border-top-left-radius: 15rem;
}
.training_area .training_lists {
    display: grid;
    gap: 2.4rem;
    padding-bottom: 4.6rem;
}
.training_area .training_lists .training_list {
    display: grid;
    grid-template-columns: 28.6rem 1fr;
    gap: 5rem;
    padding: 3.4rem 3rem 3.4rem 3rem;
    background: #fff;
    border-radius: 1rem;
}
.training_area .training_lists .training_list .training_img img {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
}
.training_area .training_lists .training_list .training_img .train_badge {
    height: 4rem;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 0 1.4rem;
    position: absolute;
    right: 2rem;
    background: #b8336a;
    top: 2rem;
    color: #fff;
}
.training_area .training_lists .training_list .training_texts {
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    gap: 2rem;
}
@media (max-width: 991.98px) {
    .training_area {
        padding: 6rem 0 6rem;
        border-top-left-radius: 3rem;
    }
    .training_area .title_lg {
        padding-bottom: 2rem;
    }
    .training_area .training_lists {
        padding-bottom: 4rem;
        gap: 1.8rem;
    }
    .training_area .training_lists .training_list {
        display: grid;
        gap: 1.8rem;
        grid-template-columns: 1fr;
        padding: 2rem 2rem 2.8rem 2rem;
    }
    .training_area .training_lists .training_list .training_img img {
        height: 25.8rem;
    }
    .training_area .training_lists .training_list .training_img .train_badge {
        height: 2.75rem;
        font-size: 1.2rem;
        right: 1.2rem;
        top: 1.2rem;
    }
    .training_area .training_lists .training_list .training_texts {
        gap: 2rem;
    }
}

.ac_about_area {
    padding-top: 14rem;
}
.ac_about_area .row {
    position: relative;
    padding: 2.8rem 12.2rem 3.2rem 11.7rem;
    background: #fcf2f5;
    border-radius: 1rem;
    gap: 3.2rem 0;
}
.ac_about_area .row .ac_about_flower {
    width: 35.9rem;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.ac_about_area .row .content {
    width: 46.3rem;
    margin-left: auto;
}
@media (max-width: 991.98px) {
    .ac_about_area {
        padding-top: 14rem;
    }
    .ac_about_area .row {
        padding: 2.8rem 12.2rem 3.2rem 11.7rem;
        border-radius: 1rem;
        gap: 3.2rem 0;
    }
    .ac_about_area .row .ac_about_flower {
        width: 14.5rem;
        left: 0;
        right: auto;
        bottom: 0;
    }
    .ac_about_area .row .content {
        width: 100%;
        text-align: center !important;
        margin-left: 0;
    }
    .ac_about_area .row .content p {
        padding: 2.3rem 0 2.6rem;
    }
    .ac_about_area .row .content .button {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .ac_about_area {
        padding-top: 4rem;
    }
    .ac_about_area .row {
        padding: 3.8rem 2rem 4.8rem 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 0;
    }
    .ac_about_area .row .col-lg-6 {
        padding: 0;
    }
    .ac_about_area .row .ac_about_flower {
        width: 14.5rem;
        left: 0;
        right: auto;
        bottom: 0;
    }
    .ac_about_area .row .ac_about_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ac_about_area .row .ac_about_img img {
        width: 23.5rem !important;
    }
    .ac_about_area .row .content {
        width: 100%;
        margin-left: 0;
        text-align: center !important;
    }
    .ac_about_area .row .content .button {
        margin: 0 auto;
    }
    .ac_about_area .row .content p {
        padding: 2.3rem 0 2.6rem;
    }
}

.training_single_area .container > .row {
    background: #ffedf2;
    padding: 6.4rem;
    border-radius: 1rem;
}
.training_single_area .contact_form {
    width: 48.9rem;
    margin-right: auto;
    margin-left: 4.5rem;
}
.training_single_area .training_single_img {
    border-radius: 1rem;
}
.training_single_area .checkbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.training_single_area .section_top h5 {
    line-height: 4.6rem;
    letter-spacing: 0.01em;
}
.training_single_area .section_top h1 {
    line-height: 4.6rem;
    letter-spacing: 0.06em;
    padding: 0.8rem 0 1.6rem;
}
.training_single_area .section_top h6 {
    line-height: 2.4rem;
}
.training_single_area .section_top hr {
    border-color: rgba(37, 43, 25, 0.3);
    margin: 3.5rem 0 3.2rem;
}
@media (max-width: 991.98px) {
    .training_single_area .container > .row {
        padding: 4rem;
        gap: 4rem 0;
    }
    .training_single_area .contact_form {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .training_single_area .container > .row {
        padding: 2rem 2rem 4rem 2rem;
        gap: 2.7rem 0;
        width: calc(100% + 4rem);
    }
    .training_single_area .contact_form {
        width: 100%;
        margin-left: auto;
    }
    .training_single_area .contact_form .row {
        gap: 2.4rem 0;
        margin: 0 -0.6rem;
    }
    .training_single_area .contact_form .row > * {
        padding: 0 0.6rem;
    }
    .training_single_area .training_single_img {
        padding: 3.3rem;
    }
    .training_single_area .section_top {
        padding-bottom: 2.4rem;
    }
    .training_single_area .section_top h5 {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
    .training_single_area .section_top h2 {
        font-size: 2.4rem;
        line-height: 3.3rem;
        padding: 1.3rem 0 1.4rem;
    }
    .training_single_area .section_top h6 {
        line-height: 2.4rem;
        font-size: 1.4rem;
    }
    .training_single_area .section_top hr {
        margin: 2.4rem 0 2.4rem;
    }
}
@media (max-width: 575px) {
    .training_single_area .container > .row {
        padding: 2rem 2rem 4rem 2rem;
        gap: 2.7rem 0;
        border-radius: 0;
        width: calc(100% + 4rem);
        -webkit-transform: translateX(1.2rem);
        transform: translateX(1.2rem);
    }
}

.training_accordion {
    padding-bottom: 19rem;
}
@media (max-width: 991.98px) {
    .training_accordion {
        padding-bottom: 10rem;
    }
}
@media (max-width: 767px) {
    .training_accordion {
        padding-top: 4rem;
        padding-bottom: 4.8rem;
    }
    .training_accordion .section_top {
        padding-bottom: 1rem;
    }
}

.legal_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.3rem;
}
.legal_link a {
    font-size: 1.2rem;
    color: var(--darkgreen);
    margin-right: 0.8rem;
    padding-right: 0.8rem;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.legal_link a:hover {
    text-decoration: underline;
}
.legal_link a::before {
    position: absolute;
    content: ">";
    right: -0.26rem;
    top: 0.1rem;
    height: 0.5rem;
    width: 0.5rem;
}
.legal_link a:first-child::before {
    display: none;
}
.legal_link a:first-child {
    margin-right: 0;
    padding-right: 0;
}

.legal_content_wrapper {
    padding-bottom: 27rem;
}
.legal_content_wrapper .legal_heading {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.legal_content_wrapper .legal_content p {
    text-align: right;
    line-height: 1.7;
}
.legal_content_wrapper .legal_content1 {
    padding-top: 3rem;
}
.legal_content_wrapper .legal_content_box h4 {
    text-align: right;
}

@media (max-width: 991.98px) {
    .legal_link {
        display: none;
    }
    .legal_content_wrapper {
        padding-bottom: 10.5rem;
    }
    .legal_content_wrapper .legal_heading {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .legal_content_wrapper .pt_60 {
        padding-top: 5rem;
    }
    .legal_content_wrapper .pt_30 {
        padding-top: 2.5rem;
    }
    .legal_content_wrapper .legal_content p {
        font-size: 1.4rem;
    }
    .legal_content_wrapper .legal_content_box h4 {
        font-size: 1.8rem !important;
    }
}
.thank_you_wrapper {
    height: 75.8rem;
    background-color: #fcf2f5;
    width: 100%;
    position: relative;
}
.thank_you_wrapper .img_th1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 60.6rem;
}
.thank_you_wrapper .img_th2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 53.1rem;
}
.thank_you_wrapper .thank_you_content {
    padding-top: 20.9rem;
}
.thank_you_wrapper h1 {
    padding-bottom: 4.4rem;
}
.thank_you_wrapper h4 {
    padding-bottom: 1rem;
}
.thank_you_wrapper p {
    padding-bottom: 11.3rem;
}
.thank_you_wrapper .thank_you_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.thank_you_wrapper .button {
    height: 4.9rem;
}

@media (max-width: 991.98px) {
    .img_sm_th1 {
        position: absolute;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 19.7rem;
        bottom: 0;
    }
    .img_sm_th2 {
        position: absolute;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 29.6rem;
        top: 0;
    }
}
@media (max-width: 767px) {
    .thank_you_wrapper {
        height: auto !important;
    }
    .thank_you_wrapper .img_sm_th1 {
        position: absolute;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 24.6rem;
        bottom: 0;
    }
    .thank_you_wrapper h1 {
        padding-bottom: 1.2rem;
    }
    .thank_you_wrapper h4 {
        font-size: 1.8rem !important;
        padding-bottom: 1.2rem !important;
    }
    .thank_you_wrapper p {
        padding-bottom: 6rem;
    }
    .thank_you_wrapper .thank_you_content {
        padding-top: 22.3rem;
        padding-bottom: 27.5rem;
    }
}
.account_tab_wrapper .account_heading {
    margin-top: 4rem;
}
.account_tab_wrapper .account_tab_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
}
.account_tab_wrapper .account_tab_nav ul li {
    margin-right: 7.4rem;
}
.account_tab_wrapper .account_tab_nav ul li:first-child {
    margin-right: 0;
}
.account_tab_wrapper .account_tab_nav ul li a {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0;
    cursor: pointer;
}
.account_tab_wrapper .account_tab_nav ul li a.active {
    background-color: transparent;
    color: #252b19;
    text-decoration: underline;
}
.account_tab_wrapper .tab_content_heading {
    margin-top: 6.5rem;
    margin-bottom: 3.2rem;
}
.account_tab_wrapper .tab_content_heading .title_sm {
    font-weight: 700;
}
.account_tab_wrapper .account_form_wrap {
    background-color: #fcf2f5;
    border-radius: 1rem;
    padding: 5.5rem 15rem 7.5rem;
}
.account_tab_wrapper .tab_content_heading1 {
    margin-top: 8rem !important;
}
.account_tab_wrapper .account_form_p {
    text-align: center;
}
.account_tab_wrapper .account_form_p p {
    font-size: 1.8rem;
    font-weight: 400;
    color: #252b19;
    margin-bottom: 1.2rem;
}
.account_tab_wrapper .account_input_box1 {
    margin-top: 4rem !important;
}
.account_tab_wrapper .account_form_wrap1 {
    padding: 4rem 15rem 5.8rem !important;
}
.account_tab_wrapper .account_form_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.8rem;
    margin-bottom: 8rem;
}
.account_tab_wrapper .account_form_btn .button {
    font-weight: 700;
}
.account_tab_wrapper .account_tab_content {
    padding-bottom: 9rem;
}
.account_tab_wrapper .account_table_heading {
    padding-top: 9rem;
    padding-bottom: 3.2rem;
}
.account_tab_wrapper .account_table_heading .title_sm {
    font-weight: 700;
}
.account_tab_wrapper .account_table {
    background-color: #fff6e8;
    border-radius: 1rem;
    padding: 4.1rem 12.2rem;
}
.account_tab_wrapper .account_table table {
    width: 100%;
}
.account_tab_wrapper .account_table table th {
    font-size: 1.4rem;
    font-weight: 700;
    color: #252b19;
    text-align: right;
}
.account_tab_wrapper .acc_table_row .col-lg-9 {
    width: 79% !important;
}
.account_tab_wrapper .acc_tr_td1 th:last-child {
    width: 19%;
}
.account_tab_wrapper .act_table_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.account_tab_wrapper .acc_tr_td1 th:first-child {
    width: 16%;
}
.account_tab_wrapper .acc_tr_td1 th {
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
}
.account_tab_wrapper .acc_tr_td1 th:nth-child(2) {
    width: 16.5%;
}
.account_tab_wrapper .acc_tr_td1 th:nth-child(4) {
    width: 26%;
}
.account_tab_wrapper .acc_tr_td td {
    padding: 2.5rem 0;
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
    text-align: right !important;
}
.account_tab_wrapper .acc_tr_td td p,
.account_tab_wrapper .acc_tr_td td .woocommerce-Price-amount {
    font-size: 1.8rem;
    font-weight: 400;
    color: #252b19;
}

.account_tab_wrapper .acc_tr_td td.woocommerce-orders-table__cell-order-total  p,
.account_tab_wrapper .acc_tr_td td p .woocommerce-Price-currencySymbol {
    font-size: 1.4rem;
}
.account_tab_wrapper .acc_tr_td td:first-child p {
    color: #b8336a;
    text-decoration: underline;
}

.account_tab_wrapper .account_table_sm {
    gap: 2.2rem;
}
.account_tab_wrapper .account_table_sm .account_sm_block {
    padding: 1.7rem 2rem 2.8rem 2rem;
    border-radius: 1rem;
    background: #fff6e8;
}
.account_tab_wrapper .account_table_sm .account_sm_block ul {
    display: grid;
    gap: 1rem;
}
.account_tab_wrapper .account_table_sm .account_sm_block ul li {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.5rem;
    grid-template-columns: 4rem 1fr;
    text-align: right;
}
.account_tab_wrapper .account_table_sm .account_sm_block ul li p {
    line-height: 3rem;
}
.account_tab_wrapper .account_table_sm .account_sm_block ul li .text_mainpink {
    color: #b8336a !important;
}
.account_tab_wrapper .account_table_sm .account_sm_block hr {
    border-color: #252b19;
    opacity: 0.2;
    margin: 2rem 0;
}

.account_input_box {
    text-align: right;
    margin-top: 2rem;
}

.account_input_box label {
    font-size: 1.2rem;
    font-weight: 400;
    color: #252b19;
    line-height: 1.2;
    padding-bottom: 0.6rem;
    opacity: 60%;
}

.account_input_box input {
    height: 5.6rem;
    background-color: #fff;
    border-radius: 5rem;
    border: none;
    width: 100%;
    padding: 1.6rem 2.1rem;
    text-align: right;
}

.account_input_box input::-webkit-input-placeholder {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
}

.account_input_box input::-moz-placeholder {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
}

.account_input_box input:-ms-input-placeholder {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
}

.account_input_box input::-ms-input-placeholder {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
}

.account_input_box input::placeholder {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
}

.acc_form_row {
    margin-left: -1.1rem;
    margin-right: -1.1rem;
}

.acc_form_row > div {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.account_select {
    margin-top: 2rem;
}

.account_select label {
    font-size: 1.2rem;
    font-weight: 400;
    color: #252b19;
    line-height: 1.2;
    padding-bottom: 0.6rem;
    opacity: 60%;
    text-align: right !important;
    width: 100%;
}

.account_select .nice-select {
    height: 5.6rem;
    width: 100%;
    border-radius: 5rem;
    background-color: #fff;
    text-align: right !important;
    border: none;
    float: none;
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
}

.account_select .nice-select:after {
    left: 2.6rem;
    right: auto;
    height: 1rem;
    width: 1rem;
    border-color: #252b19 !important;
}

.account_select .nice-select.open .list {
    width: 100%;
}

.account_select .nice-select.open .list li {
    text-align: right !important;
}

.account_modal_wrapper {
    position: relative;
    z-index: 1060;
}
.account_modal_wrapper .modal {
    place-content: center !important;
}
.account_modal_wrapper .modal-dialog {
    width: 119.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.account_modal_wrapper .modal-content {
    border-radius: 1rem;
}

.account_modal_wrap {
    padding: 5rem 8rem 5.7rem !important;
}

.account_modal_close {
    position: absolute;
    right: 3rem;
    top: 3rem;
}

.account_modal_close a {
    display: inline-block;
    cursor: pointer;
}

.account_modal_close img {
    width: 2.6rem;
}

.acount_mod_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2.4rem;
}

.acount_mod_list ul li {
    margin-left: 2.9rem;
    padding-left: 2.9rem;
    border-left: 0.1rem solid #252b19;
    font-size: 1.8rem;
    font-weight: 400;
    color: #252b19;
}

.acount_mod_list ul li:last-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.acount_mod_list ul li span {
    color: #b8336a;
}

.account_modal_left_content {
    background-color: #fcf2f5;
    border-radius: 1rem;
    padding: 3.8rem 2.4rem 5.7rem 3.5rem;
    margin-top: 4.6rem;
}

.acc_modal_row {
    margin-left: -2.3rem;
    margin-right: -2.3rem;
}

.acc_modal_row > div {
    padding-left: 2.35rem;
    padding-right: 2.35rem;
}

.account_price_top {
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
    padding-bottom: 2.8rem;
}

.account_price_top .title_sm {
    font-weight: 700;
}

.account_price_mid_wrap {
    padding: 2.4rem 0;
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
}

.account_price_mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3rem;
    line-height: 1;
}

.account_price_mid_left {
    width: 3.8rem;
    text-align: right;
}

.account_price_mid_left p span {
    font-size: 1.2rem;
}

.account_price_mid_left p,
.account_price_mid_right p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #252b19;
}

.account_price_mid1 {
    padding-bottom: 0;
}

.account_price_mid1 p {
    color: #b8336a;
}

.account_price_one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    padding: 2rem 0 2.4rem;
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
}

.account_price_one p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #252b19;
}

.account_price_last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2rem;
}

.account_price_last p {
    font-size: 1.6rem;
    color: #252b19;
    font-weight: 700;
}

.account_price_last p span {
    font-size: 2.2rem;
}

.account_product_table {
    margin-top: 4.6rem;
}

.account_product_table table {
    width: 100%;
}

.account_product_table table th {
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
    font-size: 1.4rem;
    font-weight: 700;
    color: #252b19;
    text-align: right;
}

.account_product_table table th:first-child {
    width: 68%;
}

.account_product_table table th:nth-child(2) {
    width: 14%;
}

.account_product_table table td {
    padding: 1.9rem 0;
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
}

.acount_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.4rem;
}

.acount_product_img {
    margin-left: 3.4rem;
    position: relative;
}

.account_shape_img {
    position: absolute;
    top: -0.4rem;
    right: -0.7rem;
}

.account_shape_img p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #b8336a;
    position: absolute;
    top: 1.1rem;
    left: 0.8rem;
    line-height: 1.2;
}

.account_shape_img p span {
    font-size: 0.9rem;
}

.account_shape_img .img_ac2 {
    width: 4.1rem;
}

.acount_product_img img {
    width: 10.2rem;
}

.account_prduct_name {
    text-align: right;
}

.account_prduct_name span {
    font-size: 1.6rem;
    color: #252b19;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.account_prduct_name p {
    font-size: 1.6rem;
    color: rgba(37, 43, 25, 0.8);
    font-weight: 400;
    line-height: 1.5;
}

.account_product_number p {
    font-size: 1.6rem;
    font-weight: 700;
    color: #252b19;
    text-align: right;
}

.account_product_price p {
    font-size: 1.6rem;
    font-weight: 700;
    color: #252b19;
    text-align: right;
}

.account_product_price p del {
    font-size: 1.4rem !important;
    color: rgba(37, 43, 25, 0.4) !important;
}

.account_modal_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.6rem;
}

.account_modal_btn .button {
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .account_tab_wrapper .account_form_wrap {
        padding: 5.5rem 3rem 7.5rem;
    }
    .account_tab_wrapper .account_form_wrap {
        padding: 4rem 4rem 5.8rem !important;
    }
    .account_tab_wrapper .account_table {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .account_tab_wrapper .account_table::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .account_tab_wrapper .account_table_inner {
        min-width: 90rem;
        width: 100%;
    }
    .account_tab_wrapper .account_table {
        padding: 4.1rem 3.2rem;
    }
    .account_tab_wrapper .acc_table_row .col-lg-9 {
        width: 100% !important;
    }
    .account_tab_wrapper .account_product_table table th:first-child {
        width: 71%;
    }
}
@media (max-width: 767px) {
    .account_tab_wrapper .tab_content_heading {
        margin-top: 4.2rem !important;
    }
    .account_tab_wrapper .tab_content_heading1 {
        margin-top: 6.5rem !important;
    }
    .account_tab_wrapper .tab_content_heading .title_sm {
        font-size: 2.2rem !important;
    }
    .account_tab_wrapper .account_table_heading {
        padding-top: 4.2rem;
    }
    .account_tab_wrapper .account_table_heading .title_sm {
        font-size: 2.2rem !important;
    }
    .account_tab_wrapper .account_form_btn {
        margin-bottom: 0;
    }
    .acount_mod_list ul li {
        margin-left: 1.9rem;
        padding-left: 1.9rem;
    }
    .account_product_table {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .account_product_table::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .account_product_table_inner {
        min-width: 70rem;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .account_tab_wrapper .account_tab_content {
        padding-bottom: 5rem;
    }
    .account_tab_wrapper .account_tab_nav ul li {
        margin-right: 3.5rem;
    }
    .account_tab_wrapper .tab_content_heading {
        margin-top: 4.2rem !important;
    }
    .account_tab_wrapper .tab_content_heading1 {
        margin-top: 6.5rem !important;
    }
    .account_tab_wrapper .tab_content_heading .title_sm {
        font-size: 2.2rem !important;
    }
    .account_tab_wrapper .account_form_wrap {
        padding: 1rem 2rem 5rem !important;
    }
    .account_tab_wrapper .account_form_wrap1 {
        padding-top: 2.5rem !important;
    }
    .account_modal_close img {
        width: 1.6rem;
    }
    .acount_mod_list ul li {
        margin-left: 1rem;
        padding-left: 1rem;
        font-size: 1.2rem;
        line-height: 1;
    }
    .account_modal_wrap {
        padding: 5rem 2rem 5.7rem !important;
    }
    .account_input_box {
        margin-top: 1.2rem;
    }
    .account_input_box input {
        height: 4rem;
    }
    .account_select .nice-select {
        height: 4rem;
        font-size: 1.4rem;
    }
    .account_input_box input::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    .account_input_box input::-moz-placeholder {
        font-size: 1.4rem;
    }
    .account_input_box input:-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .account_input_box input::-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .account_input_box input::placeholder {
        font-size: 1.4rem;
    }
}
.chectout_heading_wrapper .title_lg {
    padding-bottom: 1.6rem;
    padding-top: 4rem;
}
.chectout_heading_wrapper p {
    font-size: 1.8rem;
    font-weight: 400;
}

.checkout_form_wrapper {
    padding-top: 6rem;
    padding-bottom: 14rem;
}
.checkout_form_wrapper .checkout_form {
    background-color: #fcf2f5;
    border-radius: 1rem;
    padding: 3.6rem 2.8rem 2.9rem;
}
.checkout_form_wrapper h4 {
    text-align: right;
    margin-bottom: 1.4rem;
    font-weight: 700;
}
.checkout_form_wrapper .checkout_textarea textarea {
    height: 10.5rem;
    border-radius: 1rem;
    padding: 2rem;
    background-color: #fff;
    width: 100%;
    resize: none;
    border: none;
    margin-top: 4rem;
}
.checkout_form_wrapper .checkout_textarea {
    text-align: right;
}
.checkout_form_wrapper .checkout_textarea textarea::-webkit-input-placeholder {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
}
.checkout_form_wrapper .checkout_textarea textarea::-moz-placeholder {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
}
.checkout_form_wrapper .checkout_textarea textarea:-ms-input-placeholder {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
}
.checkout_form_wrapper .checkout_textarea textarea::-ms-input-placeholder {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
}
.checkout_form_wrapper .checkout_textarea textarea::placeholder {
    color: #252b19;
    font-size: 1.8rem;
    font-weight: 400;
}
.checkout_form_wrapper .checkout_textarea label {
    font-size: 1.4rem;
    font-weight: 400;
    color: #252b19;
    padding-top: 1rem;
}
.checkout_form_wrapper .checkout_input_box {
    margin-top: 4rem !important;
}
.checkout_form_wrapper .checkout_row {
    margin-left: -1.1rem;
    margin-right: -1.1rem;
}
.checkout_form_wrapper .checkout_row > div {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}
.checkout_form_wrapper .checkout_price_box_wrap {
    border: 0.1rem solid rgba(37, 43, 25, 0.3);
    border-radius: 1rem;
    padding: 3.6rem 3.8rem 5.9rem;
}
.checkout_form_wrapper .checkout_price_top {
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.3);
}
.checkout_form_wrapper .checkout_price_top .text_xxl {
    font-weight: 700;
    text-align: right;
    padding-bottom: 2.6rem;
    line-height: 1.5;
}
.checkout_form_wrapper .checkout_price_top_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkout_form_wrapper .checkout_price_top_box1 {
    padding-bottom: 1.5rem;
}
.checkout_form_wrapper .checkout_price_top_box_right p {
    font-size: 1.8rem;
    color: #252b19;
    font-weight: 400;
    line-height: 1;
}
.checkout_form_wrapper .checkout_price_top_box_left {
    width: 6rem;
    text-align: right;
}
.checkout_form_wrapper .checkout_price_top_box_left p {
    font-size: 1.8rem;
    color: #252b19;
    font-weight: 400;
    line-height: 1;
}
.checkout_form_wrapper .checkout_price_top_box_left p span {
    font-size: 1.4rem;
}
.checkout_form_wrapper .checkout_second_top {
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.3);
    padding-bottom: 2.4rem;
}
.checkout_form_wrapper .checkout_second_top .text_md {
    text-align: right;
    font-weight: 700;
    padding-top: 2.4rem;
    padding-bottom: 1.3rem;
    line-height: 1.4;
}
.checkout_form_wrapper .checkout_second_top_radio_box .check {

    position: relative;
    margin-left: 1rem !important;
}
.checkout_form_wrapper .checkout_second_top_radio_box .checkbox.active .check {
   /* background-color: transparent !important;*/
}
.checkout_form_wrapper .checkout_second_top_radio_box .checkbox.active .check::before {
    /*background-color: #b8336a;*/
}
.checkout_form_wrapper .checkout_second_top_radio_box .check::before {
    position: absolute;
    content: "";
    background-color: transparent;
    border-radius: 50%;
    /* top: 0.15rem;
  right: 0.2rem;*/
}
.checkout_form_wrapper .checkout_second_top_radio_box .checkbox p {
    font-size: 1.75rem;
    white-space: nowrap;
}
.checkout_form_wrapper .checkout_second_top_radio_box:not(:first-child) {
    margin-top: 1.5rem;
}
.checkout_form_wrapper .checkout_price_mid {
    padding-bottom: 3.3rem;
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.3);
}
.checkout_form_wrapper .checkout_mid_price_h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2.6rem;
    padding-bottom: 3.6rem;
}
.checkout_form_wrapper .checkout_mid_price_h .text_lg {
    font-weight: 700;
}
.checkout_form_wrapper .checkout_mid_price_h .p1 {
    font-weight: 700;
    font-size: 2.2rem;
    color: #252b19;
}
.checkout_form_wrapper .checkout_mid_price_h .p1 span {
    font-size: 1.7rem !important;
}
.checkout_form_wrapper .checkout_price_row {
    margin-left: -1.2rem !important;
    margin-right: -1.2rem !important;
}
.checkout_form_wrapper .checkout_price_row > div {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
}
.checkout_form_wrapper .checkout_main_row .col-lg-9 {
    width: 79% !important;
}
.checkout_form_wrapper .checkout_price_last_box .check {
    height: 2rem;
    width: 2rem;
}
.checkout_form_wrapper .checkout_price_last_box {
    padding-top: 3.1rem;
}
.checkout_form_wrapper .checkout_price_last_box .checkbox {
    margin-bottom: 3.2rem;
}
.checkout_form_wrapper .checkout_price_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.checkout_form_wrapper .checkout_price_btn .button {
    height: 6rem;
    width: 36.4rem;
    font-size: 2.2rem;
    font-weight: 700;
}
.checkout_form_wrapper .checkout_input_required {
    position: relative;
}
.checkout_form_wrapper .checkout_input_required span {
    position: absolute;
    right: 0;
    bottom: -1.7rem;
    font-size: 1.2rem;
    color: #ff0000;
    line-height: 1.2;
    opacity: 0;
}
.checkout_form_wrapper .checkout_input_required input {
    border: 0.1rem solid transparent;
}
.checkout_form_wrapper .checkout_input_required input:focus span {
    opacity: 1;
}
.checkout_form_wrapper .checkout_input_required input:focus {
    border-color: #ff0000;
}

@media (max-width: 991.98px) {
    .checkout_form_wrapper .checkout_main_row .col-lg-9 {
        width: 100% !important;
    }
    .checkout_form_wrapper .checkout_form {
        padding: 3.2rem 2rem 2.6rem;
    }
    .checkout_form_wrapper .checkout_mobile_form .account_input_box {
        margin-top: 2.4rem !important;
    }
    .checkout_form_wrapper .checkout_mobile_form .checkout_row {
        margin-left: -0.6rem;
        margin-right: -0.6rem;
    }
    .checkout_form_wrapper .checkout_mobile_form .checkout_row > div {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .checkout_form_wrapper h4 {
        text-align: center;
        margin-bottom: 0.8rem !important;
    }
    .checkout_form_wrapper .checkout_textarea textarea {
        margin-top: 2.4rem;
    }
    .checkout_form_wrapper .checkout_price_box_wrap {
        margin-top: 3.2rem;
        padding: 2.4rem 2rem 3.6rem;
    }
    .checkout_form_wrapper .checkout_price_top .text_xxl {
        padding-bottom: 1.4rem;
    }
    .checkout_form_wrapper .checkout_price_top {
        padding-bottom: 1.5rem;
    }
    .checkout_form_wrapper .checkout_second_top .text_md {
        padding-top: 2rem;
        padding-bottom: 2.3rem;
    }
    .checkout_form_wrapper .checkout_second_top_radio_box1 {
        margin-top: 1.8rem;
    }
    .checkout_form_wrapper .checkout_second_top {
        padding-bottom: 2rem;
    }
    .checkout_form_wrapper .checkout_mid_price_h {
        padding-top: 2rem;
        padding-bottom: 2.3rem;
    }
    .checkout_form_wrapper .checkout_price_mid {
        padding-bottom: 2rem;
    }
    .checkout_form_wrapper .checkout_price_last_box {
        padding-top: 2.4rem;
    }
    .checkout_form_wrapper .checkout_price_last_box .checkbox {
        margin-bottom: 2.4rem;
    }
}
@media (max-width: 767px) {
    .checkout_form_wrapper .checkbox {
        padding: 0rem;
    }
    .checkout_form_wrapper .checkout_price_btn {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 575px) {
    .chectout_heading_wrapper .title_lg {
        padding-bottom: 1.2rem;
    }
    .chectout_heading_wrapper p {
        font-size: 1.4rem;
    }
    .checkout_form_wrapper {
        padding-top: 2.4rem;
        padding-bottom: 2.8rem;
    }
    .checkout_form_wrapper h4 {
        line-height: 1;
        font-size: 1.8rem !important;
    }
    .checkout_form_wrapper .checkout_textarea textarea {
        height: 9%;
        padding: 0.8rem 1.6rem;
    }
    .checkout_form_wrapper .checkout_textarea textarea::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    .checkout_form_wrapper .checkout_textarea textarea::-moz-placeholder {
        font-size: 1.4rem;
    }
    .checkout_form_wrapper .checkout_textarea textarea:-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .checkout_form_wrapper .checkout_textarea textarea::-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .checkout_form_wrapper .checkout_textarea textarea::placeholder {
        font-size: 1.4rem;
    }
    .checkout_form_wrapper .checkout_textarea label {
        padding-top: 0;
    }
    .checkout_form_wrapper .checkout_price_top .text_xxl {
        font-size: 1.8rem;
        text-align: center;
    }
    .checkout_form_wrapper .checkout_second_top_radio_box .checkbox p {
        font-size: 1.4rem;
        white-space: inherit;
        text-align: right;
    }
    .checkout_form_wrapper .checkout_sm_checkbox .checkbox {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .checkout_form_wrapper .checkout_price_last_box .text_md {
        font-size: 1.2rem;
    }
    .checkout_form_wrapper .checkout_price_btn .button {
        height: 4.8rem;
        width: 100%;
        font-size: 1.8rem;
    }
}
.checkout_second_top_radio_box .checkbox {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    width: 100%;
    text-align: right;
}

.training_hero_wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 32rem;
}
.training_hero_wrapper .training_hero_content {
    padding-top: 3.3rem;
}
.training_hero_wrapper .training_hero_content .legal_link {
    margin-top: 0;
}
.training_hero_wrapper .training_hero_content .title_xxl {
    padding-top: 6.4rem;
}

.training_text_wrapper {
    padding-top: 5rem;
}
.training_text_wrapper .tarining_text_content {
    position: relative;
}
.training_text_wrapper .tarining_text_content p {
    max-width: 70.8rem;
    margin-left: auto;
    margin-right: auto;
}
.training_text_wrapper .tarining_text_content p a {
    color: #b8336a;
    text-decoration: underline;
}
.training_text_wrapper .training_arrow_box {
    position: absolute;
    top: 0;
    right: 0;
}
.training_text_wrapper .training_arrow_box a {
    height: 4.5rem;
    width: 4.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #b8336a;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 50%;
    text-align: right;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.training_text_wrapper .training_arrow_box p {
    font-size: 1.2rem;
    font-weight: 400;
    color: #252b19;
    padding-top: 0.9rem;
    line-height: 1.1;
}

.training_product_wrapper {
    padding-bottom: 13rem;
}
.training_product_wrapper .tarining_product_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 6.3rem;
    margin-bottom: 2rem;
}
.training_product_wrapper .tarining_product_top_right h4 {
    font-weight: 700;
}
.training_product_wrapper .tarining_product_top_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.training_product_wrapper .tarining_product_select .nice-select {
    padding-left: 4.45rem;
    padding-right: 2.65rem;
    height: 4rem;
    background-color: #ffedf2;
    border: none;
    border-radius: 0.8rem !important;
    float: none;
    line-height: 2.6;
    font-size: 1.6rem;
    color: #202935;
    font-weight: 400;
}
.training_product_wrapper .tarining_product_select .nice-select:after {
    right: auto;
    left: 2.2rem;
    border-color: #202935 !important;
    height: 0.6rem;
    width: 0.6rem;
    top: 1.8rem;
}
.training_product_wrapper .tarining_product_top_left a {
    font-size: 1.6rem;
    color: #202935;
    font-weight: 700;
    margin-left: 1.1rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.training_product_wrapper .tarining_product_top_left a:hover {
    text-decoration: underline;
}
.training_product_wrapper .tarining_product_box {
    border: 0.1rem solid rgba(37, 43, 25, 0.2);
    border-radius: 1rem;
    margin-top: 2.4rem;
}
.training_product_wrapper .training_product_img {
    padding: 5.5rem 7.7rem 2.5rem;
    position: relative;
}
.training_product_wrapper .training_product_icon {
    position: absolute;
    left: 2.9rem;
    top: 2.9rem;
}
.training_product_wrapper .training_product_icon img {
    width: 6.3rem;
}
.training_product_wrapper .training_product_icon p {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 1.5rem;
    right: 0.7rem;
}
.training_product_wrapper .training_product_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3rem;
}
.training_product_wrapper .training_product_content .text_lg {
    font-weight: 700;
    padding-bottom: 1rem;
}
.training_product_wrapper .training_product_content .text_xxl {
    font-weight: 400;
    font-size: 2.2rem;
    color: rgba(37, 43, 25, 0.8);
    padding-bottom: 2.6rem;
    text-align: right;
}
.training_product_wrapper .training_product_content .button {
    font-weight: 700;
}
.training_product_wrapper .tr_product_row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}
.training_product_wrapper .tr_product_row > div {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.training_product_wrapper .training_product_paginatin {
    padding-top: 6rem;
}
.training_product_wrapper .training_product_paginatin ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.training_product_wrapper .training_product_paginatin ul li {
    margin-right: 1rem;
}
.training_product_wrapper .training_product_paginatin ul li a,
.training_product_wrapper .training_product_paginatin ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.2rem;
    width: 4.2rem;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 400;
    color: #252b19;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.training_product_wrapper .training_product_paginatin ul li a.next,
.training_product_wrapper .training_product_paginatin ul li a.prev,
.training_product_wrapper .training_product_paginatin ul li a:hover,
.training_product_wrapper .training_product_paginatin ul li span.current {
    background-color: #ffedf2;
    font-weight: 700;
}
.training_product_wrapper .training_product_paginatin li a img {
    width: 0.6rem;
}

@media (max-width: 991.98px) {
    .training_hero_wrapper {
        background-image: none !important;
        background-color: #fcf2f5;
        position: relative;
    }
    .img_tr_sm1 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 14.5rem;
    }
    .img_tr_sm2 {
        position: absolute;
        right: 0;
        top: 0;
        width: 15.5rem;
    }
    .training_text_wrapper .training_arrow_box {
        position: relative;
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
    }
    .training_text_wrapper .training_arrow_box p{
        padding-right: 1rem;
    }
    .training_text_wrapper .tarining_text_content p {
        max-width: 53.8rem;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
    }
    .training_text_wrapper .tarining_text_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .training_product_wrapper {
        padding-bottom: 5rem;
    }
    .training_product_wrapper .training_product_img {
        padding: 5.5rem 3.7rem 2.5rem;
    }
    .training_product_wrapper .training_product_content .text_xxl {
        font-size: 1.6rem;
        max-width: 20rem;
        margin: 0 auto;
        text-align: center;
        line-height: 1.5;
    }
}
@media (max-width: 575px) {
    .training_hero_wrapper {
        height: 22.8rem;
    }
    .training_hero_wrapper .training_hero_content {
        padding-top: 0;
    }
    .training_hero_wrapper .training_hero_content .title_xxl {
        padding-top: 7.6rem;
        max-width: 20.7rem;
        margin-left: auto;
        margin-right: auto;
    }
    .img_tr_sm1 {
        width: 11.5rem;
    }
    .img_tr_sm2 {
        width: 9.6rem;
    }
    .training_text_wrapper {
        padding-top: 2rem;
    }
    .training_text_wrapper .tarining_text_content p {
        max-width: 32rem;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .training_product_wrapper .tarining_product_top {
        padding-top: 4rem;
        margin-bottom: 1rem;
    }
    .training_product_wrapper .tarining_product_select .nice-select {
        padding-left: 2.6rem;
        padding-right: 1rem;
        height: 3.2rem;
        line-height: 2.6;
        font-size: 1.2rem;
        color: #202935;
        font-weight: 400;
    }
    .training_product_wrapper .tarining_product_select .nice-select:after {
        left: 1rem;
    }
    .training_product_wrapper .tarining_product_top_left a {
        font-size: 1.2rem;
    }
    .training_product_wrapper .tarining_product_top_right h4 {
        font-size: 1.8rem;
    }
    .training_product_wrapper .tarining_product_box {
        margin-top: 2.2rem;
    }
    .training_product_wrapper .training_product_img {
        padding: 2rem 2rem 1.4rem 2rem;
    }
    .training_product_wrapper .training_product_content .text_lg {
        font-size: 1.4rem;
        line-height: 1.4;
        padding-bottom: 0.6rem;
    }
    .training_product_wrapper .training_product_content .text_xxl {
        font-size: 1.2rem;
        max-width: 13rem;
        line-height: 1.4;
        padding-bottom: 2rem;
    }
    .training_product_wrapper .training_product_content {
        padding-bottom: 2.6rem;
    }
    .training_product_wrapper .training_product_content .button {
        font-size: 1.2rem;
        height: 2.8rem;
        padding: 0.6rem 1.5rem;
    }
    .training_product_wrapper .tr_product_row {
        margin-left: -1.1rem;
        margin-right: -1.1rem;
    }
    .training_product_wrapper .tr_product_row > div {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
    .training_product_wrapper .training_product_icon {
        top: 1rem;
        left: 1rem;
    }
    .training_product_wrapper .training_product_icon img {
        width: 3.2rem;
    }
    .training_product_wrapper .training_product_icon p {
        font-size: 0.9rem;
        top: 0rem;
        right: 0.35rem;
    }
    .training_product_wrapper .training_product_paginatin {
        padding-top: 4rem;
    }
    .training_product_wrapper .training_categories_area {
        padding-bottom: 3rem;
    }
    .training_product_wrapper .training_product_paginatin ul li a {
        height: 3.6rem;
        width: 3.6rem;
    }
}
.academy_loby_hero_wrapper .legal_link_area a {
    color: #fff;
}
.academy_loby_hero_wrapper h1 {
    color: #fff;
}

.academy_loby_product_area {
    padding-top: 5rem;
    padding-bottom: 12rem;
}
.academy_loby_product_area .academyloby_product_box {
    border: 0.1rem solid #fff;
    background-color: #fcf2f5;
    border-radius: 1rem;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.academy_loby_product_area .academyloby_product_top_content {
    padding-top: 2.8rem;
    text-align: right;
    padding-bottom: 2.4rem;
    
}
.academy_loby_product_area .academyloby_product_top_content .title_sm {
    font-weight: 700;
}
.academy_loby_product_area .academyloby_product_top_content p {
    color: #252B19;
    max-width: 41.6rem;
    padding-top: 1.1rem;
}
.academy_loby_product_area .academyloby_product_mid_content {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    border-top: 0.1rem solid rgba(184, 51, 106, 0.25);
    border-bottom: 0.1rem solid rgba(184, 51, 106, 0.25);
    margin-top: auto;
}
.academy_loby_product_area .academyloby_product_mid_content p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: right;
    color: rgba(37, 43, 25, 0.6);
}
.academy_loby_product_area .academyloby_product_mid_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
}
.academy_loby_product_area .academyloby_product_mid_content ul li {
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 0.1rem solid #252b19;
    line-height: 1;
}
.academy_loby_product_area .academyloby_product_mid_content ul li:last-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.academy_loby_product_area .academyloby_product_bottom_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-top: 2.4rem;
    align-items: center;
}
.academy_loby_product_area .academyloby_product_bottom_content p {
    font-size: 2.4rem;
    font-weight: 700;
    color: #252b19;
}
.academy_loby_product_area .academyloby_product_bottom_content p span {
    font-size: 2.2rem;
}
.academy_loby_product_area .academyloby_product_bottom_content .button {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1rem 1.8rem;
}
.academy_loby_product_area .loby_row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}
.academy_loby_product_area .loby_row > div {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-bottom: 2.4rem;
}
.academy_loby_product_area .academyloby_product_bottom_content .loby_del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.academy_loby_product_area .academyloby_product_bottom_content del {
    color: rgba(37, 43, 25, 0.4);
    font-size: 2.2rem;
    font-weight: 700;
    margin-right: 1rem;
}
.academy_loby_product_area .academyloby_product_bottom_content del span {
    font-size: 1.8rem;
}

@media (max-width: 991.98px) {
    .academy_loby_hero_wrapper {
        background-color: #b8336a;
        z-index: 1;
    }
    .academy_loby_hero_wrapper .img_lo5 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 19.3rem;
    }
    .academy_loby_hero_wrapper .img_lo6 {
        position: absolute;
        right: 0;
        top: 0;
        width: 17.3rem;
    }
}
@media (max-width: 767px) {
    .academy_loby_product_area .academyloby_product_box {
        padding: 2rem;
        margin-top: 2rem;
    }
    .academy_loby_product_area .academyloby_product_bottom_content .button {
        line-height: 1.2;
    }
    .academy_loby_product_area .academyloby_product_img img {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .academy_loby_hero_wrapper .img_lo5 {
        width: 15.3rem !important;
    }
    .academy_loby_hero_wrapper .img_lo6 {
        width: 13.3rem;
        z-index: -1;
    }
    .academy_loby_hero_wrapper h1 {
        max-width: 100% !important;
        padding-top: 9.6rem !important;
    }
    .academy_loby_product_area {
        padding-top: 2rem;
        padding-bottom: 0.8rem;
    }
    .academy_loby_product_area .academyloby_product_top_content {
        padding-top: 1.8rem;
        padding-bottom: 1.4rem;
    }
    .academy_loby_product_area .academyloby_product_top_content .title_sm {
        font-size: 1.8rem !important;
    }
    .academy_loby_product_area .academyloby_product_top_content p {
        font-size: 1.4rem;
        line-height: 1.45;
    }
    .academy_loby_product_area .academyloby_product_mid_content {
        padding-top: 1.4rem;
        padding-bottom: 1.2rem;
    }
    .academy_loby_product_area .academyloby_product_mid_content ul {
        display: none;
    }
    .academy_loby_product_area .academyloby_sm_p p {
        font-size: 1.4rem;
        color: #252b19;
        padding-top: 0.4rem;
    }
    .academy_loby_product_area .academyloby_sm_p .p1 {
        padding-top: 1rem;
    }
    .academy_loby_product_area .academyloby_product_mid_content .p2 {
        font-size: 1.4rem;
    }
    .academy_loby_product_area .academyloby_product_bottom_content {
        padding-top: 1.9rem;
    }
    .academy_loby_product_area .academyloby_product_bottom_content p {
        font-size: 1.8rem;
    }
    .academy_loby_product_area .academyloby_product_bottom_content p span {
        font-size: 1.4rem;
    }
    .academy_loby_product_area .academyloby_product_bottom_content .button {
        font-size: 1.4rem !important;
    }
    .academy_loby_product_area .academyloby_product_bottom_content del {
        font-size: 1.8rem;
        margin-right: 0.3rem;
    }
    .academy_loby_product_area .academyloby_product_bottom_content del span {
        font-size: 1.4rem;
    }
}
.cart_heading_wrapper h1 {
    padding-top: 4rem;
}

.cart_hero_wrapper .cart_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.2rem 0;
    border-top: 0.1rem solid rgba(37, 43, 25, 0.2);
}
.cart_hero_wrapper .cart_box_wrap .cart_increase_box .increase_decrease {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.1rem solid rgba(37, 43, 25, 0.2);
    height: 4rem;
    width: 11.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8rem;
}
.cart_hero_wrapper .cart_box_wrap .cart_increase_box .increase_decrease button {
    background-color: transparent;
    border: none;
}
.cart_hero_wrapper .cart_box_wrap .cart_increase_box .increase_decrease button img {
    -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(19%) saturate(3859%) hue-rotate(297deg) brightness(102%) contrast(97%);
    filter: brightness(0) saturate(100%) invert(28%) sepia(19%) saturate(3859%) hue-rotate(297deg) brightness(102%) contrast(97%);
}
.cart_hero_wrapper .cart_box_wrap .cart_increase_box .increase_decrease .icon_16 {
    width: 1rem;
}
.cart_hero_wrapper .cart_box_wrap .cart_increase_box .increase_decrease p {
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #b8336a;
}
.cart_hero_wrapper .cart_box_wrap .cart_del_icon img {
    width: 2rem;
}

.cart_box_wrap1 {
    margin-top: 4.8rem;
}

.cart_price_box {
    margin-top: 4rem;
}

.cart_box_wrap_last {
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
}

.cart_row > .col-lg-12 {
    width: 94%;
}

.cart_row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}

.cart_row > div {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.cart_price_box {
    border-radius: 1rem;
    background-color: #fcf2f5;
    padding: 2rem 3rem 3.3rem;
}

.cart_price_box .text_xl {
    font-weight: 700;
    padding-bottom: 1.9rem;
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
}

.cart_price_accordion {
    border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
}

.cart_price_accordion .accordion {
    background-color: transparent !important;
    border-bottom: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cart_price_accordion .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cart_price_accordion .accordion-body {
    padding: 0;
}

.cart_price_accordion .accordion-item {
    border: none !important;
    background-color: transparent !important;
}

.cart_price_accordion .accordion-button {
    background-color: transparent !important;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #252b19 !important;
    padding: 2rem !important;
}

.cart_price_accordion .accordion-button:hover,
.cart_price_accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cart_price_accordion .accordion-button[aria-expanded=true]::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cart_price_accordion .accordion-button::after {
    position: absolute;
    right: auto !important;
    left: 2rem !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #252b19 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(639%) hue-rotate(39deg) brightness(93%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(639%) hue-rotate(39deg) brightness(93%) contrast(91%);
    background-size: 14px;
    height: 14px;
    width: 15px;
}

.cart_input {
    position: relative;
    margin-bottom: 2rem;
}

.cart_input .button {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
}

.cart_input input {
    height: 5rem;
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 8rem;
    padding-right: 2rem;
}

.cart_input input::-webkit-input-placeholder {
    font-size: 1.6rem;
    font-weight: 400;
    color: #252b19;
    padding: 1.2rem 2.4rem 1.2rem 1.2rem;
}

.cart_input input::-moz-placeholder {
    font-size: 1.6rem;
    font-weight: 400;
    color: #252b19;
    padding: 1.2rem 2.4rem 1.2rem 1.2rem;
}

.cart_input input:-ms-input-placeholder {
    font-size: 1.6rem;
    font-weight: 400;
    color: #252b19;
    padding: 1.2rem 2.4rem 1.2rem 1.2rem;
}

.cart_input input::-ms-input-placeholder {
    font-size: 1.6rem;
    font-weight: 400;
    color: #252b19;
    padding: 1.2rem 2.4rem 1.2rem 1.2rem;
}

.cart_input input::placeholder {
    font-size: 1.6rem;
    font-weight: 400;
    color: #252b19;
    padding: 1.2rem 2.4rem 1.2rem 1.2rem;
}

.cart_input .button {
    padding: 0.8rem 3rem;
    font-size: 1.4rem !important;
    height: 3.8rem;
    font-weight: 700;
}

.cart_price_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3rem;
}

.cart_price_list li .cart_price_list_right p {
    font-size: 1.6rem;
    color: #252b19;
    font-weight: 400;
    line-height: 1.2;
}

.cart_price_list li .cart_price_list_left {
    width: 4rem;
    text-align: right;
}

/*.cart_price_list li .cart_price_list_left p span {*/
/*    font-size: 1.2rem;*/
/*}*/

.cart_price_list li .cart_price_list_left p {
    font-size: 1.6rem;
    color: #252b19;
    line-height: 1.2;
    white-space: nowrap;
    direction: ltr;
}

.cart_last_li p {
    color: #b8336a !important;
}

.cart_price_last {
    background-color: #fff;
    padding: 1.2rem 1.8rem 1.2rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 1rem;
    margin-top: 2rem;
}

.cart_price_last p {
    font-size: 1.6rem;
    font-weight: 700;
    color: #252b19;
}

.cart_price_last .p1 {
    font-size: 2.2rem !important;
}

.cart_price_last .p1 span {
    font-size: 1.6rem;
}

.cart_pricebtn .button {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 700;
    height: 6rem;
    width: 100%;
    margin-top: 3rem;
}

.cart_product_area {
    padding-top: 10.8rem !important;
    padding-bottom: 10rem !important;
}

@media (max-width: 991.98px) {
    .cart_hero_wrapper .cart_box_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .cart_hero_wrapper .cart_box_top_mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .cart_hero_wrapper .cart_del_icon {
        margin-top: 2rem;
    }
    .cart_hero_wrapper .account_product_price {
        margin-right: 15rem;
    }
    .cart_hero_wrapper .cart_box_last_mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 2.4rem;
    }
    .cart_row > .col-lg-12 {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .cart_heading {
        display: none;
    }
    .cart_hero_wrapper .cart_box_wrap {
        padding: 2rem 0;
    }
    .cart_hero_wrapper .cart_box_wrap1 {
        margin-top: 0;
        border-top: none;
    }
    .cart_hero_wrapper .acount_product {
        padding-right: 0;
    }
    .cart_hero_wrapper .acount_product_img .img_ac1 {
        width: 7.5rem;
    }
    .cart_hero_wrapper .acount_product_img {
        margin-left: 0rem;
    }
    .cart_hero_wrapper .account_prduct_name span {
        font-size: 1.2rem;
    }
    .cart_hero_wrapper .account_prduct_name p {
        font-size: 1.2rem;
    }
    .cart_hero_wrapper .cart_del_icon {
        margin-top: 1rem !important;
    }
    .cart_hero_wrapper .cart_del_icon img {
        width: 1.4rem !important;
    }
    .cart_hero_wrapper .account_shape_img .img_ac2 {
        width: 3rem;
    }
    .cart_hero_wrapper .account_shape_img p {
        font-size: 0.9rem;
        position: absolute;
        top: 1rem;
        left: 0.4rem;
    }
    .cart_hero_wrapper .account_shape_imgp span {
        font-size: 0.7rem;
    }
    .cart_hero_wrapper .account_product_price {
        margin-right: 7.5rem !important;
    }
    .cart_hero_wrapper .account_product_price p {
        font-size: 1.4rem;
    }
    .cart_hero_wrapper .account_product_price p span {
        font-size: 1.2rem;
    }
    .cart_hero_wrapper .mb_card_bdr {
        border-bottom: 0.1rem solid rgba(37, 43, 25, 0.2);
    }
    .cart_price_box {
        padding: 3.2rem 2rem 4rem;
        margin-top: 2.4rem !important;
    }
    .cart_price_box .text_xl {
        font-size: 1.8rem;
        padding-bottom: 1.4rem;
    }
    .cart_price_box .cart_price_accordion .accordion-button {
        padding: 1.4rem 2rem !important;
        font-size: 1.4rem;
    }
    .cart_price_box .cart_input input {
        height: 4rem;
    }
    .cart_price_box .cart_input input::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    .cart_price_box .cart_input input::-moz-placeholder {
        font-size: 1.4rem;
    }
    .cart_price_box .cart_input input:-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .cart_price_box .cart_input input::-ms-input-placeholder {
        font-size: 1.4rem;
    }
    .cart_price_box .cart_input input::placeholder {
        font-size: 1.4rem;
    }
    .cart_price_box .cart_input .button {
        height: 3.2rem;
        font-size: 1.2rem !important;
    }
    .cart_price_box .cart_price_list ul li:first-child {
        padding-top: 2rem;
    }
    .cart_price_box .cart_price_list ul li {
        padding-top: 2.4rem;
    }
    .cart_price_box .cart_price_list li .cart_price_list_right p {
        font-size: 1.4rem;
    }
    .cart_price_box .cart_price_list li .cart_price_list_left p {
        font-size: 1.4rem;
    }
    .cart_price_box .cart_price_last p {
        font-size: 1.4rem !important;
    }
    .cart_price_box .cart_price_last .p1 {
        font-size: 1.8rem !important;
    }
    .cart_price_box .cart_price_last .p1 span {
        font-size: 1.4rem !important;
    }
    .cart_price_box .cart_pricebtn .button {
        font-size: 1.8rem;
        height: 4.8rem !important;
    }
    .cart_product_area {
        padding-top: 4rem !important;
        padding-bottom: 9.8rem !important;
    }
}
.cart_increase_box .increase_decrease {
    gap: 0 !important;
}

.academy_single_hero_wrapper {
    position: relative;
    z-index: 1;
}
.academy_single_hero_wrapper .academy_single_hero_heading h1 {
    font-weight: 700;
    padding-top: 5rem;
}
.academy_single_hero_wrapper .academy_single_hero_heading p {
    color: rgba(37, 43, 25, 0.6);
    padding-top: 1.4rem;
    padding-bottom: 3.2rem;
}

.academy_single_hero_wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 44.4rem;
    background-color: #fcf2f5;
    z-index: -1;
}

.academy_single_about_wrapper {
    padding-bottom: 12rem;
}

.academ_single_about_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3rem 5.7rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.2rem;
}

.academ_single_about_box_inner p {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: right;
    line-height: 1.2;
}

.academ_single_about_box_inner span {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    text-align: right;
}

.academ_single_about_box_inner .sp1 {
    padding-top: 1rem;
}

.academy_single_contact_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6rem;
}

.academy_single_select_box .nice-select {
    border: 0.1rem solid rgba(37, 43, 25, 0.2) !important;
    height: 6rem;
    width: 46.3rem;
    border-radius: 8rem;
    text-align: right !important;
    line-height: 3.5;
    font-size: 1.8rem;
    font-weight: 400;
    color: #252b19;
}
.academy_single_contact_area .variation-validation{
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.744rem;
    text-align: right;
    position: absolute;
    right: 1rem;
    bottom: 1.5rem;
    color: #ff0000;
    display: none;
}
.academy-single_select_wrapper2 .academy_single_contact_area .variation-validation{
    bottom: -1.5rem;
}

.academy_single_select_box .nice-select:after {
    right: auto;
    left: 2.4rem;
    height: 0.8rem;
    width: 0.8rem;
    border-color: #252b19 !important;
}

.academy_single_select_box .nice-select .list {
    border: 0.1rem solid #e5e5e5 !important;
}

.academy_single_select_box .nice-select.open .list {
    width: 100%;
}

.academy_single_select_btn .button {
    width: 31.5rem;
    font-weight: 700;
    font-size: 2.2rem;
    height: 6rem;
    margin-bottom: 1.5rem;
}

.academy_single_select_btn span {
    font-size: 1.6rem;
    color: #b8336a;
}

.academy_single_select_btn span a {
    text-decoration: underline;
}

.academy_single_number_area {
    background-color: #f9deb6;
    padding: 2.3rem 0rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.4rem;
}

.img_as3 {
    width: 2.4rem;
    margin-left: 1.5rem;
}

.academy_single_number_area p {
    font-size: 1.8rem;
    color: #252b19;
    margin-left: 1.3rem;
}

.academy_single_number_area a {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    color: #b8336a;
    border-radius: 5rem;
}

.academy_single_text_area {
    padding-top: 0.8rem;
}
.academy_single_text_area .academy_single_textbox {
    padding-top: 6rem;
}
.academy_single_text_area .academy_single_textbox h4 {
    font-weight: 700;
    padding-bottom: 3rem;
    text-align: right;
}
.academy_single_text_area .academy_single_textbox P {
    text-align: right;
}
.academy_single_text_area .academy_single_textbox ul li {
    position: relative;
    text-align: right;
    padding-right: 1.5rem;
}
.academy_single_text_area .academy_single_textbox ul li::before {
    position: absolute;
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    background-color: #252b19;
    border-radius: 5rem;
    right: 0;
    top: 1.3rem;
}
.academy_single_text_area .as5_img {
    padding-bottom: 3rem;
    text-align: right;
}
.academy_single_text_area .as5_img img {
    width: 30.6rem;
}

.academy_video_area {
    position: relative;
    margin-top: 12rem;
    display: inline-block;
}

.academy_video_area .img_as7 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11.2rem;
    cursor: pointer;
}

.academy_single_slider_img img {
    width: 100%;
}

.academy_single_slider .slick-next {
    right: -9.2rem;
}

.academy_single_slider .slick-prev {
    left: -9.2rem;
}

.academy_single_form_wrapper {
    margin-top: 8.5rem;
}

.academy_single_form_wrap {
    background-color: #edc9d3;
    padding: 4.8rem 15rem 5.6rem;
    border-radius: 1rem;
}

.academy_single_form_heading .title_lg {
    font-weight: 700;
    padding-bottom: 0.7rem;
}

.academy_single_form_heading p {
    padding-bottom: 1.6rem;
}

.academy_single_textarea {
    margin-top: 4rem;
}

.academy_single_textarea textarea {
    height: 9rem;
    width: 100%;
    border: none;
    resize: none;
    border-radius: 1.5rem;
    padding: 1.5rem 2.4rem;
}

.academy_single_textarea textarea::-webkit-input-placeholder {
    font-size: 1.8rem;
    color: #252b19;
}

.academy_single_textarea textarea::-moz-placeholder {
    font-size: 1.8rem;
    color: #252b19;
}

.academy_single_textarea textarea:-ms-input-placeholder {
    font-size: 1.8rem;
    color: #252b19;
}

.academy_single_textarea textarea::-ms-input-placeholder {
    font-size: 1.8rem;
    color: #252b19;
}

.academy_single_textarea textarea::placeholder {
    font-size: 1.8rem;
    color: #252b19;
}

.academy_singl_form_btn {
    margin-top: 4rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.academy_singl_form_btn .button {
    height: 6rem;
    width: 22.1rem;
    font-size: 2.2rem;
    font-weight: 700;
}

.academy_testimonial_wrapper {
    padding-top: 11rem !important;
    padding-bottom: 16.8rem !important;
}

.academy_box_slider_heading h2 {
    padding-bottom: 4rem;
}

.academy_box_slider_wrapper {
    background-color: #edc9d3;
    padding: 10rem 0 13.5rem;
}

.academy_slide_box_content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
}

.academy_slide_box_content {
    background-color: #fff;
    border-radius: 1rem;
    height: 16rem;
    width: 22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.academy_slide_box_content .p1 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: rgba(37, 43, 25, 0.6);
    padding-bottom: 0.9rem;
}

.academy_slide_box_content .p2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 0.9rem;
}

.academy_slide_box_content a {
    font-size: 1.6rem;
    font-weight: 400;
}

.academy_box_slider .slick-next {
    right: -9.2rem;
}

.academy_box_slider .slick-prev {
    left: -9.2rem;
}

.academy_single_loby_product_area {
    padding-top: 10rem !important;
    padding-bottom: 12rem !important;
}

.academy_single_last_heading {
    padding-bottom: 6rem;
}

@media (max-width: 991.98px) {
    .academy_single_hero_wrapper .academy_single_hero_heading h1 {
        max-width: 45rem;
        margin: 0 auto;
    }
    .academ_single_about_box {
        background-image: url(images/as-mb1.png) !important;
        height: 36rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .academ_single_about_box_inner {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .academy_single_select_box .nice-select {
        width: 30.3rem;
    }
    .academy_slide_box_content {
        width: 100%;
    }
    .academy_box_slider .slick_arrows.slick-next {
        right: calc(50% - 3rem);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        top: auto;
        bottom: -7.4rem;
    }
    .academy_box_slider .slick_arrows.slick-prev {
        left: calc(50% - 3rem);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: -7.4rem;
    }
    .academy_single_slider .slick_arrows.slick-next {
        right: calc(50% - 3rem);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        top: auto;
        bottom: -7.4rem;
    }
    .academy_single_slider .slick_arrows.slick-prev {
        left: calc(50% - 3rem);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: -7.4rem;
    }
    .academy_single_form_wrap {
        padding: 4.8rem 5rem 5.6rem;
    }
    .academy_single_slider_wrapper {
        padding-bottom: 8rem;
    }
}
@media (max-width: 767px) {
    .academy_single_contact_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .academy_single_select_box .nice-select {
        width: 100%;
    }
    .academy_single_select_btn .button {
        width: 100% !important;
        margin-top: 2.4rem;
    }
    .academy_single_number_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .academy_single_number_area p {
        padding: 1.3rem 0;
    }
    .academy_single_text_area .academy_single_textbox {
        padding-top: 4rem;
    }
    .academy_single_text_area .academy_single_textbox h4 {
        padding-bottom: 2.4rem;
        font-size: 1.8rem !important;
    }
}
@media (max-width: 575px) {
    .academy_single_hero_wrapper .academy_single_hero_heading h1 {
        padding-top: 3.2rem;
    }
    .academy_single_hero_wrapper .academy_single_hero_heading p {
        font-size: 1.8rem;
        padding-top: 1.4rem;
        padding-bottom: 2.4rem;
    }
    .academy_single_hero_wrapper::before {
        height: 25rem;
    }
    .academ_single_about_box {
        padding: 2.8rem 2rem;
        height: 26rem;
        margin-top: 2.4rem;
    }
    .academ_single_about_box_inner p {
        font-size: 1.2rem;
    }
    .academ_single_about_box_inner span {
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .academy_single_contact_area {
        margin-top: 3.2rem;
    }
    .academy_single_select_box .nice-select {
        height: 4.8rem;
        line-height: 2.5;
    }
    .academy_single_select_btn .button {
        height: 4.8rem;
        font-size: 1.8rem !important;
    }
    .academy_single_number_area {
        margin-top: 4rem;
    }
    .academy_single_number_area p {
        max-width: 21.6rem;
        margin-left: auto;
        margin-right: auto;
    }
    .academy_video_area {
        margin-top: 6rem;
    }
    .academy_video_area .img_as7 {
        width: 6.7rem;
    }
    .img_as6 {
        border-radius: 1rem;
    }
    .academy_single_about_wrapper {
        padding-bottom: 2.4rem;
    }
    .academy_single_slider .slick_arrows.slick-next {
        bottom: -6.4rem;
    }
    .academy_single_slider .slick_arrows.slick-prev {
        bottom: -6.4rem;
    }
    .academy_single_slider_wrapper {
        padding-bottom: 9rem;
    }
    .academy_single_form_wrapper {
        margin-top: 7rem;
    }
    .academy_single_form_wrap {
        padding: 3.8rem 2rem 3rem;
    }
    .academy_single_form_heading .title_lg {
        font-size: 1.8rem;
    }
    .academy_single_form_heading p {
        font-size: 1.4rem;
        line-height: 1.2;
        padding-bottom: 0.3rem;
    }
    .academy_single_form_wrap .account_input_box {
        margin-top: 2.4rem;
    }
    .academy_single_form_wrap .account_select,
    .academy_single_form_wrap .account_input_box label {
        display: none;
    }
    .academy_single_textarea {
        margin-top: 2.4rem;
    }
    .academy_singl_form_btn {
        margin-top: 2.8rem;
    }
    .academy_singl_form_btn .button {
        font-size: 1.4rem;
        height: 4rem;
        width: 13.8rem;
    }
    .academy_testimonial_wrapper {
        padding-top: 7rem !important;
        padding-bottom: 10.8rem !important;
    }
    .academy_slide_box_content {
        height: 10.8rem;
    }
    .academy_slide_box_content .p1 {
        font-size: 1.2rem;
    }
    .academy_slide_box_content .p2 {
        font-size: 1.2rem;
    }
    .academy_slide_box_content a {
        font-size: 1.2rem;
    }
    .academy_box_slider_wrapper {
        padding: 4.8rem 0 12.3rem;
    }
    .academy_box_slider_heading h2 {
        padding-bottom: 3.2rem;
    }
    .academy_single_loby_product_area {
        padding-top: 7rem !important;
        padding-bottom: 3.5rem !important;
    }
    .academy_single_last_heading {
        padding-bottom: 1.5rem;
    }
}
.signup_popup_main {
    z-index: 1057;
}
.signup_popup_main .signup_logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.signup_popup_main .signup_logo img {
   width: 27.2rem;
}
.signup_popup_main .modal-content {
    width: 143.9rem;
    border-radius: 1rem;
    padding: 6.2rem 5rem 6.1rem 12rem;
    overflow: hidden;
    background: #fcf2f5;
}
.form-lp .modal-content{
    background: #fff6e8;
}
.signup_popup_main .modal-content .modal_close {
    border: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 4rem;
    background: transparent;
    top: 4rem;
    padding: 0;
}
.signup_popup_main .modal-content .modal_close img {
    width: 2.6rem;
}
.form-lp .row > .col-lg-6:first-child,
.signup_popup_main .modal-content .modal-body > .row > .col-lg-6:first-child {
    padding-left: 9.5rem;
}
.form-lp .row > .col-lg-6:last-child,
.signup_posignup_popup_mainpup_main .modal-content .modal-body > .row > .col-lg-6:last-child {
    padding-right: 9.5rem;
}
.signup_popup_main .modal-dialog {
    margin-top: auto;
}
.signup_popup_main .contact_form {
    width: 46.6rem;
    margin-right: auto;
}
.signup_popup_main .sign_up_modal img {
    width: 61rem !important;
}
.signup_popup_main .col_gap_24 {
    gap: 3rem 0;
}
.signup_popup_main .section_top h2 {
    font-size: 4rem;
    letter-spacing: 0;
}
@media (max-width: 991.98px) {
    .form-lp{
        padding-bottom: 4rem;
    }
    .signup_popup_main {
        z-index: 1057;
    }
    .signup_popup_main .signup_logo img {
        width: 13.8rem;
    }
    .signup_popup_main .modal-content {
        width: 100%;
        padding: 7rem 2rem 2rem 2rem;
    }
    .signup_popup_main .modal-content .modal_close {
        right: 2rem;
        top: 2rem;
    }
    .signup_popup_main .modal-content .modal_close img {
        width: 1.8rem;
    }
    .form-lp .row > .col-lg-6:first-child,
    .signup_popup_main .modal-content .modal-body > .row > .col-lg-6:first-child {
        padding-left: 0.65rem;
    }
    .form-lp .row > .col-lg-6:last-child,
    .signup_popup_main .modal-content .modal-body > .row > .col-lg-6:last-child {
        padding-right: 0.65rem;
    }
    .signup_popup_main .contact_form {
        width: 100%;
    }
    .signup_popup_main .modal-dialog {
        padding: 2rem;
    }
    .signup_popup_main .sign_up_modal img {
        display:none!important;
    }
    .signup_popup_main .col_gap_24 {
        gap: 2.4rem 0;
    }
    .signup_popup_main .section_top h2 {
        font-size: 2.4rem;
        line-height: 2.88rem;
    }
    .signup_popup_main .section_top p {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .signup_popup_main .signup_popup > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 4rem;
    }
}
@media (max-width: 767px) {
    .signup_popup_main .modal-content {
        padding: 7rem 2rem 2rem 2rem;
        height: auto !important;
    }
}

.upload_form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.upload_form .form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.upload_form input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload_form .replace_file_name_here {
    margin: 0;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    display: block;
}
.upload_form .upload_icon {
    width: 1.9rem;
    height: 1.9rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2.4rem;
}

.google_signup img {
    width: 2.7rem;
}

.form_link a {
    color: #b8336a;
    text-decoration: underline;
}
.form_link a:hover {
    text-decoration: none;
}

.newsletter_popup_main .modal-content {
    background: #f9deb6;
}
@media (max-width: 991.98px) {
    .newsletter_popup_main .row.row1 {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        gap: 1.6rem;
    }
    .newsletter_popup_main .row.row2 .col-6 {
        width: 100%;
    }
    .newsletter_popup_main .section_top {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 2.4rem;
    }
    .newsletter_popup_main .sign_up_modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .newsletter_popup_main .sign_up_modal img {
        width: 25rem;
    }
}

@media (max-width: 991.98px) {
    .password_popup_main .modal-content {
        padding-top: 10.8rem;
    }
    .password_popup_main .section_top {
        padding-bottom: 2rem;
    }
    .password_popup_main .form_inner_wrap {
        padding-bottom: 2rem;
    }
}
.cartmodal_main {
    z-index: 1057;
}
.cartmodal_main .modal-dialog {
    max-width: 64.8rem;
    margin-right: auto;
    margin-top: 0;
}
.cartmodal_main .modal-content {
    height:98vh;
}
.cartmodal_main .cart_modal_top {
    position: sticky;
    top: 0;
    left: 0;
    height: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #b8336a;
    padding: 0 3.5rem;
    color: #fff;
    z-index: 1040;
}
.cartmodal_main .cart_modal_top .row {
    width: 100%;
}
.cartmodal_main .cart_modal_top .row .cart_link {
    text-decoration: underline;
    font-size: 1.6rem;
    font-weight: 400;
}
.cartmodal_main .cart_modal_top .row .cart_link:hover {
    text-decoration: none;
}
.cartmodal_main .cart_modal_top .row .shopcart_m_icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cartmodal_main .cart_modal_top .row .shopcart_m_icon p {
    font-size: 3.1rem;
    font-weight: 300;
    line-height: 4.6rem;
    padding-left: 2rem;
    letter-spacing: 0.06em;
}
.cartmodal_main .cart_modal_top .row .shopcart_m_icon img {
    width: 2.5rem;
}
.cartmodal_main .cart_modal_top .row .shopcart_m_icon span {
    width: 2.1rem;
    height: 2.1rem;
    background: #fff;
    border-radius: 10rem;
    position: absolute;
    bottom: -0.62rem;
    right: -0.87rem;
    font-size: 1.2rem;
    color: #b8336a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cartmodal_main .cart_modal_top .row .shopcart_m_icon span:empty{
    background:transparent;
}
.cartmodal_main .cart_modal_top .row .hamburger-menu {
    cursor: pointer;
}
.cartmodal_main .cart_modal_top .row .hamburger-menu img {
    width: 2rem;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(25deg) brightness(104%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(25deg) brightness(104%) contrast(101%);
}
.cartmodal_main .cart_modal_mid {
    position: relative;
    z-index: 1;
    background: #fff;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 10.2rem 1fr;
    padding: 3.4rem 3.4rem 3.2rem 3.4rem;
    border: 0;
    border-radius: 0;
    border-bottom: 0.1rem solid #d3d5d1;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2:last-child {
    border-bottom: none;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img {
    width: 10.2rem;
    height: 10.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img img {
    width: 100%;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img.product_img1 img {
    width: 100%;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img.product_img2 img {
    width: 3.5rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img .product_badge {
    position: absolute;
    z-index: 1040;
    top: -1.2rem;
    right: -1.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img .product_badge p {
    font-size: 1.2rem;
    white-space: nowrap;
    gap: 0;
    word-spacing: 0.1rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img .product_badge p span {
    font-size: 0.9rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img .product_badge img {
    width: 4.063rem;
    height: 4.512rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom {
    width: 27.4rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom .product_infos {
    text-align: start;
    padding: 0 0 2.6rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom .product_infos .title_xsm {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom .product_infos p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-top: 0.6rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom .product_price .price {
    font-size: 1.8rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom .product_price .price span {
    font-size: 1.4rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left {
    height: 100%;
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    place-items: baseline;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .trash {
    padding: 0;
    background: transparent;
    border: none;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .increase_decrease_white.increase_decrease {
    width: 11.4rem;
    height: 4rem;
    border-radius: 4.667rem;
    background: #fff;
    padding: 0 2.3rem;
    border: 0.1rem solid rgba(37, 43, 25, 0.2);
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .increase_decrease_white.increase_decrease button {
    background: #fff;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .increase_decrease_white.increase_decrease button img {
    -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(95%) saturate(1727%) hue-rotate(311deg) brightness(88%) contrast(82%);
    filter: brightness(0) saturate(100%) invert(23%) sepia(95%) saturate(1727%) hue-rotate(311deg) brightness(88%) contrast(82%);
    width: 1rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .increase_decrease_white.increase_decrease:hover {
    padding: 0 2.3rem;
}
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .increase_decrease_white.increase_decrease .increase_num,
.cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .increase_decrease_white.increase_decrease .minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #b8336a;
    font-size: 1.4rem;
}
.cartmodal_main .cart_modal_bottom {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-box-shadow: -2rem 0 3rem 0.5rem #fff;
    box-shadow: -2rem 0 3rem 0.5rem #fff;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .upscale_btn {
    background: #ffedf2;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .upscale_btn.collapsed img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.cartmodal_main .cart_modal_bottom .cart_upscale .upscale_btn img {
    width: 0.7rem;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 {
    background: #fff;
    padding: 2.5rem 3.5rem 0 3.5rem;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .row {
    margin: 0 -3.5rem;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .row > * {
    padding: 0 3.5rem;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item {
    padding: 0;
    border: none;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_img {
    width: 10rem;
    height: 10rem;
    margin-top: 0;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_img.product_img3 img {
    width: 3.5rem !important;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_img img {
    width: 100% !important;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_infos {
    padding: 1.4rem 0 0.8rem;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_infos p {
    font-size: 1.2rem;
    line-height: 1.56rem;
}
.cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_inner_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}
.cartmodal_main .cart_modal_bottom .cart_mb_bottom {
    background: #fff;
}
.cartmodal_main .cart_modal_bottom .cart_mb_bottom .button {
    margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
    .cartmodal_main .modal-dialog {
        max-width: 100%;
    }
    .cartmodal_main .cart_modal_top {
        height: 6.4rem;
        padding: 0 2rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cartmodal_main .cart_modal_top .row {
        margin: 0;
    }
    .cartmodal_main .cart_modal_top .row > * {
        padding: 0;
    }
    .cartmodal_main .cart_modal_top .row .cart_link {
        font-size: 1.2rem;
        width: auto;
    }
    .cartmodal_main .cart_modal_top .row .shopcart_m_icon p {
        font-size: 2.4rem;
        line-height: 2.8rem;
        padding-left: 1.2rem;
    }
    .cartmodal_main .cart_modal_top .row .shopcart_m_icon img {
        width: 1.8rem;
    }
    .cartmodal_main .cart_modal_top .row .shopcart_m_icon span {
        width: 1.4rem;
        height: 1.4rem;
        bottom: -0.5rem;
        right: -0.5rem;
        font-size: 1rem;
    }
    .cartmodal_main .cart_modal_top .row .hamburger-menu {
        cursor: pointer;
    }
    .cartmodal_main .cart_modal_top .row .hamburger-menu img {
        width: 1.6rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 {
        gap: 1rem;
        grid-template-columns: 8rem 1fr;
        padding: 2rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img {
        width: 8rem;
        height: 8rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img.product_img1 img {
        width: 100%;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img.product_img2 img {
        width: 2.5rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img.product_img3 img {
        width: 7rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img .product_badge {
        top: -1.4rem;
        right: -1rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img .product_badge p {
        font-size: 0.92rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img .product_badge p span {
        font-size: 0.7rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product_img .product_badge img {
        width: 3.2rem;
        height: 3.5rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom {
        width: 19.5rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom .product_infos {
        padding: 0 0 2.6rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom .product_infos .title_xsm {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom .product_infos p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        padding-top: 0.6rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom .product_price .price {
        font-size: 1.4rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product_bottom .product_price .price span {
        font-size: 1.2rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left {
        position: absolute;
        left: 2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: calc(100% - 5rem) !important;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .trash {
        padding: 0;
        background: transparent;
        border: none;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .increase_decrease_white.increase_decrease {
        width: 12.4rem;
        height: 2.8rem;
        padding: 0 1.39rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .increase_decrease_white.increase_decrease button img {
        width: 1rem;
    }
    .cartmodal_main .cart_modal_mid .cart_items_lists .product_item2 .product2_left .product2_inner_left .increase_decrease_white.increase_decrease:hover {
        padding: 0 1.39rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .upscale_btn img {
        width: 0.65rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 {
        background: #fff;
        padding: 2.5rem 3.5rem 0 3.5rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .row {
        margin: 0 -1.1rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .row > * {
        padding: 0 1.1rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item {
        padding: 1.7rem 0 1.2rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_img {
        width: 9rem;
        height: 9rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_img.product_img3 img {
        width: 3.5rem !important;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_img img {
        width: 100% !important;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_infos {
        padding: 1.4rem 0 0.8rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_infos p {
        font-size: 1.2rem;
        line-height: 1.56rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_upscale .product_area_2 .product_item .product_inner_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_mb_bottom {
        padding: 2.2rem;
    }
    .cartmodal_main .cart_modal_bottom .cart_mb_bottom .button {
        margin-bottom: 2rem !important;
    }
}

.increase_decrease_white.increase_decrease {
    width: 11.4rem;
    height: 4rem;
    border-radius: 4.667rem;
    background: #fff;
    padding: 0 2.3rem;
    border: 0.1rem solid rgba(37, 43, 25, 0.2);
}
.increase_decrease_white.increase_decrease button {
    background: #fff;
}
.increase_decrease_white.increase_decrease button img {
    -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(95%) saturate(1727%) hue-rotate(311deg) brightness(88%) contrast(82%);
    filter: brightness(0) saturate(100%) invert(23%) sepia(95%) saturate(1727%) hue-rotate(311deg) brightness(88%) contrast(82%);
    width: 1rem;
}
.increase_decrease_white.increase_decrease:hover {
    padding: 0 2.3rem;
}
.increase_decrease_white.increase_decrease .increase_num,
.increase_decrease_white.increase_decrease .minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #b8336a;
    font-size: 1.4rem;
}
@media (max-width: 767px) {
    .increase_decrease_white.increase_decrease {
        width: 12.4rem;
        height: 2.8rem;
        padding: 0 1.39rem;
    }
    .increase_decrease_white.increase_decrease button img {
        width: 1rem;
    }
    .increase_decrease_white.increase_decrease:hover {
        padding: 0 1.39rem;
    }
}

.product_area_2 {
    background: #fff;
    padding: 2.5rem 3.5rem 0 3.5rem;
}
.product_area_2 .row {
    margin: 0 -3.5rem;
}
.product_area_2 .row > * {
    padding: 0 3.5rem;
}
.product_area_2 .product_item {
    padding: 0;
    border: none;
}
.product_area_2 .product_item .product_img {
    width: 10rem;
    height: 10rem;
    margin-top: 0;
}
.product_area_2 .product_item .product_img.product_img3 img {
    width: 3.5rem !important;
}
.product_area_2 .product_item .product_img img {
    width: 100% !important;
}
.product_area_2 .product_item .product_infos {
    padding: 1.4rem 0 0.8rem;
}
.product_area_2 .product_item .product_infos p {
    font-size: 1.2rem;
    line-height: 1.56rem;
}
.product_area_2 .product_item .product_inner_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}
@media (max-width: 767px) {
    .product_area_2 .product_area_2 {
        background: #fff;
        padding: 2.5rem 3.5rem 0 3.5rem;
    }
    .product_area_2 .product_area_2 .row {
        margin: 0 -1.1rem;
    }
    .product_area_2 .product_area_2 .row > * {
        padding: 0 1.1rem;
    }
    .product_area_2 .product_area_2 .product_item {
        padding: 1.7rem 0 1.2rem;
    }
    .product_area_2 .product_area_2 .product_item .product_img {
        width: 9rem;
        height: 9rem;
    }
    .product_area_2 .product_area_2 .product_item .product_img.product_img3 img {
        width: 3.5rem !important;
    }
    .product_area_2 .product_area_2 .product_item .product_img img {
        width: 100% !important;
    }
    .product_area_2 .product_area_2 .product_item .product_infos {
        padding: 1.4rem 0 0.8rem;
    }
    .product_area_2 .product_area_2 .product_item .product_infos p {
        font-size: 1.2rem;
        line-height: 1.56rem;
    }
    .product_area_2 .product_area_2 .product_item .product_inner_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
}

/* For Webkit browsers (e.g., Chrome, Edge, Safari) */
.cartmodal_main::-webkit-scrollbar {
    background: none;
    width: 0.6rem; /* Scrollbar width */
}

.cartmodal_main::-webkit-scrollbar-track {
    background: none; /* No background */
}

.cartmodal_main::-webkit-scrollbar-thumb {
    width: 0.6rem; /* Scrollbar width */
    background: #b8336a;
    border-radius: 10rem;
}

/* Add padding/margin to keep scrollbar 1rem from the edge */
.empty_cart_main .empty_cart_mid {
    padding-bottom: 20rem;
    background: #fff;
}
.empty_cart_main .empty_cart_mid .empty_top {
    padding: 6.4rem 0 5.5rem;
}
.empty_cart_main .empty_cart_mid .empty_top h5 {
    padding-bottom: 15rem;
}
.empty_cart_main .cart_modal_bottom .cart_mb_bottom .button {
    background: #d7d6d6;
    pointer-events: none;
    margin-bottom: 0 !important;
}
@media (max-width: 767px) {
    .empty_cart_main .empty_cart_mid {
        padding-bottom: 12rem;
    }
    .empty_cart_main .empty_cart_mid .empty_top {
        padding: 6.2rem 0 2rem;
    }
    .empty_cart_main .empty_cart_mid .empty_top h5 {
        padding-bottom: 11.2rem;
        font-size: 1.8rem;
    }
    .empty_cart_main .empty_cart_mid .empty_top p {
        font-size: 1.6rem;
    }
    .empty_cart_main .cart_modal_bottom .cart_mb_bottom {
        padding: 3rem 2rem;
    }
}

.teammodal_popup_main .teammodal_logo img {
    width: 41.6rem;
}
.teammodal_popup_main .teammodal_logo .title_sm {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 3rem;
}
.teammodal_popup_main .modal-content {
    padding: 11.7rem 12.2rem 11.7rem 12.2rem;
}
.teammodal_popup_main .modal-content .modal-body > .row > .col-lg-6:first-child {
    padding-left: 0.65rem;
}
.teammodal_popup_main .modal-content .modal-body > .row > .col-lg-6:last-child {
    padding-right: 14.6rem;
}
.teammodal_popup_main .sign_up_modal img {
    width: 100% !important;
}
.teammodal_popup_main .team_modal_content {
    width: 46.4rem;
    margin-right: auto;
}
.teammodal_popup_main .team_modal_content .p1 {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.3rem;
    letter-spacing: 0.2em;
}
.teammodal_popup_main .team_modal_content .p2 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.213rem;
}
@media (max-width: 991.98px) {
    .teammodal_popup_main .teammodal_logo img {
        width: 21rem;
    }
    .teammodal_popup_main .teammodal_logo .title_sm {
        top: 1rem;
        font-size: 1.6rem;
        line-height: 1;
        white-space: nowrap;
    }
    .teammodal_popup_main .modal-content {
        padding: 8rem 2rem 4.8rem 2rem;
    }
    .teammodal_popup_main .modal-content .modal-body > .row > .col-lg-6:first-child {
        padding-left: 0.65rem;
    }
    .teammodal_popup_main .modal-content .modal-body > .row > .col-lg-6:last-child {
        padding-right: 0.65rem;
    }
    .teammodal_popup_main .sign_up_modal img {
        width: 24.8rem !important;
    }
    .teammodal_popup_main .team_modal_content {
        padding-top: 4rem;
        width: 100%;
    }
    .teammodal_popup_main .team_modal_content .title_lg {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    .teammodal_popup_main .team_modal_content .p1 {
        font-size: 1.4rem;
        line-height: 2.1rem;
        padding: 1.2rem 0 2.4rem;
    }
    .teammodal_popup_main .team_modal_content .p2 {
        font-size: 1.4rem;
        line-height: 2.3rem;
        padding-bottom: 8.7rem;
    }
}



/*QA css*/

.text-right{
    text-align: right;
}
.site_header .menu_top .text_sm {
    letter-spacing: normal;
    color: #b8326a;
	font-size:1.3rem;
}

.subscribe_area .title_md {
    font-weight: 700;
    letter-spacing: normal;
}

.ac_content_top .glow_academy_title {
    color: #b8326a;
}


.contact_area .section_top h2 {
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: normal;
}

.contact_area .contact_form .checkbox p {
    letter-spacing: normal;
    font-weight: 400;
}
.contact_area .contact_form .checkbox .check{
    margin-top: 0;
}

.testimonial_slide h3 {
    font-weight: 700;
}

.testimonial_area .testimonial_slide p.p2 {
    font-weight: 300;
    line-height: 1.9;
}


.product_area .title_md{
    letter-spacing: normal;
}

.product_area .suggsetion_title {
    font-weight: 400;
    letter-spacing: normal;
}

.Inner_about_area .title_md {
    letter-spacing: normal;
}

.Inner_about_area .text_xxl {
    line-height: 1.585;
    font-weight: 300;
}

.about_page_section .title_md {
    font-weight: 400;
    letter-spacing: normal;
}

.title_ngb {
    letter-spacing: normal;
    font-weight: 700;
}

.servicing_area .servicing_wrap .servicing_box p {
    line-height: 1.285;
}

.color_purple{
    color:#b8326a;
}

.category_tb_left .title_xsm{
    letter-spacing: normal;
}
.category_tb_left .nice-select.open{
    border-top-left-radius:  5px!important;
    border-top-right-radius: 5px!important;
}

.categoryB_inner_hero .brand_txt{
    line-height: 1.6;
}


.account_product_price p del {
    margin-right: 0.8rem;
    font-size: 1.6rem!important;
}


.academy_hero:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
    z-index: 1;
}

.academy_hero .content{
    z-index: 2;
}

.signup_popup .nice-select:after {
    border-bottom: 0.2rem solid #252B19;
    border-right: 0.2rem solid #252B19;
}

.checkbox .text_sm{
    letter-spacing: normal;
}

.signup_popup_main .contact_form .text_sm {
    letter-spacing: normal;
}

.qna_area .accordion .accordion-item .accordion_button span {
    text-align: right;
    line-height: 1.2;
}

@media (min-width: 991.98px) {
    .product_area .suggsetion_title {
        font-size: 2.2rem;
    }
    .about_page_section .content .text_xxl {
        line-height: 1.77;
    }
    .cart_hero_wrapper .cart_left_col {
        padding-right: 2rem;
    }
}


@media (max-width: 767px) {
    .checkout_price_last_box .checkbox .check img {
        width: 1.3rem;
    }
    .academy_single_select_box .nice-select {
        font-size: 1.4rem;
    }
}

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;  /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;            /* 3 */
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    height: auto !important;
    margin: auto !important;
    overflow: visible !important;
    width: auto !important;
    white-space: normal !important;
}


.wc-block-cart-item__remove-link{
    background:url(images/del.svg)  no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 18px;
}
@media (max-width: 575px) {
    .wc-block-cart-item__remove-link{
        width:15px;
        height:15px;
    }
}
/*add to cart button changes*/
.product_item .increase_decrease.active .minus, .product_item .increase_decrease.active .increase_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product_item .increase_decrease.active {
    width: 13rem;
    padding: 0 0.4rem;
}
/*add to cart button changes end*/

.stock.in-stock,
.stock.out-of-stock{
    display: none;
}
#yith-wcwtl-output{
    background-color: transparent;
    padding:0;
    border-radius: 15px;
}

.reset_variations{
    display: none !important;
}


.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    direction: rtl !important;
}

.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-not-valid-tip {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.744rem;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -1.85rem;
    color: #ff0000;
}

#customer_details .col-1{
    flex: 0 0 auto;
    width:100%;
}

.header_slide{
    margin: 0;
}


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

.product_slider .slick-slide{
    height: inherit!important;
}

.product_slider .product_item{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product_slider .product_item .product_inner_bottom {
    margin-top: auto;
}

.category_area .products .product_item {
    height: 100%;
    display: flex;
    flex-direction: column;    
}

.category_area .products .product_item .product_inner_bottom {
    margin-top: auto;
}

.servicing_img img {
    max-width: 100%;
}


.category_area .nav.nav_style {
    justify-content: start;
}


.cartmodal_main .cart_modal_mid{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.widget_shopping_cart_content{
    height: 100%;
}
.cartmodal_wrap{
    height: 100%;
}
.empty_cart_main .empty_cart_mid .empty_top h5,.empty_cart_main .empty_cart_mid,.empty_cart_main .empty_cart_mid .empty_top {
    padding-bottom: 0;
}

.empty_cart_main .product_area_2{
    padding-top: 0;
}
.empty_cart_main{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.empty_cart_main .cart_modal_bottom {
    position: relative !important;
}

.widget_shopping_cart_content{
    height: calc(100% - 9rem);
}

.maybe_products_title {
    padding: 3rem 0;
}

.product_area .product_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

#calendar-container #calendar .month.hidden-month{
    display: none;
}

#calendar-container #calendar .month .days .day .tooltip-content{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 100%; /* position it above the day cell */
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 6px; /* small gap above the cell */
    width: 15.303rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    text-align: center;
    background: #fff;
    color: #201604;
    z-index: 9;
    border-radius: 1rem;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    -webkit-box-shadow: 0 2rem 2rem 0.2rem rgba(39, 31, 48, 0.1);
    box-shadow: 0 2rem 2rem 0.2rem rgba(39, 31, 48, 0.1);
}

#calendar-container #calendar .month .days .day .tooltip-content a{
    display: inline-block;
    padding: 2.5rem 2rem 3rem 2.3rem;
}

#calendar-container #calendar .month .days .day.selected_date:hover .tooltip-content{
   visibility: visible;
   opacity: 1;
}

.product_cart_area .product_cart_details .product_cart_btns .nice_select_control .list li.option::before {
  background: var(--color-hex, #fff); /* fallback if no var is set */
}

.site_footer .footer_widget .footer_box1 .footer_email .email_arrow_left {
    -webkit-appearance: none;
    background: none;
    border: 0;
    height: 100%;
    background-image: url(images/icons/email_arrow_left.svg);
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: 10px;
    left: 0px;
    max-height: 40px;
    width: 100px;

}

.checkbox .check{
    position: relative;
}

.checkbox .check:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(102%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(102%) contrast(101%);
    background-position: center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
}

.checkbox.active .check:before {
    background-image: url(images/icons/check.svg);
}


.terms_checkbox {
    padding: 2rem 0;
}

@media (max-width: 767px) {
    .checkout_form_wrapper .checkbox.terms_checkbox {
        padding: 2rem 0;
    }
}

@media (max-width: 991.98px) {
    #calendar-container #calendar .month .days .day .tooltip-content{
        width: 11rem;
        font-size: 1.2rem;
        line-height: 1.8rem;
        padding: 1.6rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0;
    }
    #calendar-container #calendar .month .days .day .tooltip-content a{

        padding: 1.6rem;
    }
}

.header_slide .title_xxl{
    font-weight: 500;
}

.hero_area .hero_slider {
    direction: ltr;
}

.hero_area .hero_slider .header_slide{
    direction: rtl;
}

.brand_img img{
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .brand_img img{
        max-width: 70%;
    }
}

@media (max-width: 991.98px) {
    .cart_box_wrap .acount_product_img img {
        padding-left: 2rem;
    }
}

@media (min-width: 992px) {
.account_modal_btn{
    justify-content: end;
}
}


.checkout-inline-error-message{
    text-align: right;
    margin-top:10px;
}

.woocommerce-NoticeGroup-checkout{
    display:none;
}

.lector-details{
    background: #fcf2f5;
    padding: 3em 0;
}

.lector-details  .p1 {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.3rem;
    letter-spacing: 0.2em;
}

.lector-details  .p2 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.213rem;
}


@media (max-width: 767px) {
    .marquee {
        overflow: hidden;
        position: relative;
        height: 2.8rem;
    }

    .marquee div {
        display: flex;
        width: 400%;
        height: 2.8rem;

        position: absolute;
        overflow: hidden;
        animation: marquee 10s linear infinite;
    }


    .marquee p {
        float: left;
        width: 120%;
    }
}

@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

.home del,
.archive del,
ins{
    text-decoration: none !important;
}

.home del bdi,
.archive del bdi{
    text-decoration: line-through;
}

.cart-count:empty{
    background: none !important;
}


















/************MY STYLE HERE********/

.glowtech-product-section-ai-tech .glowtech-device-bg{ box-shadow:none !important;    background: #efefef !important;}

.contact_form .button {margin: 0px auto;}

.main-row{justify-content: center; padding-top:0px;}
.product-single-text .col-lg-6 {width: 55.3%;}

/*.product_cart_area .navigation{ display:none;}*/

/*.single-product .product_cart_area {padding-top:40px !important; padding-bottom:0px !important;}*/
.product_price .price span {margin-right: 5px !important;}
/*.product-single-text  .increase_decrease button img {filter: brightness(0) invert(0);}*/

.icon-arrow {position:absolute;  height:.8rem !important;left:1.5rem;}

/*
.product-single-text .increase_decrease {
    background: none !important;
    border: 1px solid #7d7d7d !important;
	border-radius: 0px !important;
    width: 142px !important;
    padding: 0 1rem !important;}
*/

.title_main{font-size: 24px !important; font-weight:400 !important; padding-bottom:1.5rem !important;}

/*.product_price .price, .product_price .price span {font-size: 18px !important; font-weight:400;}*/
.product_price .price{ margin:1.5rem 0;}

/*
.increase_decrease button {
    width: 4rem;
    height: 4rem;
    background: #b8336a00 !important;
    border: 0;
	border-radius: 0px !important;}
*/

.product_cart_area .product_cart_details .accordion2 .accordion-item {border: 0 !important;padding:0.3rem 0 !important; border-bottom:0.1rem solid #ececec !important}

.product_cart_area .product_cart_details .accordion2 .accordion-item .accordion_button{    padding: 1.5rem 0 !important; font-size: 16px; color:#1a1a1a}

/*
.increase_decrease{color: rgba(0, 0, 0, 0.8);
  position: relative;
  width: 14rem;          
  display: flex;
	background:transform;
  border-radius: 6px;    
  min-height: 4.5rem;border: 1px solid #7d7d7d;}
*/

.product_cart_area .container {width: 1400px; max-width: 100%;}

.glowtech-product-section-ai-tech .glowtech-main-title{ font-size:4.8rem !important;}
.glowtech-product-section-ai-tech .glowtech-subtitle {font-size: 3.7rem !important;line-height: 1.4;}
.glowtech-product-section-ai-tech { padding:60px 0 90px 0px !important;}

.single-product .has-post-thumbnail{ margin-bottom:35px;}
.single-product .glowtech-product-section {margin-bottom:15px;}

.single-product .product_area {padding: 1rem 0 8.6rem;}

.single-product .product_area .section_top{ padding-bottom:1.0rem !important;}
.single-product .product_area .container {max-width: 1400px !important;}

.glowtech-product-section-ai-tech .glowtech-bottom-text-frame {
    background: no-repeat !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 20px !important;
    bottom:-60px !important;
	max-width: 100% !important;}

.btn-in {border: 1px solid #4e4e4e; border-radius: 25px;padding: 5px 10px;}
.btn-in p{ color:#2c2c2c; font-size:20px; font-weight:400;}

.glowtech-product-section-nail-detect {padding: 0px !important; }

.glowtech-product-section-nail-detect .glowtech-container{max-width:100% !important; padding: 0 !important;}

.glowtech-product-section-nail-detect .glowtech-container img, .glowtech-product-section-nail-detect .glowtech-hand-container{ border-radius:0px !important;}

.glowtech-product-section-nail-detect h2.glowtech-main-title, .glowtech-product-section-nail-detect h3.glowtech-subtitle { font-size: 40px !important; font-weight:400 !important;}
.single-product .glowtech-product-section .glowtech-container{ width:100% !important; padding:0px !important;}

.glowtech-text-content {padding-right: 120px;}

.three-block {background:#ffedf2; padding:11rem 5rem;}
.three-block .glowtech-main-title{ font-size:5rem !important;}
.three-block .glowtech-subtitle{font-size:26px !important; font-weight: 400 !important;}

.glowtech-product-section-led-array {background:#F5F5F5 !important;}
.glowtech-product-section-led-array .glowtech-text-content {order: 2 !important; padding:40px 10px !important;}
.glowtech-product-section-led-array .glowtech-led-image {order: 1 !important;}
.glowtech-product-section-led-array .glowtech-led-array-img {box-shadow: inherit !important;}
.glowtech-product-section-led-array .glowtech-led-array-content {grid-template-columns: 1.5fr 1fr !important;}

.glowtech-product-section-dual-images .glowtech-image-caption {font-size: 14px !important; font-weight: 400 !important; margin-top: 30px; margin-bottom: 30px;}
.glowtech-product-section-dual-images .glowtech-comparison-image {border-radius: 0px !important; box-shadow: inherit !important;}
.glowtech-product-section-dual-images  .glowtech-image-item{ padding:3rem !important; padding-top:3.5rem !important;}
.glowtech-product-section-dual-images .glowtech-dual-images-grid{ gap:15px !important;}

.column-section-in{ margin:0px !important; padding:0px !important;}
.column-section-in .glowtech-dual-images-grid{ margin-top:0px !important;}

.glowtech-product-section-social-videos { padding: 50px 0 !important; background: #fff !important;}
.glowtech-animate-in {margin-top:0 !important;}
.glowtech-product-section-dual-images {padding:0px; background: var(--glowtech-background) !important;}
.glowtech-product-section-social-videos .glowtech-video-thumbnail {height:400px !important;}
.glowtech-video-slider-container {max-width:100% !important;}
.glowtech-product-section-social-videos .glowtech-play-overlay {background: rgba(0, 0, 0, 0.3) !important; opacity:inherit  !important;}
.glowtech-product-section {overflow:inherit !important;}
.glowtech-product-section-social-videos .glowtech-video-grid {gap: 10px !important;}

/* .glowtech-product-section-social-videos .glowtech-video-item{min-width: 240px !important;}

.glowtech-product-section-social-videos .glowtech-play-button {
    width:50px !important;
    height:50px !important;
background: rgb(0 0 0 / 44%) !important;}
.glowtech-product-section-social-videos .glowtech-play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid #ffffff !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    margin-left: 4px !important;
} */



/*Slider css**/

/*.product-single-img .slick-track {display:flex;}*/

.synce_slider .slider-single .product_cart_img {height: 63.6rem !important; padding:0rem;}

.slick_arrows2.arrow_left img {transform: rotate(0deg);}

.synce_slider .slider-nav .product_cart_img_nav {
    /* width: 127px !important; height:130px !important;  */
    margin:0 5px;           }
/*.synce_slider .slider-nav .product_cart_img_nav img { width: 100% !important; height:100% !important; object-fit:cover;}*/

.product-single-img {padding:0px 50px 0px 50px !important; width: 45.4%;}

.synce_slider .slider-nav .slick-slide { border-radius: 0px !important;}
.synce_slider {padding-left: 0 !important;}

.synce_slider .slider-single {margin-right: 0 !important;}
.synce_slider .slider-single .slick-list {margin: 0 auto 30px auto; background-color: white !important;}
.synce_slider {flex-direction: column-reverse !important;}
.synce_slider .slider-nav {position: relative; display: flex; align-items: center;}

.synce_slider .slider-nav .slick-prev,
.synce_slider .slider-nav .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.synce_slider .slider-nav .slick-prev {left: -40px;}
.synce_slider .slider-nav .slick-next {right: -40px;}
.synce_slider .slider-nav .product_cart_img_nav img {border-radius:inherit !important; object-fit:cover;}
.synce_slider .slider-nav .slick-slide { margin:0 6px;}


/* Responsive tweaks */
@media (max-width: 1024px) {
  /* .synce_slider .slider-nav .product_cart_img_nav img {
    width: 110px !important;
    height: 110px !important;
  } */
}

@media (max-width: 768px) {
  .synce_slider .slider-nav .product_cart_img_nav img {
    width: 95px !important;
    height: 95px !important;
  }
}

@media (max-width: 480px) {
  .synce_slider .slider-nav .product_cart_img_nav img {
    width: 75px !important;
    height: 75px !important;
  }
  .synce_slider .slider-nav .slick-prev {
    left: 0px;
  }
  .synce_slider .slider-nav .slick-next {
    right: -25px;
  }
}

.glowtech-product-section-social-videos .glowtech-play-button {background: rgb(255 255 255 / 80%);}
.glowtech-slider-nav { background-color:inherit !important; border:none !important; z-index: 9999999 !important; position: relative; background-image: url(https://asset.fwcdn3.com/js/assets/2756875147bf6e7de183f725c308c631.png) !important; opacity: inherit !important; background-size: contain !important;}

.glowtech-product-section-social-videos .glowtech-slider-nav.next::after{ display:none;}
.glowtech-product-section-social-videos .glowtech-slider-nav.prev::after{ display:none;}
.glowtech-product-section-social-videos .glowtech-slider-nav.prev {left: 0px;}
.glowtech-product-section-social-videos .glowtech-slider-nav.next { right: 0px;}

.glowtech-product-section-ai-tech{ background-color:#efefef !important;}
.glowtech-product-section-nail-detect h2{color: var(--glowtech-text) !important;}

.glowtech-video-modal-overlay video {max-height: 100vh !important;}
.glowtech-video-modal-content {overflow: inherit !important;}

/* .glowtech-product-section-led-array .glowtech-main-title{ color:#373737 !important;} */
.glowtech-product-section-led-array .glowtech-subtitle{ color:#343434 !important;}

/**.glowtech-video-modal-close {
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    background: #fff !important;
    border: 2px solid #f44336 !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 18px !important;
    cursor: pointer !important;
    z-index: 100001 !important;
    color: #f44336 !important;
    font-weight: bold !important;
    line-height: 1 !important;
}**/

.product_cart_btns {
  position: relative;
}

/*
.product_cart_btns::before {
    content: "Quantity";
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 13px;
    color: #121212c7;
    font-weight: 400;
    letter-spacing: .04rem;
}
*/

.single-product .title_lg, .glowtech-section-title {
    font-size:40px !important;
    font-weight: 400 !important;
    line-height: 4.8rem;
    letter-spacing: 0.03em;
    color: #121212 !important;
	margin-bottom: 25px !important;
}
.glowtech-product-section-social-videos .glowtech-video-grid {flex-direction: row-reverse;}

.glowtech-product-section-social-videos .glowtech-section-title::after{ display:none !important;}

@media (max-width:1200px) {
   .synce_slider .slider-nav .product_cart_img_nav { width: calc(25% - .8rem) !important; height: auto !important;}
	
	.product_cart_area .product_cart_details .product_cart_btns { margin-top:20px;}
	.product_cart_btns::before { top:0px}
	/*.product_cart_area .product_cart_details .product_cart_btns .increase_decrease > * {font-size: 2rem;}*/

	
}

@media (max-width:992px) {

	
	.synce_slider .slider-nav{ display:block !important}
	.product-single-img { width: 90%;}
	 .product_cart_area .product_cart_details .product_cart_btns {margin-top:10px;}
	.product_price .price {margin:0 0 5px 0 !important;}
	
	    .synce_slider .slider-single .product_cart_img {
			height: 46.6rem !important;}
	
	.synce_slider .slider-nav .product_cart_img_nav {width: calc(30% - .8rem) !important;}
	.synce_slider .slider-nav .product_cart_img_nav img {width: 100% !important; }
	.synce_slider .slider-single .product_cart_img img { border-radius: 0px !important; object-fit: contain; object-position: center; height:fit-content;}
	.synce_slider .slider-single .slick-list {margin: 0px auto 50px auto !important;width: 400px;height:400px; background:#e6e6e6;}
	.synce_slider .slider-single .product_cart_img {height:100% !important;display: flex;flex-direction: column;}
	
	.product_cart_details.text-end.summary.entry-summary { width:98%; margin: 40px auto;}

    .product_cart_btns::before {top:-10px;}	
    .product_cart_area .product_cart_details .product_cart_btns {padding-top: 2rem;}
    .slider .slider-nav {display:block !important;}
    .synce_slider .slider-single.flat_dots .slick-dots{ display:none !important;}.glowtech-product-section-ai-tech .glowtech-device-display,         .glowtech-product-section-led-array .glowtech-led-image {order:2 !important;}
    .glowtech-product-section-ai-tech .glowtech-device-bg {margin: 0px auto;}
	
	.glowtech-product-section-ai-tech .glowtech-text-content { width:80%; margin: 0px auto;}
	.glowtech-product-section-ai-tech .glowtech-main-title {font-size: 3.6rem !important;}
	.glowtech-product-section-ai-tech .glowtech-subtitle {font-size: 2.7rem !important;line-height: 1.4 !important; width:90%; margin:0px auto;}
	
	.glowtech-text-content {padding-right: 0;width: 90%;  margin: 0px auto;}
	.glowtech-product-section-nail-detect .glowtech-nail-detection-content {gap:20px !important;}
	.glowtech-product-section-nail-detect h2.glowtech-main-title, .glowtech-product-section-nail-detect h3.glowtech-subtitle {font-size: 30px !important; font-weight: 400 !important; margin-bottom: 5px;}
	.glowtech-product-section-nail-detect {padding-top: 30px !important;}
	
	.three-block .glowtech-led-array-content{display:flex !important; flex-direction: column !important; gap:0px !important;}
	.glowtech-product-section-led-array {padding: 50px 0 !important;}
	.three-block .glowtech-main-title {font-size: 4rem !important; margin:10px !important; padding:0px}
	.three-block .glowtech-subtitle {font-size: 24px !important;}
	
     .glowtech-product-section-led-array .glowtech-text-content {padding:0px 10px !important;}
	.glowtech-product-section-led-array .glowtech-led-image {width:100%; padding: 0px 50px;}

}

@media (max-width:750px) {
		.product_price .price {margin:0 0 10px 0 !important;}

	
	.glowtech-product-section-nail-detect h2.glowtech-main-title, .glowtech-product-section-nail-detect h3.glowtech-subtitle {font-size: 26px !important;}
	.three-block .glowtech-main-title {font-size: 3.6rem !important;}
	.three-block .glowtech-subtitle {font-size: 22px !important; width:99%; margin:0px auto;}
	
	/* .product-single-text {width: 95%;} */
	.single-product .title_main {padding-bottom: 0rem !important;}
	.product_cart_btns::before {top:-14px;}
	.single-product .title_lg, .glowtech-section-title {font-size: 35px !important;}
	
	
	
	.slick-list.draggable {
    margin-top: 20px;
 	margin-right: 20px;
 	margin-left: 20px;
}
	
	
	
	
}





@media (max-width:575px) {
	
	.product-single-img .slick-track {justify-content: center !important;}
	.synce_slider .slider-nav .slick-slide {
    margin: 0 4px;}
	.synce_slider .slider-single .product_cart_img img { width: 100% !important; height: 100% !important; object-fit: contain; display: block !important; margin:0 auto !important;}

     .synce_slider .slider-nav .product_cart_img_nav img { width: 100% !important; height: 100% !important; object-fit: cover;   display: block;}
	 .product-single-img { width: 100%;}
	.synce_slider .slider-nav .product_cart_img_nav img { width: 100% !important;height: 100% !important;}
	.synce_slider .slider-single .slick-list { margin: 0px auto 0px auto !important; width: 100%; height: 100%; background-color: white !important;}
	
	    /* .synce_slider .slider-nav .slick-prev {  left: 0px !important} */
	.synce_slider .slider-nav .slick-next {right: 0px;}

	.product-single-img {padding:0px !important;}
	.product_price .price {margin: 0.1rem 0;}
/* .product-single-text .increase_decrease button {height:2.8rem !important;}
	.product-single-text .product_cart_btns .increase_decrease button img {width:13px !important; margin:0px !important;}
	.product-single-text .product_cart_btns .increase_decrease {height: auto !important;}
	.product_cart_area .increase_decrease .increase_num {font-size: 14px !important;    padding:0rem !important;}
*/	
	
	.product_cart_btns::before {top: 0px !important;}
	
	.product_cart_area .product_cart_details .accordion2 .accordion-item .accordion_button .acc_arrow {
        /* width:0.6rem !important;  */
        left:0.5rem !important;}
	.product_cart_area .product_cart_details .accordion2 .accordion-item .accordion_button {padding:10px 5px !important;}
	.product_cart_area .product_cart_details .accordion2 .accordion-item .accordion_button span {font-size: 15px;}

	.single-product .title_lg, .glowtech-section-title {font-size:30px !important; line-height:4rem;}
	.glowtech-product-section-dual-images .glowtech-image-item {padding: 2rem !important; 	padding-top: 2rem !important;}
	.glowtech-product-section-dual-images .glowtech-image-caption {margin-bottom: 0px !important;}
	.glowtech-product-section-ai-tech .glowtech-main-title {font-size: 2.2rem !important;}
	.glowtech-product-section-ai-tech .glowtech-subtitle {font-size:24px !important; line-height:1.3 !important;}
	.glowtech-product-section-ai-tech .glowtech-main-title {font-size: 32px !important;}
	.glowtech-product-section-ai-tech .glowtech-bottom-text-frame {font-size:16px !important; bottom:-50px !important;}
	.glowtech-product-section-nail-detect h2.glowtech-main-title, .glowtech-product-section-nail-detect h3.glowtech-subtitle {font-size:22px !important;}
	 .three-block .glowtech-main-title {font-size: 30px !important;}
	.glowtech-product-section-led-array .glowtech-led-image { padding: 0px 20px;}
	.glowtech-product-section-ai-tech .glowtech-text-content {width:95%;}
	
	.glowtech-product-section-ai-tech {padding: 30px 0 70px 0px !important;}
	.product_price .price, .product_price .price span { padding:9px 0 0 0px !important;}
	.glowtech-product-section-led-array {padding: 20px 0 !important;}
	
	.product_cart_area .product_cart_details .product_cart_btns {margin: 0px !important;}
	 .synce_slider .slider-single .product_cart_img {height: 400px !important;}
	 .synce_slider .slider-single .product_cart_img img {object-fit: contain;}
	    .product-single-text {
        width: 100%;}
	

	
}


.glowtech-image-item {
    background: #F6F6F6 !important;
}
@media (max-width:400px) {
	
	    .product_cart_btns::before {
        top: -3px !important;
        font-size: 12px;}
	    .product-single-text .product_cart_btns .increase_decrease {
        height: 48px !important;}
	
	.glowtech-product-section-ai-tech .glowtech-main-title {font-size: 28px !important;}
	.glowtech-product-section-ai-tech .glowtech-subtitle {font-size: 18px !important;}
	.btn-in p {font-size: 18px;}
	.glowtech-product-section-ai-tech .glowtech-description-text {width: 98%; margin: 0px auto;}
	.glowtech-product-section-ai-tech .glowtech-bottom-text-frame { font-size: 14px !important; bottom: -55px !important;}
	.glowtech-product-section-nail-detect h2.glowtech-main-title, .glowtech-product-section-nail-detect h3.glowtech-subtitle { font-size: 20px !important;}
	
	.three-block .glowtech-main-title { font-size: 24px !important;}
	.three-block .glowtech-subtitle { font-size: 18px !important;}
	 .single-product .title_lg, .glowtech-section-title {font-size: 28px !important;}
	.glowtech-product-section-social-videos {padding: 20px 0 !important}
	.product-single-text .increase_decrease button {height:auto !important;}

	
	
}

/************MY STYLE END********/




@media (min-width: 768px) {
  .synce_slider {
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 2rem !important;
  }

  .synce_slider .slider-nav {
    display: flex !important;
    flex-direction: column !important;
    width: 13rem !important;
    height: 63.6rem !important;
    margin-right: 0 !important;
  }

  .synce_slider .slider-nav .slick-list {
    height: 100% !important;
  }

  .synce_slider .slider-nav .slick-track {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    transform: translate3d(0px, 0px, 0px);
    margin-top: 0 !important;
  }

  .synce_slider .slider-nav .product_cart_img_nav {
    width: 100% !important;
    height: auto !important;
    margin: 0.6rem 0 !important;
  }

  .synce_slider .slider-nav .slick-prev {
    top: -3rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
  }

  .synce_slider .slider-nav .slick-next {
    bottom: -3rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: auto !important;
    right: auto !important;
  }

  .synce_slider .slider-single {
    width: 50rem !important;
  }

  .product-single-img {
    width: 50% !important;
    padding: 0 2rem !important;
  }

  .synce_slider .slider-single .slick-arrow {
    display: none !important;
  }
}


.site_header .menu_top .text_sm {align-self: center;}
