
.container-location {
    text-align: center;
    /* margin-top: 25px; */
    border-radius: 5px;
    /* background: white; */
    overflow: hidden;
    font-family: "chicken-sans-regular";
}
.container .address{
	padding: 15px;
	text-align: left;

}
.container-title {

    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    color: #ebbc55;

}
.contanier-address{
	padding: 20px;
	max-width: 800px;
	margin: auto;	
}
.label-address{
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
label.required {
    text-align: left;
    width: 100%;
    padding-bottom: 5px;
    color: #ebbc55;
}
.contanier-address .title {
	padding: 10px;
	text-align: center;
	font-family: "din1451";
	font-size: 30px;
	color: #ebbc55;
	text-transform: uppercase;
}
.container-location input,.customer-address-form input{
	width: 100%;
	padding: 10px 30px;
}

.container-location select,.customer-address-form select{
	width: 100%;
	padding: 8.5px 33px !important;
    height: 41px;
}
#departamento-mapa, #distrito-mapa, .autocomplete-content {
    display: inline-block;
    width: 100%;
    padding-bottom: 7px;
}
#departamento-mapa label, #distrito-mapa label, .autocomplete-content label {

    display: block;
    padding-top: 10px;
    padding-left: 0;

}
.input-box{
	padding: 0 0 15px;
}
.input-box label{
	float: left;
	padding-bottom: 5px;
}
.input-box label em{
	float: right;
	color: #993e33;
}
.contanier-address .input-box{
    padding: 0;
}
.content-address-before::before {
	left: 0;
}
#premap-canvas .mapboxgl-canvas {
	position: relative !important;
}
.button-continue{
	padding:20px 0 20px 0;
}
.contanier-address .button-continue{
    padding: 0;
}
.customer-address-form input{
    margin-top: 0 !important;
    width: 70% !important;
}
.customer-address-form select{
    background-image: url('images/arrow-down.svg') !important;
}

#premap-canvas.loading-map::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9;
    background: white;
}

#premap-canvas.loading-map::after {

    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    border: 4px solid #23398f;
    border-top: 4px solid#fff;
    border-radius: 50%;
    -webkit-animation:spin .6s infinite linear;
    animation:spin .6s infinite linear;

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



/* UBICACIÓN */

.store-location {
    display: inline-block;
    width: 100%;
    padding: 21px;
    background: white;
    border-radius: 10px;

}
.store-location .primary {
    max-width: 273px;
    float: left;
    font-family: 'Arial';
    font-size: 15px;
    color: #030819;
}
.store-location .name-store-address {
    display: inline-block;
    padding-left: 5px;
}
.store-location span.name-store-address {
    padding: 5px;
    font-size: 21px;
    color: #030819;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.store-location .button-location {
    max-width: 115px;
    text-align: center;
    background: #ebbc55;
    padding: 10px 20px;
    border-radius: 17px;
    float: right;
}
.store-location .button-location a {
    color: white;
    font-size: 13px;
}

.onestepcheckout-column-right .button-continue {
    width: 49%;
}
.onestepcheckout-column-right #continue-details-prev{
    width: 90%;
}
#billing_address_list {
    margin-bottom: 0px;
}

.clearfix.additional-info{
    /*background-color: #F8F8F8;*/
    margin: 0 -20px;
    padding: 0 20px;
}
div.checkoutcontainer select ,div.my-account select, #gmaps-content select { 
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 97% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
div.loading-address{
    position: absolute;
    background-image: url('images/throbber.gif');
    background-repeat: no-repeat;
    width: 130px;
    top:25px;
    left: 50%;
    margin-left: -65px;
    z-index: 998;
    height: 16px;
}
div.checkoutcontainer select ,div.checkoutcontainer input , #gmaps-content select{
    -moz-box-sizing: border-box;    
    -webkit-box-sizing: border-box;
    display: inline-block;
}
.onestepcheckout-column-right input {
    margin: 0;
}
.billinginputhide {
    display: none !important;
}

.billing-autocomplete {
        background-color: #fff;
        font-size: 14px;
        font-weight: 300;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 100%;
}
select.select-region {
    width: 100%;
}

.icon-button-search{
    position: absolute;
    top: 5px;
    right: 20px;
    background: #ebbc55;
    color: white;
    width: 32px;
    height: 31px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 1000;
  border-radius: 2px;
  font-size: 11px;
  font-family: Arial,sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  left: 15px;
  right: 15px;
}
.ico-pointer{
	position: relative;
}

.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(../../../../../../../maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}
.pac-container-2 .pac-icon {
    background-image: url('images/customer/point-autocomplete.svg') !important;
    background-size: contain;
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: initial;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -10px;
}
.pac-container-2.result-auto .pac-icon{
    background-image: url('images/customer/pointer.svg') !important;
    margin-top: -15px;
}
.pac-container-2 .pac-item-query {
    padding-left: 25px;
    display: inherit;
    line-height: 20px;
}
.pac-container-2 .address-detail {
    display: inherit;
    padding-left: 25px;
    line-height: 20px;
}
.pac-container-2 .pac-item {
    position: relative;
    min-height: 30px;
}
.wizard-1 .modal-body-2 {
    min-height: 250px;
}
.close-new-addresses {
    opacity: 1;
    margin: 15px 10px !important;
}
.wizard-2 .content-mapa{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}
.link-terms-condition {
    color: 
    #ebbc55;
    text-decoration: underline;
}

.pac-icon-marker {
  background-position: -1px -161px;
}

.pac-item {
  cursor: pointer;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  vertical-align: middle;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  color: #999;
}

.pac-item:hover {
  background-color: #efefef;
}
.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000;
}

.pac-item-details {
  color: lightblue;
  padding-left: 22px;
}

.pac-item-error,
.pac-item-error:hover {
  color: #aaa;
  padding: 0 5px;
  cursor: default;
  background-color: #fff;
}

.pac-matched {
    font-weight: 700;
}


.msg-warning-zone {
    width: 100%;
    left: 0 !important;
    height: 38px;
    background: #ebbc55;
    z-index: 9999999 !important;
    color: #FFF;
    line-height: 15px;
    padding: 5px;
    padding-left: 5px;
    padding-left: 10px;
    text-align: center;
}
.msg-warning-zone a {
    color: #fff;
    font-weight: bold;
}
.message-zone {
    color: #eb3447;
    font-size: 11px;
    font-weight: 600;
}
#content-continue-address{
    width: 100%;
    bottom: 24px !important;
}
#content-continue-address #continue-address{
    width: 30%;
}

#content-config-address .button-continue div.button{
    width: 70%;
    height: 20px;
    font-size: 13px;
    margin: 0% 12% 4% 12%;
    padding-top: 2%;

}
#content-config-address .postal-code{
    display: none;
}
.button-edit-address{
    top: 70% !important;
}

#address-description {
    padding-top: 10px;
    font-size: 13px;
}

.info-address-text {
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-left: 45px;
    color: #FFF;
    position: absolute;
    font-weight: bold;
}
.customer-address-form .info-address-text {
    color: black;
    font-size: 11px;

    width: 80%;
}

.info-address-text::before {
    content: '';
    background: url('images/edit-pointer.png') no-repeat;
    width: 19px;
    height: 25px;
    position: absolute;
    left: 19px;
    top: 15px;
}


.select-item-address {
    padding: 10px 35px;
    text-align: left;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    background: white;
    color: black;
}
.select-item-address .street-address {
    color: black;
}
.checkout-cart-index .select-item-address .street-address {
    color: #666;
}

.select-item-address.selected::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    background-image: url('images/customer/address-default-yellow.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    right: 8px;
    margin-top: -15px;
}
.radio-address-id {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}
.btn.btn-yelow {
    background: #ebbc55;;
    margin: 10px;
    color:#ebbc55;
    font-size: 15px;
    width: 100%;
    max-width: 250px;
    border-radius: 25px;
}
.btn.btn-red {
    background: #ebbc55;
    margin: 10px;
    color: white;
    font-size: 20px;
    width: 100%;
    max-width: 230px;
    border-radius: 11px;
    font-family: "chicken-sans-bold";
}

.btn.btn-white {
    background: white;
    margin: 10px;
    color: #ebbc55;
    font-size: 20px;
    width: 100%;
    max-width: 230px;
    border-radius: 11px;
    font-family: "chicken-sans-bold";
}
.btn.btn-orange,a.btn-orange {
    background: #ebbc55;
    margin: 10px;
    color: white;
    font-size: 15px;
    /* width: 100%;
    max-width: 230px; */
    border-radius: 22px;
    font-family: "chicken-sans-bold";
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
}
.btn.btn-orange-white,a.btn-orange-white {
    background: white;
    margin: 10px;
    color: #ebbc55;
    font-size: 15px;
    /* width: 100%;
    max-width: 230px; */
    border-radius: 22px;
    font-family: "chicken-sans-bold";
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
}

.btn.btn.btn-orange-white a{
    color: #ebbc55;
}
.btn.btn.btn-orange a{
    color: white;
}

.select-item-address::before {
    content: "";
    position: absolute;
    
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    top: 50%;
    left: 5px;
    margin-top: -12.5px;
    background-size: 100%;
}
.select-item-address.store::before {
    background-image: url('images/tienda.png');
}
.select-item-address.house::before {
    background-image: url('images/customer/house.svg');
}
.select-item-address.office::before {
    background-image: url('images/customer/office.svg');
}
.select-item-address.novio::before {
    background-image: url('images/customer/novio.svg');
}
.select-item-address.more::before {
    /* background-image: url('images/customer/more.svg'); */
}
.select-item-address.selected{
	background: #fff9f9;
}
.select-item-address::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url('images/ubicacion.png');
    top: 50%;
    right: 15px;
    margin-top: -12.5px;
    background-size: 100%;
}
.title-mobile {
    display: none;
}
.container-modal-new-addresses .modal-header{
	background-color: #ebbc55;
	color: white;
}
.modal{
	background-color: rgba(4, 4, 4, 0.57);
}

.logo-new-address {
    width: 100%;
    max-width: 100px;
    padding: 10px 0;
}
.content-place {
	max-width: 500px;
    margin: auto;
    text-align: center;
    padding-bottom: 10px;
}
.customer-address-form .content-place .item-inside{
    width: 25%;
}
.overflow-hidden{
    overflow: hidden;
}
.customer-container .content-place{
    max-width: 550px;
    padding-bottom: 20px;
}
.item-place {
    border: 1px solid #707070;
    border-radius: 10px;
	padding: 15px;
	position: relative;
    color: #54596a;
    margin:10px;
}
.item-place  img{
    max-width: 30px;
}
.item-place .radio {
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-place .radio {
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item-place.selected {
	border: 1px solid #ebbc55;
	color : #ebbc55;
	box-shadow: 0 0px 0px 1.5px #ebbc55;
}

.item-title {
    font-size: 15px;
    padding: 5px 0;
}
.label-place {
	text-align: center;
	color: #ebbc55;
	padding: 20px 0;
}

.place-others {
    padding-top: 20px;
}

.product-item-grid .product-name h2 {

    font-size: 22px;
    padding: 15px 9px;
    margin: 0;
    line-height: 22px;
}
.product-description-mobile{
    display: none;
    position: absolute;
    top: -40px;
    padding: 10px 10px;
    width: 100%;
    color:white;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.bubble-address {
    display: inline-block;
    background: #5bc0de;
    color:#fff;
    position: relative;
    padding: 4px 33px 6px 20px;
    border-radius: 7px;
    float: left;
    margin-left: 30px;
    margin-top: 4px;
    margin-right: 35px;
}
.bubble-addres-close {
    padding-left: 22px;
    text-transform: lowercase;
    position: absolute;
    cursor: pointer;
    right: 7px;
    top: 4px;
    font-size: 17px;
}

.message-store {
    color: #E3181F;
    border: 1px solid;
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 10px;
    display: none;
}

.input-box {
    position: relative;
}
.input-box::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 5px;
    background-repeat: no-repeat;
}
.content-address-before::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
}
.modal-body-new-address {
    background: #f6f7f8;
    max-height: calc(100vh - 100px);
    border: none;
}
.modal-body-1, .modal-body-2 {
    background: white;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
}
#modal-new-addresses .modal-dialog.modal-lg{
    height: 90%;
    margin: 30px auto;
}
#modal-new-addresses .modal-dialog * {
    box-sizing: border-box;
}
#modal-new-addresses .modal-content{
    height: 95%;
    background: #f6f7f8;
    border: none;
}

.input-box.ico-email::before {
    background-image: url('images/customer/email.svg');
}
.input-box.ico-password::before {
    background-image: url('images/customer/password.svg');
    top: 5px;
}
.input-box.ico-user::before {
    background-image: url('images/customer/user.svg');
    top: 5px;
}
.input-box.ico-dni::before {
    background-image: url('images/customer/dni.svg');
    top: 10px;
}
.input-box.ico-code::before {
    background-image: url('images/customer/code.svg');
    top: 10px;
    width: 26px;
}
.input-box.ico-phone::before {
    background-image: url('images/customer/fono.svg');
    top: 8px;
}
.input-box.ico-address::before {
    background-image: url('images/customer/address.svg');
    top: 7px;
}
.input-box.ico-address-blue::before {
    background-image: url('images/customer/address-blue.svg');
    top: 7px;
}
.input-box.ico-pointer::before {
    background-image: url('images/customer/pointer.svg');
    top: 7px;
    background-size: contain;
}
.input-box.ico-place::before {
    background-image: url('images/customer/house_naranja.svg');
    top: 10px;
    background-size: 24px 20px;
}
.input-box.ico-time::before {
    background-image: url('images/customer/time.svg');
    top: 5px;
}
.input-box.ico-cash::before {
    background-image: url('images/customer/cash.svg');
    top: 10px;
}
.input-box.ico-comment::before {
    background-image: url('images/customer/comment.svg');
    top: 5px;
}
.input-box.ico-reference::before {
    background-image: url('images/customer/reference.svg');
    top: 5px;
}
.input-box.ico-link::before {
    background-image: url('images/customer/url.svg');
    top: 5px;
}
.input-box.ico-region::before {
    background-image: url('images/customer/region.svg');
    top: 5px;
    background-size: contain;
    width: 20px;
    height: 30px;
}
.input-box.newsletter {
    padding: 29px 5px;
}
.show-password {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 5px;
    background-repeat: no-repeat;
    background-image: url('images/customer/eyes.svg');
    cursor: pointer;
}
.address .button-next-address {
    width: 17px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 10px;
    cursor: pointer;
}
.modal-title .title-web {
    font-size: 20px;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.content-shipping {
    padding-left: 15px;
}
.list-shipping li{
    display: inline-block;
}

.list-shipping input[type='radio']{
    display: none;
}
.list-shipping label.method{
    background-color: #c1c1c1;
    padding: 10px 44px;
    border-radius: 25px;
    color: gray;
    text-transform: uppercase;
    padding-left: 68px;
    position: relative;
    cursor: pointer;
    font-family: "chicken-sans-bold";
}


.list-shipping .tm-selected + label{
    background-color: #ebbc55;
    color: white;
}

.title-page-location {
    text-align: center;
    color: #0b0b0b;
    font-size: 18px;
    padding: 25px 20px 30px;
    font-family: "chicken-sans-bold";
}
.container-shipping-method{
    min-height: 50px;
}
.list-shipping img {
    max-width: 30px;
    padding-right: 7px;
}

.list-shipping label::before {
    content: "";
    width: 30px;
    height: 25px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 6px;
    left: 25px;
}

.list-shipping label.storepickup:before{
    background-image: url("images/shipping/recojo-gris.svg");
}

.storepickup-li{
    width: 25%;
    /* margin-bottom: 30px;
    min-height: 135px; */
}

.message-location{
    margin-top:20px;
}

/* .list-shipping input[type='radio']:checked + label.storepickup:before{
    background-image: url("images/shipping/recojo.svg");
} */

.list-shipping .tm-selected + label.storepickup:before{
    background-image: url("images/shipping/recojo.svg");
}

.list-shipping label.flatrate:before{
    background-image: url("images/shipping/delivery-gris.svg");
    top: 8px;

}

/* .list-shipping input[type='radio']:checked + label.flatrate:before{
    background-image: url("images/shipping/delivery.svg");
    top: 8px;

} */
.list-shipping .tm-selected + label.flatrate:before{
    background-image: url("images/shipping/delivery.svg");
    top: 8px;

}
.container-store {
    background: #dedede;
    margin: 10px 15px;
    margin-bottom: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    min-height: 160px;
    text-align: left;
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
}
.container-store label{ 
    cursor: pointer;
}
.container-store .title-store {
    color: #ebbc55;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

.container-storepickup .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    margin-bottom:40px
}

.container-storepickup .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.container-store .phone-store,
.container-store .hours-store{
    padding-left: 20px;
    position: relative;
}
.container-store .phone-store:before{
    background-image: url("images/shipping/fono.svg");
    background-size: contain;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0px;
}
.container-store .hours-store:before{
    background-image: url("images/shipping/hours.svg");
    background-size: contain;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 0px;
}
.container-store .radio-store{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
}
.container-store .radio-store label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.container-store .radio-store .tm-radio input[type="radio"] {
    margin-right: 5px;
    margin-top: 10px;
    float: right;
    width: 25px;
    opacity: 1;
}

.main-container-location {
    clear: both;
    margin: auto;
    max-width: 1000px;
    padding: 10px 15px;
    /* border: 1px solid #000; */
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "chicken-sans-regular";
    width: 75%;
    background-color: #1e1e1e;
    color: black;
}
.main-container-location .row{
    align-items: center;
}
.top-location-message {
    position: relative;
    font-size: 14px;
    padding-left: 45px;
    text-align: left;
    min-height: 40px;
    color: #f7f7f7;
}

.top-location-message:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 7px;
    left: 0;
    background-image: url("images/tienda.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.top-location-store {
    float: left;
    font-size: 20px;
    font-weight: bold;
    font-family: "chicken-sans-bold";
    position: relative;
    padding-left: 30px;
    /* padding-top: 12px; */
    letter-spacing: 2px;
    color: #f7f7f7;
}
.top-location-store:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    /* top: 7px; */
    left: 0;
    background-image: url("images/pointer.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.top-location-button .btn-red a{
    color: white;
}
.top-location-button .btn-red {

    font-size: 18px;
    padding: 5px 10px;
    margin: 5px;

}
.top-location-button{
    float: right;
}

.top-location{
    height: 100%;
}
.top-location div{
    display: flex;
    justify-content: center;
}
.loading-store{
    position: relative;
}
.loading-store::before {
    content: "";
    background: #ffffff8a;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.max-container-address{
    max-width: 900px;
    margin: auto;
}
.contanier-top-cart{
    background: white;
    font-family: "chicken-sans-regular";
}

.checkout-cart-index .header-container{
    margin-bottom: 20px;
}
.checkout-cart-index .page-title{
    text-align: center;
}

.content-top-address .content-right{
    text-align: right;
    width: 50%;
    float: left;
}
.content-top-address .content-left{
    text-align: left;
    width: 50%;
    float: left;
}
.shipping-method-address span{
    color: #9c9c9e;
    font-weight: bold;
}
.shipping-method-address .method-title{
    text-transform: uppercase;
    color: #ebbc55;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    font-family: 'Rokkitt','Open Sans',Arial,Verdana,sans-serif;
}
.link-red a{
    color: #ebbc55;
    font-family: 'Rokkitt','Open Sans',Arial,Verdana,sans-serif;
    font-weight: bold; 
    text-decoration: underline;
}

.shipping-method-address {
    display: inline-block;
    width: 100%;
}

#button-confirmed{
    position: relative;
}


#button-confirmed.loading,#save-new-address-popup.loading {
    pointer-events: none;
    background: #888585;
}
.container-button-save {
    text-align: center;
}

#modal-confirm-addresses{
    z-index: 200000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-confirm-addresses .modal-dialog{
    /* margin-top: 5rem; */
}
#modal-confirm-addresses .modal-body{
    border: 1px white solid;
    border-radius: 20px;
}
#modal-confirm-addresses .modal-confirm-content{
    padding: 20px;
}
#modal-confirm-addresses .btn{
    max-width: none !important;
    width: auto !important;
    font-size: 13px !important;
    cursor: pointer !important;
}
#modal-confirm-addresses .btn-green{
    max-width: none !important;
    width: auto !important;
    font-size: 15px !important;
}

#modal-confirm-addresses #item-selected-address{
    font-family: 'FrankfurterMediumStdRegular', Arial, sans-serif;
    font-size: 20px;
    text-align: center;
}
.btn-green{
    color: #00a42e !important;
    border: 1px solid #00a42e !important;
    background-color: white !important;
}
#modal-confirm-addresses .modal-confirm-image{
    text-align: center;
    margin-bottom: 20px;
}
#modal-confirm-addresses .btn.btn-white{
    border: 1px solid;
}

@media screen and (max-width: 560px) {
    #modal-confirm-addresses .btn{
        width: 100% !important;
    }
    #modal-confirm-addresses .modal-dialog{
        margin-top: 0px !important;
    }
    .customer-address-form #autocomplete{
        width:60% !important;
    }
    .customer-address-form .icon-button-search{
        right: 0px !important;
    }
    #gmaps-content .title-mapas{
        font-size: 16px;
    }

    #modal-confirm-addresses .modal-confirm-image img{
        max-width: 100px;
    }
    #modal-confirm-addresses .modal-box{
        margin: 0;
    }
    .content-place .col-xs-3 {
        padding: 5px;
    }
    .list-shipping input[type='radio'] + label{
        font-size: 11px;
    }
    #modal-new-addresses .modal-dialog.modal-lg{
        margin-top: 0;
        height: 100%;
    }
    .modal-body-new-address{
        max-height: 100%;
        padding: 0px !important;
    }
    .modal-body-1, .modal-body-2{
        padding-bottom: 50px;
    }
    #modal-new-addresses .icon-button-search{
        right: 0px !important;
    }

    #modal-new-addresses input#autocomplete{
        width: 85%;
    }
    
    .top-location div.top-location-message {
        display: none ;
    }
    .top-location-s{
        width: 33% !important;

    }
    .top-location-b{
        width: auto;
        
    }
    .list-shipping label.method{
        padding: 10px 25px;
        padding-left: 50px;
    }
    .list-shipping label::before{
        width: 22px;
    }

    .storepickup-li{
        width:100%;
    }
    .container-store{
        min-height: 130px;
    }

    .list-shipping label.storepickup:before,.list-shipping label.flatrate:before,.list-shipping .tm-selected + label.flatrate:before,.list-shipping .tm-selected + label.storepickup:before{
        background-image: none;
    }
    
    
}
@media screen and (max-width: 320px) {
    .list-shipping label.method{
        padding: 10px 10px !important;
    }
    .content-shipping{
        padding-left: 0px;
    }
}
