@charset "utf-8"; 

/*
%%%%%%% Table of CSS %%%%%%%

1.General code
    1.1 Typography
    1.2 Space margins and padding
    1.3 forms
    1.4 Buttons
    1.5 Section-Colors-&-Backgrounds
    1.6 Modal & popups
2.Homepages
    2.1 Navigation
    2.2 Categories
    2.3 Recent Order
    2.4 Explore Collection
    2.5 Page Banner
    2.6 Advertisement Slider
    2.7 Blog Section
    2.8 Footer
        2.8.1 Footer Top
    2.10 Copyright
3.Blog Grid
4.Ex Deals
5.Restaurent
6.Add Restaurent
7.List View
8.Login & register
9.Checkout
10.Final Order
11.Geo Locator
12.About Us
*/

/*======================
1.General Code
========================*/

html {
    overflow-x: hidden;
}
button:focus,
*:focus {
    outline: none;
}
body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    transition: transform ease-in .4s;
    overflow: hidden;
}
button {
    background: transparent;
    border: none;
    padding: 0;
}
label {
    line-height: normal;
}
.align-item-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.p-relative {
    position: relative;
}
.after-none:after,
.none {
    display: none;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.overlay-bg{
    background: #000;
    opacity: 0.5;
}
.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}
.swiper-button-next,
.swiper-button-prev {
    box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    top: 52%;
    transform: translate(0%, -48%);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    font-weight: 900;
    color: #ff8000;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev {
    left: 10px;
}
.swiper-button-disabled {
    display: none;
}
.back-btn button {
    box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    background: #fff;
    font-size: 16px;
    font-weight: 900;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linea-top {
    border-bottom: 1px solid rgba(67, 41, 163, .2);
}

.bordes {
	border-top: 1px solid rgba(67, 41, 163, .2);
    border-bottom: 1px solid rgba(67, 41, 163, .2);
}
.banner-adv {
    position: relative;
    height: 70px;
    background: #ff8000;
    width: 100%;
    overflow: hidden;
}
.banner-adv .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}
.banner-2 .close-banner,
.banner-adv .close-banner {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: block;
    z-index: 9;
    color: #fff;
}
.banner-2 .close-banner:before,
.banner-2 .close-banner:after,
.banner-adv .close-banner:before,
.banner-adv .close-banner:after {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    left: 12px;
    top: 19px;
    width: 15px;
}
.banner-2 .close-banner:before,
.banner-adv .close-banner:before {
    transform: rotate(-45deg);
}
.banner-2 .close-banner:after,
.banner-adv .close-banner:after {
    transform: rotate(45deg);
}
.banner-2 .close-banner{
    display: none;
}
.banner-2 {
    position: relative;
    height: 100px;
    background: #fff;
    width: 100%;
    overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius:15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07)
}
.banner-2 .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 500;
    color: #ff8000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
#scrollstyle-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
#scrollstyle-4::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#scrollstyle-4::-webkit-scrollbar-thumb {
    background-color: #ff8000;
}
.caja-uno {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    background: #fff;
}
.section-header{
    margin: 0 auto;
    max-width: 660px;
    padding-bottom: 20px;
    text-align: center;
}
.section-head-izq{
    margin: 0;
    text-align: left;
    max-width: 100%;
    padding-bottom: 20px;
}
.section-header-right{
    margin: 0;
    text-align: right;
    max-width: 100%;
    padding-bottom: 20px;
}
.section-header-style-2 .header-title,
.section-head-izq .header-title,
.section-header-right .header-title,
.section-header .header-title{
    margin-bottom: 0;
    font-size: 30px;
}
.section-header-style-2{
    margin: 0 auto;
    max-width: 660px;
    padding-bottom: 40px;
    text-align: center;
}
.section-header-style-2 .sub-title{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.iconos {
	width:32px;
	}
.iconos18 {
	width:18px;
	}
.iconos24 {
	width:24px;
	}
.iconos-48 {
	width:48px;
	}
	
/*======================
1.1 Typography
========================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000000de;
}
h1 {
    font-size: 3.5vw;
    line-height: normal;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
a {
    color: #ff8000;
    text-decoration: none;
    transition: 0.5s;
}
a:focus,
a:hover {
    color: #ff9d3b;
    text-decoration: none;
    transition: 0.5s;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
ul li,
ol li {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
}
blockquote {
    background-color: #f4f4f4;
    position: relative;
    padding: 3rem;
    margin: 2rem 0;
    border: #4329a333 solid 1px;
}
blockquote p {
    font-size: 32px;
    line-height: 45px;
    font-style: italic;
    margin: 0;
    word-break: break-word;
}
blockquote h6 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 3px;
}
table th,
table td {
    border: 1px solid #ccc;
    padding: 15px;
}
table {
    border: 1px solid #ccc;
    padding: 15px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fw-100 {
    font-weight: 100;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 900;
}
.titulos {
    font-size: 3.5vw;
    line-height: normal;
}
.title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
.title-2 {
    display: flex;
    align-items: baseline;
}
.title-2 small {
    margin-left: 30px;
}
.border-b {    
 border-bottom: 1px solid #ccc;
 margin: 10px 20px; 
}
/*pagination*/

.custom-pagination {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-pagination .page-link {
    padding: 10px 20px;
    color: #ff8000;
}
.custom-pagination .page-item .page-link:hover,
.custom-pagination .page-item.activo .page-link {
    background: #ff8000;
    color: #fff;
    border-color: #ff8000;
}
/*======================
1.2 Margins & Paddings
========================*/

.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.full-width {
    width: 100%;
}
.section-padding {
    padding: 80px 0;
}
.section-padding-top{
    padding-top:80px;
}
.section-padding-bottom{
    padding-bottom:80px;
}
.footer-padding {
    padding: 20px 80px;
}
.padding-10 {
    padding: 10px;
}
.padding-30 {
    padding: 30px;
}
.padding-tb-10 {
    padding: 10px 0;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.principal {
    height: 60px;
    clear: both;
    width: 100%;
}
.mb-xl-20 {
    margin-bottom: 20px;
}
.pb-xl-20 {
    padding-bottom: 20px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-10{
  margin-bottom: 10px;
}
.mt-60{
  margin-top: 20px;
}
.mt-10{
  margin-top: 10px;
}
.ml-20{
  margin-left: 20px;
}
/*==================
1.3. Formas
====================*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #495057bd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
input[type=text]::placeholder {
    color: #000000de;
    font-size: 10px;
}
.form-control-submit {
    border: 1px solid #8f8fa1;
    border-radius: 4px;
    padding: 10px 16px;
    height: 100%;
}

label.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
    line-height: normal;
    font-size: 14px;
}
label.custom-checkbox:last-child {
    margin-bottom: 10px;
}
/* Checkbox */

label.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d4d4db;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 4px;
}

label.custom-checkbox:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #ff8000;
}

label.custom-checkbox input:checked ~ .checkmark {
    background-color: #ff8000;
    border: 1px solid #ff8000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

label.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

label.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/*==================
1.4. Botones
====================*/

.btn-uno {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 16px 5px;
    font-size: 13px;
    line-height: 1.595;
    border-radius: 25px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.white-btn {
    border-color: #ff8000;
    background: #fff;
}
.white-btn:hover,
.white-btn:focus {
    border-color: #ff8000;
}
.bordernaranja {
    border-color: #ff8000;
}
.green-btn {
    color: #fff;
    background-color: #5ba81c;
    border-color: #5ba81c;
}
.green-btn:hover,
.green-btn:focus {
    border-color: #ff8000;
    background: #fff;
    color: #ff8000;
}
.paypal-btn {
    color: #fff;
    background-color: #ffc439;
    border-color: #ffc439;
}
.paypal-btn:hover,
.paypal-btn:focus {
    border-color: #ffc439;
    background: #ffc439;
    color: #fff;
}
.menucat-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #ff8000;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 10px;
    line-height: 1;
    border-radius: 25px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    font-weight: 600;
}
.menucat-btn:hover,
.menucat-btn:focus {
    background: #ff8000;
    color: #fff;
}
.btn-dos {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 9px 15px 8px;
    font-size: 14px;
    line-height: 2;
    border-radius: 25px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07)
}
.btn-dos.peque {
    font-size: 10px;
    line-height: 1;
}
.btn-dos.masradio{
    border-radius: 50px;
}
.btn-submit {
    color: #fff;
    background: #ff8000;
    border-color: #ff8000;
}
.btn-submit:hover,
.btn-submit:focus {
    border-color: #ff9d3b;
    background: #ff9d3b;
	cursor: pointer;
    color: #fff;	
    transform: scale(1.05);
    transition: 0.3s;
}
.btn-verde {
    color: #fff;
    background: #5ba81c;
    border-color: #5ba81c;
}
.btn-verde:hover,
.btn-verde:focus {
    border-color: #6ac520;
    background: #6ac520;
	cursor: pointer;
    color: #fff;	
    transform: scale(1.05);
    transition: 0.3s;
}
.btn-blanco {
    color: #0d0d0d;
    background: #fff;
    border-color: #ff8000;
}
.btn-blanco:hover,
.btn-blanco:focus {
	cursor: pointer;
    transform: scale(1.05);
    transition: 0.3s;
}
.btn-facebook {
    color: #fff;
    background: #3b5998;
    border-color: #3b5998;
}
.btn-facebook:hover,
.btn-facebook:focus {
    border-color: #2d4373;
    background: #2d4373;
    color: #fff;
}
.btn-google {
    color: #fff;
    background: #4285f4;
    border-color: #4285f4;
}
.btn-google:focus,
.btn-google:hover {
    border-color: #1266f1;
    background: #1266f1;
    color: #fff;
}
span.circle-tag {
    height: 36px;
    width: 36px;
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
span.square-tag>img,
span.rectangle-tag>img,
span.circle-tag>img{
    padding: 8px;
}
span.rectangle-tag {
    height: 30px;
    width: auto;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 2px;
    padding: 0 8px;
}
span.rectangle-tag+span.rectangle-tag{
    margin: 0 2px;
}
span.square-tag {
    height: 35px;
    width: 40px;
    background: transparent;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

span.share-tag {
    height: 36px;
    width: 36px;
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
span.deal-tag {
    border-radius: 3px;
    padding: 4px 10px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(66, 41, 163, .08), 0 0 0 1px rgba(66, 41, 163, .08);
}
span.add-product {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #ff8000;
    background-color: #fff;
    color: #ff8000;
    box-shadow: 0 1px 5px 0 rgba(66, 41, 163, .08), 0 0 0 1px rgba(66, 41, 163, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
span.add-product i {
    font-size: 12px;
}
span.type-tag{
    padding: 3px 15px;
    position: absolute;
    bottom: 0;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}
/*==================
1.5. Colores
====================*/

.bg-blanco {
    background-color: #f4f4f4;
}
.bg-gris {
    background-color: #fbfbfc;
}
.bg-verde{
    background-color: #ff8000;
}
.bg-rojo{
    background-color: #ff0000;
}
.bg-gradient-rojo{
    background-image: linear-gradient(to right,#f20000, #a20000);
}
.bg-amarillo{
    background-color: #ffc000;
}
.bg-gradient-verde{
    background-image: linear-gradient(to bottom,#499a14, #476d2d);
}
.bg-gradient-naranja{
    background-image: linear-gradient(to bottom,#c55a11, #ed7d31);
}
.bg-negro{
    background-color: #000;
}
/*Colores*/

.text-light-black {
    color: #000000de;
}
.text-orange {
    color: #fb6100;
}
.text-custom-white {
    color: #ffffff;
}
.text-light-white {
    color: #6b6b83;
}
.text-dark-white {
    color: #00000059;
}
.text-yellow {
    color: #fcb71b;
}
.text-light-green {
    color: #ff8000;
}
.text-success {
    color: #5ba81c;
}
/*======================
1.6 Modal & Popups
========================*/

#offer .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
#offer.modal {
    height: auto;
    top: 50%;
    left: 0%;
    right: 0;
    transform: translate(0%, -50%);
}
.offer-content {
    text-align: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 20px 10px 10px;
    position: relative;
    min-height: 100%;
    background: linear-gradient(0deg, #6a1d89a8, #6a1d89a8), url('../img/offer.jpg');
    background-size: cover;
}
#offer .modal-header .close {
    position: absolute;
    right: 0;
    padding: 20px;
    margin: 0;
}
.offer-content h2 {
    text-transform: uppercase;
    font-size: 50px;
}
.offer-content h2 small {
    display: block;
    font-size: 30px;
    text-transform: lowercase;
}
#sucursal-box .modal-content,
#sucurales-box .modal-content {
    min-height: 85vh;
    background: #fbfbfc;
}
#sucursal-box .modal-header,
#sucurales-box .modal-header {
    display: block;
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
}
#sucursal-box .modal-header .close,
#sucurales-box .modal-header .close {
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    color: #ff8000;
    opacity: 1;
    padding: 0;
    font-size: 35px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 20px;
}
#sucursal-box .modal-title,
#sucurales-box .modal-title {
    font-size: 20px;
}
#sucursal-box .modal-body,
#sucurales-box .modal-body {
    padding: 1rem 0;
}
/*======================
2. Homepages
========================*/
/*Navigation*/

.header {
    position: fixed;
    left: 0;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 60px;
    transform: translateZ(0);
    transition: all .2s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 8px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
}
.header .foodhead {
    z-index: 1;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.header .logo {
    flex: 1 150px;
    justify-content: center;
    max-width: 160px;
}
.header .centrar {
    flex: 1;
}
.header .ladoderecho,
.header .usuariohead>a,
.header .ladoderecho>.carrito-btn>a {
    padding: 14px 0;
    justify-content: center;
    z-index: 1;
    display: flex;
    align-items: center;
}
.header .logo img:hover {
    transform: scale(1.2);
	transition: 0.3s;
}
.header .ladoderecho {
    padding: 0;
}=
.header .ladoderecho .carrito-btn a i {
    font-size: 30px;
}
.header .usuariohead>a>span {
    margin-left: 8px;
}
.header .ladoderecho .catring,
.header .ladoderecho .usuariohead,
.header .ladoderecho .usuariohead,
.header .ladoderecho .carrito-btn {
    margin: 0 15px;
}
.header .ladoderecho .carrito-btn:last-child {
    margin-right: 0;
}
.header .ladoderecho .usuariohead>a>span {
    padding-right: 30px;
}
.header .sucursalphone .ver-sucursal span,
.header .sucursales-div span,
.sorting-addressbox .full-sucursal {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
}
.header .sucursalphone .ver-sucursal,
.header .sucursales-div a.ver-sucursal {
    display: flex;
    padding: 8px 0;
    white-space: nowrap;
}
.header .sucursales-div span.icon {
    margin-right: 10px;
}
.header .sucursalphone .ver-sucursal span.sucursal,
.header .sucursales-div span.sucursal {
    padding-right: 25px;
}
.header .sucursalphone .ver-sucursal span.sucursal:before,
.header .sucursalphone .ver-sucursal span.sucursal:after,
.header .sucursales-div span.sucursal:before,
.header .sucursales-div span.sucursal:after,
.header .usuariohead>a>span:before,
.header .usuariohead>a>span:after {
    transition: all 0.3s ease-in-out;
    background-color: #ff8000;
    position: absolute;
    content: '';
    height: 2px;
    width: 8px;
    top: 20px;
}
.header .usuariohead>a>span:before,
.header .usuariohead>a>span:after {
    top: 30px;
}
.header .usuariohead>a>span:before,
.header .sucursalphone .ver-sucursal span.sucursal:before,
.header .sucursales-div span.sucursal:before {
    transform: rotate(45deg);
    right: 10px;
}
.header .usuariohead>a>span:after,
.header .sucursalphone .ver-sucursal span.sucursal:after,
.header .sucursales-div span.sucursal:after {
    transform: rotate(-45deg);
    right: 6px;
}
.header .sucursales-div a.ver-sucursal.open span.sucursal:before {
    transform: rotate(-45deg);
}
.header .sucursales-div a.ver-sucursal.open span.sucursal:after {
    transform: rotate(45deg);
}
.sucursales-selector,
.header .sucursales-div .sucursales-div {
    display: flex;
    align-items: center;
}
.header .sucursales-div .sucursales-div input {
    padding: .375rem 10px .375rem 40px;
    border-radius: 0;
}
.header .ladoderecho .carrito-btn .carritocont,
.header .ladoderecho .carrito-btn .user-alert-notification {
    background: #ff8000;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    right: auto;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 6px;
    line-height: normal;
    height: auto;
    font-size: 10px;
    top: 14px;
    margin-left: 8px;
}
.header .ladoderecho .carrito-btn .carritocont {
    height: 18px;
    right: 6px;
}
.header .sucursales-div .sucursales-div:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    padding: 0 8px;
    font-size: 18px;
    color: #6b6b83;
}
.sucursales-selector {
    position: absolute;
    top: 100%;
    left: 1%;
    width: 50%;
    display: none;
}
.sucursales-selector div {
    border: 1px solid #ccc;
	padding: 10px 40px 15px 30px;
	background: #fff;
    border-radius: 0 0 15px 15px;	
    font-size: 16px;
	font-weight: 500;
    color: #0d0d0d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07)
}
.sucursales-selector a {
	 color: #0d0d0d;
}

.sucursales-selector a li:hover {
	color: #ff8000;
	transform: scale(1.1);
    transition: 0.3s;
}

.sucursales-modal div {
	padding: 10px 40px 15px 30px;	
    font-size: 16px;
	font-weight: 500;
    color: #0d0d0d;
}
.sucursales-modal a {
	 color: #0d0d0d;
}
.sucursales-modal a li:hover {
	color: #ff8000;
	transform: scale(1.1);
    transition: 0.3s;
}

.sucursales-selector.open,
.sorting-addressbox .btns {
    display: flex;
}
.carrito-dropdown .carrito-box,
.notification-btn .notification-dropdown,
.usuariodrop {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 15px 15px;	
    top: 100%;
    left: 15%;
    right: 0;
    width: 225px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07)
}
.carrito-dropdown .carrito-box,
.notification-btn .notification-dropdown {
    left: auto;
    right: -15%;
}
.header .usuariohead:hover>.usuariodrop {
    opacity: 1;
    visibility: visible;
    left: -50%;
    transition: 0.3s;
}
.usuariodrop ul {
    padding: 10px 15px;
    display: inline-table;
}
.usuariodrop ul>li {
    display: inline-block;
    width: 33.33%;
    position: relative;
    float: left;
    padding: 15px 10px;
    height: 85px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.imgusuario {
	width: 30px;
}
.header .usuariohead .usuariodrop ul>li>a {
    display: block;
}
.header .usuariohead .usuariodrop ul>li>a:hover {
	transform: scale(1.1);
    transition: 0.3s;
}
.usuariodrop ul>li>a .icon {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.usuariodrop ul>li>a .icon i {
    font-size: 30px;
}
.usuariohead .usuariodrop ul>li>a span.details {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    font-size: 12px;
    font-weight: 500;
}
.usuariodrop .user-footer {
    display: flex;
    position: relative;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    font-weight: 500;
}
.usuariodrop .user-footer span {
    margin-right: 8px;
}
.parent-megamenu,
.header .ladoderecho .carrito-btn.carrito-dropdown,
.header .ladoderecho .carrito-btn.notification-btn {
    position: static;
}
.carrito-dropdown:hover>.carrito-box,
.notification-btn:hover>.notification-dropdown {
    opacity: 1;
    visibility: visible;
    left: auto;
    right: 0%;
    transition: 0.3s;
    width: 325px;
}
.notification-dropdown .product-detail a {
    display: flex;
    padding: 10px;
    background: #f5f5f5;
    align-items: center;
}
.notification-dropdown .product-detail a .img-box {
    margin-right: 10px;
}
.notification-dropdown .product-detail a .product-about p {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.carrito-dropdown .carrito-box .card {
    border: none;
}
.carrito-dropdown .carrito-box .card .card-header,
.carrito-dropdown .carrito-box .card .card-footer {
    background: #fff;
}
.carrito-dropdown .carrito-box .card .card-body .item-total .total-precio,
.carrito-dropdown .carrito-box .card .card-body .productos-div .productos-wsg {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.carrito-dropdown .carrito-box .card .card-body .productos-div:hover {
    transform: scale(1.1);
	transition: 0.3s;
	background: #fff;
	border: 2px solid #ff8000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
	
}
.carrito-dropdown .carrito-box .card .card-body .productos-div .productos-wsg .producto-desc {
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin: auto 5px;
	width: 150px;
}
.carrito-dropdown .carrito-box .card .card-body .productos-div .productos-wsg .producto-desc a p {
    margin-bottom: 0px;
}
.carrito-dropdown .carrito-box .card .card-body .productos-div .productos-wsg .producto-desc a p span {
	margin-right: 5px;
}
.carrito-dropdown .carrito-box .card .card-body .productos-div .productos-wsg .eliminar-btn i {
    font-size: 12px;
}
.eliminar-btn  {
	width: 10px;
	margin: auto 5px;
}
.precio  {
	width: 70px;
	margin: auto 5px;
}
.smalltext {
	font-size:10px;
	font-weight:400;
	color: grey;
}
.producto-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width:70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}
.producto-thumb img{
  padding: 5px;
}
.producto-thumb .numerito{
    position: absolute;
    top: 0;
    right: 1px;
	color: #fff;
    background: #ff8000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    font-size: 12px;
}
.parent-megamenu>a>i,
.selectorphone {
    display: none;
    padding: 0;
}
.header .sucursalphone .ver-sucursal {
    align-items: center;
    justify-content: center;
    background: #fff;
}
.sorting-addressbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
    padding: 10px 15px;
}
.sorting-addressbox .btns .filter-btn {
    margin-left: 15px;
}
.sorting-addressbox .btns .filter-btn button {
    display: block;
    text-align: center;
    margin: 0 auto;
}
#sucurales-box .modal-header .sucursales-div {
    display: flex;
    align-items: center;
}
.header .centrar>.row>div {
    align-self: center;
}
#sucurales-box .modal-header .sucursales-div:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    padding: 0 8px;
    font-size: 18px;
    color: #6b6b83;
}
#sucurales-box .modal-header .sucursales-div input {
    padding: .375rem 10px .375rem 40px;
    border-radius: 0;
}
/*megamenu style 1*/
.parent-megamenu .megamenu {
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%;
    left: 15%;
    right: 0;
    background: #fff;
    box-shadow: 0 1px 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
    border-radius: 3px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;

}
.parent-megamenu:hover>.megamenu {
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: 0.3s;
}
.parent-megamenu .megamenu>div {
    padding: 30px 15px;
    margin-left: 0;
    margin-right: 0;
    background-size: cover;
}
.parent-megamenu .megamenu .menu-style {
    padding-bottom: 40px;
    text-align: center;
}
.parent-megamenu .megamenu .menu-style .menu-title .producto-desc {
    padding-bottom: 16px;
    margin-bottom: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    position: relative;
}
.parent-megamenu .megamenu .menu-style .menu-title .producto-desc:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ff8000;
    width: 42px;
    right: 0;
    margin: 0 auto;
}
.parent-megamenu .megamenu .menu-style ul li {
    line-height: 36px;
    text-transform: capitalize;
}
.parent-megamenu .megamenu .menu-style ul li.activo a{
    color: #ff8000;
}
.parent-megamenu .megamenu .menu-style ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
}
/*Categories*/
.browse-cat .categories {
    text-align: center;
    display: block;

}

.browse-cat .categories .icon {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 125px;
    height: 125px;
}
.browse-cat .categories .icon2{
    width: 100%;
    height: 100%;
}
.browse-cat .categories .icon i {
    font-size: 45px;
}
.browse-cat .categories .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.browse-cat .categories .producto-desc {
    padding: 5px 0;
    display: block;
    font-size: 16px;
}
.browse-cat-2 .categories .icon {
    position: relative;
}
.browse-cat-2 .categories .icon img {
    border-radius: 0;
}
.browse-cat-2 .categories .icon .product-addbtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.browse-cat-2 .categories .icon .product-addbtn span i {
    font-size: 12px;
}
/*Recent Order*/
.product-box-3,
.product-box {
    position: relative;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
}
.swiper-slide .testimonial-wrapper,
.swiper-slide .product-box-3,
.swiper-slide .product-box {
    margin: 4px;
}
.product-box-3:hover,.product-box:hover {
      box-shadow: 0 0 0 1px rgba(255, 0, 24, 0.17), 0 1px 5px 0 rgba(255, 0, 24, 0.12);
}
.product-box-3 .product-img,
.product-box .product-img {
    position: relative;
}
.product-box-3 .product-caption,
.product-box .product-caption {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    width: 100%;
}
.product-box .product-caption .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product-box .product-caption .product-title {
    margin-bottom: 0px;
    font-size: 14px;
}
.product-box .product-caption p {
    font-size: 12px;
}
.product-box .product-caption .product-btn {
    margin-top: 10px;
}
.product-box .product-img .product-tags .custom-tag,
.product-box .product-img .product-tags {
    display: flex;
    align-items: center;
    justify-content: start;
}

.product-box .product-img .product-tags>span:first-child {
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-box .product-caption .product-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.product-box .product-caption .product-details span {
    display: block;
    line-height: normal;
}
.product-box .product-caption .product-footer {
    margin-top: 10px;
     display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product-box .product-footer-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fbfbfc;
    padding: 12px 10px;
}
/*featured-product*/
.featured-product {
    position: relative;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
    margin: 3px;
}
.featured-product:hover {
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .2), 0 1px 5px 0 rgba(67, 41, 163, .2);
}
.featured-product .featured-product-details {
    padding: 15px;
    display: flex;
}
.featured-product .featured-product-details .pro-logo {
    width: 64px;
    height: 64px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(66, 41, 163, .08), 0 0 0 1px rgba(66, 41, 163, .08);
    margin-right: 15px;
}
.featured-product .featured-product-details .pro-title {
    max-width: 200px;
}

/*product-box-3*/
.product-box-3 .product-caption ul {
    display: flex;
    flex-wrap: wrap;
}
.product-box-3 .product-caption ul.food-type li {
    padding: 0 7px;
    position: relative;
    margin-bottom: 10px;
}
.product-box-3 .product-caption ul.food-type li:after {
    content: '';
    background: #6b6b83;
    width: 3px;
    height: 3px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
}
.product-box-3 .product-caption ul.food-type li:first-child {
    padding-left: 0;
}
.product-box-3 .product-caption ul.food-type li:last-child:after {
    display: none;
}
.product-box-3 .product-caption ul.food-description li {
    background-color: #F6F6F6;
    padding: 2px 8px;
    margin-right: 8px;
}
/*Explore Collection*/
.promos-div {
    position: relative;
    overflow: hidden;
    cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07)
}
.promos-div:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}
.promos .tags a {
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
	border-radius: 25px;
}
/*Page Banner*/
.banner-1 {
    height: 700px;
    width: 100%;
}
.banner-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-1 .content-wrapper {
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
    border-radius: 3px;
}
.banner-1 .content-wrapper .content-box .input-group {
    margin: 0 -8px;
}
.banner-1 .content-wrapper .content-box .input-group-prepend {
    height: 48px;
    min-width: 44px;
    flex-basis: 44px;
    border: 1px solid #8f8fa1;
    border-left: 0;
    border-radius: 0px 4px 4px 0;
    display: none;
}
.banner-1 .content-wrapper .content-box .input-group-prepend .input-group-text {
    line-height: 1.5;
    font-size: 20px;
    background: transparent;
    border: none;
}
.banner-1 .content-wrapper .content-box .input-group .input-group2 {
    display: flex;
}
.banner-1 .content-wrapper .content-box .input-group .input-group2,
.banner-1 .content-wrapper .content-box .input-group-append {
    padding: 0 8px;
}
.banner-1 .ladoderecho-content h1 {
    font-size: 60px;
    line-height: 1.2;
}
/*Advertisement Slider*/
.advertisement-slider {
    height: 100%;
}
.advertisement-slider .swiper-wrapper .swiper-slide .verticalpromos-div {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
}
.advertisement-slider .swiper-wrapper .swiper-slide .verticalpromos-div .content-wrapper{
    z-index: 1;
    position: absolute;
    bottom: 20px;
}
.advertisement-slider .swiper-wrapper .swiper-slide .verticalpromos-div .tag-box{
    position: absolute;
    top: 20px;
    z-index: 1;
}

/*footer*/
footer {
    border-top: 1px solid rgba(67, 41, 163, .2);
}
footer .ft-logo-box {
    display: flex;
    align-items: center;
}
footer .ft-logo-box .ft-logo {
    margin-right: 25px;
}
footer .socialmedia {
    display: block;
    align-items: center;
    height: 100%;
}
footer .socialmedia ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .socialmedia ul li {
    margin-left: 15px;
    transition: 0.3s;
}
footer .socialmedia ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ada3a3;
    transition: 0.3s;
    text-decoration: none;
}
footer .socialmedia ul li a i{
  font-size: 16px;
}
footer .socialmedia ul li:first-child{
  margin-left: 0;
}
footer .subscribe_form button{
  position: absolute;
  right: 3px;
  top:3px;
  z-index: 999;
}
footer .linksfooter{
  overflow: hidden;
}
footer .madewithlove a{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .linksfooter a:hover i{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

footer .linksfooter a i{
  color: red;
}
.hm-list.hm-instagram {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.hm-list.hm-instagram li {
    overflow: hidden;
}
.hm-list.hm-instagram li {
    position: relative;
    margin-right: 0;
}
.hm-list li {
    display: inline-block;
    margin-right: 15px;
}
.hm-list.hm-instagram li img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
}
.hm-list.hm-instagram li:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
footer .subscribe_form input{
  padding: 10px 55px 10px 10px;
}
footer .socialmedia ul li:hover{
    transform: translateY(-5px);
    transition: 0.3s;
}
footer .socialmedia ul li:hover a{
    color: #ff8000;
    transform: rotate(-15deg);
    transition: 0.3s;
}
footer .ft-logo-box{
    padding-bottom: 80px;
}
footer .footer-links,
footer .footer-contact {
    padding-top: 80px;
}
footer .footer-links ul,
footer .footer-contact ul {
    margin-bottom: 10px;
}
footer .footer-contact li {
    margin-bottom: 10px;
}
footer .footer-contact li a {
    text-decoration: underline;
}
footer .footer-links ul li {
    margin-bottom: 5px;
}
footer .footer-links .appimg {
    margin-bottom: 10px;
}
/*footer-top*/
.footer-top .icon-box {
    margin: 0 auto;
    text-align: center;
    max-width: 150px;
    word-break: break-all;
}
.footer-top .icon-box span i {
    font-size: 50px;
    margin-bottom: 10px;
}
.footer-top .icon-box span {
    display: block;
    font-size: 12px;
}
.footpad {
    padding: 20px;
}
footer .pagos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
footer .pagos img{
    height: 25px;
	width: auto;
	margin-right:10px;
}
footer .pagos img:hover{
    transform: rotate(-15deg);
    transition: 0.2s;
}
footer .foot-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

/*======================
5. Restaurent
========================*/
.page-banner {
    height: 270px;
}
.page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page-banner>.overlay-2>.container>.row {
    padding-top: 10px;
}
.tag-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/*Restaurent Details*/

.heading .title {
    margin-bottom: 5px;
}
.heading .sub-title span {
    margin-left: 20px;
}
.restaurent-logo {
    position: absolute;
    top: -40%;
    right: 15px;
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
    background: #fff;
    width: 80px;
    height: 80px;
}
.heading .head-rating .rating span.rate-data {
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.heading .head-rating,
.heading .head-rating .product-review {
    display: flex;
    align-items: center;
}
.heading .head-rating .product-review {
    margin-left: 35px;
}
.heading .head-rating .product-review h6 {
    margin-right: 25px;
}
.heading .head-rating .product-review h6 span {
    font-weight: 400;
}
.restaurent-details-mob {
    display: none;
    text-align: center;
}
.restaurent-details-mob span {
    display: block;
    font-weight: 600;
}
/*Restaurent tabs*/

.restaurent-tabs.fix-tab {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
}
.restaurent-tabs .restaurent-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.restaurent-tabs .nav-pills .nav-link {
    margin-right: 15px;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
}
.restaurent-tabs .nav-pills .nav-link.activo {
    border-bottom: 3px solid #ff8000;
    color: #000;
    opacity: 1;
    background-color: transparent;
}
.restaurent-tabs .restaurent-menu .add-wishlist img{
    width: 20px;
    cursor: pointer;
}
/*promocode*/

.promocodeimg {
    height: 115px;
}
.promocodeimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.promocode-text {
    position: absolute;
    top: 0;
    display: flex;
    right: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    flex-wrap: wrap;
    z-index: 1;
}
.promocode-text .promocode-text-content h5,
.promocode-text .promocode-text-content p {
    word-break: break-all;
}
.promocode-btn a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 3px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
}
/*Restaurent Address*/

.restaurent-sucursal {
    padding: 15px 0;
}
.restaurent-sucursal .sucursal-details .sucursal,
.restaurent-sucursal .sucursal-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.restaurent-sucursal .sucursal-details .sucursal {
    flex-basis: auto;
    flex-grow: 0;
    max-width: 100%;
}
.restaurent-sucursal .sucursal-details .sucursal .delivery-sucursal {
    padding-right: 40px;
}
.restaurent-sucursal .sucursal-details .change-sucursal {
    display: flex;
    flex-direction: column;
    padding: 0 5px 0 15px;
    text-align: right;
    justify-content: center;
}
/*restaurent-ad*/
.restaurent-ad .ad-img {
    height: 350px;
}
.restaurent-ad .ad-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.restaurent-ad .ad-img .content-box {
    padding: 0 60px;
}
/*Menu*/
.foodmenu{
    position: relative;
}
.foodmenu .foodmenu-head>.card {
    padding: 0;
    margin-bottom: 25px;
    border: none;
    background: transparent;
}
.foodmenu .foodmenu-head>.card>.card-header {
    border: none;
    padding: .75rem 0 0;
    background: transparent;
}
.foodmenu .foodmenu-head>.card>.card-header>.section-head-izq>h3>.card-link {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    font-size: 25px;
    cursor: pointer;
}
.foodmenu .foodmenu-head>.card>.card-header>.section-head-izq>h3>.card-link:after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.foodmenu .foodmenu-head>.card>.card-header>.section-head-izq>h3>.card-link.collapsed:after {
    content: '\f078';
}
.foodmenu .foodmenu-head>.card>.collapse>.card-body {
    padding: 0;
}
.menu-lista {
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 15px;
    cursor: pointer;
    margin-bottom: 10px;
	padding: 10px;
    height: 95%;
}
.menu-lista .plato {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.menu-lista:hover {
    transform: scale(1.01);
	transition: 0.3s;
	background: #fff;
	border: 2px solid #ff8000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
}
.menu-lista img:hover {
    transform: scale(1.05);
	transition: 0.3s;
}
.menu-lista .plato .plato-detalles{
    padding: 20px 10px;
    width: 100%;
}
.menu-lista .plato .plato-detalles .plato-precio,
.menu-lista .plato .plato-detalles .plato-descripcion,
.menu-lista .plato .plato-detalles .plato-detalles-div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.menu-lista .plato span {
    word-break: break-all;
}
.menu-lista .plato .plato-detalles .plato-precio{
    align-items: center;
}
.menu-lista .plato-img {
    padding: 20px;
	max-width: 200px;
	width: 100%;
    line-height: 0;
}
.menu-lista .plato-img img {
    position: absolute;
    margin: auto 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	max-width: 180px;
    object-fit: cover;
    object-position: center;
}
.menu-lista .plato .plato-detalles .plato-precio .circle-tag{
    position: absolute;
    top: 8px;
    right: 5px;
}

.precio-menu h6{	
	text-align: right;
	font-size: 1.5rem;
}

/*Restaurent About*/

.restaurent-about .about-restaurent {
    margin-top: 10px;
}
.restaurent-about .about-restaurent li {
    margin-bottom: 10px;
    position: relative;
}
.restaurent-about .about-restaurent li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
}
.restaurent-about .about-restaurent li span {
    position: relative;
    left: 30px;
}
.restaurent-schdule .card,
.restaurent-schdule .card .card-header {
    border: none;
    border-radius: 0;
}
.restaurent-schdule .card .card-body {
    padding: 20px 20px 10px 20px;
}
.restaurent-schdule .card .card-body .schedule-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.restaurent-schdule .card .card-footer {
    background: #fff;
}
.social-media {
    display: flex;
    align-items: center;
}
.social-media li {
    width: 20%;
    border: 1px solid #ccc;
    border-radius: 0;
    border-right: 0;
}
.social-media li:last-child {
    border: 1px solid #ccc;
}
.social-media li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.social-media li:hover {
    background: #ff8000;
    transition: 0.5s;
}
.social-media li:hover a {
    color: #fff;
}
/*Menu Popup*/

.menu-popup .modal-content {
    background: #fff;
	border-radius: 15px;
}
.menu-popup .modal-header {
    display: block;
    padding: 0;
    height: 250px;
}
.menu-popup .modal-header img {
    width: 100%;
	max-width: 250px;
	max-height: 250px;
    object-fit: cover;
    object-position: center;
    margin: auto 15px;
	padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.menu-popup .close {
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    color: #ff8000;
    opacity: 1;
    padding: 0;
    font-size: 35px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 20px;
    position: absolute;
    padding: 20px;
}
.menu-popup .modal-title {
    font-size: 20px;
}
.menu-popup .modal-body {
    padding: 0;
    height: 300px;
    overflow: auto;
}
.cantidad {
    display: flex;
    align-items: center;
}
.cantidad span {
    margin-right: 20px;
}
.cantidad .cant {
    border: 1px solid #545470;
    border-radius: 19px;
    flex-grow: 0;
    overflow: hidden;
    position: relative;
    height: 38px;
    width: auto;
}
.cantidad .cant button {
    padding: 0 15px;
}
.cantidad .cant button:focus {
    outline: none;
}
.cantidad .cant input {
    border: none;
    width: 40px;
}
/*agregar-extras*/

.agregar-extras .card {
    border-radius: 0;
    border: none;
	padding: 5px 40px;
}
.agregar-extras .card .card-header {
    border-radius: 0;
    background: transparent;
    padding: 10px;
}
.agregar-extras .card .card-header .card-link {
    font-size: 18px;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 0;
}
.agregar-extras .card .card-header .card-link span{
    display: block;
}
.agregar-extras .card .card-header .card-link:after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
}
.agregar-extras .card .card-header .card-link.collapsed:after {
    content: '\f078';
}
.agregar-extras .card .card-body button.add-pro {
    cursor: pointer;
    margin-right: 10px;
    color: rgba(0, 0, 0, .87);
    background: rgba(0, 0, 0, .05);
    text-transform: capitalize;
    padding: 3px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    padding-right: 35px;
    font-weight: 500;
    margin-bottom: 10px;
}
.agregar-extras .card .card-body button.add-pro:hover {
    background: #ccc;
}
.agregar-extras .card .card-body button.add-pro span.close {
    position: absolute;
    right: 10px;
    font-weight: 700;
    font-size: 22px;
    top: 50%;
    transform: translate(0px, -50%);
    text-align: right;
    padding: 0;
    color: #000;
    font-weight: bold;
}
.menu-popup .modal-footer {
	border-radius: 0 0px 15px 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
}
/*Orden Popup*/

.orden-popup .modal-content {
    background: #fff;
	border-radius: 15px;
}
.orden-popup .modal-header {
    display: block;
    padding: 0;
    height: auto;
}
.orden-popup .close {
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    color: #ff8000;
    opacity: 1;
    padding: 0;
    font-size: 35px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 30px;
    position: absolute;
    padding: 20px;
}
.orden-popup .modal-title {
    font-size: 20px;
}
.orden-popup .modal-body {
    padding: 0;
    height: auto;
	border-radius: 0px;
}
/*map-gallery-se*/
.map-gallery-sec .caja-uno #locmap {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 0;
    pointer-events: none;
    border:none;
}
.map-gallery-sec .map-pl-0{
    padding-left: 0;
}
.map-gallery-sec .map-pr-0{
    padding-right: 0;
}
.map-gallery-sec .gallery-box .gallery-img {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: -5px;
}
.map-gallery-sec .gallery-box .gallery-img li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 5px;
}
.smoothscroll.activo {
    position: relative;
    padding-top: 150px;
}
.smoothscroll.activo#menu {
    padding-top: 0;
}
/*video box*/
.video-box iframe {
    width: 100%;
    border: none;
    height: 250px;
}
.video_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    height: 250px;
}
.videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}
.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../img/video-banner.jpg');
    background-size: cover;
    border: none;
    background-position: center;
    overflow: hidden;
    opacity: 1;
    transition: opacity 100ms, height 0s;
    transition-delay: 0s, 0s;
}
.video_wrapper:hover .video-inner i{
    color: #ff9d3b;
    transition: 0.5s;
}
.videoPoster:hover {
    cursor: pointer;
}
.videoPoster .video-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.videoPoster .video-inner i {
    font-size: 70px;
    color: #fff;
}
.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    transition-delay: 0s, 800ms;
}
.discount-box{
    margin-top: -6px;
}
.discount-box .discount-precio .ladoderecho,
.discount-box .discount-precio{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.discount-box .discount-precio .ladoderecho .dis-text{
    margin-right: 25px;
}
.discount-box .discount-precio .ladoderecho,
.discount-box .discount-precio .left-side{
    max-width: 50%;
    flex-basis: 50%;
}


/*side bar carrito*/
.sidebar .carrito-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    cursor: pointer;
}

.sidebar .carrito-box .card .card-body .item-total{
	border: none;
	border-radius: none;
}
.sidebar .carrito-box .card .card-body .productos-div:hover {
	background: #fff;
	border: 2px solid #ff8000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
}
.sidebar .carrito-box>.card>.modify-order>.total-amount,
.sidebar .carrito-box>.card .card-body .item-total .total-precio,
.sidebar .carrito-box>.card .card-body .productos-div .productos-wsg {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.sidebar .carrito-box>.card .card-body .productos-div .productos-wsg .producto-desc a p {
    margin-bottom: 0px;
}
.sidebar .carrito-box>.card .card-body .productos-div .productos-wsg .producto-desc a p span {
    margin-right: 5px;
}
.sidebar .carrito-box .card .card-body .productos-div .productos-wsg .producto-desc {
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin: auto 5px;
	width: 100px;
}
.sidebar .carrito-box>.card>.modify-order>.total-amount {
    background-color: #8f8fa1;
}

/*======================
6. Add Restaurent
========================*/
/*add restaurent*/
.register-restaurent-sec {
    counter-reset: section;
}
#add-restaurent-tab .pasos > li:after {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 16px;
    font-size: 10px;
    left: 0;
    right: 0;
    pointer-events: none;
    font-weight: 600;
}
#add-restaurent-tab .pasos > li.listo:after,
#add-restaurent-tab .pasos > li.activo:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 7px;
    top: 20px;
}
#add-restaurent-tab .step-footer .none{
    display: none;
}
#add-restaurent-tab .step-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    margin-bottom: 0px;
}
#add-restaurent-tab .step-footer #next-1{
    margin: 0px 0px 0px auto;
}
#add-restaurent-tab .steps-1 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}
.trackerapp > .steps-1 {
    overflow: hidden;
    margin: 0 auto;
}
#add-restaurent-tab .steps-1 > li {
    flex: 0 0 25%;
    max-width: 25%;
}
.trackerapp .steps-1 > li {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
}
#add-restaurent-tab .steps-1 > li:before {
    background-color: #e3e3e3;
    height: 12px;
    left: 45%;
    top: 19px;
    width: 100%;
    transition: all 0.3s;
    margin-left: 4px;
}
#add-restaurent-tab .steps-1 > li:first-child:before {
    border-radius: 10px 0 0 10px;
}
.trackerapp .steps-1 > li:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #C4CAD2;
    top: 35px;
    left: 85px;
}
.trackerapp .steps-1 > li > a,
.trackerapp .steps-1 > li > a > span {
    display: block;
}
#add-restaurent-tab .steps-1 > li > a > .numero {
    width: 20px;
    height: 20px;
    background-color: #b6b6b6;
    border: 0px solid;
    transition: all 0.3s;
}
.trackerapp .steps-1 > li > a > .numero {
    border-radius: 50%;
    color: #b6b6b6;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    margin: 10px auto;
    position: relative;
    z-index: 0;
    top: 5px;
}
#add-restaurent-tab .steps-1 > li.activo > a > .numero,
#add-restaurent-tab .steps-1 > li.listo > a > .numero {
    background-color: #003d00;
}
#add-restaurent-tab .steps-1 > li > a > .pasoID {
    font-weight: 600;
    color: #ff8000;
    font-size: 12px;
    margin-top: 20px;
    transition: all 0.3s;
}
#add-restaurent-tab .steps-1 > li:last-child:before {
    width: 0;
}
#add-restaurent-tab .steps-1 > li.listo:before {
    background-color: #00a000;
}
#add-restaurent-tab .steps-2 {
    margin: 20px 0;
}
#add-restaurent-tab .steps-2 > li {
    display: block;
    margin-bottom: 10px;
}
#add-restaurent-tab .steps-2 > li:before,
#add-restaurent-tab .steps-2 > li:after {
    display: none;
}
#add-restaurent-tab .steps-2 > li > a.add-res-tab {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.595;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    border-color: rgba(67, 41, 163, .2);
    background: #fff;
    font-weight: 600;
}
#add-restaurent-tab .steps-2 > li.listo a.add-res-tab,
#add-restaurent-tab .steps-2 > li.activo a.add-res-tab {
    color: #fff;
    background: #ff8000;
    border-color: #ff8000;
}
#add-restaurent-tab.trackerapp .step-content .step-tab-panel {
    display: none;
}
#add-restaurent-tab.trackerapp .step-content .step-tab-panel.activo {
    display: block;
}
#add-restaurent-tab.trackerapp .step-content .step-tab-panel label sup {
    top: 0;
    color: #ff0000;
}
#add-restaurent-tab.trackerapp .step-content .step-tab-panel .form-group .form-group {
    display: flex;
    margin-bottom: 35px;
}

.package-box .package-caption{
    border-radius: 0 0 3px 3px;
}
.package-box .package-caption .package-item-first{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.package-box .package-caption>ul>li:before{
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 50%;
    margin-top: 4px;
}
.package-box .package-caption>ul>li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(210,201,255,0.1);
    position: relative;
    padding-left: 15px;
    letter-spacing: 0.4px;
}
.package-box .package-caption>ul>li:first-child{
    border:none;
}
.package-box .package-caption .package-btn{
    margin-top: 20px;
}
.general-sec iframe{
    border:none;
}
.pagos-sec .card-header,
.pagos-sec .card {
    border: none;
    border-radius: 0;
}
.pagos-sec .card-header {
    background: #fff;
    padding-left: 0;
    padding-top: 0;
}
.pagos-sec .card-header .card-link.collapsed:before {
    content: '+';
}
.pagos-sec .card-header .card-link:before {
    content: '-';
    font-size: 18px;
    line-height: normal;
    position: relative;
    top: 2px;
    right: 0;
    padding-right: 10px;
    font-weight: 700;
}
.pagos-tab>.nav {
	margin-bottom: 1rem;
}
.pagos-tab>.nav>.nav-item {
    flex: 0 0 20%;
    max-width: 20%;	
}
.driver-tip-sec>.nav>.nav-item>.nav-link,
.pagos-tab>.nav>.nav-item>.nav-link {
    padding: .5rem;
    text-align: center;
    border: 1px solid rgba(67, 41, 163, .2);
    border-right: 0;
    border-radius: 15px 15px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.driver-tip-sec>.nav>.nav-item:last-child>.nav-link,
.pagos-tab>.nav>.nav-item:last-child>.nav-link {
    border: 1px solid rgba(67, 41, 163, .2);
}
.driver-tip-sec>.nav>.nav-item>.nav-link.activo,
.pagos-tab>.nav>.nav-item>.nav-link.activo {
    color: #fff;
    background: #ff8000;
    border-color: #ff8000;
}
.pagos-tab .tarjeta:before {
    content: '';
    position: absolute;
    padding: 15px 20px;
    font-size: 10px;
    color: #6b6b83;
    pointer-events: none;
    background-image: url(../img/visa.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
    right: 15px;
}
.pagos-tab .tarjeta input {
    padding-left: 15px;
}
.busqueda .conicono:before {
    content: '';
    position: absolute;
    padding: 15px 20px;
    font-size: 10px;
    color: #6b6b83;
    pointer-events: none;
    background-image: url(../iconos/ubicacion.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
    right: 15px;
}
.busqueda .conicono input {
    padding-left: 15px;
}
.thankmsg-sec .msg-wrapper h1 {
    font-size: 60px;
}
.thankmsg-sec .msg-wrapper .contact-details {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.thankmsg-sec .msg-wrapper .contact-details>li {
    font-size: 16px;
    margin: 0 25px;
}
.thankmsg-sec .msg-wrapper .contact-details>li>i {
    padding-right: 15px;
}

/*======================
7. Add Restaurent
========================*/
/*======================
3. List View
========================*/
.most-popular .popular-item-slider .swiper-slide {
    margin-bottom: 20px;
}
.sort-tag-filter,
.product-list-view,
.most-popular .popular-item-slider {
    border-bottom: 1px solid rgba(67, 41, 163, .1);
}
.sort-tag-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.restaurent-tags span.tags {
    cursor: pointer;
    margin-right: 10px;
    color: rgba(0, 0, 0, .87);
    background: rgba(0, 0, 0, .05);
    text-transform: capitalize;
    padding: 3px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    padding-right: 35px;
    font-weight: 500;
}
.restaurent-tags span.tags:hover {
    color: #ff8000;
}
.restaurent-tags span.tags span.close {
    position: absolute;
    right: 10px;
    font-weight: 700;
    font-size: 14px;
    top: 50%;
    transform: translate(0px, -50%);
}
.sorting span {
    margin-right: 10px;
}
.sorting select {
    color: #00000059;
    border: 2px solid #ccc;
    padding: 3px 40px 3px 8px;
    border-radius: 3px;
    text-align: left;
    font-weight: 600;
}
/*filter-sidebar*/

.filter-sidebar .title-2 small {
    margin-left: 10px;
}
.filter-sidebar .title-2 small a {
    text-decoration: underline;
}
.filter-sidebar .sidebar-tab>ul>li {
    margin-right: 28px;
    border-radius: 0;
}
.filter-sidebar .sidebar-tab>ul>li>a {
    color: rgba(0, 0, 0, .55);
    border-radius: 0;
    border-bottom: 4px solid transparent;
    font-weight: 700;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.filter-sidebar .sidebar-tab>ul>li>a.activo {
    background: transparent;
    color: #000;
    border-bottom: 4px solid #ff8000;
}
.filter-sidebar .sidebar-tab .tab-content .siderbar-innertab>ul {
    display: flex;
    margin-bottom: 10px;
}
.filter-sidebar .sidebar-tab .tab-content .siderbar-innertab>ul>li {
    width: 50%;
}
.filter-sidebar .sidebar-tab .tab-content .siderbar-innertab>ul>li>a {
    flex: 1;
    white-space: normal;
    border: 1px solid transparent;
    transition-property: z-index, background, border-color, color;
    transition-timing-function: ease;
    transition-duration: .1s;
    border-color: rgba(67, 41, 163, .2);
    color: #ff8000;
    background-color: transparent;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    padding: 4px 0;
}
.filter-sidebar .sidebar-tab .tab-content .siderbar-innertab>ul>li>a.disabled {
    color: #ccc;
}
.filter-sidebar .sidebar-tab .tab-content .siderbar-innertab>ul>li>a.activo {
    border-color: #ff8000;
    color: #fff;
    background-color: #ff8000;
}
.filter-sidebar .sidebar-tab .tab-content .siderbar-innertab>ul>li:first-child>a {
    border-radius: 4px 0 0 4px;
}
.filter-sidebar .sidebar-tab .tab-content .siderbar-innertab>ul>li:last-child>a {
    border-radius: 0px 4px 4px 0px;
}
.filter-sidebar .sidebar-tab .tab-content p.delivery-type a:before {
    content: '';
    width: 2px;
    height: 2px;
    background: #000;
    display: inline-flex;
    margin: 0 8px;
    vertical-align: middle;
}
.filter-sidebar .sidebar-tab .filters .card-header,
.filter-sidebar .sidebar-tab .filters .card {
    border: none;
    padding: .75rem 0;
    background: #fff;
}
.filter-sidebar .sidebar-tab .filters .card {
    padding: 0;
    margin-bottom: 25px;
}
.filter-sidebar .sidebar-tab .filters .card .card-body {
    padding: 0;
}
.filter-sidebar .sidebar-tab .filters .card-header a {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;
}
.filter-sidebar .sidebar-tab .filters .card-header a:after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.filter-sidebar .sidebar-tab .filters .card-header a.collapsed:after {
    content: '\f078';
}
.filters .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filters .rating button {
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    display: block;
    border-right: 0;
    font-weight: 900;
}
.filters .rating button:hover {
    background: #ff8000;
    color: #fff;
    border-color: #ff8000;
}
.filters .rating button:first-child {
    border-radius: 3px 0 0 3px;
}
.filters .rating button:last-child {
    border-radius: 0px 3px 3px 0px;
    border-right: 1px solid #ccc;
}
.filters .delivery-slider .irs--flat .irs-line,
.filters .delivery-slider .irs--flat .irs-bar {
    height: 2px;
    top: 30px;
    cursor: pointer;
}
.filters .delivery-slider .irs--flat .irs-bar {
    background-color: #ff8000;
}
.filters .delivery-slider .irs--flat .irs-grid-text {
    font-size: 16px;
    color: #000;
    padding: 0 0px 0 25px;
    top: 25px;
}
.filters .delivery-slider .irs-grid-pol.small,
.filters .delivery-slider .irs--flat .irs-grid-pol {
    display: none;
}
.filters .delivery-slider .irs--flat .irs-handle {
    width: 0;
}
.filters .delivery-slider .irs--flat .irs-handle>i:first-child {
    top: 50%;
    width: 25px;
    height: 25px;
    background-color: #ff8000;
    border-radius: 50%;
    transform: translate(0px, -50%);
    cursor: pointer;
}
.filters .delivery-slider .irs--flat .irs-handle.state_hover>i:first-child,
.filters .delivery-slider .irs--flat .irs-handle:hover>i:first-child {
    background-color: #ff9d3b;
}
.filters .delivery-slider .irs--flat .irs-from,
.filters .delivery-slider .irs--flat .irs-to,
.filters .delivery-slider .irs--flat .irs-single {
    background-color: #ff8000;
}
.filters .delivery-slider .irs--flat .irs-from:before,
.filters .delivery-slider .irs--flat .irs-to:before,
.filters .delivery-slider .irs--flat .irs-single:before {
    border-top-color: #ff8000;
}
.delivery-slider .irs--flat.irs-with-grid {
    width: 95%;
}
/*testimonal layout*/
.swiper-slide .testimonial-wrapper {
    margin-top: 0;
}
.video-box,
.testimonial-wrapper .testimonial-box {
    position: relative;
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
    border-radius: 3px;
    cursor: pointer;
}
.testimonial-wrapper .testimonial-box .testimonial-img .brand-logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
    background: #fff;
    width: 50px;
    height: 50px;
    transform: translate(15px, -50%);
}
.testimonial-wrapper .testimonial-box .testimonial-img .add-fav {
    position: absolute;
    right: 0;
    box-shadow: 0 0 0 1px rgba(67, 41, 163, .08), 0 1px 5px 0 rgba(67, 41, 163, .08);
    background: #fff;
    width: 35px;
    height: 30px;
    transform: translate(-15px, 0%);
    bottom: -15px;
    border-radius: 5px 5px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.testimonial-wrapper .testimonial-box .testimonial-img .add-fav>img{
    padding: 8px;
}
.testimonial-wrapper .testimonial-box .testimonial-user-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.testimonial-wrapper .testimonial-box .testimonial-user-box img {
    margin-right: 12px;
    margin-bottom: 8px;
}
.testimonial-wrapper .testimonial-box .testimonial-user-box .testimonial-user-name p {
    margin-bottom: 0px;
    line-height: normal;
}
.testimonial-wrapper .testimonial-box .testimonial-user-box .testimonial-user-name span {
    font-size: 11px;
    margin-left: 3px;
}
/*list view*/
.product-list-view:first-child {
    border-top: 1px solid rgba(67, 41, 163, .1)
}
.product-list-view {
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.product-list-view:hover {
    background: rgba(0, 0, 0, 0.05);
    transition: 0.5s;
}
.product-list-view .product-list-info {
    width: 90px;
}
.product-list-view .product-right-col {
    width: 95%;
}
.product-list-view .product-list-title h6 {
    margin-bottom: 5px;
}
.product-list-view .product-list-info .product-list-img {
    flex: 0 0 90px;
    overflow: hidden;
    height: 90px;
}
.product-list-view .product-list-bottom,
.product-list-view .product-list-details {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.product-list-view .product-list-details .product-list-title {
    align-content: space-between;
    padding-left: 20px;
    max-width: 100%;
}
.product-list-view .product-list-details .product-detail-right-box {
    display: flex;
    justify-content: space-between;
    width: 60%;
}
.product-list-view .product-list-details .product-detail-right-box .product-list-tags{
    display: flex;
    flex-wrap: wrap;
}
.product-list-view .product-right-col .product-list-bottom .mob-tags-label {
    display: none;
}
.product-list-view .product-list-details .product-detail-right-box .product-list-label span {
    margin: 0;
    margin-bottom: 2px;
}
.product-list-view .product-list-details .product-detail-right-box .product-list-precio .product-list-time {
    display: none;
}
.product-list-view .product-list-details .product-list-precio {
    text-align: right;
}
.product-list-view .product-list-time,
.product-list-view .product-list-time ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-list-view .product-list-time ul li {
    padding: 0 10px;
    position: relative;
}
.product-list-view .product-list-time ul li:after {
    content: '';
    background: #6b6b83;
    width: 3px;
    height: 3px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
}
.product-list-view .product-list-time ul li:last-child {
    padding-right: 0;
}
.product-list-view .product-list-time ul li:last-child:after {
    display: none;
}
.product-list-view .product-list-bottom .product-list-type {
    padding-left: 20px;
}
.product-list-view .product-list-bottom .product-list-type span {
    display: inline-block;
}
.product-list-view .product-list-time {
    width: 27%;
    justify-content: space-between;
}
.product-list-view .product-list-time>span {
    margin-right: 20px;
}
/*=========================
8. Login & register
===========================*/
.logologin {
    padding: 25px;
	max-width: 250px;
}
.user-page .ingresar-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
}
.user-page .ingresar-div .caja {
    max-width: 420px;
    width: auto;
    margin: 0 auto;
    margin-top: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    background: #fff;
    padding: 30px;
}
.user-page .ingresar-div .caja .checkbox-reset {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user-page .ingresar-div .caja span.terms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.user-page .ingresar-div .caja span.terms a {
    margin: 0 3px;
}
.user-page .ingresar-div .caja .form-group input {
    border-radius: 50px;
}
.user-page .ingresar-div .caja .form-group .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    right: 18px;
    cursor: pointer;
}
.form-group input {
    border-radius: 50px;
}
/*=========================
9. Checkout
===========================*/

.orden-div,
.tracker-div {
    display: flex;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 20px;
	padding: 30px;
}
.orden-div {
    display: block;
    margin-bottom: 0;
}
.tracker-div .tracker-detalles {
    flex: 0 0 100%;
    max-width: 100%;
}
.tracker-div .tracker-mapa {
    flex: 0 0 100%;
    max-width: 100%;
}
#add-listing-tab1 .pasos,
#tracker-orden .pasos {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}
.trackerapp > .pasos {
    overflow: hidden;
    margin: 0 auto;
}
#add-listing-tab1 .pasos > li,
#tracker-orden .pasos > li {
    flex: 0 0 25%;
    max-width: 25%;
}
.trackerapp > .pasos > li {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
}
.trackerimg img {
	width: 125px;
}
#add-listing-tab1 .pasos > li:before,
#tracker-orden .pasos > li:before {
    background-color: #e3e3e3;
    height: 40px;
    left: 50%;
    top: 24px;
    width: 100%;
    transition: all 0.3s;
    margin-left: 4px;
}
#add-listing-tab1 .pasos > li:first-child:before,
#tracker-orden .pasos > li:first-child:before {
    border-radius: 50px 0 0 50px;
}

.trackerapp {
	background-image: url(../img/lineas.png);
    border-radius: 50px;
    margin-bottom: 20px;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.trackerapp > .pasos > li:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #C4CAD2;
    top: 35px;
    left: 85px;
}
.trackerapp > .pasos > li > a,
.trackerapp > .pasos > li > a > span {
    display: block;
}
#add-listing-tab1 .pasos > li > a > .numero,
#tracker-orden .pasos > li > a > .numero {
    width: 50px;
    height: 50px;
    background-color: #b6b6b6;
    border: 0px solid;
    transition: all 0.3s;
}
.trackerapp > .pasos > li > a > .numero {
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    margin: 10px auto;
    position: relative;
    z-index: 0;
    top: 9px;
}
#add-listing-tab1 .pasos > li.activo > a > .numero,
#add-listing-tab1 .pasos > li.listo > a > .numero,
#tracker-orden .pasos > li.activo > a > .numero,
#tracker-orden .pasos > li.listo > a > .numero {
    background-color: #376611;
}
#add-listing-tab1 .pasos > li > a > .pasoID,
#tracker-orden .pasos > li > a > .pasoID {
    font-weight: 600;
    color: #ff8000;
    font-size: 12px;
    margin-top: 20px;
    transition: all 0.3s;
    white-space: normal;
}
#add-listing-tab1 .pasos > li:last-child:before,
#tracker-orden .pasos > li:last-child:before {
    width: 0;
}
#add-listing-tab1 .pasos > li.listo:before,
#tracker-orden .pasos > li.listo:before {
    background-color: #5ba81c;
}
.tracker-div .tracker-mapa #pickupmap {
    margin-top: 15px;
	padding: 15px;
	height: 500px;
    width: 100%;
}
.md-modal {
    margin: auto;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 320px;
    height: 100%;
    z-index: 2000;
    visibility: hidden;
    backface-visibility: hidden;
}
.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: #fff;
    transition: all 0.3s;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
.md-effect-12 .md-content {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s;
    height: 100%;
}
.md-show.md-effect-12 ~ .md-overlay {
    background-color: #fff;
}
.md-show.md-effect-12 .md-content {
    transform: scale(1);
    opacity: 1;
}
.md-modal .md-content #pickupmap2 {
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.md-modal .md-content .modal-sidebar #add-listing-tab1 .pasos > li:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #00a000;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 0;
}
.md-modal .md-content .modal-sidebar #add-listing-tab1 .pasos > li.order-note:after {
    content: "\f328";
}
.md-modal .md-content .modal-sidebar #add-listing-tab1 .pasos > li.make-order:after {
    content: "\f447";
}
.md-modal .md-content .modal-sidebar #add-listing-tab1 .pasos > li.bike:after {
    content: "\f21c";
}
.md-modal .md-content .modal-sidebar #add-listing-tab1 .pasos > li.home-delivery:after {
    content: "\f015";
}
.md-modal .md-content .modal-sidebar .arrow {
    position: absolute;
    right: 50px;
}
.md-modal .md-content .modal-sidebar .rating-box .ratings span {
    cursor: pointer;
}
.md-modal .md-content .modal-sidebar .rating-box .ratings span:hover i {
    color: #ff8000;
}
.orden-div .orden-detalles.title {
    align-items: center;
    padding-bottom: 20px;
}
.contador {
    display: flex;
	float: right;
}
.contador .time-box {
    text-align: center;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    color: #0d0d0d;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 26px;
	font-weight: 700;
}
.contador .time-box span{
    line-height: 1;
}
.contador .time-box span h6 {
    margin-top: 5px;
	letter-spacing: 2px;
	font-size: 10px;
    color: #ff8000;
}
.orden-div .orden-detalles span {
    display: block;
}
.carrito-producto {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.carrito-producto .img-name-value {
    display: flex;
    align-items: flex-start;
}
.carrito-producto .img-name-value .product-value {
    margin: 0 30px;
}
.pagos-method .metodo {
    display: flex;
    align-items: center;
}
.pagos-method .metodo img {
    width: 30px;
    margin-right: 15px;
}
.precio-table .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}'
.carrito-sec {
    margin-top: -40vh;
}
.carrito-sec .help-btn {
    margin: 0px 0;
}
.carrito-sec .d-flex {
    align-items: center;
    justify-content: center;
}
/*=========================
10. Orden Carrito
===========================*/
.orden-carrito {
    margin-top: -40vh;
}
.orden-carrito .title2 span {
    margin-left: 140px;
}
/*=========================
11. Banner
===========================*/

.inner-wrapper {
    height: inherit;
    position: relative;
}
.main-padding {
    padding: 64px 100px;
}
.ingresar,
.loginimg {
    height: 100vh;
}
.cosas2,
.banner-principal {
    height: 60vh;
}
.banner-principal.secciones {
    height: 40vh;
}
.loginimg .main-img,
.banner-principal .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-principal .imgsobre:hover {
    transform:translateX(20px);
	transition: 0.3s;
}
.banner-principal .footer-img {
    position: absolute;
    bottom: 0;
    max-width: 340px;
    right: 0;
}
.inner-wrapper .main-page .vermenu {
    position: absolute;
    top: 64px;
    display: flex;
    right: 70px;
}
.inner-wrapper .main-page .vermenu a {
    margin: 0 30px 70px 0;
}
.inner-wrapper .main-page .vermenu:hover{
    transform: scale(1.2);
	cursor: pointer;
}
.inner-wrapper .main-page .caja {
    height: 100%;
    display: flex;
	margin-top:25px;
    align-items: center;
}
.inner-wrapper .main-page .caja button{
    white-space: normal;
}
/*=========================
12. About Us
===========================*/
/*slider*/
.about-us-slider .slide-item {
    height: 700px;
}

.about-us-slider .slide-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-us-slider .slide-item .ladoderecho-content h1 {
    font-size: 60px;
    line-height: 1.2;
}
.about-us-slider .slide-item .ladoderecho-content{
    transition: all 1s linear;
    transition-delay: 1s;
}
.about-us-slider .slide-item .ladoderecho-content h3,
.about-us-slider .slide-item .ladoderecho-content a,
.about-us-slider .slide-item .ladoderecho-content h1{
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
.about-us-slider .slide-item.swiper-slide-activo .ladoderecho-content a,
.about-us-slider .slide-item.swiper-slide-activo .ladoderecho-content h3,
.about-us-slider .slide-item.swiper-slide-activo .ladoderecho-content h1{
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
/*aboutus*/
.aboutus .history-title{
    margin-top: -7px;
}
.aboutus .history-title>a{
    margin-top: 20px;
}
/*how it works*/
.how-it-works .how-it-works-box{
  text-align: center;
  padding: 20px 0px;
  cursor: pointer;
}
.how-it-works .how-it-works-box.arrow-1:after{
    content: '';
    width: 100%;
    background: url(../img/arrow-2.svg) no-repeat;
    position: absolute;
    right: 0;
    z-index: 1;
    background-size: contain;
    background-position: right;
    height: 70px;
    top: -35px;
    transform: rotate(50deg);
    left: 65px;
}
.how-it-works .how-it-works-box.arrow-2:after{
    content: '';
    width: 100%;
    background: url(../img/arrow-3.svg) no-repeat;
    position: absolute;
    right: 0;
    z-index: 1;
    background-size: contain;
    background-position: right;
    height: 70px;
    top: -20px;
    transform: rotate(35deg);
    left: 50px;
}
.how-it-works .how-it-works-box .how-it-works-box-inner{
  max-width: 250px;
  margin: 0 auto;
}
.how-it-works .how-it-works-box .how-it-works-box-inner h6,
.how-it-works .how-it-works-box .how-it-works-box-inner .icon-box{
  margin-bottom: 15px;
}
.how-it-works .how-it-works-box .how-it-works-box-inner .icon-box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ff8000;
  margin: 0 auto 15px;
  position: relative;
}
.how-it-works .how-it-works-box .how-it-works-box-inner .icon-box img{
  padding: 30px;
}
.how-it-works .how-it-works-box .how-it-works-box-inner .icon-box .numero-box{
    position: absolute;
    top: 0;
    left: 10px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    font-size: 12px;
}
/*feedback-area-two*/
.feedback-area-two{
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #000000;
    opacity: 0.9;
}
.feedback-area-two .feedback-item-two {
    max-width: 800px;
    margin: 15px auto 0;
}
.feedback-area-two .feedback-item-two img {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin-bottom: 17px;
}
.feedback-area-two .feedback-item-two p {
    font-style: italic;
    margin-bottom: 15px;
}
.feedback-area-two .feedback-item-two span {
    line-height: 1;
    display: block;
    margin-top: 9px;
}
