/* Header */

/*ocultar view-order hasta que cargue*/
body.woocommerce-account {
    visibility: hidden;
}

.btn-theme-login{
    background: #FFF;
    padding: 10px 15px 10px 40px;
    position: relative;
    border-radius: 31px;
    color: #000;
    font-weight: 500;
    cursor:pointer;
}

.btn-theme-login:hover{
    color:#000 !important;
	background-color: #FFD791;
}

.btn-theme-login span.icon {
    background: url(../svg/user-icon.svg);
    position: absolute;
    width: 22px;
    height: 22px;
    background-size: cover;
    left: 12px;
    top: 10px;
    
}

.box-lang-theme{
    border: 2px solid #FFFF;
    padding: 5px 15px 5px 40px;
    position: relative;
    border-radius: 31px;
    color: #FFF;
    font-weight: 500;
    cursor:pointer;    
}

.box-lang-theme span.icon {
    background: url(../svg/world.svg);
    position: absolute;
    width: 19px;
    height: 19px;
    background-size: cover;
    left: 12px;
    top: 9px;
}

.box-lang-theme.open ul{
    display: block;
    position: absolute;
    background: #FFF; 
    width: 100%;
    left: 0px;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
    z-index: 9999;
    top: 94%;
    margin-top: 5px;
}

.box-lang-theme ul{
    display:none;
}

.box-lang-theme ul li{
    list-style: none;
    color:#000;
    font-size: 15px;
}

.box-lang-theme ul li a,
.box-lang-theme ul li a:hover{
    color:#000 !important;
    text-decoration:none;
}

.box-lang-theme ul li img{
    margin-right:5px;
}

.menu-burguer{
    background: url(../svg/burger-menu.svg);
    width: 24px;
    height: 22px;
    background-size: cover;
    display: block;
    cursor: pointer;
}

body.home .header-web{
    background-color: transparent !important;   
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.btn-yellow{
    background: var(--yellow);
    padding: 5px 15px;
    display: inline-block;
    align-items: center;
    gap: 5px;
	font-weight: 600;
    cursor: pointer;
} 

.btn-yellow:hover{
    background: #FFF;
    color: var(--red);    
}

.rounded-50,
input.rounded-50{
   border-radius: 50px !important;
}


header .e-con>.e-con-inner{
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
header .e-con>.e-con-inner > .e-child {
    width: auto;
}
.e-con>.e-con-inner>:nth-child(1){
    margin-right: auto;
}


/**** ICONS ***/
.theme-icon-location-search{
  background: url(../svg/location.svg);

  width: 34px;
  height: 32px;
  background-size: cover;
  display: block;    
}

.theme-icon-location-searching{
  background: url(../svg/search.svg);
   width: 19px;
  height: 19px;
  background-size: cover;
  display: block;  
}

.locate-icon{
  display: flex;
  align-items: center;
  width: 260px;
}
.locate-icon i{
    margin-right: 5px;
}

.locate-input-addres.dokan-hide,
.locate-input-addres .dokan-hide{
    display:block !important;
}

.locate-input-addres{
    position:relative;
    margin-top:10px;
	
}

.dokan-geolocation-location-filters .locate-input-addres input {
    border-radius: 50px !important;
    padding: 5px 69px 5px 18px !important;
	font-size: 16px !important;
}

.locate-input-addres button{
    position: absolute;
    right: 0px;
    background: var(--yellow) !important;
    display: inline-block !important;
    width: 94px !important;
    text-align: center;
    border-radius: 37px;
    border: none !important;
    padding: 0px 25px;
    height:100%;
}

.locate-input-addres button:hover{
	background: #000 !important;
}
.locate-input-addres button:hover i{
	background: url(../svg/search-white.svg);
	background-size: cover;
}

.locate-input-addres button i{
    margin: auto;
}

.btn-red-filter:hover{
    background-color: #000;
    color: #fff;
}

.box-content-tax-cat-res{
   /*
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
   */
   
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
 
}

.box-tax-car-res{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    flex: 1 1 30%;
    /* width: 33%; */
    transition: ease all 0.5s;
}

.box-btn-tax-car-res{
    align-items: center;
    justify-content: end;
    display: flex;
    width: 40%; 
}

.box-btn-tax-car-res a{
    border-radius: 30px;
    color: #000;
    margin-top: -40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.box-tax-car-res:hover{
    transition: ease all 0.5s;
    transform: scale(1.09);   
}

.box-tax-car-res div.title {
    background: #FFF;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.box-tax-car-res a div.title {
    color:#000 !important;
    text-decoration:none;
}
.box-tax-car-res.active{
   border: 2px solid green; 
}
.text-white,
.text-white:hover,
.text-white a:hover{
    color : #FFF !important;
}

.box-app-store{
    display:flex;
    gap: 5px;
}

.img-app-store-apple{
    background: url(../img/app-store-apple.png)  no-repeat;
    display: block;
    width: 151px;
    height: 50px;
    background-size: contain;
}

.img-app-store-google{
    background: url(../img/app-store-google.png) no-repeat;
    display: block;
    width: 167px;
    height: 50px;
    background-size: contain;
}

.row-4{
    background-image: url(https://zas.bpec.es/wp-content/uploads/2024/11/repatidor-e1732849318579.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.in_footer .box-app-store{
    flex-direction: column;
    align-items: center;
}

.in_footer .box-app-store .img-app-store-apple{
    width: 118px;
    height: 39px;
}

.in_footer .box-app-store .img-app-store-google{
    width: 117px;
    height: 35px;
}

.in_footer .box-lang-theme{
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    position: relative;
}

/*
// Se movio al archivo /templates/lang-selector.php
.box-lang-theme:after{
    content: '';
    background: url(../svg/arrow-down-white.svg);
    display: block;
    width: 16px;
    height: 11px;
    background-repeat: no-repeat;
    float: right;
    margin-top: 8px;
    margin-left: 8px;
}
*/

.in_footer .box-lang-theme:after{
    content: '';
    background: url(../svg/arrow-down.svg);
    display: block;
    width: 16px;
    height: 11px;
    background-repeat: no-repeat;
    float: right;
    margin-top: 8px;
    margin-left: 8px;
}

#order_comments_field label .optional{ display:none;}

.in_footer .box-lang-theme span.icon{
   background: url(../svg/world-red.svg);
       background-size: cover; 
}

.gradient{
    background-color: transparent !important;
    background-image: url(https://zas.bpec.es/wp-content/uploads/2024/11/crop-yellow.svg), linear-gradient(180deg, #F72D57 36%, #D52146 75%) !important;
    padding-bottom: 228px;
    background-position: bottom;
    background-repeat: no-repeat;
	background-size: contain;
}

.link-block{
    display:block;
    color : var( --e-global-color-text );
    font-size: 13px;
    font-weight: 400;
}
 
body.admin-bar .zas-capa{
    top:32px;
} 

.zas-capa,
.zas-capa-simple
{
    position: fixed;
    top: 0px;
    width: 100%;
    height: calc( 100vh + 100px);
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.zas-capa .box-menu-burguer{
    display: block;
    min-width: 320px;
    color: #FFF;
    margin-top: 29px;
    margin-right: 8px;
    z-index: 999 !important;
    position: absolute;
    right: 0px;
}
.zas-capa .bg-red{
    width: 36%;
    height: 100vh;
    background: var(--e-global-color-primary);
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.options-menu-burguer{
    position: absolute;
    width: 372px;
    border: 1px solid #000;
    right: -18px;
}

.zas-containera{
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%;
    position: relative;
}

body.zas-modal{
    /* overflow: hidden !important; */
}

.menu-option-burguer{
    position: fixed;
    background: var(--e-global-color-primary);
    padding: 0px 15% 20px 20px;
    min-width: 699px;
    right: 0px;
    z-index: 10000000000;
    top: 0px;
    display: none;
    min-height: 100vh;
}
.menu-option-burguer-box{
    padding:20px;
}

.menu-option-burguer-box .CloseMenuBurguer,
.CloseMenuBurguer{
    display: block;
    width: 22px;
    height: 22px;
    background: url(../svg/x.svg) no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
    margin-right: -2px;
    margin-top: 11px;
}

.CloseMenuBurguer{
    margin-top: 0px;
}

.app-store-menu-burguer .box-app-store{
    flex-direction: row;
     
}

.app-store-menu-burguer .box-app-store .img-app-store-apple{
    width: 118px;
    height: 39px;
}

.app-store-menu-burguer .box-app-store .img-app-store-google{
   width: 128px;
    height: 38px;
}

.spacer-20{
    display:block;
    height:20px;
}

.hand{ cursor: pointer; }

/****************** LOGIN ***********/

.ZAS-form-login{
    
}

.ZAS-form-login .submit #wp-submit,
.ZAS-form-register .submit #wp-submit
{
    display: block;
    width: 100%;
    border-radius: 30px;
    font-weight: 300;
    margin: 10px 0px;
    font-size: 15px;
}

.ZAS-form-login .submit #wp-submit:hover,
.ZAS-form-register .submit #wp-submit:hover
{
    background: #000 !important;
    color:#FFF !important;    
}

.ZAS-form-login .rememberme-lost-password{  
}

.ZAS-form-login label{
   color : #706868 !important;
   font-weight: 300 !important; 
}

.ZAS-form-login input[type="text"],
.ZAS-form-login input[type="password"],
.ZAS-form-login input[type="email"],
.ZAS-form-login input[type="number"],
.ZAS-form-login .select-input,
.ZAS-form-register input[type="text"],
.ZAS-form-register input[type="password"],
.ZAS-form-register input[type="email"],
.ZAS-form-register input[type="number"],
.ZAS-form-register .select-input
{
    border: 1px solid #C3C3C3;
    background: #F6F6F6;
    border-radius: 7px;
}

.w-65{ width: 65px}
.w-auto{ width: 100%}

.ZAS-form-login .user-pass-wrap{
    margin:0px 0px;
}

.spacer-buttom {
    margin-bottom:10px !important;
}

.two-colum{
    display:flex;
    gap: 10px;
}


.ZAS-form-login .user-pass-wrap .wp-pwd,
.ZAS-form-register .user-pass-wrap .wp-pwd{
    position:relative;
}

.ZAS-form-login .user-pass-wrap .wp-pwd .icon-visibility,
.ZAS-form-register .user-pass-wrap .wp-pwd .icon-visibility
{
    position: absolute;
    right: 15px;
    top: 1px;
    height: 100%;
    display: flex;
    align-items: center;
} 

.ZAS-form-login .user-pass-wrap .wp-pwd .icon-visibility:before,
.ZAS-form-register .user-pass-wrap .wp-pwd .icon-visibility:before
{
    content: '';
    border-left: 1px solid #C3C3C3;
    width: 1px;
    height: 70%;
    display: block;
    margin-right: 10px;
}

.ZAS-form-login .password-input,
.ZAS-form-register .password-input
{
    padding-right: 50px;
}
 

.ZAS-form-login  .rememberme-lost-password{
    margin:20px 0px;
    
}

.ZAS-form-login .forgetmenot label{
   color : #706868 !important;
   font-weight: 300 !important; 
}

.ZAS-form-login .item-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ZAS-form-login .item-column{
    
}

.ZAS-form-login .item-column{
    
}

.ZAS-form-login .item-column .item-elem{
    
}

.msg-error{
    display: none;
    color : var(--red);
    font-weight: 300;
    font-size:13px;
    padding:5px 0px;
}

#list-category-product{
    
}

#list-category-product .box-content-tax-cat-res{
    display: flex;
}

#list-category-product .box-content-tax-cat-res .box-tax-car-res{
    border:none;
    border-radius: 0px;
}

#list-category-product .box-content-tax-cat-res .box-tax-car-res a img{
    border-radius: 18px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#store-list-seller-filter{
    display:flex;
    gap: 30px;
}

#store-list-seller-filter .store-list-seller-filter{
    width: 27%;
}

#store-list-seller-filter .store-list-seller-filter-result{
    display:flex;
    width:100%;
    flex-direction: column;
    
}

.column{
    display:flex;
}

.gap-10{ gap:10px; }
.gap-15{ gap:15px; }
.gap-20{ gap:20px; }
.gap-25{ gap:25px; }
.gap-30{ gap:30px; }

.wf-auto{ width: 100%;}
.wf-20{ width: 20%;}
.pd-top-30{ padding-top:30px; }
.hide{ display:none; }
/**********************************************************/
.dokan-seller-search-form{ margin:0px !important; }
.dokan-seller-search-custom{
    background-image: url(../svg/search.svg) !important;
    background-position: 20px 11px !important;
    padding-left: 60px !important;
    border-radius: 20px !important;
    border: 1px solid #C3C3C3 !important;
}

.zas-select{
    width: auto;
    padding: 0px 30px 0 20px !important;
    font-size: 13px;
    border-radius: 12px !important;
    border: 1px solid #C3C3C3 !important;
    background-position : 92% 50% !important;
}

.store-banner{
  min-height: 170px !important;    
}

.tc{ text-align: center; }

td.td-danger {
    color: #951919;
    font-weight: 700;
}

.store-banner img{
   border-radius: 30px; 
   box-shadow: 4px 14px 25px 0px #ddd;
}
.store-banner { position:relative; }
.store-banner .tag_fast_delivery{
    z-index: 9;
    position: absolute;
    background: #FFF;
    padding: 0px 10px;
    border-radius: 7px;
    right: 18px;
    bottom: 16px;
    font-weight: 500;
    cursor:pointer;
    color:#000;
}

.store-banner .tag_fast_delivery span{
    display:none;
    position: absolute;
    font-size: 12px;
    min-width: max-content;
    top: -35px;
    right: -14px;
    background: #f72d57;
    color: #FFF;
    padding: 5px 5px;
    border-radius: 5px; 
}
.store-banner .tag_fast_delivery:hover span{
    display:block;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper{
    box-shadow:none !important;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer{
   background: none !important;
   border:none !important;
   padding:20px 0px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar{
    padding: 0px !important;
    background: none;
    position: relative;
    width: 56px;
    height: 56px;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.seller-name{
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    color:#000;
}

.seller-name a,
.seller-name a:hover
{
    color:#000 !important;
}

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

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img{
    border-radius: 10px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li{
    margin-bottom: 40px;    
}

.seller-categories{
    color: #706868;
    font-size: 15px;
    margin: 10px 0px;
    width: 100%;
    min-height: 25px;
}

.seller-favorite{
   width: 10%;
   align-items: center;
   display: flex;
   justify-content: end;
}

.more-icon{ 
    background: url('../svg/more.svg');
    width:29px;
    height:26px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
}

.favorite{
    background: url('../svg/heart.svg');
    width:29px;
    height:26px;
    cursor: pointer;
}

.favorite-on{
    background: url('../svg/heart-on.svg');
    width:29px;
    height:26px;
    cursor: pointer;
}

.seller-rankink{
    display:flex;
    font-weight: bold;
    min-height: 30px;
}

.seller-rankink-empty{
    font-size: 14px;
    width: 100%;
    align-items: center;  
}
.seller-rankink:before{
    content: '';
    background: url('../svg/start.svg');
    width:22px;
    height:21px;
    margin-right:5px;
    display:inline-block;
}


.seller-rankink span{
    color : #C3C3C3;
    font-weight: normal;
}

.seller-delivery{
    display: flex;
    justify-content: end;
    width: 100%;
}

.seller-delivery .cost-delivery{
    display: flex;
    gap : 2px;
}

.seller-delivery .time-delivery{
    display: flex;
    background: #FFF3DE;
    border-radius: 7px;
    padding: 5px 10px;
    color: #000;
    font-weight: 500;
}

.seller-delivery .cost-delivery.free{
    background: #ee2b54;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.seller-delivery .cost-delivery.free:before{
    background-image: url('../svg/motorbike-white.svg') !important;
}

.seller-delivery .time-delivery:before{
    content: '';
    background: url('../svg/timer-line.svg');
    width:24px;
    height:23px;
    margin-right:5px;
    display:inline-block;
}

.seller-delivery .cost-delivery:before{
    content: '';
    background: url('../svg/motorbike.svg');
    width:24px;
    height:23px;
    margin-right:5px;
    display:inline-block;
}

.cost-delivery.out-zone::before {
  content: none;
}

.distance-delivery::before{
    content: '';
    background: url('../svg/people.svg');
    width:24px;
    height:23px;
    display:inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/************************************************* Filter **********************************/

.filter-delivery{
    display: flex;
    background: #ffd791;
    padding: 3px 5px;
    border-radius: 20px;
    gap: 10px;
    align-items: center;
      justify-content: space-between; 
}

/*.woocommerce-notices-wrapper{
    display: none;
}
.woocommerce-cart-form{
    margin-top: 50px;
}*/

.filter-delivery .devlivery-to-home,
.filter-delivery .devlivery-to-btn,
.filter-delivery .devlivery-in-seller{
    padding: 5px 10px;
    border-radius: 17px;
    font-size: 14px;
    cursor:pointer;
    display:flex;  
    align-items: center;
}

.filter-mini-cart .devlivery-to-btn,
.filter-mini-cart .devlivery-in-seller{
    min-width: 48%;
    justify-content: center;
}

.filter-mini-cart:has(:only-child) .devlivery-to-btn,
.filter-mini-cart:has(:only-child) .devlivery-in-seller {
    flex: 1 1 100%;
}

.filter-delivery .devlivery-to-home:before{
    content: '';
    background: url('../svg/motorbike-01.svg');
    width:24px;
    height:23px;
    display:inline-block;
    margin-right:5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.filter-delivery .devlivery-in-seller:before{
    content: '';
    background: url('../svg/people.svg');
    width:24px;
    height:23px;
    display:inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.filter-delivery .devlivery-to-home.active,
.filter-delivery .devlivery-to-btn.active,
.devlivery-to-home.active,
.filter-delivery .devlivery-in-seller.active,
.devlivery-in-seller.active
{
    background: #FFF; 
    font-weight: 600;
}

.filter-other-option{
    padding-top:40px;
}

.filter-other-option label,
.zas-style-option label{
    display: block;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px 2px;
    display: flex;
    align-items: center;
}

.filter-other-option label.out-line{
    border:none;
    padding: 4px 0px;
    font-weight: normal;
}

.zas-style-option label.out-line{
    border:none;
    padding: 4px 10px 4px 30px;
    font-weight: 700;
}



.filter-other-option input[type=checkbox],
.zas-style-option input[type=checkbox]{
    position: relative;
    width: 20px;
    height: 23px;
    margin-right: 14px;
    cursor: pointer;
}

.filter-other-option input[type=checkbox]:before,
.zas-style-option input[type=checkbox]:before
{
    content: '';
    background: url('../svg/checkbox.svg');
    width:24px;
    height:24px;
    display: block; 
    background-position-y: bottom;
}

.filter-other-option input[type=checkbox]:checked:before,
.zas-style-option input[type=checkbox]:checked:before
{
    background-position-y: top;
}

.filter-title{
   font-weight: 600;
   margin: 20px 0px 10px 0px;
}

.filter-other-option input[type=radio],
.zas-style-option input[type=radio]{
    position: relative;
    width: 20px;
    height: 23px;
    margin-right: 14px;
    cursor: pointer;
}

.filter-other-option input[type=radio]:before,
.zas-style-option input[type=radio]:before
{
    content: '';
    background: url('../svg/radiobutton.svg');
    width:24px;
    height:24px;
    display: block; 
    background-position-y: bottom;
}

.filter-other-option input[type=radio]:checked:before,
.zas-style-option input[type=radio]:checked:before{
    background-position-y: top;
}

.zas-style-option{
    padding: 5px;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.zas-style-option label{
    display: flex;
    justify-content: space-between;
}

.filter-other-option-list{
    padding:0px;
}
.filter-other-option-list label{
    border:none;
}

.tag-count{
    border: 1px solid #d6d6d6;
    padding: 5px 15px;
    border-radius: 17px;
    text-align: center;
}

.group-filter{
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 15px;
}
.group-filter-end{
    border-bottom: none;
}

.filter-start{
    display:flex;
    gap: 3px;
}

.filter-start .start{
    width: 29px;
    height: 28px;
    background: url(../svg/start-empty.svg);
    cursor:pointer;
}

.filter-start .start.active{
   background: url(../svg/start.svg);
   background-size: contain;
}

#filter-categories-reseller,
#filter-categories-reseller-alergenos
{
   display: flex;
   height: 100vh;
   justify-content: center;
   align-items: center;
}

#filter-location-user
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0; 
    left: 0;
}

#filter-categories-reseller .box-search-categorie,
#filter-categories-reseller-alergenos .box-search-categorie{
    max-width: var(--content-width);
    min-height:500px;
    display: block;
    background: #FFF;
    padding:30px;
    min-width: 65%;
    position: relative;
    max-height: 75vh;
    border-radius: 8px;
}

#filter-location-user .box-search-location{
    width: 95%;
	min-height: max-content;
	display: none;
	background: #FFF;
	padding: 30px;
    margin: 0;
	border-radius: 8px; 
	z-index: 99999; 
	max-width: var(--content-width);
	position: fixed;
}

#filter-categories-reseller .box-search-categorie header,
#filter-categories-reseller-alergenos .box-search-categorie header,
#filter-location-user .box-search-location header{
   font-size: 20px;
   font-weight: 700; 
}

#filter-categories-reseller .box-search-categorie header .btn-close,
#filter-categories-reseller-alergenos .box-search-categorie header .btn-close,
#filter-location-user .box-search-location header .btn-close{
    width: 29px;
    height: 29px;
    background: url(../svg/line-close.svg);
    cursor: pointer;
    background-size: contain;
    float: right;  
}

#filter-location-user .box-search-location .box-search-categorie-form{
    display: flex;
    justify-content: space-between;  
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 80px;  
}

#filter-location-user .box-search-location .box-search-categorie-form .form,
#filter-location-user .box-search-location .box-search-categorie-form .maps
{
    width:46%;
    min-height: 350px;
}


#filter-categories-reseller .box-search-categorie .box-search-categorie-form,
#filter-categories-reseller-alergenos .box-search-categorie .box-search-categorie-form
 {
    display: flex;
    flex-direction: column; 
}

#filter-categories-reseller .box-search-categorie .box-search-categorie-form form,
#filter-categories-reseller-alergenos .box-search-categorie .box-search-categorie-form form
 {
    width: 60%;
    margin: 20px 0px;
}

#filter-categories-reseller .box-search-categorie .box-search-categorie-form #result,
#filter-categories-reseller-alergenos .box-search-categorie .box-search-categorie-form #result {
    height: max-content;
    scrollbar-color: #C3C3C3 #FAFAFA;
    scrollbar-width: thin;
    margin-bottom: 80px;
	max-height: 425px;
	overflow: auto; 
	overflow-x: hidden;
}

#filter-categories-reseller .box-search-categorie .box-search-categorie-form #result ul,
#filter-categories-reseller-alergenos .box-search-categorie .box-search-categorie-form #result ul
{
    margin:0px;
    padding:0px;
    overflow: auto;
    height: calc(425px - 115px);
}

#filter-categories-reseller .box-search-categorie .box-search-categorie-form #result li,
#filter-categories-reseller-alergenos .box-search-categorie .box-search-categorie-form #result li{
    list-style: none;
    display: inline-grid;
    width: 24%;
}

.zas-list-address{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#FFF;
    font-size: 14px;
    font-weight: 600;
}
.page-id-55 .zas-list-address, .page-id-11 .zas-list-address{
    cursor: pointer;
}
.zas-list-address .address{
    display: flex;
    align-items: center;
    gap: 10px;
}

.zas-list-address .address:before{
    content: '';
    background: url(../svg/icon-location.svg);
    width: 32px;
    display: flex;
    height: 32px;
}

.page-id-55 .zas-list-address .address:after, .page-id-11 .zas-list-address .address:after{
    content: '';
    background: url(../svg/arrow-down-white.svg);
    display: block;
    width: 16px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

/*************************************************/
.elementor-menu-cart__main{
    padding: 15px 30px 15px 15px !important;
}

.zas-cart-mini{
    display: flex;
    padding-top: 88px;
}

.zas-cart-mini .title,
.cart-items .title
{
    font-size: 30px;
    font-weight: 700;
}

.cart-items .title{
    text-align: center;
    padding: 30px 0px;
}

.zas-cart-mini._empty{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zas-cart-mini._empty .title{
    padding: 25% 0px;
}

.zas-cart-mini .empty-message{
    text-align: center;
    font-size: 14px;
    margin: 20px 0px 40px 0px;
}

.zas-cart-mini .img-cart-empty{
    background: url(../img/carrito_vacio.png) no-repeat;
    width: 200px;
    height: 200px;
    display: block;
    background-size: contain;
    margin: auto;
}

.zas-cart-mini .free-delivery-message{
    text-align: center;
    font-size: 16px;
    padding: 0px 30px;
    color: #706868;
    font-weight: 600;
}

.zas-cart-mini .free-delivery-message .bar{
    display: block;
    height: 10px;
    width: 115%;
    background: #ffd791;
    border-radius: 8px;
    margin-left: -8%;
    margin-bottom: 10px;
}

.zas-cart-mini .free-delivery-message .message b{
    color: #f72d57;
}

#store-list-seller-filter-category-select{
    display:flex;
    gap: 10px; 
}
#store-list-seller-filter-category-select .tag-category-filter:not(:empty){
    margin: 20px 0px;
}


#store-list-seller-filter-category-select .tag-category-filter{
    display: flex;
    background: #FFF3DE;
    border-radius: 30px;
    padding: 5px 10px 5px 20px ;
    border: 1px solid #FFD791;
    font-size: 14px;
}

#store-list-seller-filter-category-select .tag-category-filter .close{
    width: 22px;
    height: auto;
    background: url(../svg/line-close.svg);
    cursor: pointer;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
}

.footer-modal{
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-top: 1px solid #C3C3C3;
    padding: 20px 50px;
    width: 100%;
}

.btn-red-filter{
    border-radius: 25px;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
 
.btn-white{
    padding: 12px 35px;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    color: #000;
}

.ast-container{
    padding: 0px ;
}



.single-seller{
    color: #000;
   
}

.single-seller-box{
    display: flex;
    justify-content: space-between;
}

.single-seller .seller-name{
    font-size: 30px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
}

.single-seller .seller-categories{
    margin: 0px;
    font-weight: 600;
    font-size: 19px;
    color: #000;
}

.single-seller .seller-address{
    color: #706868;
    font-size: 15px;
}

.single-seller .seller-rankink{
    margin: 10px 0px 0px 0px;  
}

.single-seller .seller-favorite{
    width: auto !important;
    gap: 10px;
}

.logo-seller{
    width: 103px;
    height: 103px;
    overflow: hidden;
    border: 5px solid #fff;
    display: block;
    margin-top: -90px;
    border-radius: 20px;
}

.logo-seller img{
   object-fit: cover;
   width: 100%;
   height: 100%; 
}

.cap-info-seller-filter .e-con-inner{
    background: #f6f6f6;
    border: 1px solid #C3C3C3;
    border-radius: 14px;
}

.single-seller .filter-delivery{
    width: 261px;
    padding: 5px 5px;
}

.single-seller .seller-delivery{
    gap: 15px;
}

.single-seller .seller-is_open{
    display: flex;
    align-items: center;
    border-left: 1px solid #C3C3C3;
    padding: 0px 50px 0px 30px;
}

.seller-products{
    display: flex;
    flex-direction:row;
    gap:30px;
}

.seller-products-categories{
    width: 300px;
    
}

.seller-products-list{
    width: 100%;
    
}

.seller-products-categories .store-cat-stack-dokan.cat-drop-stack ul,
.seller-products-categories ul{
    overflow-y: auto !important;
    max-height: max-content;
    margin: 0px;
    padding: 0px;
}

.seller-products-categories .store-cat-stack-dokan.cat-drop-stack ul li,
.seller-products-categories li
{
    display: block;
    padding: 10px;
    color: #706868 ;
    font-size: 16px;
    border-left: 2px solid #FFF;
}


.seller-products-categories .store-cat-stack-dokan.cat-drop-stack ul li a,
.seller-products-categories ul li a
{
    text-decoration: none;
    color: #706868 !important;
    display: block;
}

.seller-products-categories .store-cat-stack-dokan.cat-drop-stack ul li:hover,
.seller-products-categories ul li:hover,
.seller-products-categories .store-cat-stack-dokan.cat-drop-stack ul li.active,
.seller-products-categories ul li.active{
    text-decoration: none;
    color: #706868 !important;
    background: #F6F6F6;
    border-left: 2px solid #FFD791;
}

.category_title:first-child{
   margin-top: 10px; 
}

.category_title{
    padding: 10px 0px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;   
}

.seller-products-list-loop{
   
}

.seller-products-list-grid{
    margin: 20px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.store-cat-stack-dokan{
    position: sticky;
    top: 50px;
}

.seller-item-product{
    padding: 20px;
    border: 1px solid #C3C3C3;
    border-radius: 16px 14px;
    cursor:pointer;
    position: relative;
}

.seller-item-product .item{
    display: flex;
    gap: 20px;
}

.seller-item-product .item .imagen-product{
    display: flex;
    max-width: 139px;
    overflow: hidden;
    border-radius: 9px;
}

.seller-item-product .item .info-product{
    color: #000;
    font-weight: 600;
}
.seller-item-product .item .info-product span.amount{
    display: block;
    font-weight: 400;
}

.seller-item-product  .excerpt{
    margin: 10px 0px;
    font-size: 12px;
    color : #706868;
    padding-right: 45px;
}

.seller-item-product .action{
    display: flex;
    justify-content: space-between;
}

.seller-item-product .action .tags{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.seller-item-product .action .tags .product-tag-badge{

}

.seller-item-product .action .tags .product-tag-badge:is(:empty){
    background: rgb(247, 247, 246);
    border: 1px solid rgb(199, 199, 199);
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 19px;
}



.seller-item-product .action .add-to-card{
        cursor: pointer;
        width: 31px;
        height: 31px;
        background: url('../svg/add-to-cart.svg') no-repeat;
        display: block;
        position: absolute;
        right: 20px;
        bottom: 20px;
}

.row{ display: flex;}
.col-md-4{ width: 33.33%;}

.zaz-modal{

}


.justify-content-md-center,
.justify-content-sm-center, 
.justify-content-xs-center,
.justify-content-lg-center{
    display: flex;
    justify-content: center;
}


.seller-info{
    min-width: 400px;
    display: block;
    min-height: 400px;
    padding: 40px 20px 10px 20px;
    position: relative;
}

.jconfirm-box:has(.jconfirm-buttons-custom:not(:empty)) {
    padding-bottom: 57px;
}
 

.seller-info h4{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
 }

 .jconfirm-buttons-custom{
    position: absolute;
    display: flex;
    width: 100%;
    left: 0px;
    padding: 15px 20px;
    border-top: 1px solid #C3C3C3;
    box-shadow: 0px 4px 4px 0px #10184014;
    bottom: 0px;
    justify-content: center;
 }

 .jconfirm-buttons-custom:is(:empty){
        display: none !important;
 }

 .jconfirm-buttons button{
    background-color: #ecf0f1 !important;
    color: #333 !important;
 }

 .jconfirm-buttons button:hover{
    background-color: #ddd !important;
 }

.btn-red{
   padding: 12px 35px;
   display: flex;
   text-align: center;
   border: none;
   background: #F72D57;
   border-radius: 30px;
   font-size: 13px;
}

.btn-white-2{
    padding: 12px 35px;
    display: flex;
    text-align: center;
    border: none;
    background: #FFF;
    border-radius: 30px;
    font-size: 13px;
    color: #000;
 }

.btn-shadow{
    box-shadow: 0px 4px 15px 0px #00000026;
}
.seller-info-item {
   padding: 10px 0px; 
   border-bottom: 1px solid #C3C3C3;
}

.seller-info-item:last-child {
    border-bottom: none;
}

.seller-info-item .caption{
    color:black;
    font-weight: 600;
    font-size: 14px;
}

.seller-info-item .info{
    color: #706868;
    font-size: 12px;
}

.seller-info-close{
    display: flex;
    padding: 20px 20px 10px 20px ;
    gap: 20px;
}

.seller-info-close .address{
    line-height: 18px;
    font-size: 14px;
    min-width: 20%;
}

.seller-info-close .address b{
    display: block;
    color : #706868;
    font-size: 16px;
    margin-bottom: 3px;
}

.seller-info-close .map-close{
    background: url(../svg/map-close.svg);
    min-height: 115px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}


.delivery_enabled{
    max-width: 500px;
}

.delivery_enabled .title{
text-align: center;
font-weight: 600;
padding: 30px 20px;
font-size: 18px;
margin: auto;
}

.delivery_enabled .description{
color: #706868;
font-size: 12px;
padding: 0px 20px;
text-align: center;
padding-bottom: 30px;
}

.box-action-btn{
    display: flex;
    gap: 20px;
}

#zas-mini-cart{
    align-items: stretch;
    background-color: var(--cart-background-color, #fff);
    border-color: var(--cart-border-color, initial);
    border-radius: var(--cart-border-radius, 0);
    border-style: var(--cart-border-style, none);
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    left: var(--side-cart-alignment-left, auto);
    margin-top: var(--mini-cart-spacing, 0);
    max-width: 100%;
    min-height: 200px;
    padding: 15px 15px 15px 15px !important;
    position: fixed;
    right: var(--side-cart-alignment-right, 0);
    top: 0;
    transform: translateX(0);
    transition: .3s;
    width: 334px;
    z-index: 9;
}

/*
body.dokan-store .e-con>.e-con-inner{
    max-width: min(100%, 1153px);    
}
*/

body #zas-breadcrumb .e-con-inner,
body #cap-info-seller-filter .e-con-inner,
body .cap-info-seller-filter-product .e-con-inner 
{
    max-width: min(100%, 1153px);    
}

#cap-info-seller .e-con-inner{
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    padding: 30px 30px 30px 0px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    min-height: 174px;
    margin-top: -80px;
    background: #FFF;
}

#cap-info-seller .e-con-inner::before{
    content: '';
    display: block;
    background: #ffffff;
    width: 33.25%;
    height: 100%;
    position: absolute;
    left: -33%;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2.4px 0px;
}

.name-addon{}
.name-addon .wc-pao-addon-price{
    font-size: 11px;
}

.container-add-to-cart-pupup{
        display: flex; 
        gap: 20px;   
    }
    
    .container-add-to-cart-pupup .box-addons{
        width: 500px;
    }

    .container-add-to-cart-pupup .box-product{
        width: 400px;
        padding-top: 20px;
    }
    
    .container-add-to-cart-pupup .box-product .imagen-product{
        max-width: 400px;
        height: 250px;
        margin-bottom: 10px;
    }
    .container-add-to-cart-pupup .box-product  .imagen-product img
    {
        border-radius: 10px;
        max-width: 100%;
        height: 100% !important;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
        object-fit: cover;
    }
    
    .container-add-to-card{
        padding: 30px;
    }

    .label-variation{
        font-weight: 600;
        font-size: 16px;
        display: block;
    }

    .label-variation-info{
        font-size: 14px;     
        color: #706868;
        display: block;
    }   
    .label-variation-option{
        margin: 20px 0px;
    }

    .name-addon{
        align-items: center;
        gap: 10px;
    }

    .name-addon .wc-pao-addon-price{
        font-size: 11px;
        color: #F72D57;
    }

    #required_addons_validation_message{
        display: none;
    }

    .name-product{
        display: block;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 16px;
    }

    .price-product{
       display: block;
       margin-bottom: 5px;
       font-weight: normal;

    }

    .description-product{
       display: block;
       margin-bottom: 5px;
       font-weight: normal;
       font-size:13px;
       color: #706868;
    }
    
    .dokan-store-support-btn-product{
        display: none !important;
        width: 0px;
        height: 0px;
    }
    
    .single_add_to_cart_button{
        display: flex !important;
        width: 100%;
        border-radius: 22px;
        margin: 10px 0px !important;
        flex-direction: row;
        gap: 5px;
        justify-content: center;
        background-color: #F72D57;
    }

    .single_add_to_cart_button:hover{
		background-color: #000;
		color: #fff; 
	}
    
    .woocommerce-js .quantity.buttons_added {
        display: inline-flex;
        margin: auto;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .woocommerce-js .quantity .minus, 
    .woocommerce-js .quantity .plus{
        border-radius: 5px;
        color:#FFF !important;
        border:none !important;
        background-color: #F72D57;
    }
    
    .woocommerce-mini-cart__buttons{
      gap:5px !important;  
    }
    
    a.wc-forward {
        display: block !important;
        width: 100%;
        border-radius: 22px !important;
    }
    
    .woocommerce-js .quantity .qty{
        border:none !important;
    }
    
    .woocommerce-js .widget_shopping_cart .cart_list li, 
    .woocommerce-js .widget_shopping_cart li, 
    .woocommerce-js ul.product_list_widget .cart_list li, 
    .woocommerce-js ul.product_list_widget li{
        padding:5px !important
    }
    
    .woocommerce-js ul.cart_list li dl, .woocommerce-js ul.product_list_widget li dl{
        border:none;
        padding:0px;
    }
    
    .mini-cart-item{
      display: flex;
      gap:5px;
      margin:5px 30px 5px 0px;
    }
    
    .mini-cart-item .name{
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .mini-cart-item .name span{
        color: #706868;
        font-size:13px;
    }
    
    .mini-cart-item .price{
        width: 50px;
        flex: 0 0 50px;
    }
    
    .mini-cart-item .quantity{
        width: 30px;
        flex: 0 0 30px;
        align-items: center;
        justify-content: center;
        display: none;
    }
    
    .mini-cart-item .quantity span{
       padding: 2px 10px;
        border-radius: 14px;
        background: var(--ast-global-color-0);
        color: #FFF;
        font-weight: 500; 
    }
    
    .mini-cart-item .buttons_added{
        margin: auto !important;
        flex: 1 !important;
        justify-content: left !important;
    }
    
     .mini-cart-item .buttons_added .minus,
     .mini-cart-item .buttons_added .plus {
        width: 20px !important;
     }
    
    .mini-cart-item .buttons_added input[type=number] {
        width: 28px !important;
    }
    
    .seller-breadcrumb{
        color: #706868;
        font-size: 15px;
        margin:10px 0px 0px 0px;
        
    }
    
    .seller-breadcrumb li{
        list-style: none;
        margin: 10px 0px 0px 0px;
        padding: 0px;
        padding-right:15px;
        display:inline-block;
        position:relative;
    }
    
    .seller-breadcrumb li:after{
        content : '>';
        display : inline-block;
        position: absolute;
        right   : 0px;
        right: 0px;
        top: 1px;
    }
    
    .seller-breadcrumb li a{
        text-decoration:none;
        color: #706868;
    }
    
    .seller-breadcrumb li:last-child, 
    .seller-breadcrumb li:last-child a{
        font-weight: bold;
    }
    
    .seller-breadcrumb li:last-child:after{
        content : '';
    }
    
    .list-address-maps{
      margin-top: 20px;
    }
    
    .list-address-maps ul{
        margin:0;   
        margin-top:15px;
        padding-right: 15px; 
	    max-height: 250px;
	    overflow: auto; 
	    overflow-x: hidden;   
    }
    
    .list-address-maps li{
        display:flex;
        margin:0px;
        padding: 10px 25px 10px 0px;
        cursor:pointer;
        list-style:none;
        position:relative;
        border-bottom:1px solid #C3C3C3;
        align-items: center;
        gap:5px;
    }
    
    .list-address-maps li:hover{
        background:#fff6f6;    
    }
    
    .list-address-maps li:last-child{
        border-bottom:none;
    }
    
    .list-address-maps li:before{
        content:'';
        width: 28px;
        height: 28px;
        display:block;
        background: url('../svg/location-red.svg') no-repeat;
        background-size: cover;
        background-position: center;
    }

    .list-address-maps li i{
        position: absolute;
        right: 5px;
    }


    .jconfirm.jconfirm-light .jconfirm-box{
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        border-radius: 8px; 
	}

	.jconfirm .jconfirm-box div.jconfirm-closeIcon{
        display: flex !important;  
        justify-content: center;  
        align-items: center; 
	}

    /* Navigation */
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
        background:#FFF;
        border: none;
        border-left:3px solid #FFF;
    }
    
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover
    {
        color:#706868 !important;
    }
    
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a{
        color:#000;
        font-weight: 600;
    }

    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active,
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover
    {
        border-left:3px solid #FFD791;
        background: #F6F6F6;
        color:#000;
    }
    
    .box-table-rounded, 
    .woocommerce-column__title{
        overflow: hidden;
    }

    .woocommerce-table{
        border: none !important;
    }
    .woocommerce-table thead tr th:last-of-type{
        text-align: right;
    }
    .woocommerce-table td{
        border-left: none !important;
        border-right: none !important;
    }
    .woocommerce-table th{
        border-left: none !important;
        border-right: none !important;
    }
    .woocommerce-table tr td:last-of-type{
        text-align: right;
    }
    
    .box-table-rounded .woocommerce-table thead,
    .woocommerce-column__title,
    .box-table-rounded .woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead {
    background-color: #f72d57 !important;
    color: #FFF;
    }

    .woocommerce-js input[type=number]{
    max-width: 100% !important;
    }

    body #cap-info-seller .e-con-inner, 
	body #zas-breadcrumb .e-con-inner,
	body #cap-info-seller-filter .e-con-inner,
	body .cap-info-seller-filter-product .e-con-inner{
		max-width: min(100%, 1153px);
		margin-left: 175px; 
	}
    
    .tag-closed{
        position: absolute;
        z-index: 9;
        text-align: center;
        display: block;
        width: 100%;
        background: #000;
        color: #FFF;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 5px;
    }

    .tag-vacation{
        position: absolute;
        z-index: 9;
        text-align: center;
        display: block;
        width: 100%;
        background: #000;
        color: #fff;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 5px;
    }

    /* .tag-vacation::before{
        content: '';
        background: url('../svg/people.svg');
        width:24px;
        height:23px;
        display:inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    } */

    .tag-next-delivery{
        position: absolute;
        z-index: 9;
        text-align: center;
        display: block;
        width: 100%;
        background: #FFD791;
        color: #000;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 5px;
    }

    .tag-out-of-range{
        position: absolute;
        z-index: 9;
        text-align: center;
        display: block;
        width: 100%;
        background: #8f0000ff;
        color: #FFF;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 5px;
    }

    .tag-fm{
        position: absolute;
        z-index: 9;
        text-align: center;
        display: block;
        width: 100%;
        background: #8f0000ff;
        color: #FFF;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 5px;
    }
    
    
    .filter-mini-cart{
        margin:20px 0px 10px 0px;
    }

    #place_order.zas-disabled {
    opacity: 0.6;
    pointer-events: auto;
    cursor: not-allowed;
    }

 
 .seller-baner-image {
    
 }   
 .seller-baner-image img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center center;
 }
 
 .free-delivery-message{
    text-align: center;
 }
 
  .free-delivery-message .bar{
    display: block;
    width: 100%;
    height: 11px;
    border-radius: 10px;
    margin: 0px 0px 5px 0px;
    overflow:hidden;
    background: #e3e3e3;
  }
  
  .free-delivery-message .bar .progress{
    background: #ffd791;
    display: block;
    height: 100%;
  }
  
  .box-encargo{
    /* display: none; */
    gap: 5px;
    align-items: center;
    justify-content: end;
    padding: 10px 10px;
  }
  
  .box-encargo select{
    max-width: 60px;
    min-height: 10px !important;
    padding: 0px 5px !important;
    height: 25px;
    align-items: center;
    font-size: 14px;
  }
  
  .empty-cart{
    margin-bottom: 20px;
    text-decoration: underline;
    
    font-size: 12px;
  }
  
  .empty-cart a{
    color: #000;
  }
  
  #zas-mini-cart .widget_shopping_cart_content{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .comment-min-order{
    display:block;
    font-size:11px;
    text-decoration:underline;
  }
  
  #dokan-delivery-time-box{
    display: none !important;
    width: 0px;
    height: 0px;
  }
  
 .header-web .elementor-181 .elementor-element.elementor-element-659305b {
    z-index:999 !important;
  }
  
  p.min-cart-buttons{
    margin-bottom: 5px;
  }
  
  .variation .variation-Vendedor{
    display:none !important;
    width: 0px;
    height: 0px;
  }
  
  .hidden-content{
    display:none;
  }
  
  .woocommerce-js .widget_shopping_cart_content a.remove{
    position: absolute;
    left: auto;
    right: 0;
    top: 9px;
  }
  
  .w-95_{ width: 95%;}
  .w-90_{ width: 90%;}
  .w-85_{ width: 85%;}
  .w-80_{ width: 80%;}
  
  .visible-movil{ display: none !important; } 
  .visible-not-movil{ display: normal; }
    
  .mini-cart-item{
    display: flex;
    flex-wrap: wrap;
  }
  
  .col10 { flex: 0 0 10%; }
  .col20 { flex: 0 0 20%; }
  .col30 { flex: 0 0 30%; }
  .col40 { flex: 0 0 40%; }
  .col50 { flex: 0 0 50%; }
  .col60 { flex: 0 0 60%; }
  .col70 { flex: 0 0 70%; }
  .col79 { flex: 0 0 79%; }
  .col80 { flex: 0 0 80%; }
  .col90 { flex: 0 0 90%; }
  .col100 { flex: 0 0 100%;}
  .mt-10 { margin-top : 10px; }
  .my-10 { margin : 10px 0px; }
  .mx-10 { margin : 0px 10px; }
  .mt-20 { margin-top : 20px; }
  .my-20 { margin : 10px 0px; }
  .mx-20 { margin : 0px 10px; }
  .mb-10 { margin-bottom : 10px; }
  .mb-20 { margin-bottom : 20px; }
  .event-close-mini-cart,
  .x-close{
    display: block;
    width: 22px;
    height: 22px;
    background: url(../svg/x-black.svg) no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
    margin-right: -2px;
  }
  
  .x-close{
     float: none;
    justify-content: end;
    display: flex;
    width: 99%;
    margin-bottom: 20px;
    background-position: right;   
  }
  
  .seller_count:is(:empty){
    display:none !important;
  }
    
  .woocommerce-account-fields .create-account{
    display:none; 
  }
  
   .pac-container {
        z-index: 1000000 !important;
    }
   
   .dokan-geolocation-filters-loading{ display: flex; }
   
   .seller-item-product .action .add-to-card.active{
        background-image: url('../svg/loading.svg') !important;
   }
   
   .capa-mini-cart{
        width: 95%;
        height: 100vh;
        background: #000;
        display: block;
        position: absolute;
        z-index: 17;
        background: url(../svg/loading.svg) center center;
        background-repeat: no-repeat;
        background-color: #fdfdfd;
        opacity: 0.5;
        background-size: 50%;
        display:none;
   }

.elementor-11 .elementor-element.elementor-element-8fe1a9c:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-8fe1a9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{ background-size: auto 100%;}


.page-id-40 .woocommerce-checkout-review-order-table .product-name, .page-id-40 .woocommerce-checkout-review-order-table tfoot th{
    padding-left:12px !important;
}

.page-id-40 .elementor-widget-woocommerce-menu-cart{
    display:none !important;
}



.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    width: 100%;
}



/* Estado Pedido */
/**Zas Estado Correcto**/
.zas-estado-pedido-order{
    font-size: xx-large;
    font-weight: 600;
    margin-bottom: 50px !important;
}
.zas-estado-pedido-order-numero{
    color: #f72d57;
}
.zas-estado-pedido-correcto {
    background-color: #ffd791;
    border-radius: 35px;
    margin-bottom: 150px;
    padding: 20px 40px 60px 40px; /* más padding abajo para que la imagen sobresalga */
    position: relative; /* importante para posicionar la imagen */
    overflow: visible; /* permite que la imagen sobresalga */
}

.zas-estado-pedido-correcto-texto-titulo {
    color: #f72d57;
    font-weight: 600;
    font-size: larger;
    margin-bottom: 20px;
    position: relative;
    z-index: 10; /* asegura que esté siempre por encima */
}

.zas-estado-pedido-correcto-texto-banner {
    display: flex;
    align-items: flex-start; /* alinea la imagen y texto al inicio */
    gap: 20px; /* espacio entre texto e imagen */
    position: relative;
}

.zas-estado-pedido-correcto-texto-banner-textos {
    flex: 1; /* ocupa todo el espacio disponible menos la imagen */
    margin: auto;
}
.zas-estado-pedido-correcto-texto-banner-img{
    width: 50%;
}
.zas-estado-pedido-correcto-texto-banner-img img {
    display: block;
    margin-top: 0;
    margin-bottom: -150px; /* sobresale por debajo del banner */
    z-index: 5; /* debajo del título */
    position: relative;
    animation: fadeIn 3s forwards;
}

/**Zas Estado Problema**/
.zas-estado-pedido .zas-estado-pedido-problema{
    background-color: #f72d57;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px 40px;
    color: white;
    position: relative;
}
.zas-estado-pedido .zas-estado-pedido-problema::after{
    content: url(https://dev.zas.bpec.es/wp-content/uploads/2025/11/zas_error_envio.png);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    text-align: right;
    right: 20px;
    top: 7px;
}
.zas-estado-pedido .zas-estado-pedido-problema .zas-estado-pedido-problema-titulo{
    color: #ffd791;
    font-weight: 600;
    font-size: larger;
    padding-bottom: 20px;
}

/**Zas Estado Cancelled**/
.zas-estado-pedido .zas-estado-pedido-cancelled{
    background-color: #bfbfbf;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px 40px;
    position: relative;
}
.zas-estado-pedido .zas-estado-pedido-cancelled::after{
    content: url(https://dev.zas.bpec.es/wp-content/uploads/2025/11/zas_envio_cancelado.svg);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    text-align: right;
    right: 20px;
    top: 7px;
}
.zas-estado-pedido .zas-estado-pedido-cancelled .zas-estado-pedido-cancelled-titulo{
    font-weight: bold;
    font-size: larger;
    padding-bottom: 20px;
}

/*ZAS Incidencia*/
.zas-incidencia{
    /* background-color: #ffd791; */
    /* border: 1px solid #d7b77e; */
    background-color: #f9fafb;
    border: 1px solid #e7e7e7;
    padding: 20px;
    position: relative;
    border-radius: 10px;
}
.zas-incidencia-title{
    font-weight: bold;
    font-size: larger;
    padding-bottom: 20px;
}
.zas-incidencia-form{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    text-align: right;
}
.zas-incidencia-select{
    width: 40%;
}
.zas-incidencia-mensaje{
    width: 58%;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}
.zas-incidencia-btn{
    background: #f72d57;
    border: 1px solid #f72d57;
    color: white;
    padding: 10px 20px;
}

/**View Order**/
.woocommerce-order-details__title{
    margin-top: 20px;
}

/**Tabla Pedido**/
.page-id-41 .woocommerce-table__product-name .product-quantity{
    display: none !important;
}



.page-id-41 .woocommerce-table__product-name a[href*="/restaurante/"]{
    display: none !important;
}
.page-id-41 .woocommerce-table__product-name br{
    display: none !important;
}
.page-id-41 .order-actions--heading{
    color: transparent;
}
.page-id-41 tfoot tr td:first-child{
    display: none !important;
}
.page-id-41 tfoot tr:first-of-type th{
    padding-top: 40px;
}
.page-id-41 tfoot tr th{
    color: black;
    font-weight: 600;
}
.page-id-41 tfoot tr:first-of-type td{
    padding-top: 40px;
}



/**Tabla Delivery**/
#dokan-driver-customer-order-delivery .dd-justify-between h3:nth-child(2){
    display: none;
}
#dokan-driver-customer-order-delivery .dd-border-t dl>div{
    display: none;
} 
#dokan-driver-customer-order-delivery .dd-border-t dl>div:nth-of-type(2){
    display: grid;
}
#dokan-driver-customer-order-delivery .dd-border-t dl>div:nth-of-type(3){
display: grid;
} 
#dokan-driver-customer-order-delivery .dd-border-t dl>div:nth-of-type(10){
display: grid;
} 
#dokan-driver-customer-order-delivery .dd-border-t dl>div:nth-of-type(11){
display: grid;
}

#dokan-driver-customer-order-delivery.hide-driver-pickup .dd-border-t dl>div:nth-of-type(3){
display: none;
} 
#dokan-driver-customer-order-delivery.hide-driver-pickup .dd-border-t dl>div:nth-of-type(11){
display: none;
}


/* Cambios de categorias */
/* .order-seller-products-categories .horizontal-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
    margin: 60px 0 40px 0;
    overflow-y: unset !important;
    height: auto;
}

.order-seller-products-categories .horizontal-list li {
    border: 1px solid transparent;
    background-color: #eee;
    color: #444;
    padding: 10px 15px !important;
    font-size: 17px;
    border-radius: 5px;
    cursor: grab;
    gap: 10px;
    display: flex;
    align-items: center;
} */

/* Opcion2*/
.order-seller-products-categories .horizontal-list{
    margin: 60px 0 40px 0;
    flex-wrap: wrap;
    list-style: none;
    max-height: none !important;
    height: auto;
    overflow-y: unset !important;
}
.order-seller-products-categories .horizontal-list li {
    color: black;
    background-color: white;
    font-size: 17px;
    cursor: grab;
    border-bottom: 1px solid #ffd1bf;
    padding: 10px 15px !important;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.order-seller-products-categories .horizontal-list li:last-of-type {
    border-bottom: none;
}
.cat-name{
    width: 80%;
    font-weight: 500;
}
.cat-buttons{
    width: 20%;
    text-align: right;
}
.sortable-products{
    display: none;
    width: 100%;
}
.store-cat-stack-dokan.cat-drop-stack ul{
    max-height: none;
    overflow-y: unset;
    padding-top: 20px;
}

.global-buttons{
    position: fixed;
    bottom: 0;
    background: #ffffff;
    height: auto;
    width: 66%;
    padding: 20px 10px 30px 10px;
}
#save-category-order{
    border-radius: 5px;
    border: 1px solid transparent;
}
#save-category-order:hover{
    border: 1px solid #f72d57;
    color: #f72d57;
    background-color:transparent;
}
#recharge-category-order{
    border: 1px solid transparent;
    background-color: #afafaf;
    color: black;
    border-radius: 5px;
}
#recharge-category-order:hover{
    border: 1px solid #f72d57;
    color: #f72d57;
    background-color:transparent;
}
.edit-cat-name{
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px;
}
.edit-cat-name:hover{
    border: 1px solid #f72d57;
    color: #f72d57;
    background-color:transparent;
}
.recharge-cat-name{
    border: 1px solid transparent;
    background-color: #afafaf;
    color: black;
    padding: 10px;
    border-radius: 5px;
}
.recharge-cat-name:hover{
    border: 1px solid #f72d57;
    color: #f72d57;
    background-color:transparent;
}
.show-category{
    cursor: pointer;
}

/* Pop Up cambiar Nombre Categoria*/
#edit-cat-modal{
    display: none;
    position: fixed; top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #ffd1bf;
    z-index: 9999;
}
#edit-cat-input{
    width: 100%;
    padding: 5px 10px;
    margin: 20px 0 5px 0;
}
.edit-cat-alert{
    margin-bottom: 20px;
}
.edit-cat-input-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}
#edit-cat-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: rgba(49, 49, 49, 0.5);
    z-index: 9998;
}

/*Agotado y Oculto*/
.oculto {
    color: #f72d57;
    margin-left: 10px
}
.agotado {
    color: #f72d57;
    margin-left: 10px
}

.order-seller-products-categories .horizontal-list li .producto-oculto{
    background-color: #0000003d;
}
.producto-agotado .product-title{
    opacity: 0.6;
}

/*Producto Agotado en Restaurantes*/
.agotado-label {
    background: #f72d57;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

