
.head {
    position: relative;
}

.head .carousel-inner {
    max-height: 400px;
}

.lang {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;

}

.header_cat .lang {
    position: unset;

}

.head .lang {
    top: 20px;
    right: 30px;
}

.header .lang {
    top: 0;
    right: 10px;
}

.carousel-item  video {
    min-width: 100%;
    object-fit: cover;
    max-height: 400px;
    width: 100vw;
    height: 100vh;
}

.lang a:hover {
    color: #0F4D4D !important;
}

.lang a:hover i {
    color: #0F4D4D !important;
}

.lang a {
    color: #000;
    text-decoration: none;
}

.lang .one_word {
    background: #fff;
    text-transform: capitalize;
    padding: 2px 10px;
    border-radius: 30px 0 0 30px;
    margin-right: -8px;
    opacity: 0;
}

.lang a:hover .one_word {
    opacity: 1;
}

.lang .one_icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 21px;
}

.lang .one_icon i {
    color: #000;
}

.category .box {
    background: linear-gradient(90deg, #0d767e 0%, #103936 100%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 5px solid #0d767e;
}

.category .box .image {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;

}

.category .box img:hover {
    cursor: pointer;
    transform: scale(1.2) rotate(3deg);
    transition: all .5s ease-in-out;
}

.category .box {
    overflow: hidden;
}

.category .box .link {
    padding: 8px;
    padding-top: 2px;
}

.category .box a {
    color: #FFF;
    text-decoration: none;
}

.category .above span {
    display: block;
    margin: 10px auto 0;
    width: 60px;
    height: 4px;
    border-radius: 100px;
    background-color: #0D767E;
}

.show-cat {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    height: 6px;
    border-radius: 100px;
    background: linear-gradient(90deg, #0d767e 0%, #103936 100%);
}

.noun {
    display: none;
}


.show-cat:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #0e595c;
    cursor: pointer;

}

.noun .box {
    overflow: hidden;
}

.category .shape img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 600px;
}

/* fav */


.category {
    position: relative;
}

.fav, .service {
    margin-top: 50px;
    color: #FFF;
    overflow: hidden;
    background: linear-gradient(90deg, #0d767e 0%, #103936 100%);
}

.service {
    margin-top: 0;
}

.service h1 {
    font-size: 28px;
}

.fav .top-fav {
    margin-top: 25px;
    margin-bottom: 25px;
}

.fav .all .box {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    height: 85px;
    margin: 5px;
}

.fav h1 {
    font-size: 28px;
}

.fav .all .box img {
    width: auto;
    max-height: 100%;
}

/* install */

.install {
    position: relative;
    padding-top: 20px;
}

.install h4 {
    color: #555;
    margin-bottom: 20px;
}

.install .app_install {
    height: 250px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}


.install .app_install h3 {
    font-size: 25px;
    line-height: 1.5;
    color: #444;
}

.install ul {
    display: flex;
    align-items: end;
}

.install ul li {
    display: inline-block;
    margin-inline-end: 20px;
}

.install ul li img {
    width: 140px;
}

.install .shape img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 700px;
}


/* service */

.service .box, .comm, .chef, .app {
    background: linear-gradient(90deg, #0d767e 0%, #103936 100%);

}

.service .all h6, .seller .online h6 {
    color: #fff;
    margin-top: 13px;
    font-size: 16px;
    text-align: center;
}

.service .all .box, .seller .online .box {
    margin: 0 auto;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.comm, .chef {
    color: #FFF;
    margin-top: 20px;
    padding: 10px;
}

.chef {
    margin-top: 10px;
}

.chef .box {
    margin-top: 10px;
}

.comm .image img {
    width: 250px;
    height: 100px;
}

.chef .image, .comm .image {
    text-align: center;
    margin-bottom: 12px;
}

.chef .image img {
    width: 90px;
    margin-left: -20px;
}

.look {
    position: relative;
    padding-top: 13px;
}

.look .box a {
    text-decoration: none;
    font-weight: bold;
    padding: 10px 40px;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background: linear-gradient(360deg, #0d767e 0%, #103936 100%);
}

.look .box a:hover {
    background: linear-gradient(360deg, #103936 0%, #0d767e 100%);
}

.look .shape img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 700px;
}

/* con */

.con {
    position: relative;
    padding-top: 40px;
}

.con .shape img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 500px;
}

.con .social ul li, .chef_pro .links ul li {
    display: inline-block;
}

.con .social ul li a, .chef_pro .links ul li a {
    margin: 0 2px;
    background: linear-gradient(
            90deg, #0d767e 0%, #103936 100%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    text-decoration: none;
}

.chef_pro .links ul li a {
    height: 30px;
    width: 30px;
    background: linear-gradient(
            90deg, #3D3D3D 0%, #3D3D3D 100%);
}

.con .form input, .con .form textarea {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background-color: #fff;
    border-radius: 20px;
    height: 45px;
}

.con .form textarea {
    height: 100px;
}

.con .form button {
    position: relative;
    padding: 10px 40px;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background: linear-gradient(360deg, #0d767e 0%, #103936 100%);
    border: none;
    width: 100%;
    outline: 0;
}

.con .form button:hover {
    background: linear-gradient(360deg, #103936 0%, #0d767e 100%);
}

.con .form button i {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 17px;
}

/* app */

.app {
    padding: 25px;
    color: #FFF;
}

.app h3 {
    margin-bottom: 15px;
}

.app input {
    width: 100%;
    border-radius: 10px;
    justify-content: center;
    margin: auto;
}

.app p {
    margin-top: 10px;
}

/* footer */

.footer {
    background-color: #EEE;
    padding: 20px 10px;
    padding-top: 30px;
    text-align: center;
}

.footer .box ul li {
    display: inline-block;
    margin-bottom: 10px;
}

.footer .box ul li a {
    position: relative;
    padding: 0 10px;
    font-size: 18px;
    color: #555;
    text-decoration: none;
}

.footer .box ul li a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #F28F20;
}


.owl-nav span {
    position: absolute;
    top: 24px;
    font-size: 30px;
    background-color: #FFF;
    border-radius: 50%;
    color: #000;
    border-radius: 50% !important;
    width: 48px;
    height: 48px;
    color: #103936 !important;
    font-weight: bold;
    outline: none;
    transition: 0.3s;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.owl-nav span[aria-label="Next"] {
    right: 20px;
}

.owl-nav span[aria-label="Previous"] {
    left: 20px;
}

.carousel-one {
    background-image: url('../images/01.png');
    background-size: cover;
    height: 400px;
    background-position: center;
}

.carousel-two {
    background-image: url('../images/02.jpg');
    background-size: cover;
    height: 400px;
}

.carousel-three {
    background-image: url('../images/03.jpg');
    background-size: cover;
    height: 400px;
    background-position: center;
}

.carousel-caption {
    bottom: 200px;
}

.carousel-caption .box {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.carousel-caption img {
    display: block;
    margin: auto;
    justify-content: center;
    width: 200px;
}

.carousel-caption .box .loc {
    position: relative;
    z-index: 6666;
}

.carousel-caption .box .loc input {
    margin-top: 10px;
    background-color: #FFF;
    border-radius: 15px;
    padding: 10px 40px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.carousel-caption .box .loc i {
    position: absolute;
    top: 10px;
    left: 14px;
    z-index: 11111111;
    color: #000;
}


.carousel-caption .box .sign i {
    position: absolute;
    top: 14px;
    left: 70px;
    z-index: 11111111;
    color: #000;
}

.carousel-caption .box .sign {
    position: relative;
}

.carousel-caption a {
    display: block;
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    padding: 10px 20px;
    width: 60%;
    margin: auto;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    margin-top: 10px;
    transition: all .1s ease-in-out;
}


.carousel-caption a:hover {
    background: linear-gradient(360deg, #0d767e 0%, #103936 100%);
    color: #FFF;
}

.carousel-indicators li {
    background-color: #F28F20 !important;
    height: 5px !important;
}

.iti__country-name {
    color: #000;
}

/* address */


.header .top {
    justify-content: center;
    text-align: center;
    margin: auto;
}

.header .top ul .shopping, .header_cat .top ul .shopping {
    background-color: transparent;
    box-shadow: none;
}

.header, .header_cat {
    background-color: #EEE;
    padding: 15px;
}


.header, .header_cat {
    background-color: #EEE;
}

.header .image img, .header_cat .image img {
    width: 100px;
}
/*
.header .top ul, .header_cat .top ul {
    display: flex;
}
*/

.header .top ul , .header_cat .top ul{
    display: inline-flex;
}

.header .top ul li button, .header_cat .top ul li button {
    background-color: transparent;
    color: #000;
    border: none;
}

.header .top ul li button:focus, .header_cat .top ul li button:focus {
    background-color: transparent;
    color: #000;
    border: none;
    outline: 0;
}

.header .top ul li, .header_cat .top ul li {
    padding: 10px 40px;
    color: #000;
    transition: 0.3s;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background: #FFF;
    border: none;
}

.header .top ul li {
    padding: 10px 50px;
}

.header .top .bur, .header_cat .top .bur {
    background-color: #F18F20;
}

.header .top .hamour, .header_cat .top .hamour {
    padding: 5px 30px;
}

.header .top ul li a, .header_cat .top ul li a {
    color: #000;
    text-decoration: none;
}

.header .top ul li, .header_cat .top ul li {
    position: relative;
    margin: 5px;
}

.header .top ul li i, .header_cat .top ul li i {
    position: absolute;
    top: 13px;
    fill: #FFF;
    left: 20px;
    font-size: 18px;
}

.header .top .time, .header_cat .top .time {
    padding: 5px 50px;
    font-size: 14px;

}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
}

.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.header .top .amount, .header_cat .top .amount {
    background-color: transparent !important;
    box-shadow: none;
    padding: 0;
}

/* sidebar */

.sidebar {
    margin-top: 25px;
}

.sidebar .links ul li a {
    background-color: #FFF;
    color: #000;
    padding: 10px 40px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #EEE;
    cursor: pointer;
    text-decoration: none;
    display: block; width: 100%; height: 100%;
}
.sidebar .links ul li a.active {
    background-color: #404040;
    color: #FFF;
}

.sidebar .address .add {
    width: 80%;
    position: relative;
    text-align: left;
    font-size: 20px;
    padding: 14px;
    border-radius: 10px;
    background-color: #404040;
    border: none;
    color: #FFF;
    outline: 0;
}

.sidebar .address .add i {
    font-size: 25px;
    position: absolute;
    right: 8px;
    top: 18px;
}

.sidebar .address .box {
    position: relative;
    background-color: #FFF;
    color: #555;
    padding: 20px;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);

}

.sidebar .address .box i {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 20px;
    color: #000;
}

.sidebar .address .box .default {
    position: absolute;
    bottom: 10px;
    right: 5px;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #000;
    text-decoration: none;

}

.modal .location {
    margin-top: 0;
}

.modal .location .box {
    width: 100% !important;
    padding: 0;
}

.modal .location .map {
    width: 100% !important;
}

/* wishlist */

.sidebar .wishlist .box, .products .box, .products .box_slot {
    position: relative;
    border-bottom: 2px solid #F18F20;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.products .box_slot {
    margin-left: 30px;
    margin-top: 20px;
}


.sidebar .wishlist ul i, .products .box .content .link .fa-trash,
.products .box .content .link .fa-heart {
    position: absolute;
    bottom: 30px;
    right: 10px;
    font-size: 20px;
    color: #000;
}

.products .link_shopping {
    position: absolute;
    bottom: 37px;
    right: 30px;
}

.products .link_shopping a {
    background-color: #444;
    padding: 9px 15px;
    color: #FFF;
    border-radius: 50%;
}

.products .link_shopping span {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #F18F20;
    padding: 0px 4px;
    border-radius: 50%;
    color: #FFF;
}


.products .box .content .link .fa-heart {
    right: 40px;
}

.chef_pro .box_right .all_gred a {
    background-color: #444;
    color: #FFF;
    text-decoration: none;
    padding: 10px 24px;
    display: block;
    border-radius: 20px;
    position: relative;
}

.chef_pro .box_right .all_gred i {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #FFF;
}

.about_check h4 {
    color: #555;
    margin-top: 35px;
}

.about_check p {
    color: #444;
    line-height: 1.7;
}

/* new_address */

.new_address ul li {
    display: inline-block;
    text-align: center;
    margin: 5px;
}

.new_address ul li img {
    width: 150px;
    display: block;
}

.new_address form .location {
    position: relative;
    margin-top: 0;
}

.new_address form .form-group i {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 20px;
}


.new_address form input, .new_address form textarea {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 8px 30px;
}

.new_address form h4 {
    border-top: 2px solid #F18F20;
    padding-top: 11px;
}

.new_address form .form-group {
    margin-bottom: 10px;
}

.new_address form button, .location button {
    padding: 10px 40px;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background: linear-gradient(360deg, #F18F20 0%, #fd7e14 100%);
    border: none;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    outline: 0;
}

/* Location */

.location {
    margin-top: 40px;
}

.location button {
    margin-bottom: 150px;
}

.location .map {
    position: relative;
}

.location .loc, .location .search {
    position: absolute;
    width: 80%;
}

.location .loc input, .location .search input {
    margin-bottom: 20px;
    position: absolute;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 10px 40px;
}

.location .search {
    z-index: 999999;
    right: 30px;
    top: 200px;
}

.location .loc {
    right: 30px;
    top: 140px;
}

.location .loc input::placeholder, .location .search input::placeholder {
    padding-left: 20px;
}

.location .loc i, .location .search i {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}




.shape img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 700px;
}


     /* cat */

.cat {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cat .box {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.cat .box p {
    margin-bottom: 0;
}

.cat .box ul {
    margin-bottom: 0;
}

.cat .box ul li {
    display: inline-block;
    width: 40px;
    height: 10px;
    border-radius: 5px;
}

.cat .box ul .g_color {
    background-color: #164D4D;
}

.cat .box ul .r_color {
    background-color: #C32834;
}

.cat .icon_cat {
    text-align: center;
}

.cat .icon_cat img {
    width: 50%;
    margin: auto;
    display: block;
    margin-bottom: 5px;
}

.cat .searchpro {
    position: relative;
}

.cat .searchpro i {
    position: absolute;
    top: 18px;
    left: 20px;
}

.cat .searchpro input::placeholder {
    padding-left: 15px;
}

.cat .searchpro input {
    display: block;
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    padding: 10px 50px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    justify-content: center;
    height: 50px;
}

/* product */

.types h1, .choose h1 {
    font-size: 25px;

}

.types .all .box {
    margin: 0 auto;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    margin-bottom: 15px;

}

.choose .item button {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 10px 25px;
    color: #000;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 20px;
    border: none;
    outline: 0;
}

.choose .owl-stage-outer {
    margin-top: 30px !important;
}

.choose .item button.active {
    background-color: #F18F20;
}

.category .link .box_content {
    color: #FFF;
}

.category .link .box_content p {
    margin-bottom: 0;
}

.category .link .box_content a {
    background-color: #F18F20;
    padding: 0 10px;
    color: #000;
    border-radius: 10px;
    font-size: 18px;
}

/*  order */

.order, .cart {
    margin-top: 20px;
}

.order .left_order, .order .price {
    padding-bottom: 15px;
    border-bottom: 5px solid #707070;
    margin-bottom: 25px;
}

.cart .price {
    margin-bottom: 40px;
}

.order .left_order .box h3, .cart .left_cart .box h3 {
    color: #666;
    font-size: 25px;
}

.order .left_order .box p i, .cart .left_cart .box p i {
    padding-right: 5px;
    font-size: 20px;
}

.order .left_order h6, .cart .left_cart h6 {
    margin-bottom: 7px;
    font-size: 20px;
    color: #666;
    margin-top: 20px;
}

.cart .left_cart h6 {
    font-size: 30px;
    margin-top: 15px;
}

.order .left_order .content, .cart .left_cart .content {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 20px;
    border-radius: 15px;
}

.order .left_order .content ul li, .cart .left_cart .content ul li {
    color: #666;
    font-size: 18px;
}

.order .price h1, .cart .price h1 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.order .price ul li, .cart .price ul li {
    border-bottom: 2px solid #F18F20;
    margin-bottom: 10px;
    padding: 5px;
    padding-bottom: 0;
}

.order .add_pro, .cart .add_pro {
    text-align: center;
    margin-bottom: 30px;
}

.order .add_pro a, .cart .add_pro a {
    color: #000;
    background-color: #F18F20;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
}

.cart .left_cart .details .image {
    margin-top: 20px;
    width: 100%;
    height: 150px;
}

.cart .left_cart .details .image img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.cart .left_cart .box_details h6 {
    margin-bottom: 0;
}

/* search_prod */

.search_prod {
    text-align: center;
    margin: auto;
    width: 30%;
    margin-bottom: 30px;
}

.search_prod .box {
    position: relative;
}

.search_prod .box i {
    position: absolute;
    top: 18px;
    left: 15px;

}

.search_prod .box input {
    padding: 25px 40px;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.category .view_more {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.category .view_more a {
    background-color: #EEE;
    text-decoration: none;
    color: #000;
    padding: 10px 40px;
    border-radius: 15px;
}

/*
.products
*/

.products {
    margin-top: 35px;
}


.products .box .operat .fa-minus,
.products .box .operat .fa-plus,
.cart .box_details .operate .fa-plus,
.cart .box_details .operate .fa-minus {
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    height: 22px;
    width: 20px;
    line-height: 20px;
    margin-left: 0;
}

.products .box .operat .fa-minus, .cart .box_details .operate .fa-minus {
    margin-left: 10px;
}

.products .box .operat, .cart .box_details .operate {
    position: relative;
    width: 150px;
    height: 43px;
    background-color: #fd7e14;
    margin-top: 15px;
    border-radius: 60px;
}


.products .box .operat .fa-minus, .products .box .operat .fa-plus,
.cart .box_details .operate .fa-plus, .cart .box_details .operate .fa-minus, .products .box .operate p {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.products .box .operat .fa-minus, .cart .box_details .operate .fa-minus {
    left: 0px;
}

.products .box .operat .fa-plus, .cart .box_details .operate .fa-plus {
    left: 117px;
}

.products .box .operat p, .cart .box_details .operate p {
    left: 70px;
    font-size: 16px;
    position: absolute;
}

.products .box .operat p, .cart .box_details .operate p {
    margin: 10px;
    margin-left: 0;
}

.products .box_slot h4 {
    color: #666;
}

.products .box_slot ul {
    margin-bottom: 0;
}

.products .box_slot ul li {
    display: inline-block;
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 10px 20px;
    margin: 10px;
    border-radius: 15px;
}

.products .box_slot ul li.active {
    background-color: #000;

}

.products .box_slot ul li.active a {
    color: #FFF;
}

.products .box_slot ul li a {
    color: #000;
    text-decoration: none;
}

.products .box_slot div {
    padding: 20px;
    padding-bottom: 10px;
}

.products .box_slot div label {
    margin-bottom: 15px;
}

.products .box_slot span {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 10px 15px;
    border-radius: 10px;
}

.products .continue {
    text-align: center;
    margin-top: 25px;
}

.products .continue a {
    background-color: #fd7e14;
    text-decoration: none;
    color: #000;
    padding: 10px 40px;
    border-radius: 15px;
}

.products .box_slot ul {
    text-align: center;
}


.heading {
    position: relative;
}

.header_cat {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    background-color: rgb(255, 255, 255, .6);
    z-index: 9999999999;
}

.category .number {
    position: absolute;
    top: 2px;
    right: 8px;
    background-color: #AAA;
    padding: 2px 8px;
    color: #FFF;
    border-radius: 10px;
    font-size: 14px;
    z-index: 11111;
}

.category .box {
    position: relative;
    margin-top: 0;
}

.category h1 {
    font-size: 28px;
}

/* fachef */

.view .box {
    margin-top: 11px;
    margin-bottom: 20px;
}

.view .box a {
    background-color: #fd7e14;
    padding: 15px 40px;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
}

.view .box a i {
    margin-right: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.view .box_search input {
    position: relative;
    padding: 25px 40px;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.view .box_search i {
    position: absolute;
    top: 18px;
    left: 27px;
    z-index: 1111;
}


.up_above  , .help_contact{
    background-color: #10707f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999999999999999;
    transition: all .2s ease-in-out;
}

.help_contact {
    left: 10px;
    width: 80px;
    height: 80px;
}

.help_contact h6 {
    padding-top: 10px;
}

.up_above:hover , .help_contact:hover {
    transform: scale(1.1);
}

.nicescroll-rails div {
    background-color: #10707f !important;
    border: 1px solid #10707f !important;
    cursor: pointer;
}

/* join */

.join {
    margin-top: 20px;
}

.join h1 {
    color: #444;
    font-size: 27px;
}

.join .box {
    width: 80%;
    margin: auto;
}

.join .box .form-group {
    margin-bottom: 10px;
}

.join .box input {
    padding: 23px 30px;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.join .box .add {
    text-align: right;
}

.join .box .add a {
    color: #000;
    text-decoration: none;
}

.join .box h6 {
    margin-bottom: 15px;
}

.join .box .attach {
    position: relative;
}

.join .box .attach i, .join .box .store_loc i {
    position: absolute;
    top: 17px;
    right: 14px;
    font-size: 18px;
}

.join .box .store_loc {
    position: relative;
}

.join form button {
    background-color: #fd7e14;
    padding: 5px 20px;
    outline: 0;
    border: none;
    border-radius: 15px;
}

/* sign_up */

.sign_up, .sign_in {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sign_in .box .image {
    margin-bottom: 50px;
    padding-top: 70px;
}

.sign_in .box .image img {
    width: 150px;
}

.sign_up .box, .sign_in .box {
    margin: auto;
    width: 40%;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    background-color: #FFF;
    padding-bottom: 10px;
}

.sign_up .box input, .sign_up .box select, .sign_in .box input {
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.sign_up .box select {
    padding: 25px;
}

.sign_up .box input, .sign_in .box input {
    padding: 25px 40px;
}

.sign_up form, .sign_in form {
    padding: 20px;
    border-bottom: 3px solid #EEE;
}

.sign_in form {
    border: none;
}

.sign_up form .form-group .iti {
    display: block !important;
}

.sign_up .box .back {
    color: #000;
    text-decoration: none;
}


.sign_up .box .otp, .sign_up .box .save {
    border: none;
    outline: 0;
    background-color: #fd7e14;
    padding: 7px 40px;
    border-radius: 15px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 25px;
}

.sign_up .box .otp {
    background-color: #000;
    color: #FFF;
}

.sign_up .seller_reg {
    margin-top: 10px;
}

.sign_up .seller_reg p {
    margin: 0;
}

.sign_up .seller_reg .reg_seller, .sign_in div button {
    border: none;
    outline: 0;
    background-color: #fd7e14;
    padding: 7px 40px;
    border-radius: 15px;
    color: #000;
    text-decoration: none;
}

.sign_in a {
    text-decoration: none;
    color: #000;
}

.sign_in .pass {
    position: relative;
    margin-top: 30px;
}

.sign_in .pass i {
    position: absolute;
    top: 18px;
    right: 10px;
    color: #666;
    cursor: pointer;
}

/* productDetail */

.productDetail .box_Detail, .productDetail .box_right, .chef_pro .box_Detail, .chef_pro .box_right {
    margin-top: 20px;
    margin-bottom: 20px;
}

.productDetail .box_Detail h6, .chef_pro .box_Detail h6 {
    font-size: 25px;
    margin-bottom: 0;
    color: #555;
}

.join .owl-carousel {
    position: absolute;
    bottom: 0;
}

.productDetail .owl-carousel .owl-nav, .seller .owl-carousel .owl-nav, .chef_pro .owl-carousel .owl-nav , .join .owl-carousel .owl-nav {
    display: none;
}

.productDetail .owl-carousel .owl-item img {
    width: 100%;
    border-radius: 20px;
}

.chef_pro .owl-carousel .owl-item img {
    width: 90%;
    height: 350px;
    margin: auto;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
}

.productDetail .item {
    position: relative;
}

.productDetail .search {
    position: absolute;
    bottom: 100px;
    right: 25px;
    z-index: 1;
    background-color: #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.productDetail .review span {
    border-bottom: 1px solid #000;
}

.productDetail .star ul li {
    display: inline-block;
}

.productDetail .star ul li i {
    color: #fd7e14;
}

.productDetail .add_wish a, .productDetail .share a, .chef_pro .share a {
    color: #000;
    text-decoration: none;
}

.chef_pro .add_follow a {
    background-color: #3D3D3D;
    color: #FFF;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 15px;
}

.productDetail .box_right {
    padding-left: 30px;
}

.productDetail .box_right h6 {
    font-size: 25px;
}

.productDetail .top_right li {
    padding: 10px;
    border-bottom: 2px solid #fd7e14;
    margin-bottom: 10px;
}

.productDetail .box_right .detail ul li {
    display: inline-block;
    border: none;
    padding-bottom: 0;
}

.productDetail .box_right .detail ul li.active a {
    color: #FFF;
    background-color: #000;
}

.productDetail .box_right .detail ul li a {
    background-color: #FFF;
    padding: 10px 30px;
    color: #000;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);

}

.productDetail .box_right .detail h4 {
    font-size: 17px;
}

.productDetail .operat .fa-minus, .productDetail .operat .fa-plus {
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    height: 22px;
    width: 20px;
    line-height: 20px;
    margin-left: 0;
}

.productDetail .operat .fa-minus {
    margin-left: 10px;
}

.productDetail .operat {
    position: relative;
    width: 143px;
    height: 43px;
    border-radius: 15px;
    background-color: #fd7e14;
    margin-top: 15px;
}

.productDetail .operat .fa-minus, .productDetail .operat .fa-plus, .productDetail .operat p {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.productDetail .operat .fa-minus {
    left: 0px;
}

.productDetail .operat .fa-plus {
    left: 111px;
}

.productDetail .operat p {
    left: 69px;
    font-size: 16px;
    margin: 10px;
    margin-left: 0;
}

.prod_desc {
    margin-top: 10px;
    margin-bottom: 10px;
}

.prod_desc .box h3 {
    color: #555;
    font-size: 25px;
}

.prod_desc .box p {
    color: #444;
    line-height: 1.7;
}

/*prod_comments */

.prod_comments {
    margin-top: 25px;
    margin-bottom: 25px;
}

.prod_comments .all {
    padding: 10px 30px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 20px;
    margin-bottom: 12px;
}

.prod_comments .box h6 {
    margin-bottom: 5px;
    font-size: 23px;
}

.prod_comments .box p {
    margin-bottom: 3px;
}

.prod_comments ul li {
    color: #fd7e14;
    display: inline-block;
}

.prod_comments .view a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

/* seller */

.seller {
    background-image: url("../images/03.jpg");
    background-size: cover;
    position: relative;
    padding-top: 50px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255, .3);
    z-index: 1;
}

.seller .online {
    padding-top: 100px;
}

.seller .online h6 {
    color: #000;
}

.seller .online .box {
    background: linear-gradient(90deg, #FFF 0%, #EEE 100%);
    position: relative;
    overflow: visible;
}

.seller .online .box img {
    padding: 20px;
}

.seller .online .box span {
    position: absolute;
    bottom: 10px;
    right: 4px;
    width: 20px;
    height: 20px;
    background-color: #02E502;
    border-radius: 50%;
}

.seller .image {
    background: linear-gradient(90deg, #FFF 0%, #EEE 100%);
    text-align: center;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    z-index: 9999;
    margin-bottom: -30px;
    border-radius: 15px;
    padding: 40px;
}

.seller .box_sel {
    padding-top: 50px;
}

.seller .box_sel span {
    font-weight: 600;
}

.seller .box_sel h6 {
    font-size: 23px;
    z-index: 99999;
    margin-bottom: 3px;
}

.seller .bottom_seller {
    padding-top: 40px;
    position: relative;
    z-index: 9999;
}

.seller .links .view_store, .seller .links .view_profile {
    position: relative;
    padding-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.seller .links .view_store i, .seller .links .view_profile i {
    position: absolute;
    top: 3px;
    right: 17px;
    color: #FFF;

}

.seller .links .heart {
    background-color: #000;
    color: #FFF;
    padding: 3px 13px;
    border-radius: 15px;
}

.seller .links a {
    background-color: #000;
    color: #FFF;
    text-decoration: none;
    padding: 5px 35px;
    border-radius: 15px;
    padding-left: 10px;
}

.say {
    margin-top: 50px;
}

.say .box {
    position: relative;
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 10px;
    border-radius: 15px;
}

.say .box h4 {
    padding: 20px;
}

.say .icons {
    position: absolute;
    bottom: 10px;
    right: 13px;
    font-size: 25px;
}

.friend {
    margin-top: 20px;
    margin-bottom: 20px;
}

.friend .top {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 10px;
    border-radius: 15px;
}

.friend .box_friend .image img {
    width: 150px;
    border-radius: 15px;
}

.friend .box_friend .desc {
    padding: 20px;
}

.friend .box_friend .desc p {
    line-height: 1.7;
}

.friend .image_right {
    text-align: right;

}

.friend .image_right img {
    width: 50%;

}

.friend .sharing {
    margin-bottom: 15px;
}

.friend .sharing .share {
    font-size: 22px;
}

.friend .sharing .share i {
    color: #000;
}

/* comments_chef */

.comments_chef h6 {
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 15px;
    color: #666;
}

.comments_chef form textarea {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 25px;
    padding-bottom: 0;
    border-radius: 15px;
}

.comments_chef .box_chef {
    margin-bottom: 10px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 10px 40px;
    border-radius: 20px;
}

.comments_chef .box_chef h4 {
    font-size: 15px;
    margin-bottom: 2px;
    padding-top: 15px;
    padding-left: 0;
}

.comments_chef .view_more a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

/* cart */

.cart .left_cart {
    border-bottom: 2px solid #fd7e14;
}

.cart .left_cart .box_select {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    text-align: center;
    border-radius: 15px;
}

.cart .left_cart .box_select ul {
    padding-top: 20px;
}

.cart .left_cart .box_select ul li {
    display: inline-block;
    padding: 10px 20px;
}

.cart .left_cart .box_select ul li a {
    text-decoration: none;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #3D3D3D;
}

.cart .left_cart .box_select ul li p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #3D3D3D;
}

.cart .price .coupon, .cart .price .success_coupon {
    margin-top: 25px;
    position: relative;
}

.cart .price .coupon input, .cart .price .success_coupon {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 20px;
    outline: 0;
}

.cart .price .success_coupon {
    padding: 10px;
    color: #72A57A;
}

.cart .price .success_coupon p {
    margin-bottom: 0;
}

.cart .price .coupon a {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #666;
    text-decoration: none;
}

.cart .price .cart_checkout {
    background-color: #fd7e14;
}

.cart .price .cart_shopping {
    background-color: #444;
}

.cart .price .cart_shopping, .cart .price .cart_checkout {
    color: #FFF;
    border-radius: 20px;
    padding: 10px 40px;
    text-decoration: none;
}

.cart .price .card {
    margin-top: 50px;
    border-radius: 20px;
}

.cart .price .card .card-header {
    background-color: #404040;
    border: none;
    color: #FFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.cart .price .card .card-body .image img {
    border-radius: 25px;
}

.cart .price .card .card-body ul li {
    border-bottom: none;
    padding: 0px;
}

.cart .price .card .card-body .help a, .cart .price .card .track a {
    background-color: #fd7e14;
    color: #000;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 20px;
}

.cart .price .back a {
    background-color: #444;
    color: #FFF;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 20px;
}

.chef_pro .add_heart {
    background-color: #444;
    color: #FFF;
    padding: 3px 13px;
    display: inline-block;
    border-radius: 20px;
}

.wallet .balance {
    text-align: left;
}

.wallet .aed {
    text-align: right;
}

    /* payment */

.payment .one , .wallet .one{
    padding-bottom: 25px;
    border-bottom: 2px solid #F18F20;
}

.payment .two , .wallet .two{
    margin-top: 40px;
    margin-bottom: 20px;
}

.payment form input , .wallet form input{
    position: relative;
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 10px 40px;
    height: 60px;
    border-radius: 20px;
}

.payment .two , .payment .one , .wallet .two {
    position: relative;
}

.payment .one form button , .payment .two form button, .wallet .two form button {
    position: absolute;
    background-color: #FFF;
    border: none;
    outline: 0;
    padding: 5px 40px;
    right: 8px;
    color: #999;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 20px;
}

.payment .one form button {
    top: 48px;
}

.payment .two form button , .wallet .two form button {
    top: 12px;
}

.payment .delete_card , .wallet .delete_card{
    text-align: right;
}

.payment .delete_card a , .wallet .delete_card a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

/* Wallet */

.wallet .box {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 17px;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 20px;

}

.wallet .add_money a {
    padding: 10px 40px;
    background-color: #fd7e14;
    color: #000;
    border-radius: 20px;
    text-decoration: none;
    position: relative;
}

.wallet .add_money i {
    position: absolute;
    top: 12px;
    font-size: 20px;
    right: 10px;
}

.wallet table {
    text-align: center;
}

.wallet table .header {
    background-color: #444;
    color: #FFF;

}

.table td, .table th {
    border: none;
}

.table th {
    text-align: left;
    font-weight: 400;
}

.table tr.error {
    color: #B73140;
}


table {
    border-collapse: collapse;
    border-radius: 15px;
    overflow: hidden;
}

.table tbody {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border: 1px solid #EEE;
}

.table tbody .after {
    text-align: center;
}

.table tbody .after ul li {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    margin: 3px;
    background-color: #444;
    color: #FFF;
    cursor: pointer;
}

.table tbody .after ul li.active {
    background-color: #fd7e14;
    color: #000;
    border: 1px solid #fd7e14;
}

.account {
    margin-top: 50px;
    margin-bottom: 50px;
}

.account .image {
    position: relative;
}

.account .image i {
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 20px;
}

.account .image img {
    border-radius: 20px;
    position: relative;
}

.account .box {
    padding-top: 50px;
}

.account .box h4 {
    margin-bottom: 3px;
    color: #444;
}

.account  .follow {
    padding-top: 80px;
    text-align: right;
}

.account .following span  ,
.account .followers span {
    background-color: #444;
    color: #FFF;
    padding: 3px 9px;
    border-radius: 15px;
    margin-left: 15px;
}

.account .follow .following , .account .follow .followers {
    margin-top: 20px;
}

.account .iti {
    display: block;
}

.account form {
    margin-top: 25px;
}

.account form input {
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    height: 55px;
    padding: 10px 40px;
    margin-bottom: 10px;
}

.account form button {
    background-color: #fd7e14;
    color: #000;
    padding: 3px 26px;
    border-radius: 20px;
    border: none;
    outline: 0;
}

.term h4, .aboutTazj h4{
    color: #444;
    margin-bottom: 15px;
    font-weight: 400;
}

.term .box h6 , .term .other_terms h6 , .aboutTazj .box h6 {
    margin-bottom: 2px;
    color: #444;
}

.term .other_terms ul li {
    padding-bottom: 5px;
}

.term .other_terms ul li:before {
    display: inline-block;
    content: '';
    border-radius: 50%;
    height: 5px;
    width: 5px;
    margin-right: 0.5rem;
    background-color: #000;
}

.subsription {

    position: relative;
    background-size: cover;
    z-index: -1;
   /* height: 800px;*/
}

.subsription .overlay {
    background-color: rgb(255, 255, 255, .1);
}

.subsription .sub_video video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.subsription .all {
    padding: 40px;
}

.subsription .all h3 {
    color: #333;
}

.subsription .box {
   /* position: absolute;*/
    color: #FFF;
    top: 0;
    margin-top: 70px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: rgb(101 101 99 / 50%);
}


.subsription .body_stand {
    padding: 30px;
}

.subsription .box .head {
    background-color: #404040;
    padding: 10px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.subsription .body_stand img {
    width: 200px;
    margin-bottom: 20px;
}

.subsription .body_stand ul li {
    padding: 10px;
}

.subsription .body_stand ul {
    border-bottom: 2px solid #FFF;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.subsription .body_stand a {
    background-color: #F18F20;
    padding: 7px 23px;
    color: #000;
    border-radius: 15px;
    text-decoration: none;
}

.share , .chat  , .live{
    position: relative;
}

.share .box , .chat .box , .live .box{
    background: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    position: absolute;
    left: 35%;
    border-radius: 20px;
    transform: translate(0, 30%);

}

.chat .box , .live .box{
   width: 27%;
    transform: translate(0, 20%);
}

.chat .box .head {
    display: flex;
    padding: 15px;
}

.live .box .head {
    padding: 15px;
}

.chat .box .head img {
    width: 50px;
}

.chat .box .head .content {
    padding-left: 15px;
}

.chat .box .head .content h6 {
    margin-bottom: 2px;
}

.share ul {
    position: absolute;
    background-color: #fd7e14;
    padding: 10px 15px;
    top: 0;
    left: 0;
    border-top-right-radius: 40%;
    border-bottom-right-radius: 60%;
}

.share ul li {
    font-size: 20px;
    color: #444;
}

.share img {
    padding-top: 40px;
}

.share .link {
    position: absolute;
    bottom: 8%;
    left: 30%;
}

.share .link a {
    display: block;
    padding: 7px 47px;
    color: #000;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
}

.share .link .try {
    background-color: #fd7e14;
    margin-bottom: 10px;
}


.share .link .skip {
    background-color: #404040;
    color: #FFF;
}

.chat .box .body_content {
    background-image: url("../images/betza.jpg");
    background-size: cover;
    overflow: hidden;
    height: 350px;
}

.chat .footer_chat , .live .footer_live  {
    padding: 20px;

}

.chat .footer_chat input , .live .footer_live textarea {
    position: relative;
    background: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 15px;
}

.chat .footer_chat i , .live .footer_live i{
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
}

.live .box .head {
    background-color: #404040;
    color: #FFF;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.live .box {
    border-radius: 15px;
}

.live .live_support i {
    font-size: 20px;
    padding-right: 10px;
}


.live .content span i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #000;
    border-radius: 50%;
    margin: 2px;
    color: #FFF;
}

.live .content span .fa-times {
    background-color: #FA1B1F;
}

.live .content span .fa-minus {
    background-color: #F18E20;
}

.live .body_content {
    padding: 20px;
    position: relative;
    height: 75vh;
}

.live .body_content .man_right,.live .body_content  .left_man {
    margin-bottom: 20px;
}

.live .body_content .top {
    padding: 15px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 20px;
}

.live .body_content .top p {
    font-size: 13px;
    margin-bottom: 0;
}

.live .body_content .right_man .top {
    background-color: #D8D4D3;
}

.live .body_content  .right_man img {
    width: 200px;
    float: right;
    margin-top: 20px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 20px;
}

.live .body_content .icon {
    position: absolute;
    bottom: -20px;
    right: 28px;
}

.live .body_content .right_man .top{
    position: relative;
}

.live .body_content .right_man .top:before {
    content: "";
    width: 0;
    height: 0;
    right: 23px;
    top: -27px;
    position: absolute;
    border-bottom: 42px solid #d8d4d3;
    border-left: 22px solid transparent;
    transform: rotate(36deg);
}

.live .body_content {
    padding-top: 40px;
}

.live .body_content .left_man {
    border-radius: 20px;
}

.live .body_content .left_man .top:before {
    content: "";
    width: 0;
    height: 0;
    left: 22px;
    top: 18px;
    position: absolute;
    border-right: 42px solid #fbfbfbed;
    border-top: 22px solid transparent;
    transform: rotate(49deg);

}

.live  .body_content .right_man , .live  .body_content .left_man {
    margin-bottom: 50px;
}

.modal .sign_in .box , .modal .sign_up .box{
    width: 100%;
}

.look_modal .modal-body {
    padding: 0;
}


/* media */
/*
@media (max-width: 575.98px) {
    .carousel-caption {
        display: block !important;
    }

    .carousel-caption a {
        width: 100% !important;
    }

    .carousel-caption .box .sign i {
        left: 14px !important;
    }

    .install .app_install {
        height: 210px;
        margin-bottom: 30px;
    }

    .install ul li img {
        width: 110px;
    }

    .con .image {
        width: 200px;
        text-align: center;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .products .box .content ul {
        margin-top: 20px;
    }

    .products .box .operat, .cart .box_details .operate {
        width: 100%;
    }

    .products .box .operat .fa-plus, .cart .box_details .operate .fa-plus {
        left: 120px;
    }

    .products .box .operat p, .cart .box_details .operate p {
        left: 71px;
    }

    .products .link_shopping {
        right: 43px;
    }

}
*/

@media (max-width: 768px) {
    .header .top ul, .header_cat .top ul {
        display: none;
    }

    .cart .price .cart_shopping, .cart .price .cart_checkout {
        padding: 6px !important;
    }

}


@media (min-width: 992px) {
    .header .top ul li, .header_cat .top ul li {
        margin: 2px;
    }

    .header .top ul li, .header_cat .top ul li {
        /* padding: 10px 40px; */
        color: #000;
        transition: 0.3s;
        display: inline-block;
        padding: 5px 20px;
        /* padding-block-end: 50px; */
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
        background: #FFF;
        border: none;
        border-radius: 20px;
    }

    .header .top ul li.time, .header_cat .top ul li.time {
        padding: 5px 20px;
        padding-left: 38px;
        padding-top: 0;
    }

    .header .top ul li.hamour, .header_cat .top ul li.hamour {
        padding: 5px 30px;
    }

    .header .top ul li.bur, .header_cat .top ul li.bur {
        padding: 10px;
        padding-left: 40px;
        padding-right: 30px;
    }
    .header .top ul li.head_profile, .header_cat .top ul li.head_profile {
        padding: 10px;
        padding-left: 45px;
        padding-right: 30px;
    }

    .cart .left_cart .box_select ul li {
        padding: 10px 13px;
    }

    .cart .price .cart_shopping, .cart .price .cart_checkout {
        padding: 10px 35px;
    }

}

@media (max-width: 991.98px) {
    .install .app_install {
        height: 210px;
        margin-bottom: 30px;
    }

    .install .app_install .image {
        margin-top: 22px;
    }

    .install ul li img {
        width: 100px;
    }

    .comm .image {
        margin-top: 25px;

    }

    .con .social ul li {
        margin-bottom: 6px;
    }

    .sign_in .box {
        width: 100%;
    }

    .productDetail .box_right .detail ul {
        display: flex;
    }

    .productDetail .top_right li {
        padding: 7px;
    }

    .productDetail .box_right .detail ul li a {
        padding: 12px;
    }

    .cart .price .card .card-body .help {
        margin-bottom: 20px;
    }

    .cart .price .cart_shopping_div {
        margin-bottom: 30px;
    }

    .products .box .operat p, .cart .box_details .operate p {
        left: 47px;
    }

    .products .box .operat .fa-plus, .cart .box_details .operate .fa-plus {
        left: 70px;
    }

    .products .box .operat, .cart .box_details .operate {
        width: 100px;
    }

    .cart .price .cart_shopping, .cart .price .cart_checkout {
        padding: 10px 27px;
    }

    .cart .price .card .card-body .image {
        height: 100%;
    }

    .cart .price .card .card-body .image img {
        height: 90%;
    }
    .share .box, .chat .box {
        transform: translate(-14%, 30%) !important;
    }
    .chat .box {
        width: 40%;
    }

    .account .image i {
        right: 12px;
    }

    .account .image {
        width: 100%;
        height: 100%;
    }

    .account .image img {
        height: 100%;
    }

    .account .box {
        padding-top: 10px;
    }

    .account .box h4 , .account .box p {
        font-size: 15px;
    }

    .cart .left_cart .box_select ul li {
        padding: 10px 13px;
    }

    .cart .price .cart_shopping, .cart .price .cart_checkout {
        padding: 10px 35px;
    }

}

@media (max-width: 1199.98px) {
    .chef .image img {
        width: 60px;
        margin-left: -20px;
        margin-top: 20px;
    }

    .sign_up .box {
        width: 100%;
    }

    .products .link_shopping {
        bottom: 23px;
        right: 0;
    }

    .wallet .box , .wallet .balance , .wallet .aed {
        text-align: center;
    }

    .chat .box {
        width: 35%;
    }
    .live .body_content {
        height: 500px;
    }

    .live .box {
        width: 40%;
    }

    .sidebar .links ul li a {
        padding: 10px 23px;
    }
}



@media (max-width: 575.98px) {
    .carousel-caption {
        display: block !important;
    }

    .carousel-caption a {
        width: 100% !important;
    }

    .carousel-caption .box .sign i {
        left: 14px !important;
    }

    .install .app_install {
        height: 210px;
        margin-bottom: 30px;
    }

    .install ul li img {
        width: 110px;
    }

    .con .image {
        width: 200px;
        text-align: center;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .products .box .content ul {
        margin-top: 20px;
    }

    .products .box .operat, .cart .box_details .operate {
        width: 148px;
    }

    .products .box .operat .fa-plus, .cart .box_details .operate .fa-plus {
        left: 120px;
    }

    .products .box .operat p, .cart .box_details .operate p {
        left: 71px;
    }

    .products .link_shopping {
        right: 43px;
    }

    .products .box .content .link .fa-heart {
        right: 68px;
    }

    .products .box .content .link .fa-trash {
        right: 37px;
    }

    .subsription .all {
        padding:0;
    }

    .subsription .all h3 {
        padding-top: 40px;
    }

    .share .box , .chat .box{
        top: 0;
        left: 0;
    }

    .share .box , .chat .box {
        transform: translate(0, 30%) !important;
    }

    .chat .box {
        width: 100%;
    }

    .live .box {
        width: 100%;
        left: 0;
    }

    .live .body_content {
        height: 450px;
    }

    .fav .owl-nav span[aria-label="Next"] , .service .owl-nav span[aria-label="Next"] {
        right: 50px;
    }

    .fav .owl-nav span , .service .owl-nav span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: medium;
        top: 100px;
    }

    .service .owl-nav span {
        top: 144px;
    }


    .fav .owl-nav span[aria-label="Previous"] , .service .owl-nav span[aria-label="Previous"]{
        left: 42px;
    }

    .fav h1 {
        font-size: 20px;
    }

    .service h1 {
        font-size: 22px;
    }

    .install .image {
        margin-top: 40px;
    }

    .carousel-caption {
        bottom: 176px;
    }

    .carousel-caption .box {
        width: 70%;
    }

    .account .follow {
        padding-top: 0;
    }

    .account form {
        margin-top: 0;
    }

    .account {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


.floating-chat {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: fixed;
    bottom: 135px;
    right: 20px;
    width: 40px;
    height: 40px;
    transform: translateY(70px);
    transition: all 250ms ease-out;
    border-radius: 50%;
    opacity: 1;
  background-color: #F18F20;
}

.modal .chat .box , .modal .live .box {
    position: unset;
    left: 0;
    transform: none !important;
    width: 100%;
}