@charset "UTF-8";
@font-face {
    font-family: "A Jannat LT";
    src: url("../webfonts/ajannatlt.eot");
    src: url("../webfonts/ajannatlt.eot") format("embedded-opentype"), url("../webfonts/ajannatlt.woff2") format("woff2"), url("../webfonts/ajannatlt.woff") format("woff"), url("../webfonts/ajannatlt.ttf") format("truetype"), url("../webfonts/ajannatlt.svg#ajannatlt") format("svg");
}

html {
    scroll-behavior: smooth;
}

i.fa.fa-heart-o::before {
    content: '\f004';
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #FFC107;

}

/*************************************************/
/* Variables */
/*************************************************/
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

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

.flipx {
    transform: scalex(-1);
}

.flipy {
    transform: scaley(-1);
}

.text-underline {
    text-decoration: underline !important;
}

.rounded10 {
    border-radius: 10px !important;
}

.rounded25 {
    border-radius: 25px !important;
}

.rounded50 {
    border-radius: 50px !important;
}

.text-white {
    color: #fff !important;
}

.text-orange {
    color: #FFBD00 !important;
}

.text-dark {
    color: #101010 !important;
}

.main-text-color {
    color: #101010 !important;
}

a.main-text-color {
    color: #101010 !important;
}

a.main-text-color:hover {
    color: #FFBD00 !important;
}

.fluid-wrapper {
    overflow-x: hidden;
}

.fluid-left {
    margin-right: -100%;
    width: auto;
}

.img-cover {
    object-fit: cover !important;
}

.img-contain {
    object-fit: contain !important;
}

.bg-gray {
    background: #101010 !important;
}

.bg-light-dark, .bg-faded-orange {
    background: rgba(255, 191, 5, 0.47) !important;
}

.bg-gray-light {
    background: gray !important;
}

.bg-orange {
    background: #FFBD00 !important;
}

.bg-dark {
    background: #101010 !important;
}

.fz70 {
    font-size: 70px !important;
}

.fz50 {
    font-size: 50px !important;
}

.fz60 {
    font-size: 60px !important;
}

.fz48 {
    font-size: 48px !important;
}

.fz43 {
    font-size: 43px !important;
}

.fz40 {
    font-size: 40px !important;
}

.fz36 {
    font-size: 36px !important;
}

.fz32 {
    font-size: 32px !important;
}

.fz30 {
    font-size: 30px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz21 {
    font-size: 21px !important;
}

.fz24 {
    font-size: 24px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz12 {
    font-size: 12px !important;
}

body {
    font-family: "A Jannat LT", sans-seri;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

a {
    transition: 0.3s;
    text-decoration: none !important;
    font-family: "A Jannat LT", sans-seri;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "A Jannat LT", sans-seri;
}

.btn {
    border-radius: 10px;
}

.btn-blue {
    background: #FFBD00;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 30px;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-blue i {
    margin-left: 5px;
}

.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    background: #101010;
    color: white;
}

.btn-orange {
    background: #FFBD00;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 30px;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-orange i {
    margin-left: 5px;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    background: #101010;
    color: white;
}

.btn-dark {
    background: #101010;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 30px;
    font-weight: bold;
    transition: all 0.3s;
    border: none;
}

.btn-dark i {
    margin-left: 5px;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    background: #FFBD00;
    color: white;
}

.btn-gray {
    background: #D9D9D9;
    color: #000000;
    font-size: 16px;
    padding: 5px 30px;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
    background: #101010;
    color: white;
    box-shadow: inset 0 0 0 2px white;
}

.btn-white {
    color: #FFBD00;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    transition: all 0.3s;
    background: #fff;
    box-shadow: none !important;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
    background: none;
    color: #101010 !important;
}

header {
    position: fixed;
    width: 100%;
    background: #FFBD00;
    z-index: 999;
    top: 0;
    padding-block: 5px;
    transition: 0.5s;

}

header.inner-header {
    box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.16);
}

header #search-trigger i {
    transition: 0.3s;
}

header #search-trigger a.nav-link {
    padding: 8px 14px;
    /*margin-right: 10px;*/
    border-radius: 5px 5px 0 0;
    width: 45px;
    text-align: center;
}

header #search-trigger.active a.nav-link {
    background: #101010 !important;
    color: #fff;
}

header #search-trigger.active i:before {
    content: "";
}

header .search-wrapper {
    display: flex;
    position: absolute;
    right: 0;
    bottom: auto;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
    transform: translateY(-35px);
}

header .search-wrapper input {
    border: none;
    border-radius: 0;
    outline: 0;
    box-shadow: none !important;
    width: 300px;
}

header .search-wrapper button {
    background: #101010;
    border: none;
    border-radius: 0;
    color: #FFBD00;
    padding: 8px 14px;
    font-size: 17px;
}

header .search-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

header .search-wrapper.mobile-search {
    opacity: 1;
    visibility: visible;
    transform: none;
    position: static;
    pointer-events: auto;
    padding-bottom: 10px;
}

header .search-wrapper.mobile-search input {
    width: 100%;
    border-radius: 0 10px 10px 0;
}

header .search-wrapper.mobile-search button {
    border-radius: 10px 0 0 10px;
}

.logo {
    /*padding: 10px 0;*/
}

.logo img {
    object-fit: contain;
    max-width: 125px;
    max-height: 105px;
}

.navbar-light {
    border: none;
}

.navbar-light .navbar-nav {
    padding-inline-start: 0;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: white;
    background: none;
}

.navbar-light .navbar-nav .nav-item.active:hover .nav-link {
    color: white;
    background: none;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #101010;
    padding: 7px 14px;
    position: relative;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: white;
    background: none;
}

.navbar-light .dropdown a:not(.btn) {
    background: none !important;
}

.navbar-light .dropdown > ul a:hover {
    color: #FFBD00 !important;
    background: #101010 !important;
}

.navbar-light .dropdown .dropdown-menu li {
    border: none !important;
    margin-left: 0;
}

.notifications-dropdown .dropdown-menu li:first-child {
    overflow: hidden;
}

.navbar-light .dropdown .dropdown-menu li:first-child {
    border-radius: 8px 8px 0 0;
}

.navbar-light .dropdown .dropdown-menu li:last-child {
    border-radius: 0 0 8px 8px;
}

.navbar-light .dropdown .dropdown-menu li a {
    border: none !important;
    color: #101010;
    padding: 10px 15px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    text-align: right;
}

.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:focus,
.navbar-light .navbar-nav > .open > a:hover {
    color: #FFBD00;
    background: none !important;
}

.navbar-light .navbar-nav > li > a:focus,
.navbar-light .navbar-nav > li > a:hover {
    color: #FFBD00;
    background: none !important;
}

.dropdown-menu, .dropdown-menu.submenu {
    /*display: block;*/
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.3s;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    background: white;
    border: 0;
    border-radius: 8px;
    padding: 0;
}

.dropdown-menu li:first-child a, .dropdown-menu.submenu li:first-child a {
    border-radius: 8px 8px 0 0 !important;
}

.dropdown-menu li:last-child a, .dropdown-menu.submenu li:last-child a {
    border-radius: 0 0 8px 8px !important;
}

.dropdown-menu.show, .dropdown-menu > li:hover > .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s;
}

a.dropdown-item.has-sub::after {
    content: '\f100';
    font-family: 'FONT AWESOME 5 PRO';
    position: absolute;
    left: 10px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(50px);
        transition: 0.3s;
        position: absolute;
        right: 100%;
        /*top: -7px;*/
        top: 0;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: rgba(243, 162, 15, 0.18);
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-right: 0.7rem;
        margin-left: 0.7rem;
        margin-bottom: 0.5rem;
    }
}

.social-list {
    margin-bottom: 0;
}

.social-list li {
    margin-left: 0 !important;
}

.social-list li i {
    width: 35px;
    height: 35px;
    color: #FFBD00;
    transition: 0.3s;
    background: #101010;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.social-list li i.fa-facebook {
    color: #3b5998;
}

.social-list li i.fa-twitter {
    color: #55acee;
}

.social-list li i.fa-youtube {
    color: #cd201f;
}

.social-list li i.fa-instagram {
    color: #3f729b;
}

.social-list li a:hover i {
    background: white;
    color: #101010;
}

.navbar-brand img {
    padding: 5px;
    height: 40px;
    object-fit: contain;
}

.language {
    position: relative;
}

.language:before {
    content: "";
    height: 70%;
    width: 1px;
    background: rgba(0, 0, 0, 0.28);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.language img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 7px;
}

.nav-item.user-helper a.nav-link {
    background: none;
    border: 1px solid #101010;
    border-radius: 10px;
    color: #101010 !important;
    padding-inline: 30px !important;
}

.nav-item.user-helper a.nav-link:hover {
    background: #101010 !important;
    color: #fff !important;
}

.download-app {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.download-app img {
    height: 50px;
}

.hero-header {
    background: #FFBD00 url("../images/patterns.svg") center center repeat-x;
    padding: 13vh 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 68px));
    margin-top: -1px;
}

@media (max-width: 1024px) {
    .hero-header {
        padding: 18vh 0 !important;
    }
}

.hero-header .slide-title, .hero-header .slider-description {
    transition: 0.8s;
    opacity: 0;
    transform: translateY(50px);
    transition-delay: 400ms;
}

.hero-header .btn {
    transition: 0.8s;
    opacity: 0;
    transform: translateY(-50px);
    transition-delay: 600ms;
}

.hero-header .slider-description {
    transition-delay: 500ms;
}

.hero-header .slick-current.slick-active .slide-title,
.hero-header .slick-current.slick-active .slider-description,
.hero-header .slick-current.slick-active .btn {
    opacity: 1;
    transform: translateY(0px);
}

.hero-header .slick-current.slick-active img {
    transform: scale(1);
    opacity: 1;
    transition: 0.5s;
    transition-delay: 300ms;
}

.hero-header .hero-img img {
    height: 400px;
    transition: 0.3s;
    transform: scale(0);
    opacity: 0;
    object-fit: contain;
}

.hero-header .slide-title {
    color: #101010;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-header .slider-description {
    color: #101010;
    font-size: 25px;
    margin: 5px 0 30px;
}

.hero-header .slick-prev {
    right: 0;
    margin-top: 10px;
}

.hero-header .slick-next {
    right: 70px;
    margin-top: 10px;
}

.small-title {
    font-size: 22px;
    font-weight: bold;
    color: #101010;
}

.section-title {
    font-size: 30px;
    font-weight: bold;
    color: #FFBD00;
    margin-bottom: 35px;
}

.description {
    color: #101010;
    line-height: 2;
    font-size: 16px;
}

.nice-select span.current {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}

.about-us {
    padding: 4em 0 3em;
}

.about-us .about-img {
    margin-left: 3em;
    height: 100%;
}

.about-us .about-img img {
    height: 100%;
    object-fit: cover;
}

.about-us-features-list {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}


.about-us-features-list li {
    display: flex;
    margin-bottom: 30px;
}

.about-us-features-list li:last-child {
    margin-bottom: 0;
}

.about-us-features-list li .icon {
    background: #FFBD00;
    border-radius: 12px;
    width: 90px;
    height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-left: 30px;
}

.about-us-features-list li .icon i {
    font-size: 45px;
    color: white;
}

.about-us-features-list li .title {
    font-weight: bold;
    font-size: 20px;
    color: #FFBD00;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.about-us-features-list li p {
    color: #101010;
    line-height: 2;
}

.top-stores {
    clip-path: polygon(0 0, 100% 68px, 100% 100%, 0 100%);
    padding: 6em 0 4em;
    margin-top: 4em;
    position: relative;
    background-image: linear-gradient(359deg, #000000, #000000), url(../images/patterns.svg);
    background-blend-mode: saturation;
}

.top-stores .slick-next, .top-stores .slick-prev {
    border-radius: 50%;
    top: 40%;
    width: 40px !important;
    height: 40px !important;
    transform: translateY(-50%);
}

.top-stores .slick-prev {
    right: -50px;
}

.top-stores .slick-next {
    left: -50px;
    right: auto;
}

.top-stores .slick-dots .slick-active button {
    background: white;
}

.categories-section {
    padding: 3em 0 3em;
}

.cats-filter .btn {
    color: #FFBD00;
    font-weight: normal;
    border-radius: 8px;
    padding-inline: 20px;
    margin-block: 3px;
    font-size: 16px;
    border: 1px solid #FFBD00;
    box-shadow: none;
    background: none;
}

.cats-filter .btn:hover, .cats-filter .btn.active {
    background: #FFBD00;
    color: #fff;
}

.white-wrapper {
    border-radius: 40px;
    background: #fff;
    box-shadow: -3px 3px 36px rgba(0, 0, 0, 0.16);
    padding: 3em;
}


.offcanvas.show {
    z-index: 999999;
}

.modal-video-wrapper {
    background-size: cover;
    padding: 7em 0 8em;
    text-align: center;
    background-blend-mode: multiply;
    clip-path: polygon(0 0, 100% 68px, 100% 100%, 0 100%);
}

.modal-video-wrapper i {
    margin: auto;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 50px;
    padding: 0;
    border: 0;
    color: white;
    display: grid;
    place-content: center;
    place-items: center;
    position: relative;
}

.modal-video-wrapper i:after {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 254, 0.27);
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 8;
    transform: translate(50%, -50%);
}

.modal-video-wrapper i:hover {
    box-shadow: 0 0 0 25px rgba(255, 219, 155, 0.17);
}

.modal-video-wrapper .title {
    color: #101010;
    font-size: 45px;
    font-weight: bold;
    margin: 1em 0 10px;
    width: 30vw;
    margin-inline: auto;
}

.modal-video-wrapper p {
    color: #fff;
    font-size: 18px;
    width: 50%;
    margin: auto;
}

.contact-us {
    background: #fff;
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
    margin-top: -50px;
    padding: 4em 0;
}

.contact-us .stacked-images img {
    border: 0;
    max-height: 550px;
}

.contact-list li {
    margin-left: 40px !important;
    margin-bottom: 10px;
}

.contact-list li:last-child {
    margin-left: 0 !important;
}

.contact-list li i {
    width: 45px;
    height: 45px;
    background: #FFBD00;
    display: inline-grid;
    place-content: center;
    color: #101010;
    border-radius: 50%;
    margin-left: 8px;
}

.contact-list li a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.counters-wrapper {
    background: #fff url("../images/pattern.webp") center center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    border-radius: 12px;
    box-shadow: 0px 3px 40px rgba(59, 60, 126, 0.3);
    margin-top: 70px;
    margin-bottom: -74px;
    padding: 2em;
    position: relative;
}

.single-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-counter .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFBD00;
    display: grid;
    place-content: center;
    margin-left: 12px;
    flex-shrink: 0;
}

.single-counter .icon i {
    font-size: 35px;
    color: #fff;
}

.single-counter .counter {
    font-weight: bold;
    color: #101010;
    font-size: 30px;
}

.single-counter .counter:not(.is-visible) {
    visibility: hidden;
}

.single-counter p {
    margin-bottom: 0;
    color: #FFBD00;
    font-size: 17px;
}

.form-wrapper .form-control {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    min-height: 60px;
    border-radius: 20px;
    border: none;
    margin: 12px 0;
    padding: 10px 20px;
    transition: 0.3s;
}

.form-wrapper .form-control:focus {
    box-shadow: 0px 3px 5px #e2ebf0;
    background: #FFBD00;
    color: #fff;
}

.form-wrapper .form-control:focus::placeholder {
    color: #fff;
}

.single-blog-wrapper {
    border-radius: 12px 50px;
    background: rgba(145, 145, 145, 0.08);
    overflow: hidden;
    transition: 0.3s;
    margin: 12px 0;
}

.single-blog-wrapper .thumbnail {
    position: relative;
}

.single-blog-wrapper img {
    transition: 0.3s;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px 50px;
    margin-bottom: 15px;
}

.single-blog-wrapper .post-title {
    color: #FFBD00;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 1em;
    margin-bottom: 0;
}

.single-blog-wrapper .post-title a {
    color: #FFBD00;
}

.single-blog-wrapper .post-date {
    position: absolute;
    top: 2em;
    right: 2em;
    font-weight: bold;
    display: block;
    background: #FFBD00;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 10px;
}

.single-blog-wrapper p {
    transition: 0.3s;
    padding: 0 1em;
    color: #626262;
    line-height: 1.8;
}

.single-blog-wrapper:hover {
    border-radius: 50px 12px;
    box-shadow: 0px 3px 20px rgba(217, 232, 247, 0.6);
    transform: translateY(-5px);
}

.single-blog-wrapper:hover img {
    transform: scale(0.99);
    filter: brightness(1.2);
    border-radius: 50px 12px;
}

.single-blog-wrapper:hover a {
    color: #101010;
}

.add-to-fav, .login-to-add-fav {
    background: none;
    border: none;
    color: #fff;
    border-radius: 50%;
    background: #FFBD00;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

@media (max-width: 992px) {
    .add-to-fav, .login-to-add-fav {
        position: absolute;
        top: 17.4%;
        z-index: 9;
        right: 8%;
    }
}

.add-to-fav.active, .add-to-fav:hover {
    background: #fff;
}

.add-to-fav.active a, .add-to-fav:hover a {
    color: #FFBD00;
}

.product-by {
    color: #101010;
    font-weight: bold;
    margin: 1em 0 3em;
    overflow: hidden;
    background: #e9ac02;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 6px #0000002b;
}

.product-by a {
    display: block;
    color: #101010;
}

.product-by img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 10px;
    transition: 0.3s;
}

.product-by:hover a {
    color: #fff;
}

.product-by:hover img {
    box-shadow: 0 0 0 4px #ffffff61, 0 0 0 9px #ffffff3b;
}

.dalel-slider {
    margin-top: 1em;
}

.dalel-slider img {
    border-radius: 18px;
    max-height: 500px;
    object-fit: cover;
    aspect-ratio: 1/1;
    height: auto;
}

.dalel-slider ul.slick-dots {
    margin-top: -3em;
    margin-bottom: 3em;
    z-index: 1;
    position: relative;
}

.dalel-slider ul.slick-dots li button {
    background: white;
}

.dalel-slider ul.slick-dots li.slick-active button {
    background: #FFBD00;
}

.add-review-wrapper {
    box-shadow: 20px 1px 31px -25px #00000036;
    padding-right: 2em;
    padding-block: 1em;
}

.add-rating {
    display: inline-block;
    position: relative;
}

.add-rating .rating-input {
    display: none;
}

.add-rating:hover .rating-star:hover,
.add-rating:hover .rating-star:hover ~ .rating-star,
.add-rating .rating-input:checked ~ .rating-star {
    background-position: 100% 0;
}

.add-rating .rating-star,
.add-rating:hover .rating-star {
    cursor: pointer;
    float: left;
    display: block;
    margin-left: 3px;
    width: 37px;
    height: 34px;
    background: url(../images/stars.png) 100% -34px;
}

.write-review .form-control {
    border-radius: 11px;
    box-shadow: none;
    padding: 1em;
}

.write-review .form-control:focus {
    box-shadow: inset 0 0 0 2px #101010;
    border-color: transparent;
}

.rating i {
    color: #FDB834;
}

.rating i.empty {
    color: #9d9d9d;
}

.slider-gap:not(.aside-arrows) {
    padding-bottom: 3em;
}

.slider-gap .slick-slide {
    margin: 0 5px;
}

.slider-gap .slick-list {
    margin: 0 -5px;
}

.slick-next,
.slick-prev {
    border-radius: 12px 0px 0px 30px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 60px !important;
    height: 45px !important;
    color: #FFBD00;
    text-align: center;
    border: none;
    cursor: pointer;
    outline: 0 !important;
    position: absolute;
    z-index: 99;
    top: calc(100% - 40px);
    transition: 0.3s;
}

.slick-next:hover,
.slick-prev:hover {
    background: #FFBD00;
    color: #fff;
}

.slick-prev {
    right: 0px;
    border-radius: 0px 30px 12px 0px;
}

.slick-next {
    right: 70px;
    left: auto;
}

ul.slick-dots {
    display: block;
    list-style-type: none;
    text-align: center;
    margin-top: 2em;
    margin-bottom: -2em;
    padding: 0 0 5px;
}

ul.slick-dots li {
    display: inline-block;
}

ul.slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 3px;
    padding: 0;
    border-radius: 50%;
    background: #FFBD00;
    border: none;
    text-indent: -9999px;
    outline: 0;
}

ul.slick-dots li.slick-active button {
    background: #101010;
}

.features {
    padding: 6em 0;
}

.features .item {
    margin: 1.8em;
}

.features .item img {
    box-shadow: 0px 0px 30px rgba(154, 155, 190, 0.5);
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

footer {
    padding-bottom: 1em;
    padding-top: calc(2em + 100px);
    background: #101010;
    color: #fff;
}

footer .logos img:not(.logo-img) {
    height: 45px;
}

footer .logo-img {
    height: 70px;
    margin-left: 1em;
    background: #FFBD00;
    border-radius: 15px;
    padding: 10px;
}

footer .footer-nav {
    margin-bottom: 0;
}

footer .footer-nav li {
    padding: 5px;
    text-transform: capitalize;
    /*margin:0 !important;*/
}

footer .footer-nav li a {
    font-size: 16px;
    color: white;
}

footer .footer-nav li:hover a {
    color: #FFBD00;
}

footer .cp a {
    color: white;
}

.copyrights {
    background: #000;
    border-radius: 7px;
    padding: 1em 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
}

.copyrights p {
    margin-bottom: 0;
}


.gowhatsapp {
    position: fixed;
    bottom: 2em;
    left: 2em;
    text-decoration: none;

    /* background: #FFBD00; */
    color: white;
    font-size: 12px;
    /* padding: 1em 1.3em; */
    /* display: none; */
    /* border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 5px; */
    z-index: 999999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    background: #FFBD00;
    color: white;
    font-size: 12px;
    padding: 1em 1.3em;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 5px;
    z-index: 999999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.go-top i {
    color: #fff;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.6);
}

.modal-backdrop.show {
    opacity: 1 !important;
}

.modal-content {
    border-radius: 30px;
    border: none;
}

.modal-content .modal-header {
    position: absolute;
    background: none;
    border: 0;
    z-index: 1;
    right: 0;
    top: 0;
}

.modal-body {
    padding: 0;
    border-radius: 30px;
}

.modal-body iframe {
    width: 100%;
    height: 450px;
    display: block;
    border-radius: 30px;
}

.modal-title {
    font-weight: 600;
}

.nice-select {
    padding-left: 30px;
    padding-right: 12px;
    height: auto;
    border: 0;
    border-radius: 0 6px 6px 0;
}

.nice-select .option {
    padding-right: 18px;
    padding-left: 29px;
    text-align: right;
}

.nice-select:after {
    left: 12px;
    right: auto;
    width: 7px;
    height: 7px;
    border-bottom-color: #101010;
    border-left-color: #101010;
}

.z-index {
    z-index: 4;
}

.single-user-review {
    padding: 10px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

.single-user-review:first-child {
    padding-top: 0;
}

.single-user-review .rating i {
    font-size: 12px;
}

.single-user-review .user-review {
    font-size: 14px;
    margin: 10px 0;
}

.contact-form .form-control {
    background: #fff;
    box-shadow: 0px 3px 20px #e0edfa;
    border-radius: 15px;
    border: none;
    min-height: 60px;
    transition: 0.3s;
}

.contact-form .form-control:focus {
    box-shadow: 0px 3px 3px #e0edfa, inset 0 0 0 1px #101010;
}

.hero-img {
    margin-bottom: 2em;
    position: relative;
}

.hero-img img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.company-profile-page .tab-content .tab-pane .catMenu .nav-link {
    border: 0;
    color: #101010;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 20px;
    font-size: 16px;
    background: #efefef;
    border-radius: 5px;
    padding: 10px 12px;
}

.company-profile-page .tab-content .tab-pane .catMenu .nav-link:hover {
    background: #FFBD00;
    color: #fff;
}

.navbar-li {
    position: relative;
}

.navbar-submenu {
    display: none;
    position: absolute;
    width: 95%;
}

.company-profile-page .tab-content .tab-pane .catMenu .nav-link.active {
    background: #FFBD00;
    color: #fff;
}

.contact-us-page .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 0;
    padding: 10px;
    gap: 10px;
}

@media all and (max-width: 576px) {
    .nav-item .navbar-li {
        position: relative;
    }

    .nav-item .navbar-li .navbar-submenu {
        position: static;
        width: 100%;
        padding-inline-start: 1em;
        padding-block:10px;
        transform: none !important;
        margin: 0;
        visibility: visible;
        transition: none !important;
        border: none !important;
        background: #a7a7a730 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        & li a {
            padding-block: 7px !important;
            &::before {
                content:' - '
            }
        }

    }
}

.contact-us-page .nav-tabs .nav-link {
    border: 0;
    color: #101010;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 6px;
}

.contact-us-page .nav-tabs .nav-link.active {
    background: #FFBD00;
    color: #fff;
}

.single-job {
    border-radius: 6px;
    background: #fff;
    border: 1px solid rgba(182, 182, 182, 0.61);
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    margin: 12px 0;
    transition: 0.3s;
}

.single-job .title {
    color: #101010;
    font-weight: bold;
    font-size: 20px;
}

.single-job .date {
    color: #101010;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.single-job .btn {
    flex-shrink: 0;
    margin-right: 20px;
}

.single-job:hover {
    background: rgba(255, 191, 5, 0.47);
}

.no-blend {
    background-blend-mode: normal;
}

.empty-video-modal {
    padding: 20% 0;
    background-blend-mode: normal;
}

.single-top-store-wrapper img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}

.single-top-store-wrapper .title {
    margin-top: 12px;
    color: #FFBD00;
    font-weight: bold;
    font-size: 18px;
}

.single-top-store-wrapper .title a {
    color: #FFBD00;
    font-weight: bold;
    font-size: 18px;
}

.single-top-store-wrapper:hover a {
    color: white;
}

.single-top-store-wrapper:hover .title {
    color: #101010;
}

.products-section .item {
    padding: 0 0 3em 0;
}

.products-section .slider-gap .slick-slide {
    margin: 0 10px;
}

.products-section .slider-gap .slick-list {
    margin: 0 -10px;
}

.products-section .slick-dots {
    margin-top: -1em;
    position: relative;
}

.single-product-wrapper {
    transition: 0.3s;
    border-radius: 12px;
    box-shadow: 0px 10px 11px 0 #00000024;
    overflow: hidden;
}

.single-product-wrapper img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    /*margin: 0 0 20px 0;*/
    transition: 0.3s;
}

.single-product-wrapper .title {
//margin-top: 7px; color: #101010;
    font-weight: bold;
    transition: 0.3s;
    font-size: 16px;
    background: #F7F7F7;
//border-radius: 14px;
    /*margin-top: -30px;*/
    /*position: absolute;*/
    padding: 10px;
    /*bottom: -20px;*/
    /*left: 0;*/
    /*right: 0;*/
    margin-bottom: 0;
    /*min-height: 70px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    text-align: center;
    /*gap: 10px;*/
}

.single-product-wrapper .title span {
    width: 100%;
    color: #ffbd00;
    text-shadow: 0px 1px 1px #00000012;
    display: none;
}

.single-product-wrapper .title a {
    color: #101010;
}

.single-product-wrapper p {
    color: rgba(255, 191, 5, 0.47);
}

.single-product-wrapper:hover .title a, .single-product-wrapper:hover .title {
    color: #FFBD00;
}

.single-cat-wrapper {
    background: #ffbd0017;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 0px rgba(255, 199, 37, 0.24);
    text-align: center;
    transition: 0.3s;
    margin: 12px 0;
}

.single-cat-wrapper p {
    color: rgba(0, 0, 0, 0.39) !important;
}

.single-cat-wrapper img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    margin: 20px 0;
    transition: 0.3s;
}

.single-cat-wrapper .cat-title {
    color: #FFBD00;
    font-weight: bold;
    transition: 0.3s;
    font-size: 18px;
}

.single-cat-wrapper:hover {
    box-shadow: -5px 5px 0 2px rgba(255, 199, 37, 0.24);
}

.single-cat-wrapper:hover .cat-title {
    color: #101010;
}

.single-product-wrapper {
    position: relative;
}

.single-product-wrapper .floating-icons {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 0;
    transition: 0.3s;
}

.single-product-wrapper .floating-icons a {
    color: #101010;
    background: rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 19px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: scale(2);
}

.single-product-wrapper .floating-icons a i {
    pointer-events: none !important;
}

.single-product-wrapper .floating-icons a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.single-product-wrapper .product-title {
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    transition: 0.3s;
    color: #101010;
}

.single-product-wrapper:hover .product-title {
    color: #101010;
}

.single-product-wrapper:hover .floating-icons {
    opacity: 1;
}

.single-product-wrapper:hover .floating-icons a {
    transform: scale(1);
}

.product-modal .close {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #FFBD00;
    border: none;
    background: none;
    font-size: 19px;
}

.product-modal ul li {
    color: #707070;
}

.search-form {
    position: relative;
}

.search-form .btn {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.search-form .btn i {
    margin-left: 0;
}

.search-form .form-control {
    border-radius: 7px;
    border: 2px solid #e5660f;
    height: 65px;
}

.search-form .form-control::placeholder {
    color: #101010;
}

.search-form .form-control:focus {
    box-shadow: none;
    border-color: #FFBD00;
}

.download-catalog {
    background: rgba(255, 191, 5, 0.47);
    border-radius: 7px;
    padding: 15px;
}

.download-catalog img {
    width: 30px;
    margin-left: 6px;
}

.download-catalog p {
    margin-bottom: 0;
    color: #101010;
    font-weight: bold;
}

.download-catalog i, .download-catalog a {
    color: #FFBD00;
    display: block;
}

.download-catalog i {
    font-size: 22px;
}

.download-catalog:hover p, .download-catalog:hover a, .download-catalog:hover i {
    color: #101010;
}

.cats-list {
    border-radius: 7px;
}

.cats-list ul a {
    color: #101010;
    font-weight: bold;
    font-size: 17px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(163, 199, 235, 0.62);
    display: flex;
    justify-content: space-between;
}

.cats-list ul a:hover {
    color: #101010;
}

.cats-list ul a.active:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #101010;
}

.cats-list ul li:last-child a {
    border-bottom: 0;
}

.sale-point {
    background: linear-gradient(0deg, #101010, #101010), url("../images/point-sale.webp");
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    padding: 2em;
    line-height: 2;
}

.sale-point .nice-select {
    color: #000;
    border-radius: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sale-point .btn {
    border-radius: 7px;
    box-shadow: none;
}

.support-box {
    background: linear-gradient(0deg, #FFBD00, #FFBD00), url("../images/support-guy.webp");
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15% 2em;
    color: #fff;
}

.support-box a {
    color: #101010;
    display: block;
    font-weight: bold;
    font-size: 30px;
    margin-top: 15px;
}

.support-box a:hover {
    color: white;
}

.cat-floating-name {
    background: #427DFA;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: bold;
}

.navbar-light .navbar-toggler {
    border: none;
    box-shadow: none;
}

.navbar-light .navbar-toggler span.navbar-toggler-icon {
    background-image: none !important;
}

.navbar-light .navbar-toggler.collapsed span.navbar-toggler-icon::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    line-height: 1.3;
    font-size: 25px;
    color: #ffffff9e;
}

.navbar-light .navbar-toggler:not(.collapsed) span.navbar-toggler-icon::before {
    content: "" !important;
    font-family: "Font Awesome 5 Pro";
    line-height: 1.3;
    font-size: 25px;
    color: #ffffff9e;
}

.content {
    color: #707070;
    line-height: 2;
}

/*************************************************/
/* Prices */
/*************************************************/
.p-table-wrap {
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ebeef1;
    margin-bottom: 2em;
}

.p-table:nth-child(odd) {
    background: #e7e7e754;
}

.p-table {
    display: table;
    width: 100%;
    color: #2b2d34;
    font-size: 16px;
    font-weight: 500;
    background: #fefefe;
}

.p-cell {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 15px 25px;
    text-align: center;
    border-left: 1px solid #ebeef1;
}

.p-table .p-cell:first-child {
    //text-align: right;
    border: none;
}

.p-header {
    text-align: center;
    padding: 15px 0;
    background: #281d0017;
    color: #2b2d34;
    font-size: 18px;
    font-weight: 900;
}

.p-bold {
    color: #2b2d34;
    font-weight: 900;
    font-size: 18px;
}

.p-table-b {
    background: #e7e7e7 !important;
}

.p-package span {
    display: block;
    font-weight: 900;
}

.p-package span.small {
    font-size: 14px;
    font-weight: 500;
    color: #888b98;
    margin-top: 8px;
}

.p-price {
    font-size: 20px;
    font-weight: 900;
}

.p-price b {
    font-weight: 600;
    font-size: 16px;
}

.p-cell i {
    font-size: 22px;
}

.p-cell i:before {
    vertical-align: middle;
}

.p-cell i.fa-times-circle {
    color: #ff6767;
}

.p-cell i.fa-check-circle {
    color: #8fd049;
}

.p-cell img {
    max-width: 90%;
}

.compare-wrap.table-page {
    margin-top: 50px;
}

.compare-wrap.table-page a {
    width: 27%;
}

.plan-price {
    font-size: 31px;
    font-weight: bold;
    color: #ff9e01;
}

.plan-price.year {
    display: none;
}

.plan-price small {
    font-size: 21px;
    font-weight: normal;
}

.price-toggle {
    text-align: center;
    display: flex;
    overflow: hidden;
}

.price-toggle span {
    font-weight: bold;
    font-size: 21px;
    text-transform: capitalize;
    display: inline-flex;
    height: 50px;
    align-items: center;
    padding: 10px 30px;
    cursor: pointer;
    background: #101010;
    color: #fff;
    border-radius: 0 25px 25px 0;
}

.price-toggle span:last-child {
    border-radius: 25px 0 0 25px;
}

.price-toggle span.active {
    background: #FFBD00;
    color: #fff;
}

.company-profile-page .nav-tabs {
    border-bottom: 0;
    margin-bottom: 2em;
    gap: 10px;
}

.company-profile-page .nav-tabs .nav-link {
    border: 0;
    color: #101010;
    font-weight: bold;
    font-size: 16px;
    background: #FFBD00;
    border-radius: 5px;
    padding: 10px 30px;
}

.company-profile-page .nav-tabs .nav-link:hover, .company-profile-page .nav-tabs .nav-link.active {
    background: #101010;
    color: #fff;
}

.company-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.company-gallery-wrapper a {
    width: calc((100% / 4) - 10px);
    display: block;
}

.company-gallery-wrapper a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.company-gallery-wrapper a.video-gallery-item {
    position: relative;
}

.company-gallery-wrapper a.video-gallery-item:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
    font-weight: bold;
    background: #f9cc00;
    border-radius: 50%;
    width: 60px;
    aspect-ratio: 1/1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-profile {
    text-align: center;
    border-radius: 10px;
    padding: 1em;
    background-image: linear-gradient(rgba(255, 189, 0, 0.14), rgba(255, 189, 0, 0.14)), url("../images/Contour Line.svg");
    background-size: cover;
}

ul.company-social {
    padding-inline-start: 0;
}

.company-profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 1em;
    object-fit: cover;
}

.company-profile .title {
    font-weight: bold;
    color: #101010;
    font-size: 22px;
    margin-bottom: 10px;
}

.company-profile .company-social a i {
    color: #ffffff;

    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    border-radius: 5px;
    background: #FFBD00;
}

.company-profile .company-social a i.fa-youtube {
    background: #C52F30;
}

.company-profile .company-social a i.fa-instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}

.company-profile .company-social a i.fa-facebook-f {
    background: #3C599F;
}

.company-profile .company-social a i.fa-facebook {
    background: #3C599F;
}

.company-profile .company-social a i.fa-whatsapp {
    background: #43d854;
}

.company-profile .company-social a i.fa-globe {
    background: #06bf9d;
}

.company-profile .company-social a i.fa-envelope {
    background: #4aa7c3;
}

.company-profile .company-social a i.fa-phone-alt {
    background: #ffa802d1;
}

.company-profile .company-social a i.fa-twitter {
    background: #55acee;
}

.company-profile .company-social a i.fa-snapchat {
    background: #ffe929;
}

.company-profile .company-social a i.fa-telegram {
    background: #0088CC;
}

.company-profile .company-social a:hover i {
    background: #101010;
    color: #FFBD00;
}

a[data-fancybox] img {
    cursor: zoom-in;
}

/****************************
======== My account =========
****************************/
.my-account-page .white-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 13px 18px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 0;
}

.aside-menu {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.aside-menu li, .aside-menu i {
    transition: 0.3s;
}

.aside-menu li.active, .aside-menu li:hover {
    box-shadow: inset 0 -2px 0 0 #FFBD00;
}

.aside-menu li.active i, .aside-menu li:hover i {
    font-weight: 600;
}

.aside-menu li:not(.dropdown-divider) {
    color: #828282;
    padding: 15px 20px;
    font-weight: 500;
}

.aside-menu li:not(.dropdown-divider) a {
    color: #828282;
}

.aside-menu li:not(.dropdown-divider) i {
    margin-left: 8px;
    font-size: 20px;
}

.aside-menu li:not(.dropdown-divider).active a, .aside-menu li:not(.dropdown-divider):hover a {
    color: #FFBD00;
}

.aside-menu .dropdown-divider {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.user-panel-wrapper {
    height: 100%;
}

.user-panel-wrapper .info-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px;
}

.user-panel-wrapper .info-line strong {
    flex-basis: 150px;
}

.user-panel-wrapper .info-line .info {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 10px;
    color: #474444;
}

.user-panel-wrapper .info-line + .info-line {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.edit-btn {
    background: none;
    border: none;
    color: #FFBD00;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.edit-btn:hover {
    color: #101010;
}

.orders-tabs {
    padding: 2em 3em;
    border: none;
}

.orders-tabs li .nav-link {
    border: none;
    color: #000;
    font-weight: 600;
    background: none;
    padding: 10px 40px;
    border-radius: 30px;
}

.orders-tabs li .nav-link.active {
    background: #F3AC7F;
    color: #fff;
}

.break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}

.my-orders-page .item-quantity .qt-num {
    text-align: center;
    border-radius: 4px !important;
    background: #d9cdd8;
    color: black;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 3px !important;
}

.my-orders-page .item-info .item-img {
    width: 60px;
    height: 60px;
    margin-left: 10px;
}

.my-orders-page .item-info .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-orders-page .single-order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.my-orders-page .single-order-item .single-cart-item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 0 10px;
    margin-bottom: 0;
}

.my-orders-page .single-order-item .single-cart-item .item-title, .my-orders-page .single-order-item .single-cart-item .item-price {
    font-size: 14px;
}

.my-orders-page .single-order-item .single-cart-item .item-img {
    width: 60px;
}

.my-orders-page .single-order-item .single-cart-item .item-info {
    width: 100%;
    font-size: 13px;
}

.my-orders-page .info {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.my-orders-page .info:last-child span {
    color: black;
}

.my-orders-page .info span {
    display: block;
    font-weight: 600;
    color: #828282;
    padding: 10px;
}

.my-orders-page .info span:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bootstrap-modal .modal-content {
    background: white !important;
    padding: 1em;
}

.bootstrap-modal .modal-content .modal-header {
    position: static;
}

.bootstrap-modal .modal-body {
    box-shadow: none !important;
    padding: 1em !important;
}

.bootstrap-modal .modal-header .close {
    color: white;
    box-shadow: none;
    text-shadow: none;
    background: #FFBD00;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
}

.bootstrap-modal .modal-header .close:hover {
    background: #101010;
}

.order-details li strong:after {
    content: " : ";
    margin: 0 6px;
}

.order-details li {
    width: calc(50% - 10px);
    line-height: 2;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-family: Tahoma, sans-serif;
    display: inline-block;
}

/****************************
======== Products  Filters =========
****************************/
.products-filters {
    background: rgba(240, 169, 83, 0.13);
    border-radius: 13px;
    padding: 15px;
    margin-bottom: 30px;
}

.products-filters label {
    color: #919191;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.products-filters .custom-control {
    margin-bottom: 5px;
}

.custom-control-label::before {
    box-shadow: none !important;
    border: #919191 solid 1px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #FFBD00;
    background-color: #FFBD00;
}

.forms-page-wrapper .form-control:focus {
    box-shadow: inset 0 0 0 1px #FFBD00;
}

.form-check-input:checked {
    background-color: #FFBD00;
    border-color: #FFBD00;
}

.form-check-input:focus {
    border-color: #FFBD00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(199, 148, 37, 0.24);
}

.single-filter {
    margin: 15px 0;
    position: relative;
    transition: 0.3s;
}

.single-filter .title {
    cursor: pointer;
}

.single-filter .title[data-bs-toggle=collapse]:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 0;
    color: #FFBD00;
    transition: 0.3s;
}

.single-filter .title.collapsed {
    transition: 0.3s;
}

.single-filter .title.collapsed:after {
    content: "";
    transition: 0.3s;
}

.noUi-connect {
    background: #FFBD00;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    cursor: pointer;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.stacked-images {
    position: relative;
}

.stacked-images img {
    max-width: 350px;
}

.stacked-images img:last-child {
    position: absolute;
    top: 40px;
    left: 90px;
}

.search-page-wrapper .single-top-store-wrapper:hover .title a {
    color: #101010 !important;
}

.sponsors .slick-next, .sponsors .slick-prev {
    background: #FFBD00;
    color: #fff;
}

.sponsors .slick-next:hover, .sponsors .slick-prev:hover {
    background: #101010;
}

/****************************
======== Payments =========
****************************/
.bill-total {
    margin-bottom: 2em;
}

.bill-total span {
    font-size: 35px;
    display: inline-block;
    font-weight: bold;
    padding: 0 10px;
}

.payment-methods .custom-control-label {
    color: #C58E3B;
    font-size: 19px;
}

.payment-methods hr {
    background: white;
    height: 1px;
}

.payment-methods h6 {
    font-size: 30px;
    color: #FFBD00;
}

.payment-methods .nav-tabs {
    border-bottom: 0;
}

.payment-methods .nav-tabs .nav-link {
    background: none;
    border: 2px solid white;
    border-radius: 0;
    font-size: 28px;
    color: #fff;
    margin: 5px;
}

.payment-methods .nav-tabs .nav-link.active {
    background: #C58E3B;
    border-color: #C58E3B;
}

.pay-options li a {
    position: relative;
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 10px 1em;
    border: 1px solid #FFBD00;
    border-bottom-width: 7px;
}

.pay-options li a:not(.collapsed) {
    border-color: #FFBD00 !important;
}

.pay-options li a.collapsed {
    border-color: rgba(207, 216, 220, 0.3);
}

.pay-options li a:hover {
    border-color: rgba(0, 0, 0, 0.2);
}

.pay-options li img {
    width: 120px;
    object-fit: contain;
    height: 70px;
}

ul .input-group {
    align-items: center !important;
}

.options-content .card-body {
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
}

.options-content .card-body .form-control {
    background: none;
    border: 1px solid #C58E3B;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    min-height: 45px;
}

/****************************
======== modal forms =========
****************************/
.form-modal .modal-content {
    border-radius: 12px;
    border: none;
    padding: 1em;
}

.form-modal .modal-header {
    border-bottom: none;
}

.form-modal .user-form span.input-group-text {
    background: white;
    border-left: 0 !important;
    border: 1px solid #FFBD00;
    border-radius: 0 8px 8px 0;
    position: relative;
    width: 50px;
    z-index: 5;
}

.form-modal .user-form span.input-group-text i {
    font-size: 22px;
    color: #FFBD00;
}

.form-modal .user-form span.input-group-text:after {
    content: "";
    width: 1px;
    height: 80%;
    background: #e6c7b7;
    position: absolute;
    left: 0;
}

.form-modal .user-form .form-control {
    box-shadow: none !important;
    border: 1px solid #FFBD00;
    border-radius: 8px 0 0 8px;
    min-height: 50px;
    padding: 10px 10px 10px 30px;
    margin-bottom: 0;
    border-right: 0;
}

.form-modal .reset-password-form {
    padding: 1em;
}

.form-modal .reset-password-form .form-control {
    box-shadow: none !important;
    border: 2px solid #FFBD00;
    border-radius: 8px;
    min-height: 50px;
    padding: 10px 10px 10px 30px;
    margin-bottom: 0;
}

.form-modal .user-form .password-input-wrapper {
    position: relative;
}

.form-modal .user-form .password-input-wrapper .togglePassword {
    position: absolute;
    top: 6px;
    left: 20px;
    background: none;
    border: none;
    color: #828282;
    font-size: 25px;
}

.form-modal .social-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 13px;
}

.form-modal .social-login a {
    width: 100%;
}

.form-modal .social-login a i {
    font-size: 25px;
    color: #fff;
}

.form-modal .social-login .facebook {
    background: #3B5999;
}

.form-modal .social-login .twitter {
    background: #03A9F4;
}

.form-modal .social-login .google {
    background: #6e76831c;
    border: 1px solid #bebebe29;
}

.form-modal .social-login i.fa-google {
    background: conic-gradient(from 45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.form-modal .user-form input[type=submit].btn {
    width: 60%;
}

.slick-arrow i {
    transform: scale(-1)
}

[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}

.aside-arrows .slick-next, .aside-arrows .slick-prev {
    top: calc(50% - 40px);
    border-radius: 50%;
    width: 45px !important;
    height: 45px !important;
}

.aside-arrows .slick-next {
    right: auto;
    left: -60px;
}

.aside-arrows .slick-prev {
    right: -60px;
}

.single-product-wrapper .add-to-fav, .single-product-wrapper .login-to-add-fav {
    position: absolute;
    top: 4%;
    right: 4%;
}

.add-to-fav a, .login-to-add-fav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
}

.login-to-add-fav a {
    color: white !important;
}

.add-to-fav.active i::before {
    font-weight: 600;
}

.reviews {
    background: #21252905;
    padding: 2em 0;
}

.parsley-errors-list {
    position: absolute;
    top: 100%;
}

.notifications-table a {
    color: #ffbd00;
}

.notifications-table a:hover {
    color: #000;
}

.notifications-dropdown span.count {
    position: absolute;
    bottom: auto;
    right: auto;
    background: #fff;
    color: #000;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: normal;
    /* margin: 0 -11px -8px -2px; */
    text-align: center;
    left: 9px;
    top: 3px;
}

.notifications-dropdown .dropdown-menu .single-cart-item a:hover {
    background: none !important;
}

.notifications-dropdown .dropdown-menu .single-cart-item:hover {
    background: #f1f1f1;
}

/*blog*/
.blog-page .section-title {
    margin-bottom: 30px;
}

.filters {
    margin: 1em 0;
}

.filters a {
    border-radius: 30px;
    color: white;
    background: #EF7354;
    font-weight: 600;
    padding: 10px 15px;
}

.filters a:hover {
    background: #eb461f;
}

.filters .active a {
    background: #eb461f;
}

.recent-blog-posts .single-blog-post {
    margin-bottom: 30px;
}

.single-blog-post .thumbnail {
    /*box-shadow: 0px 8px 12px #d9cdd8;*/
    border-radius: 8px;
    overflow: hidden;
}

.single-blog-post .thumbnail img {
    height: 350px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 8px 12px #d9cdd8;
    object-fit: cover;
    transition: 0.3s;
}

.single-blog-post .post-date {
    font-weight: 600;
    color: #474444;
    margin-top: 15px;
    font-size: 14px;
}

.single-blog-post .post-title {
    font-weight: bold;
    font-size: 20px;
    color: #110802;
    margin-top: 12px;
}

.single-blog-post .post-title a {
    color: #110802;
}

.single-blog-post p {
    font-weight: normal;
    color: #828282;
}

.single-blog-post .read-more {
    color: #ffbd00;
    font-weight: 600;
    font-size: 14px;
    margin-top: 14px;
    display: block;
}

.single-blog-post .read-more:after {
    content: "";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

.single-blog-post:not(.blog-post):hover img {
    filter: brightness(0.5);
}

.single-blog-post:hover a {
    color: #ffbd00;
}

.single-blog-post.h-style {
    display: flex;
    margin-bottom: 15px;
}

.single-blog-post.h-style .thumbnail {
    box-shadow: 0px 8px 12px #d9cdd8;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 1.5em;
    flex: 0 0 auto;
    width: 50%;
}

.single-blog-post.h-style .thumbnail img {
    height: 170px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 8px 12px #d9cdd8;
    object-fit: cover;
    transition: 0.3s;
}

.single-blog-post-page .blog-post .thumbnail {
    height: auto;
}

.single-blog-post-page .blog-post .thumbnail img {
    height: auto;
    max-height: 500px;
}

.single-blog-post-page .blog-post .post-content {
    line-height: 2;
    margin-top: 30px;
}

section.single-dalel-page.py-5 {
    padding: 3em 0 0;
}

.blog-post.single-blog-post {
    background: #fefefe;
    padding: 1em;
    border: 1px solid #8080802e;
    border-radius: 12px;
}

/*pagination*/

ul.pagination {
    justify-content: center;
    margin-top: 2em;
}

ul.pagination .page-link {
    justify-content: center;
    color: #fff;
    background: #FFBD00;
    border: none;
    font-size: 18px;
}

ul.pagination .page-item.active .page-link, ul.pagination .page-item:hover .page-link {
    background: #101010;
}

ul.pagination .page-item.disabled .page-link {
    color: #fff;
    background: #FFBD00;
}

.layout-wrapper {
    overflow-y: auto;
}

.layout-wrapper::-webkit-scrollbar {
    width: 5px;
}

.layout-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.layout-wrapper::-webkit-scrollbar-thumb {
    background-color: #FFC107;

}

.company-profile-page .tab-content .tab-pane .catMenu .nav-link {
    min-width: 100px;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;

    .price {
        color: #000000;
        font-weight: 600;
        margin-bottom: 7px;
        font-size: 19px;
        display: inline-flex;
        align-items: center;
        padding: 10px 10px 0;
        gap: 4px;

        & small {
            color: black;
            font-weight: 100;
            font-size: 13px;

        }
    }

    .rate {
        padding: 10px 10px 0;
        color: orange;
        font-size: 11px;
        margin-bottom: 7px;
    }
}

/****************************
======== Responsive styles =========
****************************/

@media all and (min-width: 769px) {
    .notifications-dropdown .dropdown-menu {
        width: 320px;
    }
}

@media all and (max-width: 1600px) {
    .hero-slider .single-hero-slide {
        height: 100vh !important;
    }
}

@media all and (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 8px 13px;
    }

    .section-description {
        font-size: 14px;
    }
}

@media all and (max-width: 1024px) {
    .aside-arrows .slick-next {
        right: auto;
        left: -40px;
    }

    .aside-arrows .slick-prev {
        right: -40px;
    }

    .hero-header .slide-title {
        font-size: 30px;
    }

    .modal-video-wrapper .title {
        width: 60vw;
    }

    .stacked-images img:last-child {
        left: 30px;
    }

    .white-wrapper {
        width: 100% !important;
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .hero-slider .slide-title {
        font-size: 25px;
    }
}

@media all and (max-width: 768px) {
    header {
        max-height: 100%;
        overflow-y: auto;
    }

    .top-stores {
        margin-top: 0;
    }

    .company-gallery-wrapper a {
        width: calc((100% / 2) - 10px);
    }

    .pricing-packages-wrapper {
        margin-top: 2em;
    }

    .pricing-packages-wrapper .single-price-package.popular-package {
        transform: none;
    }

    .dalel-slider {
        margin-bottom: 1em;
    }

    .add-review-wrapper {
        box-shadow: none;
        padding: 0;
        margin-top: 1em;
    }

    .breadcrumbs .breadcrumb-item {
        font-size: 18px;
    }

    .modal-video-wrapper p {
        width: auto;
    }

    .about-us {
        padding: 2em 0;
    }

    .position-sticky {
        position: static !important;
    }

    .logo {
        display: none;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        border-radius: 10px;
        background: #ffffff47;
        margin-block: 10px;
    }

    .section-title {
        margin-bottom: 0;
    }

    .categories-section .section-title {
        /*margin-bottom: 20px !important;*/
    }

    .modal-video-wrapper {
        padding: 4em 0;
    }

    .footer-wrapper {
        text-align: center;
    }

    .footer-wrapper .social-list {
        margin-top: 2em;
    }

    .footer-nav {
        margin-bottom: 15px !important;
    }

    .dropdown-menu, .dropdown-menu.submenu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        border: 1px solid #80808030;
        margin-top: 5px;
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 10px;
    }

    .single-counter .title {
        font-size: 14px;
    }

    .single-counter .counter {
        font-size: 22px;
    }

    .w-50, .w-75 {
        width: auto !important;
    }

    .slick-next, .slick-prev, .slick-dots {
        display: none !important;
    }
}

@media all and (max-width: 600px) {

    .company-profile-page .tab-content .tab-pane .catMenu .nav-link {
        min-width: auto;
    }

    .bill-total span {
        font-size: 18px;
    }

    .payment-methods h6 {
        font-size: 16px;
    }

    .plan-price {
        font-size: 15px;
    }

    .plan-price small {
        font-size: 10px;
    }

    .p-cell {
        padding: 10px 15px;
    }

    .company-gallery-wrapper a img {
        height: 150px;
    }

    footer .logo-img, .language:before {
        display: none;
    }

    .features .item img {
        height: auto;
        object-fit: contain;
        box-shadow: none;
    }

    .features, .contact-us {
        padding: 3em 0;
    }

    .modal-video-wrapper .title {
        font-size: 25px;
    }

    .modal-video-wrapper p {
        font-size: 14px;
    }

    .hero-header {
        margin-top: -1px;
    }

    .slider-gap {
        /* the slides */
        /* the parent */
    }

    .slider-gap .slick-slide {
        margin: 0;
    }

    .slider-gap .slick-list {
        margin: 0;
    }

    .cats-slider.slider-gap .slick-slide {
        margin: 0 5px !important;
    }

    .cats-slider {
        & .slick-next, & .slick-prev, & .slick-dots {
            display: block !important;
        }
    }

    .copyrights {
        text-align: center;
        margin-top: 10px;
    }

    .copyrights img {
        width: auto;
    }

    .w-25,
    .w-50,
    .w-75 {
        width: auto !important;
    }

    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .nice-select .option {
        max-width: 90vw;
    }

    .single-counter {
        justify-content: start;
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 22px;
    }

    footer {
        padding-top: 100px;
    }

    .hero-header .slide-title {
        font-size: 22px;
    }

    .hero-header .slider-description {
        font-size: 16px;
    }

    .noUi-connect {
        background: #10AB4C;
    }

    .noUi-horizontal .noUi-handle {
        width: 20px;
        cursor: pointer;
    }

    .noUi-handle:after, .noUi-handle:before {
        display: none;
    }

}

.locations-list li a {
    color: #707070;
    padding: 5px 0;
    display: block;

}

.locations-list li a i {
    margin-inline-end: 5px;
    color: #ffbd00;
}

.locations-list li a:hover {
    color: #FFBD00;
    margin-inline-start: 5px;
}

#tab_products .aside-arrows .slick-prev {
    right: 0;
    top: calc(50% - 13px);
}

#tab_products .aside-arrows .slick-next {
    left: 0;
    top: calc(50% - 13px);
}

#tab_products .nav-pills {
    padding-inline: 4em;
}

.offcanvas-body input.quantity {
    border: none;
    background: #f5f5f5;
    text-align: center;
}

.offcanvas-body table td {
    border-bottom: 0;
}

.offcanvas-body table {
    vertical-align: middle;
}
i.empty {
    color: #c6c6c6;
}

.cat_parent {
    position: relative;
    cursor: pointer;
    padding-inline-start: 18px;

    &:after {
        content: '\f107';
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        inset-inline-start: 0;
        transition: 0.3s;
    }
    &.open {
        &:after {
            rotate:180deg;
        }
    }
}


.single-product-wrapper {
.sale {
    background: red;
    position: absolute;
    inset-inline-end: 0;
    border-radius: 15px 0 15px 0;
    color: white;
    font-size: 11px;
    padding: 5px 9px;
}

.price {
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    min-height: 62px;

}
}

.price-before {
    color: #9d9d9d ;
    font-weight: normal;
}

.add-to-cart-btn {
    color: black;
    background: #ffbd00;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    border: none !important;

&:hover {
     background: #101010;
     color: white;
 }
}





.cart-page-container {
    padding-block: 5rem;
}

.single-cart-item {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    gap: 12px;
    border-bottom: 1px solid #E0E0E0;
}

.single-cart-item .item-img {
    flex-shrink: 0;
    width: 68px;
    height: auto;
    border-radius: 10px;
}

.single-cart-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-cart-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.favourite-products .single-cart-item {
    display: flex;
}
.favourite-products .single-cart-item .item-img {
    background: #D9D9D9;
}

.remove-item {
    height: 41.6px;
    box-shadow: none !important;
    outline: 0 !important;
}
.remove-item i {
    color: red;
}
.remove-item:hover i {
    color: #6B6C7E;
}

.remove-item, .edit, .buy-item {
    padding-inline: 5px;
    border: 0;
}

.remove-item:hover, .edit:hover, .buy-item:hover {
    color: #6B6C7E !important;
}

.order-summary {
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #D1D1D8;
}

.order-summary .btn-primary {
    padding-block: 13px;
}

.hr {
    background: #D1D1D8;
    height: 1px;
    width: 100%;
    border: 0;
    opacity: 1;
    margin: 2rem 0;
}

.info-line {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.info-line strong {
    font-weight: 500;
    font-size: 16px;
}

.info-line span {
    font-size: 14px;
    font-weight: 400;
}

.custom-check {
    display: flex;
    align-items: center;
    gap: 14px;
}

.custom-check input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin: 0;
    box-shadow: none !important;
    border: 1px solid #FFBD00;
    transition: 0.3s;
    flex-shrink: 0;
}

.custom-check input[type=checkbox]:checked {
    background-color: #FFBD00;
    border: 1px solid #FFBD00;
    background-image: url("../images/icons/check_solid.svg");
    transition: 0.3s;
}

.custom-radio {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 32px;
}

.custom-radio input[type=radio] {
    width: 22px;
    height: 22px;
}

.custom-radio .form-check {
    display: flex;
    margin-bottom: 0;
}

.custom-radio .form-check-input {
    flex-shrink: 0;
    border: none;
    background: none !important;
    box-shadow: inset 0 0 0 2px #525252;
    transition: 0.3s;
    margin-inline-end: 16px;
    margin-top: 8px;
}

.custom-radio .form-check-input:checked {
    box-shadow: inset 0 0 0 2px #FFBD00, inset 0 0 0 5px white, inset 0 0 0 13px #FFBD00;
    transition: 0.3s;
}

.custom-radio span {
    display: flex;
    align-items: center;
}

.actions button {
    border-radius: 0;
    padding-block: 0;
}

.actions button:has(+ button) {
    border-inline-end: 1px solid #D1D1D8 !important;
    padding-inline-end: 24px;
    margin-inline-end: 24px;
}

.coupon-field {
    position: relative;
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.coupon-field svg {
    position: absolute;
    inset-inline-start: 16px;
    top: 50%;
    bottom: auto;
    translate: 0 -50%;
}

.coupon-field .form-control {
    border-radius: 10px;
    border: 1px solid #D1D1D8;
    padding: 1rem;
    padding-inline-start: 56px;
    outline: 0 !important;
}

.coupon-field .form-control::placeholder {
    color: #A2A3B1;
    font-size: 14px;
}

.coupon-field .form-control:focus {
    box-shadow: inset 0 0 0 1px #FFBD00 !important;
}

.coupon-field .submit-coupon {
    border-radius: 10px;
    border: 1px solid #D1D1D8;
    background: white;
    color: #101010;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.coupon-field .submit-coupon:hover {
    background: #FFBD00;
    color: #fff;
    border-color: #FFBD00;
}

.iti__flag {
    background-image: url("../images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png");
    }
}
.bg-dark-900 {
    background: #F8F8F8;
}

.input-wrapper .form-control {
    min-height: 50px;
    padding-inline: 17px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
}

.input-wrapper .form-control::placeholder {
    color: #A8A8A8;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.input-wrapper .form-control:focus {
    box-shadow: inset 0 0 0 1px #FFBD00;
    border-color: transparent;
}

.input-wrapper textarea.form-control {
    padding: 15px;
    min-height: 100px;
}

.input-wrapper input[type=file] {
    min-height: unset;
    padding: 0.375rem 0.75rem !important;
}

.mb24 {
    margin-bottom: 24px !important;
}

.custom-nice-select.form-control {
    width: 100%;
    display: flex;
}

.custom-nice-select .list {
    width: 100%;
}

.btn-check-out {
    border-radius: 10px !important;
    padding: 1rem;
}

.cart-page-container, .account-page-wrapper, .fix-footer {
    margin-bottom: -140px;
    padding-bottom: 9rem;
}

.profile-wrapper button.hover-bg-secondary:hover {
    background: #FFBD00 !important;
    color: white !important;
}

.modal-header.p-0.mb24 {
    position: static;
}

.fz20 {
    font-size: 20px !important;
}

.profile-wrapper button.hover-bg-secondary:hover svg path {
    fill: white;
}

.profile-sidebar {
    background: white;
    margin-top: 2rem;
    border-radius: 16px;
    height: auto !important;
    padding: 0 !important;
    border: 0.8px solid #dee2e6;
    overflow: hidden;
}

.profile-sidebar .toggle-mobile-trigger {
    padding: 1em;
    color: #fff !important;
    margin: 0 !important;
    font-weight: bold;
    background: #FFBD00;
}

.account-nav {
    margin-bottom: 0;
}

.account-nav li {
    border-top: 1px solid #ffffff2e;
}

.account-nav li a {
    font-size: 15px;
    color: #101010;
    padding-inline: 1rem;
    padding-block: 10px;
    display: block;
}

.account-nav li a:hover, .account-nav li a.active {
    color: #FFBD00;
    background: #fff;
    margin-left: 5px;
}

.account-nav li a:hover img, .account-nav li a.active img {
    filter: none;
}

.account-nav li img {
    width: 20px;
    margin-inline-end: 10px;
    filter: brightness(0) invert(1);
}

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

.mb-2rem {
    margin-bottom: 2rem !important;
}

.text-helper {
    color: #6F6F6F;
}

.btn {
    outline: 0;
    box-shadow: none !important;
}

.modal-content {
    border-radius: 24px;
    border: none;
    padding: 24px 32px;
}

.modal-header {
    border-bottom: none;
}

.togglePassword {
    position: absolute;
    top: 0;
    bottom: 0;
    inset-inline-end: 20px;
    background: none;
    border: none;
}

.togglePassword img:last-child {
    display: none;
}

.togglePassword.hide img:last-child {
    display: block;
}

.togglePassword.hide img:first-child {
    display: none;
}

.balance-activity-table, .orders-table {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    overflow: hidden;
}

.balance-activity-table table, .orders-table table {
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: hidden;
}

.balance-activity-table thead th, .orders-table thead th {
    background: #F4F4F4;
    padding: 16px 20px;
}

.balance-activity-table tr, .orders-table tr {
    border: 1px solid #E0E0E0;
}

.balance-activity-table th,
.balance-activity-table td, .orders-table th,
.orders-table td {
    padding: 18px 20px;
    text-align: center;
}

.balance-activity-table.orders-table, .orders-table.orders-table {
    overflow: unset;
}

.balance-activity-table.orders-table thead tr th:first-child, .orders-table.orders-table thead tr th:first-child {
    border-radius: 10px 0 0 0;
}

.balance-activity-table.orders-table thead tr th:last-child, .orders-table.orders-table thead tr th:last-child {
    border-radius: 0 10px 0 0;
}

.choose-currency .nice-select {
    height: 50px;
    display: flex;
    line-height: 50px;
    border-radius: 12px !important;
    border-start-start-radius: 0 !important;
    border-end-start-radius: 0 !important;
}

.user-order-actions > a {
    width: 50px;
    display: block;
}

.user-order-actions > a.show img {
    filter: invert(18%) sepia(55%) saturate(6457%) hue-rotate(233deg) brightness(97%) contrast(91%);
}

.user-order-actions .dropdown-menu {
    width: auto;
    min-width: 100px;
    border-radius: 10px;
    background: #F4F4F4;
    text-align: center;
    overflow: hidden;
    box-shadow: none;
    font-size: 14px !important;
}

.user-order-actions .dropdown-menu li:hover a {
    background: #FFBD00;
    color: #fff !important;
}

.invoice-modal .modal-lg {
    max-width: 555px;
}

.invoice-modal .modal-header {
    border-radius: 10px 10px 0 0;
}

.fz10 {
    font-size: 10px !important;
}

.fz13 {
    font-size: 13px !important;
}

.fz20 {
    font-size: 20px !important;
}

.invoice-products-table table {
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: hidden;
}

.invoice-products-table table thead tr th {
    font-size: 11px;
    color: #60737D;
    font-weight: 400;
    text-align: end;
    padding-bottom: 2rem;
}

.invoice-products-table table thead tr th:first-child {
    font-size: 14px;
    font-weight: 600;
    color: #161616;
    text-align: start;
}

.invoice-products-table table tbody {
    padding-top: 2rem;
}

.invoice-products-table table tbody tr {
    border-bottom: 1px solid #E0E0E0;
}

.invoice-products-table table tbody tr:first-child td {
    padding-top: 0;
}

.invoice-products-table table tbody tr td {
    font-size: 11px;
    font-weight: 400;
    text-align: end;
    color: #60737D;
    padding-block: 1rem;
}

.invoice-products-table table tbody tr td:first-child {
    text-align: start;
    color: #161616;
}

.invoice-products-table table tbody tr td:last-child {
    color: #161616;
}

.invoice-products-table .total-wrapper {
    position: relative;
}

.invoice-products-table .total-wrapper:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #FFBD00;
    display: block;
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
}

.invoice-products-table .total {
    border-radius: 12px;
    background: #FFBD00;
    padding: 9px 20px;
    color: #fff;
    display: inline-flex;
    align-self: end;
    gap: 40px;
    z-index: 1;
    position: relative;
}

.user-avatar {
    width: 24px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .toggle-mobile-trigger {
        position: relative;
        border-radius: 10px;
        padding: 8px;
        margin-bottom: 1rem !important;
        font-size: 16px !important;
        cursor: pointer;
    }

    .toggle-mobile-trigger:after {
        content: "";
        background: url(../images/icons/arrow-down.svg) 0 0 no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        inset-inline-end: 16px;
        margin-inline-start: 10px;
        z-index: 4;
        pointer-events: none;
        transition: 0.3s;
        top: 50%;
        translate: 0 -50%;
        filter: brightness(0) invert(1);
    }

    .toggle-mobile-content {
        display: none;
    }
}
.btn-red {
    background: #DA1E28;
    color: #ffffff;
}
.btn-red:hover {
    background: lightgrey;
}

.btn-green {
    background: #24A148;
    color: #ffffff;
}
.btn-green:hover {
    background: lightgrey;
}

@media all and (max-width: 767px) {
    .favourite-products .single-cart-item {
        display: block;
    }
    .favourite-products .single-cart-item .fav-actions {
        margin-top: 1rem;
        flex-direction: row !important;
    }
}
.mb100 {
    margin-bottom: 100px !important;
}

.mt100 {
    margin-top: 100px !important;
}

/*# sourceMappingURL=new.css.map */
