:root {
    --primary: #FF6D00;
    --secondary: #001684;
    --light: #F2F2F2;
    --dark: #111111
}

.fw-medium {
    font-weight: 600 !important
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out 0s, visibility 0s linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out 0s, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: all .5s ease 0s
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #fff
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 2px
}

.navbar .navbar-brand img {
    width: 90px
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    white-space: nowrap
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary)
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 32px;
    margin:0 15px;
    border-radius: 17px;
    width: 104px;
    font-size: 13px;
    white-space: nowrap
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500
}

.navbar-light.sticky-top {
    top: 0;
    transition: all .5s ease 0s;
    height: 65px
}

.carousel-caption {
    inset: 0;
    z-index: 1
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background: rgba(0, 0, 0, .32);
    font-size: 24px;
    padding: 6px
}

@media(max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-header-inner {
    background: rgba(0, 0, 0, .7)
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light)
}

.fact {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) center center/cover no-repeat, url("../img/carousel-bg-1.jpg")
}

.service .nav .nav-link {
    background: var(--light);
    transition: all .5s ease 0s
}

.service .nav .nav-link.active {
    background: var(--primary)
}

.service .nav .nav-link.active h4 {
    color: #fff !important
}

.booking {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) 0% 0%/cover, url("../img/carousel-bg-2.jpg") center center no-repeat
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary)
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary)
}

.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    filter: drop-shadow(black 2px 4px 6px)
}

.team-item:hover .team-overlay {
    transform: scale(1)
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #fff
}

.team-item .team-overlay .btn:hover {
    color: #fff;
    background: var(--secondary)
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: all .5s ease 0s
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #fff !important
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 11px;
    height: 10px;
    border: none;
    border-radius: 50%;
    transition: all .5s ease 0s;
    background: #ddd
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
    width: 29px;
    height: 10px;
    border-radius: 8px
}

.footer {
    background: #001684
}

.footer p {
    color: #fff;
    width: 84%
}

.footer h6 {
    color: #fff;
    font-weight: 700
}

.footer li {
    margin: 0 0 14px
}

.footer ul {
    list-style: none;
    padding: 7px 0;
    font-weight: 200;
    font-size: 15px
}

.footer a {
    color: #fff;
    font-size: 14px
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #fff;
    border-radius: 35px;
    transition: all .3s ease 0s
}

.footer .btn.btn-social:hover {
    color: var(--primary)
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all .3s ease 0s
}

.footer .btn.btn-link::before {
    position: relative;
    content: "";
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-right: 10px
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer .copyright a {
    color: var(--light)
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3)
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.start-now {
    display: flex;
    flex-direction: column;
    margin: 0 13%;
    justify-content: center;
    align-items: flex-start;
    text-shadow: none
}

.start-now a {
    width: auto
}

.start-now h3 {
    width: 287px;
    text-align: justify;
    word-spacing: 6px;
    line-height: 50px;
    font-size: 30px;
    margin: 32px 0 8px
}

.start-now .fa-arrow-left {
    background: #fff;
    color: #ff6d00;
    font-size: 18px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    padding: 9px;
    margin: 0 13px
}

[dir=ltr] .start-now .fa-arrow-left {
    background: #fff;
    color: #ff6d00;
    font-size: 18px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    padding: 9px;
    margin: 0 13px;
    rotate: 180deg
}

.us .title {
    margin: -55px 0 91px
}

.title {
    text-align: -webkit-center;
    margin: 0 0 91px
}

.title.two {
    text-align: justify;
    margin: 15px 0
}

.title h4 {
    font-weight: 700;
    color: #000;
    font-size: 27px;
    margin: -17px 0 0
}

.title h4 img {
    width: 100px
}

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

.us img {
    width: 79%
}

.us p {
    color: #000;
    line-height: 40px;
    width: 542px;
    font-size: 18px;
    text-align: justify
}

.us .col-lg-6.col-md-6 {
    text-align: -webkit-center
}

.join .col-lg-4.col-md-4 {
    text-align: center
}

.join .col-lg-4.col-md-4 .icon {
    margin: 18px 0;
    width: 55px
}

.join .col-lg-4.col-md-4 h6 {
    color: #001684;
    font-weight: 400;
    margin: 15px 0
}

.join .col-lg-4.col-md-4 p {
    color: #8e8e8e;
    width: 67%;
    margin: 21px 18%
}

.join .col-lg-4.col-md-4.first {
    border-image: linear-gradient(38deg, rgb(0, 22, 132), rgba(255, 0, 0, 0), rgba(255, 0, 0, 0)) 1/1/0 stretch;
    border-width: 0 0 2px 3px;
    border-style: solid;
    border-right-color: #001684;
    border-top-color: #001684
}

.join .col-lg-4.col-md-4.second {
    border-bottom: 2px solid #001684;
}

.join .col-lg-4.col-md-4.third {
    border-image: linear-gradient(147deg, rgba(255, 0, 0, 0),rgba(255, 0, 0, 0),  rgb(0, 22, 132)) 1/1/0 stretch;
    border-width: 0 3px 2px 0;
    border-style: solid;
    border-left-color: #001684;
    border-top-color: #001684
}

.join .col-lg-4.col-md-4.fourth {
    border-image: linear-gradient(147deg, rgb(0, 22, 132), rgba(255, 0, 0, 0), rgba(255, 0, 0, 0)) 1/1/0 stretch;
    border-width: 1px 0 0 3px;
    border-style: solid;
    border-right-color: #001684;
    border-bottom-color: #001684
}

.join .col-lg-4.col-md-4.fifth {
    border-top: 1px solid #001684;
}

.join .col-lg-4.col-md-4.sixth {
       border-image: linear-gradient(35deg, rgba(255, 0, 0, 0),rgba(255, 0, 0, 0),  rgb(0, 22, 132)) 1/1/0 stretch;
       border-width: 1px 3px 0 0;
       border-style: solid;
       border-left-color: #001684;
}


[dir=ltr] .join .col-lg-4.col-md-4.first {
    border-image: linear-gradient(98deg, rgb(0, 22, 132), rgba(255, 0, 0, 0)) 1/1/0 stretch;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-right-color: #001684;
    border-top-color: #001684
}

[dir=ltr] .join .col-lg-4.col-md-4.second {
    border-image: linear-gradient(98deg, rgb(0, 22, 132), rgba(255, 0, 0, 0)) 1/1/0 stretch;
    border-width: 0 2px 1px;
    border-style: solid;
    border-top-color: #001684
}

[dir=ltr] .join .col-lg-4.col-md-4.third {
    border-image: linear-gradient(98deg, rgb(0, 22, 132), rgba(255, 0, 0, 0)) 1/1/0 stretch;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-left-color: #001684;
    border-top-color: #001684
}

[dir=ltr] .join .col-lg-4.col-md-4.fourth {
    border-image: linear-gradient(98deg, rgb(0, 22, 132), rgba(255, 0, 0, 0)) 1/1/0 stretch;
    border-width: 1px 0 0;
    border-style: solid;
    border-right-color: #001684;
    border-bottom-color: #001684
}

[dir=ltr] .join .col-lg-4.col-md-4.fifth {
    border-left: 2px solid #001684;
    border-right: 0 solid #001684;
    border-top: 2px solid #001684
}

[dir=ltr] .join .col-lg-4.col-md-4.sixth {
    border-right: 0 solid #001684;
    border-top: 2px solid #001684;
    border-left: 2px solid #001684
}

.how-it-started {
    padding: 60px 9% 0;
    background: url("../img/Path 6977.png") round;
    height: 658px
}

.how-it-started .card {
    border: none;
    padding: 15px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    height: 243px
}
.how-it-started .card:hover {
    background: #FF6D00;
}
.how-it-started .card:hover h6 {
    color: #fff;
}
.how-it-started .card:hover p {
    color: #fff;
}
.how-it-started .card:hover a {
    color: #fff;
}
.how-it-started .card img {
    width: 75px;
    height: 64px;
    margin: 0 0 43px
}

section {
    padding: 106px 40px 36px
}

.how-it-started .card p {
    font-size: 14px;
    margin: 8px 0;
    color: rgba(139, 139, 139, .6)
}

.how-it-started .card a {
    color: rgba(255, 109, 0, .64);
    position: absolute;
    top: 82%;
    cursor: pointer
}

.video {
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -209px
}

.video img {
    width: 773px
}

.video video {
    height: 320px;
    position: absolute;
    margin: 25px -633px 0;
    width: 493px
}

.faq {
    background: url("../img/Path 7296.png") round;
    margin: 107px 0 -33px
}

details.accordion {
    transition: all .3s ease-in-out 0s
}

details.accordion+details.accordion {
    margin-top: .25rem
}

details.accordion summary.accordion__title {
    list-style-type: none;
    cursor: pointer;
    font-size: 19px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    color: #000;
    padding: 8px 2.5rem 1.875rem .875rem;
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0nMzInIGhlaWdodD0nMzInIHZpZXdCb3g9JzAgMCAzMiAzMicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMjMuMDI0IDExLjI2M2wtNy4wMjQgNy4wMjMtNy4wMjItNy4wMjMtMy4wOTEgMy4wOTAgOC41NjkgOC41NjljMC40MTMgMC40MTMgMC45NjEgMC42NCAxLjU0NSAwLjY0czEuMTMzLTAuMjI4IDEuNTQ1LTAuNjRsOC41NjktOC41NjktMy4wOTEtMy4wOTB6JyBmaWxsPScjNTU1NTU1Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: left .75rem top .625rem;
    background-size: 1.5rem;
    align-items: center
}

details.accordion summary.accordion__title::marker,
details.accordion summary.accordion__title::-webkit-details-marker {
    display: none
}

details.accordion .accordion__content {
    padding: 0 1rem 1rem;
    color: #000f64;
    text-align: justify
}

details.accordion .accordion__content p {
    margin: -15px 0 9px;
    width: 92%;
    padding: 0 31px;
    line-height: 34px
}

details.accordion .accordion__content p+p {
    margin-top: .5em
}

details.accordion[open] summary.accordion__title {
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0nMzInIGhlaWdodD0nMzInIHZpZXdCb3g9JzAgMCAzMiAzMicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNOC45NzYgMjIuMDI1bDcuMDI0LTcuMDIzIDcuMDIyIDcuMDIzIDMuMDkxLTMuMDkwLTguNTY4LTguNTY4Yy0wLjQxMy0wLjQxMi0wLjk2MS0wLjY0LTEuNTQ1LTAuNjRzLTEuMTMzIDAuMjI4LTEuNTQ1IDAuNjRsLTguNTY5IDguNTY5IDMuMDkxIDMuMDkweicgZmlsbD0nIzU1NTU1NScvPjwvc3ZnPg==)
}

details.accordion summary.accordion__title:hover {
    color: #ff6d00
}

.faq .more {
    vertical-align: bottom;
    font-size: 20px
}

[dir=ltr] .faq .more {
    vertical-align: bottom;
    font-size: 20px;
    margin: 14px -23px
}

[dir=ltr] .faq .more i {
    rotate: 180deg
}

.faq img {
    width: 301px;
    margin: 50px 55px 108px
}

.faq .row {
    margin-top: 70px
}

.faq .title {
    text-align: -webkit-center;
    margin: 158px 0 91px
}

.card-info {
    color: #000;
    margin: 11px 0
}

.card-info h6 {
    color: #000;
    font-weight: 400;
    padding: 0 4px;
    font-size: 15px;
    height: 65px;
    cursor: pointer;
    line-height: 22px;
    overflow: hidden;
}
.card-info .details {
    display: flex;
    gap: 7px;
    align-items: flex-end;
    padding: 0 4px;
    font-weight: 800;
}

.card-info .details p {
    font-size: 12px;
}

.card-info .details p.price {
    color: #ff6d00
}
.card-info .details p.info {
    color: #000;
    font-size: 13px;
}

.card-info .details .price-us {
    unicode-bidi: normal;
    color: #8e8e8e;
    white-space: nowrap;
    font-size: 11px
}

.team-item .team-overlay .btn.btn-square.heart {
    position: absolute;
    top: 3px;
    color: #fff;
    left: 0;
    background: 0 0
}

.team-item .team-overlay .btn.add-to-cart {
    background: 0 0;
    color: #fff;
    font-size: 16px
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px
}

.team-item img {
    width: 100%;
    height: 214px;
}

.footer .col-md-2 {
    width: 21.6667%
}

.copyright {
    display: flex;
    justify-content: space-between
}

.copyright a {
    font-size: 12px;
    margin: 0 4px
}

.footer i {
    background: #fff;
    color: #001684;
    border-radius: 50%;
    font-size: 14px;
    width: 23px;
    height: 22px;
    padding: 5px 6px;
    margin: 0 4px
}

.copyright a:hover,
.footer a:hover {
    color: #ff6d00
}

.f-dropdown {
    --max-scroll: 3;
    position: relative;
    z-index: 10
}

.f-dropdown select {
    display: none
}

.f-dropdown>span {
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;
    color: #bbb;
    border: none;
    background: #fff;
    transition: color .2s ease 0s, border-color .2s ease 0s
}

.f-dropdown>span>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px;
    font-size: 12px
}

.f-dropdown>span img {
    width: 30px;
    margin-right: 10px
}

.f-dropdown>span::before,
.f-dropdown>span::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    right: 12px;
    background: #000;
    transition: all .3s ease 0s
}

.f-dropdown>span::before {
    margin-right: 4px;
    transform: scale(.96, .8) rotate(50deg)
}

.f-dropdown>span::after {
    transform: scale(.96, .8) rotate(-50deg)
}

.f-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-height: calc(var(--max-scroll) * 94px);
    top: 40px;
    left: 0;
    z-index: 1;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden auto;
    transform-origin: 0 0;
    transition: opacity .2s ease 0s, visibility .2s ease 0s, transform .3s cubic-bezier(.4, .6, .5, 1.32) 0s;
    transform: translate(0px, 5px)
}

.f-dropdown ul li {
    padding: 0;
    margin: 0
}

.f-dropdown ul li a {
    cursor: pointer;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    outline: none;
    position: relative;
    transition: all .2s ease 0s;
    display: flex;
    align-items: center
}

.f-dropdown ul li a img {
    width: 30px;
    margin-right: 10px
}

.f-dropdown ul li a:hover {
    color: #5c6bc0
}

.f-dropdown ul li.active {
    color: #fff;
    background: #303f9f
}

.f-dropdown ul li.active a::before,
.f-dropdown ul li.active a::after {
    --scale: 0.6;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 12px;
    top: 50%;
    opacity: 0;
    background: #fff;
    transition: all .2s ease 0s
}

.f-dropdown ul li.active a::before {
    transform: rotate(45deg) scale(var(--scale))
}

.f-dropdown ul li.active a::after {
    transform: rotate(-45deg) scale(var(--scale))
}

.f-dropdown ul li.active a:hover::before,
.f-dropdown ul li.active a:hover::after {
    --scale: 0.9;
    opacity: 1
}

.f-dropdown ul li:first-child a {
    border-radius: 6px 6px 0 0
}

.f-dropdown ul li:last-child a {
    border-radius: 0 0 6px 6px
}

.f-dropdown.disabled {
    opacity: .7
}

.f-dropdown.disabled>span {
    cursor: not-allowed
}

.f-dropdown.filled>span {
    color: #000
}

.f-dropdown.open {
    z-index: 15
}

.f-dropdown.open>span {
    border-color: #aaa
}

.f-dropdown.open>span::before,
.f-dropdown.open>span::after {
    background: #000
}

.f-dropdown.open>span::before {
    transform: scale(.96, .8) rotate(-50deg)
}

.f-dropdown.open>span::after {
    transform: scale(.96, .8) rotate(50deg)
}

.f-dropdown.open ul {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 12px);
    transition: opacity .3s ease 0s, visibility .3s ease 0s, transform .3s cubic-bezier(.4, .6, .5, 1.32) 0s
}

.f-group {
    max-width: 246px;
    margin: 0 -28px 0 31px;
    text-align: left
}

.f-group select {
    width: 100%
}

.f-control {
    font-size: 14px;
    line-height: normal;
    color: #000;
    display: inline-block;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    outline: none;
    max-width: 250px
}

.notification-drop {
    font-family: Ubuntu, sans-serif;
    color: #444
}

.notification-drop .item {
    padding: 10px;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #ddd
}

.notification-drop .item:hover {
    cursor: pointer
}

.notification-drop .item i {
    margin-left: 10px;
    margin-top: 24px
}

.notification-drop .item svg {
    margin-top: 12px
}

.notification-drop .item ul {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    left: -200px;
    right: -109px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 2px, rgba(0, 0, 0, .07) 0 2px 4px, rgba(0, 0, 0, .07) 0 4px 8px, rgba(0, 0, 0, .07) 0 8px 16px, rgba(0, 0, 0, .07) 0 16px 32px, rgba(0, 0, 0, .07) 0 32px 64px;
    list-style: none;
    min-width: 304px;
    max-width: 320px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-bottom: 17px;
    max-height: 820px;
    overflow-x: hidden
}

.notificate ul li {
    font-size: 12px;
    padding: 9px 1px 18px 0;
    white-space: normal;
    color: #000;
    font-family: Cairo;
    margin: -19px 0 14px;
    width: 300px;
    border-bottom: 1px solid rgba(221, 221, 221, .69)
}

.notificate ul li span {
    float: left;
    margin: -11px 15px 0;
    color: rgba(0, 0, 0, .5)
}

.notificate ul li:hover {
    background: #ddd;
    color: rgba(0, 0, 0, .8)
}

.notification-bell {
    font-size: 20px
}

.btn__badge {
    background: #ff5d5d;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: -14px;
    padding: 2px 7px;
    border-radius: 50%;
    margin: 0 -8px
}

.pulse-button {
    box-shadow: rgba(255, 0, 0, .5) 0 0 0 0
}

.notification-text {
    font-size: 14px;
    font-weight: 700
}

.notification-text span {
    float: right
}

.navbar-nav.ms-auto {
    display: flex;
    gap: 4%;
    align-items: center
}

.nav-item.nav-link.notification,
.nav-item.nav-link.cart {
    width: 10px
}

.search-container form input {
    border: none;
    width: 672px;
    background: #fafafa;
    height: 35px;
    padding: 0 26px 0 0;
    color: #707070;
    border-radius: 5px
}

.search-container form button i {
    color: #fff
}

.search-container form button {
    background: #ff6d00;
    border: none;
    width: 43px;
    position: absolute;
    height: 35px;
    margin: 0 -43px;
    border-radius: 5px 0 0 5px
}

form .search-container input {
    border: none;
    width: 672px;
    background: #fafafa;
    height: 35px;
    padding: 0 26px 0 0;
    color: #707070;
    border-radius: 5px
}

form .search-container button i {
    color: #fff
}

form .search-container button {
    background: #ff6d00;
    border: none;
    width: 43px;
    position: absolute;
    height: 35px;
    margin: 0 -43px;
    border-radius: 5px 0 0 5px
}

.nav-item.nav-link.notification .btn__badge {
    top: 17px
}

.nav-item.nav-link.cart .btn__badge {
    top: 8px
}

.navbar-nav svg,
.navbar-nav i {
    color: #8e8e8e
}

.navbar-nav.ms-auto {
    display: flex;
    gap: 3%;
    align-items: center
}

.navbar-light.sticky-top.two {
    top: -100px;
    transition: all .5s ease 0s;
    height: 65px;
    margin: 0 15%;
    width: 1120px
}

.search-container form input {
    border: none;
    width: 462px;
    background: #fafafa;
    height: 35px;
    padding: 0 26px 0 0;
    color: #707070;
    border-radius: 5px
}

form .search-container input {
    border: none;
    width: 462px;
    background: #fafafa;
    height: 35px;
    padding: 0 26px 0 0;
    color: #707070;
    border-radius: 5px
}

.field-icon {
    float: left;
    margin-left: 24px;
    margin-top: -43px;
    position: relative;
    z-index: 2;
    font-size: 19px
}

[dir=ltr] .field-icon {
    float: right;
    margin-right: 24px;
    margin-top: -43px;
    position: relative;
    z-index: 2;
    font-size: 19px
}

.statistics .col-lg-12 .row {
    gap: 12%
}

.control-label {
    color: #000;
    white-space: nowrap;
    font-weight: 600
}

.statistics .search-container form input {
    width: 96%;
    height: 45px;
    padding: 0 35px;
    border-radius: 20px 0 0 20px
}

.statistics .search-container form button {
    color: #fff;
    height: 45px;
    width: 76px;
    border-radius: 20px 0 0 20px;
    margin: 0 -72px
}

[dir=ltr] .statistics .search-container form button {
    width: 76px;
    border-radius: 0 20px 20px 0
}

.products-details .col-lg-12 .row {
    gap: 12%
}

.products-details form .search-container input {
    width: 96%;
    height: 45px;
    padding: 0 35px;
    border-radius: 20px 0 0 20px;
    margin: 0
}

.products-details form .search-container button {
    color: #fff;
    height: 45px;
    width: 76px;
    border-radius: 20px 0 0 20px;
    margin: 0 -72px 0 0
}

.login .col-md-6 {
    text-align: -webkit-center
}

.login h4 {
    margin: 0 0 51px
}

.login form {
    margin-top: 25px
}

.login form .control-label {
    color: #000;
    font-weight: 700;
    text-align: start
}

.form-control {
    background: #fafafa;
    border: none;
    height: 50px;
    border-radius: 5px;
    margin: 10px 0
}

.login form span {
    color: #565656;
    unicode-bidi: plaintext;
    cursor: pointer
}

.login form button {
    background: #ff6d00;
    color: #fff;
    border: none;
    height: 48px;
    width: 170px;
    margin: 25px 0 18px;
    border-radius: 17px
}

.login form p {
    color: #000
}

.login form a {
    width: 100%;
    color: #ff6d00 !important;
    cursor: pointer
}

.login .col-md-6 img {
    width: 500px;
    margin: 56px 0
}

.login img.user {
    width: 106px;
    border-radius: 50%;
    margin: 0
}

.login form .col-md-8.forget-pass {
    text-align: start;
    margin: 23px 0 0
}

.notification-drop {
    display: flex;
    width: 71px;
    list-style: none;
    justify-content: flex-end
}

.notification-drop .item {
    border: none
}

.notificate h6 {
    color: #000;
    margin: 3px 1px 20px;
    border-bottom: 1px solid rgba(221, 221, 221, .69);
    padding: 0 0 11px
}

.tog {
    font-family: Cairo;
    position: absolute;
    background: #fff;
    width: 294px;
    font-size: 14px;
    margin: 0 -13px 0 0;
    height: 30px;
    padding: 7px 10px 0;
    bottom: 0;
    font-weight: 400;
    font-size: 12px
}

#tog,
#content {
    display: none
}

#tog:checked+#content {
    display: block
}

header {
    padding: 12px 0 0 39px;
    height: 51px;
    background: #e5e7f2;
    color: #565656;
    margin: 0 0 -70px
}

[dir=ltr] header {
    padding: 12px 39px;
    height: auto;
    background: #e5e7f2;
    color: #565656;
    margin: 0 0 -70px
}

[dir=ltr] .page-link i {
    rotate: 180deg
}

header a {
    color: #565656;
    margin: 0 18px
}

header a.active {
    padding: 0 0 13px;
    color: #565656;
    font-weight: 700
}

header button {
    color: #001684;
    background: 0 0;
    border: none;
    margin: 0 0 20px;
    white-space: nowrap;
}

header button img {
    width: 12px;
    margin: 0 1px;
}

.delete-row {
    color: red;
    font-weight: 700;
    border: none;
    background: 0 0
}

.table-btn .edit {
    color: #625cd4
}

.table-btn button {
    background: 0 0;
    border: none
}

.modrator td {
    color: #565656
}

.modrator th {
    color: #001684
}

.products h3 a {
    color: #001684;
    font-size: 25px
}

.products h3 {
    margin: -16px 0
}

.products .d-flex {
    margin: 0 0 -53px
}

.statistics .row {
    row-gap: 52px;
    justify-content: center
}

.statistics .card {
    height: 208px;
    padding: 0;
    color: #001684;
    box-shadow: rgba(0, 0, 0, .1) 0 20px 25px -5px, rgba(0, 0, 0, .04) 0 10px 10px -5px;
    place-content: center;
    text-align: center;
    border: none;
    border-radius: 20px
}

.statistics h5 {
    color: #001684;
    font-size: 20px
}

.statistics {
    padding: 106px 7%
}

.statistics h6 {
    color: #001684;
    font-size: 20px
}

.statistics hr {
    color: #ff6d00;
    height: 3px;
    opacity: 1;
    width: 42px;
    place-self: center;
    border-radius: 24px
}

.statistics .blue hr {
    color: #001684;
    height: 3px;
    opacity: 1;
    width: 42px;
    place-self: center;
    border-radius: 24px
}

.statistics img {
    width: 63px;
    place-self: center;
    margin-top: 29px
}

[dir=ltr] .statistics img {
    width: 63px;
    place-self: center;
    margin-top: 29px;
    rotate: 180deg
}

.statistics .search-container form i {
    position: absolute;
    margin: 15px;
    color: rgba(112, 112, 112, .67)
}

.products-details {
    padding: 106px 6%
}

.products-details .orders table tbody tr td span {
    width: 128px;
    margin: 0 -9px 0 -60px;
    height: max-content;
}

.products-details form .search-container i {
    position: absolute;
    margin: 15px;
    color: rgba(112, 112, 112, .67)
}

header .notification-drop {
    display: flex;
    width: auto;
    list-style: none;
    z-index: 1000;
    justify-content: flex-end;
    font-family: Cairo
}

.forget-pass {
    text-align: -webkit-center
}

.forget-pass img {
    width: 306px
}

.forget-pass h6 {
    color: #000;
    line-height: 38px;
    margin: 27px 0
}

.forget-pass h4 {
    margin: 0 0 52px
}

.forget-pass button {
    background: #ff6d00;
    color: #fff;
    border: none;
    height: 48px;
    width: 196px;
    margin: 25px 0 18px;
    border-radius: 17px
}

.forget-pass .form-control {
    width: 356px
}

.forget-pass .field-icon {
    float: left;
    margin-left: 0;
    margin-top: -38px;
    z-index: 2;
    position: absolute;
    font-size: large;
    margin-right: 138px;
    cursor: pointer
}

[dir=ltr] .forget-pass .field-icon {
    float: right;
    margin-right: 0;
    margin-top: -38px;
    z-index: 2;
    position: absolute;
    font-size: large;
    margin-left: 138px;
    cursor: pointer
}

table {
    font-family: Cairo;
    border-collapse: collapse;
    width: 100%
}

th {
    background: #e5e7f2;
    color: #001684
}

td,
th {
    border: none;
    text-align: center;
    padding: 8px;
    color: #000
}

tr {
    background-color: #f9f9f9;
    border-top: 1px solid rgba(108, 117, 125, .06)
}

table .form-control:disabled,
table .form-control:read-only {
    background-color: #e5e7f2;
    opacity: 1;
    color: #000;
    text-align: center;
    font-weight: 700;
    width: auto;
    margin: 2px 16px 0 -70px
}

td.img {
    display: flex;
    flex-direction: column;
    width: 291px;
    margin: 0 0 0 -94px
}

td.img img {
    width: 58px;
    place-self: center
}

.end-of-section {
    display: flex;
    color: #000;
    font-weight: 700
}

.end-of-section .col-lg-4.l {
    margin-top: 29px
}

.end-of-section .col-lg-4 {
    display: flex;
    align-items: center;
    gap: 15px
}

.end-of-section .col-lg-4 .form-group {
    display: flex;
    gap: 17px;
    align-items: center;
    width: 100%
}

.end-of-section .col-lg-3 {
    display: flex;
    align-items: center;
    gap: 15px
}

.end-of-section .col-lg-3 .form-group {
    display: flex;
    gap: 17px;
    align-items: center;
    width: 100%;
    margin: 23px 7px
}

input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 8px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #0e74bd;
    border-image: initial;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}
.recovery {
    padding: 45px 40px 36px;
}
.recovery .form-group {
    margin: 25px 0 0
}

.recovery .form-control.l {
    width: 54%
}

.end-of-section .form-control {
    text-align: center;
    font-weight: 700;
    color: #000
}

header ul {
    display: flex;
    list-style: none
}

.submit button {
    background: #ff6d00;
    color: #fff;
    border: none;
    height: 44px;
    width: 154px;
    border-radius: 21px;
    margin: 22px 0
}
.edit-data {
    padding: 40px 40px 36px;
}

.edit-data img.user {
    width: 149px;
    border-radius: 50%;
    margin: 22px 0
}

.done {
    text-align: center;
    margin-top: 8%
}

.done img {
    width: 339px;
    margin: -35px 0 34px
}

.done h5 {
    color: #000
}

.done p {
    margin: 32px 0 16px
}

.done button {
    background: #ff6d00;
    color: #fff;
    border-radius: 15px;
    border: none;
    height: 45px;
    width: 182px;
    margin: 22px 0
}

.done.two img {
    width: 500px
}

.done.two h5 {
    font-size: 30px
}

.policy h5 {
    color: #000;
    margin: 46px 0 33px;
    font-size: 18px
}

.policy p {
    line-height: 36px;
    width: 100%;
    color: #7d7d7d
}

.policy .title.two {
    margin: -35px 0 0
}

.policy {
    padding: 106px 103px
}

.login .sign-up form {
    margin-top: 25px;
    padding: 0 102px
}

.login .sign-up form .form-group {
    text-align: justify;
    margin: 0 0 15px
}

.contact-us {
    padding: 41px 60px
}

.contact-us h4 {
    color: #ff6d00;
    margin: 23px 0
}

.contact-us p {
    color: #959595;
    margin: 23px 0
}

.contact-us button {
    background: #ff6d00;
    color: #fff;
    border: none;
    width: 181px;
    height: 47px;
    border-radius: 17px;
    margin: 19px 0 0
}

.contact-us img {
    width: 75%;
    margin: 28px 15%
}

.accounts ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-bottom: 4px solid #e4e4e4;
    height: 60px;
    color: #000;
    font-weight: 700;
    padding: 0
}

.accounts ul li a {
    color: #000
}

.accounts ul li.active {
    color: #001684;
    border-bottom: 5px solid #001684;
    height: 59px;
    width: 24%;
    text-align: center
}

.accounts th {
    color: #001684;
    border: 1px solid #c7c1c1
}

.accounts tr {
    border: 1px solid #c7c1c1
}

.accounts tr td {
    border: 1px solid #c7c1c1;
    color: #565656
}

.accounts {
    padding: 106px 100px
}

.accounts .table {
    padding: 0 58px
}

.orders tr th {
    background: #e5e7f2;
    color: #001684
}

.orders tr td a {
    color: #606060
}

.orders .activemode {
    width: max-content;
    height: 44px;
    background-color: #ff6d00;
    border-radius: 5px;
    top: -62px;
    left: -32px;
    padding: 0 12px
}

.orders .postion .active {
    background-color: #ff6d00;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px
}

.orders .arrow-massege {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
    border-color: #ff6d00 transparent transparent;
    left: 35px;
    margin-top: -13px;
    position: absolute
}

.orders .iconsvg small {
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

.orders .iconsvg small {
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

.orders .text-dark {
    color: #111 !important
}

.orders .iconsvg.two {
    margin: 1px 28px 0 0
}

.orders .iconsvg.six {
    margin: 1px 26px 0 -23px
}

.orders .postion .iconsvg1 {
    text-align: center;
    padding: 9px;
    height: 43px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    background: #fff;
    width: fit-content;
    border-radius: 50%
}

.orders .text-success {
    color: #ff6d00 !important
}

.orders .text-success.disable {
    color: #565656 !important
}

.orders .first-btn.disable {
    background: rgba(199, 193, 193, .19);
    color: #565656;
    border-radius: 20px;
    border: none;
    height: 40px;
    width: 170px
}

.orders .Second-btn.disable {
    background: #c7c1c1;
    color: #fff;
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 170px
}

.orders .first-btn {
    background: rgba(255, 109, 0, .2);
    color: #ff6d00;
    border-radius: 20px;
    border: none;
    height: 40px;
    width: 170px
}

.orders .Second-btn {
    background: #ff6d00;
    color: #fff;
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 170px
}

.orders .last {
    padding: 18px 14px;
    text-align: end
}

.orders table tbody tr td .last span {
    margin: 0;
}

.orders .last .text-success {
    text-decoration: underline
}

.orders .postion {
    top: -20px;
    left: 0;
    width: 100%
}

.orders .lineorder {
    height: 4px;
    border-radius: 50px;
    background-color: rgba(170, 170, 170, .61) !important
}

.productslist .card {
    background: #fafafa;
    border: none;
    padding: 16px;
    border-radius: 5px;
    margin: 1px 0
}

.productslist .card img {
    width: 167px;
    border-radius: 5px;
    height: 167px;
    margin: 0 28px
}

.productslist .card-info h6 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 18px
}

.productslist .fav {
    color: #8e8e8e;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 43px;
    height: 40px;
    margin: 14px 0
}

.productslist .add-to-cart {
    background: #ff6d00;
    color: #fff;
    border: none;
    border-radius: 15px;
    width: 165px;
    height: 41px;
    margin: 28px -115px
}

.productslist .title {
    text-align: -webkit-center;
    margin: 0 0 39px
}

.mo-nav {
    display: none
}

.start-now a {
    font-size: 18px
}

.carousel-inner img {
    width: 100%;
    height: 500px
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ddd;
    border: none;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 20px;
    height: 6px;
    margin: 5px;
    background-color: #ff6d00
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -34px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
    width: 100%
}

.carousel-caption .btn {
    text-shadow: none;
    background: 0 0;
    border: none
}

.w3-teal,
.w3-hover-teal:hover {
    color: #fff !important;
    background-color: #001684 !important
}

.w3-sidebar {
    height: 100%;
    width: 277px;
    background-color: #fff;
    z-index: 10000;
    overflow: auto;
    position: fixed !important
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 12px 18px;
    text-align: justify;
    border: none;
    font-size: 15px;
    white-space: normal;
    float: none;
    outline: 0;
    font-family: Cairo;
    color: #000
}

.w3-btn,
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-xlarge {
    font-size: 24px !important
}

.w3-large {
    font-size: 18px
}

.w3-teal,
.w3-hover-teal:hover {
    color: #001684 !important;
    background-color: #fff !important
}

.login-btn,
.sign-up-btn {
    height: 32px;
    margin: 0 16px 0 0;
    border-radius: 17px;
    width: 104px;
    font-size: 13px
}

.carousel-control .fas {
    margin-top: 208px;
    background: rgba(0, 0, 0, .74);
    width: 44px;
    height: 44px;
    padding: 12px 0
}

/* .warpper {
    flex-direction: column
} */

.tab {
    cursor: pointer;
    padding: 10px 17px 0 77px;
    margin: 22px 2px;
    background: #fff;
    display: inline-block;
    color: #000;
    border-radius: 3px 3px 0 0;
}

.panels {
    background: rgba(255, 255, 255, .965);
    min-height: 200px;
    width: 100%;
    max-width: 625px;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px
}

.panel {
    display: none;
    animation: .8s ease 0s 1 normal none running fadein
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: 700
}

/* .radio {
} */

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
    display: block
}

/* #two.radio {
}

#one.radio {
    /* margin: 38px 29px; */

.panel .form-control {
    background: #fafafa;
    border: 1px solid #c7c1c1;
    height: 50px;
    border-radius: 5px;
    margin: 10px 0
}

.verification {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    place-content: center
}

.verification {
    --w-width: 300px;
    --w-height: 325px;
    height: var(--m-height);
    width: var(--m-width)
}

.verification,
.verification__wrap,
.verification__fields,
.verification__field,
.verification__verify {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    place-content: center
}

.verification__wrap,
.verification__fields,
.verification__field,
.verification__header,
.verification__verify,
.verification__timeout {
    padding: 0;
    margin: 0;
    width: var(--w-width)
}

.verification__wrap {
    justify-content: space-between;
    flex-direction: column
}

.verification__title {
    padding: 0;
    margin: 0 0 12px
}

.verification__description {
    text-align: justify;
    line-height: 1.6rem;
    font-size: .9rem;
    margin: 0
}

.verification__header {
    height: 35%
}

.verification__fields {
    height: 25%
}

.verification__verify {
    height: 25%
}

.verification__verify p {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    place-content: center
}

.verification__verify p,
.verification__verify_btn {
    width: 100%;
    height: 100%
}

.verification__verify_btn {
    margin: 32px 0 0;
    border: none;
    outline: none;
    stroke: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 18px;
    height: 44px;
    padding: 8px 16px;
    font-size: 1.25rem;
    background: #ff6d00;
    color: #fff;
    width: 124px
}

.verification__verify_btn:hover {
    transform: scale(1.05)
}

.verification__verify_btn:active {
    transform: scale(.95)
}

.verification__field {
    justify-content: space-between;
    letter-spacing: 1.7px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    stroke: none;
    box-shadow: none;
    width: 100%;
    height: 60px
}

.verification__field:hover,
.verification__field:focus {
    box-shadow: none
}

.verification__input {
    letter-spacing: 1.7px;
    margin: 0;
    border: none;
    outline: none;
    stroke: none;
    box-shadow: none;
    transition: all .2s ease-out 0s;
    width: 50px;
    height: 50px;
    border-radius: 9px;
    padding: 16px 0;
    text-align: center;
    font-family: var(--font-family);
    font-size: 2rem;
    font-weight: 700;
    background: #f9f9f9
}

.verification__input:hover {
    box-shadow: 0 0 0 .25rem var(--color-input-hover)
}

.verification__input:focus {
    box-shadow: 0 0 0 .25rem var(--color-input-focus)
}

.verification__timeout {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    place-content: center;
    height: 45px
}

.verification__timeout p {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: .9rem;
    text-align: center;
    padding: 4px 2px 4px 4px
}

.verification__timeout strong {
    display: inline-block;
    width: 55px;
    color: #ff6d00;
    margin: 22px 0 -1px
}

.verification__timeout,
.verification__header,
.verification__fields {
    margin-right: 0;
    margin-left: 0
}

.verification__send_new {
    border: none;
    outline: none;
    stroke: none;
    box-shadow: none;
    cursor: pointer;
    width: auto;
    height: 25px;
    border-radius: 15px;
    inset: 50% 0 0;
    padding: 5px 2px;
    background: 0 0;
    color: inherit;
    font: inherit;
    transition: top .5s ease .1s, height .5s ease .1s, transform .3s ease 0s, background .3s ease 0s
}

.verification--timed-out {
    position: relative
}

.verification--timed-out .verification__send_new {
    border: none;
    outline: none;
    stroke: none;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    color: var(--color-white);
    font-weight: 700
}

.verification--timed-out .verification__send_new:hover {
    transform: scale(1.05)
}

.verification--timed-out .verification__send_new:active {
    transform: scale(.95)
}

@media(max-width: 375px) {
    .verification {
        --m-width: 350px;
        --m-height: 325px;
        --w-width: 300px;
        --w-height: 325px;
        margin-top: -75px
    }

    .verification__input {
        width: 55px;
        height: 55px;
        padding: 8px 0;
        font-size: 1.5rem
    }
}

.theme {
    border: none;
    outline: none;
    stroke: none;
    box-shadow: none;
    cursor: pointer;
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 95px;
    height: 35px;
    border-radius: 50px;
    padding: 9px;
    color: var(--color-white);
    background: var(--color-secondary);
    opacity: .3
}

.theme:hover {
    background: var(--color-primary);
    opacity: 1
}

.otp {
    text-align: -webkit-center
}

.otp img {
    width: 306px
}

.otp h6 {
    color: #000;
    line-height: 38px;
    margin: 27px 0
}

.otp h4 {
    margin: 0 0 52px
}

.Customized .form-control {
    width: fit-content;
    background: 0 0;
    color: #001684
}

.add-new-order button {
    background: #ff6d00;
    color: #fff;
    border: none;
    height: 45px;
    width: 168px;
    border-radius: 18px;
    margin: -26px 0
}

.add-new-order button i {
    color: #ff6d00;
    background: #fff;
    width: 20px;
    border-radius: 50%;
    font-size: 10px;
    height: 16px;
    padding: 4px 0 0;
    margin: 0 6px
}

.coment {
    width: 62%;
    height: auto;
    background-color: #fff;
    text-align: justify;
    border-radius: 21px;
    margin-right: 10px;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    color: #565656
}

.headOrder {
    text-align: justify;
    background-color: #c7c1c1 !important;
    border-radius: 5px !important
}

.imgUser img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.order-details .orders th p {
    color: #001684;
    padding: 11px 25px 0;
    font-size: 20px;
    unicode-bidi: normal
}

.datauser h6 {
    color: #001684;
    margin: 18px 40px
}

.datauser {
    text-align: justify
}

.datauser .list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: justify
}

.datauser .list-unstyled li {
    color: #565656;
    line-height: 38px
}

.coment h6 {
    color: #565656;
    margin: 6px 0
}

.coment span {
    font-weight: 400;
    font-size: 14px;
    color: #c7c1c1;
    margin: 0 10px
}

.coment small {
    float: left;
    padding: 0 12px
}

.commentUser {
    margin-bottom: 45px
}

.order-details .submit {
    display: flex
}

.order-details table .form-control:disabled,
table .form-control:read-only {
    color: #001684
}

.collapsible {
    background-color: #f9f9f9;
    color: #001684;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: justify;
    outline: none;
    font-size: 19px;
    font-weight: 700
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1
}

.collapsible i {
    background: rgba(25, 135, 84, .26);
    width: 33px;
    text-align: center;
    border-radius: 50%;
    height: 28px;
    padding: 4px
}

.team-item .btn-square.heart {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff
}

.team-item .position-relative {
    cursor: pointer
}

.team-item .btn-square.heart.active {
    color: red;
    cursor: pointer
}

.team-item .btn-square.heart.active svg {
    cursor: pointer
}

.phone-num {
    display: flex;
    background: #fafafa;
    height: 56px;
    margin-top: 11px;
    border-radius: 5px
}

.login label {
    cursor: pointer
}

.phone-num .form-control {
    background: #fafafa;
    border: none;
    height: 50px;
    border-radius: 5px;
    margin: 7px 0
}

.phone-num .col-md-3 {
    width: 16%;
    border-radius: 0 5px 5px 0;
    height: 10px;
    margin: 20px 10px 0 -7px;
    padding: 0;
    height: 44px
}

.phone-num .col-md-3 img {
    width: 23px;
    margin: -4px 0 0 7px
}

.resend {
    color: #000;
    text-decoration: underline;
    margin-top: 13px
}

.c {
    display: flex;
    align-items: center;
    height: auto;
    width: 100%
}

.dd {
    z-index: 1;
    position: relative;
    display: inline-block
}

.dd-a {
    padding: 10px;
    background: #fff;
    position: relative;
    transition-duration: .2s;
    -webkit-transition-duration: .2s
}

.dd input:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    display: block;
    background: #c63d0f;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition-duration: .2s;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    -webkit-transition-duration: .2s
}

.dd input {
    top: 0;
    opacity: 0;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    height: 100%;
    width: 100%
}

.dd input:hover {
    cursor: pointer
}

.dd input:hover~.dd-a {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75)
}

.dd input:checked:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1)
}

.dd input:checked~.dd-c {
    transform: scaleY(1);
    -webkit-transform: scaleY(1)
}

.dd-a span {
    color: #000;
    font-size: 13px
}

.dd-c {
    display: block;
    position: absolute;
    background: #fff;
    height: auto;
    transform: scaleY(0);
    transform-origin: top left;
    width: fit-content;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 13px;
    border-radius: 0 0 5px 5px
}

.dd-c ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.dd-c li {
    margin-bottom: 5px;
    word-break: keep-all;
    white-space: nowrap;
    display: block;
    position: relative
}

.dd-c .form-control {
    background: #f5f5f5;
    border: none;
    height: 41px;
    border-radius: 5px;
    margin: 2px 0 11px;
    font-size: 11px
}

.dd-c .submit button {
    background: #ff6d00;
    color: #fff;
    border: none;
    height: 29px;
    width: 100%;
    border-radius: 9px;
    margin: 0 0 4px
}

.c.cart .dd-c {
    width: 317px;
    padding: 18px
}

.c.cart img {
    width: 64px;
    border-radius: 5px;
    height: 71px;
    margin: 0 -5px 0 12px
}

.c.cart p {
    font-size: 13px;
    color: #000
}

.c.profile .dd-c {
    width: max-content
}

.c.profile img {
    border-radius: 50%;
    width: 59px;
    height: 59px;
    margin: 0 0 0 12px
}

.c.profile .dd-c h5 {
    font-size: 14px;
    color: #000;
    margin: 9px 0
}

.c.profile .dd-c a {
    font-size: 11px
}

.c.profile .dd-c p {
    font-size: 12px;
    margin: 7px 13px;
    color: #001684
}

.c.profile .dd-c .log-out {
    color: red;
    font-size: 12px;
    cursor: pointer
}

.c.profile .dd-c .d-flex.flex-row {
    border-bottom: 1px solid rgb(128 128 128/17%);
    padding: 0 0 19px;
    margin: 0 0 13px
}

.ctrl {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    border: 1px solid #d5dce6;
    background-color: #fff;
    border-radius: 20px;
    height: 26px;
    font-size: 18px;
    width: fit-content;
    background: #fff;
    padding: 8px;
    margin: -11px 0 0;
    cursor: pointer
}

.ctrl__counter {
    position: relative;
    width: 33px;
    height: 47px;
    color: #000;
    text-align: center;
    overflow: hidden
}

.ctrl__counter.is-input .ctrl__counter-num {
    opacity: 0;
    transition: opacity 100ms ease-in
}

.ctrl__counter.is-input .ctrl__counter-input {
    opacity: 1;
    transition: opacity 100ms ease-in
}

.ctrl__counter-input {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    box-shadow: none;
    outline: none;
    border: none;
    color: #333c48;
    font-size: 19px;
    line-height: 4px;
    text-align: center;
    opacity: 0;
    transition: opacity 100ms ease-in
}

.ctrl__counter-num {
    position: absolute;
    z-index: 1;
    top: 0;
    font-size: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 51px;
    opacity: 1;
    transition: opacity 1000ms ease-in
}

.ctrl__counter-num.is-increment-hide {
    opacity: 0;
    transform: translateY(-50px);
    -webkit-animation: increment-prev 100ms ease-in;
    animation: increment-prev 100ms ease-in
}

.ctrl__counter-num.is-increment-visible {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation: increment-next 100ms ease-out;
    animation: increment-next 100ms ease-out
}

.ctrl__counter-num.is-decrement-hide {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: decrement-prev 100ms ease-in;
    animation: decrement-prev 100ms ease-in
}

.ctrl__counter-num.is-decrement-visible {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation: decrement-next 100ms ease-out;
    animation: decrement-next 100ms ease-out
}

.ctrl__button {
    width: 16px;
    line-height: 0;
    text-align: center;
    color: #000;
    cursor: pointer
}

.ctrl__button:hover {
    background-color: #90a2b0;
    transition: background-color 100ms ease-in
}

.ctrl__button:active {
    background-color: #778996;
    transition: background-color 100ms ease-in
}

.ctrl__button--decrement {
    border-radius: 0
}

.ctrl__button--increment {
    border-radius: 5px 0 0 5px
}

.c.cart p.price {
    color: #ff6d00;
    margin: 3px 0
}

.c.cart .dd-c span {
    color: #000;
    font-size: 13px
}

.c.cart .dd-c .submit button {
    background: #ff6d00;
    color: #fff;
    border: none;
    height: 29px;
    width: 111px;
    border-radius: 24px;
    margin: 23px 25% 4px;
    font-size: 12px
}

.c.cart .dd-c h6 {
    color: #000;
    margin: 0 0 21px
}

.second-nav ul {
    display: flex;
    list-style: none;
    gap: 38px;
    padding: 0;
    align-items: center;
    margin: 0
}

.second-nav {
    box-shadow: 0 12px 10px -15px #11111163
}

[dir=ltr] .second-nav {
    box-shadow: 0 12px 10px -15px #11111163;
    margin: 0 25px
}

.second-nav li a {
    color: #000
}

.second-nav li.active {
    border-bottom: 2px solid #ff6d00;
    padding: 10px 0 8px
}

.second-nav li.active a {
    color: #ff6d00
}

header .active a {
    font-weight: 700
}

header .form-control:disabled,
header .form-control:read-only {
    background-color: #e5e7f2;
    opacity: 1
}

header .form-control {
    border: none;
    height: 50px;
    border-radius: 5px;
    margin: -11px 17px;
    color: #444444;
}

header .form-group {
    margin: 0 6px
}

fieldset {
    border: 1px solid #ccc;
    padding: 20px
}

.account .form-check .form-check-input {
    margin-left: -1.5em;
    float: right
}

.account th,
.account table label {
    color: #001684
}

.account td {
    background: #fafafa;
    color: #7d7d7d
}

.account tr {
    border: 2px solid #fff
}

.features h4 {
    color: #000;
    margin: 0 0 10px
}

.features {
    margin: 28px 0 -92px
}

.features p {
    width: 421px;
    line-height: 40px
}

#slideshow {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 453px
}

#slides {
    position: relative;
    width: 80%;
    overflow: hidden
}

#gallery {
    position: relative;
    width: 20%;
    overflow: auto
}

#slides img,
#gallery img {
    width: 100%;
    height: 100%
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s linear
}

.slide.index {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .4s linear
}

.slide.show {
    opacity: 1;
    z-index: 1000
}

.thumbnail {
    height: 92px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 0 5px 7px
}

.slide-btn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    font-size: 40px;
    color: #000;
    background: 0 0;
    cursor: pointer;
    transition: all .4s linear;
    z-index: 1000
}

.slide-btn:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.next {
    right: 0
}

.prev {
    left: 0
}

.open-button {
    padding: 10px 22px;
    background-color: #00000080;
    color: #fff;
    font-size: 16px;
    max-width: 261px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 28px
}

.chat-popup {
    display: none;
    position: fixed;
    bottom: 43px;
    right: 39px;
    z-index: 10000
}

.chat-popup .form-container {
    width: 349px;
    padding: 0;
    border-radius: 20px;
    background-color: #fff;
    color: #777;
    height: 500px;
    overflow: auto
}

.chat-popup .form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px;
    border: none;
    border-radius: 20px;
    background: #ddd;
    resize: none;
    min-height: 200px;
    color: #777
}

.chat-popup .form-container textarea:focus {
    background-color: #ddd;
    outline: none
}

.chat-popup .form-container .btn {
    background-color: #04aa6d;
    color: #fff;
    font-size: 17px;
    padding: 9px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 40%;
    margin-bottom: 16px
}

.chat-popup .form-container .cancel {
    width: 12px;
    background: #ff6d00;
    border-radius: 0;
    border-radius: 0 10px 0 0
}

[dir=ltr] .chat-popup .form-container .cancel {
    width: 12px;
    background: #ff6d00;
    border-radius: 0;
    border-radius: 10px 0 0 10px
}

.chat-popup .form-container .btn:hover,
.open-button:hover {
    opacity: .8
}

.chat-popup .form-container p {
    width: 100%;
    background: #ff6d00;
    color: #fff;
    text-align: center;
    padding: 5px 0 0;
    border-radius: 10px 0 0 0
}

[dir=ltr] .chat-popup .form-container p {
    width: 100%;
    background: #ff6d00;
    color: #fff;
    text-align: center;
    padding: 5px 0 0;
    border-radius: 0 10px 10px 0
}

.chat-popup .form-container .date p {
    color: #707070;
    width: 57px;
    background: #f5f5f5;
    margin: 0;
    border-radius: 10px;
    font-size: 13px;
    padding: 0;
    height: 23px;
    width: 68px
}

.chat-popup .form-container .date {
    text-align: -webkit-center;
    margin-top: 120px
}

.image-upload>input {
    display: none
}

.chat-popup .messages .other {
    display: flex;
    flex-direction: row-reverse;
    margin: 23px 0
}

.chat-popup .messages .you img,
.chat-popup .messages .other img {
    width: 35px;
    border-radius: 50%;
    height: 35px;
    z-index: 1
}

.chat-popup .messages .you span {
    font-size: 13px;
    background: #f4f4f4;
    border-radius: 10px 0 10px 10px;
    padding: 9px 10px;
    display: block;
    width: max-content;
    margin: 9px 1px 1px;
}

.chat-popup .messages .time {
    text-align: justify;
    unicode-bidi: plaintext
}

.chat-popup .messages .other span {
    font-size: 13px;
    background: #ff6d00;
    padding: 9px;
    margin: 11px 12px 0 3px;
    border-radius: 0 10px 10px 10px;
    color: #fff;
    width: max-content
}

.chat-popup .form-container ul {
    list-style: none;
    margin-top: 26px;
    padding: 7px
}

.chat-popup .form-container li {
    margin: 0 0 15px;
    display: flex
}

.messages-footer {
    position: absolute;
    bottom: -26px;
    width: 100%;
    z-index: 1000
}

.messages-footer .upload {
    position: absolute;
    margin: -49px 3px;
    left: 8px;
    width: 26px
}

.messages-footer .form-control {
    margin: 0;
    padding: 0 54px;
    font-size: 12px
}

.messages-head {
    position: absolute;
    width: 100%;
    z-index: 10000
}

.messages-footer svg {
    width: 37px;
    position: absolute;
    color: #fff;
    background: #ff6d00;
    padding: 8px 0;
    border-radius: 50%;
    height: 37px;
    margin: 5px
}

.chat-popup .messages .you span img,
.chat-popup .messages .other span img {
    width: 100%;
    border-radius: 0;
    height: 126px;
    margin: 9px 0
}

.head-two {
    margin-top: 41px;
    box-shadow: 0 12px 10px -11px #11111163;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 10000
}

.head-two img {
    width: 35px;
    border-radius: 50%;
    margin: 6px 14px 9px
}

.head-two .name {
    margin-top: 14px;
    color: #000
}

.messages {
    margin: 0 0 100px
}

.colors {
    display: flex;
    cursor: pointer;
    gap: 10px
}

.colors div .color-name {
    font-size: 13px;
    margin: 0 7px 9px
}

.colors div .divv {
    width: 30px;
    height: 29px;
    margin: 4px;
    border: 1px solid #b1b1b16b
}

.colors img {
    width: 44px;
    height: 39px;
    border: 2px solid #56565612;
    padding: 1px
}
.one-product-details {
    padding: 45px 40px 36px;
}
.one-product-details .card-info h6 {
    font-size: 19px;
    margin: 0 0 22px;
    font-weight: 700;
    height: auto;
    line-height: 37px;
    width: 394px;
}
.choose-size .form-control {
    font-size: 11px;
    width: 79%;
    height: 39px;
    margin: -9px 0 18px
}

.choose-size {
    margin-top: 12px
}

.choose-add .fav {
    color: #8e8e8e;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 43px;
    height: 40px;
    margin: 14px 0
}

.choose-add div {
    display: flex
}

.choose-add .add-to-cart {
    background: #ff6d00;
    color: #fff;
    border: none;
    border-radius: 15px;
    width: 158px;
    height: 37px;
    margin: 19px 7px
}

.choose-add a.add-to-cart {
    text-align: center;
    padding: 6px 0
}

.card-info .d-flex .upload {
    width: 16px;
    margin: 0 5px
}

.card-info .d-flex .image-upload {
    margin: 0 0 29px 27px;
    image-rendering: pixelated
}

.card-info .choose-add.d-flex p.styling {
    margin: -6px 0 37px
}

.card-info .choose-add.d-flex .ctrl {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    border-radius: 20px;
    height: 34px;
    font-size: 18px;
    width: fit-content;
    cursor: pointer;
    background: #fff;
    padding: 10px;
    margin: -30px 0
}

.styling {
    font-size: 13px;
    margin-top: 12px;
    font-weight: 700;
}

.card-info .image-upload label {
    font-weight: 400;
    font-size: 13px;
    cursor: pointer
}

.c.notificate {
    margin: 6px 0 0
}

.c.notificate .btn__badge.pulse-button {
    margin-top: -5px
}

.c.cart {
    margin: -5px 0 0
}

.c.profile {
    margin: -3px -12px 0 103px
}

.navbar-light a.btn.login-btn {
    margin: 0 19% 0 2px
}

[dir=ltr] .navbar-light a.btn.login-btn {
    margin: 0 -7% 0 2px
}

.login .c {
    justify-content: left;
    margin: 0 10%
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    background: #ff6d00;
    color: #fff;
    opacity: .5;
    border-radius: 50%;
    margin: 0 24px;
    width: 53px;
    padding: 6px 19px
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    background: #ff6d00;
    color: #fff;
    border-radius: 50%;
    margin: 0 18px;
    width: 53px;
    padding: 6px 22px
}

.page-link {
    position: relative;
    display: block;
    color: #707070;
    background-color: #fff;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 26px
}

.page-link.active {
    color: #001684
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center
}

.navbar.navbar-expand-lg .nav-link.dropdown-btn,
.w3-sidebar .nav-link.dropdown-btn {
    background: 0 0;
    border: none;
    color: #000;
    margin: 0 -12px 0 83px
}

.navbar.navbar-expand-lg .nav-end {
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    width: 84%
}

.navbar.navbar-expand-lg .nav-end .dropdown {
    top: 57px
}

.slide.index.home {
    position: relative;
    top: 0;
    width: 90%;
    height: 100%;
    opacity: 1;
    transition: all .4s linear;
    margin: 42px 5% 0
}

.statistics.two {
    padding: 0 40px
}

.products.two {
    padding: 0 40px
}

.form-control:disabled,
.form-control:read-only {
    cursor: pointer
}

th {
    background: #e5e7f2;
    color: #001684
}

table ::-ms-input-placeholder {
    color: #001684
}

table ::placeholder {
    color: #001684;
    font-weight: 700
}

.col-lg-6.image-upload>input {
    display: block
}

.col-lg-6.image-upload .file-input {
    position: absolute;
    left: 0;
    margin: 41px 54px 0
}

.col-lg-6.image-upload {
    margin-top: 26px
}

table .number-input {
    border: 1px solid #59627738;
    border-radius: 5px;
    width: 83px;
    margin: 0 -25px
}

table.add-table ::-ms-input-placeholder {
    color: #000
}

table.add-table ::placeholder {
    color: #000;
    font-weight: 400
}

table.add-table .form-control:disabled,
table.add-table .form-control:read-only {
    background-color: rgb(249 249 249);
    opacity: 1;
    color: #000;
    text-align: center;
    font-weight: 400;
    width: auto;
    margin: 2px 41px 0 -70px
}

table.add-table .number-input.price.price_pro {
    border: 1px solid #59627738;
    border-radius: 5px;
    width: 125px;
    margin: 6px 7px 0;
    background: #f9f9f9;
    height: 36px;
    text-align: center
}

table.add-table .number-input {
    border: 1px solid #59627738;
    border-radius: 5px;
    width: 42px;
    margin: 6px 7px 0;
    background: #f9f9f9;
    height: 36px;
    text-align: center
}

table.add-table td span {
    float: right;
    margin: 5px 18px -52px 0
}

.form-check .form-check-input.replace {
    float: revert;
    margin-left: -29px
}

.recovery .content {
    padding: 0;
    display: none;
    overflow: hidden;
    background-color: #f9f9f9;
    width: fit-content;
    margin: 0 25%
}

.recovery .content .form-control {
    background: #fafafa;
    border: 1px solid rgb(86 86 86/16%);
    height: 50px;
    border-radius: 5px;
    margin: 10px 0
}

.recovery .collapsible {
    width: 10px
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto
}

.avatar-upload .avatar-edit {
    position: absolute;
    left: 29px;
    z-index: 1;
    bottom: -2px
}

.avatar-upload .avatar-edit input {
    display: none
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    font-weight: 400;
    transition: all .2s ease-in-out
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6
}

.avatar-upload .avatar-edit input+label svg {
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.size-number {
    position: absolute;
    margin: -45px 12px;
    color: #aaa;
    font-size: 12px
}

.sizes div .divv {
    width: 30px;
    height: 29px;
    margin: 4px 4px 22px;
    border: 1px solid #b1b1b16b
}

.sizes {
    display: flex;
    cursor: pointer;
    gap: 10px
}

.product-video {
    font-size: 13px;
    margin: 3px;
    cursor: pointer;
    color: #ff6d00
}

.sizes div.active .divv {
    width: 30px;
    height: 29px;
    margin: 4px 4px 22px;
    border: 1px solid var(--primary)
}

.sizes div.active .size-number {
    color: #ff6d00
}

.product-video:hover {
    text-decoration: underline
}

.login .phone-num .col-md-3 {
    width: 16%;
    border-radius: 0 5px 5px 0;
    height: 10px;
    margin: 9px 7px 0 6px;
    padding: 0;
    height: 44px
}

.product-video svg {
    margin: -5px 0 0
}

.team-item .cart-add button {
    width: 100%;
    height: 42px;
    display: flex;
    color: #fff;
    background: #ff6d00;
    border: none;
    border-radius: 0 0 10px 10px;
    align-items: center;
    justify-content: center;
    gap: 11px
}

.team-item {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.number-input-container {
    width: 88px;
    display: grid;
    grid-template-columns: auto auto auto;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin: 5px 0;
    height: 38px
}

.productslist .fav.active {
    color: red
}

.one-product-details .number-input-container {
    width: 88px;
    display: grid;
    grid-template-columns: auto auto auto;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin: -33px 0;
    height: 38px
}

.number-input {
    width: 9.3px;
    display: flex;
    flex-direction: row;
    background-color: var(--color-mustard-extra-light);
    overflow: hidden;
    height: 36px;
    border: none;
    align-items: center
}

input[type=number] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    min-width: 100%;
    height: 48px;
    background-color: var(--color-mustard-extra-light);
    border: 1px solid var(--color-mustard-light);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: none;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    transition: all .2s ease-out
}

input[type=number]:focus {
    background-color: #fff;
    border: 1px solid var(--color-mustard-midtone);
    outline: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.number-input-container button {
    position: relative;
    height: 100%;
    margin-top: 32px;
    padding: 12px 16px;
    background-color: var(--color-mustard-extra-light);
    border: 1px solid var(--color-mustard-light);
    border-radius: none;
    transition: all .1s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#dropdown2 .number-input-container button {
    margin: 0;
    color: var(--color-black)
}

#dropdown2 .number-input-container button:active,
#dropdown2 .number-input-container button:focus {
    outline: none
}

#dropdown2 .number-input-container button::after {
    content: "";
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: inherit;
    background-position: center;
    background-repeat: no-repeat
}

#dropdown2 .number-input-container button:disabled {
    pointer-events: none
}

#dropdown2 .number-input-container button:disabled::after {
    opacity: .25
}

#dropdown2 .number-input-container .button-decrement::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTMnIGhlaWdodD0nMTMnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTcgMTJINycgc3Ryb2tlPScjMTEyQzM0JyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+Cg==)
}

#dropdown2 .number-input-container .button-increment::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTMnIGhlaWdodD0nMTMnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTIgN1YxNycgc3Ryb2tlPScjMTEyQzM0JyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PHBhdGggZD0nTTE3IDEySDcnIHN0cm9rZT0nIzExMkMzNCcgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPgo=)
}

#dropdown2 .number-input-container .button-decrement {
    border-right: none;
    background: #fff;
    border: none;
    width: 9.3px;
    border-radius: 0
}

#dropdown2 .number-input-container .button-increment {
    border-left: none;
    background: #fff;
    border: none;
    width: 9.3px;
    border-radius: 0
}

@media(hover: hover) {

    #dropdown2 .number-input-container input[type=number]:hover,
    #dropdown2 .number-input-container button:hover {
        background-color: #fff
    }

    #dropdown2 .number-input-container button:active {
        background-color: var(--color-mustard-extra-light);
        transform: translateY(1px)
    }
}

@media(hover: none) {
    #dropdown2 .number-input-container button:active {
        background-color: #fff;
        transform: translateY(1px)
    }
}

.number-input-container button {
    margin: 0;
    color: var(--color-black)
}

.number-input-container button:active,
.number-input-container button:focus {
    outline: none
}

.number-input-container button::after {
    content: "";
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: inherit;
    background-position: center;
    background-repeat: no-repeat
}

.number-input-container button:disabled {
    pointer-events: none
}

.number-input-container button:disabled::after {
    opacity: .25
}

.number-input-container .button-decrement::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTMnIGhlaWdodD0nMTMnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTcgMTJINycgc3Ryb2tlPScjMTEyQzM0JyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+Cg==)
}

.number-input-container .button-increment::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTMnIGhlaWdodD0nMTMnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTIgN1YxNycgc3Ryb2tlPScjMTEyQzM0JyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PHBhdGggZD0nTTE3IDEySDcnIHN0cm9rZT0nIzExMkMzNCcgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPgo=)
}

.number-input-container .button-decrement {
    border-right: none;
    background: #fff;
    border: none;
    width: 9.3px;
    border-radius: 0
}

.number-input-container .button-increment {
    border-left: none;
    background: #fff;
    border: none;
    width: 9.3px;
    border-radius: 0
}

@media(hover: hover) {

    .number-input-container input[type=number]:hover,
    .number-input-container button:hover {
        background-color: #fff
    }

    .number-input-container button:active {
        background-color: var(--color-mustard-extra-light);
        transform: translateY(1px)
    }
}

@media(hover: none) {
    .number-input-container button:active {
        background-color: #fff;
        transform: translateY(1px)
    }
}

.pagination {
    margin-top: 20px
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #e5e7f278;
    width: 100%
}

.modal {
    display: none;
    position: absolute;
    z-index: 10000000;
    padding-top: 134px;
    left: 0%;
    top: -3px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgb(0 0 0/0%)
}

[dir=ltr] .modal {
    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 134px;
    left: 0;
    right: 73%;
    top: -3px;
    width: 27%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgb(0 0 0/0%)
}

.second-nav .modal ul {
    display: flex;
    flex-wrap: wrap
}

.second-nav .modal ul li {
    width: 100%
}

.second-nav .modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.second-nav .modal .close:hover,
.second-nav .modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.category {
    background: #ff6d00;
    width: 146px;
    color: #fff;
    border: none;
    height: 42px;
    margin: 0 0 0 -24px
}

.select2-container--default .select2-selection--single {
    background-color: #e5e7f2 !important;
    border: none !important;
    border-radius: 4px;
    width: 244px !important
}

/* .select2-container--open .select2-dropdown {
    left: -4px !important;
    width: 300px !important
} */

.addModerator .select2-dropdown {
    background-color: #e5e7f2 !important;
    border: 1px solid #aaa !important;
    top: 0px !important;
}

.academy img {
    width: 100%;
    margin: 40px 0;
    border-radius: 8px;
    height: 495px;
}

.academy .title {
    margin: 0
}

.academy h6 {
    color: #000;
    margin: 0 0 17px;
    line-height: 38px
}

.academy p {
    line-height: 31px
}

.academy {
    padding: 106px 15% 0
}

.direction {
    padding: 5px 15% 100px
}

.direction .disable {
    color: #c7c7c7
}

.academy ul {
    padding: 0 20px
}

.academy li {
    line-height: 39px
}

.academy video {
    width: 300px;
    margin: 0 0 100px;
    height: 150px;
    cursor: pointer
}

.academy .title h4 {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    margin: -17px 0 0;
    line-height: 50px
}

.fade:not(.show) {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #0000002b;
}

#staticBackdrop_0.modal {
    display: none;
    position: absolute;
    z-index: 10000000;
    padding-top: 134px;
    left: 27%;
    top: -3px;
    width: 51%;
    height: 101%;
    overflow: auto;
    background-color: #000;
    background-color: rgb(188 134 134 / 0%);
}

#staticBackdrop_0 .modal-dialog {
    max-width: 566px;
    margin: 1.75rem auto;
}

@media screen and (max-width: 1400px) {
    .navbar-light.sticky-top.two {
        margin: 0 8%;
        width: 1120px
    }
}
@media screen and (max-width: 1240px) {

.navbar-light .navbar-nav .nav-link {
    margin-right: 17px;
}
}

@media screen and (max-width: 1200px) {
    .navbar-light.sticky-top.two {
        margin: 0 0%;
        width: 1000px
    }
   
    .academy {
        padding: 106px 4% 0
    }

    .login .sign-up form {
        margin-top: 25px;
        padding: 0 33px
    }

    .navbar.navbar-expand-lg .nav-end {
        margin-top: 4px;
        display: flex;
        justify-content: flex-start;
        width: auto
    }

    .c.profile {
        margin: -3px -12px 0 0
    }

    .login .c {
        justify-content: left;
        margin: 0 0%
    }

    .navbar-light a.btn.login-btn {
        margin: 0 7% 0 2px
    }

    .search-container form input {
        border: none;
        width: 411px;
        background: #fafafa;
        height: 35px;
        padding: 0 26px 0 0;
        color: #707070;
        border-radius: 5px
    }

    form .search-container input {
        border: none;
        width: 411px;
        background: #fafafa;
        height: 35px;
        padding: 0 26px 0 0;
        color: #707070;
        border-radius: 5px
    }

    .navbar-nav.ms-auto {
        display: flex;
        gap: 8px;
        align-items: center
    }
}

@media screen and (max-width: 1000px) {
    .search-container form input {
        border: none;
        width: 272px;
        background: #fafafa;
        height: 35px;
        padding: 0 26px 0 0;
        color: #707070;
        border-radius: 5px;
        margin: 0 7px 0 0
    }
    .navbar-light .navbar-nav .nav-link {
        margin-right: 14px;
        font-size: 13px;
    }
    header .form-control {
        border: none;
        height: 50px;
        border-radius: 5px;
        margin: -11px -8px -9px 80px;
    }

    form .search-container input {
        border: none;
        width: 272px;
        background: #fafafa;
        height: 35px;
        padding: 0 26px 0 0;
        color: #707070;
        border-radius: 5px;
        margin: 0 7px 0 0
    }

    .navbar-light a.btn.login-btn {
        margin: 0 0% 0 2px
    }

    header {
        padding: 12px 0 0;
        height: auto;
        background: #e5e7f2;
        color: #565656;
        margin: 0 0 -70px
    }

    header button {
        color: #001684;
        background: 0 0;
        border: none;
        margin: 0 0 20px;
        white-space: nowrap
    }

    header ul {
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        padding: 0
    }

    header .d-flex.justify-content-between li {
        margin-bottom: 10px
    }

    header .d-flex.justify-content-between {
        flex-wrap: wrap
    }

    .statistics .search-container form input {
        border: none;
        width: 97%;
        background: #fafafa;
        height: 45px;
        padding: 0 32px;
        color: #707070;
        border-radius: 5px;
        margin: 0 7px 0 0
    }

    .accounts {
        padding: 96px 16px
    }

    .accounts .table {
        padding: 0 10px
    }

    .end-of-section {
        display: block;
        color: #000;
        font-weight: 700
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px
    }

    .login {
        padding: 106px 0
    }

    .login .col-md-6 img {
        width: 402px;
        margin: 56px 0
    }

    .login img.user {
        width: 106px;
        border-radius: 50%;
        margin: 0
    }

    .navbar-light.sticky-top.two {
        margin: 0 0%;
        width: auto
    }

    .navbar .navbar-brand img {
        width: 90px;
        margin: 0 29px 0 0
    }
}

@media screen and (max-width: 810px) {
    .search-container form input {
        border: none;
        width: 207px;
        background: #fafafa;
        height: 35px;
        padding: 0 26px 0 0;
        color: #707070;
        border-radius: 5px;
        margin: 0 -17px 0 0
    }

    form .search-container input {
        border: none;
        width: 207px;
        background: #fafafa;
        height: 35px;
        padding: 0 26px 0 0;
        color: #707070;
        border-radius: 5px;
        margin: 0 -17px 0 0
    }

    .login .sign-up form {
        margin-top: 25px;
        padding: 0 37px
    }

    .us p {
        color: #000;
        line-height: 40px;
        width: 100%;
        font-size: 18px;
        text-align: justify
    }

    section {
        padding: 106px 11px
    }

    .how-it-started .card {
        border: none;
        padding: 15px;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        height: 271px
    }

    .video video {
        height: 206px;
        position: absolute;
        margin: 16px -410px 0;
        width: 319px
    }

    .video img {
        width: 500px
    }

    .mo-nav {
        display: block
    }

    .co-nav {
        display: none
    }

    .w3-teal,
    .w3-hover-teal:hover {
        color: #001684 !important;
        background-color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media screen and (max-width: 767.4px) {
    .login {
        padding: 0 40px
    }

    #staticBackdrop_0.modal {
        display: none;
        position: absolute;
        z-index: 10000000;
        padding-top: 134px;
        left: 0%;
        top: -3px;
        width: 100%;
        height: 101%;
        overflow: auto;
        background-color: #000;
        background-color: rgb(188 134 134 / 0%);
    }

    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        justify-content: flex-end
    }

    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        width: 35px;
        padding: 0 13px
    }

    .page-item:not(:first-child) .page-link {
        margin-left: -12px
    }

    .video {
        text-align: center;
        position: relative;
        width: 100%;
        margin-top: auto;
    }
    .video iframe {
        width: 76%;
    }
    .faq {
        margin-top:auto
    }
    .how-it-started {
        height: auto;
    }
    .how-it-started .card {
        border: none;
        padding: 15px;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        height: 246px;
        margin: 0 0 18px;
        width: 100%;
        align-items: center
    }

    .login .col-md-6 img {
        width: 91%;
        margin: 56px 0
    }

    .col-3 {
        flex: 0 0 auto;
        width: 33%
    }

    .statistics {
        padding: 106px 2%
    }

    .login img.user {
        width: 106px;
        border-radius: 50%;
        margin: 0
    }

    .login .row {
        display: flex;
        flex-direction: column-reverse
    }

    .contact-us .row {
        display: flex;
        flex-direction: column-reverse
    }

    .contact-us img {
        width: 100%;
        margin: 0 0 50px
    }

    .contact-us {
        padding: 106px 18px
    }
}

@media screen and (max-width: 735px) {
    .f-group {
        max-width: 74px;
        margin: 0;
        text-align: left
    }
    .navbar.navbar-expand-lg .nav-link.dropdown-btn, .w3-sidebar .nav-link.dropdown-btn {
        background: 0 0;
        border: none;
        color: #000;
        margin: 0 22px 0 0;
    }

    .add-new-order {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        row-gap: 32px;
        column-gap: 3px;
        margin: 0 0 45px;
    }

    #staticBackdrop_0 .modal-dialog {
        max-width: max-content;
        margin: 1.75rem auto;
    }

    #staticBackdrop_0 td,
    #staticBackdrop_0 th {
        font-size: 13px;
    }

    .order-details {
        padding: 106px 10px
    }

    .accounts ul {
        display: flex;
        justify-content: flex-start;
        list-style: none;
        border-bottom: 4px solid #e4e4e4;
        height: 162px;
        color: #000;
        font-weight: 700;
        flex-wrap: wrap
    }

    #staticBackdrop_0 .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #e5e7f278;
        width: 100%;
    }

    .accounts ul li {
        width: 101%
    }

    .accounts ul li.active {
        height: 49px;
        width: max-content;
        text-align: center
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }

    .navbar-nav svg,
    .navbar-nav i {
        color: #8e8e8e;
        width: 18px;
        font-size: 18px
    }

    .orders .table {
        width: 700px
    }

    .orders {
        overflow: auto
    }

    .footer .col-md-2 {
        width: 100%
    }

    .productslist {
        padding: 106px 5px
    }

    .productslist .card img {
        width: 98px;
        border-radius: 5px;
        height: 114px;
        margin: 0 0 0 12px
    }

    .btn__badge {
        background: #ff5d5d;
        color: #fff;
        font-size: 10px;
        position: absolute;
        top: 0;
        right: 5px;
        padding: 0 5px;
        border-radius: 50%
    }

    .nav-item.nav-link.cart .btn__badge {
        top: 13px
    }

    .nav-item.nav-link.notification .btn__badge {
        top: 22px
    }

    .search {
        margin: 27px 0;
        padding: 8px;
        box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
    }

    .navbar .navbar-brand img {
        width: 90px;
        margin: 0 -7px 0 0
    }

    .navbar-nav.ms-auto {
        display: flex;
        gap: 2px;
        align-items: center;
        margin: 0 -73px 0 0
    }

    .productslist .add-to-cart {
        background: #ff6d00;
        color: #fff;
        border: none;
        border-radius: 15px;
        width: 165px;
        height: 41px;
        margin: 100% -115px
    }
}

@media screen and (max-width: 583px) {
    .col-3 {
        flex: 0 0 auto;
        width: 50%
    }
    .academy img {
        height: 248px;
    }

    .login .sign-up form {
        margin-top: 25px;
        padding: 0 23px
    }
    .carousel-inner img {
        width: 100%;
        height: 260px;
    }
    .carousel-control .fas {
        margin-top: 107px;
        background: rgba(0, 0, 0, .74);
        width: 34px;
        height: 40px;
        padding: 10px 0;
    }
    .category {
        background: #ff6d00;
        width: 146px;
        color: #fff;
        border: none;
        height: 42px;
        margin: 0 0 0 -8px
    }


    .second-nav ul {
        display: flex;
        list-style: none;
        gap: 11px;
        padding: 0;
        align-items: center;
        margin: 0;
        font-size: 14px
    }

    .faq img {
        width: 100%;
        margin: 50px 0 108px
    }

    .productslist .add-to-cart {
        background: #ff6d00;
        color: #fff;
        border: none;
        border-radius: 15px;
        width: 121px;
        height: 33px;
        margin: 143px -117px 0;
        font-size: 11px
    }

    .productslist .fav {
        color: #8e8e8e;
        background: #fff;
        border: 1px solid #d8d8d8;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        margin: -12px -27px
    }

    .productslist .card img {
        width: 75px;
        border-radius: 5px;
        height: 111px;
        margin: 0 0 0 8px
    }

    .productslist .card-info h6 {
        color: #000;
        font-weight: 700;
        font-size: 12px;
        margin: 0 0 18px
    }

    .productslist .card-info .details {
        display: flex;
        gap: 7px;
        white-space: nowrap;
        align-items: flex-end
    }

    .done.two img {
        width: 100%
    }

    .done.two h5 {
        font-size: 20px
    }

    .policy {
        padding: 106px 19px
    }
}

@media screen and (max-width: 523px) {
    .video video {
        height: 124px;
        position: absolute;
        margin: 10px -247px 0;
        width: 192px
    }
.one-product-details .card-info h6 {
    font-size: 17px;
    line-height: 29px;
    width: auto;
}
    .choose-add div {
        flex-wrap: wrap;
    }

    .select2-container--default .select2-selection--single {
        width: 250px !important
    }

    .select2-container--open .select2-dropdown {
        width: 250px !important
    }

    .features p {
        width: 100%
    }

    .account th,
    .account table label {
        color: #001684;
        width: 110px
    }

    .phone-num .col-md-3 {
        width: 30%;
        border-radius: 0 5px 5px 0;
        height: 10px;
        margin: 20px 10px 0 -7px;
        padding: 0;
        height: 44px
    }

    .video img {
        width: 300px
    }
}

@media screen and (max-width: 400px) {
    .navbar .navbar-brand img {
        width: 83px;
        margin: -6px 0 0
    }

    .video iframe {
        width: 90%;
    }
    .modal-content {
        padding: 20px 0;
        overflow: auto;    
    }
    .one-product-details .line {
        height: 94px;
    }
    
    .second-nav {
        padding: 0 6px 17px;
    }


    .modal-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 00;
        width: 119vw;
        height: 131vh;
        background-color: #0000002b;
    }

    .chat-popup {
        display: none;
        position: fixed;
        bottom: 0;
        right: -3px;
        width: 88%;
        z-index: 1000;
    }

    .chat-popup .form-container {
        width: 100%;
        padding: 0;
        border-radius: 20px;
        background-color: #fff;
        color: #777;
        height: 454px;
        overflow: auto
    }

    .second-nav ul {
        display: flex;
        list-style: none;
        gap: 11px;
        padding: 0;
        align-items: center;
        margin: 0;
        font-size: 14px;
        flex-wrap: wrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        width: 102px
    }

    .dd-a span {
        color: #000;
        font-size: 11px
    }

    .done img {
        width: 99%;
        margin: -35px 0 34px
    }

    .done h5 {
        color: #000;
        font-size: 18px;
        line-height: 35px
    }

    .control-label {
        color: #000;
        white-space: nowrap;
        font-weight: 600;
        font-size: 14px
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px
    }

    .navbar-nav.ms-auto {
        display: flex;
        gap: 0;
        align-items: center;
        margin: 0 -82px 0 0
    }

    .login {
        padding: 0 12px
    }

    .f-group {
        max-width: 96%;
        margin: 0 -12px 0 0;
        text-align: left
    }

    .copyright {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .forget-pass img {
        width: 100%
    }

    .forget-pass .form-control {
        width: 100%
    }
}
@media screen and (max-width: 340px) {
    .nav-end .nav-fix svg,.nav-end .nav-fix i,.nav-end .nav-fix img {
        width: 21px;
        font-size: 18px !important;
        height: 18px;
    }
}
.iti__country-list {
    text-align: justify !important
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: auto !important;
    right: 0 !important
}

[dir=ltr] .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: 0 !important;
    left: 0 !important
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    padding: 0 45px !important
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #565656 !important
}

.select2-dropdown {
    background-color: #e5e7f2 !important;
    border: 1px solid #aaa !important;
    top: 11px !important
}

.products .form-check {
    position: absolute;
    top: 0;
    background: #fff;
    width: 0;
    padding: 2px 0 8px 40px;
    border-radius: 0 0 0 100%;
    height: 32px
}

.productslist .form-check {
    align-self: center
}

#dropdown88 img {
    width: 45px;
    height: 45px;
    margin: 0 0 0 10px
}

#dropdown88 h6 {
    color: #000;
    font-size: 14px
}

#dropdown88 p {
    font-size: 12px
}

#dropdown88 span {
    unicode-bidi: plaintext
}

#dropdown88 .all-read {
    color: #001684;
    font-size: 12px;
    font-weight: 600
}

.user-dropdown {
    width: 27px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #848484
}

#load_more {
    height: 63px;
    display: flex;
    justify-content: center;
    margin-top: 0;
    grid-column: 1 / -1;
}

#load_more_button {
    border-radius: 10px !important;
    border: 2px solid #848484 !important;
    color: #848484 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 42px;
}

.ff {
    border-radius: 18px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 26px;
}

#notification-page .btn.font-weight-bold.active {

    border: 2px solid #ff6d00;
    background: #ff6d00;
    color: #fff;
    border-radius: 5px;
}

#notification-page .btn.font-weight-bold {

    border: 2px solid #ff6d0061;

    background: #ffffff;

    color: #000;

    border-radius: 5px;
}

#notification-page .notficat-border.notifications-container {
    padding: 0 24px;
    border-bottom: 1px solid #0000000d;
    margin: 0 0 30px;
}

#notification-page .notficat-border.notifications-container .notficat {
    padding: 0 0 12px;
}

#notification-page .notficat-border.notifications-container .notficat span {
    font-size: 22px;
    color: #111;
    font-weight: bold;
}

#notification-page .notficat-border.notifications-container .notficat p {
    color: black;
    margin: 5px 0 0;
}

#notification-page .notficat-border.notifications-container .notficat small {
    color: #ff6d00;
    font-size: 11px;
}

.open-button .btn__badge {
    top: -1px
}

.statistics .select2-container--default .select2-selection--multiple {
    border: none;
    outline: 0;
    background: #fafafa;
    height: 49px;
    margin: 11px 0px;
    border-radius: 3px;
    padding: 7px 2px;
}

.statistics .form-group button {
    height: 49px !important;
    width: 50px;
    position: absolute;
    margin: 11px -6px;
    border: none;
    border-radius: 5px 0 0 5px;
    color: #fff;
    background: #ff6d00;
}

.orders .modal-content iframe {
    height: 428px;
}

/* The Modal (background) */
.modal.one {
    display: none;
    position: absolute;
    z-index: 10000000;
    left: 15%;
    width: 70%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgb(0 0 0/0%);
}

.modal.one .close {
    background: none;
    border: none;
    font-size: 27px;
}
.modal.one .modal-dialog {
    position: fixed !important;
    width: 61%;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.one .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #e5e7f278;
    width: 100%;
    height: 554px;
    overflow: auto;
}
.modal.one .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 1rem 14px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal.one  .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
@media (min-width: 576px) {

.modal.one .modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
}

}

@media (max-width: 800px) {
.modal.one .modal-dialog {
    position: fixed !important;
    width: 95%;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.one {
    display: none;
    position: absolute;
    z-index: 10000000;
    left: 28%;
    width: 70%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgb(0 0 0/0%);
}
}
.one-product-details .line {
    height: 63px;
    width: 2px;
    background: #56565663;
}
.one-product-details .all-detailsin {
    display: flex;
    gap: 4%;
}