@font-face {
    font-family: 'Bremlin';
    src: url('../font/bremlin/Bremlin-Regular.woff2') format('woff2'),
        url('../font/bremlin/Bremlin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

/* Global css start  */

:root {
    --black: #000;
    --white: #fff;
    --darkblue: rgba(13, 31, 45, 1);
    --greylight: rgba(98, 110, 117, 1);
    --gold_light: rgba(217, 189, 123, 1);
    --gold_heavy: rgba(173, 139, 68, 1);
    --bg_clr: linear-gradient(90deg, #D9BD7B 0%, #AD8B44 100%);
    --trackbtn: linear-gradient(180deg, #D9BD7B 0%, #AD8B44 100%);
    --skin_light: rgba(217, 189, 123, 1);

}


img {
    height: auto;
    max-width: 100%;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--black);
}

.cta {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 20px 45px;
    background-image: linear-gradient(180deg, #D9BD7B 0%, #AD8B44 100%);
    border: 1px solid var(--gold_heavy);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s ease;
}

.cta:hover {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid var(--gold_heavy);
    color: var(--gold_heavy);
}

.cta1 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 20px 45px;
    background-color: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
}

h1 {
    font-family: 'Bremlin';
    font-weight: 400 !important;
    font-size: 76px !important;
    line-height: 86px !important;
}

h2 {
    font-family: 'Bremlin';
    font-weight: 400 !important;
    font-size: 66px !important;
    line-height: 85px !important;
}

h3 {
    font-family: 'Bremlin';
    font-weight: 400 !important;
    font-size: 56px !important;
    line-height: 71px !important;

}

h4 {
    font-family: 'Bremlin';
    font-weight: 400 !important;
    font-size: 46px !important;
    line-height: 57px !important;

}

.clr_extr {
    color: var(--gold_light);
}

.container-fluid {
    padding: 0 30px !important;
}

/* index page css start  */

/* header css start  */

header .frt_hdr {
    font-family: "Poppins", sans-serif;
    color: var(--white);
    background-image: var(--bg_clr);
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;

}

/* header .inside_hdr {
    position: absolute;
    width: 100%;
} */

header .sec_hdr {
    background-color: var(--white);
}

header .inside_hdrsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

header .otrhdr_inptotr {
    flex: 0 0 636px;
}

header .hdr_inptotr {
    display: flex;
    width: 100%;
    border: 1px solid rgba(225, 191, 117, 0.21);
    border-radius: 50px;
    align-items: center;
    overflow: hidden;
}

header .logo_box {
    flex: 0 0 112px;
}

header .rgt_hdr {
    flex: 0 0 360px;
    display: flex;
    justify-content: end;
}

header .rgt_hdr .flex_rgthdr {
    display: flex;
    align-items: center;
    gap: 65px;
}

header .inside_hdrinpt {
    width: 95%;
}

header .serh_otr {
    width: 10%;
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

header .logo_box img {
    max-width: 100px;
    width: 100%;
    max-height: 90px;
    height: 100%;
}

header .inside_hdrinpt .input_hdr {
    width: 100%;
    border: none;
    padding: 16px 0 20px 20px;
    outline: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
}

header .rgt_hdr .cotnt_ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0px;
}

header .adm_rl img {
    width: 25px;
}

header .admin_boxhdr .admin_boxul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 0px;
}

header .cotnt_ul li {
    font-family: Poppins;
    font-weight: 500;
    line-height: 100%;
}

header .track_otr .track_btn {
    margin-top: 10px;
    padding: 8px 26px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--white);
    background-image: var(--trackbtn);
    text-decoration: none;
    border-radius: 15px 15px 0 0;
}

header .hdrpg_div .flex_hdrpgbox .ulpage_box ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

header .hdrpg_div .track_otr {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .hdrpg_div .flex_hdrpgbox {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

header .hdrpg_div .ulpage_box {
    max-width: 820px;
    width: 100%;
}

header .hdrpg_div .flex_hdrpgbox .ulpage_box ul .pge_txt {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    transition: 0.3s ease;
}

header .hdrpg_div {
    background-color: var(--darkblue);
}

header .hdrpg_div .flex_hdrpgbox .ulpage_box ul .pge_txt.active {
    font-weight: 700;
}

header .hdrpg_div .flex_hdrpgbox .ulpage_box ul .pge_txt:hover {
    color: var(--gold_light);
}

header .admin_boxul .adm_rl {
    position: relative;
}

header .admin_boxul .adm_rl .valu_ab {
    position: absolute;
    left: 50%;
    bottom: 47%;
    font-weight: 500;
    font-size: 11px;
    line-height: 99%;
    background-image: var(--trackbtn);
    color: var(--white);
    width: 18px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid var(--white);
}

/* header css end   */


/* banner sec start  */
.bnnr_btn {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 34px;
}

.inside_bn {
    color: var(--white);
    background-size: cover;
    padding: 165px 0px;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inside_bn .hd_bnnr {
    max-width: 925px;
    margin: auto;
    text-align: center;
}

.inside_bn .hd_bnnr_para {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

.inside_bn .bnnr_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0px 0;
}

.inside_bn .bnnr_box .socl_box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: absolute;
    left: 60px;
    bottom: 40px;
}

.inside_bn .bnnr_box .socl_box>div {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    cursor: pointer;
}

.inside_bn .bnnr_box .socl_box>div:hover {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid var(--gold_heavy);
    color: var(--gold_heavy);
}

.explore_box .explor_box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.explore_box .vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.explore_box .line {
    width: 1px;
    height: 40px;
    background-color: #fff;
    margin-top: 10px;
    animation: upDown 1.5s infinite alternate ease-in-out;
}

@keyframes upDown {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

/* banner sec end  */

.sec2_otr .why_chose {
    padding: 77px 0;
    background-color: var(--gold_heavy);
    color: var(--white);
    text-align: center;
    border-radius: 35px;
    position: relative;
}

.sec2_otr .whyflex_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 920px;
    margin: auto;
}

.box_whyimg .cont_flxchs {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-top: 20px;
}

.sec2_otr .why_hdr {
    max-width: 800px;
    margin: auto;
    padding-bottom: 30px;
}

.why_chose .img_flxchs {
    border: 1px solid #fff;
    /* padding: 45px; */
    border-radius: 100%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.why_chose .img_flxchs:hover {
    background-color: var(--white);
    transition: 0.3s ease;
}

.why_chose .img_flxchs:hover img {
    filter: invert(65%) sepia(11%) saturate(2904%) hue-rotate(3deg) brightness(91%) contrast(65%);
}

.sec2_otr .why_chose .sec2_abs {
    position: absolute;
    bottom: 85%;
    left: 80%;
}

.sec3_ul .inside_sec3ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.sec3_frst p {
    color: var(--greylight);
}

.sec3_btn {
    display: flex;
    margin-top: 50px;
}

.sec3_ul {
    margin-top: 15px;
}

.sec3_txtbox {
    max-width: 607px;
    width: 100%;
}

.sec3_frst {
    max-width: 560px;
    width: 100%;
}

.sec3_otr {
    position: relative;
    overflow: hidden;
}

.sec3_otr .abs_bg {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;


}

.sec3_otr .abs_bg img {
    /* Left to Right Animation */
    animation: leftRight 3s ease-in-out infinite alternate;
}

@keyframes leftRight {
    0% {
        transform: translateX(0px);
        /* Move slightly left */
    }

    100% {
        transform: translateX(250px);
        /* Move slightly right */
    }
}





/* footer */
footer a {
    text-decoration: none;
    color: #fff;
}

footer {
    background-color: var(--darkblue);
    color: #fff;
}

.footer_1 {
    display: flex;
    justify-content: space-between;
}

.ft_1 a {
    display: inline-block;
    max-width: 156px;
}

.ft_1 p {
    font-weight: 500;
    font-style: italic;
    line-height: 26px;
    max-width: 312px;
    margin-bottom: 0px;
    margin-top: 23.50px;
}

footer h6 {
    font-weight: 600;
    font-size: 23px;
    line-height: 100%;

}

footer ul {
    padding: 0px;
    margin-bottom: 0px;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #fff;

}

.brdr_r {
    border-right: 1px solid #FFFFFF12;
}

.ftp {
    padding-top: 90px;
}

.brdr-footer {
    background-color: #FFFFFF12;
    height: 1px;
    width: 100%;
}

.footer_1 {
    padding-right: 102px;
    padding-bottom: 73px;
}

.adds {
    display: flex;
    justify-content: flex-start;
    gap: 28px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 30px;

}

.adds .ans {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}


.ft_4,
.ft_5 {
    padding: 40px 0px;
    line-height: 100%;

}

.ft_5 {
    text-align: end;
}

.footer_2 {
    padding-left: 83px;
    position: relative;
}

.ft_5 {
    display: flex;
    justify-content: end;
    gap: 50px;
}

.ft_4 p,
.ft_5 p {
    margin-bottom: 0px;
}

.mss {
    width: 70px;
    height: 70px;
    background: linear-gradient(180deg, #E1BF75 0%, #B78F3A 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 3%;
    bottom: 5%;
}

/* join_our */

.join {
    width: 100%;
    border-radius: 25px;
    background-image: url(../img/join.png);
    position: relative;
    padding: 98px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cda858;
}

.join_our h6 i {
    margin-right: 10px;
}

/* .join::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #E1BF75 0%, #B78F3A 100%);
    border-radius: 25px;
    z-index: -1;
} */

.join h3 {
    max-width: 1372px;
    margin: auto;
    font-family: Poppins;
    font-weight: 700 !important;
    line-height: 68px !important;
    text-align: center;
    color: #fff;
    margin-bottom: 42px;
}

.form-box {
    border-top: 1px solid #FFFFFF33;
    border-bottom: 1px solid #FFFFFF33;
    max-width: 654px;
    margin: auto;
    position: relative;
}

.form-box:hover::after {
    transform: scale(1.1) translateY(-50%);
    transition: ease-in-out 1s all;
}

/* .form-box::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: url(../img/input-arrow.svg);
    width: 45px;
    height: 18px;
} */

.form-box input {
    border: none;
    background: transparent;
    width: 89%;
    padding: 18.5px 0px;
    color: #fff;
}

.form-box input::placeholder {
    line-height: 100%;
    color: #fff;
}

/* Styles for input fields when they are focused */
.form-box input:focus {
    outline: none;
    box-shadow: none;
}

.join_our h6 {
    font-weight: 600;
    font-size: 27px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 60px;
}

.insta-picks {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    gap: 18px;
}

.pisks-insta {
    flex: 0 0 calc(14% - 18px);
}

.pisks-insta img {

    width: 100%;
}

/* =========================================================== */

header .inside_hdrinpt .input_hdr::placeholder {
    color: #000000;
    font-family: Poppins;
}

header .cotnt_ul li a {
    text-decoration: none;
    color: #000;
}

.explore_box {
    position: absolute;
    right: 60px;
    bottom: 20px;
}

.explor_box a {
    text-decoration: none;
}

header .track_otr .track_btn:hover {
    background-color: var(--white);
    background-image: none;
    color: var(--gold_heavy);
}

.sec3_frst h4 {
    color: var(--black);
}

.sec3_imgbox {
    padding-right: 30px;
}

.reclaim_sec-2 {
    max-width: 630px;
    margin-left: auto;
}

.reclaim_sec-2 a.cta:hover {
    background-color: var(--gold_heavy);
    color: var(--white);
    border-color: var(--gold_heavy);
}

.kingdom_3 a.cta:hover {
    background-color: var(--gold_heavy);
    color: var(--white);
    border-color: var(--gold_heavy);
}

footer a:hover {
    color: var(--gold_heavy);
}

footer .ft_3 ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

footer .ft_3 ul li a i {
    width: 16px;
}

footer .adds_1 {
    width: 60px;
}

.pisks-insta:hover img {
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.img-reviews {
    overflow: hidden;
    border-radius: 15px;
}

.img-reviews:hover img {
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.med-box:hover img {
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

/* (ak 20/3) */

/* (shop-all page) */

.med .breadcrmb {
    padding-top: 23px;
}

.med .breadcrmb li.breadcrumb-item {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.med .breadcrmb li.breadcrumb-item a {
    color: #626E75;
    text-decoration: none;
}

.med .breadcrmb li.breadcrumb-item.active {
    color: #000;
}

.med-content .med-options {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
    align-items: self-start;
}

.med-content .option-container {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.med-content .sidebar {
    width: 290px;
    border: 1px solid #091E3624;
    /* padding: 20px 22px 0 22px; */
    border-radius: 15px;
    height: max-content;
}

.med-content .option-container {
    position: sticky;
    top: 0;
}

.med-content .sidebar h6 {
    /* padding-bottom: 18px; */
    padding: 14px 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #155bae1a;
    position: relative;
    background: #091E3608;
}

.med-content .sidebar .category_container {
    padding-inline: 19px;
    padding-bottom: 22px;
}

.sidebar input[type="checkbox"]:checked+label {
    font-weight: bold;
}

.sidebar label:has(input[type="checkbox"]:checked) {
    font-weight: 500;
}

.med-content .dropdown-toggle {
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #626E75;
    padding-top: 23px;
    padding-bottom: 15px;
}

.med-content .sidebar .category_container .category:not(:first-child) .dropdown-toggle {
    border-top: 1px solid #EEEEEE;
}

.med-content .med-content {
    width: calc(100% - 320px);
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle,
.sub-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-toggle.active i {
    transform: rotate(90deg);

}

.med-content .dropdown-content.active li,
.sub-dropdown-content.active li,
.sub-dropdown-toggle {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 15px;
}

.med-content .dropdown-content.active,
.sub-dropdown-content.active {
    padding: 0;
    margin: 0;
}

.med-content label {
    display: flex;
    width: 100%;
    gap: 14px;
    cursor: pointer;
}

.med-content .dropdown-content.active li,
.sub-dropdown-content.active li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.med-content .dropdown-content.active,
.sub-dropdown-content.active {
    padding: 0;
    margin: 0;
}

label {
    display: flex;
    width: 100%;
    gap: 14px;
}

.meds {
    width: 100%;
}

/* .meds img {
    width: 100%;
    height: 100%;
} */

.meds p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;

}

.med-content .dropdown-content,
.sub-dropdown-content {
    display: none;
}

.med-content .dropdown-content.active,
.sub-dropdown-content.active {
    display: block;
}

.dropdown-toggle::after {
    display: none !important;
}

.sidebar input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background-color: var(--white);
    cursor: pointer;
    position: relative;
}

.sidebar input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('https://sagmeticinfotech.com/wp/2025/thegentlemandispensary/wp-content/uploads/2025/03/check_icon.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.sidebar input[type="checkbox"]:checked {
    position: relative;
}

.ak .med-img {
    overflow: hidden;
    max-width: 245px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #155bae1a;
    background-color: #091E3608;
    padding: 25px;
    border-radius: 15px;

}

.ak .med-img img {
    mix-blend-mode: darken;
}

.meds {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 12px;
}

.meds .sell span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #D9BD7B;
}

.ak .meds:hover .med-img {
    box-shadow: 0px 10px 30px 0px #0000001a;
}

.ak .meds:hover .med-img {
    box-shadow: 0px 10px 30px 0px #0000001a;
}

.ak .med-img img {
    max-width: 100%;
}

.med-content .sidebar h6.dropdown-toggle {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    border: none;

}

.med-content .sidebar h6.dropdown-toggle.active {
    border-bottom: 1px solid #155bae1a;
}

.med-content .sidebar.sidebar1 ul.dropdown-content.active {
    padding: 19px 20px;
}

.pagination {
    margin-top: 30px;
}

.pagination li {
    list-style: none;
}

.pagination ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.pagination ul button {
    height: 39px;
    width: 39px;
    border: 0.5px solid #ABABAB;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}

.pagination ul button.active {
    background: linear-gradient(180deg, #D9BD7B 0%, #AD8B44 100%);
    color: #fff;
}

.pagination ul button i.fa-arrow-left {
    color: #ABABAB;
}

/* ========= */
.navTrigger {
    display: none;
}

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    /* margin: auto; */
    /* position: absolute; */
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

/* .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.3s backwards;
    animation: outT 0.3s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
} */

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    /* -webkit-animation: outM 0.3s backwards;
    animation: outM 0.3s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; */
}

/* .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.3s backwards;
    animation: outBtm 0.3s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
} */

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.3s forwards;
    animation: inT 0.3s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.3s forwards;
    animation: inM 0.3s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.3s forwards;
    animation: inBtm 0.3s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

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

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

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

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

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

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

/* (ak 21/3) */
.reviews .slider-container-reviews .r-arrow {
    top: 50% !important;
}

.reviews .slider-container-reviews .custom-prev.r-arrow {
    left: -10%;
}

.reviews .slider-container-reviews .custom-next.r-arrow {
    right: -10%;
}

.reclaim {
    height: unset !important;
}

.reclaim_sec-2 {
    padding-bottom: 100px;
}

/* .form-box::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../img/input-arrow.svg) no-repeat center;
    background-size: contain;
    content: '';
    width: 45px;
    height: 15px;
} */

.pisks-insta {
    margin-right: 18px !important;
    border-radius: 15px;
    overflow: hidden;
}

.insta-picks ul.slick-dots li button::before {
    font-size: 12px;
}

.insta-picks ul.slick-dots li.slick-active button::before {
    color: #d1ac5e;
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: 0.4s;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: 0.4s;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fixed-header {
    -webkit-animation: fadeIn 0.75s ease-out forwards;
    animation: fadeIn 0.75s ease-out forwards;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 10px 10px rgb(13 31 45 / 29%);
}

/* (22/3) */
.med-content .sidebar.sidebar1 ul.dropdown-content.active,
.med-content .sidebar.sidebar2 ul.dropdown-content.active {
    padding: 19px 20px;
}

.med-content .option-container {
    position: static;
}


.wrapper {
    position: relative;
}

.range-slider {
    position: relative;
    margin-top: 20px;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    background-color: rgba(217, 189, 123, 1);
    cursor: pointer;
    margin-top: -6px;
    pointer-events: auto;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    /* -webkit-appearance: none; */
    height: 14px;
    width: 14px;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(217, 189, 123, 1);
    pointer-events: auto;
    border: none;
}

input[type="range"]::-ms-thumb {
    appearance: none;
    height: 14px;
    width: 14px;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(217, 189, 123, 1);
    pointer-events: auto;
}

.values {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(98, 110, 117, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.med-content .sidebar .category_container {
    display: none;
}

.med-content .sidebar .category_container.active,
.med-content .dropdown-content.active .category_container {
    display: block;
}

.sidebar_hd {
    border-radius: 15px;
    overflow: hidden;
}

.med-content .sidebar.sidebar2 .category_container {
    padding-top: 19px;
}

.med-content .med-content .med-top-dv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 33px;
}

.med-content .med-content .med-top-dv .nmbr-of-rslts p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.med-content .med-content .med-top-dv .sort-by {
    width: 250px;
}

.med-content .med-content .med-top-dv .sort-by .dropdown-box select {
    width: 100%;
    padding: 13px 18px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 5px;
    font-weight: 500;
}

.med-content .med-content .med-top-dv .sort-by .dropdown-box select:focus-visible {
    outline: none;
}

.med-content .dropdown-content .category_container .category_img {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 12px;
}

.sortby_dv {
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 5px;
    position: relative;
}

.sortby_dv p {
    padding: 13px 18px;
    font-weight: 500;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 10px 10px rgb(13 31 45 / 12%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.dropdown-list ul {
    padding: 0;
    list-style-type: none;
}

.dropdown-list ul li {
    padding: 12px 18px;
    text-align: center;
}

.dropdown-list ul li:hover {
    background-color: #c19a48;
    color: #fff;
}

.dropdown-list.active {
    opacity: 1;
    visibility: visible;
}

.sortby_dv p.active i {
    transform: rotate(90deg);
}

.pagination ul button:hover {
    background: linear-gradient(180deg, #D9BD7B 0%, #AD8B44 100%);
    color: #fff;
}

.med-block {
    row-gap: 24px;
}

.pagination ul button:hover i {
    color: #fff;
}

/* (ak 24/3) */
.pt_50 {
    padding-top: 50px;
}

.p_30 {
    padding-block: 30px;
}

.cart_sec {
    padding-bottom: 120px !important;
}

.cart_sec .cart-heading {
    text-align: center;
    color: #000;
}

.cart_sec td .cart-product-wrapper.meds {
    flex-direction: row;
    align-items: center;
}

.cart_sec td .cart-product-wrapper.meds .med-img {
    flex: 0 0 215px;
    width: 215px;
    height: 215px;
}

tr.first-row td {
    padding-block: 30px;
    text-align: center;
    vertical-align: middle;
}

tr.first-row td p,
tr.first-row td span {
    color: #626E75;
}

tr.first-row td .quantity input[type="text"] {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #626E75;
    border-radius: 5px;
    outline: none;
    color: #626E75;
}

.cart_content .table>thead tr th {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}

.cart_content .table>thead tr th:not(:first-child) {
    text-align: center;
}

.cart_content .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cart_content .quantity span {
    font-size: 20px;
    cursor: default;
}

.lft_cntnr.discount_dv input.form-input {
    padding: 17px 23px;
    border: 1px solid #D9BD7B;
    border-radius: 155px;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-right: 19px;
}

.lft_cntnr.discount_dv a.cta {
    padding: 16px 40px;
}

.btn-cntnr {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.ryt_cntnr {
    max-width: 582px;
    margin-left: auto;
}

.cta-dv .btn_dv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 582px;
}

.cta-dv .btn_dv a {
    display: inline-block;
}

.cta-dv .btn_dv a.cta {
    padding: 16px 52px;
}

.cta-dv .btn_dv a.clr_data {
    transition: filter 0.2s ease-in;
    color: #AD8B44;
}

.cta-dv .btn_dv a.clr_data:hover {
    filter: brightness(120%);
}

.cart_shipp {
    padding: 25px 30px;
    border: 1px solid #EEEEEE;
    border-radius: 15px;
}

.cart_shipp .smmry_hd {
    padding-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
}

.cart_shipp .smmry_hd h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #000;
}

.cart_shipp .smmry_hd p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #626E75;
}

.cart_shipp .ordr-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 23px;
}

.cart_shipp .ordr-summary p:first-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
}

.cart_shipp .ordr-summary>* {
    margin: 0;
}

.cart_shipp .ordr-summary.sbtotl {
    border-bottom: 1px solid #EEEEEE;
}

.cart_shipp .ordr-summary.sbtotl p:last-child {
    color: #626E75;
}

.cart_shipp .ordr-summary.ordr-totl p:last-child {
    color: #AD8B44;
    font-weight: 600;
}

.cart_shipp a.cta {
    width: 100%;
    text-align: center;
    padding-block: 17px;
}

.btn_dv a.cta.update.disabled {
    background: #091E3624;
    border-color: #091E3624;
    cursor: not-allowed;
}

.btn_dv a.cta.update.disabled:hover {
    color: #fff;
    background: #091E3624;
    border-color: #091E3624;
}

/* (checkout page) */
.checkout_sec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 140px;
}

.checkout_sec::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    background: #D9BD7B0D;
    height: 100%;
    z-index: -1;
}

.checkout-content {
    display: flex;
    justify-content: space-between;
}

.checkout-content .checkout.right .ryt-checkout {
    padding-left: 80px;
}

.right_cntnr .cart_shipp {
    border: none;
}

.checkout_sec .cart-product-wrapper.meds {
    flex-direction: row;
    align-items: center;
}

.checkout_sec .cart-product-wrapper.meds .med-img {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
}

.cart_shipp .ordr-summary.sbtotl:first-child {
    border-top: 1px solid #EEEEEE;
}

/* =========== */

.checkout-hd h5 {
    font-family: 'Bremlin';
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 16px;
}

.tab-block .form-input {
    width: 100%;
    border: 1px solid #091E3624;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    padding: 21px;
    background: transparent;
}

.tab-block .form-label {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    margin-bottom: 6px;
}

.form {
    row-gap: 30px;
}

.checkout-content .checkout {
    flex: 0 0 50%;
}

.checkout-content .checkout.left {
    padding-right: 82px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.back_btn.grey-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.back_btn.grey-link a:first-child {
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.tab {
    padding: 45px 40px;
    background: #091E3608;
    border: 1px solid #091E3624;
    border-radius: 15px;
}

.tab-block p {
    margin: 0;
}

.top-dv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.top-dv p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.top-dv .form-label {
    width: max-content;
    margin: 0;
}

.top-dv p a {
    text-decoration: none;
    color: #AD8B44;
}

.top-dv p a:hover {
    text-decoration: underline;
}

.checkout-content .checkout .lft_cntnr.discount_dv .form-input {
    width: calc(100% - 220px);
    margin-right: 12px;
}

.checkout-toggle {
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    padding: 32px 40px;
}

.checkout-toggle h5 {
    margin: 0;
}

/* .delivery_tab .back_btn.grey-link{
   display: none;

} */
.delivery_tab .back_btn.grey-link {
    margin-top: 10px;
    display: flex;
    padding-top: 30px;
    border-top: 1px solid #EEEEEE;
}

.checkout-toggle .toggle-contnt {
    display: none;
}

.checkout-toggle.active .toggle-contnt {
    display: block;
}

.checkout-toggle.active {
    background: #091E3608;
}

.opt {
    border: 1px solid #091E3624;
    border-radius: 15px;
    background-color: #fff;
}

.opt .form-check {
    padding-block: 20px;
    border-bottom: 1px solid #091E3624;
}

.opt .pymnt-details {
    padding-inline: 22px;
    padding-block: 20px;
}

.form-check-label .form-check-input[type=radio] {
    margin-left: 0;
    margin-right: 8px;
}

.form-check-label .form-check-input[type=radio]:checked,
.form-check.billing .form-check-input:checked {
    background-color: #d1b370;
    border-color: #d1b370;
    box-shadow: none;
}

.opt .form-control {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    padding: 20px;
    border: 1px solid #091E3612;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}

.opt {
    border: 1px solid #091E3624;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 34px;
    margin-bottom: 20px;
}

.payment_tab.checkout-toggle .back_btn.grey-link {
    margin-top: 34px;
}

.form-check.billing {
    margin: 0;
}

.form-check.billing .form-check-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #626E75;
}

.payment_tab.checkout-toggle .checkout-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment_tab.checkout-toggle .checkout-hd a.cta {
    display: none;
}

.payment_tab.checkout-toggle.active .checkout-hd a.cta {
    display: block;
}

/* (25/3) */
/* (home-page) */
.journry_header h2::before {
    position: absolute;
    content: "";
    left: -35%;
    top: 40%;
    width: 310px;
    height: 212px;
    background: url('../img/join-Bf.png') no-repeat center;
    background-size: contain;
}

.your_journey_2 {
    position: relative;
}

.your_journey::before {
    position: absolute;
    content: '';
    bottom: 90%;
    right: 0%;
    width: 570px;
    height: 800px;
    background: url('../img/join-Af.png') no-repeat center;
    background-size: contain;
    z-index: -1;
}

.your_journey::after {
    height: 76% !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.sec3_otr .abs_bg {
    top: 0px !important;
}

.sec3_otr.pt-0 {
    padding-top: 40px !important;
}

.your_journey_2 {
    overflow: visible !important;
}

/* (cart) */
.cart_sec td .cart-product-wrapper.meds {
    gap: 18px;
}

.cart_sec td .cart-product-wrapper.meds .med_sehbox p {
    text-align: left;
}

/* (checkout-page) */
.tab {
    padding: 0px;
    background: unset;
    border: none;
    border-radius: 0px;
}

.tab-block .upr_tab,
.form {
    margin-top: 19px !important;
}

.checkout-content .checkout .lft_cntnr.discount_dv .form-input {
    width: calc(100% - 230px);

}

.cta {
    text-align: center;
}

.tab-block .form-check .form-check-input:checked[type=checkbox] {
    background-color: #cdb06d;
    border-color: #cdb06d;
}

.tab-block .form-check .form-check-input[type=checkbox]:focus-visible,
.tab-block .form-check .form-check-input[type=checkbox]:focus {
    outline: none;
    box-shadow: unset;
    border-color: #cdb06d;
}

.opt .form-control:focus {
    box-shadow: none;
    border-color: #091E3612;
}


.confirmation_tab .back_btn.grey-link {
    margin-top: 10px;
    display: flex;
    padding-top: 30px;
    border-top: 1px solid #EEEEEE;
}

.checkout-toggle.active .toggle-contnt .back_btn.grey-link a.cta {
    padding: 16px 38px;
}

.confirmation_tab.checkout-toggle p {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.confirmation_tab.checkout-toggle .toggle-contnt {
    margin-top: 30px;
}

.confirmation_tab.checkout-toggle.active .toggle-contnt .back_btn.grey-link a.cta {
    color: #fff;
    width: 100%;
    justify-content: center;
}

.confirmation_tab.checkout-toggle.active .toggle-contnt .back_btn.grey-link a.cta:hover {
    color: #AD8B44;
}

/* (thnQ page) */

.thnQdv>* {
    text-align: center;
}

.thnQ-cntnt {
    max-width: 876px;
    margin: auto;
    margin-top: 26px !important;
}

.thnQ-cntnt h2 {
    color: #000;
}

.thnQ-cntnt p {
    line-height: 100%;
    letter-spacing: 0%;
}

.thnQ_sec {
    padding-top: 96px !important;
}

/* (shop-all) */
.ak a.med-img {
    flex: 0 1 210px;
}

/* (26/3) */
.sortby_dv p {
    font-size: 14px;
    line-height: 100%;
}

.ak a.med-img {
    flex: 0 1 210px;
}

.med-content label {
    color: #626E75 !important;
}

.cart_content .table>thead tr th {
    color: #000;
}

tr.first-row td span.price,
tr.first-row td span.size {
    font-size: 14px;
}
.form .form-check .form-check-label {
    font-size: 14px;
    color: #626E75;
}
.card-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.opt .form-check {
    padding-right: 20px;
}

.card-name p {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000;
}

.opt .form-check .form-check-label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}

.checkout-toggle.active .toggle-contnt .back_btn.grey-link a:not(.cta):hover {
    text-decoration: underline;
}

.thnQ-cntnt p {
    color: #626E75;
}

.opt .pymnt-details .card-num {
    position: relative;
}

.opt .pymnt-details .card-num::before {
    position: absolute;
    content: '\f09d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #000;
}
.opt .pymnt-details .tip {
    position: relative;
}

.opt .pymnt-details .tip::before {
    position: absolute;
    content: '\f059';
    font-family: 'Font Awesome 6 Free';
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #626E75;
}
.opt .form-check-label .form-check-input[type=radio] {
    margin-top: 0;
}