
#NotiflixNotifyWrap {
	z-index: 9999999999!important;
}
/********** # Autocomplete ************/

/* bmg-autocomplete */
/*the container must be positioned relative:*/
.bmg-autocomplete {
  position: relative;
  display: inline-block;
}
/*
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}*/

.bmg-autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

/*.bmg-autocomplete-items div {*/
/*  display: inline-block;*/
/*}*/

.bmg-autocomplete-items .bmg-autocomplete-image {
	height: 54px;
	width: 54%;
	object-fit: contain;
}

.bmg-autocomplete-items .bmg-autocomplete-item {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4;
  color:#000;
}

/*when hovering an item:*/
.bmg-autocomplete-items .bmg-autocomplete-item :hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.bmg-autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.bmg-autocomplete-items {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
@media (max-width: 992px) {
  .bmg-autocomplete-items {
      max-height: calc(100vh - 120px);
  }
}


/**************************** # direction ************************/

#cont_direccion_entrega {
	cursor: pointer;
}

/*DIRECCIONES*/
.address-list .address-buttons {
     padding-top: 0; 
}
/*Modal direccion*/
#modalSearchAddress .modal-header{
	padding-bottom: 0;
}
#lbl_search_address {
  margin-bottom: 0;
}
#map_modal {
  height: calc(100vh - 350px)!important;
  min-height: 280px!important;
}
@media (min-width: 576px) {
	.modal-search-address .modal-body {
	    padding: 0 40px 40px;
	}
	
	
}
.modal-search-address .reference-form {
  padding-top: 10px;
}

.modal-search-address .address-search-form {
    padding: 40px 0 0!important;
}


/*.reference-form .form-group {
    margin-bottom: 0!important;
}*/

#cont_micuenta_direcciones .address-item .address-box {
    width: 90%;
}



/************************/


/* Modal List Direcciones*/
#modalDireccionesListar .address-list .address-buttons {
    /*padding-top: 15px;*/
}
.address-list .divider {
    margin: 15px 0;
}

@media (max-width: 992px){

	.owl-thumbs {
		display: none;	
	}
	
}

.rubros-bar .carousel-wrapp .btn-minus {
    position: absolute;
    left: 0;
    top: -2px;
    width: 28px;
    height: 28px;
    border: 1px solid;
    border-radius: 100%;
    line-height: 26px;
    padding: 0;
}
.rubros-bar .carousel-wrapp {
    padding-left: 50px;
}


.rubros-bar .carousel-wrapp ._btn-minus {
    position: absolute;
    left: 0;
    top: -2px;
    width: 28px;
    height: 28px;
    /*border: 1px solid;*/
    border-radius: 100%;
    line-height: 26px;
    padding: 0;
    
    background-color:#fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
  top:1.4em;
  /*top:.5em;*/
  /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);*/
}

.product-thumbnail__image{
	height:100%;
}

.input-data-invoice{
	padding-right: 0;
}

@media(max-width: 425px){
	.section-info-invoice{
		margin-top:1em;
	}
	.input-data-invoice{
		margin-bottom:1em;
	}
	
	.input-data-invoice{
		padding-right: 1em;
	}
	
	.modal-search-address .address-search-form {
	    padding: 20px 0 0!important;
	}
}




.btn-login-invoice{
	background: #FFEF13!important;
	color: #000000!important;
    border-radius: 6px;
    font: 700 16px/28px "Poppins", sans-serif;
}



/*******************# header ***************/

@media (max-width: 992px){
	/* version 3 */
	.navbar-toggler-trigger {
	    padding: 0;
	    width: 20px;
	    margin-top: 6px;
	}
	/*.navbar-toggler-trigger .text {*/
 /*   display: none;*/
	/*}*/
	/*div#main-nav {
	    height: calc(100vh - 71px);
	    overflow: auto;
	    z-index:200;
	}*/
	.main-nav, .main-nav.navbar-shrink {
    	top: 71px;
	}
	
	a.navbar-toggler-trigger {
		width: calc(100% - 100px);
	}
	
	/*a.navbar-toggler-trigger {*/
	/*	width: calc(100% - 0px);*/
	/*}*/
	
	/*a.navbar-toggler-trigger span{*/
	/*	left: calc(50% + 8px);*/
	/*}*/
	/* end version 3*/
	
	/* default version */
	#mainNav {
		z-index: 1060;
	}
	/* end default version */
	
	/* all versions*/
	.search-mobile {
    display: block;
	}
	/*.header-control-mobile .address, */.header-control .address {
	    display: none;
	}
	#topbar {
	    height: auto;
	    padding: 10px 0;
	}
	
	/* end all version */
}

@media (min-width: 992px){
	/* version 3 */
	/*div#main-nav {
	    max-height: calc(100vh - 74px);
	    overflow: auto;
	}*/
	/* end version 3 */
}

#cont_direccion_entrega{
  overflow: hidden;
  max-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.main-nav .navbar-nav .dropdown-menu.dropdown-menu-right {
		height: calc(100% - 50px);
	}
}


@media (min-width: 280){
	.navbar-toggler-trigger{
		height:0;
	}
}


/* **************** WEB */

#topbar-web{
	padding:10px 0;
	/*background:#094C43;*/
	
	    height: 80px;
}

.content-controls-tienda{
	/*background:#094C43;*/
	color:#FFFFFF;
    /*margin-top: -.9em;*/
}

.content-controls-tienda .nav-link{
	color:#FFFFFF;
}

/*.content-controls-tienda .nav-item .active{*/
/*	background:#E18A00;*/
/*}*/

#topbar-web i, .header-web i{
	color:#FFFFFF;
}

.fixed-top-web{
	top:0;
	position:fixed;
	right: 0;
    left: 0;
    z-index: 1050;
}

.logo_web_header{
	display:flex;
	justify-content:center;
}

.content-login{
	position: absolute;
    right: 10em;
    padding: 1em 0;

}

.header_img_web{
	justify-content:center!important;
}


.header-web{
	
	/*margin-bottom: 0.93em;*/
	background:#094C43;
}

@media (max-width: 414px) {
	.header_img_web{
		justify-content:left!important;
	}
	.logo_web_header {
		display:inherit!important;
	}
	
	.content-login{
	    right: 2em!important;
	
	}
}

/**************** # mi compra *******************/


 .purchase-item input[type=radio].styled:checked+label:after{
	font-family: market;
}

.purchase-item .purchase-box .total-table .table {
	border-top: 0;
	margin-bottom: 0;
}

.purchase-item .purchase-box .total-table .table tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.purchase-item .purchase-box .total-table .table tr:first-child td {
    border-top: 0;
}

/*.voucher-form {
	padding-top: 0;
}
*/
.purchase-item .purchase-box .voucher-payment {
	/*padding: 0 0px 0 56px*/
}

@media (max-width: 767px){
	.purchase{
	    padding-top: 0px;
	}
	.purchase-item .purchase-box .total-table .table td:last-child {
    min-width: 100px;
	}
}
.purchase-item .purchase-box .corner-checkbox {
    top: 25px;
}
/*.purchase-item .purchase-box .address-area .button .btn-edit i {
	margin-left: 0;
}*/
.purchase-item .purchase-box .address-area .button .btn-edit{
	width: inherit;
}

.purchase .btn-customized {
    width: 100%;
    min-width: inherit;
}


/************************* # mi cuenta *******************/

/* MI CUENTA*/
@media (max-width: 992px) {
	.account-menu {
		display: none;
	}
}
section.content.account {
    padding-top: 24px;
}

.card-information .title-card {
  position: relative;
  text-align: center;
  font: initial;
  color: initial;
}

.card-information .title-card h2 {
 font: 20px/1 Gibson-SemiBold,sans-serif;
  color: #353F4E;
}

.card-information .profile .avatar .btn-delete {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 10px;
  background: #db2828;
  padding: 0;
  color: white;
}
.product-item .prod-action .btn-minus {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 100%;
    font-size: 16px;
    padding: 2px 0;
    font-weight: bold;
}

/* Lista de pedidos */
a.pedido-link{
    text-decoration: none;
}
.pedido-item {
    text-decoration: none;
    color: #272d4c;
    width:100%;
    /*border: 1px solid black;*/
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 10px;
/*     padding: 1rem; */
/*     cursor: pointer; */

  /*box-shadow: 0px 1px 1px 1px #ccc;*/
  margin-bottom: 0.5rem;
}
.pedido-item .pedido-fecha{
  /*border-top: 1px solid #ccc;*/
  border-top: 1px solid rgba(0,0,0,.05);
  color: #999;
}
.pedido-item .pedido-cabecera,
.pedido-item .pedido-fecha {
    padding: 0.5rem;
}

.pedido-item .pedido-estado,
.pedido-item .pedido-monto {
    text-align: center;
}

.pedidos-lista .pedido-link:last-child .pedido-item
{
  margin-bottom: 0;
}

/*************** # producto ****************/

.product-item .prod-description p.prod-brand a{
	color: #d44e2f;
}
.product-item .prod-description p{
  text-overflow: ellipsis;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-item .prod-description{
  min-height: 95px;
  max-height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item p.prod-descripcion, .product-item .prod-descripcion {
	/*height: 36px;*/
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
}

.product-item .prod-description h3 {
    font-size: 1rem;
    margin: 0.5rem 0 2px 0;
}

/* MODAL ADD CART*/
.modal-addcart .modal-title {
/*   font: 700 25px "Open Sans", sans-serif; */
  font-weight: 700;
  font-size: 25px;
  color: #495263;
}

.modal-addcart .modal-title .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #3BB54A;
  border-radius: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
  vertical-align: middle;
  margin-right: 6px;
}

@media (min-width: 576px) {
  .modal-addcart {
    min-width: 600px;
  }
}

.product-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 3px solid #F2F2F2;
  padding-top: 30px;
}

.product-modal .prod-image img {
  max-width: 95px;
}

.product-modal .prod-info {
  padding: 0 15px;
}

.product-modal .prod-info h5 {
/*   font: 700 16px "Open Sans", sans-serif; */
  font-weight: 700;
  font-size: 16px;
  color: #495263;
}

.product-modal .prod-info p {
/*   font: 400 14px/1.4 "Open Sans", sans-serif; */
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #495263;
}

.product-modal .prod-quantity .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-modal .prod-quantity .cart-quantity .btn-quantity {
  width: 33px;
  height: 32px;
  border: 2px solid #E6E6E6;
  border-radius: 10px;
  font-size: 10px;
  line-height: 30px;
  padding: 0;
  margin-right: 6px;
}

.product-modal .prod-quantity .cart-quantity .form-control {
  width: 50px;
  height: 32px;
  border: 2px solid #E6E6E6;
  border-radius: 10px;
/*   font: 700 13px "Open Sans", sans-serif; */
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  margin-right: 6px;
  padding: 0;
}

.product-modal .prod-quantity .button {
  padding-top: 18px;
}
/*.product-modal .prod-quantity .button .btn-customized {*/
/*  min-width: initial!important;*/
/*}*/
/*
.product-modal .prod-quantity .button .btn-view {
  height: 32px;
  background: #ea0000;
  font: 700 13px/20px "Open Sans", sans-serif;
  color: #fff;
  border-radius: 10px;
}

.product-modal .prod-quantity .button .btn-view:hover {
  background: #fee600;
  color: #000000;
}
*/
/* END MODAL ADD CART*/


	

/************ # main ***************/

/*footer .list-nav li+li {*/
/*    margin-left: 5px;*/
/*}*/
/* Current position */
.control-current-position:hover div{
	background-position: -36px 0;
}
/* home navigation*/
a.nav-link.dropdown-item:focus {
    background-color: #5babfc;
}

/*Base*/
/*.navbar-brand img {
	height: 54px;
	width: 100%;
	object-fit: contain;
}

#img_logo_square {
	display: none;
	height: 40px;
}

@media (max-width: 576px){
	#img_logo_higher {
		display: none;
	}
	#topbar .navbar-brand #img_logo_square {
		display: block;
		width: auto;
	}
}
*/
.modal-reclamo-pedido.modal-dialog .modal-body textarea.form-control {
	height: auto;
}
/*
.header-shopcart-mobile {
  position: absolute;
  top: 22px;
  right: 85px;
}

.header-search-mobile {
    position: absolute;
    top: 22px;
    right: 125px;
}

.header-search-mobile button {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    background-color:white;
    border: 0;
}

#btn_show_search:focus{
	border: 0;
  outline: 0;
}*/

@media (max-width: 342px){
	.header-control-mobile ul li, .header-control ul li {
	    padding: 0 10px;
	}    
	.header-control-mobile ul li:last-child:after, .header-control ul li:last-child:after {
    content: inherit;
	}
}


@media (max-width: 992px) {
	/*#search-box{
    padding: 0;
	}*/
	body {
	    padding-top: 59px;
	}
}
.store-address p{
	display: inline-block;
}
.product-item{
  border: 0;
}
.product-details .brand {
  margin-bottom: 4px;
}
.product-details .code {
  margin-bottom: 20px;
}




footer ul.social-networks {
	padding: 0;
}
footer a.btn.btn-social {
    padding: 0 6px;
}
/*footer ul.social-networks img{
	width: 22px;
} */
footer .list-info  ul.social-networks li+li {
	margin-left: 10px;
}
footer .list-info  ul.social-networks li:first-child {
	margin-left: 20px;
}
@media (max-width: 767px){
	footer .list-info  ul.social-networks li:first-child {
		margin-left: 10px;
	}
}

/* Botón del modal */
/*.modal-dialog .modal-body .btn-customized {*/
.btn-customized {
	/*width: 100%;*/
	/*max-width: 122px;*/
	
	display:inline-block;
	min-width: 122px;
	
	height: 36px;
	font: 14px Gibson-SemiBold, sans-serif;
	
	/*height: 30px;
	font: 13px Gibson-SemiBold, sans-serif;*/
	background: #66bddd;
	color: #fff;
	border-radius: 5px;
	line-height: 18px
}

.modal-dialog .modal-body .btn-customized.btn-resend {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content
}



/************** common *******************/


/*************** CODIGO **********************/

.card-information .title-card.codigo {
  width: 100%;
  max-width: 534px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.card-information .title-card.codigo .text {
  padding-left: 20px;
}

.card-information .title-card.codigo p {
  font: 400 26px/32px "Open Sans", sans-serif;
  color: #000000;
  margin-bottom: 10px;
}

.card-information .title-card.codigo h2 {
  margin: 0;
}



.codigo-content {
  width: 100%;
  max-width: 418px;
  margin: 0 auto;
}

.codigo-form {
  margin-bottom: 35px;
}

.codigo-form .form-group {
  margin-bottom: 10px;
}

.codigo-form label {
  font: 14px "Open Sans", sans-serif;
  color: #495263;
}

.codigo-form .form-control {
  font: 16px "Open Sans", sans-serif;
  color: #353F4E;
  border: 2px solid #dbdce0;
  border-radius: 10px;
}

.codigo-form .button {
  padding-top: 10px;
  text-align: right;
}

.codigo-form .button .btn-save {
  width: 124px;
  height: 42px;
  background: #ff3c00;
  font: 700 16px "Open Sans", sans-serif;
  color: #ffffff;
  border-radius: 10px;
}

.codigo-form .button .btn-save:hover {
  background: #fee600;
  color: #000000;
}

.codigo-box {
  background: #ededed;
  border-radius: 10px;
  padding: 30px 26px;
}

.codigo-box .form-control {
  height: 42px;
  font: 16px "Open Sans", sans-serif;
  color: #000000;
  border: 0;
  border-radius: 21px;
  font-size: 22px;
  padding: .375rem 1.25rem;
}

/*****************# credito **************/

.credit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ededed;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.credit-box .icon {
  width: 86px;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 100%;
}

.credit-box .text {
  padding-left: 25px;
}

.credit-box .text p {
  font: 400 17px/20px "Open Sans", sans-serif;
  color: #000;
  margin: 0;
}

.credit-box .text h3 {
  font: 700 35px "Open Sans", sans-serif;
  /*color: #ff3c00;*/
  margin: 0;
}

.credit-box .text h3 span {
  font-size: 20px;
  font-weight: 400;
}

.credit-box .text h3 span.black {
  color: #000000;
}

.movement-list h3 {
  font: 700 17px/20px "Open Sans", sans-serif;
  color: #353f4e;
}

.movement-list ul li {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 8px;
}

.movement-list ul li p {
  margin: 0;
  font: 400 15px/18px "Open Sans", sans-serif;
  color: #666666;
}

.movement-list ul li p.amount {
  font-size: 18px;
  line-height: 21px;
  /*color: #ff3c00;*/
  font-weight: 700;
}

.movement-list ul li p.date {
  font-size: 13px;
  line-height: 15px;
}

.movement-list .button .btn {
  font: 700 17px/20px "Open Sans", sans-serif;
  color: #353f4e;
}


/************* #direction ****************/



#modalDireccionesListar .nav-tabs {
	display: flex;
	flex-wrap: wrap;
}

#modalDireccionesListar .nav-item {
	flex-basis: 0;
	flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
	max-width: 100%;
	
}


.nro-pasajeros {
	width: 16px;
	padding: 0;
	text-align: center;
	height: 19px;
	font-weight: 300;
	color: #36657b;
	border: 0;
}

/***************/


#motor-container .pasajeros-box {
font-family: Roboto, sans-serif;
position: absolute;
top: 55px;
color: #384850;
z-index: 788;
left: -80px;
width: 290px;
background: #fff;
border: 0.5px solid #B6C0C3;
border-radius: 2px;
padding: 15px 15px 10px;
}

#motor-container .pasajeros-box:after, #motor-container .pasajeros-box:before {
    bottom: 100%;
    right: 45%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#motor-container #search_origenbmg-autocomplete-list {
	width: 150%;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .6);
	
}

#motor-container .bmg-autocomplete-item {
	font-size: .8rem;
}

#motor-container .dropdown-menu--hide {
	background-color: transparent !important;;
	border: 0 !important;
	box-shadow: none !important;
}

#motor-container .pasajeros-box:after {
    border-color: rgba(255, 112, 112, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-right: -2px;
    margin-bottom: 0;
}

#motor-container .pasajeros-box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #B6C0C3;
    border-width: 12px;
    margin-right: -4px;
    margin-bottom: 0;
}

#motor-container .pasajeros-box a {
    position: absolute;
    bottom: 0;
    right: 1px;
    text-align: right;
    width: 100%;
    padding: 7px 15px;
    color: #6f8a96;
    cursor: pointer;
}

#motor-container .pasajeros-box .item_pasajero {
    border-radius: 2px;
    margin-bottom: 5px;
    overflow: hidden;
}

    #motor-container .pasajeros-box .item_pasajero strong {
        float: left;
        padding: 12px 5px 10px;
        font-style: normal;
        font-weight: normal;
        line-height: 14px;
        font-size: 14px;
        color: #404F57;
    }

        #motor-container .pasajeros-box .item_pasajero strong small {
            display: block;
            width: 100%;
            color: #607D8B;
        }

    #motor-container .pasajeros-box .item_pasajero .item_agregar {
        display: block;
        float: right;
        width: 120px;
        text-align: center;
        border-radius: 2px;
        padding: 7px 0;
    }

        #motor-container .pasajeros-box .item_pasajero .item_agregar span {
            cursor: pointer;
            float: left;
            width: 35px;
            height: 40px;
            Line-height: 38px;
            padding: 0;
            background: #F5F5F5;
            border: 0.5px solid #B6C0C3;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 4px;
            color: #eb6725;
            font-size: 14px;
        }

            #motor-container .pasajeros-box .item_pasajero .item_agregar span[data-action="minus"] {
                border-radius: 4px 0 0 4px;
            }

            #motor-container .pasajeros-box .item_pasajero .item_agregar span[data-action="plus"] {
                border-radius: 0 4px 4px 0;
            }

            #motor-container .pasajeros-box .item_pasajero .item_agregar span i {
                font-size: 10px;
            }

        #motor-container .pasajeros-box .item_pasajero .item_agregar div.cupo {
            float: left;
            position: relative;
            border-radius: 0;
            width: 47px;
        }

            #motor-container .pasajeros-box .item_pasajero .item_agregar div.cupo input {
                padding: 0;
                text-align: center;
                width: 100%;
                float: left;
                height: 40px;
                display: block;
                border-left: 0;
                border-right: 0;
                border-radius: 0;
            }


/********************/

.header-control div.address #lbl_direccion_entrega {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#cont_tiendas_cerca .address-item,
#cont_direcciones ul li {
	margin-bottom: 7px;
}
#cont_tiendas_cerca .address-item:last-child,
#cont_direcciones ul li:last-child {
	margin-bottom: 0px;
}


/*#modalDireccionesListar .address-box {*/
/*  cursor: pointer;*/
/*}*/
@media (min-width: 576px){
	.modal-direcciones-listar {
    max-width:678px
	}
	
}

/*@media ()*/
#cont_direcciones {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.modal-dialog.modal-direcciones-listar .modal-header h5 {
    text-align: center;
}


/*** VALIDACIONES AL ELEJIR PRODUCTOS *****/

.producto_seccion__check {
	display: flex;
	justify-content: space-between;
}

.producto_seccion__check .cantidad_opcion{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}

.producto_seccion__check .cantidad_opcion i {
	cursor: pointer;
}

.producto_seccion__check .cantidad_opcion input {
	width: 60px;
	text-align: center;
}

.product-item .prod-description {
	overflow: inherit !important;
}

/*.producto_seccion__check .cantidad_opcion input {*/
/*	margin-left: 15px;*/
/*	margin-right: 15px;*/
/*}*/

.cantidad_opcion {
	font-size: 15px;
}

.producto_seccion__input-cantidad {
	background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    color: #353F4E;
}

.img-prod-item {
	width:200px;
	height:163px;
	object-fit:cover;
}

.product-image__img {
	width: 502px;
    /*height: 502px;*/
    
    /*height:465.0977px;*/
    /*height:493.0977px;*/
    object-fit: contain;
}

img.product-image__img {
	aspect-ratio: 4 / 3 !important;
}

#product-image .item-video {
	height:493.0977px;
	width: 100%;
}

.btn.btn-block.btn-customized.btn-view {
	padding: .2rem 0;
}

.barra {
	display: none;
}

/* FOOTER	 */
@media (max-width: 576px) {
	.social-networks {
		display: flex;
		justify-content: center;
	}
	
	.social-networks li {
		flex-basis: 20px;
	}	

}

/*LOGIN*/

.dropdown-paises button#dropdownMenuPaises {
	font-size: 15px!important;
}

.dropdown-paises button#dropdownMenuPaises img {
	width: 30px;
	margin-right: 5px;
}

/**CARRUSEL DE CATEGORIAS DE RUBROS*/

.carousel-wrapp.rubros-bar__carousel {
	max-width: 85%;
}

.carousel-wrapp.rubros-bar__carousel-items {
	max-width: 93%;
	/*z-index:999;*/
}

@media (max-width: 576px) {
	.carousel-wrapp.rubros-bar__carousel {
		max-width: 75%;
	}
	
	.store-brand img {
		width: 92px;
	}
	
	.header-nombre-tienda {
		display: none !important;
	}
	.img-prod-item {
		height:95px;
	}
	.product-image__img {
		width: 400px;
	    /*height: 300px!important;*/
	}
	
	#product-image .item-video {
		height: 300px;
	}
}

/*MODAL DE AGREGAR PRODUCTO AL CARRITO*/

.especificaciones-adicionales {
	border-top: 3px solid #F2F2F2;
	padding-top: 22px;
	margin-top: 18px;
}

.especificaciones-adicionales__control {
	cursor: pointer;
}


.prod-quantity .btn.btn-block.btn-customized.btn-view {
	padding: .375rem 1rem;
}

.especificaciones-adicionales .button {
	width: 100%;
	text-align: right !important;
}

.especificaciones-adicionales .button button {
	margin-top: 15px;
	margin-left: auto;
	height: 32px;
	font: 700 13px/20px;
	color: #fff;
}

.especificaciones-adicionales .campo-desc {
	max-height: 80px;
	height: 100% !important;
}

/*BreadCrumb*/
.content_breadcumb {
	/*padding-top: 15px;*/
}

/**TIENDA ESTADOS****/
.product-category .card-image {
	position: relative;
}

.produc-category__tienda-aten {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	overflow: hidden;
	border-radius: 26px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.produc-category__tienda-aten.opacity {
	background: rgba(0,0,0,.7);
}

.produc-category__tienda-aten__hor {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 18px;
	text-align: center;
	padding: 35px 10px;
	color: #fff;
}

.produc-category__tienda-aten__lbl {
	width: 100%;
	color: #fff;
	height: 35px;
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 5px;
}

@media (max-width: 576px) {
	.produc-category__tienda-aten__hor {
		font-size: .9rem;
		text-align: center;
		padding: 25px 10px 5px 5px;
		margin-bottom: 0;
	}
	
	.produc-category__tienda-aten__lbl {
		height: auto;
		font-size: inherit;
		padding-bottom: 5px;
	}
}


/* Variables */
* {
  box-sizing: border-box;
}


form.form-stripe {
  /*width: 30vw;*/
  /*min-width: 500px;*/
  /*align-self: center;*/
  /*box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),*/
  /*  0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);*/
  /*border-radius: 7px;*/
  /*padding: 40px;*/
  min-width: 300px;
}

.form-strip input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  background: white;
}

.result-message {
  line-height: 22px;
  font-size: 16px;
}

.result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

.hidden {
  display: none;
}

#card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

#payment-request-button {
  margin-bottom: 32px;
}

/* Buttons and links */
/*button {*/
/*  background: #5469d4;*/
/*  color: #ffffff;*/
/*  font-family: Arial, sans-serif;*/
/*  border-radius: 0 0 4px 4px;*/
/*  border: 0;*/
/*  padding: 12px 16px;*/
/*  font-size: 16px;*/
/*  font-weight: 600;*/
/*  cursor: pointer;*/
/*  display: block;*/
/*  transition: all 0.2s ease;*/
/*  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);*/
/*  width: 100%;*/
/*}*/
/*button:hover {*/
/*  filter: contrast(115%);*/
/*}*/
/*button:disabled {*/
/*  opacity: 0.5;*/
/*  cursor: default;*/
/*}*/

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    /*width: 80vw;*/
    /*margin-left:-2.35vw;*/
  }
}


@media only screen and (max-width: 280px) {
  .form-micompra {
    margin-left:-5.8vw;
  }
  
  #form_perfil_usuario{
	margin-left:-5.8vw;
  }
  
  .dropdown-paises button#dropdownMenuPaises{
  	margin-left:-8px;
  	padding:0;
  }
  
  .modal-content{
  	width:100%;
  }
}


/**  STRIPE FORM ***/


.modal-stripe-paymet {
	background-color: #eee;
}

.modal-stripe-paymet .modal-body {
	margin-top: -30px;
}

.form-control-stripe {
    border: 1px solid #cecece;
    font-size: 15px;
    padding: 13px;
    background: #FAFAFA;
    border-radius: 5px;
}

.logo-comercio-stripe-content {
	display: flex;
	justify-content: center;	
}

.logo-comercio-stripe-content img {
	width: 80%;
}

.btn-stripe-paymet {
	height: 42px;
	font: 700 16px/28px "Open Sans", sans-serif;
	border: 0;
	min-width: 142px;
	padding: .375rem 1.75rem;
	margin-top: 18px;
	background: #ff3c00;
	color: #ffffff;
	border-radius: 5px;
	font-weight: 800;
}

.stripe-green {
	border: solid green 1px;
}

.stripe-error {
	border: solid red 1px;
}


/*----------------BUSCAR ----------------*/

.almacen-result-item__top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*padding: 15px 0 0 0;*/
}

.almacen-result-item__top .almacen-info {
	display: flex;
}

.busqueda-result img.almacen-info__img {
	width: 70px;
    height: 70px;
    border-radius: 35px;
	margin-right: 15px;
	border: 4px solid #fff;
	margin: auto;
	margin-bottom: 10px;
}

.almacen-result-item__top img.almacen-info__img {
	width: 80px;
    height: 80px;
    border-radius: 40px;
	margin-right: 15px;
	border: 3px solid #BEBEBE;
}

.almacen-result-item__top .almacen-info__det {
	padding-top: 13px;
}

.almacen-result-item__bottom {
	margin-top: 15px;
}

.almacen-result-item__separator {
	max-width: 100%;
	background-color: #FF7A007A;
	margin-top: 0;
}


/*.store-menu-productos.rubros-bar .carousel-wrapp {*/
/*	padding-left: 0;*/
/*}*/

.almacen-result-item__bottom .store-menu-productos.rubros-bar.productos-bar,
.store-menu-productos.rubros-bar{

	background: transparent;
}

.productos-bar .carousel-wrapp {
	padding-right: 50px;
    position: relative;
    padding-left: 0;
}

.productos-bar.rubros-bar .carousel-wrapp .btn-plus.buttonPlus {
	position: absolute;
	right: 0;
	top: 40%;
	width: 28px;
	height: 28px;
	background: #EDEDED;
	border: 1px solid #EDEDED;
	border-radius: 15%;
	color: #000;
	line-height: 26px;
	padding: 0;
}

.productos-bar.rubros-bar .carousel-wrapp .btn-minus.buttonMinus {
	position: absolute;
	left: 0;
	top: 40%;
	width: 28px;
	height: 28px;
	background: #EDEDED;
	border: 1px solid #EDEDED;
	border-radius: 15%;
	color: #000;
	line-height: 26px;
	padding: 0;
}

.productos-bar.rubros-bar {
	padding: 0;
}

.productos-bar.rubros-bar .carousel-wrapp .btn-plus.buttonPlusTiendas.btn-plus-tienda {
	position: absolute;
	right: 0;
	top: 25%;
	width: 28px;
	height: 28px;
	background: #EDEDED;
	border: 1px solid #EDEDED;
	border-radius: 15%;
	color: #000;
	line-height: 26px;
	padding: 0;
}

.productos-bar.rubros-bar .carousel-wrapp .btn-minus.buttonMinusTiendas.btn-minus-tienda {
	position: absolute;
	left: 0;
	top: 25%;
	width: 28px;
	height: 28px;
	background: #EDEDED;
	border: 1px solid #EDEDED;
	border-radius: 15%;
	color: #000;
	line-height: 26px;
	padding: 0;
}

.almacen-result-item {
	border: 1.5px solid #BEBEBE;
	border-radius: 20px;
	padding: 15px 15px;
	background-color: #F6F6F6;
	margin-bottom: 20px;
}


.almacen-result-item:last-child {
	margin-bottom: 0;
}

.almacen-horario__arroy {
	text-align: right;
}

.almacen-horario__arroy a {
	color: #FFDC19;
	font-size: 16px;
}

.almacen-horario__det {
	margin-right: 40px;
	text-align: right;
}

.almacen-horario__status {
	background: #FFDC19;
	border-radius: 15px;
	display: inline-block;
	padding: 3px 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
	margin-top: 8px;
}

.result-rubros-list {
	margin-bottom: 25px;
}

.btn-rubro-item {
	/*border: 3px solid #FF7A00;*/
	font-weight: 700;
	margin-right: 10px;
	font-size: 14px;
}

/*.btn-rubro-item.select {*/
/*	color: #fff;*/
/*	background-color: #FF7A00;*/
/*}*/

.btn-rubro-item:last-child {
	margin-right: 0;
}

.busqueda-result .breadcrumb-nav .breadcrumb {
	background: transparent;
	margin-bottom: 18px;
}

.prod-price-action {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/*.busqueda-result .almacen-list .carousel-wrapp {*/
/*	padding-left: 0;*/
/*}*/


.busqueda-result .btn-add.btn-customized {
	font-size: 13px;
	height: 30px;
	min-width: 120px;
	padding: 0rem .4rem;
	border-radius: 5px;
    border: 0;

}

.busqueda-result .prod-price.and-oldprice p {
	line-height: 3px;
}

.busqueda-result .prod-action-container {
	text-align: right;
}

.busqueda-result .prod-price.and-oldprice .new-price {
	font-size: 17px;
	font-weight: bold;
	color: #ff3c00;
}

.carousel-rubros .btn.btn.btn-plus-prod,
.carousel-rubros .btn.btn-minus-prod,
.carousel-rubros .btn.btn-trash-prod{
	color: #000;
}

.busqueda-result .almacen-info__det a {
	color: #000;
	font: 700 22px/26px "Open Sans", sans-serif;
}

.busqueda-result .prod-descripcion {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.busqueda-result .prod-description h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 10px;
}

.busqueda-result .almacen-list {
	margin-bottom: 20px;
}

.busqueda-result .almacen-list-item--nav a{
	color: #000;
	text-align: center;
	font-weight: 700;
}

.busqueda-result .prod-description a {
	padding: 0;
	font: 700 18px "Open Sans", sans-serif;
	color: #000000;
}

.busqueda-result .prod-description h3 {
	line-height: 10px;
}

.busqueda-result .prod-description {
	height: 90px;
	overflow-y: hidden;
}

.busqueda-result .carousel-wrapp-productos--full {
	padding-left: 0;
}

@media(max-width: 478px) {
	.almacen-list,
	.almacen-result-list,
	.result-rubros-list {
		padding-top: 0!important;
	}
	.almacen-result-item {
		padding: 15px 15px;
	}
	.almacen-horario__arroy {
		display: none;
	}
	.almacen-horario__det {
		margin-right: 0;
		text-align: left;
	}
}

/**** BTN CONTACT  */
.home__btn-contact {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 122px;
	/*top:135px;*/
	right: 0;
	list-style: none;
	z-index: 500;
	/*z-index: 999999;*/
}

.home__btn-contact li {
	margin: 10px 0;
	position: relative;
	right: -82px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.home__btn-contact li a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.home__btn-contact li a i {
    width: 20px;
    /*margin-right: 5px;*/
    display: block;
	max-width: 100%;
	height: auto;
	font-size: 18px;
	color: #fff;
	margin-right: 8px;
}
.home__btn-contact span {
    min-width: 68px;
}
.home__btn-contact div, .home__btn-contact span {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}
.home__btn-contact--sop {
    background: #e30000;
    border-radius: 10px 0 0 10px;
}
.home__btn-contact--wsp {
    /*background: #1bd741;*/
    border-radius: 10px 0 0 10px;
}
.home__btn-contact li:hover {
	right: 0;
	/*z-index:999999;*/
}
@media (max-width: 991px) {
	.home__btn-contact li {
	    right: 0;
	}
	.home__btn-contact li a img {
	    margin-right: 0;
	}
	.home__btn-contact {
		right: -160px;
	}
}


.confirm-modal-all{
	width: 100%;
    text-align: center;
}


.footer-apps-pago img{
	/*width: 30px;*/
 /*   height: 32px;*/
	/*width: 48px;*/
    /*height: 48px;*/
    object-fit: contain;
    border-radius: 10px;
    width: 100%;
}

.img-nosotros{
	height: 100%;
}
.img-nosotros img{
	display: inline-block;
    width: 100%;
	border-radius: 10px;
	/*height: 100%;*/
	/*object-fit: scale-down;*/
	/*object-fit: fill;*/
}

.content-bg-nosotros{
	margin-bottom:1em;
}

.content-bg-nosotros h1{
	font: 22px/1 "aileronblack", sans-serif;
    color: #495263;
    text-align: center;
}

/**************** # main ********************/


/* NUMBER BUTTONS*/

/* Chrome, Safari, Edge, Opera */
input.hideNumberButtons::-webkit-outer-spin-button,
input.hideNumberButtons::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.hideNumberButtons[type=number] {
  -moz-appearance: textfield;
}
/* END NUMBER BUTTONS*/

/* BANNER RESPONSIVE */
@media (min-width: 769px) {
	/*.banner_desktop {*/
	/*	display: block;*/
	/*}*/
	.banner_movil {
		display: none;
	}
}

@media (max-width: 768px) {
	.banner_desktop {
		display: none;
	}
	/*.banner_movil {*/
	/*	display: block;*/
	/*}*/
}
/* END BANNER RESPONSIVE */


/* HOME SLIDER */
/*.owl-item*/.home_slider_item.home_slider_item_only_image:before {
    background-color: transparent;
}

.home_slider_container .home_slider_item img.home_slider_image {
	display: none;
}

@media(min-width: 992px) {
	.home_slider_container.home_slider_all_image {
	    height: 100%;
		display: block;
	}
	
	.home_slider_all_image .home_slider_background {
		display: none;
	}
	
	.home_slider_all_image img.home_slider_image:not(.banner_movil) {
		display: block;
	}
}

@media(max-width: 992px) {
	.home_slider_container, .home_slider_background {
	    height: 340px;
	}
}

/* END HOME SLIDER */

.pagination-nav {
	width: 100%;
}

/* ICONS */

.icon-codigo:before {
  content: "\e933";
}

.icon-credito:before {
  content: "\e934";
}
/* ENDICONS */


/************ #mi compra ************/
#frm_carrito_pagar .purchase-title.title-collapse {
	cursor: pointer;
}
#frm_carrito_pagar .purchase-title {
	/*padding-bottom: 20px;*/
    position:relative;
}

#frm_carrito_pagar .purchase-title button.btn:after {
    font-family: market;
    content: "\e903";
    font-size: 6px;
    border: 0;
}

#frm_carrito_pagar .purchase-title button.btn:focus {
  box-shadow: none;
}


#frm_carrito_pagar .purchase-title button.btn {
    background: transparent;
    border: transparent;
    color: #272d4c;
    position: absolute;
    right: 1px;
}

#frm_carrito_pagar .purchase-title button.btn {
    transform:             rotate( -180deg );            
        -moz-transform:    rotate( -180deg );            
        -ms-transform:     rotate( -180deg );            
        -o-transform:      rotate( -180deg );            
        -webkit-transform: rotate( -180deg );            
    transition:             transform 550ms ease;
        -moz-transition:    -moz-transform 550ms ease;
        -ms-transition:     -ms-transform 550ms ease;
        -o-transition:      -o-transform 550ms ease;
        -webkit-transition: -webkit-transform 550ms ease;
}

#frm_carrito_pagar .purchase-title.collapsed button.btn {
    transform:             rotate( -360deg );            
        -moz-transform:    rotate( -360deg );            
        -ms-transform:     rotate( -360deg );            
        -o-transform:      rotate( -360deg );            
        -webkit-transform: rotate( -360deg );            
    transition:             transform 550ms ease;
        -moz-transition:    -moz-transform 550ms ease;
        -ms-transition:     -ms-transform 550ms ease;
        -o-transition:      -o-transform 550ms ease;
        -webkit-transition: -webkit-transform 550ms ease;
}

/* INICIO PROPINAS */


.propina-item {
	cursor: pointer;
	border: 2px solid #ccc;
	border-radius: 5px;
	min-width: 50px;
	height: 50px;
	text-align: center;
	padding: 13px;
	flex: inherit;
	/*margin-right: 15px;*/
	margin:0.4em;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	background-color: white;
}
.propina-item.active {
    background-color: #eee;
}

.propina-lista {
    margin: 0;
}

.modal-dialog.modal-agregar-propina .modal-header h5 {
    text-align: center;
}

/* FIN PROPINAS */

/* CHECK TÉRMINOS Y CONDICIONES */
.custom-control.custom-checkbox.checkbox-terminoscondiciones {
    width: 15rem;
    margin: auto;
}
/* FIN CHECK TÉRMINOS Y CONDICIONES */


/*TARJETAS*/
.content.account .purchase .card-payment .card-item {
	display:table;
	width: 100%;
	/* position: relative; */
}
.content.account .purchase .card-payment .card-item .card-item-label {
	display:inline-block;
	width: calc(100% - 90px);
	/* position: relative; */
}
.content.account .purchase .card-payment .card-item .card-item-label label{
	width: 100%;
}

.content.account .purchase .card-payment .card-item .card-item-label img{
	height: 20px;
	margin-right: 5px;
}
.content.account .purchase .card-payment .card-item .actions-card{
	display:inline-block;
	text-align: right;
	width: 90px;
}
.content.account .purchase .card-payment .card-item .actions-card button{
  padding-top: 0;
  padding-bottom: 0;
}
.content.account .purchase .card-payment .card-item .card-item-check{
	display:inline-block;
	text-align: right;
	width: 40px;
	/* position: absolute; */
	/* top: 0; */
}

.content.account .purchase .card-payment .card-item .card-item-check label:before,
.content.account .purchase .card-payment .card-item .card-item-check label:after{
	margin-top: -8px;
  left: 6px;
}
/*TARJETAS*/

/********** mi cuenta **********/

/* PERFIL*/
.card-information .profile .avatar .btn-delete {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 10px;
  background: #db2828;
  padding: 0;
  color: white;
}
/* FIN PERFIL */

/* INICIO LOGIN*/

.checkbox-rememberme {
  margin: auto;
  width: 16.5rem;
  font-size: 16px;
}

/* INICIO PAISES LOGIN*/
.dropdown.dropdown-paises {background-color: transparent;}

.dropdown-paises button#dropdownMenuPaises {
    background-color: transparent;
    border-color: transparent;
    color: black;
    font-size: 26px;
}

.dropdown-toggle::after {
    border-top-color: black;
}
/* FIN PAISES LOGIN*/


/* FIN LOGIN */
/*PEDIDO DETALLE*/
.order-code {
    text-align: center;
    padding-top: 30px;
}
.order-code h5{
    margin-bottom: 0;
    color: #272d4c;
}


.my-orders .btn.btn-cancelar  {
    font: 16px Gibson-SemiBold,sans-serif;
    height: 36px;
    border-radius: 5px;
    line-height: 22px;
}

.my-orders .btn-cancelar {
    width: 178px;
    /*background: #be0811;*/
    color: #fff;
}


@media (max-width: 767px) {
    .my-orders .btn.btn-cancelar {
        width:100%;
        margin-bottom: 10px;
    }
}

.my-orders .buttons {
    text-align: right;
    margin-top: 30px;
}

.my-orders .list-group p {
    margin-bottom: 0;
}
.my-orders .orders-list .list-group-total {
    border-right: 0;
    border-left: 0;
}
.my-orders .orders-list .list-group-total .order-item .descript {
    padding: 0;
}
.my-orders .list-group .previous-price {
    text-decoration: line-through;
}
.my-orders .orders-list .order-item .descript p.title-total {
    color: #272d4c;
}
.img-driver {
    width: 37px;
    height: 37px;
    border-radius: 37px;
}

/* FIN PEDIDO DETALLE*/


/******** # productos **********/

#modalAddCart .prod-info {
    width: 320px;
}
/*#modalAddCart .cart-plus-minus-box {
    padding-top: 6px;
}*/

.product-modal .prod-quantity .button .btn-customized {
  min-width: initial!important;
}

/****************** voucher ****************/

.my-orders.voucher .order-user {
	text-align: center;
	margin-top: 5px;
	font-size: 1.05rem;
	color: #d44e2f;
}

.my-orders.voucher .order-date {
	text-align: center;
	margin-top: 5px;
	font-size: 1.2rem;
	color: #272d4c;
}

.my-orders.voucher .order-code {
	padding-top: 0px;
}

.my-orders.voucher .order-code h5 {
	font-size: 1.1rem;
	margin-bottom: 0;
	color: black;
	display: inline-block;
	text-align: left;
	width: calc(50% - 3px);
}

.my-orders.voucher .order-code h6 {
	text-align: right;
	width: 50%;
	font-size: 0.9rem;
	display: inline-block;
}

.my-orders.voucher .order-details {
	border: 1px solid #d4d5db;
	border-radius: 10px;
	padding: 10px 20px;
	margin-top: 20px;
}

.my-orders.voucher .list-group-item {
	padding: .3rem 0;
}

.my-orders.voucher .orders-list .order-item .descript {
	padding-left: 0;
	padding-right: 0;
}

.my-orders.voucher .orders-list .list-group-item:not(.list-group-total) .order-item .price p {
	color: #d44e2f;
}
/*.my-orders.voucher .orders-list .list-group-item.list-group-total .order-item .price.price-total p {*/
/*	color: #d44e2f;*/
/*}*/

.my-orders.voucher ol.list-group {
	padding-top: 10px;
	padding-bottom: 10px;
}

.my-orders.voucher ol.list-group+ol.list-group {
	border-top: 1px solid #d4d5db;
}

.my-orders.voucher .order-payment {
	text-align: center;
	padding: 15px;
}

.my-orders.voucher .order-payment-method {
	text-align: left;
	padding: 15px;
	color: #272d4c;
	font-size: 1rem;
}

.my-orders.voucher .terms-link {
	text-align: center;
	padding: 5px 0;
}

.my-orders.voucher .terms-link a {
	color: #d44e2f!important;
}

.my-orders.voucher .gratitude {
	text-align: center;
	color: #272d4c;
	padding-top: 5px;
	padding-bottom: 10px;
}

.my-orders.voucher .buttons .btn+.btn {
	margin-left: 15px;
}

.my-orders.voucher .btn {
	font: 16px Gibson-SemiBold, sans-serif;
	height: 36px;
	border-radius: 5px;
	line-height: 22px;
}

.btn-save-voucher {
	background: #66bddd;
	color: #fff;
}

/*.my-orders.voucher .btn:hover {
	background: #66bddd;
	color: #fff;
}*/

.my-orders.voucher .btn-pedido-detalle {
	/*     width: 178px; */
	
	background: #66bddd;
	color: #fff;
	width: 205px;
}

.my-orders.voucher .btn-pedido-detalle:hover {
	background: #d44e2f;
}

.my-orders.voucher .order-payment img {
	height: 20px;
	margin-right: 10px;
}


/*************** #web *****/
/******************************/

#confirmar_direccion_delivery .btn-trash{
	margin-top: 4em;
}
/*****MAPA*/


.content-map-location-web .address-search-form .form-control {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 0;
    background: #F2F3F7;
    font: 16px "Gibson-Regular", sans-serif;
    color: #929EAF;
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
}
.content-map-location-web .address-search-form .input-group-append {
    position: absolute;
    top: 0;
    right: 0;
}


.content-map-location-web .reference-form {
    padding-top: 15px;
}

@media (min-width: 576px){
.content-map-location-web .address-search-form-style .modal-body {
    padding: 0 15px;
}
}

.locations-map{
	margin-top: 1em;
}
/***************************/

.fixed-top-web {
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1050;
}

.header_img_web {
    justify-content: center;
}

.logo_web_header {
    display: flex;
    justify-content: center;
}

#topbar-web {
    padding: 10px 0;
    /* background: #094C43; */
    height: 80px;
}

.content-login {
    position: absolute;
    right: 10em;
    padding: 1em 0;
}

.header-control ._search .icon, .header-control-mobile ._search .icon{
	width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
}



/**/

.content-sliders-categorias-card .card_active {
    border: 1px solid #E18A00!important;
    background-color: #fec40026!important;
}

/*.carousel-rubros-customer .owl-item {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

.carousel-rubros-customer .btn {
  background: transparent;
  text-align: center;
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 10px;
  /*font: 700 13px/14px "rawsonregular", sans-serif;*/
  font: 500 13.5px "rawsonregular", sans-serif;
  color: #171919;
}



.carousel-rubros-customer .btn.active {
  /*background: #fc163f;*/
  /*color: #ffffff;*/
  
  /*background:#E18A00;*/
  color: #000;
  font-weight:bold;
}

.rubros-bar .carousel-wrapp ._btn-minus {
    position: absolute;
    left: 0;
    top: -2px;
    width: 28px;
    height: 28px;
    /* border: 1px solid; */
    border-radius: 100%;
    line-height: 26px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
    top: 1.4em;
    /* top: 0.5em; */
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%); */
}

.rubros-bar .carousel-wrapp ._btn-plus {
    position: absolute;
    right: 0;
    /* top: -2px; */
    width: 28px;
    height: 28px;
    /* border: 1px solid #000000; */
    border-radius: 100%;
    /* color: #000000; */
    background-color: #fff;
    line-height: 26px;
    padding: 0;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%); */
    top: 1.6em;
    /* top: 0.5em; */
}

.card_slide_item_cat {
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    /* margin: 1em; */
    padding: 0.5em 1em;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
}
.card_slide_item_cat {
    padding: 0.2em 0.5em!important;
}
/**/

.tienda-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    align-items: center;
    padding: 1em;
    background: #FFF;
    /* border-radius: 10px; */
    /*height: 70.6px;*/
}

.tienda-cont a {
    /* flex: 1; */
    width: 120px;
    height: 30px;
    background: #E18A00;
    border: 0;
    font: 600 15px/26px "rawsonregular", sans-serif;
    color: #FFFFFF;
    padding: 0.15rem 0.75rem;
    border-radius: 6px;
}

.tienda-cont p {
    flex: 1;
    margin: 0;
    font-family: "rawsonregular", sans-serif;
    color: #094C43;
}

.content-sliders-categorias-card .store-menu {
    background: #F3F3F3;
}

/*******************************/

.tabs-web-home{
	display: flex;
    justify-content: center;
}

.conten-web-home .address-list .address-buttons{
	text-align: center;
}

.conten-web-home {
	/*max-width: 710px;*/
	max-width: 500px!important;
}

.conten-web-home .card_link_icon{
	    justify-content: center;
	    border-radius: 10px;
	        padding: 0;
	     width: 8em;
    height: 8em;
}

.conten-web-home .card_link_icon img{
	padding: 1.5em;
	    width: 8em;
}

 #frm_direccion_seleccionar .address-item, #frm_direccion_seleccionar .address-item .address-box {
    display: flex;
    align-items: center;
    /*flex-direction:row;*/
}

/*.address-box .address {
    display: flex;
}*/

.content-total{
	position: -webkit-sticky;
	position: sticky;
	top: 7em;
    width: 388px;
    text-align: center;
    word-wrap: break-word;
    z-index:10;
}
@media (max-width: 767px){
	 .address-item {
	    flex-direction: column;
	}
	
	 .address-item .address-actions, .address-item .address-box {
	    width: 100%!important;
	}
}

#frm_direccion_seleccionar .address-item .address-box{
		max-width: 100%;
		    height: 90px;
	}


@media (max-width: 414px){
	
	.address-item .address-box .address p {
    width: 100%;
}
	
	.address-item .address-box {
    max-width: 100%;
    border-right: 0;
    /* flex-direction: column; */
    height: auto;
}
	.content-total{
		/*position: relative;*/
	    width: 100%;
	}
	.content-controls-tienda{
		margin-top: 0;

	}
	
	#frm_direccion_seleccionar .address-item .address-actions .checkbox label{
		margin-top: -40px;
	}
	
	.chk-entrega label:after, .chk-entrega label:before {
	    /*margin-top: -40px;*/
	}
	
/*	.checkbox label:after, .checkbox label:before {*/
/*    margin-top: -40px;*/
/*}*/
	
	#frm_direccion_seleccionar .address-item .address-box .address p {
    width: 92%;
}
	
/*	.checkbox label:after, .checkbox label:before {*/
/*    margin-top: -40px;*/
/*}*/
	 #frm_direccion_seleccionar .address-item .address-actions{
		    width: 100%;
    	margin-top: -15px;
	}
	
	#frm_direccion_seleccionar .address-item .address-box{
		max-width: 100%;
		    height: 90px;
	}
	
	 .cont_direcciones_web .btn-trash {
	 	position:inherit!important;
    /* margin-right: 10px; */
    /* margin-top: 6px; */
    /*margin-right: 6px;*/
    margin-top: 60px;
    color: #929eaf;
}
}



#frm_modal_register .checkbox input[type="checkbox"]:checked + label::after, #frm_direccion_seleccionar .checkbox input[type="radio"]:checked + label::after{
	/*left: 1.35em;*/
    top: -0.1em;
}
.conten-web-home .btn-trash{
	    position: relative;
    /*right: -5.5em;*/
    /*right: -3.9em;*/
    /*top: 1em;*/
    
    right: -5em;
    top: 1em;
}


.conten-web-home .address-item .address-actions .checkbox label{
	    margin-top: -1em;
}

.tienda-cont a::after{
	content: "Cambiar";
}


@media (max-width: 425px){
	
	.tienda-cont a{
		width: auto!important;
	}
	.tienda-cont a::after{
		content: "+";
	}
	
	/*.home__btn-contact {
		display:none!important;
	}*/

	.modal-close-btn.close {
	    /*top: 0.4em!important;
	    right: 1em!important;*/
	    top: 0!important;
	    right: 0!important;
	}
	.locations-map{
	margin-top: 0!important;
}
	#cont_tiendas_zona_reparto .address-item .address-actions {
    width: 3em!important;
}
	.card_link_icon img {
	    width: 6em!important;
	    /* height: 6em; */
	}
	.conten-web-home .card_link_icon {
	    padding: 1em;
	    width: 8em;
	    height: 8em;
	}
	
	.content-total{
		/*position: relative;*/
	    width: 100%;
	}
}

#cont_direcciones_web {
    /*max-height: calc(100vh - 300px);*/
    /*overflow-y: auto;*/
}

/*.chk-entrega label{*/
/*    margin-top: -40px;*/
/*}*/

.checkbox input[type=radio]:checked+label:before {
    /*width: 1.75em!important;*/
    /*height: 1.75em!important;*/
    border-radius: 5px!important;
}


/*.checkbox label:before {*/
/*    content: "";*/
/*    width: 24px;*/
/*    height: 24px;*/
    /*margin-left: -13px;*/
/*    border: 2px solid #ccc;*/
/*    border-radius: 4px;*/
/*    background-color: #fff;*/
/*    transition: border .15s ease-in-out, color .15s ease-in-out;*/
/*}*/

.checkbox label:after {
    width: 16px;
    height: 16px;
    top: 0;
    /*margin-left: -15px;*/
    padding-left: 6px;
    padding-top: 3px;
    color: #FFFFFF;
    line-height: 1.5;
    font-size: 12px;
}

/*.checkbox label:after, .checkbox label:before {*/
/*    display: inline-block;*/
/*    position: absolute;*/
    /*left: 0;*/
/*    outline: none!important;*/
/*}*/
.home-content{
	padding-bottom:1em;
}
.custom-control {
    display: flex;
    /*height: 24px;*/
}

.address-item .address-actions .checkbox {
    padding-top: 0;
}


#confirmar_direccion_recojo .address-item.selected .checkbox label::before{
	/*background-color: #fff!important;*/
}

.nice-select, .nice-select .list{
	
	width:100%!important;
}

/*.nice-select{
	
	    line-height: 30px!important;
}*/

.address-buttons{
	text-align:center;
}


.card_slide_item_cat{
	cursor:pointer;
}

.add_direccion_web_new{
	padding: 1em 1em 0 1em;
    border: 2px solid #E0E0E0;
    border-radius: 10px;
    margin-bottom: 1em;
    margin-top: 1em;
}

.button-new-direccion{
	margin-bottom: 1em;
}

.active_dir{
	display:none;
}

.direccionweb_active{
	border: 2px solid #16AE87;
}


/**/
#frm_modal_complementos .checkbox label{
	padding-left: 3em;

}


.card-information {
    padding: 30px 15px!important;
}


.account-wrapp-web{
	width: 100%;
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
}


#frm_carrito_pagar .checkbox label::before{
	    border: 1px solid #cccccc;
	    /*background: white;*/
}

section.content.account{
	background: white;
}
footer{
	/*position: absolute;*/
 /*   width: 100%;*/
}

.my-orders .orders-list .list-group-item{
	border:0!important;
}

.shopping-cartitems{
	padding: 0 0.5em;
}


.user-acount-web .dropdown-item:hover, .user-acount-web .dropdown-item:hover i{
	color:white!important;
}


.shopping-cartmini{
	width: 326px!important;
}


#totalcarritoweb{
	position: relative;
    top: 0.19em;
	cursor:pointer;
}

.fixed-top-web #cont_direccion_entrega{
	cursor: unset!important;
}


.card_slide_item_cat{
	padding: 0.2em 0.5em!important;
}

.button-seguimiento{
	    font-weight: 600;
}

.content-telefono{
	display: flex;
}

.content-telefono #dropdownMenuPaises{

	padding: 0;
}



.account-wrapp{
	border: 1px solid #F2F2F2;
}

.btn-pink{
	color:#FFFFFF;
}

.shopping-cartitems i {
    color: #000000!important;
}

.header-web .header-control .address p, .header-control-mobile .address p{
	color: #FFFFFF;
}

.header-web .header-control .address .icon, .header-control-mobile .address .icon,
.header-web .header-control ._search .icon, .header-control-mobile ._search .icon,
.header-web .header-control > ul > li .user-acount .dropdown-toggle, .header-control-mobile > ul > li .user-acount .dropdown-toggle,
.header-web .header-control > ul > li .header-shopcart .dropdown-toggle, .header-control-mobile > ul > li .header-shopcart .dropdown-toggle{
	background: transparent;
}

#cont_tiendas_zona_reparto {
    padding: 0.5em;
    border-radius: 15px;
    background-color: #EEEEEC;
}

#cont_tiendas_zona_reparto .address-item {
    display: flex;
    border-bottom: 0px solid black;
    flex-direction: row-reverse;
    background-color: #EEEEEC;
}

#cont_tiendas_zona_reparto .address-box {
    padding: 0.5em;
    background-color: #EEEEEC!important;
    padding-left: 10px;
    border: 0;
}


.address-item .address-actions .checkbox {
    padding-top: 6px;
}

.content-controls-tienda .nav-item .active{
	color:#FFFFFF!important;
}


/*====================*/



.conten-web-home .nav-link.active .card_link_icon {
    border: 2px solid #15AE87;
    background: #fff;
}

.conten-web-home .nav-link.active label {
    color: #15AE87!important;
}

.conten-web-home .nav-link label {
    /* margin-left: -0.5em; */
    /*margin-top: -1em;*/
    width: 100%;
    text-align: center;
    font-weight: bold!important;
}

.conten-web-home .nav-tabs {
    border-bottom: 0!important;
}

.conten-web-home .nav-tabs .nav-link {
    border-color: transparent;
}


.conten-web-home .address-list .address-item{
	display: flex;
    border: 2px solid #F8F8F8;
    border-radius: 8px;
    margin-bottom: 0.5em;
}

.conten-web-home .nav-link {
    display: flex!important;
    justify-content: center!important;
    background: transparent!important;
}

.conten-web-home .address-list .address-item,.conten-web-home .address-item .address-box {
    background-color: #ffffff;
         /*border-right: 0;*/
}


.conten-web-home .card_link_icon {
    width: 13em;
    height: 13em;
    display: grid;
    justify-content: center;
    /* border: 2px solid #15AE87; */
    border-radius: 20px;
    padding: 2em;
    background: #F6F4F4;
}

.conten-web-home .radio label::after {
    background-color: transparent!important;
}

.conten-web-home label.lbl_radio_entrega::before {
    border: 0;
}


.conten-web-home .tab-content {
    border: 0!important;
}


.conten-web-home .card_link_icon {
    justify-content: center;
    border-radius: 10px;
    padding: 0;
    width: 8em;
    height: 8em;
}


.conten-web-home .card_link_icon img {
    padding: 1.5em;
    width: 8em;
}

.conten-web-home  .card_link_icon img{
	border-radius: 0%;
}



.modal-search-address .address-search-form {
    padding: 30px 0 0!important;
}

@media (max-width: 425px){
	
	.modal-search-address{
		margin:0!important;
	}
	
	.modal-search-address .modal-content{
		border-radius:0!important;
	}
	
	.modal-search-address .modal-content{
		height: 100vh;
		
	}
	
	.modal-search-address, #modalSearchAddress {
		background:#fff!important;
		overflow-x: hidden!important;
    	overflow-y: hidden!important;
	}
	
	.initSearchAddressMain .modal-search-address .modal-content{
		height: 100%;
	}
	
	.conten-web-home .card_link_icon{
		padding: 1em!important;
	}
	
	
	.card_link_icon img {
	    width: 6em!important;
	    /* height: 6em; */
	}
	
	/*.modal-search-address .address-search-form {
	    padding: 50px 0 0!important;
	}*/
}


.title h3 {
    font: 700 28px/1 "Poppins", sans-serif;
    color: #000000;
    margin-bottom: 18px;
}

@media (max-width: 425px){
	
	.header-fixed{
		top: 2.8em!important;
	}
.header-web .header-control div.address #lbl_direccion_entrega {
    position: fixed;
    width: 100%;
    margin-top: 4em;
    left: 11em;
    display: block!important;
    
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    width: 250px;
}
}


.card_slide_item_cat img{
	    object-fit: cover;
}


.header-fixed{
    position: fixed;
    z-index: 999;
    top: 5.7em;
    right:0;
    left:0;
    /*animation: navbarB 2s;*/
}

.content-web-mipedido .store-menu{
	    padding: 0!important;
}

/*.locations-map*/ #locations-map-content-all{
	height:100%;
}


/* ========================= NUESTROS LOCALES ================ */

.tab-items-map {
    display: grid;
    justify-content: center;
}

.nav-tabs {
    border-bottom: 0!important;
}

#content_card_map .store-menu {
    background-color: #EEEEEC;
    border-radius: 15px;
    border: 1px solid #EEEEEC;
}

#content_card_map .carousel-wrapp {
    padding: 0!important;
}

.rubros-bar .__carousel_items {
    max-width: 100%!important;
}

#content_card_map ._btn-minus, #content_card_map ._btn-plus {
    /* top: 11em; */
    top: 9em;
}

.tab-items-map .nav-tabs .nav-item.show .nav-link, .tab-items-map .nav-tabs .nav-link.active {
    /* background-color: #F6F7F8; */
    background-color: #EEEEEC;
    color: black;
    font-weight: bold;
    /* border-radius: 20px; */
    border: 0px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.tab-items-map .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.tab-items-map label.lbl_radio_entrega::before{
	background-color: transparent!important;
}

.tab-items-map label.lbl_radio_entrega::before{
	border: 2px solid transparent;
}

.tab-items-map .nav-link {
    padding: 0;
    padding-right: 1em;
    padding-top: 0.5em;
    color: black;
    /* font: 2em "akrobatblack", sans-serif; */
}

#content_card_map ._btn-plus {
    right: -2em;
}

#content_card_map ._btn-minus {
    left: -2em;
}


.gm-ui-hover-effect {
    outline: none!important;
}

#content_card_map .btn-map-card {
    /* width: 134px; */
    height: 30px;
    background: #F6F7F8;
    border: 0;
    font: 700 13px/26px "Poppins", sans-serif;
    /* color: #194621; */
    color: #000;
    padding: 0.15rem 0.75rem;
    border-radius: px;
    /* border-top-right-radius: 0; */
    /* border-bottom-left-radius: 0; */
    margin-top: 2em;
}

#content_card_map .card-data-text {
    margin-top: 1em;
    display: flex;
    column-gap: 0.5em;
}

#content_card_map .card-data-text i {
    margin-top: 0.2em;
    color: #16AE87;
}

#content_card_map hr {
    max-width: 100%;
    margin: 0;
}

#content_card_map h6, #content_card_map p, #content_card_map span {
    font-size: 0.9em;
}

/**/


.carousel-rubros-customer .btn {
  background: transparent;
  text-align: center;
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 10px;
  /*font: 700 13px/14px "rawsonregular", sans-serif;*/
  font: 500 13.5px "rawsonregular", sans-serif;
  color: #171919;
}

/*.carousel-rubros-customer .owl-item{*/
/*	display: flex;*/
/*  justify-content: center;*/
/*}*/

.carousel-rubros-customer .owl-stage{
	/*width: 100%!important;*/
	display: flex;
  justify-content: center;
}


.carousel-rubros-customer .btn.active {
  /*background: #fc163f;*/
  /*color: #ffffff;*/
  
  /*background:#E18A00;*/
  color: #000;
  font-weight:bold;
}

/*========================*/

@media (min-width: 576px) {
	
	#modalSearchAddress .modal-dialog .modal-header {
    padding: 20px 30px;
    
    background:#FFFFFF!important;
    color:#000000!important;
    border-top-left-radius:2em;
    border-top-right-radius:2em;
  }
  
}

#modalSearchAddress .modal-dialog .modal-header {
    padding: 20px 30px;
    
    background:#FFFFFF!important;
    color:#000000!important;
    border-top-left-radius:2em;
    border-top-right-radius:2em;
  }

#modalSearchAddress .modal-dialog .modal-header .modal-header-content .back{
	position: absolute;
  top: 0;
  left: -20px;
  width: 36px;
  height: 36px;
  background: transparent!important;
  border: 0;
  border-radius: 100%;
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #000000!important;
}

#modalSearchAddress .modal-dialog .modal-header .modal-header-content .close{
	position: absolute;
  top: -.3em;
  right: -20px;
  width: 36px;
  height: 36px;
  /*background: #F3F3F4;*/
  background: transparent!important;
  border-radius: 100%;
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #000000!important;
  opacity:1!important;
}


.bmg-autocomplete-items .bmg-autocomplete-item:hover{
	background: #E9FCF2;
}


#txt_search_direction_modalbmg-autocomplete-list::-webkit-scrollbar,
#txt_search_product_mobilebmg-autocomplete-list::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#txt_search_direction_modalbmg-autocomplete-list::-webkit-scrollbar-thumb,
#txt_search_product_mobilebmg-autocomplete-list::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ADADAD;
}

@media (max-width: 767px){
	#modalSearchAddress .address-search-form-style .modal-body {
	    /* padding: 0 40px; */
	    margin: 0 15px!important;
	    padding: 0;
	    
	    /**/
	}
	
	
	/*#modalSearchAddress .modal-dialog .modal-body{*/
	/*	padding: 0 15px 30px;*/
	/*}*/

}

.container-map-cards #content_card_map ._btn-minus {
    left: -3em!important;
}

.owl-stage{
	padding-top: 1em;
    padding-bottom: 1em;
/*transform: translate3d(0px, 0px, 0px)!important;*/
}

/* Para izipay*/
.kr-popin-button{
	display:none!important;
}



/**/

.carousel-rubros-customer .btn {
  background: transparent;
  text-align: center;
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 10px;
  /*font: 700 13px/14px "rawsonregular", sans-serif;*/
  font: 500 13.5px "rawsonregular", sans-serif;
  color: #171919;
}

.carousel-rubros-customer .owl-item{
	display: flex;
  justify-content: center;
}

.carousel-rubros-customer .owl-stage{
	/*width: 100%!important;*/
	display: flex;
  justify-content: center;
}


.carousel-rubros-customer .btn.active {
  /*background: #fc163f;*/
  /*color: #ffffff;*/
  
  /*background:#E18A00;*/
  color: #000;
  font-weight:bold;
}


/*sticky*/
.header-fixed-home{
    position: fixed;
    z-index: 400;
    top: 4.7em;
    right:0;
    left:0;
    /*animation: navbarB 2s;*/
}

.store-section .section-title h4::after {
    content: '';
    position: absolute;
    top: 40%;
    /*width: 100%;*/
    height: 2px;
    background: #DDE1EC;
    /*left: 2em;*/
}


.modal-close-btn.close{
	position: absolute;
    top: .5em;
    right: 7px;
    width: 36px;
    height: 36px;
    /*background: #F3F3F4;*/
    border-radius: 100%;
    padding: 0;
    font-size: 18px;
    margin: 0;
    color: #000000;
    opacity: 1;
}


input[name="check_confirmar_direccion_tipo"] {
	display:none!important;
}

.card_slider_map{
	height:100%;
}


.modal-ingresa-codigo .code-form .form-control{
	border: 1.5px solid var(--main-bg-color)!important;
}


.badge{
	font-size: 90%!important;
}


/*********************** #custom *********/

#content-events{
	margin-top: 1em
}

.event-data-desc{
	margin-bottom: 0.5em;
	display: flex;
    gap: 0.5em
}

.badge-time{
	    border-radius: 0;
    width: 50%;
    padding: 0.5em;
    position: absolute;
    right: 1.4em;
    top: 50%;
}
.event-data-desc span{
	font-size: .8em;
    font-weight: 100;
    padding: 0.5em 0.7em 0.5em 0.7em;
    width: 100%;
	border-radius:.5em
}

#content-events .food-item .card-body .btn-link, #content-events-items .food-item .card-body .btn-link{
	height:auto;
}

#content-events .food-item, #content-events-items .food-item{
	height:auto;
}

.button-event{
	justify-content:center;
}

.button-event .btn-agregar{
	background: #F3F3F3!important;
	color: #094C43!important;
}

.img-event-item{
	height: 308px!important;
}

.breadcrumb.events{
	background:transparent!important;
}

.breadcrumb-nav .breadcrumb .breadcrumb-item,.breadcrumb-nav .breadcrumb .breadcrumb-item a{
	font: 13px/25px "rawsonregular", sans-serif!important;
    /*color: #ffffff!important;*/
}

.breadcrumb-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before{
	color: #ffffff!important;
}

.content-detail-event{
	border-radius: 10px;
    border: 2px solid #dfdfdf;
    /*padding: 3em;*/
}


.event-detail-desc .item{
	display: flex;
	gap:1em;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 1em;
}

.event-detail-desc .item .icon-img{
	color: #FFBB00;
}


.event-detail-desc .item .title{
	font-weight:bold;
}

.event-detail-desc{
	padding: 0 15px 0 15px;
}

.content-event-counter{
	background-color: #fb0;
	    color: #fff;
    font-weight: bold;
    padding: 0 30px 0 30px;
}

.content-event-counter .item-count{
	font-size: 2.154rem;
    line-height: 2.154rem;
    /*font-weight: 300;*/
    margin-bottom: 5px;
}

.title-event{
	padding: 20px 0 20px;
}

.content-bg-galeria {
	padding-right: 0!important;
    margin-bottom: 1em;
}


@media (max-width: 425px){
	.content-bg-galeria{
		padding-right:15px!important;
	}
.locations-map {
    /* margin-top: 1em; */
    /*height: 20em!important;*/
}


.locations-map #map_modal {
    /*height: calc(100vh - 580px)!important;*/
        max-height: 280px!important;
    /*height: 280px!important;*/
}
}


/*****HEADER*****/



@media (min-width: 768px){
	.category-nav .navbar-nav .dropdown-menu {
		top: 0!important;
	}
	
	.category-nav .navbar-nav .nav-link{
		width:150px!important;
	}
}

/****** MODAL REGISTRAR USUARIO *****/

#frm_modal_register .checkbox{
	text-align:center;
}

#frm_modal_register .checkbox label::before{
	border-radius: 4px;
	top: 0.5em;
	border: 1px solid #6c757d;
}


#frm_modal_register .checkbox input[type="checkbox"]:checked + label::after{
	/*left: 3.2em!important;*/
    top: 0.5em!important;
}


/************************/

.container-personas .form-group {
    margin-bottom: 0!important;
}


.content-bg-galeria img{
	width:100%;
	height:100%;
}


/************************/

.item-card-check {
	display:flex;
}

.item-card-check .cash-payment {
	width:100%;
}

.item-card-check .corner-checkbox {
	display: flex;
    justify-content: center;
    align-items: center;
}

.item-card-check .corner-checkbox label {
	display: flex;
	margin: 0 auto;
}

.item-card-check .corner-checkbox .checkbox label::before{
	top:0;
}

.item-card-check .corner-checkbox .checkbox label::after{
	top: 0.5em!important;
}

._appws {
	font-weight:bold;
	cursor: pointer;
}