@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none !important;
    font-family: "Inter", sans-serif;
}
p, .f-itr{
    text-decoration: none !important;
    font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5, h6, .f-ns{
    font-family: "Noto Serif", serif;
}
.bg-main{
    background: #f4eee5;
}
.bg-second{
    background: #eff5f6;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #fa8b37  !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-80{
    margin-bottom: 80px !important;
}
img{
    width: 100%;
}

/* a.navbar-brand {
    display: none;
} */
section.top-note {
    background: #000;
    color: #fff;
    padding: 8px 0;
    text-align: center;
}
section.top-note p{
    font-size: 14px;
    margin-bottom: 0;
}
.cus-container {
    width: 100%;
    padding: 0 100px;
}
.nav-ic {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}
a.nav-link {
    padding: 0 0 !important;
    margin: 15px;
    color: #000;
    font-weight: 500;
}
nav.navbar {
    padding: 0;
}
ul.navbar-nav li:first-child a.nav-link {
    margin-left: 0;
}
/* .hdr-menu {
    width: 100%;
    max-width: 40%;
} */
.hdr-sc {
    /* width: 100%;
    max-width: 40%; */
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 22px;
}
.hdr-sc a i {
    color: #000;
    font-size: 20px;
}
.hdr-sc a {
    position: relative;
    z-index: 0;
}
a.cart-box span {
    background: #cecece;
    color: #000;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 100%;
    position: absolute;
    top: -12px;
    right: -12px;
}
section.hero-banner {
    padding-top: 150px;
    padding-bottom: 450px;
}
.hrbi-con p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.hrbi-con h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
    font-size: 82px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 20px;
}
.hrbi-con h3 span {
    font-style: italic;
}
.hrbi-con {
    max-width: 760px;
    margin-inline: auto;
}
.btn1 {
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #000;
    transition: all 300ms ease-in-out;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}
.btn2 {
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fe0000;
    transition: all 300ms ease-in-out;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}
.btn1 i, .btn2 i{
    margin-left: 4px;
}
.hrb-ic {
    position: relative;
    z-index: 0;
}
.hrbi-img {
    position: absolute;
}
.hrbi-img img{
    border-radius: 20px;
}
.hrbi-img1 {
    top: -60px;
    left: 0px;
    border-radius: 20px;
}
.hrbi-img2 {
    left: 100px;
    top: 340px;
}
.hrbi-img3 {
    left: 56%;
    transform: translateX(-50%);
    bottom: -360px;
    border-radius: 20px;
}
.hrbi-img4 {
    right: -60px;
    top: 110px;
    border-radius: 20px;
}
.hrbi-img-mark {
    right: 40px;
    bottom: -355px;
}
.main-tt h4 {
    margin-bottom: 10px;
    color: #000;
    font-size: 42px;
    line-height: 1.3em;
    font-weight: 500;
}
/* .hcac-row {
    display: flex;
    gap: 44px;
} */
.hcac-bi {
    border-radius: 20px;
    margin-bottom: 14px;
}
.hcac-bi img {
    border-radius: 20px;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
    border: 1px solid #efefef;
}
.hcac-bc {
    display: flex;
    justify-content: space-between;
}
.hcac-bc h5 {
    margin-bottom: 0;
    color: #000;
}
.hcac-bc span {
    color: #000;
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.hcac-bc span i {
    font-size: 19px;
}
.hprl-ic {
    border-radius: 20px;
    position: relative;
    z-index: 0;
    height: 100%;
}
.hprl-ic img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}
.hprl-con {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    padding: 0 30px;
}
.hprl-con h5 {
    font-size: 60px;
    color: #fff;
    line-height: 76px;
    margin-bottom: 25px;
}
.hprl-con a {
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}
.hprl-con a span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 18px;
}
.hpri-cc a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}
.hpri-img {
    border-radius: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.hpri-img img{
    border-radius: 20px;
}
.pric-l h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.pric-l p {
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}
.pric-l p strike{
    color: #777;
    margin-left: 5px;
}
.pric-r span {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #333;
    border-radius: 100%;
    font-size: 16px;
    color: #333;
}
.hpri-box {
    width: 100%;
    margin-bottom: 50px;
}
/* .hprr-ic {
    padding: 0px 240px;
} */
.hpri-slider {
    max-width: 360px;
    margin-inline: auto;
}
.hpri-img img {
    max-height: 310px;
    object-fit: contain;
    min-height: 310px;
    border: 1px solid #efefef;
}
/* .rpt-row {
    display: flex;
    column-gap: 44px;
} */
.rpt-row .hpri-img img, .rpt-row2 .hpri-img img {
    border-radius: 20px;
    max-height: 350px;
    min-height: 350px;
    object-fit: contain;
}
.htst-box {
    text-align: center;
    width: 100%;
    /* padding: 0 300px; */
}
.htst-slider {
    max-width: 900px;
    margin-inline: auto;
}
.htst-box span {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 20px;
    font-size: 22px;
}
.htst-box h6 {
    font-size: 24px;
    line-height: 34px;
    margin: 4px 0 30px;
}
.htst-box p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
}

.jqb-ic h4 {
    text-align: center;
    font-size: 72px;
    color: #000;
    font-weight: 600;
}
section.jq-banner {
    background: url(../img/bg1.jpg);
    padding: 270px 0;
}
section.jqb-marque {
    background: #000;
    padding: 8px 0 4px;
    color: #fff;
}
section.jqb-marque span {
    margin-right: 80px;
}
.inst-box {
    margin: 0 16px;
    position: relative;
    z-index: 0;
    border-radius: 20px;
}
.inst-box img{
    border-radius: 20px;
}
.inst-bi {
    position: absolute;
    top: 0;
    background: #f4f5f9;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 1s;
    /* visibility: hidden; */
}
.stb-txt span {
    display: block;
    color: #000;
    font-weight: 600;
}
.stb-txt h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.stb-txt i {
    font-size: 28px;
    color: #000;
    margin-bottom: 6px;
}
.inst-box a:hover .inst-bi {
    /* visibility: visible; */
    display: flex;
    transition: 1s;
}
.inst-box img {
    max-height: 310px;
    min-height: 310px;
    object-fit: cover;
}
section.jqb-marque span a {
    color: #fff;
    text-decoration: underline !important;
    margin-left: 10px;
}
footer {
    background: #f4f5f9;
}
.ft-top {
    padding: 60px 0;
}
.ftc-logo {
    margin-bottom: 20px;
}
.ftc-con {
    margin: 30px 0;
}
.ftc-con p {
    font-size: 16px;
    font-weight: 500;
}
.ftcs-box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    margin-bottom:6px;
}
.ftcs-box input {
    background: transparent;
    color: #000;
    height: 40px;
    border: 1px solid #000;
    border-radius: 8px 0 0 8px;
}
.ftcs-box input::placeholder {
    color: #000;
}
.ftcs-box button {
    background: #000;
    color: #fff;
    height: 40px;
    padding: 0 16px;
    border: none;
    border-radius: 0 8px 8px 0;
}
.ftc-subscribe p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.ftc-tt h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ftc-ic2 {
    margin-left: 70px;
}
.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftc-ul ul li{
    margin: 15px 0;
}
.ftc-ul ul li a{
    color: #000;
}
.ccb-box {
    display: flex;
    column-gap: 14px;
    margin-bottom: 15px;
}
.ccbb-r p {
    margin-bottom: 0;
    color: #000;
}
.ccbb-r p a{
    color: #000;
    text-decoration: underline !important;
}
.ftc-social span {
    display: flex;
    column-gap: 24px;
}
.ftc-social span i {
    color: #000;
    font-size: 30px;
}
.ft-btm p {
    margin: 0;
    text-align: center;
}
.ft-btm {
    padding: 15px 0 15px;
    border-top: 1px solid #0000001a;
}
.ft-btm p {
    font-size: 16px;
    color: #000;
}
.ft-btm p a{
    color: #000;
    text-decoration: underline !important;
}
.tbp-con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.tbp-con .hpri-box {
    margin: 0;
    width: 100%;
    max-width: 23%;
}
.tbp-con .hpri-box img {
    border-radius: 20px;
    max-height: 280px;
    min-height: 280px;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.shs-ic ul.nav {
    justify-content: center;
}
.shs-ic ul.nav a.nav-link {
    border: 1px solid #000;
    padding: 10px 15px !important;
    margin: 0 8px;
    color: #000;
}
.shs-ic ul.nav .nav-link.active, .shs-ic ul.nav .show>.nav-link {
    color: #fff !important;
    background-color: #000 !important;
}
.shs-ic {
    position: relative;
    z-index: 0;
    padding-top: 40px;
}
.tbp-tt {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.tbp-tt h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}
.cart-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #000000ba;
    height: 100vh;
    display: none;
    z-index: 99;
}
.cnb{
    display: block !important;
}
.cart-niv {
    background: #fff;
    max-width: 480px;
    margin: 0 0 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.niv-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 20px 20px;
    height: 100%;
    max-height: 68px;
}
.niv-btm {
    width: 100%;
    border-top: 1px solid #efefef;
    height: 100%;
    max-height: 138px;
}
.nivb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 20px;
}
.nivb-btn a {
    background: #000;
    display: block;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    text-align: center;
}
.nivb-btn {
    margin: 20px;
}
.niv-middle {
    width: 100%;
    height: 100%;
    max-height: calc(100% - 206px);
    overflow-y: auto;
    padding: 20px;
}
span.nif-span {
    text-align: center;
    display: block;
    font-weight: 400;
}
.niv-top h5 {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}
.nivb-row p {
    margin: 0;
    font-weight: 500;
}
.nivb-row h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
span.niv-close {
    cursor: pointer;
}
.nivm-box {
    display: flex;
    column-gap: 12px;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #efefef;
}
.nivm-box:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.vmb-lm {
    display: flex;
    column-gap: 16px;
}
.vmb-l img {
    max-width: 70px;
    min-width: 70px;
}
.vmb-r {
    max-width: 60px;
}
.vmb-m span {
    display: block;
}
.vmb-m p {
    font-weight: 600;
    margin-bottom: 2px;
}
span.vmbm-price, span.vmbm-material {
    font-weight: 500;
}
.vmb-m a {
    text-decoration: underline !important;
    color: #000;
}
.vmb-r input {
    border: 1px solid #000;
    color: #000;
}
.vmb-r input::placeholder {
    color: #000;
}
.search-box-con {
    width: 100%;
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
}
.sbf{
    display: flex !important;
}
.sbx-ic h4 {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 26px;
    color: #000;
}
.sbx-ic input {
    padding: 10px 20px;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.sbx-ic button {
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #000;
    transition: all 300ms ease-in-out;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    font-family: "Inter", sans-serif;
    border: none;
}
.sbx-ic {
    width: 100%;
    max-width: 700px;
}
.sbx-close {
    position: absolute;
    top: 80px;
    right: 150px;
    font-size: 30px;
    cursor: pointer;
}
.prdsl-ic {
    display: flex;
    /* flex-wrap: wrap; */
    /* border-radius: 10px; */
    position: sticky;
    top: 60px;
}
.prdsl-box {
    width: 100%;
    /* max-width: 50%; */
}
/* .prdsl-box:nth-child(1) img{
    border-radius: 10px 0 0 0;
}
.prdsl-box:nth-child(2) img{
    border-radius: 0 10px 0 0;
}
.prdsl-box:nth-child(3) img{
    border-radius: 0 0  0 10px;
}
.prdsl-box:nth-child(4) img{
    border-radius: 0 0 10px 0;
} */
.prd-tt h4 {
    font-size: 50px;
    color: #000;
    margin-bottom: 20px;
}
.prd-prc h5 {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    display: flex;
    margin-bottom: 14px;
    align-items: center;
    column-gap: 10px;
}
.prd-prc h5 strike {
    color: #00000080;
    font-size: 26px;
}
.prd-desz p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.prd-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prdi-box {
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.prdi-box img {
    max-height: 35px;
    min-height: 35px;
    max-width: 35px;
    min-width: 35px;
    object-fit: contain;
}
.prdi-box span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.fancy-box {
    position: relative;
}

a.fancybox-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    opacity: 0;
}

.fancy-box:hover a.fancybox-buttons {
    opacity: 1;
    transition: 0.8s ease-in-out;
}

a.fancybox-buttons:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #35fd1a1c;
    max-width: calc(100% - 75%);
    max-height: calc(100% - 75%);
}
.fancy-box:hover a.fancybox-buttons:before {
    border: 3px solid #fff;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    transition: 2s;
}
.prdsl-box img {
    max-height: 400px;
    min-height: 400px;
    object-fit: contain;
    border: 1px solid #efefef;
}
.prdsl-box video {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: contain;
    border: 1px solid #efefef;
}
.prdsl-l .prdsl-box:first-child {
    margin-bottom: 2px;
    margin-top: 1px;
}
select.form-select, .form-control {
    padding: 14px 16px !important;
    color: #000 !important;
    font-weight: 400 !important;
    border: 1px solid #ccc !important;
}
.prdsr-ic {
    position: relative;
    z-index: 0;
}
.prd-share a {
    border: 1px solid #000;
    color: #fff;
    padding: 8px 14px;
    display: inline-flex;
    border-radius: 4px;
    font-weight: 500;
    background: #000;
    align-items: center;
}
.prd-share a i{
    margin-right: 10px;
}
.prd-share {
    position: absolute;
    top: 12px;
    right: 0px;
}
.form-group label, .prd-radio-label label {
    /* margin-bottom: 8px;
    font-weight: 400;
    color: #000; */
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}
/* .prd-radio-row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
} */
.prd-radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: all .2s ease 0s;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    border: 2px solid #999;
    width: 44px;
    height: 44px;
    z-index: 99;
    line-height: 20px;
    border-radius: 4px;
    left: 0;
    top: 0;
}
.prd-radio-box {
    position: relative;
    /* transition: all .2s ease 0s;
    background: #fff;
    padding: 0px 0;
    text-align: center;
    font-size: 13px;
    color: #333;
    border: 2px solid #999;
    width: 54px;
    height: 54px;
    line-height: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center; */
}
.prd-radio-box label {

    border: 2px solid #999;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prd-radio-box label span{
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333;

}
.prd-radio-box input:checked ~ label {
    color: goldenrod;
    border: 2px solid goldenrod;
    background: #1a1a1a;
}
.prd-radio-box input:checked ~ label span{
    color: goldenrod;
}
.pqc-number {
    display: flex;
    align-items: center;
    column-gap: 12px;
    max-width: 200px;
}
.pqc-number label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.prd-quantity-cart {
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}
.prd-con-tab a.nav-link {
    margin: 0 15px 0px 0;
}
.prd-con-tab a.nav-link {
    margin: 0 15px 0px 0;
    padding: 10px 34px !important;
    border: 1px solid #ccc;
    color: #666;
}
.prd-con-tab a.nav-link.active {
    background: #000;
    border: 1px solid #000;
}
.pct-data ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }

  .pct-data li {
    padding-left: var(--icon-space);
    font-weight: 500;
    margin-bottom: 8px;
  }

  .pct-data li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
  }
  .prwc-one {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 26px;
}
.prwc-box {
    border: 1px solid #000;
    padding: 38px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.prwc-box:last-child {
    margin-bottom: 0px;
}
.wco-l h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.wco-l h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.wco-r span {
    display: flex;
    gap: 6px;
    font-size: 22px;
    color: #000;
}
.prwc-two p {
    margin: 0;
}
.hd-account {
    position: relative;
    z-index: 9;
}
.dsm-ub-con {
    position: absolute;
    width: 100%;
    left: 50%;
    min-width: 240px;
    background: #fff;
    box-shadow: 0 0 10px #00000020;
    padding: 12px 14px;
    border-top: 3px solid #000;
    top: 48px;
    display: none;
    z-index: 9;
    transform: translateX(-50%);
}
.dsm-ub-con-b {
    display: block;
}
.dsm-ubc-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dsm-ubc-inner ul li:first-child {
    padding: 0px 0px 10px;
}
.dsm-ubc-inner ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
}
.dsm-ubc-inner ul li a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.dsm-ubc-inner ul li a i {
    margin-right: 10px;
    max-width: 23px;
    min-width: 23px;
    font-size: 16px;
}
.dsm-ubc-inner ul li:last-child {
    padding: 10px 0px 0;
    border-bottom: none;
}
ul.dropdown-menu {
    background: #fff;
    box-shadow: 0 0 10px #00000020;
    padding: 12px 14px;
    border-top: 3px solid #000 !important;
    border-radius: 0;
    border: none;
}
ul.dropdown-menu li{
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
}
ul.dropdown-menu li:first-child{
    padding: 0px 0px 10px;
}
ul.dropdown-menu li:last-child{
    padding: 10px 0px 0;
    border-bottom: none;
}
a.dropdown-item {
    padding: 0 6px;
    font-size: 15px;
    color: #333 !important;
    font-weight: 600;
}
ul.dash-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
li.dash-nav-item a {
    color: #333;
    box-shadow: 0 0 10px #00000029;
    display: block;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
}
li.dash-nav-item {
    margin-bottom: 24px;
}
li.dash-nav-item a i {
    max-width: 26px;
    min-width: 26px;
}
li.dash-nav-item.active a {
    background: #000;
    color: #fff;
}
.brds-ic p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.brds-ic p i{
    margin: 0 6px;
    font-size: 15px;
}
.brds-ic p a{
    color: #000;
}
section.breadcrumb-sec {
    margin: 20px 0;
}
.dashr-ic {
    margin-left: 80px;
}
.dsc-title  h3 {
    font-size: 40px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #000;
}
.dsc-desc p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.mw-750{
    width: 100%;
    max-width: 750px;
}
.dsc-mtt h4 {
    margin: 0;
    background: #dedede;
    padding: 20px 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 28px;
}
.dsc-mtt{
    margin-bottom: 40px;
}
.dsc-order table {
    width: 100%;
}
.dsc-order table thead tr {
    background: #000;
    color: #fff;
}
.dsc-order table td {
    border: 1px solid #ccc;
    padding: 14px 16px;
}
.dsc-order table th {
    border: 1px solid #ccc;
    padding: 14px 16px;
}
.dsc-order table td i {
    margin-right: 4px;
}
.dsc-order table tr:nth-child(even) {
    background: #f1f1f1;
}
.dashl-ic {
    position: sticky;
    top: 50px;
}
.scod-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #efefef;
    padding: 30px 50px;
    border-bottom: 1px solid #ccc;
}
.codt-l h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}
.codt-l h5 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 22px;
}
.codt-r img {
    width: 100%;
    min-width: 140px;
    max-width: 140px;
    object-fit: contain;
}
.dsc-order-details {
    border: 1px solid #ccc;
}
.codm-up, .codm-btm {
    /* padding: 30px 50px; */
    /* border-bottom: 1px solid #ccc; */
}
.scod-middle {
    padding: 40px 50px;
    border-bottom: 1px solid #ccc;
}
.codm-btm {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
.codm-data h5, .codm-btm h5{
    font-weight: 700;
    margin-bottom: 14px;
    color: #000;
}
.codm-data p {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000;
}
.codm-data p span{
    color: #333;
}
.codb-data p {
    font-weight: 500;
    display: flex;
    align-items: baseline;
    font-size: 16px;
    line-height: 28px;
    gap: 10px;
    color: #000;
}
.codb-data p span{
    color: #333;
}
.scod-last {
    padding: 40px 50px;
}
.scod-table table {
    width: 100%;
}
.scod-table table td, .scod-table table th {
    padding: 10px 10px;
    border: 1px solid #eee;
}
.scod-table table td img {
    width: 100%;
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    object-fit: cover;
}
tr.scodt-tr1 {
    background: #c1c1c1;
}
.dsc-order-track {
    padding: 50px;
    background: #f7f7f7;
}
.dot-des p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: 500;
    color: #333;
}
.dot-track-input .form-group {
    margin-bottom: 24px;
}
.dot-track-input .form-group input {
    border-radius: 0;
    padding: 12px 20px;
}
.dot-track-input .form-group label {
    margin-bottom: 6px;
    font-weight: 500;
    color: #000;
}
.dsca-box p {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.dscab-btn {
    display: flex;
    gap: 12px;
}
.dsca-box {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.dsca-box:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.form-row {
    display: flex;
    column-gap: 20px;
}
.form-group {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 !important;
}
.form-group .form-control, .form-group .form-select {
    border-radius: 0;
    padding: 10px 18px;
}
.main-con p {
    font-weight: 500;
    color: #000;
}
.main-con p:last-child {
    margin-bottom: 0;
}
.mcs-con {
    display: flex;
    column-gap: 50px;
}
.mcsc-box {
    width: 100%;
    text-align: center;
}
.mcsc-box i {
    font-size: 60px;
    color: #000;
    margin-bottom: 16px;
}
.mcsc-box h4 {
    color: #000;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 10px;
}
.mcsc-box p {
    margin-bottom: 6px;
    font-weight: 400;
    color: #333;
}
.mcsc-box a {
    text-decoration: underline !important;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.f-60{
    font-size: 60px !important;
}
.mcs-form {
    margin: 80px auto;
    border: 2px solid #000;
    padding: 50px;
    max-width: 750px;
    border-radius: 20px;
}
.mcsf-tt h5 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.mcs-form .form-group label {
    font-weight: 500;
    color: #000;
}
.mcs-form .form-group .form-control {
    border: 1px solid #000;
    border-radius: 5px;
}
.psc-grp h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000;
}
.psc-grp p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.psc-grp ul li, .psc-grp ol li {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 6px;
    font-weight: 500;
}
.psc-grp {
    margin-bottom: 50px;
}
section.login-sec {
    background: linear-gradient(45deg, #adadad, #484848, #adadad);
}
.lgp-inner {
    background: #ffffff7a;
    max-width: 550px;
    margin-inline: auto;
    padding: 50px 50px;
    backdrop-filter: blur(3px);
}
.lgpbr-inner ul {
    justify-content: center;
    column-gap: 8px;
    margin-bottom: 22px !important;
}
.lgpbr-inner ul li a {
    border: 1px solid #000;
    color: #000;
    padding: 6px 16px !IMPORTANT;
    margin: 0;
    font-size: 15px;
}
.lgpbr-inner ul li .nav-link.active {
    border: 1px solid #000;
    background-color: #000 !important;
}
.lgpbr-field label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}
button.lg-btn {
    width: 100%;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    padding: 8px 6px;
    border-radius: 5px;
    margin-top: 10px;
}
.fg-zz a {
    display: block;
    color: #000;
    margin-top: 16px;
    font-size: 15px;
    font-weight: 500;
}
.otp-field {
    display: flex;
    column-gap: 10px;
    /* align-items: center; */
}
.fg-otp-btn {
    width: 100%;
    max-width: max-content;
}
.fg-otp-btn button {
    padding: 8px 12px;
    font-size: 13px;
    border: none;
    background: #3c3c3c;
    color: #fff;
    height: 42px;
}
.fg-otp-btn button:hover {
    background: #000;
}
.lgpbr-field input {
    padding: 8px 12px;
    font-size: 13px;
}
section.login-sec {
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 0;
}

section.login-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008a;
    top: 0;
    left: 0;
}
.lgpbr-inner ul li a:hover{
    color: #000;
}
.masl-num {
    display: flex;
    justify-content: space-between;
}
.masln-box h4 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 4px;
}
.masln-box span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.masr-ic img {
    border-radius: 10px;
    max-height: 560px;
    object-fit: cover;
}
.khl-ic {
    display: flex;
    gap: 50px;
}
.khl-box {
    width: 100%;
    background: #f4f5f9;
    padding: 40px;
    border-radius: 13px;
    text-align: center;
}
.khl-box img {
    max-width: 56px;
    margin-bottom: 18px;
    min-width: 56px;
}
.khl-box h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.khl-box p {
    margin: 0;
    color: #000;
}
.wwd-box h3 {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.wwd-box p {
    color: #000;
    margin: 0;
}
.wwd-box {
    margin-bottom: 32px;
}
.wwd-box:last-child {
    margin-bottom: 0px;
}
.accordion-item {
    margin-bottom: 30px;
    border: 1px solid #000 !important;
    border-radius: 10px;
}
button.accordion-button {
    border-radius: 10px;
}
.mfs-con {
    margin-top: 100px;
}
.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
h2.accordion-header button {
    font-size: 22px;
    font-weight: 600;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.accordion-body p {
    color: #000;
    margin-bottom: 0;
}
.accordion-body {
    padding-top: 0 !important;
}
.fg-zz {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sgn-tt h4 {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
}
.rg-30{
    row-gap: 30px;
}
.hrbi-img-mark {
    position: absolute;
}
.hcac-row .hcac-box, .hcac-row2 .hcac-box, .rpt-row .hpri-box, .rpt-row2 .hpri-box {
    margin: 0 20px;
}
section.top-note marquee {
    font-size: 14px;
    margin-bottom: 0;
}
section.top-note marquee {
    font-size: 14px;
    margin-bottom: -4px;
}
section.top-note marquee a{
    color: #fff;
}
.whatsapp-ico a {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 50px;
}
ul.dropdown-menu {
    width: 100%;
    min-width: 1000px;
    margin-left: -160px;
}
.drp-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.drp-col {
    width: 100%;
    max-width: 17%;
}
.drpc-title h4 {
    font-size: 16px;
    font-weight: 700;
    padding-left: 16px;
    position: relative;
    margin-bottom: 20px;
    line-height: 24px;
    z-index: 0;
}
.drpc-title h4 a{
    color: #222;
}
.drpc-title h4:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #000;
    left: 0;
    border-radius: 10px;
}
.drp-col ul {
    padding: 0 0 0 16px;
}
.prdsl-l, .prdsl-r {
    width: 50%;
}
.prd-radio-label {
    text-align: center;
}
.hbnr-ic {
    padding: 380px 0 0;
    position: relative;
    z-index: 0;
}
.hbnr-txt h4 {
    font-size: 82px;
    font-weight: 500;
    margin-bottom: 10px;
}
.hbnr-txt {
    max-width: 700px;
}
.hbnr-txt p {
    margin-bottom: 20px;
}
.hbnr-btn a {
    color: #000;
    font-weight: 600;
    display: inline-flex;
    column-gap: 16px;
    align-items: center;
}
.hbnr-btn a span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #333;
    border-radius: 100%;
    font-size: 18px;
    color: #333;
}

.hbnr-img {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}
.hbnr-img img{
    border-radius: 10px;

}
.hbnr-img img {
    border-radius: 10px;
    max-height: 650px;
    object-fit: cover;
}
.hprr-icr {
    display: flex;
    column-gap: 20px;
}
.hpri-icl, .hpri-icr {
    width: 100%;
}
.hprr-icr .hpri-box {
    margin: 0 0 20px;
}
nav.navbar .cus-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
.mhs-500 {
    max-height: 560px;
    overflow-y: scroll;
}
.gemp-sec .prdsl-box img {
    object-fit: contain;
    border: 1px solid #efefef;
}
.gem-table table {
    width: 100%;
}
.gem-table table td {
    border: 1px solid #e7e7e7;
    padding: 8px 20px;
}
.golr{
    right: 0 !important;
    left: auto !important;
}
.dropdown-menu-cus {
    width: 100%;
    min-width: max-content !important;
    margin-left: auto !important;
}

.hdr-sc li {
    list-style: none;
}
.hdr-sc li span {
    margin: 0 6px;
    color: #222;
}
.hdr-sc li a i {
    font-size: 15px;
    margin-right: 2px;
}
.obd-sbox {
    margin: 0 12px;
}
a.navbar-brand img, .ftc-logo img {
    max-height: 80px;
    min-height: 80px;
    object-fit: contain;
    max-width: 240px;
}
.buynw_buton {
    padding: 10px 25px;
    border: 0;
    float: left;
    margin-right: 15px;
    background: #111 !important;
    color: #fff;
    margin-top: 0;
}
.prdctd_sprtr .price_new {
    color: #111 !important;
}

.shd-progress {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}
.shdp-box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-bottom: 24px;
}
.shdp-box span {
    background: #fff;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 600;
    box-shadow: 0 0 20px #00000010;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    color: #777;
}
.shdp-box p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #777;
}
.shdp-active p {
    color: #111;
}
.shdp-active span{
    background: #111;
    color: #fff;
}
.shdp-active span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    max-width: calc(100% - 8px);
    max-height: calc(100% - 8px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.shd-progress:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 86px;
    border: 2px dashed #0000001c;
    left: 0;
    top: 25px;
    z-index: -1;
    border-radius: 10px;
}
.mw-20 {
    max-width: 20%;
}
.shdml-accordion .accordion-body {
    padding-top: 20px !important;
    border-top: 1px solid #efefef;
}
.shdml-ic {
    box-shadow: 0 0 10px #00000020;
    padding: 40px 40px;
    border-radius: 20px;
    margin-right: 30px;
}
.shdml-accordion .accordion-item {
    margin-bottom: 30px;
    border: 1px solid #efefef !important;
    border-radius: 10px;
}
.shdml-accordion .accordion-item:last-child {
    margin-bottom: 0px;
}
.color4{
    color: red !important;
}
.shdmr-ic {
    box-shadow: 0 0 10px #00000020;
    padding: 24px 24px;
    border-radius: 20px;
}
.shdmr-prd-box {
    border: 1px solid #efefef;
    padding: 20px 20px;
    display: flex;
    gap: 14px;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    margin-bottom: 20px;
}
.shdmr-pbl img {
    max-width: 70px;
    min-width: 70px;
    max-height: 70px;
    min-height: 70px;
    object-fit: cover;
    border-radius: 6px;
}
.shdmr-pbr h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.shdmr-pbr h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}
.shdmr-pbr span.apm {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}
.shdmr-pbr p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}
.shdmr-pbr p a{
    color: #111;
}
span.shdmr-delete {
    position: absolute;
    right: 10px;
    top: 10px;
    background: red;
    color: #fff;
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}
span.shdmr-delete:hover{
    background: #111;
    transition: 0.3s;
}
.shdmr-prd-price p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 10px;
}
.shdml-paymemt h5, .shdmr-delivery h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 0;
    color: #111;
}
.shdml-paymemt h5:before, .shdmr-delivery h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 4px;
    background: #111;
    border-radius: 10px;
    left: 0;
}
.shdml-payment-select {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 20px 0;
}
.shdml-order-policy {
    margin-top: 31px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.shdml-order-policy a{
    color: #000;
}
.shdml-payment-select label {
    font-size: 15px;
    font-weight: 500;
    color: #111;
}
.shdmr-delivery p {
    margin-bottom: 4px;
    color: #111;
}
.shdmr-delivery span {
    display: block;
    font-size: 15px;
    color: #555;
}
h2.shpng_adres {
    font-size: 24px;
    font-weight: 500;
}
.my-prf-box {
    border: 1px solid #efefef;
    padding: 30px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.dashr-ic .accordion-item {
    border: 1px solid #efefef !important;
}
.dashr-ic .accordion-body {
    border-top: 1px solid #efefef;
    padding-top: 20px !important;
}

h4.order-header {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}
.enq-col span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.h-54{
    height: 54px;
}
.ep-cus .form-check {
    padding: 0;
}
.epc-field {
    margin-left: 20px;
    margin-bottom: 16px;
}
.epc-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;

}
.slds-nb-rw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #000;
}
.obd-sbox img {
    max-height: 160px;
    min-height: 160px;
    object-fit: cover;
    border: 1px solid #efefef;
    border-radius: 10px;
}
.prtb-rf .price-item {
    border: 1px solid #efefef;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    padding: 10px 10px;
}
.prtb-rf {
    display: flex;
    align-items: center;
}
span.prtb-plus {
    margin: 0 6px;
    font-size: 10px;
}
span.price-title {
    font-weight: 600;
    font-size: 12px;
}
span.price-current {
    font-weight: 600;
    border-top: 1px solid #efefef;
    display: block;
    padding-top: 6px;
    margin-top: 8px;
    font-size: 12px;
}
span.price-old {
    font-weight: 600;
    display: block;
    padding-top: 4px;
    font-size: 12px;
}

span.slds-radio {
    display: flex;
    gap: 10px;
}
.dash-mobile-nav p {
    margin-bottom: 0;
}
.dash-mobile-nav {
    display: none;
}
.dropdown-menu-cus .drp-col {
    width: 100%;
    max-width: 100%;
}
.grecaptcha-badge {
            visibility: hidden;
  }
  .client-info {
      display: flex;
      flex-direction: column;
      align-items: center; /* center horizontally */
      text-align: center;
      margin-top: 10px;
  }

  .client-img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 8px;
  }

  .client-details .client-name {
      font-weight: bold;
  }

  .client-title {
      font-size: 0.9em;
      color: #666;
  }
  .htst-stars i {
   color: #ffc107; /* Bootstrap gold star color */
   margin: 0 1px;
   font-size: 16px;
}

/* new slider css */


.hb3-box img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    max-height: calc(100vh - 111px);
    min-height: calc(100vh - 111px);
}
.hb3-box {
    position: relative;
    z-index: 0;
}
.hb3-box .hbnr-txt {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
}

.hb3-box .hbnr-btn span {
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    column-gap: 16px;
    align-items: center;
}
.hb3-box .hbnr-btn span span.hbz-span {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
}
.hb3-box a {
    display: block;
    position: relative;
    z-index: 0;
}
.hb3-box a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000009c;
    top: 0;
    left: 0;
    z-index: 0;
}
.hb3-slider .slick-prev {
    left: 40px !important;
    z-index: 1 !important;
}
.hb3-slider  .slick-next {
    right: 40px !important;
}
.hb3-slider .slick-next:before, .hb3-slider .slick-prev:before {
    font-family: 'Font Awesome 6 Brands' !important;
    font-size: 30px !important;
    line-height: 0.4 !important;
}
.hb3-slider .slick-next, .hb3-slider .slick-prev {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #ffffff87 !important;
    border-radius: 8px !important;
}
.tabber-div {
    display: flex;
    column-gap: 40px;
}
.tabber-div ul.nav {
    background: #1a1a1a;
    width: 100%;
    max-width: 230px;
    margin: 0;
    /* flex-wrap: nowrap !important; */
    align-content: start;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.tabber-div ul.nav li.nav-item {
    width: 100%;
    height: 44px;
}

.tabber-div ul.nav li.nav-item a.nav-link {
    padding: 10px 16px !important;
    margin: 0;
    color: #fff;
}
.tabber-div ul.nav li.nav-item a.nav-link i{
    margin-right: 6px;
}
.tabber-div .nav-pills .nav-link.active, .tabber-div .nav-pills .show>.nav-link {
    color: #1a1a1a !important;
    background-color: #fff !important;
}
.mfs-con {
    margin-top: 60px;
}
.engrave-section {
    max-width: 100%;
    margin: 40px 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
    border: 1px solid #ccc !important;
}

/*new */


.hpri-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 40px;
    gap: 10px;
}
/* .hpri-box:hover .hpri-btn {
    right: 14px;
    transition: 1s ease-in-out;
} */
.hpri-btn a {
    background: #111;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
/* css new filter */
.gst-tt h4 {
    margin-bottom: 0;
}
.gst-tt, .gst-fliter, .gst-color-fliter, .gst-shape-filter {
    padding: 14px 0;
    border-bottom: 1px solid #efefef;
}
.custom-dropdown {
    position: relative;
    width: 100%;
    /* max-width: max-content; */
}

.dropdown-selected {
    padding: 8px 10px 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    gap: 10px;
}
.dropdown-selected:hover {
    border-color: #888;
}

.arrow {
    font-size: 15px;
    transition: transform 0.3s;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    /* right: 0; */
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    list-style: none;
    padding: 10px;
    margin: 5px 0 0 0;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        min-width: 300px;
}

.dropdown-options li {
    padding: 8px 12px;
    cursor: pointer;
    background: #f9f9f9;
    margin-bottom: 10px;
    text-align: center;
}

.dropdown-options li:hover {
    background: #f0f0f0;
}

.dropdown-options li[data-selected="true"] {
    background: #e0e0e0;
}

/* When dropdown is open */
.dropdown-open .dropdown-options {
    display: block;
}

.dropdown-open .arrow {
    transform: rotate(180deg);
}
.gst-fliter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
/* .gstf-box {
    width: 100%;
} */
.gst-gem-size {
    /* position: relative;
    z-index: 0; */
    padding: 20px;
}
.do-685 {
    min-width: 685px;
}

.gst-gem-size h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #111;
}
.gst-gem-size p {
    font-size: 14px;
    color: #666;
}
.ggs-ix {
    position: relative;
    z-index: 0;
    padding: 0 30px 46px 0;
}
.gs-input1 {
    position: absolute;
    top: 130px;
    right: 0px;
    text-align: center;
    max-width: 180px;
}
.gs-input2 {
    position: absolute;
    bottom: 42px;
    left: 110px;
    text-align: center;
    max-width: 180px;
}
.gs-input1 input, .gs-input2 input {
    text-align: center;
    font-size: 14px;
}
.gcf-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #111;
}
.gst-color-fliter {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
span.gcf-color {
    display: inline-flex;
    width: 30px;
    height: 30px;
    /* background: #000; */
    border-radius: 4px;
}
.gcf-box a{
    border: 1px solid #ccc;
    padding: 6px 10px 6px 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gcf-box a:hover{
    border: 1px solid #666;
}
.b-bic {
    background: linear-gradient(to right,#9F00FF,#FFCC00);
}
.b-black {
    background: black;
}
.b-blue {
    background: blue;
}
.b-brown {
    background: brown;
}
.b-golden {
    background: goldenrod;
}
.b-grey {
    background: gray;
}
.b-green {
    background: limegreen;
}
.b-multicolor {
    background: linear-gradient(to right, red, yellow, green);
}
.b-orange {
    background: orange;
}
.b-pink {
    background: hotpink;
}
.b-purple {
    background: purple;
}
.b-red {
    background: red;
}
.b-tarquoise {
    background: linear-gradient(to right,#22CEBD,#74E9DD);
}
.b-violet {
    background: violet;
}
.b-white {
    background: whitesmoke;
}
.b-yellow {
    background: yellow;
}
.gst-shape-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gsf-box a {
    position: relative;
    z-index: 0;
    border: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 10px;
}
.gsf-box a span {
    /* position: absolute;
    width: 100%;
    min-width: max-content;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    background: #fff;
    font-size: 12px;
    border: 1px solid #ccc;
    color: #666;
    padding: 2px 6px;
    border-radius: 12px;
    display: none; */
        margin: 0 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    display: inline-block;
}
.gsf-box a img {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    min-width: 30px;
    min-height: 30px;
}

.gsf-box a:hover span {
    display: block;
}
.gsf-box a:hover {
    border: 1px solid #666;
}
.gsf-box a p {
    margin: 0 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}
.gsfb2 a img {
    object-fit: cover;
    border-radius: 6px;
}
.gsfb2 a {
    padding: 6px 10px 6px 6px;
}
.do-info {
    color: #222;
    font-size: 13px;
    border: 1px solid #666;
    padding: 2px 6px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: max-content;
}
.do-info:hover {
    color: #fff;
    border: 1px solid #222;
    background: #222;
    transition: 0.5s;
}
.dob-btn-row {
    text-align: center;
}
.zpr-ic {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.zpr-box {
    background: #fff;
    padding: 10px 10px;
    width: 100%;
    border-radius: 10px;
    max-width: 23.75%;
    box-shadow: 0 0 10px #00000020;
}
.related-product .zpr-box {
    max-width: 100%;
    margin: 14px;
    box-shadow: 0 0 10px #00000020;
}
.zprb-con {
    margin: 20px 14px;
}
.zprb-con h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 30px;
}
.zprb-con ul {
    list-style: none;
    padding: 0;
    margin: 12px 0;
    /* display: none; */
}
.zprb-con ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    font-weight: 500;
    color: #111;
}
.zpr-note {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    margin: 12px 0 20px;
}
span.zpr-stock {
    font-weight: 600;
    color: green;
}
span.zpr-out-stock {
    font-weight: 600;
    color: red;
}
a.zpr-link {
    font-weight: 500;
    color: #000;
    text-decoration: underline !important;
}
.zpr-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.zpr-atc {
    background: #000;
    color: #fff;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-radius: 8px;
    height: 44px;
}
.zprb-img img {
    max-height: 270px;
    min-height: 270px;
    object-fit: cover;
    border-radius: 8px;
    /* border: 1px solid #ebebeb; */
}
.zpr-whishlist {
    color: #000;
    padding: 0px 20px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #000;
    height: 44px;
}
.do-diamond-flex li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.do-diamond-flex li img {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    object-fit: contain;
}
.gst-labgorwn .gsf-box {
    background: #ffffc7;
    border-radius: 10px;
}
.gst-labgorwn .gsf-box a {
    border: 1px solid #767676;
}
.gst-labgorwn .dropdown-selected {
    border: 1px solid #767676;
       background: #ffffc7;
}
.gst-labg .gsf-box {
    background: #d7ffd2;
    border-radius: 10px;
}
.gst-labg .gsf-box a {
    border: 1px solid #767676;
}
.gst-labg .dropdown-selected, .gst-labg .gcf-box a {
    border: 1px solid #767676;
       background: #d7ffd2;
}
.checkbox-wrapper-3 input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .checkbox-wrapper-3 .toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-3 .toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    display: block;
    background: #9A9999;
    border-radius: 8px;
    transition: background 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgb(151 243 138, 0.2);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
  }

  .checkbox-wrapper-3 .tgl-btn:checked + .toggle:before {
    background: #97f38a;
}
  .checkbox-wrapper-3 .tgl-btn:checked + .toggle span {
    background: #19d300;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgb(151 243 138, 0.2);
  }
  .checkbox-wrapper-3 .tgl-btn:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .gstfr-box {
    display: flex;
    align-items: center;
    gap: 5px;
}
.gstfr-box span{
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #222;
}

.gstf-r {
    display: flex;
    align-items: center;
    gap: 20px;
}
.gstf-l {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.gstf-portfolio {
    justify-content: space-between;
}
.pfb-tt {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pfbt-l img {
    max-width: 50px;
}
.pfbt-r p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.pfbt-r h5 {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 600;
}
.prts-freelance-box {
    background: #f4f5f9;
    padding: 50px 50px;
}
.pfb-con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}


.pfbc-user {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bcu-l img {
    max-width: 40px;
    min-width: 40px;
    border-radius: 50%;
    max-height: 40px;
    min-height: 40px;
    object-fit: cover;
}
.bcu-r span {
    font-weight: 500;
}
.pfbc-frow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}
.pfbc-ratting span {
    font-size: 15px;
    font-weight: 600;
}
.pfbc-srow h4 a {
    color: #222;
}
.pfbc-srow h4 {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pfbc-srow p {
    margin-bottom: 0;
    font-weight: 700;
    color: #222;
}
.pfbc-box {
    width: 100%;
    max-width: 23.50%;
}
.pfbc-img img {
    max-height: 260px;
    min-height: 260px;
    object-fit: cover;
    box-shadow: 0 0 10px #00000020;
}
.dli-tt h5 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 18px;
}
.frw-user {
    display: flex;
    align-items: center;
    gap: 14px;
}
.rwu-l img {
    max-width: 70px;
    min-width: 70px;
    max-height: 70px;
    min-height: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.rwu-r p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.rwu-r h6 {
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Inter", sans-serif;
}
.frw-rating p {
    margin-bottom: 4px;
    color: #666;
}
.dli-frw {
    display: flex;
    align-items: center;
    gap: 40px;
}

.frw-rating span i {
    margin-right: 2px;
}

.frw-rating span {
    height: 30px;
    display: block;
    font-weight: 600;
}
.frw-rating a{
    color: #666;
}
.dlis-box video, .dlis-box img {
    width: 100%;
    max-height: 550px;
    min-height: 550px;
    object-fit: cover;
    border: 1px solid #efefef;
}
.dli-slider .slick-prev, .dli-nav-slider .slick-prev {
    left: 20px !important;
    z-index: 1;
}
.dli-slider .slick-next, .dli-nav-slider .slick-next {
    right: 20px !important;
}
.dli-slider .slick-next:before, .dli-slider .slick-prev:before, .dli-nav-slider .slick-next:before, .dli-nav-slider .slick-prev:before {
    font-size: 26px;
    color: #111;
}
.dlis-nav-box video, .dlis-nav-box img {
    width: 100%;
    border: 1px solid #efefef;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
}
.dlis-nav-box {
    margin: 8px;
}
.dlir-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dlir-tt h5 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #222;
}
.dlir-link a {
    color: #222;
    font-weight: 600;
}
.rsb-fr {
    display: flex;
    align-items: center;
    column-gap: 18px;
    margin-bottom: 16px;
}
.sbf-l img {
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
    border-radius: 50%;
}
.rrs-box {
    border: 1px solid #efefef;
    padding: 30px 30px;
}
.rsb-sr p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #111;
}
.rsb-sr span {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}
.dlir-content h5 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #222;
}
.dlir-content ul {
    padding-left: 18px;
}
.dlir-content ul li {
    margin-bottom: 8px;
}
.dlir-hastag span {
    font-size: 18px;
    font-weight: 500;
    color: #666;
}
.dlir-hastag {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 16px;
}
.prtdl-ic hr {
    margin: 40px 0;
}
.dlir-information {
    padding: 20px 20px;
    border: 1px solid #efefef;
}
.dlir-information h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.dlir-information h6 i{
    margin-right: 5px;
}
.dlir-information p {
    margin-bottom: 0;
}
.lrp-fr {
    display: flex;
    align-items: center;
    gap: 16px;
}
.lrp-l img {
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.lrp-r p {
    margin-bottom: 10px;
    color: #666;
}
.lrp-r h4 {
    margin-bottom: 2px;
}
.lrp-rvw {
    display: flex;
    align-items: center;
    gap: 12px;
}
.lrp-rvw span a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.lrp-btn {
    display: flex;
    column-gap: 18px;
}
.lrp-con {
    border: 1px solid #efefef;
    padding: 40px 40px;
}
.rpc-fr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.cfr-box {
    width: 100%;
    max-width: 50%;
}
.cfr-box p {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.cfr-box h5 {
    margin-bottom: 0;
    color: #111;
}
.tabber-div a.nav-link {
    margin: 0;
    padding: 14px 0 !important;
    border-radius: 0;
    border: 1px solid #d3d3d3;
    background: #f5f5f5;
    color: #666;
    font-size: 17px;
    letter-spacing: 0.2px;
    font-weight: 500;
    border-right: none;
}
.tabber-div li:last-child a.nav-link {
    border-right: 1px solid #d3d3d3;
}
.tabber-div li.nav-item {
    width: 100%;
}
.tabber-div ul.nav {
    flex-wrap: nowrap;
    text-align: center;
    margin-bottom: 0 !important;
}
.tabber-div li.nav-item a.nav-link.active {
    background: #fff;
    color: #000;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #000;
}
.tab-content {
    padding: 30px 30px;
    border: 1px solid #efefef;
    border-top: none;
}
.tabber-div li.nav-item a.nav-link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    bottom: 0;
    max-height: 2px;
}
.tbc-ic h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 6px;
}
.tbc-ic p {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}
.tbc-ic p a{
    color: #000;
    font-weight: 600;
}
.tbc-ic h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
    color: #666;
}
.tbc-ic h6 b{
    color: #111;
}
.tbc-st {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 14px 0;
}
.tbc-st span {
    font-weight: 500;
    color: #333;
}
.tbc-st span i{
    margin-right: 4px;
}
.tbc-ic ul {
    margin: 20px 0;
    --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}
.tbc-ic li {
    padding-left: var(--icon-space);
    margin-bottom: 4px;
    color: #666;
    font-weight: 500;
}

.tbc-ic li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  color: #111;
}
.prtdr-ic {
    position: sticky;
    top: 60px;
}
.bb-0{
    border-bottom: unset;
}
.gstf-tt-box {
    display: flex;
    align-items: center;
    font-weight: 600;
}
 .price-range-picker {
            max-width: 400px;
            margin: auto;
        }

        .price-inputs {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
        }

        .price-inputs input {
            width: 80px;
            padding: 5px;
            font-size: 16px;
        }

        .price-inputs button {
            padding: 6px 12px;
            font-size: 16px;
            cursor: pointer;
        }

        .slider-container {
            position: relative;
        }

        .range-slider {
            -webkit-appearance: none;
            width: 100%;
            height: 8px;
            background: #ddd;
            border-radius: 5px;
            outline: none;
        }

        .range-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 18px;
            height: 18px;
            background: #007bff;
            cursor: pointer;
            border-radius: 50%;
            border: none;
            margin-top: -5px;
        }

        .range-slider::-moz-range-thumb {
            width: 18px;
            height: 18px;
            background: #007bff;
            cursor: pointer;
            border-radius: 50%;
            border: none;
        }

.dual-range {
    position: relative;
    height: 8px;
    background: #efefef;
}

        .dual-range input[type="range"] {
            position: absolute;
            left: 0;
            top: 0;
            pointer-events: none;
            -webkit-appearance: none;
            width: 100%;
            height: 8px;
            background: transparent;
        }

        .dual-range input[type="range"]::-webkit-slider-thumb {
            pointer-events: auto;
        }
        .price-inputs button {
    background: #000;
    color: #fff;
    border: none;
    width: 100%;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #333; /* Custom green color instead of blue */
    border-radius: 10px  !important;
    border: 2px solid #000; /* Black border */
    cursor: pointer;


}

/* Firefox */
input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #333;
   border-radius: 10px  !important;
    border: 2px solid #000;
    cursor: pointer;

}

/* IE */
input[type="range"]::-ms-thumb {
    width: 16px;
    height: 16px;
    background: #333;
   border-radius: 10px  !important;
    border: 2px solid #000;
    cursor: pointer;

}
.shop-filter-new ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.shop-filter-new ul li a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.shop-filter-new ul li a:hover {
    color: #000;
}
.shop-filter-new ul li {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid #ccc;
}
.shop-filter-new ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.animated-checkbox {
position: relative;
display: block;
padding-left: 30px;
cursor: pointer;
font-size: 15px;
user-select: none;
}
.animated-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.animated-checkbox .checkmark {
position: absolute;
top: 2px;
left: 0;
height: 18px;
width: 18px;
background-color: #f0f0f0;
border: 2px solid #ccc;
border-radius: 4px;
transition: all 0.2s ease;
}
.animated-checkbox input:checked ~ .checkmark {
background-color: #4CAF50;
border-color: #4CAF50;
transform: scale(1.1);
}
.animated-checkbox .checkmark::after {
content: "";
position: absolute;
display: none;
}
.animated-checkbox input:checked ~ .checkmark::after {
display: block;
}
.animated-checkbox .checkmark::after {
left: 5px;
top: 1px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
ul.category-list {
list-style: none;
padding-left: 0;
}
.content {
display: flex;
flex-wrap: wrap;
gap: 20px; /* Adjust spacing */
width: 100%;

}
.content .pfbc-box {
flex: 0 0 calc(33.333% - 20px); /* 3 items per row */
box-sizing: border-box;
}
ul.category-list li {
margin-bottom: 10px;
}
.checkbox-wrapper-3 .tgl-btn {
display: none;
}
.checkbox-wrapper-3 .toggle {
cursor: pointer;
display: inline-block;
position: relative;
width: 40px;
height: 20px;
background: #ccc;
border-radius: 20px;
transition: background 0.3s ease;
}
.checkbox-wrapper-3 .toggle span {
content: '';
position: absolute;
top: 2px;
left: 2px;
width: 16px;
height: 16px;
background: #fff;
border-radius: 50%;
transition: left 0.3s ease;
}
.checkbox-wrapper-3 input[type="radio"]:checked + .toggle {
background: #007bff;
}
.checkbox-wrapper-3 input[type="radio"]:checked + .toggle span {
left: 22px;
}
.gstf-r {
display: flex;
gap: 30px;
flex-wrap: wrap;
}
.gstfr-box {
display: flex;
align-items: center;
gap: 10px;
}
.checkbox-wrapper-3 .tgl-btn {
display: none;
}
.checkbox-wrapper-3 .toggle {
cursor: pointer;
display: inline-block;
position: relative;
width: 40px;
height: 20px;
background: #ccc;
border-radius: 20px;
transition: background 0.3s ease;
}
.checkbox-wrapper-3 .toggle span {
content: '';
position: absolute;
top: 2px;
left: 2px;
width: 16px;
height: 16px;
background: #fff;
border-radius: 50%;
transition: left 0.3s ease;
}
.checkbox-wrapper-3 input[type="radio"]:checked + .toggle {
background: #007bff;
}
.checkbox-wrapper-3 input[type="radio"]:checked + .toggle span {
left: 22px;
}
.toggle-text {
cursor: pointer;
font-weight: 500;
}
.gsf-box input[type="checkbox"]:checked + label a {
border: 2px solid #007bff; /* or any visual effect */
background-color: #f0f8ff;
}
.shape-link {
display: block;
padding: 10px;
border: 1px solid #ccc;
border-radius: 6px;
text-align: center;
transition: 0.3s ease;
color: inherit;
text-decoration: none;
position: relative;
}
.shape-link img {
max-width: 50px;
margin-bottom: 5px;
}
.shape-link .checkmark {
position: absolute;
top: 6px;
right: 8px;
font-size: 16px;
color: #28a745;
display: none; /* 🔒 hidden by default */
}
.shape-link.selected {
background-color: #eef6ff;
border-color: #007bff;
}
.shape-link.selected .checkmark {
display: block; /* ✅ visible only when selected */
}
.lab-item {
position: relative;
cursor: pointer;
padding: 10px;
text-align: center;
border: 1px solid transparent;
border-radius: 6px;
transition: 0.3s;
}
.lab-item img {
max-width: 40px;
display: block;
margin: 0 auto 5px;
}
.lab-item.selected {
border-color: #007bff;
background-color: #eef6ff;
}
/* ✅ Hidden by default */
.lab-item .checkmark {
    position: absolute;
    top: 50%;
    right: 8px;
    font-size: 16px;
    color: #28a745;
    display: none;
    transform: translateY(-50%) !important;
}
/* ✅ Show when selected */
.lab-item.selected .checkmark {
display: block;
}
label.animated-checkbox a {
    color: #222;
}
.filter-item {
cursor: pointer;
padding: 6px 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.filter-item .checkmark {
display: none;
color: green;
}
.filter-item.selected .checkmark {
display: inline;
}
.filter-item.selected {
background-color: #e6f7ff;
font-weight: bold;
}
.hpri-btn a.highlight-cart {
    background-color: #03a84e !important;
    box-shadow: 0px 0px 8px rgb(24 23 20 / 70%);
}
.hpri-btn a.highlight-cart i {
    color: #fff;
}
