@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@600&display=swap');

.careers-text a {
    color: var(--white);
}

a:hover {
    text-decoration: none;
}

.careers-content {
    width: 100%;
    display: flex;
}

.carees-img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.careers-text {
    background-color: var(--brownish);
    color: var(--white);
    position: relative;
    text-transform: uppercase;
}

    .careers-text h1 {
        font-weight: 600;
        font-family: 'Prompt', sans-serif;
        line-height: normal;
    }

.careers-content .career-topic-data {
    text-align: center;
    width: 100%;
    padding: 0 15px;
}

.career-topic-data a:hover {
    color: var(--white);
    text-decoration: none;
}

.content-text {
    display: block;
    font-family: "Noe Display";
}

    .content-text p {
        margin-bottom: 0;
    }

.career-btn {
    display: inline-block;
    border: 1px solid var(--white);
    line-height: normal;
    text-transform: capitalize;
}

/*Buying guide page*/
.topic-page .topic-title,
.buying-guide-content .accordian-heading {
    color: var(--black);
}

.buying-guide-content .accordian-details {
    display: none;
}

.topic-page .topic-title {
    font-size: 20px;
    font-weight: 600;
}

.buying-guide-content:first-child {
    border-top: 1px solid var(--gray1);
}

.buying-guide-content {
    border-bottom: 1px solid var(--gray1);
}

    .buying-guide-content .accordian-heading {
        padding: 13px 33px 13px 13px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        position: relative;
        cursor: pointer;
    }

        .buying-guide-content .accordian-heading::before {
            content: "";
            background: url(https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/down.png) no-repeat;
            background-size: 14px;
            position: absolute;
            width: 14px;
            height: 14px;
            top: 13px;
            right: 20px;
        }

.accordian-heading.active::before {
    transform: rotate(180deg);
}

.buying-guide-content .accordian-details h3 {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 700;
    line-height: 17px;
}

.buying-guide-content .accordian-details {
    font-size: 14px;
    margin-bottom: 25px;
    border-top: 1px solid var(--gray1);
    margin: 0 0 20px 0;
    padding: 18px 20px 0 3px;
    color: var(--text-color);
}

.buying-guide-content .text {
    font-weight: 600;
}

.buying-guide-content .text,
.buying-guide-content ul {
    font-size: 12px;
}

.buying-guide-content ul {
    padding-left: 40px;
    margin: 12px 0;
}

    .buying-guide-content ul li {
        list-style-type: disc;
    }

.buying-guide-content h3 + h3 {
    margin-top: 18px;
}

.buying-guide-content .content-data {
    display: block;
}

    .buying-guide-content .content-data + .content-data {
        margin-top: 12px;
    }

    .buying-guide-content .content-data a {
        text-decoration: underline;
    }

        .buying-guide-content .content-data a:hover {
            color: inherit;
        }

.buying-guide-content .contents-text {
    display: block;
}

.buying-guide-content a:hover {
    color: inherit;
    text-decoration: none;
}

/*Cookie policy page*/
.cookie-policy {
    color: var(--black);
}

    .cookie-policy .cookie-wrap,
    .cookie-policy p,
    .cookie-policy .text,
    .cookie-policy ul li {
        font-size: 14.5px;
    }

    .cookie-policy .cookie-wrap {
        font-weight: 700;
        margin-bottom: 16px;
    }

    .cookie-policy ol {
        list-style-type: decimal;
        margin-bottom: 20px;
        padding-left: 18px;
    }

    .cookie-policy p {
        line-height: 19px;
        margin-bottom: 18px;
    }

    .cookie-policy .text {
        font-weight: 600;
    }

    .cookie-policy ul {
        list-style-type: disc;
        padding-left: 18px;
    }

        .cookie-policy ul li {
            margin-bottom: 10px;
        }

    .cookie-policy .cookie-declaration {
        border: 1px solid var(--text-color);
        padding: 8px;
        vertical-align: top;
        display: block;
        margin-left: -18px;
    }

        .cookie-policy .cookie-declaration:not(:last-child) {
            margin-bottom: 15px;
        }

        .cookie-policy .cookie-declaration:last-child {
            margin-bottom: 50px;
        }

        .cookie-policy .cookie-declaration span {
            display: block;
            margin: 12px 0;
            line-height: 19px;
        }

            .cookie-policy .cookie-declaration span:first-child,
            .cookie-table th {
                font-weight: 600;
            }

.cookie-table {
    color: var(--text-color);
    vertical-align: top;
    width: 100%;
}

    .cookie-table tr:not(:last-child),
    .cookie-table th {
        border-bottom: 1px solid var(--gray13);
    }

    .cookie-table td,
    .cookie-table th {
        padding: 8px;
        vertical-align: top;
        width: 100px;
        max-width: 100px;
        word-break: break-word;
    }

.cookie-policy .cookie-declaration .cookie-text {
    margin: 0;
}

    .cookie-policy .cookie-declaration .cookie-text:first-child {
        font-weight: 400;
    }

.browser-table {
    width: 100%;
    margin-bottom: 15px;
    margin-left: -15px;
}

    .browser-table tr th:first-child,
    .browser-table tr td:first-child {
        width: 30%;
    }

    .browser-table tr th,
    .browser-table tr td {
        border: 1px solid var(--black);
        font-size: 14.6px;
        word-break: break-word;
    }

    .browser-table tr th {
        padding: 15px 8px;
        font-weight: 600;
        text-align: center;
    }

    .browser-table tr td {
        padding: 24px 8px;
        vertical-align: top;
    }

    .browser-table img {
        max-width: 100%;
    }

    .browser-table tr td:last-child,
    .browser-table a {
        color: var(--gray11);
    }

.cookie-policy a:hover {
    text-decoration: none;
    color: inherit;
}

.accordian-details .return-exchg-img {
    max-width: 100%;
}

/*store topic blog*/
.store-zipcode {
    cursor: pointer;
    border: none;
    border-bottom: 1px solid var(--black);
    letter-spacing: 2px;
    color: var(--input-text);
    text-overflow: ellipsis;
    box-sizing: border-box;
    height: 2rem;
    padding: 0.7em 0.5em 0.6em 0;
    text-indent: 0;
    width: 100%;
}

.store-title-wrapper {
    margin-bottom: 20px;
}

.store-zipcode:focus-visible {
    outline: none;
}

.store-upper-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.store-upper-left {
    display: flex;
    align-items: baseline;
}

.store-btn-wrapper button {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.store-btn-wrapper {
    display: flex;
    width: 59%;
}

.store-upper-right-content {
    position: relative;
    display: flex;
    color: var(--black);
    padding: 0px 0px 10px 17px;
    align-items: center;
}

    .store-upper-right-content:before {
        content: "";
        position: absolute;
        width: 14px;
        min-width: 14px;
        height: 14px;
        left: 0%;
    }

    .store-upper-right-content:nth-child(1):before {
        background: url("https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/topic_box.svg") no-repeat center;
        background-size: cover;
    }

    .store-upper-right-content:nth-child(2):before {
        background: url("https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/topic_boxreturn.svg") no-repeat center;
        background-size: cover;
    }

    .store-upper-right-content:nth-child(3):before {
        background: url("https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/topic_exchanges.svg") no-repeat center;
        background-size: cover;
    }

.location-list-wrapper {
    max-height: 350px;
    overflow-y: auto;
}
#map {
    height:350px;
}
.store-list {
    margin-bottom: 15px;
}

.store-address {
    margin-bottom: 10px;
}

    .store-address p, .store-address .store-name {
        cursor: pointer;
        margin: 0px;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
    }
.infowindow-style {
    line-height: 1.4;
    max-width: 270px;
}
.infowindow-btns a.button {
    width: 117px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}

    .infowindow-btns a.button.button2 {
        margin-left: 10px;
    }

.infowindow-btns {
    margin-top: 10px;
}
.store-list span {
    display: block;
}

.location-link a {
    position: relative;
    padding-left: 12px;
    text-transform: uppercase;
}

    .location-link a::before {
        content: "";
        position: absolute;
        top: 45%;
        left: 0%;
        transform: translateY(-50%);
        background: url("https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/location-dot-solid.svg") no-repeat left center;
        width: 8px;
        height: 12px;
    }

.store-list span a:hover {
    color: var(--black);
}

.mobile-link a:hover {
    text-decoration: none;
}

.store-links span {
    display: inline-block;
    height: 14px;
    width: 14px;
}

.store-links .topic-box {
    background: url("https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/topic_box.svg") no-repeat center;
}

.store-links .topic-return {
    background: url("https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/topic_boxreturn.svg") no-repeat center;
}

.store-links .topic-exchange {
    background: url("https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/topic_exchanges.svg") no-repeat center;
}

.store-list {
    display: flex;
}

.store-locationbtn-wrapper {
    display: flex;
}

    .store-locationbtn-wrapper button {
        display: flex;
        gap: 4px;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 35px;
        border: 1px solid var(--lightpink1);
        background-color: var(--white);
    }

        .store-locationbtn-wrapper button.bg-active {
            background-color: var(--lightpink);
        }

        .store-locationbtn-wrapper button .btn-logo {
            display: inline-block;
            height: 20px;
            width: 20px;
        }

.map-btn .btn-logo {
    background: url("https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/location-dot-solid.svg") no-repeat center;
}

.list-btn .btn-logo {
    background: url("https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/list-solid.svg") no-repeat center;
}

/* page not found page */
.not-found-page .generalTitle {
    font-weight: 600;
    margin-bottom: 25px;
}

.store-closed-page .generalTitle {
    padding: 15px 20px;
    font-size: 21px;
    text-transform: uppercase;
    background-color: var(--white1);
    display: block;
    font-weight: 600;
}

.store-closed-page span {
    display: block;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.7px;
    color: var(--text-color);
    font-weight: 600;
}

.pagenotfound-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.not-found-page ul li {
    line-height: 20px;
}

.not-found-page .error-msg {
    padding: 10px;
}

/* site-map page */
.sitemap-page-head .sitemap-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}

.sitemap-data .generalTitle {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.sitemap-data .list-group {
    border: none;
    border-radius: 0;
}

.sitemap-data .list-group-item {
    border: 1px solid var(--gray4);
}

.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: var(--white1);
}

.sitemap-data {
    gap: 1rem 0;
}

    .sitemap-page,
    .sitemap-data .list-group a {
        color: var(--black);
    }

/* store-closed page */
.store-closed-page {
    color: var(--black);
}

    .store-closed-page .error-msg {
        padding: 10px;
    }

/* page not found page */
.not-found-page {
    text-align: center;
}

.store-closed-page {
    text-align: center;
}

.not-found-page-content .not-found-page-btn {
    font-size: 12px;
    border: none;
}

.not-found-page-wraper {
    position: relative;
}

.not-found-page-banner {
    position: relative;
    left: 50%;
    width: calc(100vw - 17.5px);
    transform: translateX(-50%);
}
@media (max-width: 1024px) {
    .not-found-page-banner {
        width: 100vw;
    }
}
.not-found-page-content {
    position: absolute;
    left: 0;
    right: 0;
    color: var(--white)
}

    .not-found-page-content ul {
        margin-bottom: 20px;
    }

/*Temrs and condition footer */
.terms-and-condition ol, .terms-and-condition ul {
    padding-left: 18px;
    margin-bottom: 8px;
}

.terms-and-condition ol {
    list-style-type: decimal;
}

.terms-and-condition ul {
    list-style-type: square;
}

.payment-options, .store-delivery-head main, .free-shipping h4, .black-friday h4, .store-delivery-head {
    font-size: 14px;
    font-weight: 600;
}

.tnc-list {
    margin-bottom: 36px;
}

.tnc-head li {
    font-weight: 600;
}

.tnc-list p, .terms-and-condition li {
    font-size: 14px;
    line-height: 24px;
}

.terms-and-condition ol:not(.tnc-head), .terms-and-condition ul, .free-shipping h4, .black-friday h4, .tnc-two .physical-store-list h4 {
    margin-bottom: 16px;
}

.terms-head, .terms-list, terms-list {
    margin-bottom: 28px;
}

.tnc-thirteenth .download-warranty-wrapper {
    position: relative;
    padding-left: 24px;
    font-weight: 700;
}

    .tnc-thirteenth .download-warranty-wrapper::before {
        content: '';
        position: absolute;
        height: 20px;
        width: 20px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: url("https://cdn-parfois.mncdn.com/Themes/Parfois/Content/images/downlaod-down-arrow.svg") no-repeat 10% center;
        background-size: 100%;
    }

.tnc-two .create-account-head, .tnc-two .checkout-guest, .tnc-two .physical-store-list h4 {
    font-weight: 600;
}

.terms-and-condition a:hover {
    color: var(--black);
    text-decoration: none;
}
/*<--------corporate-page--------->*/

.corporate-outer-wrapper {
    position: relative;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.corporate-picture-wrapper img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
/*<----------- Fanchising Page ----------->*/
.topic-page.franchise-page {
    margin-top: 0;
}

.home-center-container img {
    width: 100%;
}

.home-center-container {
    margin-bottom: 4px;
}

.franchise-content-asset {
    margin-bottom: 68px;
}

.franchise-form {
    position: relative;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto 40px;
}

.franchise-overview {
    margin-bottom: 40px;
}

.frenchise-title {
    font-size: 21px !important;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
    font-weight: 600;
}

.frenchise-description {
    font-size: 12px;
    text-align: center;
    color: var(--black);
}

.franchise-personal-info {
    margin-bottom: 40px;
}

.frenchise-subtile {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    color: var(--black);
}

.content_form {
    display: flex;
    margin-bottom: 10px;
}

    .content_form p {
        line-height: 30px;
        width: 100%;
        color: var(--black);
        margin: 0;
    }

.franchise-form .more-info-textarea {
    min-height: 150px;
    border-color: var(--black);
    border-radius: 2px;
    color: var(--black);
    font-size: 12px;
}

.more-info-data .more-info-textarea:focus {
    border: 2px solid;
    border-color: var(--black);
    color: var(--black);
}

.franchise-form .apply-button {
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px
}

.content_form input {
    width: 22px;
    height: auto;
    float: right;
    text-align: right;
    padding: 0;
    text-indent: 0;
    float: right;
    margin: 0;
    margin-bottom: 0;
    margin-top: 0;
    color: var(--black);
}

#myCheckbox:checked input:focus .floating-label {
    display: none;
}

.franchise-page .custom-floating.active,
.franchise-page .custom-floating2.active {
    transform: translateY(-65%);
}

.franchise-page .form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}

.franchise-page .custom-radio {
    margin-right: 0;
    padding: 0;
}

.franchise-page .custom-control-label:after,
.franchise-page .custom-control-label:before {
    width: 20px;
    height: 20px;
}

.more-info-data {
    margin-bottom: 10px;
}

    .more-info-data p {
        font-size: 12px;
        color: var(--black);
        margin-bottom: 12px;
    }

.optional {
    opacity: 0.5;
}

.privacy-more a {
    text-decoration: underline;
}

    .privacy-more a:hover {
        color: var(--black);
    }

.franchise-form .custom-control-label:after,
.franchise-form .custom-control-label:before {
    right: 0;
    left: inherit;
}

#ph-page .two-column-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
}

    #ph-page .two-column-wrapper .generalLeftSide, #ph-page .two-column-wrapper .generalSideRight {
        width: 100%;
    }

#ph-page .generalLeftSide ul li a:hover {
    color: #000;
}

footer .footer-support-area a:hover {
    color: #000;
}
/* Newsletter Page Start */
#newsletter-page .newsletter-image {
    width: 100%;
    position: relative;
    text-align: center;
}

    #newsletter-page .newsletter-image img {
        width: 100%;
        display: block;
        min-height: 200px;
    }
         @media (max-width: 768px) {
            #newsletter-page .newsletter-image img {
                               object-fit:cover;
            }
         }
    #newsletter-page .newsletter-image .newsletter-image-text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff;
        width: 100%;
    }

        #newsletter-page .newsletter-image .newsletter-image-text h1 {
            font-size: 27px;
            text-transform: none;
            font-weight: 600;
        }

        #newsletter-page .newsletter-image .newsletter-image-text .list {
            list-style: none;
            text-align: left;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            margin: 0 auto;
            font-weight: 700;
        }

            #newsletter-page .newsletter-image .newsletter-image-text .list p {
                margin-bottom: 0;
                text-align: center;
            }

#newsletter-page .subscribe {
    padding: 45px 0 85px 0;
    margin: 0 auto;
}

    #newsletter-page .subscribe h1 {
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-size: 19px;
        font-weight: 700;
    }

    #newsletter-page .subscribe .subtitle {
        line-height: 1.6em;
        margin: 1em 0;
        color: #000;
        font-size: 12px;
        text-align: left;
    }

    #newsletter-page .subscribe .input .newsletter-email {
        width: 80%;
        margin: 20px 0;
        text-align: left;
    }

    #newsletter-page .subscribe .input .news-letter-policy-check {
        margin: 20px 0;
    }

    #newsletter-page .subscribe .input .newsletter-msg {
        font-size: 12px;
    }

        #newsletter-page .subscribe .input .newsletter-msg a {
            font-weight: 700;
            text-decoration: underline;
        }

            #newsletter-page .subscribe .input .newsletter-msg a:hover {
                color: #000;
            }

    #newsletter-page .subscribe .input .newsletter-subscribe-button {
        font-size: 13px;
        font-weight: 600;
    }

    #newsletter-page .subscribe .input .news-letter-button {
        margin-bottom: 1rem;
    }
/* Newsletter Page End */
a.hover:hover {
    text-decoration: underline;
}

.kvkk-list li {
    margin-bottom: 10px;
}

    .kvkk-list li a {
        font-size: 1rem;
    }

/*CORPORATE PAGE START*/
.corporate-page {
    margin-right: -15px;
    margin-left: -15px;
}

    .corporate-page .main-banner-text-area {
        position: absolute;
        top: 2.5rem;
        left: 5rem;
    }

    .corporate-page .right-bottom-text-area {
        position: absolute;
        bottom: 2.5rem;
        right: 5rem;
    }

    .corporate-page h3 {
        font-size: 4rem;
        line-height: normal;
    }

    .corporate-page h4 {
        font-size: 3rem;
        line-height: normal;
    }

    .corporate-page p {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
.video-container {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
    /* Esconder qualquer overflow nas laterais */
}

    .video-container video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Cobre toda a área do container */
        transform: translate(-50%, -50%);
        /* Centrar o vídeo no meio */
        z-index: 1;
    }

.careers-content {
    padding: 56px 0;
}

.careers-btn {
    border: 1px solid #333333;
    font-size: 16px;
    padding: 7px 24px;
    display: table;
    margin: 0 auto;
    text-decoration: none !important;
    margin-top: 56px;
}

.careers-content p {
    text-align: center;
    font-family: Hind Siliguri;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding: 0 10%;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 50px 200px;
    row-gap: 24px;
}
.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 50px 200px;
    row-gap: 24px;
}
.stat {
    flex: 1 1 45%;
}

    .stat h2 {
        font-family: Hind Siliguri;
        font-size: 40px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: 0.5px;
    }

    .stat p {
        font-family: Hind Siliguri;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

.par-layout__corporate .experience-component:last-child {
    margin: 4rem auto;
}

@media (max-width: 768px) {

    .stats-container {
        padding: 24px 0px;
    }

    .careers-content p {
        font-size: 13px;
        line-height: 21px;
        letter-spacing: 0.5px;
        padding: 0 2%;
    }

    .video-container {
        height: 500px;
    }

    .careers-content {
        padding: 40px 0;
    }

    .careers-btn {
        margin-top: 32px;
    }

    .par-layout .pd-newsletter-form {
        margin: 0;
    }
}

@media (min-width: 1025px) {
    .corporate-page {
        margin-right: -35px;
        margin-left: -36px;
    }
        .corporate-page > .row > .col-12 {
            padding-left: 0;
            padding-right: 0;
        }
}

@media (max-width: 1024px) {
    .corporate-page .main-banner-text-area {
        top: 1rem;
        left: 1rem;
    }

    .corporate-page h3 {
        font-size: 1.3rem;
    }

    .corporate-page p.w-50, .corporate-page p.w-75 {
        width: 100% !important;
    }

    .corporate-page h4 {
        font-size: 1.2rem;
    }

    .corporate-page .right-bottom-text-area {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
    }

    /*.corporate-page p {
        font-size: .5rem;
    }*/
}

/*CORPORATE PAGE END*/

.buying-guide-content a {
    color: #007bff !important;
}
