
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap');

@media(max-width: 2000px) and (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

p {
    font-size: 18px;
    line-height: 37.6px;
    margin: 0;
    color: #787878;
}

a:hover {
    color: none;
    text-decoration: none;
}

h1 {
    font-size: 60px;
    line-height: 80px;
    color: #363636;
}

h2 {
    line-height: 58px;
    font-size: 48px;
    margin: 0;
    color: #363636;
}

h3 {
    line-height: 46px;
    font-size: 36px;
    margin: 0;
    color: #363636;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    color: #363636;
}

h5 {
    line-height: 32px;
    font-size: 22px;
    color: #363636;
}

h6 {
    line-height: 28px;
    font-size: 18px;
    color: #363636;
}

a {
    color: black;
    text-decoration: none;
}

.gap {
    padding: 100px 0;
}

.no-top {
    padding-top: 0;
}

.no-bottom {
    padding-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

figure {
    overflow: hidden;
}





.restaurant .nice-select.open .list {
    width: 100%;
}

.nice-select-one {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.hero-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.hero-section.about.blog-page {
    overflow: initial;
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
}

.img-restaurant {
    position: relative;
}

.wilmington img {
    width: auto;
    border-radius: 10px;
    padding-right: 15px;
}

.wilmington h6 {
    font-size: 18px;
    line-height: 14px;
    font-weight: bold;
}

.wilmington p {
    font-size: 12px;
}

.wilmington {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    top: 67%;
    width: 50%;
}

.wilmington.location-restaurant {
    top: 28%;
    right: 0;
    width: 35%;
}

.wilmington.location-restaurant p {
    line-height: 5px;
}

.wilmington.location-restaurant i {
    font-size: 18px;
    background-color: #f29f05;
    color: white;
    border-radius: 33px;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 13px;
    padding: 0;
}

/*------------------------    button   --------------------------*/
.button {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    padding: 0 25px;
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
}

.button-2 {
    color: #fff;
    border: 2px solid #F29F05;
    background-image: -webkit-linear-gradient(30deg, #F29F05 50%, transparent 50%);
    background-image: linear-gradient(30deg, #F29F05 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    line-height: 51px;
}

.button-2:hover {
    background-position: 100%;
    background-color: transparent;
}

/*------------- button end --------*/
.bag i {
    background-color: white;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 10px;
    margin-right: 15px;
}

.bag {
    text-align: end;
}

.bag .button {
    padding: 0 18px;
    height: 43px;
    line-height: 39px;
}

/*--------------       Works Section    ----------------*/
.hading {
    text-align: center;
}

.hading h2 {
    font-weight: bold;
    text-transform: capitalize;
}

.hading p {
    padding-top: 30px;
    width: 66%;
    margin: auto;
}

.work-card {
    text-align: center;
    padding-top: 50px;
}

.work-card span {
    font-size: 36px;
    color: #cfcfcf;
}

.work-card h4 {
    font-size: 24px;
    font-weight: bold;
    padding: 25px 0;
    display: block;
    margin: 0;
}

.work-card p {
    width: 94%;
    margin: auto;
    font-size: 16px;
    line-height: 26px;
}

/*--------------       best-restaurants    ----------------*/
.city-restaurants h2 {
    width: 83%;
    font-weight: bold;
    padding-bottom: 20px;
}

.city-restaurants p {
    width: 80%;
}

.cafa h4 {
    margin: 0;
}

.cafa h4 a {
    font-weight: bold;
    font-size: 24px;
}

.cafa p {
    font-size: 16px;
}

.cafa-button a {
    padding: 5px 15px;
    border: 1px solid #f29f05;
    border-radius: 10px;
    font-size: 14px;
}

.cafa-button a:hover {
    color: white;
}

.logos-card {
    display: flex;
    align-items: start;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
}

.logos-card img {
    border-radius: 15px;
}

.cafa-button {
    margin-top: 15px;
    margin-bottom: 20px;
}

.cafa {
    margin-left: 30px;
}

.logos-card.three,
.logos-card.two {
    margin-top: 15px;
}

.logos-card.three {
    background-color: transparent;
}

.button-gap {
    text-align: center;
    padding-top: 40px;
}

.button-gap a i {
    padding-left: 15px;
}

a.button-2.non {
    background-image: -webkit-linear-gradient(30deg, #f29f0500 50%, transparent 50%);
}

a.button-2.non:hover {
    color: #fff;
    border: 3px solid #F29F05;
    background-image: -webkit-linear-gradient(30deg, #F29F05 50%, transparent 50%);
    background-image: linear-gradient(30deg, #F29F05 50%, transparent 57%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

a.button-2.non {
    background-position: 100%;
}

/*-------------     your-favorite-food      --------------*/
.your-favorite-food {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.food-photo-section {
    position: relative;
}

.food-photo-section a i {
    padding-right: 10px;
}

.food-photo-section a {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
}

.food-photo-section a.one {
    top: 7%;
    right: 5%;
}

.food-photo-section a.two {
    top: 20%;
    right: 5%;
}

.food-photo-section img {
    width: 100%;
}

.food-photo-section a.three {
    top: 33%;
    right: 5%;
}

.food-content-section p {
    padding: 20px 0 30px;
    width: 90%;
}

.food-content-section h2 {
    font-weight: bold;
    width: 80%;
}

/*-------------     counters-section      --------------*/

.counters-section h2 {
    font-weight: bold;
}

.count-time {
    display: flex;
    padding: 50px;
    box-shadow: 0px -1px 30px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px -1px 30px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -1px 30px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.count-time span {
    font-weight: bold;
    font-size: 55px;
    padding-right: 20px;
    line-height: 40px;
    text-transform: uppercase;
}

.count-time h2 {
    font-size: 60px;
    padding-right: 20px;
}

.count-time.sp h2 {
    padding-right: 0;
}

/*-------------     reviews      --------------*/
.reviews-img {
    position: relative;
}

.reviews-img i {
    position: absolute;
    top: 8%;
    font-size: 85px;
    background-color: white;
    left: 3%;
    padding: 30px;
    border-radius: 88px;
    box-shadow: 0px -1px 30px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px -1px 30px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -1px 30px 4px rgba(0, 0, 0, 0.05);
}

.reviews-img i:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 25px solid transparent;
    transform: rotate(45deg);
    top: 70%;
    left: 80%;
}

.reviews-img img {
    width: 100%;
}

.reviews-content h2 {
    font-weight: bold;
    width: 80%;
}

.thomas {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.reviews-content h4 {
    color: #787878;
    padding-top: 40px;
    width: 86%;
    font-weight: 400;
}

.thomas img {
    border-radius: 60px;
    margin-right: 30px;
    width: auto;
}

.custome.owl-carousel .owl-item img {
    width: auto;
}

.custome {
    position: relative;
}

.custome .owl-dots {
    display: none;
}

.custome.owl-theme .owl-nav {
    position: absolute;
    bottom: -26%;
}

.custome.owl-carousel .owl-nav button.owl-next,
.custome.owl-carousel .owl-nav button.owl-prev,
.custome.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    border: 1px solid #363636;
    height: 40px;
    width: 40px;
    border-radius: 21px;
    color: #363636;
}

/*-------------     Join Partnership Section      --------------*/
.join-partnership h2 {
    text-align: center;
    font-weight: bold;
    color: white;
}

.join-img {
    padding-top: 80px;
    padding-right: 50px;
    position: relative;
}

.Join-courier {
    position: absolute;
    top: 65%;
    left: 10%;
}

a.button.button-2 i {
    padding-left: 10px;
}

.Join-courier h3 {
    /* color: white; */
    font-weight: bold;
    padding-bottom: 15px;
}

.join-img img {
    border-radius: 20px;
    width: 100%;
}

.join-img:before {
    content: "";
    position: absolute;
    height: 410px;
    width: 643px;
    border: 7px solid #f29f05;
    border-radius: 20px;
    left: 4%;
    top: 8%;
}

/*-------------     news-section      --------------*/
.news-section h2 {
    font-weight: bold;
    width: 33%;
    padding-bottom: 20px;
}

.news-posts-one img {
    border-radius: 20px;
    width: 100%;
}

.news-posts-one {
    padding: 25px;
    box-shadow: 0px -1px 30px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px -1px 30px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -1px 30px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    position: relative;
}

.quickeat {
    position: absolute;
    top: 8%;
    left: 8%;
}

.news-posts-one .quickeat a {
    padding: 5px 15px;
    border-radius: 10px;
    color: white;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

.news-posts-one h3 {
    font-weight: bold;
    padding: 40px 0 20px;
}

.news-posts-one a {
    color: var(--color-theme);
    font-weight: 600;
}

.news-posts-one a i {
    padding-left: 10px;
}

.news-posts-one p {
    font-size: 16px;
    padding-bottom: 20px;
    width: 95%;
}

ul.data li {
    padding-right: 20px;
}

ul.data h6 {
    color: #cfcfcf;
    font-size: 14px;
}

ul.data {
    display: flex;
    align-items: center;
    border: 1px solid #F2F2F2;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 20px;
    margin-top: 20px;
}

ul.data h6 i {
    padding-right: 10px;
}

.news-post-two {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
}

.news-post-two.end {
    padding-bottom: 0;
}

.news-post-two img {
    border-radius: 20px;
}

.news-post-two .quickeat {
    position: relative;
    left: 0;
    top: 0;
}

.news-post-two .quickeat a {
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 14px;
}

.news-post-two h6 {
    margin-bottom: 0;
}

.news-post-two h6 a {
    margin-top: 15px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 77%;
}

.news-post-two-data {
    margin-left: 30px;
}

.news-post-two-data p {
    font-size: 16px;
    line-height: 26px;
}

.news-post-two-data ul.data {
    padding-top: 6px;
    margin-top: 7px;
}

/*-------------     subscribe section     --------------*/
.img-subscribe img {
    width: 100%;
}

.get-the-menu h2 {
    font-weight: bold;
}

.get-the-menu form {
    display: flex;
    margin-top: 30px;
    position: relative;
}

.get-the-menu input[type="text"] {
    outline: none;
    width: 55%;
    margin-right: 20px;
    background-color: white;
    border: 0;
    padding-left: 40px;
    color: #cfcfcf;
    border-radius: 10px;
}

.get-the-menu input[type="text"]::placeholder {
    color: #cfcfcf;
}

.get-the-menu form i {
    position: absolute;
    top: 0;
    left: 2%;
    color: #cfcfcf;
    height: 100%;
    display: flex;
    align-items: center;
}

/*-------------     footer      --------------*/
footer p {
    font-size: 16px;
}

.footer-description h2 {
    color: white;
    font-weight: bold;
    width: 59%;
    padding: 35px 0 20px;
}

.footer-description p {
    color: #cfcfcf;
    font-size: 16px;
    width: 80%;
}

.menu h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #787878;
    font-weight: bold;
    margin: 0;
    padding-bottom: 25px;
}

ul.footer-menu li {
    padding-top: 20px;
}

ul.footer-menu li a {
    font-size: 16px;
    color: #CFCFCF;
    text-transform: capitalize;
}

ul.footer-menu li a i {
    padding-left: 20px;
}

.footer-location {
    display: flex;
    align-items: baseline;
}

.footer-location i {
    color: #787878;
    font-size: 18px;
    padding-right: 15px;
}

.footer-location p {
    color: #CFCFCF;
}

.footer-location {
    display: flex;
    align-items: baseline;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 1px solid #787878;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.menu.contacts a i {
    color: #787878;
    font-size: 18px;
    padding-right: 15px;
}

.menu.contacts a {
    color: #CFCFCF;
    font-size: 16px;
    display: block;
    padding-top: 20px;
}

ul.social-media li {
    margin-right: 20px;
}

ul.social-media {
    display: flex;
    padding: 40px 0;
}

ul.social-media li a i {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-media li a i:hover {
    border: 1px #f29f05;
    color: white;
}

.footer-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    margin-top: 101px;
    border: 1px solid #787878;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 25px;
}

.footer-two a {
    color: #787878;
    font-size: 14px;
    padding-left: 20px;
}

.footer-two p {
    font-size: 14px;
}

/*-------------------------------  about pags  --------------------------- */
/*-----------  about hero  ----------------- */
ul.crumbs li {
    padding-right: 15px;
}

ul.crumbs li a {
    color: #cfcfcf;
}

ul.crumbs li a i {
    padding-right: 10px;
    font-size: 10px;
}

ul.crumbs li.two a {
    color: #363636;
}

ul.crumbs li.two i {
    padding-right: 8px;
    font-size: 12px;
}

.about-text h2 {
    font-weight: bold;
    width: 80%;
    line-height: 130%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.about-text p {
    width: 82%;
}

.about-img img {
    border-radius: 50px;
    transform: rotate(13deg);
    width: 500px;
    height: 500px;
    margin-left: 44px;
}

.about-img {
    position: relative;
    padding: 60px 0;
}

.about-img:before {
    content: "";
    position: absolute;
    border: 7px white solid;
    height: 500px;
    width: 500px;
    border-radius: 50px;
    z-index: 0;
    left: 5%;
}

.our-mission-text h2 {
    font-weight: bold;
    padding-bottom: 30px;
    margin: 0;
}

/*----------------    restaurants-girl-img      ------------------------*/
.restaurants-girl-img.food-photo-section a.one {
    left: 10%;
    display: inline-table;
    top: 19%;
}

.restaurants-girl-img.food-photo-section a.two {
    left: 15%;
    display: inline-table;
    top: 34%;
}

.restaurants-girl-img.food-photo-section a.three {
    left: 10%;
    display: inline-table;
    top: 49%;
}

.restaurants-girl-img.food-photo-section a.for {
    left: 15%;
    display: inline-table;
    top: 64%;
}

/*-------------     cards-section      --------------*/
.card-text-data {
    padding: 40px;
    border-radius: 20px;
}

.card-text-data p {
    font-size: 16px;
}

.card-text-data:hover {
    background: linear-gradient(145deg, #FFBB45, #FF820B);
}

.card-text-data img.off {
    display: none;
}

.card-text-data:hover img.off {
    display: block;
}

.card-text-data:hover img.on {
    display: none;
}

.card-text-data:hover p,
.card-text-data:hover h3 {
    color: white;
}

.card-text-data h3 {
    font-weight: bold;
    padding: 20px 0;
    width: 80%;
}

.card-text-data:hover svg {
    fill: white;
}

.card-text-data svg {
    fill: #f5a905;
}

/*------------------     video-section     ------------------*/
ul.paragraph li h5 {
    font-size: 16px;
    margin: 0;
    color: #787878;
}

ul.paragraph li {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.wait-a-minute h2 {
    font-weight: bold;
    width: 80%;
}

.wait-a-minute p {
    width: 80%;
    padding: 20px 0;
}

.wait-a-minute h6 {
    font-weight: bold;
}

ul.paragraph li i {
    padding-right: 10px;
}

.video-section-img {
    position: relative;
    padding: 40px 0;
}

.video-section-img img {
    border-radius: 40px;
}

.video-section-img:before {
    content: "";
    position: absolute;
    border: 7px #F29F05 solid;
    height: 567px;
    width: 579px;
    border-radius: 50px;
    z-index: -1;
    left: 15%;
    transform: rotate(13deg);
}

.video-section-img i {
    position: absolute;
    z-index: 111;
    left: 40%;
    color: #ffffff;
    top: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    background-color: #f29f05;
    height: 70px;
    width: 70px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 57px;
}

.counter-hading {
    margin-bottom: 30px;
}

.count-time h2 {
    font-weight: bold;
}

.counter-hading h2 {
    font-weight: bold;
}

/*-------------     Our Team Section      --------------*/
.our-team h4 a {
    font-weight: bold;
    padding-top: 20px;
    margin: 0;
    font-size: 24px;
    display: block;
}

.our-team {
    position: relative;
    text-align: center;
}

.our-team p {
    padding-top: 10px;
    width: 90%;
    margin: auto;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.our-team ul.social-media {
    padding: 0;
    padding-top: 20px;
    justify-content: center;
}

.our-team ul.social-media li a i {
    border: 1px solid #787878;
    color: #787878;
}

.our-team ul.social-media li a i:hover {
    border: 1px #f29f05;
    color: white;
}

.our-team:before {
    z-index: -1;
    content: "";
    position: absolute;
    height: 400px;
    width: 440px;
    background-color: #fcfcfc;
    top: 6.5%;
    border-radius: 81px;
}

.our-team-section .hading p {
    padding-bottom: 40px;
    width: 50%;
}

.about-counters-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*--------------      our-partners-section      --------------*/
.our-partners-section .hading h2 {
    padding-bottom: 60px;
}

.logo-img {
    text-align: center;
    display: inline-block;
}

.logo-img h5 {
    font-size: 16px;
    font-weight: bold;
    color: #c7c7c7;
}

.owl-carousel .owl-item img {
    width: auto;
}

.logodata .owl-dots {
    display: none;
}

/*-------------     service-shows      --------------*/
.good-taste h2 {
    font-weight: bold;
    padding-bottom: 30px;
    margin: 0;
}

.good-taste {
    width: 63%;
    margin: auto;
    margin-left: 211px;
}

.comment-data {
    display: flex;
}

.author-text.item {
    margin-left: -15%;
    width: 91%;
}

.author-text .thomas {
    margin-top: 10px;
    margin-left: 24px;
}

.author-text .thomas img {
    margin-top: -40px;
    padding-right: 0;
    margin-right: 30px;
    box-shadow: 0px -7px 6px 4px rgb(161 151 151 / 15%);
    -webkit-box-shadow: 0px -7px 6px 4px rgb(161 151 151 / 15%);
    -moz-box-shadow: 0px -7px 6px 4px rgb(161 151 151 / 15%);
}

.comment-slide .owl-item.cloned {
    opacity: 0.5;
}

.comment-slide .owl-item.cloned.active {
    opacity: 1;
}

.comment-slide.owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    left: -33%;
    top: 81%;
}

.comment-slide.owl-carousel .owl-nav button.owl-next,
.comment-slide.owl-carousel .owl-nav button.owl-prev,
.comment-slide.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    border: 1px solid #363636;
    height: 40px;
    width: 40px;
    border-radius: 21px;
    color: #363636;
}

.author-text p {
    padding: 30px 25px;
    font-size: 16px;
    padding-bottom: 60px;
    border-radius: 20px;
    margin-top: 20px;
}

.logo-img {
    display: block;
}

.logodata.owl-carousel .owl-item img {
    width: 140px;
    margin: auto;
    opacity: .5;
}

.logodata.owl-carousel .owl-item img:hover {
    opacity: 1;
}

/*---------.subscribe-section-about ------------*/
.subscribe-section.about {
    padding: 120px 0;
}

.subscribe-section.about .get-the-menu form {
    justify-content: center;
}

.subscribe-section.about .get-the-menu input[type="text"] {
    outline: none;
    width: 35%;
}

.subscribe-section.about .get-the-menu h2 {
    color: white;
    width: 55%;
    text-align: center;
    margin: auto;
}

.subscribe-section.about {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}

.subscribe-section.about:before {
    content: "";
    background-color: #f29f05c4;
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    z-index: 0;
}

.subscribe-section.about .get-the-menu {
    position: relative;
}

.subscribe-section.about .get-the-menu form i {
    position: absolute;
    top: 0%;
    left: 28%;
    color: #cfcfcf;
}

.subscribe-section.about .button-2 {
    color: white;
    border: 3px solid #000;
    background-image: -webkit-linear-gradient(30deg, #000 50%, transparent 50%);
    background-image: linear-gradient(30deg, #000000 50%, transparent 50%);
}

/*------------   restaurant page--------------*/
.hero-section.about .restaurant .nice-select {
    width: 80%;
    padding-left: 20px;
}

.banner-img {
    padding: 40px 0;
}

.choose-lunches h3 {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 15px;
}

.choose-lunches h2 {
    font-weight: bold;
}

.choose-lunches {
    padding-left: 40px;
    padding-top: 35px;
}

.banner-img h4 {
    font-size: 14px;
    line-height: 20px;
    height: 70px;
    width: 180px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: white;
    position: relative;
}

.chevron {
    width: 0em;
    height: 5em;
    position: absolute;
    right: 0;
}

.chevron::before,
.chevron::after {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 2.5em;
    left: -6px;
    background: #ffffff;
}

.chevron::before {
    top: 0;
    -webkit-transform: skew(20deg, 0deg);
}

.chevron::after {
    bottom: 0;
    -webkit-transform: skew(-20deg, 0deg);
}

.chevron--left::before {
    -webkit-transform: skew(-20deg, 0deg);
}

.chevron--left::after {
    -webkit-transform: skew(20deg, 0deg);
}

.banner-wilmington {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

.banner-logo {
    display: flex;
}

.banner-wilmington img {
    border-radius: 15px;
}

.banner-wilmington h6 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    padding-left: 15px;
}

/*-------- restaurant logos-card    --------*/

.logos-card.restaurant-page.two {
    margin-top: 25px;
}

/*----------     restaurant logos-card   -------*/
.logo-detail {
    display: flex;
    align-items: start;
}

.logo-detail img {
    width: 80px;
    height: auto;
    border-radius: 15px;
    margin-top: 13px;
}

.logo-detail h2 {
    padding: 0;
}

.logo-detail h2 {
    padding: 0;
    padding-left: 20px;
}

.logo-detail {
    display: flex;
    align-items: start;
    padding: 20px 0;
}

.rate span {
    font-size: 12px;
    color: #cfcfcf;
    padding-bottom: 10px;
    display: block;
}

.rate .star {
    padding-bottom: 10px;
}

.hours h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    margin-left: 20px;
}

.hours span {
    color: #CFCFCF;
    font-weight: 400;
}

.hours {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    position: absolute;
    top: 41%;
    z-index: 0;
}

.hours.two {
    top: 60%;
}

.hours i {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    justify-content: center;
    border-radius: 50px;
    color: white;
}

/*tabs*/
.Provides {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: #F29F05;
    font-size: 18px;
    font-weight: bold;

}

.nav-link:focus,
.nav-link:hover {
    color: #F29F05;
}

.nav-pills .nav-link.active {
    position: relative;

}

.nav-pills .nav-link.active:before {
    content: "";
    background-color: #f5ab55;
    height: 2px;
    width: 75%;
    position: absolute;
    top: 125%;
}

.nav-link {
    color: #363636;
}

.nav-pills .nav-link {
    font-size: 18px;
    font-weight: bold;
    padding: 0 30px 0 15px;
}

.like-meal a {
    font-size: 18px;
    font-weight: bold;
    color: #F29F05;
    padding-right: 20px;
}

.like-meal i {
    padding-right: 10px;
}

.dish {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    border-radius: 15px;
}

.dish img {
    position: relative;
    /* border: 10px solid white; */
    /* border-radius: 90px; */
    width: 100%;
}

.dish h3 {
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: bold;
}

.dish ul {
   padding: 0px;
   margin: 0px;

}
.dish li {
    padding: 0px;
    margin: 0px;
 
 }
 


.dish .cafa-button a {
    font-size: 14px;
}

.dish-icon .star {
    padding-left: 15px;
}

.dish-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #F2F2F2;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.dish-icon.end {
    border: 0;
}

.dish-icon.end button {
    background-color: transparent;
    border: 0;
}

ul.menu-dish {
    padding-top: 10px;
    font-size: 16px;
    color: #c7c7c7;
}

.menu-dish li {
    position: relative;
    padding-top: 10px;
    padding-left: 20px;
}

header.two {
    position: relative;
    padding: 26px 0;
    height: 100px;
}

.menu-dish li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: black;
    border-radius: 80px;
    top: 56%;
    LEFT: 0;
}

.dish-info h5 {
    font-size: 24px;
    font-weight: bold;
    width: 80%;
    padding-top: 27px;
}

.dish-info {
    position: relative;
}

.dish-info i {
    position: absolute;
    right: 0%;
    font-size: 18px;
}

/*----------     qty-input      ------------*/
.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    border: 1px solid #F29F05;
    border-radius: 8px;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #F29F05;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.qty-input .qty-count--add {
    color: white;
}

.qty-input {
    border-radius: 4px;
}

.price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.price h2 {
    font-weight: bold;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #F2F2F2;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 10px;
    color: #363636;
}

.dish .button.button-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button-price {
    color: white;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #F29F05;
}

.button-price i {
    padding-left: 20px;
}

.button-price:hover {
    background-color: transparent;
    color: #F29F05;

}

.btn_div {
    width: 90%;
    margin: 0 auto;
}

/*-------------            Service page        -------------*/
.about-text a {
    margin-top: 30px;
}

.counter-img img {
    border-radius: 30px;
    position: relative;
}

.counter-img-data h2 {
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 10px;
}

.counter-img-data span {
    font-weight: bold;
    font-weight: 18px;
    color: #787878;
}

.counter-img-data {
    background-color: white;
    padding: 35px;
    text-align: center;
    display: block;
    width: 65%;
    border-radius: 30px;
    position: relative;
}

.counter-img-data.black {
    margin: auto;
    background-color: #363636;
}

.counter-img-data.black span {
    color: white;
}

.hero-section-img-service {
    position: relative;
    z-index: 0;
}

.hero-section-img-service:before {
    position: absolute;
    border: #f29f05 7px solid;
    height: 616px;
    width: 500px;
    content: "";
    border-radius: 70px;
    transform: rotate(24deg);
    z-index: 0;
    left: 12%;
}

/*services card*/
.services-info h2 {
    font-weight: bold;
    width: 75%;
    padding-bottom: 25px;
    margin: 0;
}

.services-info p {
    width: 84%;
}

.services-card-style h4 a {
    font-weight: bold;
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0;
    display: block;
}

.services-card-style p {
    font-size: 16px;
}

.services-card-style i {
    border-radius: 20px;
    background-color: white;
    padding: 18px;
    font-size: 35px;
    position: relative;
}

.services-card-style i:after {
    position: absolute;
    content: "";
    border: #F29F05 3px solid;
    height: 72px;
    width: 70px;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg);
    left: 13%;
}

.services-card-style {
    padding: 40px;
    border: 1px solid transparent;
    border-radius: 60px;
}

.services-card-style:hover {
    border: 1px solid #F29F05;
    border-radius: 10px;
}

.services-card-style:hover i:after {
    border: #363636 3px solid;
}

.services-card-style:hover i {
    color: white;
}

.services-cards-text h2 {
    font-weight: bold;
    width: 80%;
}

.services-cards-text ul.paragraph {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px;
}

.services-cards-text ul.paragraph li h5 {
    line-height: 26px;
    margin-top: 15px;
}

.services-cards-text ul.paragraph li {
    width: 48%;
    align-items: baseline;
}

.work-card.service {
    padding: 40px;
    box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -webkit-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -moz-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    margin-top: 40px;
    border-radius: 15px;
    background-color: white;
}

/*sit-at-home*/
.sit-at-img {
    position: relative;
}

.sit-at-img:before {
    border-radius: 40px;
    border: 8px solid #F29F05;
    content: "";
    position: absolute;
    height: 600px;
    width: 600px;
    left: 10%;
    top: 10%;
}

.sit-at-img img {
    border-radius: 40px;
    margin-bottom: 40px;
}

.sit-at-img .counter-img-data {
    bottom: 18%;
    position: absolute;
    width: 30%;
    right: 0;
}

.sit-at-home-description h2 {
    font-weight: bold;
    width: 100%;
}

.sit-at-home-description p {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
}

ul.food-dishes {
    display: flex;
    flex-wrap: wrap;
}

ul.food-dishes li i {
    padding-right: 10px;
    font-size: 24px;
}

ul.food-dishes li {
    margin-top: 15px;
    padding: 20px;
    margin-right: 18px;
    border-radius: 15px;
}

.sit-at-home-description .button-2 {
    margin-top: 30px;
}

/*-------------------------       lunch-section        --------------- */
.lunch-section h2 {
    font-weight: bold;
    width: 35%;
}

/*-------------------         error-section         -------------------*/
.error-section {
    padding: 150px 0 100px 0;
    text-align: center;
}

.error-page {
    position: relative;
}

.error-page form input[type="text"] {
    outline: 0;
    background-color: white;
    border: 1px solid #cfcfcf;
    width: 50%;
    height: 55px;
    border-radius: 12px;
    padding-left: 20px;
    color: #cfcfcf;
}

.error-page h2 {
    position: absolute;
    background-color: white;
    right: 28%;
    font-size: 80px;
    top: 55%;
    padding: 20px;
    font-weight: bold;
    border-radius: 15px;
}

.error-page form input[type="text"]::placeholder {
    color: #cfcfcf;
}

.error-page form button {
    position: absolute;
    right: 25%;
}

.error-page form {
    position: relative;
}

.error-page img {
    padding: 40px 0;
}

.error-page h4 {
    font-weight: bold;
}

.error-page p {
    width: 60%;
    margin: auto;
}

.error-page a i {
    font-size: 20px;
    color: white;
    padding: 12px;
    border-radius: 10px;
    margin-top: 20px;
}

/*-------------     blog      --------------*/
.hero-section.about.blog-page .about-text h2 {
    color: white;
}

.hero-section.about.blog-page .about-text p {
    color: white;
}

/*-------------     benefit section     --------------*/
.benefit-text h2 {
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.name-form input[type="text"]::placeholder {
    color: #cfcfcf;
}

.name-form {
    position: relative;
}

.name-form input[type="text"] {
    color: #cfcfcf;
    border: 1px solid #F2F2F2;
    width: 100%;
    height: 60px;
    padding-left: 46px;
    border-radius: 10px;
    margin-top: 20px;
    outline: none;
}

.name-form i {
    left: 2%;
    position: absolute;
    color: #F2F2F2;
    font-size: 20px;
    top: 50%;
}

.join-courier h3 {
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
}

.blog-form textarea::placeholder {
    color: #cfcfcf;
}

.blog-form textarea {
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-radius: 20px;
    padding-left: 25px;
    height: 150px;
    color: #cfcfcf;
    border: 1px solid #F2F2F2;
    outline: none;
    margin-bottom: 10px;
}

.Benefit-section {
    position: relative;
}

.join-courier {
    background-color: white;
    padding: 30px;
    border-radius: 30px;
    position: absolute;
    width: 39%;
    top: 32%;
}

.benefit-text {
    margin-top: 41px;
}

.team-description h4 {
    font-weight: bold;
    padding-bottom: 15px;
}

.team-description p {
    font-size: 16px;
}

.team-description {
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #F2F2F2;
}

.team-description i {
    font-size: 30px;
    padding-right: 20px;
}

.team-description {
    margin-bottom: 40px;
}

.end {
    margin-bottom: 0;
}

/*--------------------       join-img       -------------------------*/
.join-img-blog {
    position: relative;
}

.join-img-blog img {
    border-radius: 20px;
    position: relative;
}

.join-img-blog:before {
    position: absolute;
    content: "";
    border-radius: 20px;
    border: 8px solid #F29F05;
    height: 443px;
    width: 640px;
    left: 5%;
    top: 10%;
}

.join-the h2 {
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
}

.counter-blog {
    display: flex;
    margin-top: 40px;
}

.counter-blog .counter-img-data {
    width: 35%;
    margin-left: 25px;
}

.news-posts-one.blog h3 {
    font-size: 24px;
    line-height: 34px;
    padding: 20px 0;
}

/*--------------          faq          -------------*/
.hero-section .join-img-blog img {
    border-radius: 110px;
}

.hero-section .join-img-blog:before {
    border-radius: 110px;
}

.join-img-blog i {
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: white;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9%;
    left: -4%;
    border-radius: 20px;
}

.Provides input[type="text"] {
    border-radius: 15px;
    padding-right: 200px;
    padding-left: 16px;
    color: #cfcfcf;
    border: 1px solid #F2F2F2;
    height: 60px;
    border-radius: 10px;
    outline: none;
}

.Provides input[type="text"]::placeholder {
    color: #cfcfcf;
}

.Provides form {
    position: relative;
}

.Provides form button {
    position: absolute;
    background-color: transparent;
    font-size: 20px;
    outline: none;
    border: none;
    color: #cfcfcf;
    right: 4%;
    top: 27%;
}

/*---------------------        questions        ---------------------*/
.questions i {
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.questions {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background-color: #FCFCFC;
    padding: 40px 20px;
    border-radius: 15px;
}

.questions h6 {
    font-weight: bold;
    padding-left: 25px;
}

.questions.answer {
    width: 85%;
    padding: 30px;
    margin-left: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    background-color: transparent;
    border: 1px solid #CFCFCF;
}

.questions.answer i {
    background-color: black;
    color: white;
}

.form-section .join-courier {
    position: relative;
    width: 100%;
    top: 0;
}

/*----------         blog page        --------------*/
.restaurants-girl-img.blog.food-photo-section a {
    font-size: 30px;
    height: 60px;
    width: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.restaurants-girl-img.blog.food-photo-section a i {
    padding-right: 0;
    border: 1px solid;
    padding: 9px;
    border-radius: 36px;
    font-size: 22px;
}

.restaurants-girl-img.blog.food-photo-section a.one {
    left: 4%;
    top: 33%;
}

.restaurants-girl-img.blog.food-photo-section a.two {
    left: 8%;
    top: 45%;
}

.restaurants-girl-img.blog.food-photo-section a.three {
    left: 4%;
    top: 57%;
}

.posts-section-blog .news-posts-one.full {
    display: flex;
    align-items: center;
}

.blog-post-data-img img {
    width: auto;
    margin-right: 30px;
}

.blog-post-data-img .quickeat {
    position: absolute;
    top: 11%;
    left: 4%;
}

.posts-section-blog .news-posts-one.blog {
    margin-top: 60px;
    box-shadow: 0px -1px 30px 4px rgb(255 255 255 / 0%);
    -webkit-box-shadow: 0px -1px 30px 4px rgb(255 255 255 / 0%);
    -moz-box-shadow: 0px -1px 30px 4px rgba(255 255 255 / 0%);
    padding: 0;
}

.posts-section-blog .news-posts-one.blog .quickeat {
    position: absolute;
    top: 4%;
    left: 6%;
}

/*-----------------           pricing-table           -----------------*/
.about-text.pricing-table {
    text-align: center;
}

.about-text.pricing-table h2 {
    margin: auto;
}

.about-text.pricing-table p {
    width: 65%;
    margin: auto;
}

.about-text.pricing-table ul.crumbs {
    justify-content: center;
}

/*---------------         pricing-table-cards     ----------*/
.pricing-table-cards {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    border-radius: 15px;
}

.pricing-table-cards img {
    position: relative;
    /* border: 10px solid white; */
    /* border-radius: 90px; */
    width: 100%;
}

.pricing-table-cards h6 {
    font-size: 24px;
    z-index: 11;
    position: relative;
    color: white;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
}

.pricing-table-cards i {
    padding-right: 10px;
}

.pricing-table-cards-pric {
    padding: 30px;
    width: 100%;
}

.pricing-table-cards-pric h4 {
    font-size: 80px;
    font-weight: bold;
    line-height: 60px;
    margin-top: 35px;
}

.pricing-table-cards-pric h4 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #787878;
}

.pricing-table-cards-pric h3 {
    font-weight: bold;
    line-height: 54px;
}

.pricing-table-cards p {
    padding-top: 60px;
    padding: 30px;
}

.pricing-plan-list h5 i {
    padding-right: 20px;
}

.pricing-plan-list {
    padding: 30px;


}

.pricing-plan-list h5 {
    font-size: 16px;
    font-weight: 400;
}

li.color h5,
li.color h5 i {
    color: #CFCFCF;
}

/*-----------------        single blog page        -----------------*/
.single-blog .quickeat {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 40px;
}

.single-blog .quickeat a {
    border-radius: 5px;
    color: white;
    padding: 3px 11px;
    font-size: 14px;
}

.single-blog .about-text h2 {
    width: 100%;
    font-size: 60px;
    padding-top: 20px;
}

.single-blog ul.data {
    padding-top: 0px;
    margin-top: 0;
    border: 0;
}

.name-dedails img {
    border-radius: 60px;
}

.name-dedails h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
}

.name-dedails span {
    color: #787878;
    width: 60%;
    display: block;
}

.img-blog-full img {
    border-radius: 98px;
    margin-top: 40px;
}

.title-container h2,
.title-container h3,
.title-container h4 {
    font-weight: bold;
    padding-bottom: 20px;
}

.quote {
    padding: 80px 0;
}

.quote-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.quote h6 {
    text-align: end;
    padding-top: 10px;
    margin: 0;
}

.quote-text h4 {
    padding-left: 30px;
}

.photo-blog {
    padding: 40px 0;
}

.photo-blog img {
    border-radius: 10px;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
}

.blog-list li {
    width: 50%;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
}

.blog-list li:before {
    height: 8px;
    width: 8px;
    position: absolute;
    content: "";
    border-radius: 10px;
    left: 0;
    top: 50%;
}

h6.data {
    color: #787878;
    font-size: 14px;
    text-align: end;
    margin: 0;
}

.quickeat.tags {
    position: relative;
    padding: 40px 0;
    left: 0;
    top: 0;
    border-bottom: 1px solid #707070;
}

.quickeat.tags a {
    border-radius: 5px;
    color: white;
    padding: 3px 11px;
    font-size: 14px;
}

/*------------         previous-posts           ---------*/
.previous-posts {
    display: flex;
    align-items: flex-start;
}

.previous-posts img {
    border-radius: 10px;
    padding-right: 20px;
}

.previous-posts h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

.previous-posts a {
    font-size: 14px;
}

.blog-content .name-dedails span {
    width: 100%;
}

.blog-content .name-dedails {
    text-align: center;
}

.name-dedails ul.social-media {
    padding: 20px 0;
    justify-content: center;
}

.previous-posts.next img {
    padding-right: 0;
    padding-left: 20px;

}

.previous-posts.next {
    text-align: end;
}

.author-gap {
    padding: 50px 0;
}

/*--------------------          comment         --------------*/
.comment h2 {
    font-weight: bold;
}

.comment-text {
    padding: 40px;
    background-color: white;
    border-radius: 20px;
    margin-top: 40px;
}

.comment-text span {
    text-align: end;
    display: block;
}

.comment-text span i {
    padding-left: 10px;
}

.author-name-comment img {
    border-radius: 50px;
    margin-left: 20px;
}

.author-name-comment h6 {
    margin: 0;
}

.author-name-comment {
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: end;
    text-align: end;
}

li.reply .author-name-comment img {
    margin-left: 0;
    margin-right: 20px;
}

li.reply .author-name-comment {
    justify-content: start;
    text-align: inherit;
}

li.reply.one {
    width: 95%;
}

li.reply.two {
    width: 90%;
}

li.reply.three {
    width: 85%;
}

li.hide-button,
li.show-all-button {
    padding: 20px 0 0 0;
    text-align: end;
}

li.hide-button h6 i {
    padding-left: 10px;
}

.show-all-button span {
    padding-left: 10px;
}

.show-all-button span i {
    padding-left: 10px;
}

/*------------         comment input         ------------*/
.comment-blog {
    padding-top: 40px;
}

.comment-blog textarea {
    width: 100%;
    height: 160px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    outline: none;
}

.comment-blog textarea::placeholder,
.comment-blog input[type="text"]::placeholder {
    color: #CFCFCF;
}

.comment-blog input[type="text"] {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    outline: none;
    padding-left: 20px;
    margin: 20px 0;
}

/*-------------          contacts   page       ---------------*/
.address {
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
}

.address h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.address h5 {
    font-size: 16px;
    font-weight: 600;
}

.address h5:last-child {
    margin-bottom: 0;
}

.address i {
    font-size: 40px;
    padding-bottom: 22px;
}

.address:hover {
    background-color: #363636;
}

.address:hover h6,
.address:hover span,
.address:hover h5 {
    color: white;
}

.address span {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

.address span:last-child {
    margin-bottom: 0px;
}

.join-courier.content {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 0%);
    -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 0%);
    -moz-box-shadow: -1px 15px 26px -4px rgba(161, 151, 151, 0%);
}

.contact-map-data {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0 20px;
}

.contact-map-data iframe {
    border-radius: 15px;
    height: 522px;
}

/*----------------         checkout page          -----------------*/
.title-checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-checkout h6,
.title-checkout h2 {
    font-weight: bold;
    font-size: 48px;
}

.checkout-order .banner-wilmington {
    margin-left: 0;
    padding-top: 40px;
}

.counter-container {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.counter-container h4 {
    font-weight: bold;
    width: 45%;
    padding-left: 20px;
}

.counter-container h3 {
    font-size: 48px;
    font-weight: bold;
}

.counter-food {
    display: flex;
    align-items: center;
}

.price span {
    color: #CFCFCF;
    padding-top: 20px;
    display: block;
}

.price-list .price {
    padding: 0;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.price-list i {
    display: flex;
    justify-content: end;
    font-size: 20px;
    color: #cfcfcf;
}

.totel-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.totel-price span {
    color: #333;
    font-size: 18px;
}

.totel-price h5 {
    font-weight: bold;
    font-size: 24px;
}

.totel-price h2 {
    font-weight: bold;
}

.tab-content>.active {
    margin-top: 30px;
}

form.checkout-form button.button-price {
    margin-top: 25px;
}

/*--------------------------               checkout-form            ------------------*/
form.checkout-form h4 {
    font-weight: bold;
}

form.checkout-form h4.two {
    padding-top: 20px;
}

form.checkout-form input[type="text"],
form.checkout-form input[type="number"],
form.checkout-form input[type="password"] {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border-radius: 10px;
    margin-top: 20px;
    outline: none;
    color: #333;
    border: 1px solid #CFCFCF;
}

form.checkout-form input[type="text"]::placeholder,
form.checkout-form input[type="number"]::placeholder,
form.checkout-form input[type="password"]::placeholder {
    color: #333;
}

form.checkout-form .nice-select {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid #CFCFCF;
    ;
}

form.checkout-form ul.list {
    width: 100%;
}

form.checkout-form .nice-select:after {
    width: 8px;
    height: 8px;
    right: 30px;
}

form.checkout-form span {
    color: #333;
    font-size: 14px;
    display: block;
    padding-top: 10px;
}

form.checkout-form {
    padding: 30px;
    border-radius: 10px;
}


.tab-pane label {
    padding-right: 20px;
}

/* The container */
.checkbox-one {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-one:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-one input:checked~.checkmark {
    background-color: #F29F05;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-one input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-one .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.checkbox-one {
    margin-top: 20px;
}

.hero-section.about {
    padding-top: 140px;
}

.hero-section.about.checkout {
    padding: 160px 0 30px;
}

/*-----------------        box shadow        -----------------*/
.logos-card.restaurant-page,
.Provides,
.services-card-style i,
.dish,
.author-text p,
.card-text-data.two,
.get-the-menu input[type="text"],
ul.food-dishes li,
.error-page form input[type="text"],
.join-courier {
    box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -moz-box-shadow: -1px 15px 26px -4px rgba(161, 151, 151, 0.15);
}

.address,
form.checkout-form,
.counter-blog .counter-img-data,
.contact-map-data,
.pricing-table-cards,
.comment-text {
    box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -webkit-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
    -moz-box-shadow: 0px 0px 12px 9px rgb(161 151 151 / 15%);
}

/*-------------     transition      --------------*/
.news-post-two h6 a,
.cafa h4 a,
.cafa-button a,
ul.footer-menu li a,
ul.social-media li a i,
.address span,
.card-text-data,
.card-text-data p,
.card-text-data svg,
.card-text-data h3,
.services-card-style h4 a,
.services-card-style,
.services-card-style i:after,
.services-card-style i,
.button-price,
.address,
.address h6,
.logodata.owl-carousel .owl-item img {
    transition: .3s ease-in-out;
}

/*------------------            menu-inner          ---------------------*/
.menu-inner {
    background-color: white;
    position: fixed;
    right: -45%;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
    width: 35%;
    padding: 40px 40px;
    height: 100%;
}

header.style1 .menu-inner .social-links {
    display: inline-block;
    width: 100%;
    text-align: initial;
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

header.style1 .menu-inner .menu-list+.social-links {
    margin-top: 100px;
}

body.active header.style1 .menu-inner .social-links {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

body.active .menu-inner {
    visibility: visible;
    opacity: 1;
    right: 0;
    box-shadow: -50px 1px 25px 2px rgba(168, 168, 168, 0.14);
    -webkit-box-shadow: -50px 1px 25px 2px rgba(168, 168, 168, 0.14);
    -moz-box-shadow: -50px 1px 25px 2px rgba(168, 168, 168, 0.14);
    overflow: auto;
}

body.menu-layer:before {
    content: "";
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transform: scale(0, 0) translate(50%, -50%);
    -moz-transform: scale(0, 0) translate(50%, -50%);
    -webkit-transform: scale(0, 0) translate(50%, -50%);
    -o-transform: scale(0, 0) translate(50%, -50%);
    -ms-transform: scale(0, 0) translate(50%, -50%);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
    display: block;
    width: 370vw;
    height: auto;
    padding-top: 370vw;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    border-radius: 50%;
    z-index: 2;
    opacity: .9;
}

.menu-cls-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 40px;
    top: 40px;
    z-index: 9;
}

.cls-leftright {
    height: 4px;
    width: 40px;
    position: absolute;
    margin-top: 18px;
    background-color: #000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.cls-rightleft {
    height: 4px;
    width: 40px;
    position: absolute;
    margin-top: 18px;
    background-color: #000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.menu-cls-btn:hover .cls-leftright,
.menu-cls-btn:hover .cls-leftright,
.menu-cls-btn:hover .cls-rightleft {
    background-color: #F29F05;
}

.menu-cls-btn:hover .cls-leftright {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-cls-btn:hover .cls-rightleft {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-bar nav>ul>li.menu-item-has-children>a {
    position: relative;
}

.menu-bar nav>ul>li.menu-item-has-children>a:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 6px;
    width: 10px;
    height: 10px;
}

.menu-inner .price span {
    padding-top: 10px;
}

.menu-inner .counter-container h4 {
    width: 62%;
}

.menu-inner .qty-input {
    border: none;
}

.menu-inner .checkout-order .banner-wilmington {
    margin-left: 0;
    padding-top: 20px;
}

.header-style .extras.bag {
    display: none;
}

.header-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




/*-------------------       mobile-nav         -----------*/
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: white;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}

.mobile-nav ul li a svg {
    width: 11px;
}

.for #nav-icon4 {
    color: black;
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 35px;
    left: 8px;
}

i#nav-icon4 {
    display: none;
}

#nav-icon4 {
    width: 40px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    font-size: 25px;
    color: white;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.cart-popup {
    position: absolute;
    right: 130px;
    top: 78px;
    width: 340px;
    background-color: #fff;
    padding: 25px 25px 20px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
}

.cart-popup:before {
    content: "";
    width: 41%;
    height: 5px;
    position: absolute;
    left: 59.2%;
    top: -5px;
}

.show-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.cart-popup img {
    width: 75px;
}

.cart-popup .p-img {
    padding: 10px 5px;
}

.cart-popup .p-data h3 {
    font-size: 20px;
    color: #191919;
    margin-bottom: 5px;
}

.cart-popup .p-data {
    padding-left: 15px;
}

.cart-popup .p-data p {
    line-height: 25px;
}

.cart-popup ul li {
    margin-bottom: 10px;
}

.cart-popup ul li a:before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url('../images/remove.html');
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -10px;
}

.cart-popup .cart-total {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 10px;
}

.cart-popup .cart-total span {
    font-size: 18px;
    line-height: 25px;
    color: #222;
}

.cart-popup .cart-btns a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
}

.cart-popup .cart-btns a.checkout {
    color: white;
}

.cart-popup .cart-btns a {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 2px solid #909090;
}

.cart-popup .cart-btns a:not(:last-child) {
    margin-right: 8px;
}

.cart-popup .cart-btns a:hover {
    color: white;
}

.mobile-nav>ul>li.menu-item-has-children:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.mobile-nav>ul>li.menu-item-has-children.active:before {
    background-image: url(../img/down-arrow-clr.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.mobile-nav>ul>li {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}

.mobile-nav>ul li>a {
    font-size: 16px;
    line-height: 26px;
}

.mobile-nav>ul>li>a {
    font-size: 16px;
    line-height: 30px;
}

.mobile-nav>ul>li.menu-item-has-children>ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    border-top: 1px solid #d4d4d4;
    margin-top: 8px;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}

.res-log img {
    width: auto;
}

.mobile-nav>ul>li.menu-item-has-children.active>ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
}

.res-log {
    margin-bottom: 30px;
}

.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.mobile-nav .donation a:first-child {
    margin-right: 40px;
}

.mobile-nav .donation a.theme-btn {
    padding: 10px 30px;
}

.mobile-nav .donation a.cart {
    position: relative;
}

.mobile-nav .donation a.cart:before {
    content: "1";
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}

.res-rights p {
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 3333;
    box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}

li.menu-item-has-children.active {
    background-color: transparent;
}

.mobile-nav a#res-cross:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('../img/remove.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
}

.bar-menu i {
    color: black;
    background-color: transparent;
    font-size: 16px;
}

/*-------------------         loader         -------------------*/
.wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow {
    width: 15px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.wrapper span {
    position: absolute;
    top: 75px;
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left: 15%;
}

.page-loader {
    z-index: 1111111111111;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: fixed;
}

.secondary_button {
    background: #ffffff;
}

.accordion-wrapper {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #E4E4E4;
    width: 80%;
    margin: 20px auto;
}



.accordion:last-child {
    margin-bottom: 0;
}

.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 14px;
    background: #ffffff;
    cursor: pointer;
    font-size: 18px !important;
    color: #59595e;
}

/* .accordion-label:hover {
    background: #000000;
} */
.accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: #59595e !important;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-content p {
    margin: 0;
    color: #59595e;
    font-size: 16px;
    line-height: 34px;
}

input:checked+.accordion-label {
    background: #f29f05;
    color: #ffffff;
}

input:checked+.accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

input:checked~.accordion-content {
    max-height: 100vh;
    padding: 16px;
}

.check_list_div {
    margin: 0 auto;
    width: 80%;
}

.logo_div {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 50px auto;
}

@media screen and (max-width: 1080px) {
    section {
        /* width: 90%; */
        margin: 0 auto;
        max-width: 1500px;
    }

    .accordion {
        width: 100%;
        color: white;
        overflow: hidden;
        border-radius: 12px;
        border: 1px solid #E4E4E4;
        width: 100%;
        margin: 20px auto;
    }
}

label {
    display: inline-block;
    margin-bottom: 0;
}
/*===========================
    18.SHOP css 
===========================*/

.shop-search {
    position: relative;
}

.shop-search input {
    width: 100%;
    background-color: transparent;
    line-height: 60px !important;
    padding-left: 20px;
    border: 2px solid #eaedf4;
    border-radius: 6px;
    color: #686868;
    height: auto;
}

.shop-search input::placeholder {
    opacity: 1;
}

.shop-search i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #d3a971;
}

.shop-dropdown {
    position: relative;
    width: 100%;
}

.shop-dropdown .nice-select {
    height: 60px;
    background: #fff;
    width: 100%;
    color: #000;
    border: 2px solid #eaedf4;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.shop-dropdown .nice-select span {
    line-height: 60px;
}

.shop-dropdown .nice-select::after {
    border-bottom: 2px solid #d3a971;
    border-right: 2px solid #d3a971;
}

.shop-bar-area {
    padding-top: 118px;
}

.shop-bar-area .shop-bar ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media (max-width: 767px) {
    .shop-bar-area .shop-bar ul {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-bar-area .shop-bar ul {
        display: flex;
    }
}

.shop-bar-area .shop-bar ul>li {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .shop-bar-area .shop-bar ul>li {
        margin-right: 5px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-bar-area .shop-bar ul>li {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.shop-bar-area .shop-bar ul>li span {
    font-size: 13px;
    color: #000000;
    padding-right: 10px;
}

.shop-bar-area .shop-bar ul>li .nav {
    display: flex !important;
    align-items: center;
}

.shop-bar-area .shop-bar ul>li .nav li {
    margin-right: 0;
    margin-bottom: 0;
}

.shop-bar-area .shop-bar ul>li .nav li a {
    height: 30px;
    width: 30px;
    font-size: 14px;
    color: #798795;
    background-color: transparent;
    border: 1px solid #e5e5e7;
    padding: 0;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
}

.shop-bar-area .shop-bar ul>li .nav li a.active {
    color: #d3a971;
}

.shop-bar-area .shop-bar ul>li .nice-select {
    line-height: 30px;
    height: 30px;
}

.shop-bar-area .shop-bar ul>li .nice-select span {
    color: #000;
    font-size: 13px;
}

.shop-bar-area .shop-bar ul>li .nice-select .list {
    display: inherit;
}

.shop-bar-area .shop-bar ul>li .nice-select .list li {
    display: block;
    margin-right: 0;
}

.pagination-part nav .pagination li {
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    -webkit-box-shadow: 5px;
    box-shadow: 5px;
    margin-right: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pagination-part nav .pagination li {
        margin-right: 5px;
    }
}

.pagination-part nav .pagination li a {
    padding: 0;
    line-height: 30px;
    border: 0;
    border: 1px solid #e5e5e7;
    color: #798795;
    font-size: 13px;
    border-radius: 5px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pagination-part nav .pagination li a:hover {
    background: #d3a971;
    border-color: #d3a971;
    color: #fff;
}

.pagination-part nav .pagination li a.active {
    background: #d3a971;
    border-color: #d3a971;
    color: #fff;
}

.shop-bar-area.shop-bar-2-area {
    padding-top: 50px;
    padding-bottom: 118px;
}

.page-item.active .page-link {
    background-color: #d3a971;
    color: #fff !important;
}

.shop-sidebar .shop-box {
    border: 2px solid #eaedf4;
    margin-top: 30px;
    padding: 32px;
}

.shop-sidebar .shop-box .sidebar-title {
    padding-bottom: 20px;
}

.shop-sidebar .shop-box .sidebar-title .title {
    font-size: 22px;
    position: relative;
}

.shop-sidebar .shop-box .sidebar-title .title::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -14px;
    height: 2px;
    width: 10px;
    background: #d3a971;
}

.shop-sidebar .shop-box .sidebar-title .title::after {
    position: absolute;
    content: '';
    left: 17px;
    bottom: -14px;
    height: 2px;
    width: 25px;
    background: #d3a971;
}

.shop-category .category-item {
    padding-top: 13px;
}

.shop-category .category-item ul li a {
    color: #8a8a8a;
    line-height: 35px;
    cursor: pointer;
}

li.active-search a {
    color: #d3a971 !important;
    font-weight: 600;
}

.shop-price .price-item {
    padding-top: 27px;
}

.shop-price .price-item .line {
    height: 4px;
    width: 100%;
    background: #d3a971;
    position: relative;
    margin-bottom: 24px;
}

.shop-price .price-item .line::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background: #d3a971;
    cursor: pointer;
}

.shop-price .price-item span {
    font-size: 14px;
    font-weight: 500;
    color: #8a8a8a;
    padding-top: 12px;
}

.shop-price .price-item span span {
    font-weight: 700;
    color: #666;
}

.price-range-box {
    margin-top: 0px;
}

.price-range-box form {
    position: relative;
}

.price-range-box form span {
    font-weight: 700;
    color: #0a3041;
}

.price-range-box form input {
    width: 140px;
    border: 0;
}

.price-range-box form input:placeholder {
    opacity: 1;
}

.ui-slider-horizontal .ui-slider-range {
    background: #d3a971;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    padding-top: 12px !important;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-header {
    background: #d3a971;
    border: 1px solid #d3a971;
}

.ui-slider-horizontal {
    height: 5px;
}

.ui-slider .ui-slider-handle {
    width: 10px;
    height: 5px;
}

button.filter-button {
    color: #fff;
    background-color: #d3a971;
    display: inline-block;
    margin-top: 10px;
}

button.filter-button:hover {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area .shop-item {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .shop-details-area .shop-item {
        margin-right: 0;
    }
}

.shop-details-area .shop-thumb {
    margin-bottom: 40px;
}

.shop-details-area .shop-item .shop-thumb .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-style: 18px;
    background: #d3a971;
    color: #fff;
}

.shop-details-area .shop-item .shop-thumb .prev {
    left: 0px;
}

.shop-details-area .shop-item .shop-thumb .next {
    right: 0px;
}

.shop-details-area .shop-item .shop-thumb .item img {
    width: 100%;
    display: inline-block;
}

.shop-details-area .shop-item .shop-list .shop-thumb-active {
    margin: 0 60px;
}

.shop-details-area .shop-item .shop-list .shop-thumb-active .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-style: 18px;
    background: #d3a971;
    color: #fff;
}

.shop-details-area .shop-item .shop-list .shop-thumb-active .prev {
    left: -50px;
}

.shop-details-area .shop-item .shop-list .shop-thumb-active .next {
    right: -23px;
}

.shop-details-area .shop-item .shop-list .shop-thumb-active li img {
    width: 80%;
    display: inline-block;
}

.shop-details-area .shop-content .shop-top-content .title {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area .shop-content .shop-top-content .title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .shop-details-area .shop-content .shop-top-content .title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-details-area .shop-content .shop-top-content .title {
        font-size: 32px;
    }
}

.shop-details-area .shop-content .shop-top-content ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    margin-right: 25px;
}

.shop-details-area .shop-content .shop-top-content ul li span {
    color: #798795;
    font-weight: 400;
}

.shop-details-area .shop-content .shop-price {
    display: flex;
    align-items: end;
}

.shop-details-area .shop-content .shop-price ul {
    padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area .shop-content .shop-price ul {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .shop-details-area .shop-content .shop-price ul {
        padding-right: 23px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-details-area .shop-content .shop-price ul {
        padding-right: 50px;
    }
}

.shop-details-area .shop-content .shop-price ul li {
    font-size: 32px;
    color: #000000;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    display: inline-block;
}

.shop-details-area .shop-content .shop-price ul li:nth-child(2) {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    padding-left: 5px;
}

.shop-details-area .shop-content .shop-price span {
    font-size: 13px;
    color: #000000;
    font-weight: 700;
}

.shop-details-area .shop-content .shop-price span span {
    color: #999;
    padding-left: 5px;
}

.shop-details-area .shop-content .shop-review ul li {
    display: inline-block;
}

.shop-details-area .shop-content .shop-review ul li i {
    font-size: 13px;
    color: #b1b1b1;
}

.shop-details-area .shop-content .shop-review ul li:first-child i {
    color: #ffae11;
}

.review-content ul.review-value {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.review-content ul.review-value::after {
    content: "|";
    color: #0000005a;
}

.review-content ul.review-value:last-child::after {
    display: none;
}

.review-content ul:hover i {
    color: #EFCB65;
}

.shop-details-area .shop-content .shop-text {
    border-bottom: 1px solid #f2f2f2;
}

.shop-details-area .shop-content .shop-text p {
    font-weight: 300;
    font-size: 14px;
    padding-top: 23px;
    padding-bottom: 25px;
    line-height: 24px;
}

.shop-details-area .shop-content .shop-social {
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.shop-details-area .shop-content .shop-social span {
    color: #000000;
    font-weight: 700;
    font-size: 13px;
    padding-right: 18px;
}

.shop-details-area .shop-content .shop-social ul li {
    display: inline-block;
}

.shop-details-area .shop-content .shop-social ul li a {
    font-size: 13px;
    color: #45619d;
    margin-right: 10px;
}

.shop-details-area .shop-content .shop-social ul li:nth-child(2) a {
    color: #cf4539;
}

.shop-details-area .shop-content .shop-social ul li:nth-child(3) a {
    color: #42c0fb;
}

.shop-details-area .shop-content .shop-social ul li:nth-child(4) a {
    color: #009ee5;
}

.shop-details-area .shop-content .shop-social ul li:nth-child(5) a {
    color: #ec9f21;
}

.shop-details-area .shop-content .shop-btns {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .shop-details-area .shop-content .shop-btns {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-details-area .shop-content .shop-btns {
        display: flex;
    }
}

.shop-details-area .shop-content .shop-btns a {
    background: #d3a971;
    color: #fff;
    border-color: #d3a971;
}

.shop-details-area .shop-content .shop-btns a>i {
    padding-left: 10px;
}

.shop-details-area .shop-content .shop-btns ul {
    padding-left: 5px;
}

.shop-details-area .shop-content .shop-btns ul li {
    display: inline-block;
}

.shop-details-area .shop-content .shop-btns ul li a {
    margin-left: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 13px;
    background: #fff;
    border-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area .shop-content .shop-btns ul li a {
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .shop-details-area .shop-content .shop-btns ul li a {
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-details-area .shop-content .shop-btns ul li a {
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 0px;
    }
}

.shop-details-area .shop-content .shop-btns ul li a i {
    padding-left: 0;
    color: #798795;
}

.menu-contents {
    padding: 50px;
    border: 1px solid #ededed;
}

.menu-contents .tab-pane {
    padding: 30px 0px;
}

@media (max-width: 767px) {
    .menu-contents {
        padding: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-contents {
        padding: 20px;
    }
}

.menu-contents .menu-tabs .nav li a {
    padding: 0 18px;
    line-height: 46px;
    background: #f3f3f3;
    color: #000;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .menu-contents .menu-tabs .nav li a {
        padding: 0 5px;
        font-size: 12px;
    }
}

.menu-contents .menu-tabs .nav li a.active {
    background: #d3a971;
    color: #fff;
}

.menu-contents .menu-tabs .tab-content .tab-pane p {
    font-weight: 300;
    color: #333;
    line-height: 32px;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-contents .menu-tabs .tab-content .tab-pane p {
        font-size: 15px;
    }
}

.menu-contents .menu-tabs .tab-content .tab-pane span {
    font-size: 15px;
    font-family: "Playfair Display", serif;
    color: #333;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 18px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .list {
    padding-left: 40px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .list li {
    font-size: 15px;
    color: #687588;
    line-height: 28px;
    font-weight: 300;
    position: relative;
}

.menu-contents .menu-tabs .tab-content .tab-pane .list li::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #000;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area {
    padding-top: 15px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-title .title {
    font-size: 24px;
    font-weight: 700;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user {
    position: relative;
    padding-left: 75px;
    margin-top: 33px;
    line-height: 10px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user ul li {
    display: inline-block;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user ul li i {
    color: #d3a971;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user ul li:nth-child(4) i {
    color: #ccc;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user ul li:nth-child(5) i {
    color: #ccc;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user span {
    padding: 3px 0;
    font-size: 14px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user span span {
    font-weight: 600;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user p {
    font-weight: 300;
    padding-top: 0;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box {
    margin-top: 25px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box input {
    width: 100%;
    height: 50px;
    border: 2px solid #e9ebef;
    padding-left: 20px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box span {
    font-size: 14px;
    color: #5f5f5f;
    padding-bottom: 15px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box textarea {
    width: 100%;
    height: 200px;
    border: 2px solid #e9ebef;
    padding-left: 20px;
    padding-top: 20px;
    resize: none;
    color: #8a8a8a;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box ul li {
    display: inline-block;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box ul li a {
    color: #d3a971;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-check {
    margin-bottom: 20px;
    margin-top: 20px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-check ul li label span {
    padding-top: 0;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-btn button {
    background: #d3a971;
    color: #fff;
    line-height: 40px;
    border-color: #d3a971;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-btn button:hover {
    background-color: transparent;
    color: #d3a971;
}

.product-quantity {
    width: 160px;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.product-quantity span {
    padding-left: 10px;
    padding-right: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #798795;
}

.product-quantity button {
    width: 20px;
    height: 50px;
    padding: 0;
    background-color: #fff;
    font-size: 18px;
    color: #838b97;
    border: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-quantity button:hover {
    color: #d3a971;
}

@media (max-width: 767px) {
    .product-quantity button {
        width: 20px;
        height: 40px;
    }
}

.product-quantity input {
    width: 70px;
    height: 50px;
    border: 0px;
    padding: 0 10px;
    text-align: center;
    margin: 0 0;
    color: #000;
}

@media (max-width: 767px) {
    .product-quantity input {
        height: 40px;
    }
}


/*===========================
    Dashboard css 
===========================*/

.user-dashbord {
    padding: 120px 0;
}

.user-dashbord .user-sidebar {
    border: 1px solid #e1e1e1;
    padding: 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-dashbord .user-sidebar {
        margin-bottom: 60px;
    }
}

.user-dashbord .user-sidebar .links li {
    border-bottom: 1px dashed #e1e1e1;
    transition: all .3s;
}

.user-dashbord .user-sidebar .links li a {
    display: block;
    padding: 15px 0;
    color: #676767;
}

.user-dashbord .user-sidebar .links li a.active {
    color: #d3a971;
}

.user-dashbord .user-sidebar .links li a:hover {
    color: #d3a971;
}

.user-dashbord .user-sidebar .links li:last-child {
    border-bottom: none;
}

.user-dashbord .user-sidebar .links li:last-child a {
    padding-bottom: 0;
}

.user-dashbord .user-profile-details .order-details .progress-area-step {
    margin-bottom: 60px;
    display: block;
    overflow: hidden;
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li {
    width: 14%;
    float: left;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li {
        display: flex;
        width: 100%;
        float: unset;
        text-align: left;
        padding-bottom: 20px;
    }
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li:last-child:after {
        display: none;
    }
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    margin: auto;
    background: #efefef;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    position: relative;
}

@media (max-width: 767px) {
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li .icon {
        margin: 0;
    }
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li .progress-title {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li .progress-title {
        padding-left: 20px;
    }
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #efefef;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px);
}

@media (max-width: 767px) {
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li:after {
        width: 3px;
        height: calc(100% - 30px);
        top: 30px;
        left: 15px;
    }
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li.active .icon {
    background: #d3a971;
    color: #fff;
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li:first-child:after {
    display: none;
}

@media (max-width: 767px) {
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li:first-child:after {
        display: block;
    }
}

.user-dashbord .user-profile-details .edit-info-area {
    margin-top: 50px;
    overflow: hidden;
}

.user-dashbord .user-profile-details .edit-info-area .btn {
    background: #d3a971;
    color: #fff;
    text-transform: capitalize;
    outline: none;
}

.user-dashbord .user-profile-details .edit-info-area .btn:hover,
.user-dashbord .user-profile-details .edit-info-area .btn:focus {
    color: #fff;
}

.user-dashbord .user-profile-details .edit-info-area .form_control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px;
    margin-bottom: 20px;
}

.user-dashbord .user-profile-details .edit-info-area textarea.form_control {
    min-height: 200px;
    padding-top: 20px;
}

.user-dashbord .user-profile-details .edit-info-area .upload-img {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.user-dashbord .user-profile-details .edit-info-area .upload-img .img-box {
    max-width: 100px;
    height: 100px;
}

.user-dashbord .user-profile-details .edit-info-area .upload-img .img-box img {
    width: 100%;
    border-radius: 50%;
}

.user-dashbord .user-profile-details .edit-info-area .file-upload-area {
    margin-left: 30px;
}

.user-dashbord .user-profile-details .edit-info-area .file-upload-area .upload-file {
    position: relative;
    cursor: pointer;
}

.user-dashbord .user-profile-details .edit-info-area .file-upload-area input {
    width: 150px;
    height: 40px;
    display: inline-block;
    opacity: 0;
    cursor: pointer;
}

.user-dashbord .user-profile-details .edit-info-area .file-upload-area span {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 40px;
    background: #d3a971;
    z-index: -1;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
}

.user-dashbord .user-profile-details .edit-info-area .nice-select {
    width: 100%;
    height: 50px;
    border-color: #ddd;
    border-radius: 0;
    line-height: 50px;
    margin-bottom: 20px;
}

.user-dashbord .user-profile-details .edit-info-area .nice-select .list {
    width: 100%;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio,
.user-dashbord .user-profile-details .edit-info-area .single_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio span,
.user-dashbord .user-profile-details .edit-info-area .single_checkbox span {
    display: inline-block;
    margin-left: 30px;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input,
.user-dashbord .user-profile-details .edit-info-area .single_checkbox .single_input {
    display: none;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input:checked+.single_input_label:after,
.user-dashbord .user-profile-details .edit-info-area .single_checkbox .single_input:checked+.single_input_label:after {
    opacity: 1;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input:checked+.single_input_label:before,
.user-dashbord .user-profile-details .edit-info-area .single_checkbox .single_input:checked+.single_input_label:before {
    border-color: #d3a971;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input_label:after,
.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input_label:before {
    border-radius: 50%;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input_label:after {
    content: '';
    width: 14px;
    height: 14px;
    line-height: 20px;
    top: 3px;
    left: 3px;
}

.user-dashbord .user-profile-details .edit-info-area .single_input_label {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.user-dashbord .user-profile-details .edit-info-area .single_input_label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.user-dashbord .user-profile-details .edit-info-area .single_input_label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.user-dashbord .user-profile-details .edit-info-area .sigle_input_check:before {
    border-color: #ddd;
}

.user-dashbord .user-profile-details .edit-info-area .sigle_input_check:after {
    background: #d3a971;
    color: #FFFFFF;
    border-color: #ddd;
}

.user-dashbord .card-box {
    position: relative;
    padding: 30px 20px;
    background: #6963FF;
}

.user-dashbord .card-box.box-1 {
    background: #6963FF;
}

.user-dashbord .card-box.box-1:after {
    content: '\f15c';
}

.user-dashbord .card-box.box-2 {
    background: #07BFA7;
}

.user-dashbord .card-box.box-2:after {
    content: '\f0c0';
}

.user-dashbord .card-box.box-3 {
    background: #EC7424;
}

.user-dashbord .card-box.box-3:after {
    content: '\f02e';
    font-weight: 400;
}

.user-dashbord .card-box:after {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-family: "FontAwesome";
    font-size: 90px;
    font-weight: 600;
    color: #fff;
    opacity: .7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-dashbord .card-box:after {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .user-dashbord .card-box:after {
        font-size: 100px;
    }
}

.user-dashbord .card-box .card-info h5 {
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-dashbord .card-box .card-info h5 {
        font-size: 18px;
    }
}

.user-dashbord .card-box .card-info p {
    color: #fff;
}

.user-dashbord .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.user-dashbord .main-info {
    overflow: hidden;
}

.user-dashbord .main-info h5 {
    margin-bottom: 15px;
}

.user-dashbord .main-info ul.list {
    float: left;
    width: 30%;
}

@media (max-width: 767px) {
    .user-dashbord .main-info ul.list {
        width: 50%;
    }
}

.user-dashbord .main-info ul.list li {
    line-height: 30px;
}

.user-dashbord .main-info ul.list li p span {
    font-weight: 500;
    margin-right: 20px;
}

.user-dashbord .main-table .dataTables_wrapper .row:first-child,
.user-dashbord .main-table .dataTables_wrapper .row:last-child {
    margin-bottom: 30px;
    align-items: center;
}

.user-dashbord .main-table .dataTables_wrapper .row:last-child {
    margin-top: 20px;
}

.user-dashbord .main-table .dataTables_wrapper input[type="search"] {
    height: 35px;
    outline: none;
}

.user-dashbord .main-table .dataTables_wrapper input[type="search"]:focus {
    outline: none;
    box-shadow: none;
}

.user-dashbord .main-table .dataTables_wrapper td span.pending {
    padding: 5px 10px;
    background: #FFA500;
    color: #fff;
    border-radius: 3px;
}

.user-dashbord .main-table .dataTables_wrapper td a.btn {
    border: 1px solid #d3a971;
    color: #123212;
    background: transparent;
    transition: all .3s;
    margin-bottom: 10px;
}

.user-dashbord .main-table .dataTables_wrapper td a.btn:hover {
    background: #d3a971;
    border-color: transparent;
    color: #fff;
}

.user-dashbord .main-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 7px;
}

.user-dashbord .main-table .dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link {
    background-color: #d3a971 !important;
    border-color: transparent;
    color: #fff;
}

.user-dashbord .main-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: transparent;
    background: transparent;
    background-color: transparent;
}

.user-dashbord .main-table .dataTables_wrapper .dataTables_paginate .paginate_button .page-link {
    border: 1px solid #e1e1e1;
    color: #123212;
    outline: none;
    box-shadow: none;
}

.user-dashbord .main-table .dataTables_wrapper .dataTables_paginate .paginate_button .page-link:hover {
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    background-color: #d3a971 !important;
}

.user-dashbord .account-info,
.user-dashbord .order-details {
    border: 1px solid #e1e1e1;
    padding: 30px;
}

.user-dashbord .view-order-page .order-info-area {
    margin-bottom: 40px;
}

.user-dashbord .view-order-page .order-info-area .order-info h3 {
    margin-bottom: 15px;
}

.user-dashbord .view-order-page .order-info-area .prinit {
    float: right;
}

@media (max-width: 767px) {
    .user-dashbord .view-order-page .order-info-area .prinit {
        float: none;
        margin-top: 20px;
    }
}

.user-dashbord .view-order-page .order-info-area .prinit .btn {
    background: #d3a971;
    color: #fff;
}

.user-dashbord .view-order-page .order-info-area .prinit .btn i {
    margin-right: 10px;
}

.user-dashbord .billing-add-area {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .user-dashbord .billing-add-area .main-info {
        margin-bottom: 30px;
    }
}

.user-dashbord .billing-add-area .main-info ul.list {
    width: 100%;
}

@media (max-width: 767px) {
    .user-dashbord .billing-add-area .main-info ul.list {
        width: 100%;
    }
}

.user-dashbord .billing-add-area .payment-information h5 {
    margin-bottom: 15px;
}

.user-dashbord .billing-add-area .payment-information p {
    line-height: 35px;
}

.user-dashbord .product-list h5 {
    margin-bottom: 15px;
}

.user-dashbord .product-list table tr td b {
    line-height: 30px;
}

.user-dashbord .product-list table tr td span.color {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #222;
}

@media only screen and (max-width: 767px) {
    .dataTables_length {
        margin-bottom: 20px;
    }
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        float: none;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        margin-top: 20px;
    }
}


/*===========================
    Features css 
===========================*/


/*** 
=============================================
    Checkout Area style
=============================================
***/

.checkout-area {
    position: relative;
    display: block;
    padding-top: 130px;
}

.checkout-area .shop-title-box h3 {
    position: relative;
    font-size: 24px;
    color: #282828;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.checkout-area .exisitng-customer {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.checkout-area .exisitng-customer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #d3a971;
}

.checkout-area .exisitng-customer h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}

.checkout-area .exisitng-customer h5 a {
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    color: #d3a971;
}

.checkout-area .coupon {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 60px;
    border-radius: 5px;
}

.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #d3a971;
}

.checkout-area .coupon h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}

.checkout-area .coupon h5 a {
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    color: #d3a971;
}

.checkout-area form .field-label {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.checkout-area form .gateway-details .field-label {
    margin: 0 0 4px;
}

.checkout-area form .field-input {
    margin-bottom: 25px;
}

.field-input.cross {
    position: relative;
}

.field-input.cross i.fa-times-circle {
    position: absolute;
    color: #000;
    right: 8px;
    top: 16px;
    cursor: pointer;
    display: none;
}

.field-input.cross.cross-show i.fa-times-circle {
    display: block;
}

.checkout-area form .gateway-details .field-input {
    margin-bottom: 0;
}

.checkout-area form .field-input input[type="text"],
.checkout-area form .field-input select {
    border: 1px solid #f0eef9;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 48px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout-area form .field-input input[type="text"]:focus {
    border: 1px solid #222;
}

.checkout-area form .field-input textarea {
    border: 1px solid #f0eef9;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 121px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout-area form .field-input textarea:focus {
    border-color: #d3a971;
}

.checkout-area .create-acc .checkbox {
    margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.checkout-area .create-acc .checkbox input {
    position: relative;
    top: 1px;
}

.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    top: 0px;
    vertical-align: middle;
}

span.selection {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #f0eef9;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding: 0 15px;
    color: #848484;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}

.checkout-area .cart-table tbody tr .qty .input-group-btn-vertical {
    display: none;
}

.checkout-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    width: 50px;
}

.checkout-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin .quantity-spinner {
    border-radius: 6px;
    background: transparent;
    text-align: center;
}

.checkout-area .bottom {
    position: relative;
    display: block;
    background: #fdfcfb;
    padding-top: 126px;
    padding-bottom: 130px;
    margin-top: 115px;
}

.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%;
}

.cart-table .title p {
    margin-top: 1px;
    margin-bottom: 0px;
}

.cart-table .title h5 {
    margin-bottom: 7px;
    display: block;
}

.cart-table .title p strong {
    color: #000;
}

.cart-table .price.cart_price strong {
    color: #000;
    margin-right: 4px;
}

.cart-table .price.cart_price p {
    margin-bottom: 1px;
}

.checkout-area .table .cart-table .cart-header {
    position: relative;
    background: #fff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #eaeaea;
}

.checkout-area .table .cart-table thead tr th {
    font-weight: 500;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px;
    border-top: none;
    border-bottom: none;
    font-size: 18px;
    color: #282828;
}

.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left;
}

.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #e8e6f4;
}

.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle;
    min-width: 110px;
    max-width: 160px;
    padding: 30px 0;
    border-top: none;
    padding-left: 30px;
}

.checkout-area .table .cart-table tbody tr td.qty input {
    border-radius: 6px;
    background: transparent;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    margin-left: 20px;
    padding: 0;
}

.checkout-area .table .cart-table tbody tr td.price {
    font-size: 18px;
    font-weight: 500;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb a {
    display: block;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 150px;
    border-radius: 6px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title,
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
    display: table-cell;
    vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    padding-left: 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

p.gateway-desc {
    background: #f1f1f1;
    font-size: 14px;
    padding: 10px 25px;
    margin-bottom: 20px;
    color: #212529;
}

.gateway-instruction {
    background: #f1f1f1;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.gateway-details label {
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
}

.cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px;
    margin-bottom: 30px;
}

.cart-total-table li {
    border-bottom: 1px solid #e8e6f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 20px;
}

.checkout-area .cart-total-table i {
    font-size: 9px;
    position: relative;
    top: -3px;
}

.cart-total-table li:last-child {
    border-bottom: none;
    font-weight: 700;
    color: #000;
}

.cart-total-table li:last-child span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.cart-total-table li:last-child span.col.col-title {
    position: relative;
    display: block;
    float: left;
    border-right: 1px solid #e8e6f4;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 0;
    width: 50%;
}

.cart-total .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
    border-radius: 6px;
}

.cart-total .payment-options .option-block {
    margin-bottom: 14px;
}

.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0px;
    margin: 0;
}

.cart-total .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}

.cart-total .payment-options .option-block .checkbox label span {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.cart-total .payment-options .option-block .checkbox label span b {
    color: #222222;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
}

.cart-total .payment-options .option-block .text {
    padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}

.placeorder-button .main-btn {
    padding: 8px 30px;
    border-color: #d3a971;
    line-height: 28px;
    color: #000000;
    font-family: "Roboto", sans-serif;
}

.placeorder-button .main-btn:hover,
.placeorder-button .main-btn:focus {
    color: #fff;
}


/*** 
=============================================
   Cart area  style
=============================================
***/

.cart-area {
    padding-top: 122px;
    padding-bottom: 130px;
}

.cart-area .qty input.quantity-spinner.form-control {
    width: 100px;
    height: 60px;
    text-align: center;
    border: 2px solid #ebebeb;
    font-weight: 700;
    border-radius: 0;
}

.cart-area .qty input.quantity-spinner.form-control:focus {
    outline: none;
    box-shadow: none;
}

.cart-area .qty span.input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-up {
    position: absolute;
    right: 24px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: transparent;
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-up:before {
    position: absolute;
    content: "+";
    top: 0;
    left: 0;
    line-height: 18px;
    width: 20px;
    font-size: 17px;
    color: #999;
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-down {
    position: absolute;
    left: 24px;
    top: 22px;
    width: 20px;
    height: 20px;
    background: transparent;
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-down:before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
    line-height: 18px;
    width: 20px;
    font-size: 30px;
    color: #999;
}

.cart-area .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}

.cart-area .cart-table {
    min-width: 1024px;
    width: 100%;
}

.cart-area .cart-table .cart-header {
    position: relative;
    background: #f6f6f6;
    color: #27282c;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
}

.cart-area .cart-table .cart-header tr {
    background: #f4f1ee;
}

.cart-area .cart-table thead tr th {
    font-weight: 500;
    line-height: 24px;
    min-width: 110px;
    padding: 20px 25px;
    font-size: 18px;
}

.cart-area .cart-table thead tr th.prod-column {
    padding-left: 30px;
    text-align: left;
    width: 24%;
}

.cart-area .cart-table thead tr th.availability {
    padding: 0 40px;
}

.cart-area .cart-table tbody tr {
    border-bottom: 1px solid #e7e7e7;
}

.cart-area .cart-table tbody tr .prod-column {
    padding-left: 30px;
    text-align: left;
}

.cart-area .cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-area .cart-table tbody tr .prod-column .column-box .title {
    display: table-cell;
    vertical-align: middle;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
    width: 90px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 0px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 100%;
    border-radius: 0;
}

.cart-area .cart-table tbody tr .prod-column .column-box .title {
    padding-left: 20px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.cart-area .cart-table tbody tr .qty {
    padding-right: 25px;
}

.cart-area .cart-table tbody tr .qty .product-quantity button {
    width: 43px;
    height: 33px;
    padding: 0;
    background-color: #fff;
    font-size: 18px;
    color: #838b97;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.cart-area .cart-table tbody tr .qty .product-quantity input {
    width: 72px;
    height: 33px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    text-align: center;
    margin: 0 0;
    color: #838b97;
    border-left: 0;
    border-right: 0;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}

.cart-area .cart-table tbody tr .sub-total {
    font-size: 15px;
    font-weight: 500;
}

.cart-area .cart-table tbody tr td {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    min-width: 100px;
    padding: 30px 25px;
    width: 20%;
}

.cart-area .cart-table tbody tr td.unit-price {
    padding-left: 20px;
    padding-right: 20px;
}

.cart-area .cart-table tbody tr td.price {
    font-size: 15px;
    font-weight: 500;
}

.cart-area .cart-table tbody tr td .remove {
    text-align: center;
    font-size: 30px;
    color: #999;
    font-weight: normal;
}

.cart-area .cart-table tbody tr td .remove span {
    cursor: pointer;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.cart-area .cart-table tbody tr td .remove span:hover {
    color: #d3a971;
}

.cart-area .cart-table tbody tr td .remove .checkbox label {
    color: #828282;
    font-size: 15px;
    font-weight: 400;
}

.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 1px;
}

.cart-area .cart-table tbody .available-info {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 50px;
}

.cart-area .cart-table tbody .available-info .icon {
    position: absolute;
    top: 0px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #d3a971;
}

.total-item-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.total-item-info li {
    font-size: 15px;
    color: #282828;
}

.total-item-info li span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #282828;
}

.cart-middle {
    padding-top: 30px;
}

.cart-middle .apply-coupon {
    padding-left: 245px;
    position: relative;
}

.cart-middle .apply-coupon input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 58px;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    padding: 0 20px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    border-radius: 29px;
}

.cart-middle .apply-coupon input[type="text"]:focus {
    border: 1px solid #222;
}

.cart-middle .apply-coupon .apply-coupon-button button {
    border: 1px solid #d3a971;
    background: #d3a971;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    transition: all linear 0.3s;
    cursor: pointer;
}

.cart-middle .apply-coupon .apply-coupon-button button:hover {
    color: #d3a971;
    background-color: transparent;
}

.cart-middle .apply-coupon .apply-coupon-button .btn-style-one .btn-title {
    color: #282828;
    background: #f6f6f6;
}

.cart-middle .update-cart button {
    border: 1px solid #d3a971;
    background: #d3a971;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    transition: all linear 0.3s;
    cursor: pointer;
}

.main-btn.main-btn-2.proceed-checkout-btn {
    height: 52px;
    line-height: 50px;
}

.main-btn.main-btn-2.proceed-checkout-btn:hover {
    background: #fff;
    color: #d3a971;
    border: 2px solid #d3a971;
}

.cart-middle .update-cart button:hover {
    color: #d3a971;
    background-color: transparent;
    border-color: #d3a971;
}

.cart-bottom {
    overflow: hidden;
    padding-top: 70px;
}

.cart-bottom .calculate-shipping .shop-page-title {
    padding-bottom: 16px;
}

.cart-bottom .calculate-shipping .ui-state-default {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 0;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 30px;
    outline: medium none;
    width: 100%;
}

.cart-bottom .calculate-shipping .ui-state-default .ui-icon {
    background: none;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 15px 19px;
    text-align: left;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #ededed;
    display: block;
    width: 60px;
    height: 48px;
    text-indent: 0;
    margin: 0;
}

.cart-bottom .calculate-shipping button {
    color: #27282c;
    background: #f6f6f6;
}

.cart-bottom .calculate-shipping button:hover {
    color: #ffffff;
    background: #c84522;
}

.cart-bottom .calculate-shipping input[type="text"] {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-bottom .calculate-shipping input[type="text"]:focus {
    border: 1px solid #1d1d1d;
}

.cart-bottom button.checkout-btn {
    color: #27282c;
    background: #f6f6f6;
    margin-top: 30px;
}

.cart-bottom button.checkout-btn:hover {
    color: #ffffff;
    background: #c84522;
}

.login-btn {
    display: inline-block;
    margin-left: 15px;
}

.navigation .cart {
    display: inline-block;
    position: relative;
}

.navigation .cart span {
    position: absolute;
    top: -10px;
    right: -16px;
    display: inline-block;
    background-color: #d3a971;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.navigation .cart a::before {
    content: '|';
    position: absolute;
    left: 17px;
    color: #fff;
    opacity: .6;
}

.navigation .cart a {
    display: inline-block;
    margin-left: 40px;
    color: #fff;
    font-size: 14px;
    transition: .3s;
}

.navigation .cart a:hover {
    color: #d3a971;
}


/*---------------------------
** Checkout page css
---------------------------*/

.checkout-message {
    padding: 120px 0px;
    max-width: 780px;
    margin: 0 auto;
}

.checkout-success {
    background: #f1f1f1;
    padding: 40px 0px;
    text-align: center;
    border-radius: 15px;
}

.checkout-success h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.checkout-success p {
    line-height: 26px;
}

.checkout-success .icon i {
    font-size: 60px;
}

.checkout-success .icon {
    display: block;
    margin-bottom: 20px;
}


/*---------------------------
** login page css
---------------------------*/

.login-area {
    padding-top: 115px;
    padding-bottom: 120px;
}

.login-area .login-content .login-title .title {
    font-weight: 700;
    color: #000;
    font-size: 30px;
}

.login-area .login-content .input-box {
    margin-top: 30px;
}

.login-area .login-content .input-box input {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding-left: 30px;
}

.login-area .login-content .input-box span {
    padding-bottom: 15px;
    font-size: 15px;
}

.login-area .login-content .input-btn button {
    background: #d3a971;
    border-color: #d3a971;
    text-transform: uppercase;
}

.login-area .login-content .input-btn button:hover {
    background-color: transparent;
    color: #d3a971;
}

.login-area .login-content .input-btn a {
    color: #d3a971;
    margin-top: 20px;
}

.login-area .login-content .checkbox_common {
    padding-top: 15px;
}

.login-area .login-content .input-text p {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.login-area .login-content .input-text p a {
    color: #d3a971;
}

.login-content .alert p {
    line-height: 24px;
}

.dropdown-menu.country-codes {
    height: 250px;
    overflow: scroll;
}

.revolve {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*---------------------------
** Request Loader CSS
---------------------------*/

.request-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000007a;
    z-index: 10000;
    display: none;
}

.request-loader img {
    position: fixed;
    display: none;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.request-loader.show {
    display: block;
}

.request-loader.show img {
    display: block;
}

/* Popup css */
.popup-wrapper {
    display: none;
}
.popup_main-content h1 {
    font-size: 54px;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
    background: #FFF;
    opacity: 1;
    border-radius: 50%;
  width: 30px;
    height: 30px;
    line-height: 32px;
    right: -15px;
    top: -15px;
}
.popup-wrapper {
  position: relative;
  width: auto;
  max-width: 960px;
  margin: 0 auto;
}
.popup-wrapper .form_control {
    width: 100%;
    height: 70px;
    padding: 0 30px;
    line-height: 70px;
}

/* Popup-one */
.popup-one{
  position: relative;
  padding: 138px 120px;
}
.popup-one .popup_main-content{
  position: relative;
  text-align: center;
  background-color: rgba(69, 29, 83, 0.8);
  border-radius: 10px;
  padding: 90px 55px;
}
.popup-one .popup_main-content h1,
.popup-one .popup_main-content p{
  color: #fff;
}
.popup-one .popup_main-content h1{
  margin-bottom: 20px;
}
.popup-one .popup_main-content p{
  margin-bottom: 30px;
}
.popup-one .popup_main-content .popup-main-btn{
    padding: 15px 100px;
    display: inline-block;
    color: #fff;
    border-radius: 40px;
    border: 1px solid #fff;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.popup-one .popup_main-content .popup-main-btn:hover,
.popup-one .popup_main-content .popup-main-btn:focus{
  background-color: #451D53;
  color: #fff;
  border-color: transparent;
}

/* Popup-two */

.popup-two{
  position: relative;
  padding: 120px;
}
.popup-two .popup_main-content{
  position: relative;
  text-align: center;
  background-color: rgba(255, 40, 101, 0.7);
  border-radius: 10px;
  padding: 90px 55px;
}
.popup-two .popup_main-content h1,
.popup-two .popup_main-content p{
  color: #fff;
}
.popup-two .popup_main-content h1{
  margin-bottom: 20px;
}
.popup-two .popup_main-content p{
  margin-bottom: 30px;
}
.popup-two .popup_main-content .subscribe-form{
  padding: 0 70px;
}
.popup-two .popup_main-content .subscribe-form .form_control{
  border: none;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}
.popup-two .popup_main-content .subscribe-form  .popup-main-btn{
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  height: 70px;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
}
.popup-two .popup_main-content .subscribe-form  .popup-main-btn:hover,
.popup-two .popup_main-content .subscribe-form  .popup-main-btn:focus{
  background-color: #FF2865;
  color: #fff;
  border-color: transparent;
}


/* Popup-three */

.popup-three .popup_main-content{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.popup-three .popup_main-content .left-bg{
  width: 45%;
  height: 100%;
    min-height: 670px;
}
.popup-three .popup_main-content .right-content {
  width: 55%;
  padding: 30px 15px;
  text-align: center;
}
.popup-three .popup_main-content .right-content h1{
  font-weight: 400;
  margin-bottom: 20px;
}
.popup-three .popup_main-content .right-content p{
  margin-bottom: 20px;
}
.popup-three .popup_main-content .right-content .popup-main-btn {
    padding: 15px 70px;
    background-color: #FF2865;
    color: #fff;
    font-size: 19px;
    border-radius: 35px;
    display: inline-block;
    text-decoration: none;
}

/* Popup-four */

.popup-four .popup_main-content{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.popup-four .popup_main-content .left-bg{
  width: 45%;
  height: 100%;
    min-height: 670px;
}
.popup-four .popup_main-content .right-content {
  width: 55%;
  padding: 30px 30px;
  text-align: center;
}
.popup-four .popup_main-content .right-content h1{
  font-weight: 400;
  margin-bottom: 20px;
}
.popup-four .popup_main-content .right-content p{
  margin-bottom: 20px;
}
.popup-four .popup_main-content .subscribe-form{
  padding: 0 70px;
}
.popup-four .popup_main-content .subscribe-form .form_control{
  border: 2px solid #C5C5C5;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}
.popup-four .popup_main-content .subscribe-form .popup-main-btn{
  width: 100%;
  background-color: #F8960D;
  color: #fff;
  font-size: 20px;
  height: 70px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  transition: all .3s;
}
.popup-four .popup_main-content .subscribe-form .popup-main-btn:hover,
.popup-four .popup_main-content .subscribe-form .popup-main-btn:focus{
  background-color: #F8960D;
  color: #fff;
  border-color: transparent;
}


/* Popup-five */

.popup-five .popup_main-content{
  text-align: center;
  padding: 75px;
}
.popup-five .popup_main-content h1{
  font-size: 55px;
  line-height: 65px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
    margin: 0 auto 20px;
    max-width: 600px;
}
.popup-five .popup_main-content h4{
  color: #fff;
  font-size: 25px;
  font-weight: 35px;
  margin-bottom: 40px;
  font-weight: 400;
}
.popup-five .popup_main-content .popup-main-btn{
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  background-color: #29A19C;
  border-radius: 40px;
    text-decoration: none;
}

/* Popup-six */
.popup-six .popup_main-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
    text-decoration: none;
}
.popup-six .popup_main-content .left-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.popup-six .popup_main-content .right-content {
  background-color: #930077;
  width: 50%;
  height: 100%;
  padding: 120px 15px;
  text-align: center;
  margin-left: 50%;
}
.popup-six .popup_main-content .right-content  h1{
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
  color: #fff;
  margin-bottom: 25px;
}
.popup-six .popup_main-content h4{
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 40px;
  font-weight: 400;
}
.popup-six .popup_main-content .right-content .popup-main-btn{
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  background-color: #FA00CA;
  border-radius: 40px;
    text-decoration: none;
}

/* syotimer css */
.popup-wrapper .syotimer__body{
  max-width: 420px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.popup-wrapper .syotimer__body p{
  color: #fff;
}
.popup-wrapper .syotimer-cell {
    flex: 0 0 24%;
    padding-left: 10px;
    padding-right: 10px;
}
.popup-wrapper .syotimer-cell__value {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F3A52;
    border-radius: 10px;
    font-size: 36px;
    color: #fff;
  margin-bottom: 15px;
}
.popup-wrapper .syotimer-cell__unit {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}
/*Large Device*/
@media only screen and (min-width: 1200px) and (max-width : 1400px) {
    
}


/*Large Device*/
@media only screen and (min-width: 992px) and (max-width : 1199px) {
    
}

/*Medium Device*/
@media only screen and (min-width: 768px) and (max-width : 991px){
    .popup-one .popup_main-content h1,
    .popup-three .popup_main-content .right-content h1,
    .popup-four .popup_main-content .right-content h1,
    .popup-five .popup_main-content  h1,
    .popup-six .popup_main-content .right-content h1{
        font-size: 40px;
        line-height: 50px;
    }
    .popup-wrapper {
        max-width: 720px;
    }
    .popup-two .popup_main-content .subscribe-form,
    .popup-four .popup_main-content .subscribe-form{
        padding: 0 15px;
    }
    .popup-one,
    .popup-two {
        padding: 80px 30px;
    }
    .syotimer__body{
        margin-bottom: 0px;
    }
    .syotimer-cell{
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {
    .popup-wrapper .syotimer-cell {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .popup-wrapper {
        max-width: 500px;
    }
    .popup-five .popup_main-content {
        text-align: center;
        padding: 50px 15px;
    }
    .popup-three .popup_main-content .left-bg,
    .popup-four .popup_main-content .left-bg,
    .popup-six .popup_main-content .left-bg{
        display: none;
    }
    .popup-one,
    .popup-two {
        padding: 30px 15px;
    }
    .popup-one .popup_main-content,
    .popup-two .popup_main-content{
        padding: 20px 15px;
    }
    .popup-one .popup_main-content .main-btn{
        padding: 15px 30px;
    }
    .popup-three .popup_main-content .right-content,
    .popup-four .popup_main-content .right-content,
    .popup-six .popup_main-content .right-content{
        width: 100%;
        padding: 50px 15px;
    }
    .popup-two .popup_main-content .subscribe-form,
    .popup-four .popup_main-content .subscribe-form{
        padding: 0 15px;
    }
    .popup-two .popup_main-content .subscribe-form .form_control,
    .popup-four .popup_main-content .subscribe-form .form_control{
        font-size: 15px;
    }
    .popup-two .popup_main-content h1,
    .popup-one .popup_main-content h1,
    .popup-three .popup_main-content .right-content h1,
    .popup-four .popup_main-content .right-content h1,
    .popup-five .popup_main-content h1,
    .popup-six .popup_main-content .right-content h1{
        font-size: 30px;
        line-height: 40px;
    }
    .popup-six .popup_main-content .right-content{
        margin-left: 0%;
    }
    .syotimer__body{
        max-width: 380px;
        margin-bottom: 0px;
    }
    .syotimer-cell{
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
}
/* Mobile Devices, Tablets */
@media only screen and (max-width: 400px){
    .popup-wrapper {
        max-width: 300px;
    }
    .syotimer__body{
        max-width: 300px;
        margin-bottom: 0px;
    }
    .syotimer-cell{
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
}
/* Wide mobile Devices */
@media only screen and (min-width: 401px) and (max-width : 767px) {
    .popup-wrapper {
        max-width: 380px;
    }
}
/*# sourceMappingURL=style.css.map */


/*---------------------------
** Cookie alert css
---------------------------*/

.cookie-consent {
    position: fixed;
    background-color: #262938;
    bottom: 0px;
    width: 100%;
    padding: 15px 0px;
    z-index: 10000000000;
    color: #fff;
}

.cookie-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.cookie-consent__agree {
    padding: 12px 20px;
    border: none;
    background-color: #25D06F;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

span.cookie-consent__message {
    background-color: transparent !important;
    color: #fff;
}
.badge {
    background-color: grey;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
  }
@media only screen and (max-width: 991px) {
    .cookie-container {
        display: block;
        text-align: center;
    }
    button.cookie-consent__agree {
        margin-top: 15px;
    }
    span.cookie-consent__message {
        line-height: 20px;
        display: block;
    }
}
