

.custom-container {
    width: 1400px;
    margin: 0 auto;
}

.page-content {
    padding: 140px 0 0;
}

.bcp-row {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}

.bcp-row-2 {
    grid-template-columns: 1fr 1fr;
}

.bcp-row-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.bcp-row-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bcp-row-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bcp-row-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.mb-20px {
    margin-bottom: 20px;
}

.container-fluid {
    width: 95%;
    margin: auto;
}

main {
    padding-bottom: 8rem;
    padding-top: 10rem;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #25c982;
    height: 160px;
    position: fixed;
    width: 100%;
    z-index: 99999999;
}

.icon-header {
    position: absolute;
    bottom: -48px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--LightGrey);
    background-color: #fff;
}

.main-header:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    right: 0;
    bottom: -114px;
    background-image: url(../images/mainHeaderBg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-header .header-nav {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 4;
}

.main-header .header-nav .subtxt {
    font-size: 14px;
    color: var(--LightGrey);
    margin-top: .5rem;
}

.main-header .title {
    font-size: 17px;
    color: var(--colorWite);
    font-weight: 600;
}

.operations-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--LightGrey);
    padding-bottom: 1rem;
}

.operations-holder .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #6A6A8B;
    width: 33%;
}

.operations-holder .item:last-child {
    border: none;
}

.operations-holder .txt {
    font-size: 11px;
    color: #6A6A8B;
    font-weight: 400;
    margin-top: .5rem;
}

.search-holder {
    margin-top: 1rem;
    position: relative;
}

.search-holder svg {
    position: absolute;
    left: 15px;
    top: 15px;
}

.form-control {
    border-radius: 10px;
    padding: 13px 20px 13px 20px;
    background-color: rgba(159, 158, 154, 0.1);
    border: none;
}

.top-section-main {
    background-color: #fff;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-bottom: 1.5rem;
    padding-top: 4rem;
}

.title-section {
    margin-top: 2rem;
    border-bottom: 1px solid var(--LightGrey);
    padding-bottom: .7rem;
    margin-bottom: 1rem;
}

.title-section .title-txt {
    font-size: 15px;
    font-weight: 500;
    margin-right: .4rem;
}

.best-music {
    direction: ltr;
}

.best-music .img-holder {
    height: 200px;
}

.best-music img {
    height: 100%;
    object-fit: cover;
}

.best-music .item {
    border-radius: 15px;
    overflow: hidden;

    background-color: #fff;
}

.best-music .img-holder {
    position: relative;
}

.best-music .img-holder .favorite-report {
    position: absolute;
    top: 8px;
    left: 8px;
}

.best-music .img-holder .favorite-report .f-txt {
    color: #fff;
}

.best-music .img-holder .favorite-report svg {
    width: 18px;
    height: 18px;
    margin-left: 4px;
}

.best-music .body {
    display: flex;
    flex-direction: column;
    padding: 0 .5rem;
    position: relative;
}

.best-music .body svg {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.best-music .content-holder {
    box-shadow: 0px 4px 4px 0px #0000001F;

}

.best-music .body .subtxt {
    font-size: 10px;
    font-weight: 400;
    color: #656F77;
    margin: .7rem 0;
}

.best-music .body .music-title {
    font-weight: 600;
    font-size: 19px;
    color: #000;
}

.navigation-menu {
    position: fixed;
    flex-direction: row-reverse;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1.5rem;
    z-index: 80;
    box-shadow: 0px -6px 50px 0px #0000000D;

}

.navigation-menu a {
    position: relative;
    z-index: 99;
}

.navigation-menu img {
    position: absolute;
    left: 0;
    top: -28px;
    z-index: 2;
    width: 105px;
    height: 30px;
    object-fit: contain;
    right: 0;
    margin: auto;
}

.home-link {
    width: 64px;
    height: 64px;
    background-color: #29D025;
    border-radius: 100%;
    top: -36px;
    left: -27px;
    position: relative;
    opacity: 0;
}

.music-categories {
    margin-top: 3rem;
}

.music-categories .main-categories {
    margin-top: 1.5rem;
}

.music-categories .main-categories .cat {
    padding: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #F5F5FA;
    margin-bottom: 1rem;
}

.music-categories .main-categories .cat svg {
    margin-right: .5rem;
}

.music-categories .main-categories .cat span {
    font-size: 16px;
    color: #2E2E5D;
    font-weight: 400;
}

.play-list-operations {
    background-color: #25c982;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 95;
}

.play-list-operations .operations {
    margin-bottom: 2rem;
}

.play-list-operations .operations .right-section svg {
    margin-left: .5rem;
}

.play-list-operations .img-holder img {
    width: 100%;
}

.play-list-operations .item-play {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #0000001F;
}

.play-list-operations .item-play .body {
    padding: .7rem;
    position: relative;
}

.play-list-operations .item-play .body svg {
    position: absolute;
    bottom: 12px;
    left: 15px;
}

.play-list-operations .item-play .txt {
    font-size: 12px;
    color: #656F77;
    font-weight: 400;
}

.play-list-operations .item-play .title {
    font-size: 24px;
    font-weight: 500;
    margin-top: .7rem;
}

.play-list-main {
    padding-top: 28rem;
}

.play-list-main.player {
    padding-top: 6rem;
}

.play-list-main.player .play-list-operations {
    border-radius: 0;
}

.music-list {
    margin-top: 1rem;
}

.music-list.edit .icon-header svg {
    margin-right: 3rem;
}

.music-list.edit .icon-header .play-icon, .pause-icon {
    margin-top: .1rem !important;
}

.music-list .single-music {
    border-radius: 16px;
    padding: .7rem;
    box-shadow: 0px 4px 4px 0px #0000001F;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.mr-3 {
    margin-right: 3rem;
}

.music-list .single-music img {
    width: 68px;
    height: 68px;
    border-radius: 8px;
}

.music-list .single-music .music-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-left: .7rem;
    position: relative;

}

.music-list .single-music .music-details svg {
    position: absolute;
    right: 10px;
    top: 16px;
}

.music-list .single-music .music-details .m-title {
    font-size: 16px;
    font-weight: 600;
    color: #191D21;
}

.music-list .single-music .music-details .sub-title {
    color: #ACB8C2;
    font-size: 14px;
    font-weight: 400;
    margin-top: .5rem;
}

.music-control {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: -500px;
    left: 0;
    width: 100%;
    background-color: #25c982;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding: 1rem;
    flex-direction: row-reverse;
    z-index: 90;
    transition: all .2s linear;
}

.music-control.active {
    bottom: 0;
}

.music-control .details {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 1rem;
}

.music-control .details .title {
    color: #fff;
}

.music-control .details .txt {
    font-size: 14px;
    color: #DADADA;
}

.music-control img {
    width: 68px;
    height: 68px;
    border-radius: 12px;
}

.music-control .btn-holder svg {
    margin: 0 .4rem;
}

.music-control .btn-holder {
    position: absolute;
    right: 25px;
    bottom: 17px;
}

.player-music {
    background-color: #fff;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
    padding: 3rem 1rem;
    width: 100%;
}

.player-music .img-holder {
    border: 5px solid #25C982;
    border-radius: 100%;
    padding: .7rem;
}

.player-music .title-holder {
    margin-top: 2rem;
}

.player-music .title-holder .sub-text {
    font-size: 14px;
    color: #656F77;
}

/*//play control*/
.player-music .box {
    width: 80px;
    height: 80px;
    margin: auto;
}

.play-button {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
    background: rgba(41, 208, 37, 0.61);
    border-radius: 100%;
    cursor: pointer;
}

.play-button input[type=checkbox] {
    display: none;
}

.play-button input[type=checkbox]:checked ~ span::before, .play-button input[type=checkbox]:checked ~ span::after {
    border: 20px solid transparent;
    border-left: 40px solid #fff;
    border-right: 0;
}

.play-button input[type=checkbox]:checked ~ span::after {
    transform: translateY(-50%) scaleY(0.5);
}

.play-button span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
}

.play-button span::before, .play-button span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border: 0 solid transparent;
    border-left: 16px solid #fff;
    transition: all 0.4s ease;
    border-radius: 10px;
}

.play-button span::before {
    left: 0;
}

.play-button span::after {
    right: 0;
}

.player-control {
    margin-top: 3rem;
    padding: 0 1rem;
}

.audio-player {
    margin-top: 3rem;
}

.player {

}

.progress-container {
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 10px;
}

.progress-bar {
    background: #009688;
    height: 100%;
    width: 0;
}

.ltr {
    direction: ltr;
}

.music-status {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(37, 201, 130, 1);
    height: 96px;
    width: 100%;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.music-status {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.music-status svg {
    width: 100px;
}

.player {
    display: flex;
    align-items: center;
}

.player .time {
    margin: 0 .5rem;
}

.single-music .icon-holder .play-button {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    margin: auto;
    background: rgba(41, 208, 37, 0.61);
    border-radius: 100%;
    cursor: pointer;
}

.single-music .icon-holder .play-button span::before, .play-button .p-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border: 0 solid transparent;
    border-left: 5px solid #fff;
    transition: all 0.4s ease;
    border-radius: 10px;
}

.single-music .icon-holder .play-button span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 13px;
    height: 14px;
}

.txtGreen {
    color: #25c982 !important;
}

.single-music .icon-holder .play-button input[type=checkbox]:checked ~ span::before, .play-button input[type=checkbox]:checked ~ .p-icon::after {
    border: 10px solid transparent;
    border-left: 13px solid #fff;
    border-right: 0;
}

.music-list.edit .single-music.icon-holder .play-button span::before, .play-button .p-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border: 0 solid transparent;
    border-left: 5px solid #fff;
    transition: all 0.4s ease;
    border-radius: 1px;
}

.single-music .icon-holder .player-control {
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 55px;
    top: 15px;
}

.rtl {
    direction: rtl !important;
}

.best-music .cat-item {
    padding: .5rem;
    border-radius: 6px;
    font-size: 14px;
    color: rgba(46, 46, 93, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(245, 245, 250, 1);
}

.title-section.book {
    border: none;
}

.more-item {
    font-size: 11px;
    color: rgba(80, 85, 92, 1);
    text-decoration: none;
}

.owl-favorite-book .book-cover {
    height: 193px;
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
    direction: ltr;
}

.music-list .single-music.book-list img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
}

.listen-report span {
    font-size: 12px;
    color: rgba(106, 106, 139, 1);
    margin-top: .5rem;
}

.rate-area {
    float: left;
    border-style: none;
    margin-bottom: 0;
    margin-top: 1rem;
}

.rate-area:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rate-area:not(:checked) > label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 180%;
    color: lightgrey;
}

.rate-area:not(:checked) > label:before {
    content: "★";
}

.rate-area > input:checked ~ label {
    color: #29D025;
}

.rate-area:not(:checked) > label:hover,
.rate-area:not(:checked) > label:hover ~ label {
    color: #29D025;
}

.rate-area > input:checked + label:hover,
.rate-area > input:checked + label:hover ~ label,
.rate-area > input:checked ~ label:hover,
.rate-area > input:checked ~ label:hover ~ label,
.rate-area > label:hover ~ input:checked ~ label {
    color: #29D025;
}

.book-list .m-title {
    margin-top: 1rem;
    margin-bottom: 0;
}

.book-list .sub-title {
    margin: 0;
}

.music-list .single-music.book-list {
    background-color: #F5F5FA;
}

.single-book-main-holder {
    margin-top: -5rem;
}

.single-book-main-holder .title {
    font-size: 16px;
    text-align: center;
    color: #2E2E5D;
}

.single-book-main-img {
    margin-top: 2rem;
    position: relative;
    padding: 0 2rem;
}

.single-book-main-img img {
    width: 100%;
}

.single-book-main-img .book-mark {
    position: absolute;
    top: 12px;
    right: 43px;
}

.single-book-details {
    padding-top: 2rem;
}

.single-book-details .book-name {
    font-size: 20px;
    color: #010104;
}

.single-book-details p {
    color: #9292A2;
    font-size: 16px;
}

.rate-holder .rate-area {
    margin-top: 0;
}

.rate-holder span {
    margin-right: 0;
    font-size: 20px;
    color: #9292A2;
}

.tag-holder-book {
    margin-top: 1rem;
}

.tag-holder-book span {
    border-radius: 20px;
    font-size: 12px;
    color: #6A6A8B;
    font-weight: 600;
    width: 80px;
    border: 2px solid #6A6A8B;
    padding: .5rem;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 .2rem;
}

.single-book-details .btn-holder {
    margin-top: 1.5rem;
}

.single-book-details .btn-holder .btn span {
    margin-left: .5rem;
}

.single-book-details .btn-holder .btn {
    border-radius: 10px;
    padding: 1rem;
    width: 48%;
    max-width: 150px;
    border: 1px solid #25C982;
}

.single-book-details .btn-holder .btn:first-child {
    background-color: #25C982;
    color: #fff;
    margin-left: 1rem;
}

.book-summary {
    font-size: 13px;
    margin-top: 2rem;
    line-height: 28px;
    color: #6A6A8B;
}

.single-book-details .sec-title {
    margin-top: 2rem;
    font-size: 14px;
    color: #2E2E5D;
}

.progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0;
    position: relative;
}

.progress {
    background-color: #25c982;
    height: 10px;
    border-radius: 5px;
    width: 0%;
}

.time {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 12px;
}

.btn-control-music {
    background-color: transparent;
    border: none;
}

.played-book {
    margin: 1.5rem 0;
    align-items: center;
    position: relative;
}

.played-book .progress-container {
    position: absolute;
    width: 100%;
    left: 5px;
    bottom: -21px;
    margin: auto;
    height: 5px;
    transition: all .4s linear;
}

.played-book .progress-container.active {
    width: 100%;
}

.played-book .progress-container .progress {
    border-radius: 3px;
}

.played-book .details-info {
    margin-right: 1rem;
}

.played-book .details-info .book-name {
    font-size: 16px;
    color: #010104;
}

.played-book .details-info .subtxt {
    color: gray;
}

.player-control.small .play-button {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
    background: rgba(41, 208, 37, 0.61);
    border-radius: 100%;
    cursor: pointer;
}

.player-control.small .play-button span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 19px;
    height: 19px;
}

.player-control.small .play-button span::before, .play-button span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border: 0 solid transparent;
    border-left: 5px solid #fff;
    transition: all 0.4s ease;
    border-radius: 2px;
}

.player-control.small .single-music.icon-holder .play-button span::before, .play-button .p-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border: 0 solid transparent;
    border-left: 5px solid #fff;
    transition: all 0.4s ease;
    border-radius: 2px;
}

.player-control.small input[type=checkbox]:checked ~ span::before, .play-button input[type=checkbox]:checked ~ span::after {
    border: 13px solid transparent;
    border-left: 20px solid #fff;
    border-right: 0;
}

.player-control.small {
    margin-top: 0;
}


/*book player*/
.controls.book-player {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.controls.book-player .btn {
    color: #29d025;
    border: 1px solid #29d025;
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    padding: 10px 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;

}

.controls.book-player .btn:nth-child(2) {
    background-color: #29d025;
    color: #fff;
    width: 60px;
    height: 60px;
}

.single-book-details .controls.book-player .btn:hover {
    background-color: #27b422;
}

.single-book-details .progress-container {
    background-color: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    height: 5px;
    width: 100%;
    position: relative;
}

.single-book-details .progress {
    background-color: #29d025;
    height: 100%;
    width: 0;
    border-radius: 5px;
}

.single-book-details .time {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #BBB1FA;
    margin-top: 10px;
}

.player-with-button .progress-container {
    margin-top: 2.5rem;
}

/*Shop List Explore*/
.shop-lists-explore {
    padding-top: 5rem;
}

.shop-lists-explore .card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    padding: 10px;
}

.shop-lists-explore .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 0;
    padding-bottom: 1rem;
}

.shop-lists-explore .icon img {
    width: 40px;
    height: 40px;
}

.shop-lists-explore .discount {
    font-size: 14px;
    color: #979797;
}

.shop-lists-explore .card-body h2 {
    font-size: 13px;
    color: #434343;
    font-weight: 700;
}

.shop-lists-explore .card-body p {
    color: #9F9E9A;
    font-size: 12px;
    margin: 10px 0;

}

.shop-lists-explore .card-footer {
    border: none;
    display: flex;
    justify-content: space-around;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
}

.shop-lists-explore .card-footer button {
    background-color: #00c853;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}

.shop-lists-explore .card-footer button.map-btn {
    background-color: #00bfa5;
}

.shop-lists-explore .card-footer button:disabled {
    background-color: #b0b0b0;
}

.shop-lists-explore .card-footer button:hover {
    opacity: 0.9;
}

.card-body {
    position: relative;
}

.card-body .body-icon {

}

.shop-lists-explore .body-icon {
    width: 45px;
    height: 45px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #FF5F00;
    border-radius: 50%;
    padding: .5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: -44px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-lists-explore .body-icon.green {
    background-color: #29D025;
}

.shop-lists-explore .card-footer .btn {
    background-color: #29D025;
    color: #fff;
    padding: .5rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 48%;
}

.shop-lists-explore .card-footer .btn:first-child {
    background-color: transparent;
    border: 2px solid #29D025;
    color: #29D025;
}

.shop-lists-explore .card-footer .btn span {
    margin-right: .3rem;
    margin-bottom: -0.3rem;
}

.shop-lists-explore .card {
    margin-bottom: 1.5rem;
}

.detailsBoxRow {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.detailsBoxRow .img-holder {
    width: 50px;
    height: 50px;
    background-color: lightgrey;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailsBoxRow .info {
    display: flex;
    flex-direction: column;
    margin-right: .7rem;
}

.detailsBoxRow .info .b-title {
    font-size: 15px;
    font-weight: 700;
}

.detailsBoxRow .info .s-title {
    font-size: 14px;
    color: #979797;
    font-weight: 400;
}

.detailsBoxRow .btn-buy {
    background-color: transparent;
    border: 2px solid #29D025;
    border-radius: 5px;
    color: #29D025;
    font-size: 11px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    padding: 0;
    text-decoration: none;
}

.none-bg {
    background-color: transparent !important;
}

.mt-1-5 {
    margin-top: 1.5rem !important;
}

.shop-details-in-map {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 30px;
    padding: 1rem;
    width: 85%;
    margin: auto;
    background-color: #fff;
    margin-top: -5rem;
    position: relative;
}

.shop-map-show {
    margin-top: -8rem;
}

.map-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 95%;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    object-fit: contain;
}

.title-section-map {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.shop-details-in-map .shop-rating {
    position: absolute;
    border-radius: 4px;
    background-color: #29D025;
    color: #fff;
    font-size: 10px;
    left: 14px;
    top: 31px;
    padding: .3rem;
}

.product-lists-explore {
    padding-top: 1rem;
    position: relative;
}

.product-lists-explore .owner-name {
    font-size: 15px;
    font-weight: 700;
    color: #292D32;
}

.product-lists-explore .shop-rating {
    background-color: #25c982;
    color: #fff;
    border-radius: 5px;
    padding: .4rem .7rem;
    font-size: 11px;
}

.product-lists-explore .shop-rating span {
    margin-bottom: .2rem;
    margin-right: .5rem;
}

.product-lists-explore .input-holder {
    position: relative;
    width: 80%;
}

.product-lists-explore .input-holder .icon {
    position: absolute;
    left: 10px;
    top: 13px;
}

.search-in-shop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid lightgrey;
    align-items: center;
    padding-top: 1rem;
    margin-top: 1rem;
}

.search-in-shop .btn-filter {
    border: none;
    background-color: transparent;
}

.product-holder-main-explore {
    padding-top: 3rem;
}

.product-holder-main-explore .item {
    background-color: #f7f7f7;
    border-radius: 7px;
    padding: .5rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    position: relative;
}

.product-holder-main-explore .item .price {
    font-size: 14px;
    font-weight: 700;
    color: #1A1A1A;
    margin-top: .7rem;
}

.product-holder-main-explore .btn-add-basket {
    background-color: #25c982;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 7px;
    bottom: 7px;
    border: none;
}

.product-holder-main-explore .btn-add-favorite {
    border: none;
    background-color: lightgrey;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    right: 7px;
    top: 7px;
    border-radius: 7px;
}

.product-holder-main-explore .product-rate {
    margin-top: .7rem;
}

.product-holder-main-explore .product-rate span {
    font-weight: bold;
}

.product-filters-list-explore {
    background-color: #fff;
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
    padding: 2.5rem 1rem;
    z-index: 9999999999999;
    width: 100%;
    height: 660px;

}

#FilterSectionProductList {
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -1000px;
    z-index: 999999999999999999;
    display: flex;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .3s linear;
}

.w-100 {
    width: 100% !important;
}

.b-none {
    border: none !important;
}

.m-top-10 {
    margin-top: -10rem !important;
}

#FilterSectionProductList.active {
    bottom: 0;
}

.product-filters-list-explore .f-title {
    margin-bottom: 1rem;
    font-size: 16px;
}

.product-filters-list-explore .cat-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.product-filters-list-explore .cat-filter {
    border-bottom: 1px solid #f1f0f0;
    padding-top: 1rem;
}

.product-filters-list-explore .cat-filter.size .tag-filter-single {
    width: 50px;
}


.product-filters-list-explore .tag-filter-single {
    background-color: #e4e5e7;
    border-radius: 7px;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    width: 100px;
    margin-right: 1rem;
    height: 38.5px;
}

.product-filters-list-explore .tag-filter-single:first-child {
    margin-right: 0;
}

.product-filters-list-explore .cat-filter .btn {
    margin-top: 3rem;
    background-color: #29D025;
    color: #fff;
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
}

.gfg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #01940b;
}

.custom-wrapper {
    margin: 0;
    width: 70%;
    padding: 0px 25px 40px;
    position: relative;
    left: 63px;
}

.price-input-container {
    width: 100%;
}

.price-input .price-field {
    display: flex;
    margin-bottom: 22px;
    align-items: center;
}

.price-field span {
    font-size: 13px;
}

.price-field input {
    flex: 1;
    height: 35px;
    font-size: 15px;
    border-radius: 9px;
    text-align: center;
    border: 0px;
    width: 50px;
}

.price-input {
    width: 100%;
    font-size: 19px;
    color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider-container {
    width: 100%;
}

.slider-container {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider-container .price-slider {
    height: 100%;
    left: 25%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: #01940b;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .main {
        width: 80%;
        margin-right: 5px;
    }

    .custom-wrapper {
        width: 100%;
        left: 0;
        padding: 0 10px;
    }

    .projtitle {
        width: 100%;
        position: relative;
        right: 26px;
    }

    .price-input {
        flex-direction: row;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .price-field {
        margin-bottom: 10px;
    }
}


.recently-search-ff {
    margin-top: 2rem;
}

.recently-search-ff .clear {
    font-size: 13px;
    color: #29D025;
}

.recent-search-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.recent-search-item a {
    border-radius: 8px;
    padding: .7rem 1.2rem;
    background-color: transparent;
    color: #9F9E9A;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #9F9E9A;
    justify-content: space-between;
    margin-bottom: .8rem;
    margin-left: 1rem;
}

.recent-search-item a span {
    margin-bottom: -0.4rem;
    margin-left: .6rem;
}

.recently-products-searched .hap-item-search {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    padding: 1rem;
    border-radius: 12px;
    position: relative;
}

.recently-products-searched .hap-item-search img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin-left: 1rem;
}

.hap-rating-search {
    position: absolute;
    left: 10px;
    top: 31px;
    background-color: #29D025;
    border-radius: 7px;
    padding: .4rem;
    color: #fff;
    font-size: 11px;
}

.hap-rating-search svg {
    margin-top: -0.2rem;
    margin-right: .3rem;
}

.recently-products-searched .hap-item-search .s-title {
    font-size: 14px;
}

.recently-products-searched .hap-item-search .hap-price {
    font-size: 12px;
}

.single-product-page {
    padding-top: 2rem;
}

.single-product-page .p-title {
    font-size: 20px;
    color: #1A1A1A;
}

.single-product-page .ash-product-image {
    background: linear-gradient(0deg, rgba(254, 186, 0, 0.08) -19.78%, rgba(254, 186, 0, 0) 100%);
    padding-bottom: 3rem;
}

.single-product-page .ash-product-image img {
    margin-top: 3rem;
}

.ash-product-details {
    padding: 1.5rem 0;
}

.ash-product-details .p-name {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
}

.p-product-counter {
    margin-top: 2rem;
    border-bottom: 1px solid rgba(159, 158, 154, 0.1);
    padding-bottom: 1.5rem;
}

.quantity-control {
    display: flex;
    align-items: center;
}

.quantity-control button {
    border: 1px solid gray;
    width: 32px;
    height: 32px;
}

.quantity-control button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.quantity-control button:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quantity-control span {
    border: 1px solid lightgrey;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: none;
    border-left: none;
}

button:active {
    outline: none;
    box-shadow: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.p-product-counter .price {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
}

.ash-product-details .p-descriptions {
    padding-top: 1.5rem;
    font-size: 12px;
    color: gray;
    line-height: 28px;
}

.ash-product-details .color {
    width: 30px;
    height: 30px;
    margin-left: .7rem;
    border-right: 5px;
    display: flex;
    border-radius: 5px;
}

.ash-product-details .p-btn-holder {
    margin-top: 2rem;
}

.ash-product-details .p-btn-holder .btn {
    width: 100%;
    background-color: rgba(41, 208, 37, 1);
    border-radius: 10px;
    padding: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.ash-product-details .product {
    text-align: center;
    margin-top: 50px;
}

.ash-product-details .rating {
    display: inline-block;
}

.ash-product-details .star {
    width: 50px;
    height: 50px;
    fill: #d3d3d3; /* رنگ ستاره‌های خالی */
    transition: fill 0.25s;
}

.ash-product-details .star.filled {
    fill: #29D025; /* رنگ ستاره‌های پر */
}

.ash-product-details .product {
    text-align: center;
    margin-top: 50px;
}

.ash-product-details .p-single-rating {
    margin-top: 1rem;
}

.ash-product-details .rating {
    display: inline-block;
}

.ash-product-details .star {
    font-size: 30px;
    color: #d3d3d3; /* رنگ ستاره‌های خالی */
}

.ash-product-details .star.filled {
    color: #29D025; /* رنگ ستاره‌های پر */
}

.mr-15 {
    margin-right: 1.5rem !important;
}


.ash-basket {
    padding-top: 2rem;
}

.ash-basket h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.ash-basket .cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 12px;
    padding: .5rem;
}

.ash-basket .cart-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-left: 10px;
    border-radius: 7px;
}

.ash-basket .item-details {
    flex-grow: 1;
}

.ash-basket .item-details h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}

.ash-basket .item-details p {
    font-size: 12px;
    color: #1A1A1A;
    margin: 5px 0;
}

.ash-basket .quantity-control {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.ash-basket .quantity-control button {
    border: none;
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    border: 1px solid lightgrey;
}

.ash-basket .quantity-control span {
    margin: 0 0;
}

.ash-basket .delete-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: red;
}

.ash-basket .summary {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

.ash-basket .summary p {
    margin: 10px 0;
}

.ash-basket .discount-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ash-basket .discount-section label {
    margin-right: 10px;
}

.ash-basket #discount-code {
    padding: 5px;
}

.ash-basket .pay-button {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}


.ash-basket .quantity-control {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
}

.ash-basket .btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
}

.ash-basket #quantity {
    margin: 0 0;
    font-size: 18px;
    width: 35px;
    text-align: center;
}

.ash-basket .summary div {
    margin-bottom: 1.5rem;
}

.ash-basket .ash-discount {
    position: relative;
}

.ash-basket .ash-discount .form-control {
    border: 1px solid #29D025;
    background-color: transparent;
}

.ash-basket .ash-discount .btn {
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 10px;
    font-size: 15px;
    background-color: #29D025;
}

.last-price-az {
    margin-top: 2rem;
}

.ash-basket .btn-pay {
    margin-top: 2rem;
    background-color: #29D025;
    border-radius: 10px;
}

.basket-steps-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.basket-steps-holder .step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.basket-steps-holder .step.active .icon {
    background-color: rgba(254, 186, 0, 0.05);
}

.basket-steps-holder .step .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(159, 158, 154, 0.05);
    margin-bottom: .8rem;
}

.basket-steps-holder .step .txt {
    font-size: 12px;
}

.basket-address-item {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: .8rem;
    margin-top: 2rem;
    position: relative;
}

.basket-address-item p {
    font-size: 12px;
    margin-right: 1.5rem;
    color: rgba(26, 26, 26, 1);
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

.basket-address-item svg {
    position: absolute;
    left: 10px;
    top: 8px;
}

.btnGreen {
    background-color: rgba(41, 208, 37, 1) !important;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 2rem;
}

.nextBtnHolder {
    margin-top: 4rem;
}

.text-right {
    text-align: right !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.payment-method-gateway {
    margin-top: 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 1.8rem 1rem;
}

.payment-method-gateway .txt {
    font-size: 16px;
    color: rgba(26, 26, 26, 1);
    font-weight: 400;
}

.payment-method-gateway .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: rgba(138, 141, 145, 0.05);
    width: 40px;
    height: 40px;
    margin-left: 1rem;
}

.send-address-selected {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 1.8rem 1rem;
}

.send-address-selected svg {
    margin-left: 1rem;
}

.send-address-selected p {
    margin: 0;
}

.small-txt {
    font-size: 12px;
    color: rgba(159, 158, 154, 1);
}

.user-orders-list-holder {
    margin-top: 2rem;
    box-shadow: 0px 8.15px 6.52px 0px rgba(0, 0, 0, 0.01);
    border-radius: 12px;
    padding: .5rem;
}

.user-orders-list-holder .cart-item {
    box-shadow: none;
    padding: 0;
}

.user-orders-list-holder .delete-button {
    color: #000;
    font-size: 12px;
}

.user-orders-list-holder .delivery {
    font-size: 12px;
    color: rgba(41, 208, 37, 1);
    border-radius: 5px;
    padding: .5rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(254, 186, 0, 0.1);
}

.user-orders-list-holder .delivery.cancel {
    color: rgba(255, 127, 116, 1);
    background-color: rgba(255, 127, 116, 0.05);
}

.user-orders-list-holder .btn {
    font-size: 12px;
    margin: 0 .5rem;
    border-radius: 8px;

}

.user-orders-list-holder .btn-grey {
    background-color: rgba(159, 158, 154, 0.1);
    color: #000;
}

.border-line {
    width: 100%;
    height: 1px;
    background-color: rgba(159, 158, 154, 0.2);
    border-radius: 2px;
    margin: 1rem 0;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.shoryabi-btn .btn {
    font-size: 11px;
    padding: .5rem;
    margin-top: .5rem;
    border-radius: 5px;
}

.detailsBoxRow .img-holder.dollarSign {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(251, 188, 5, 1) !important;
}

.detailsBoxRow .info.PersonASD .s-title {
    font-size: 10px;
    color: #979797;
    font-weight: 400;
}

.person-shop-ffg {

}

.person-shop-ffg .title-holder {
    padding: 1rem 0;
    background-color: rgba(41, 208, 37, 1);
}

.person-shop-ffg .title-holder h5 {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.person-shop-ffg .shop-details-in-map {
    margin: 0 auto;
}

.mt-0 {
    margin-top: 0 !important;
}

.like-daw {
    background-color: rgba(41, 208, 37, 1);
    border-radius: 8px;
    padding: .4rem;
    color: #fff;
    font-size: 11px;
}

.shop-info-gee {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 1rem 0;
    margin-top: 1rem;
}

.shop-info-gee .small-txt {
    margin-bottom: 0;
}

.img-holder-asde {
    margin-top: 1rem;
}

.img-holder-asde img {
    width: 90%;
}

.locations-operation-aa .btn {
    color: rgba(41, 208, 37, 1);
    border: 1px solid rgba(41, 208, 37, 1);
    border-radius: 5px;
    padding: .5rem;
    font-size: 11px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.btn-holder-sasd .btn {
    color: #fff;
}

.cat-holder.validationsList .tag-filter-single {
    font-size: 11px;
    width: 80px;
}

.cat-holder.validationsList .tag-filter-single.active {
    background-color: rgba(254, 186, 0, 0.1) !important;
    color: rgba(41, 208, 37, 1) !important;
    font-size: 11px;
}

.valid-main-item-st {
    box-shadow: 0px 4px 4px 0px #0000001F;
    border-radius: 10px;
    padding: .5rem;
}

.valid-main-item-st .icc {
    width: 55px;
    height: 55px;
    border-radius: 7px;
    background-color: rgba(138, 141, 145, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.valid-main-item-st .btn-grey {
    background-color: rgba(159, 158, 154, 0.1);
}

.policyTxt {
    line-height: 30px;
    font-size: 14px;
}

.form-check-input:checked {
    background-color: rgba(41, 208, 37, 1);
    border-color: rgba(41, 208, 37, 1);
}

.electronic-signature {
    padding-top: 2rem;
}

.sec--title {
    margin-top: 4rem;
}

.input-verification-code {
    margin-top: 2rem;
}

.input-verification-code .form-control {
    margin: 0 .5rem;
    font-size: 20px;
    color: #fff;
}


.input-verification-code input.filled {
    border-color: rgba(41, 208, 37, 1);
    background-color: rgba(41, 208, 37, 1);
}

.timer-remind-code {
    margin-top: 2rem;
}

.lightYellow {
    font-size: 12px;
    background-color: rgba(254, 186, 0, 0.1);
    padding: .5rem;
    border-radius: 4px;
    color: #000;
    text-align: center;
}

.badge {
    padding: .5rem;
}

.btnCustomOutLineYellow {
    color: rgba(251, 188, 5, 1) !important;
    background-color: #fff !important;
    border: 1px solid rgba(251, 188, 5, 1) !important;
}

.btnCustomOutLineGreen {
    color: #29D025 !important;
    background-color: #fff !important;
    border: 1px solid #29D025 !important;
}

.btnCustomOutLineRed {
    color: #FF3D5D !important;
    background-color: #fff !important;
    border: 1px solid #FF3D5D !important;
}

.main-header-ccpo {
    padding: 1.5rem 0;
    background: linear-gradient(135deg, #29D025 0%, #30BE9C 100%);
    height: 200px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
}

.main-header-ccpo .title {
    font-size: 15px;
    color: #fff !important;
}

.personal-cart-holder-ew {
    margin-top: -16rem;
}

.personal-cart-holder-ew .main-cart {
    background: linear-gradient(180deg, #25D0C6 22.4%, #32C2E1 90.1%);
    border-radius: 10px;
    border: 1px solid #fff;
    overflow: hidden;
}

.personal-cart-holder-ew .c-head {
    padding: .6rem;
    border-bottom: 1px solid #fff;
}

.personal-cart-holder-ew .c-head h6 {
    color: #fff;
}

.personal-cart-holder-ew .c-body {
    padding: .6rem;
    color: #fff;
}

.personal-cart-holder-ew .c-body img {
    border-left: .7rem;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 1rem;
}

.personal-cart-holder-ew .c-body .c-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.personal-cart-holder-ew .c-body .c-national {
    font-size: 10px;
    padding: .5rem;
    border-radius: 4px;
    color: #fff;
    margin-top: .5rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.personal-cart-holder-ew .c-footer {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.personal-cart-holder-ew .c-footer .c-date {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: .4rem;
}

.personal-cart-holder-ew input {
    text-align: left;
    margin-bottom: 1rem;
    height: 65px;
    border: 1px solid #29D025;
    background-color: #fff;
}

.personal-cart-holder-ew label {
    position: relative;
    bottom: -35px;
    right: 12px;
}

.personal-cart-holder-ew .accordion-item {
    margin-bottom: 1rem;
    border-radius: 12px;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}

.btn-new-p {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fafafa;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 12px;
    bottom: 6rem;
    border: none;
}

.request-new-cart {
    background-color: #fff !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 3rem 1rem 1rem 1rem;
    position: fixed;
    bottom: -1000px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999999999;
    transition: all .3s linear;
}

.request-new-cart.active {
    bottom: 0;
}

.m-top-8 {
    margin-top: -8rem !important;
}

.request-new-cart .cp-form h6 {
    text-align: center;
    font-size: 14px;
    color: #9F9E9A;
}

.request-new-cart .cp-form h5 {
    font-weight: 700;
    font-size: 14px;
}

.request-new-cart .form-control {
    text-align: left;
    margin-bottom: 0rem;
    height: 65px;
    border: 1px solid #29D025;
    background-color: #fff;
}

.request-new-cart .form-group label {
    position: relative;
    bottom: -35px;
    right: 12px;
}

.request-new-cart .form-check {
    display: flex;
    align-items: center;
}

.request-new-cart .form-check-input {
    width: 25px;
    height: 25px;
    margin-left: 6px;
}

.request-new-cart .right-ss {

}

.request-new-cart .left-ss {
    position: relative;
}

.request-new-cart .left-ss svg {
    position: absolute;
    bottom: 8px;
    right: -15px;
    z-index: 9999999;
}

.request-new-cart .right-ss .txt {
    font-size: 12px;
    color: #9F9E9A;
    margin-right: .5rem;
}

.request-new-cart .rules-ho p {
    font-size: 12px;
    color: #9F9E9A;
    margin-top: 1rem;
}

#imgNewPersonBB {
    opacity: 0;
}

.qm-bhj .form-control {
    text-align: left;
    margin-bottom: 0rem;
    height: 65px;
    border: 1px solid #29D025;
    background-color: #fff;
}

.qm-bhj .form-group label {
    position: relative;
    bottom: -35px;
    right: 12px;
    font-size: 11px;
}

.search_box_ppe {
    position: relative;
}

.search_box_ppe svg {
    position: absolute;
    left: 9px;
    top: 20px;
}

.qm-bhj .accordion-item {
    margin-bottom: 2rem;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.personal-cart-holder-ew.PDF_SS {
    margin-top: 0 !important;
}

.personal-cart-holder-ew.PDF_SS .c-head {
    background-color: #3F4A3F;
}

.personal-cart-holder-ew.PDF_SS .bg-success {
    background-color: #fff !important;
    color: #29D025 !important;
}

.personal-cart-holder-ew.PDF_SS .c-body .bg-success {
    background-color: #fff !important;
    color: #29D025 !important;
    border: 1px solid #29D025;
}

.personal-cart-holder-ew.PDF_SS .main-cart {
    background: none;
    border-radius: 10px;
    border: 1px solid #29D025;
    overflow: hidden;
}

.personal-cart-holder-ew.PDF_SS .c-body {
    background: url("../images/Untitled-366 1.png") no-repeat center center;
    background-size: cover;
    background-color: transparent !important;
}

.nn-hold-ww {
    padding: .7rem;
    border-radius: 7px;
    border: 3px solid #29D025;
    color: #000;
    height: 72px;
}

.national-code-cc {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.ppsiw {
    color: #000;
    font-size: 10px;
}

.ppsiw span {
    border: 1px solid #29D025;
    background-color: #fff;
    border-radius: 3px;
    margin: .5rem;
    padding: .5rem;
}

.cw-footer {
    padding: .7rem .4rem 0;
}

.shape-bg-ww {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding-top: 20px;
    color: #fff;
    background: url("../images/shape.png") no-repeat center center;
    background-size: cover;
}

.f11 {
    font-size: 11px;
}

.splash-holder-ww .btn-grey {
    background-color: #9F9E9A;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 2rem;
    margin-right: 1rem;
}

.splash-holder-ww p {
    margin-top: 2rem;
}

.number-steps-ss span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 .3rem;
    background-color: rgba(159, 158, 154, 0.2);
}

.number-steps-ss span.active {
    background-color: rgba(41, 208, 37, 1) !important;
}

.a-item-pp {
    margin-top: 2rem;
    border-radius: 10px;
    padding: .8rem;
    background-color: #fff;
}

.a-item-pp .hh-body img {
    width: 100%;
    object-fit: cover;
    margin: .5rem 0;
}

.a-item-pp .hh-body {
    padding-bottom: .2rem;
    border-bottom: 1px solid #ccc;
}

.a-item-pp .hh-body p {
    font-size: 11px;
    color: #979797;
    line-height: 28px;
}

.hh-footer {
    padding-top: 1rem;
}

.hh-footer.bf-ww {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.hh-footer .ff-left button {
    background-color: transparent;
    border: none;
}

.storyWW {
    border: 3px solid #8A3BEE;
}

.post-list-explore-ss {
    display: flex;
    flex-wrap: wrap;

}

.post-list-explore-ss a {
    width: 32%;
    margin: .1rem;
}

.post-list-explore-ss img {
    margin: .1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxshadow-none {
    box-shadow: none !important;
}

.cm-main-item {
    border-radius: 8px;
    padding: .7rem;
    position: relative;
    margin-bottom: 2rem;
}

.cm-main-item .badge {
    position: absolute;
    left: 5px;
    font-size: 9px;
    padding: .3rem;
}

.cm-main-item p {
    margin-top: 1rem;
}

.post-title-s {
    color: #6A6A8B;
    font-size: 14px;
    font-weight: 700;
}

.date-ss-ww {
    color: #1A1A1A;
    font-size: 10px;
    margin: 0 !important;
    text-align: left;
}

.show-comment-in-post {
    width: 100%;
    margin: auto;
    background-color: #fff;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    min-height: 400px;
    padding: 1rem;

}

.show-comment-in-post .cm-header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #bacbe6;
    margin-bottom: 2rem;
}

.pop-cm-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.pop-cm-item:last-child{
    border: none;
}
.pp-us-name {
    font-size: 14px;
    color: gray;
}

.dangerCm {
    background-color: rgba(255, 127, 116, 0.19);
    color: rgba(255, 61, 93, 1);
    font-weight: 300;
    font-size: 12px;
    width: 60px;
    border-radius: 60px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem;
}

.successCm {
    background-color: rgba(41, 208, 37, 0.12);
    color: rgba(41, 208, 37, 1);
    font-weight: 300;
    font-size: 12px;
    width: 60px;
    border-radius: 60px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem;
}
.successCm svg {
    margin-left: .4rem;
}
.dangerCm svg {
    margin-left: .4rem;
}
