@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/peyda/woff2/400.woff2') format("woff2")
}

@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/peyda/woff2/500.woff2') format("woff2")
}

@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/peyda/woff2/700.woff2') format("woff2")
}

@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/peyda/woff2/400.woff2') format("woff2")
}

@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/peyda/woff2/500.woff2') format("woff2")
}

@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/peyda/woff2/700.woff2') format("woff2")
}
:root{
    --ph-base-font-family: peyda, serif;
    --ph-base-primary-color: #DBA627;
    --ph-base-primary-bg: #E8D39F;
    --ph-base-accent-color: #8D5E00;
    --ph-base-color: #232323;
}
body{
    font-family: var(--ph-base-font-family);
    color: var(--ph-base-color);
}
a{
    color: var(--ph-base-accent-color);
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
   list-style: none;
}
.mt-160 {
    margin-top: 160px !important;
}
.mb-160 {
    margin-bottom: 160px !important;
}


.header-top{
    margin-top: 70px;
}
.logo-header img {
    width: 200px;
}
.menu ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 19px;
}
.menu ul li a{
    color: var(--ph-base-color);
}
.action-menu ul li {
    display: inline-block;
    padding-right: 20px;
    font-size: 17px;
}
.action-menu ul li a {
    border: 1px solid;
    padding: 8px 12px;
    border-radius: 8px;
}
a.cart i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
a.user i{
    font-size: 20px;
    position: relative;
    top: 4px;
    padding-left: 6px;
}
.menu:first-child i {
    position: relative;
    top: 3px;
    font-size: 23px;
    padding-left: 5px;
}
.search-header input {
    border-radius: 500rem;
    border: 1px solid var(--ph-base-accent-color);
    padding: 6px 25px;
    font-size: 18px
}
.search-header button {
    border-radius: 500rem;
    border: 1px solid var(--ph-base-accent-color);
    padding: 6px 25px;
    background: no-repeat;
    color: var(--ph-base-accent-color);
}
.search-form-header i {
    position: absolute;
    top: 12px;
    right: 19px;
    color: var(--ph-base-primary-color);
}





.h-slider {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.h-slider-title {
    font-size: 32px;
    line-height: 30px;
}
.h-slider-subtitle {
    font-size: 22px;
    padding-top: 20px;
}
.h-slider-notes {
    display: flex;
    width: 50px;
    gap: 15px;
    margin: 15px 0;
}
.h-slider-btn a{
    background: var(--ph-base-primary-bg);
    color: var(--ph-base-accent-color);
    padding: 12px 70px;
    border-radius: 16px;
}
.h-slide-img{
    width: 100%;
}
#header-slider .owl-prev i {
    color: #E2E2E2;
    font-size: 60px;
}
#header-slider .owl-prev {
    position: absolute;
    right: 0;
    top: 50%;
}
#header-slider .owl-next i {
    color: #E2E2E2;
    font-size: 60px;
}
#header-slider .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
}




.type-sec-title, .trusted-sec-title, .filter-sec-title, .typeof-sec-title, .brand-sec-title, .compare-sec-title, .sale-sec-title, .comment-sec-title, .blog-sec-title, .faq-sec-title {
    font-size: 32px;
    line-height: 30px;
    padding-top: 20px;
    font-weight: 500;
}


.type-box {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F5F5F7;
    border-radius: 54px;
    justify-content: center;
    gap: 20px;
}
.type-title {
    font-size: 21px;
    color: #000;
    font-weight: 500;
}





.trusted-column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.trusted-title {
    font-size: 22px;
    font-weight: 500;
}
.trusted-subtitle {
    font-size: 19px;
    color: #6E6E6E;
    padding-top: 10px;
}
.trusted-subtitle span {
    font-size: 21px;
    color: #000;
    background: var(--ph-base-primary-bg);
}





.filter, .typeof, .compare{
    padding: 116px 0;
    background: #F5F5F7;
}
.filter-form-title i{
    color: var(--ph-base-accent-color);
}
.filter-form-filters span{
    padding: 10px 28px;
    background: #fff;
    border-radius: 500rem;
    display: inline-block;
    margin: 4px 3px;
    cursor: pointer;
}
.filter-form-title {
    font-size: 18px;
    font-weight: 500;
}
.filter-right-title {
    font-size: 19px;
    padding-bottom: 25px;
}
.filter-form-filters span.active{
    background: var(--ph-base-primary-bg);
    color: var(--ph-base-accent-color);
}
.filter-form-filters {
    margin-bottom: 25px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px;
}
.filter-form-title img {
    width: 23px;
    margin-left: 5px;
}
.item.filter-product {
    background: #fff;
    border-radius: 22px;
    padding: 25px;
    text-align: center;
}
.fp-title {
    margin: 20px 0 10px 0;
    font-size: 17px;
}
.fp-subtitle {
    color: #999999;
    font-weight: 100;
}
.fp-image img {
    height: 300px !important;
}
.fp-notes {
    display: flex;
    width: 50px;
    gap: 15px;
    margin: 15px auto;
    justify-content: center;
}
.fp-price {
    font-weight: 900;
    font-size: 18px;
}
.fp-more {
    display: flex;
    justify-content: flex-end;
    font-size: 17px;
}
.fp-more i {
    position: relative;
    top: 2px;
}
#filter-product-slider .owl-next i {
    padding: 8px;
    background: #BCBCBC;
    border-radius: 500rem;
    width: 33px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#filter-product-slider .owl-prev i {
    padding: 8px;
    background: #BCBCBC;
    border-radius: 500rem;
    width: 33px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#filter-product-slider .owl-prev {
    margin-left: 5px;
}
#filter-product-slider {
    position: relative;
}
#filter-product-slider .owl-nav {
    position: absolute;
    left: 130px;
    bottom: -30px;
}





.ht-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #FAFAFA;
    border-radius: 500rem;
    margin: auto;
    width: fit-content;
    padding: 5px;
    border: 1px solid #E7E7E7;
}
.ht-header .nav-link.active {
    background: var(--ph-base-primary-bg);
    color: #000;
    border-radius: 500rem;
    padding: 10px 35px;
}
.ht-header .nav-link {
    padding: 10px 35px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

















.podium {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    position: relative;
}
.podium:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 800px;
    background: #f8ebd8;
    bottom: -9px;
    border-radius: 6px;

}
.step {
    text-align: center;
    position: relative;
    width: 235px;
}
.step-3, .step-2, .step-1{
    background-color: #f8ebd8;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.step img {
    max-height: 280px;
    margin-bottom: 10px;
}
.step p {
    margin-top: 10px;
    font-weight: 500;
}
.rank {
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.step-1 { height: 230px; }
.step-2 { height: 106px; }
.step-3 { height: 155px; }
.caption {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #555;
}
.ranking-more {
    display: flex;
    font-size: 17px;
    justify-content: center;
    margin: 20px 0;
}
.ranking-more i {
    position: relative;
    top: 2px;
}




.typeof-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.typeof-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.typeof-img img {
    width: 300px;
}
.typeof-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: -75px;
}





.home-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-brand-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.home-brand-box img {
    height: 90px;
    object-fit: scale-down;
    width: 180px;
}
.hbb-title {
    padding-top: 15px;
    font-size: 18px;
}






.compare-table {
    width: 100%;
    --bs-table-bg: #f5f5f7 !important;
    table-layout: fixed;
}
.compare-table th,
.compare-table td {
    text-align: center;
    vertical-align: middle;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    word-wrap: break-word;
}
.compare-table th {
    font-weight: bold;
    /*background-color: #f9f9f9;*/
}
.perfume-image {
    max-height: 210px;
    object-fit: contain;
}
.score-circle {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #444;
    background: conic-gradient(#EDDAB2 calc(var(--score) * 10%), #f1f1f1 0);
    margin: 0 auto;
}
.score-circle::after {
    content: attr(data-score);
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}
.footer-link {
    color: #a67c00;
    font-weight: bold;
    text-decoration: none;
}
.footer-link:hover {
    text-decoration: underline;
}
.t-end img {
    width: 45px;
}
.th-title {
    font-weight: 100;
    padding-top: 20px;
    font-size: 17px;
}
tbody tr:nth-child(even) {
    --bs-table-bg: #FAFAFA !important;
}
thead {
    --bs-table-bg: #FAFAFA !important;
}




.sale {
    background: #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, #f5f5f7 47%);
    padding-top: 70px;
}
#sale-product-slider .owl-next i {
    padding: 8px;
    background: #BCBCBC;
    border-radius: 500rem;
    width: 33px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#sale-product-slider .owl-prev i {
    padding: 8px;
    background: #BCBCBC;
    border-radius: 500rem;
    width: 33px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#sale-product-slider .owl-prev {
    margin-left: 5px;
}
#sale-product-slider {
    position: relative;
}
#sale-product-slider .owl-nav {
    position: absolute;
    left: 0;
    bottom: -30px;
}





.top-review-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-right: 10px;
}
.review-content {
    background: #f5f5f7;
    padding: 40px;
    border-radius: 22px;
    margin-top: 20px;
}
.review-product img {
    height: 98px;
}
.review-content-inner{
    display: flex;
    gap: 20px;
}
.review-product {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.review-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.rating-label {
    font-size: 13px;
    text-wrap-mode: nowrap;
}
.review-detail-bot {
    display: flex;
    gap: 11px;
    color: #A8A8A8;
}
.review-card {
    margin-bottom: 60px;
}









.item.h-blog-post {
    text-align: center;
}
.hbp-date {
    padding: 10px;
    font-size: 13px;
}
.hbp-date i {
    color: #DBA627;
    padding-left: 5px;
}
.hbp-title {
    font-weight: 500;
    font-size: 17px;
}
#blog-slider .owl-next i {
    padding: 8px;
    background: #BCBCBC;
    border-radius: 500rem;
    width: 33px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#blog-slider .owl-prev i {
    padding: 8px;
    background: #BCBCBC;
    border-radius: 500rem;
    width: 33px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#blog-slider .owl-prev {
    margin-left: 5px;
    position: absolute;
    right: -40px;
}
#blog-slider .owl-next {
    margin-left: 5px;
    position: absolute;
    left: -44px;
}
#blog-slider {
    position: relative;
}
#blog-slider .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}






div#faqAccordion {
    width: 80%;
    margin: auto;
}
div#faqAccordion {
    --bs-accordion-border-width: 0 !important;
}
button.accordion-button.collapsed {
    font-size: 17px;
    font-weight: 500;
}
.accordion-button::after {
    left: 0;
    position: absolute;
}
.accordion-item {
    border-bottom: 1px solid #eee;
    padding: 4px 0;
}
.accordion-item .accordion-header .accordion-button {
    border: 0;
    background: none;

}
.accordion-item:first-of-type>.accordion-header .accordion-button{
    color: #B47800;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-body {
    padding: 17px 30px;
    font-size: 15px;
}






#last-product-slider .owl-next i {
    padding: 8px;
    background: #BCBCBC;
    border-radius: 500rem;
    width: 33px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#last-product-slider .owl-prev i {
    padding: 8px;
    background: #BCBCBC;
    border-radius: 500rem;
    width: 33px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#last-product-slider .owl-prev {
    margin-left: 5px;
    position: absolute;
    right: -40px;
}
#last-product-slider .owl-next {
    margin-left: 5px;
    position: absolute;
    left: -44px;
}
#last-product-slider {
    position: relative;
}
#last-product-slider .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}
.last-product-inner {
    padding: 50px 50px 0 50px;
    background: #FAFAFA;
    border-radius: 22px;
}
.last-product-img img {
    height: 160px;
}
.item.last-product {
    text-align: center;
    line-height: 50px;
}
.last-product-title {
    font-size: 15px;
}






footer {
    background: #fafafa;
    padding-top: 100px;
    position: relative;
}
footer:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url(/assets/img/footerbg.svg);
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
footer .container {
    z-index: 23;
    position: relative;
}
.footer-logo img {
    width: 200px;
}
.footer-slug {
    font-size: 22px;
    font-weight: 600;
    padding: 25px;
}
.footer-description {
    font-size: 17px;
    line-height: 30px;
    padding: 15px 150px;
    margin-bottom: 50px;
}
.footer-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}
.footer-detail {
    font-size: 16px;
    line-height: 30px;
}
.footer-detail.logo-images img {
    width: 80px;
    margin-top: -15px;
}
.footer-social a i {
    font-size: 30px;
    padding: 0 10px;
    color: #000;
}
.footer-menu li a {
    color: #000;
    line-height: 30px;
}











@media (max-width: 768px) {
    /*.compare-table thead {*/
    /*    display: none;*/
    /*}*/
    /*.compare-table, .compare-table tbody, .compare-table tr, .compare-table td {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*}*/
    /*.compare-table tr {*/
    /*    margin-bottom: 2rem;*/
    /*    border: 1px solid #eee;*/
    /*    border-radius: 8px;*/
    /*    padding: 1rem;*/
    /*}*/
    /*.compare-table td {*/
    /*    text-align: right;*/
    /*    padding: 0.5rem 1rem;*/
    /*    border: none;*/
    /*    position: relative;*/
    /*}*/
    /*.compare-table td::before {*/
    /*    content: attr(data-label);*/
    /*    font-weight: bold;*/
    /*    display: block;*/
    /*    color: #333;*/
    /*    margin-bottom: 0.2rem;*/
    /*}*/
    /*.perfume-image {*/
    /*    max-height: 80px;*/
    /*    margin-bottom: 0.5rem;*/
    /*}*/
    .header-menu {
        display: none;
    }
    /*.search-header{*/
    /*    display: none;*/
    /*}*/
    .actions-header{
        display: none;
    }
    .h-slider {
        flex-direction: column-reverse;
    }
    .type-pic img {
        width: 50px;
    }
    .type-box {
        height: 185px;
        gap: 10px;
        margin-bottom: 8px;
    }
    .step img {
        max-height: 160px;
        margin-bottom: 10px;
    }
    .podium:after {
        width: 360px;
    }
    .typeof-img img {
        width: 115px;
    }
    #blog-slider .owl-prev {
        margin-left: 5px;
        position: absolute;
        right: 0;
    }
    #blog-slider .owl-next {
        margin-left: 5px;
        position: absolute;
        left: 0;
    }
    .step-1 {
        height: 160px;
    }
    .step-3 {
        height: 125px;
    }
    .step-2 {
        height: 90px;
    }
    .h-slide-img{
        width: 70%;
        text-align: center;
    }
    .h-slider-right {
        padding: 0 35px;
    }
    .h-slider-title {
        font-size: 23px;
        text-align: center;
    }
    .h-slider-subtitle {
        font-size: 15px;
        text-align: center;
    }
    .h-slider-btn {
        margin-bottom: 20px;
    }
    .type-title {
        text-align: center;
        font-size: 19px;
    }
    .trusted-column {
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .trusted-title {
        font-size: 18px;
    }
    .type-sec-title, .trusted-sec-title, .filter-sec-title, .typeof-sec-title, .brand-sec-title, .compare-sec-title, .sale-sec-title, .comment-sec-title, .blog-sec-title, .faq-sec-title {
        font-size: 24px;
    }
    .type-sec-icon img, .trusted-sec-icon img, .filter-sec-icon img, .typeof-sec-icon img, .brand-sec-icon img, .compare-sec-icon img, .sale-sec-icon img, .comment-sec-icon img, .blog-sec-icon img, .faq-sec-icon img {
        width:  45px;
    }
    .trusted-subtitle {
        font-size: 17px;
    }
    .home-brand-box img {
        height: 65px;
    }
    .home-brand-box img {
        width: 105px;
    }
    .header-top {
        margin-top: 10px;
    }
    .logo-header img {
        width: 175px;
    }
    .header-top-mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    .search-btn-mobile i {
        font-size: 25px;
        font-weight: 700;
        padding: 10px 0;
    }
    #header-slider .owl-prev {
        position: absolute;
        right: 20px;
        top: 25%;
    }
    #header-slider .owl-next {
        position: absolute;
        left: 20px;
        top: 25%;
    }
    #header-slider .owl-next i {
        color: #E2E2E2;
        font-size: 45px;
    }
    #header-slider .owl-prev i {
        color: #E2E2E2;
        font-size: 45px;
    }
    .ntype-right {
        padding-left: 4px;
    }
    .ntype-left {
        padding-right: 4px;
    }
    .mt-160 {
        margin-top: 60px !important;
    }
    .filter, .typeof, .compare {
        padding: 60px 0;
    }
    .trusted-icon img {
        width: 55px;
    }
    .fp-image img {
        height: 200px !important;
    }
    .fp-notes {
        width: 35px;
    }
    .fp-filter-btn {
        display: flex;
        justify-content: flex-start;
        font-size: 17px;
        top: -25px;
        position: relative;
    }
    .btn-primary{
        background: var(--ph-base-primary-color);
        border-color: var(--ph-base-primary-color);
    }
    .typeof-blocks {
        margin-bottom: 85px;
        margin-top: 25px;
    }
    .footer-description.text-center {
        padding: 10px;
        font-size: 20px ;
        line-height: 33px;
    }
    .footer-menu ul li {
        text-align: center;
    }
    .barnds-footer {
        max-height: 300px;
        overflow: hidden;
    }
    button.accordion-button.collapsed {
        text-align: right;
    }
    div#faqAccordion {
        width: 100%;
    }
    .review-content {
        padding: 15px;
        background: #fff;
        border: 1px solid #999999;
        margin-right: 1px;
    }
    .review-product img {
        height: 67px;
    }
    .review-bottom {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .row.text-center.rating-set {
        display: flex;
        flex-wrap: nowrap;
        gap: 0 !important;
    }
    .rating-set .col {
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .compare-table {
        width: 100%;
        overflow-y: scroll;
        display: block;
    }
    .compare-table th {
        text-wrap-mode: nowrap;
    }
}











