/* Privacy Policy Start */
.privacy_policy_section .privacy_policy_inner {
    display: flex;
    grid-template-columns: 3fr 9fr;
    column-gap: min(max(60px, 7.8125vw), 150px);
    margin-top: min(max(2.375rem, 3.906vw), 4.6875rem);
    position: relative;
}



.privacy_policy_section .section__overlay {
    top: 0;
    bottom: inherit;
    height: 100%;
    /* background: linear-gradient(179deg, #F0E2C9 0%, rgb(240 226 201 / 0%) 100%); */
}

.privacy_policy_section .section_overlay {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1%;
    width: 100%;
    height: 10%;
    z-index: -1;
    background: linear-gradient(1deg, #ffffff 0%, rgba(240, 226, 201, 0.00) 100%);
    z-index: 0;
}

/* Left */
.privacy_policy_left {
     width: min(max(265px, 20.8333vw), 400px);
    position: relative;
}

.privacy_policy_sticky .fs-24 {
    font-family: var(--theme-body-font-family);
    /* border-bottom: 1px solid var(--theme-dark-brown-new); */
    padding-bottom: 14px;
    position: relative;
}

.privacy_policy_sticky .fs-24::before{
    content: "";
    width: 45px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--theme-orange-red);
}

.privacy_policy_list_tabbing ul {
    padding: 0;
    margin: 0;
}

.privacy_policy_list_tabbing ul li a.active {
    color: var(--theme-brown-light);
    position: relative;
    /* padding-left: 0; */
    font-weight: 700;
}

.privacy_policy_list_tabbing ul li a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--theme-dark-brown-new);
}

.privacy_policy_list_tabbing ul li a {
    display: inline-block;
    position: relative;
    padding-top: min(max(10px, 0.8333vw), 16px);
    padding-bottom: min(max(10px, 0.8333vw), 16px);
    padding-left: 0.521vw;
    width: 100%;
    font-size: 1.042vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.44px;
    color: rgba(0, 0, 0, 0.70);
}

.privacy_policy_list_tabbing ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(74, 74, 74, 0.20);
}

.privacy_policy_sticky {
    position: sticky;
    top: 3.013vw;
}

/* Right */
.privacy_policy_right {
    width: 100%;
    flex: 1;
}

.privacy_policy_right_inr .heading_inner {
    margin-top: min(max(1.25rem, 1.979vw), 2.375rem);
    list-style-type: decimal;
    list-style: none;
    counter-increment: item;
    position: relative;
}

.privacy_policy_right_inr .heading_inner::before {
    content: counter(item) ".";
    position: absolute;
    left: -37px;
    width: 25px;
    text-align: right;
    font-weight: 700;
    color: #000;
    top: -3px;
}

.privacy_policy_right_inr .heading_inner::marker{
    font-weight: 700;
    color: #000;
}

.privacy_policy_right_inr .heading_inner .privacy_policy_list_inr li{
    margin-top: 10px;
}

.privacy_policy_right_inr .heading_inner .privacy_policy_list_inr li a:hover{
    color: var(--theme-text-color);
}

.privacy_policy_row .cnt__wrap {
    margin-top: min(max(0.625rem, 0.938vw), 1.125rem);
}

.privacy_policy_right_inr ol {
    margin: 0;
    padding: 0;
    padding-left: 1.0417vw;
}

.privacy_policy_right_inr ol li{
  line-height: var(--theme-body-line-height);
}



.privacy_policy_row .heading_inner .fs-24 {
    font-family: var(--theme-body-font-family);
    color: var(--theme-black);
}

.privacy_policy_list {
    padding-left: min(max(0.625rem, 1.042vw), 1.25rem);
    padding-top: 0.521vw;
    padding-left: 0px;
    margin: 0;
}


.privacy_policy_list_inr {
    padding-top: 0.521vw;
    padding-left: min(max(1rem, 1.267vw), 2rem);
    margin: 0;
}

.privacy_policy_list_col {
    padding-left: min(max(1rem, 1.267vw), 2rem);
}

.privacy_policy_list li {
    list-style: lower-alpha;
    font-size: 1.146vw;
    font-weight: 400;
}


.privacy_policy_list_inr li {
    list-style: disc;
    line-height: var(--theme-body-line-height);
}

.privacy_policy_item {
    padding-top: min(max(1.1256rem, 1.25vw), 24px);
}

.privacy_policy_list li{list-style: none;}

.privacy_policy_list li ul li{
    list-style: disc;
    line-height: var(--theme-body-line-height);
}

/* Privacy Policy End */





@media only screen and (max-width: 1199px) {

    .privacy_policy_list_tabbing ul li a{
        font-size: 16px;
    }

.privacy_policy_sticky .fs-24 {
    font-size: 20px;
    margin-bottom: 10px;
}

.privacy_policy_row .heading_inner .fs-24 {
    font-size: 18px;
}


.privacy_policy_list li {
    font-size: 16px;
}

.privacy_policy_right_inr ol {
    padding-left: 16px;
}

}

@media only screen and (max-width: 991px) {


    .privacy_policy_left {
        width: 200px;
    }

    .privacy_policy_list_tabbing ul li a {
        padding: 12px 0px;
    }

}

@media only screen and (max-width: 767px) {

.privacy_policy_section .privacy_policy_inner {
    flex-direction: column;
    row-gap: 30px;
}

    .privacy_policy_left {
        width: 100%;
    }

    .privacy_policy_list_tabbing ul {
        padding: 0;
        margin: 0;
        display: flex;
        white-space: nowrap;
        column-gap: 40px;
        overflow-y: auto;
    }

.privacy_policy_right_inr .heading_inner::before {
    left: -30px;
    width: 25px;
    top: 0px;
}

}



/* start return and refund policy page */

.return_refind_main.privacy_policy_section .section_overlay{
   display: none;
}

/* start return and refund policy page */

