/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .bottom-footer{
    position: inherit !important;
}
.unit-name-s{
    padding: 0px !important;
}
.unit-name-s h3{
    margin: 0px !important;
}

.check-text{
    color: #666;
}
.monthly-cost{
    font-family: Source Sans Pro;
    font-weight: 600;
    color: #000;
}
.unit-features{

    letter-spacing: 0.205em;line-height: 28px;font-size: 18px;font-style: normal;
    margin-bottom: 5px;
}
.dummy-row{

}
.text-big{
    font-size: 28px;
    padding-bottom: 4px;
}

.text-section-heading{
    font-size: 30px;
    padding-bottom: 16px;
}

.text-strikethrough{
    text-decoration: line-through;
}

.disabled-input{
    pointer-events: none;
    background: #EEE !important;
}

.flash-msg-container.form-alerts {
    display: block !important;
    position: absolute!important;
    top: 5px!important;
    right: inherit!important;
    margin-top: 0px!important;
    width: 50% !important;
    padding: 0px !important;
    z-index: 1!important;
    color: #fefefe!important;
    font-size: 16px!important;
    text-align: center!important;
}
.flash-msg-container.form-alerts .flash-box-text{
    line-height: inherit !important;
}
@media (max-width:576px) {

    #ajax-content-wrap .container{
        padding-left:2px;
        padding-right:2px;
    }

}


.unit-card span,
.unit-card h1,
.unit-card h2,
.unit-card h3,
.unit-card h4{
    font-family: 'Source Sans Pro', sans-serif;
}

.small-text{
    font-size: 11px;
    letter-spacing: 1px;
}

.unit-card .unit-heading.text-strikethrough{
    font-weight: 100;
    font-size: 15px;
}

.unit-card .unit-heading{
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.012em;
}

.unit-card .small-text{
    letter-spacing: -0.052em;
    line-height: 0px;
    font-size: 12px;
    font-weight: 600;
}

.units-table .tabulator-headers{
    display:none;
}

.tabulator-table .tabulator-row:first-child{
    margin-top: 5px;
}
.units-table .tabulator-row.tabulator-row-even {
    background-color: #fff;
}

.tabulator-row.tabulator-selectable.tabulator-row-odd:first-of-type {
    /* padding-top: 20px; */
}

.units-table.tabulator{
    background-color: #fff;
    color: #832a81;
    border: 2px solid #e7e7e8;
    padding-bottom: 4px;
}
.units-table.tabulator > div{
    border: 0px;
}
.units-table.tabulator .tabulator-footer {
    background-color: #fff;
    color: #832a81;
    border-top: 0px;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.units-table.tabulator .tabulator-footer a{
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
}
.units-table.tabulator .tabulator-footer a i{
    font-size: 20px;
    margin-left: 6px;
    line-height: 20px;
}


.units-table{
    height: 400px;
    border: 2px solid #ececed;
}

.units-table  button{
    width:140px;
    font-size: 16px;
    border-radius: 8px !important;
    padding-right: unset;
    padding-left: unset;
}

.units-table  .unit-detail-form .register-form form .ms-input-group{
    font-size: 16px;
    background-color: #ffffff;
    /* border: 1px solid #c4c4c4; */
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 14px;
    /*height:38px; */
    position: relative;

}

.units-table  .unit-detail-form .register-form form .ms-input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4c4c4d;
    font-size: 16px;
    opacity:1;
    text-transform: lowercase;
}
.units-table  .unit-detail-form .register-form form .ms-input-group input::-moz-placeholder { /* Firefox 19+ */
    color: #4c4c4d;
    font-size: 16px;
    opacity:1;
    text-transform: lowercase;
}
.units-table  .unit-detail-form .register-form form .ms-input-group input:-ms-input-placeholder { /* IE 10+ */
    color: #4c4c4d;
    font-size: 16px;
    opacity:1;
    text-transform: lowercase;
}
.units-table  .unit-detail-form .register-form form .ms-input-group input:-moz-placeholder { /* Firefox 18- */
    color: #4c4c4d;
    font-size: 16px;
    opacity:1;
    text-transform: lowercase;
}
.units-table  .unit-detail-form .register-form form .ms-input-group.required::after{
    content:"*requerido";
    position: absolute;
    transform:translateX(-106%) translateY(18%);
    color:#848484;
    font-size: 14px;
    pointer-events: none;
    top: 10px;
    right: -15%;
}



.units-table  .unit-detail-form .register-form form input{
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
    box-shadow: none;
    height: 99%;
}

.units-table .mega-promo {
    width: 100%;
    height: auto;
    background-position: left top;
    background-size: cover;
}

.units-table .unit-detail-form .contract-promos {
    font-weight: 400;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.units-table .unit-detail-form .contract-promos i{
    padding-right:.25em;
    font-size: 18px;
}

.units-table  .megastorage-bar-horizontal{
    background-color: var(--megastorage-light-grey) !important;
    color: var(--megastorage-light-grey) !important;
    border: 0px solid;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.units-table  .unit-detail-form .unit-details .row{
    padding-bottom: 6px;
}

.tabulator-paginator select{
    width: auto;
}

.units-table .tabulator-row .tabulator-cell {
    border-right: 0px solid #aaa;
}
.units-table .tabulator-row .tabulator-cell .card-body{
    display: contents;
}

.units-table .unit-detail-form .text-section-heading{
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 0px;
}

.units-table .unit-card .unit-detail-form .unit-heading.text-strikethrough{
    font-weight: 100;
}

.units-table .unit-card .unit-detail-form .unit-heading{
    font-size: 22px;
    font-weight: 600;
}

.units-table .unit-card .unit-detail-form .unit-feature{
    font-size: 14px;
    line-height: 8px;
}
.units-table .unit-card .unit-detail-form .unit-feature i{
    font-size: 14px;
}
.unit-feature i{text-align: left !important; width: auto !important;}

.units-table .unit-card .unit-detail-form .unit-details .unit-heading{
    font-size: 17px;
    font-weight: 600;
}

.units-table .unit-card .unit-detail-form .unit-details .unit-charge{
    font-size: 14px;
    padding-bottom: 0px;
}



.unit-detail-form{
    display:none;
    padding-top: 20px;
}

.register-form form{
    display:flex;
    flex-direction: column;
}

.tabulator-cell{
    height:auto !important;
}
.tabulator-cell > .row{
    /* margin-right: 12px;
     margin-left: 26px; */
    padding: 0px 15px !important;
}

.unit-detail-form{
    padding-bottom: 15px;
    /* color: var(--megastorage-light-grey) !important;
     border-bottom: 1px solid; */
}

.units-table .tabulator-row.tabulator-selectable:hover {
    background-color: #ffffff00;
    cursor: unset;
}

.unit-feature{
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 16px;
    color:#404041;
}
.unit-feature i{
    font-size: 24px;
    width:30px;
    color:#231f20;
    line-height: 0.8;
}

.emphasis-text{
    letter-spacing: -0.046em;
    font-weight: 900;
    font-size: 26px;
}

.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: unset;
    border-radius: .25rem;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 25px 15px 15px;
    -webkit-transition: transform .2s ease,-webkit-box-shadow .2s ease;
    transition: transform .2s ease,box-shadow .2s ease;
    top: 0;
}

.border-dark {
    border-color: #343a40 !important;
}



.border-right {
    border-right: 1px solid #dee2e6 !important;
}

pre {
    overflow: scroll;
}


.my-payments-row.simple-template{
    display:none;
}

.my-units-row.simple-template{
    display:none;
}
.my-units-row .hidden-move-out-from{
    display:none;
}

.my-payments-row{
    -webkit-transition: transform .2s ease,-webkit-box-shadow .2s ease;
    transition: transform .2s ease,box-shadow .2s ease;
}
.my-payments-row:not(.simple-template){
    text-align:right;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid var(--megastorage-purple);
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.small-loader{
    width: 90px;
    height: 90px;
}
.reservation-loader, .unit_details_loader{
    width: 90px;
    height: 90px;
}
.reservation-loader img, .unit_details_loader img {
    width:auto;
    height:auto;
    margin-bottom: 15px;
    max-width: 100%;
}
.checkout_loader_div{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.my-payments-row.row.card {
    margin-bottom: 25px;
}

.my-sitelink-info.simple-template{
    display:none;
}


.bg-megastorage-purple{
    background-color: var(--megastorage-purple) !important;
}
.text-megastorage-purple{
    color: var(--megastorage-purple) !important;
}
.bg-megastorage-orange{
    background-color: var(--megastorage-orange) !important;
}
.text-megastorage-orange{
    color: var(--megastorage-orange) !important;
}

.bg-megastorage-light-grey{
    background-color: var(--megastorage-light-grey) !important;
}
.text-megastorage-light-grey{
    color: var(--megastorage-light-grey) !important;
}

.bg-megastorage-dark-grey{
    background-color: var(--megastorage-dark-grey) !important;
}
.text-megastorage-dark-grey{
    color: var(--megastorage-dark-grey) !important;
}

.megastorage-bar-horizontal{
    background-color: var(--megastorage-purple) !important;
    color: var(--megastorage-purple) !important;
    height: 2px;
    border: 0px;
}

#footer-widgets > .container{
    /* max-width: unset !important; */
}

#footer-widgets > .container::before {
    background-image: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/Cubes.svg');
    position: absolute;
    bottom: -33%;
    z-index: 0;
    background-size: auto 100%;
    background-position: left bottom;
    width: inherit;
    height: 99%;
    content: "";
    left: 0px;
    background-repeat: no-repeat;
}

#footer-widgets > .container > .row {
    z-index: 1;
    /* padding-left: 30%; */
}

#footer-widgets > .container > .row::before {
    background-image: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/Logo-White.svg');
    position: absolute;
    top: 38px;
    z-index: 0;
    background-size: 100%;
    background-position: left top;
    width: 300px;
    height: 67px;
    content: "";
    left: -50px;
}

@media (max-width:576px) {
    #footer-widgets > .container > .row {
        z-index: 1;
        padding-top: 140px;
        padding-left: 6%;
    }
    #footer-widgets > .container > .row::before {
        left: 20px;
    }
    #footer-widgets > .container > .row > .col ul{
        margin-bottom: 10px;
    }

    #footer-widgets > .container::before {
        position: absolute;
        bottom: -33%;
        z-index: 0;
        background-size: auto 100%;
        background-position: left bottom;
        width: inherit;
        height: 99%;
        content: "";
        left: 0px;
        background-repeat: no-repeat;
    }
}



#footer-widgets > .container > .row > .col > .widget {
    margin-bottom: 0px;
}
#footer-widgets > .container > .row > .col li a{
    line-height: 20px;
}
#footer-widgets > .container > .row > .col ul{
    margin-bottom: 60px;
}
#footer-widgets > .container > .row > .col #menu-dejanos-ayudarte{
    margin-bottom: 88px;
}
#footer-widgets > .container > .row > .col > .widget > h4{
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.megastorage-purple-orange-gradient{
    background-image: linear-gradient(to right, var(--megastorage-purple) , var(--megastorage-orange));
}

.location-banner{
    color:white;
    /* height:400px; */
    height:150px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-right:0px;
    background-position: center;
}


.location-banner .banner-footer{
    height: 100%;
    position: absolute;
    bottom: 0px;
}

.location-banner .banner-text h1{
    color:white;
    font-weight: 700;
    margin-top: 10px;
}
.location-banner .banner-text{
    margin: 10px;
    color:white;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .15s ease;
    opacity: .7;
}

.vl {
    border-left: 3px solid;
    height: 90%;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}
.banner-text > .row{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.banner-text > .row:last-of-type > * > .row{
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.text-bold-900{
    font-weight: 900 !important;
}
.text-bold-800{
    font-weight: 800 !important;
}
.text-bold-700{
    font-weight: 700 !important;
}
.text-bold-600{
    font-weight: 600 !important;
}


.reserve-btn{
    color:white;
    height: 36px;
    border: 0px solid white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding-right: 40px;
    padding-left: 40px;
    min-width:140px;
}

.reserve-btn:disabled{
    background-color:#db6d4d !important;
    /* height:40px;
     border: 0px solid white;
     border-radius: 6px;
     font-size: 20px; */
    color: #e3e3e3;
}

.location-map{
    border-radius: 16px;
    width:100%;
    height:450px;
}

.location-stars > i {
    margin-left:2px;
    margin-right:2px;
    font-size: 18px;
}

.location-thumbnail{
    border-radius: 4px;
    height:170px !important;
    width:100% !important;
    object-fit: cover;
}

.location-details .location-thumbnail{
    border-radius: 4px;
    height:215px;
    width:215px;
    object-fit: cover;
}


.location-details .location-title-link{
    font-size: 24px;
    padding-bottom: 4px;
    text-decoration: underline;
}

.location-details .address-line-1,.location-details  .address-line-2 {
  font-size: 12px;
}

#page-header-wrap #page-header-bg .container h1{
    color: white;
    font-weight: 700;
    margin-top: 10px;
    position: absolute;
    bottom:10px;
}
#page-header-wrap #page-header-bg .container h1{
    font-size:84px;
}

@media (max-width:768px) {
    #page-header-wrap #page-header-bg .container h1{
        font-size:84px;
    }
}
@media (max-width:576px) {
    #page-header-wrap #page-header-bg .container h1{
        font-size:64px;
    }
}

#page-header-wrap #page-header-bg {
    background-image: linear-gradient(to right , #fd8d57ad , #b360f966) !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;

}
#page-header-wrap #page-header-bg .container{
    height:140px;
    width: 100%;
    max-width: unset;
    background-image: linear-gradient(to right , #ee6c45cf , #4b276ac2) !important;

}

.megastorage-row-inverted-bg .row-bg.using-image, #page-header-bg .page-header-bg-image-wrap .page-header-bg-image{
    /* filter:invert(100); */
    /* transform: scaleY(-1); */
    background-position: left center;
    background-size:500px;
    background-repeat: repeat-x;
}



#header-extra{
    background-color: #f3f3f4;
    height: 60px;
    width: 101%;
    padding-bottom:4px;
}
.page-submenu ul{
    padding-top: 20px;
    padding-bottom: 10px;
}
/* irene */
#paid_through_date{
    width: 100%;
    font-weight: 600;
}
.login-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.create-account-btn{
    background: #f0663b;
    color: #FFF !important;
    padding: 10px 20px !important;
    border-radius: 20px;
    font-size: 16px !important;
    margin-left: 3em;
}
.location-banner .banner-text .row:nth-child(2){
    width: 100%;
}
.location-banner .banner-text .row:nth-child(2) .location-address .row{
    flex-wrap: nowrap;
}
.location-banner .banner-text .row:nth-child(2) .location-hours .row{
    flex-wrap: nowrap;

}
.location-banner .banner-text .row:nth-child(2) .location-hours .row .location-hours-text{
    margin-left: 15px;
}
.contact-header-inner-row{

}
/* irene */


@media only screen and (max-width:600px){
    /* irene */

    .vc_col-sm-2.vc_col-sm-offset-2.vc_col-xs-10.contact-email-text.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.right_margin_0px.left_margin_-10px.left_margin_phone_0px.inherit_tablet.inherit_phone.instance-7{
        margin-left: 0px !important;
    }
    .vc_col-sm-3.vc_col-xs-10.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.left_margin_30px.left_margin_phone_0px.inherit_tablet.inherit_phone.instance-11{
        margin-left: 0px !important;
    }
    .vc_col-sm-6.vc_col-xs-12.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.left_margin_30px.left_margin_phone_0px.inherit_tablet.inherit_phone.instance-13{
        margin-left: 0px !important;
    }
    .promotion-column{
        display: flex;
        flex: 0 0 58.666667% !important;
        max-width: 58.666667% !important;
    }
    .promotion-column .mega-promo{
        padding: 0 !important;
    }
    .promotion-column> .mr-3{
        display:flex;
        align-items: center;
    }
    .promotion-column> .mr-3 img{
        max-width:200px !important;
    }
    .location-banner .banner-text .row:nth-child(2){
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    .location-banner .banner-text .row:nth-child(2) .location-rating{
        max-width: 25%;
    }
    .location-banner .banner-text .row:nth-child(2) .location-rating .row{
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .location-banner .banner-text .row:nth-child(2) .location-hours .row .location-hours-text{
        margin-left: 0px;
        flex: 0 0 100.333333%;
        max-width:100.333333%;
    }


  #footer-widgets .col.span_2 {
    /* width: 100% !important; */
    /* display: inline-block; */
    /* max-width: 100% !important; */
    flex: initial;
}
.checkout-form-area {
    min-height: inherit !important;
}
    .page-submenu ul{
        max-width: 600px;
        width: 100vw !important;
        margin-left: 0px !important;
        top: 0px !important;
        left: 50% !important;
        transform: translateX(-50%);
        position: relative !important;
    }
    .page-submenu .full-width-section,
    .page-submenu .full-width-section > .container,
    body[data-ext-responsive="true"] .container .page-submenu > .full-width-section div.container:not(.tab-container):not(.recent-post-container):not(.normal-container){
        padding: 0 0px !important;
    }
}
@media only screen and (min-width: 600px) and (max-width: 999px){
    /* phone contact row */
    .vc_col-sm-3.vc_col-xs-12.con-option.wpb_column.column_container.vc_column_container.col.centered-text.no-extra-padding.right_margin_15px.right_margin_tablet_0px.right_margin_phone_0px.inherit_tablet.inherit_phone.instance-2{
        width: 100% !important;
    }
    /* phone icon */
    .vc_col-sm-3.vc_col-xs-2.contact-phone-icon.wpb_column.column_container.vc_column_container.col.child_column.centered-text.no-extra-padding.inherit_tablet.inherit_phone.instance-4.one-fourths.right-edge{
        width: 16.666% !important;
    }

    .vc_col-sm-3.vc_col-sm-offset-2.vc_col-xs-10.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.inherit_tablet.inherit_phone.instance-3.one-fourths.clear-both{
        margin-left: 30px !important;
    }

    /* contact location address */
    .vc_col-sm-6.vc_col-xs-12.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.left_margin_30px.left_margin_phone_0px.inherit_tablet.inherit_phone.instance-13{
        width: 45.666% !important;
        margin-left: 0px !important;
    }

    .vc_col-sm-3.vc_col-xs-6.wpb_column.column_container.vc_column_container.col.child_column.centered-text.no-extra-padding.right_margin_8px.inherit_tablet.inherit_phone.instance-5{

    }

    /*  */
    /* contact-email-text{ */
    .vc_col-sm-2.vc_col-sm-offset-2.vc_col-xs-10.contact-email-text.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.right_margin_0px.left_margin_-10px.left_margin_phone_0px.inherit_tablet.inherit_phone.instance-7{
        margin-left: 30px !important;
        width: 25% !important;
    }

    /* .contact-phone-number{
        margin-left: 30px !important;
        width: fit-content !important;
    }
    .contact-phone-icon{
        width: fit-content !important;

    } */
}


.page-submenu li a{
    padding: 0 !important;
}
.page-submenu li{
    background-color: #fff0;
    padding: 0px 15px;
    border: 1px solid #b1a3bd;
    border-radius: 14px !important;
    color: #404041;
    font-size: 16px;
    height:24px;
    margin: 0px 10px 0 0 !important;

}
/* .page-submenu li.location-filter-btn{
 background-color: #fff0;
 padding: 0px 8px;
 border: 1px solid #b1a3bd;
 border-radius: 14px !important;
 color: #404041;
 font-size: 16px;
 height:24px;
 margin: 0px 14px 0 0;
 } */

.page-submenu li.location-filter-btn a {
    line-height: 0px;
    display: inline;
}


.page-submenu li.location-filter-btn.current-menu-item{
    background-color: #f99866;
    color: #fefefe;
    border: 1px solid #f99866;
}

.placeholder.pulse{
    margin-left: 4px;
    animation: pulse 1s infinite ease-in-out;
    -webkit-animation:pulse 1s infinite ease-in-out;
}

@keyframes pulse{
    0%{
        background-color: rgba(165,165,165,.1);
    }
    50%{
        background-color: rgba(165,165,165,.3);
    }
    100%{
        background-color: rgba(165,165,165,.1);
    }
}


/* Start: Reserve and Check Out CSS */

.checkout-steps > .step::before{
    content:">";
    margin-left: 49px;
    margin-right: 49px;
    text-decoration-line: none;
    display:inline-block;
    font-weight: 300;
}
.checkout-steps > .step:nth-of-type(1)::before{
    margin-left: 0px;
    margin-right: 0px;
    content:"";
}
.checkout-steps .step{
    font-size: 18px;
    color:#9e9e9e;
    padding-left: 0px;
    padding-right: 0px;
}
.checkout-steps .step.active{
    color:#414141;
    font-weight: 900;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.checkout-steps .step.complete{
    color:#414141;
    font-weight: 900;
}

.checkout-form-area{
    background-color: #f5f5f5;
    min-height:760px;
    padding-bottom: 24px;
}
.checkout-area-header{
    background-color: #f5f5f5;
}

.megastorage-btn{
    color:white;
    height:40px;
    border: 0px solid white;
    font-size: 20px;
    width:160px;
    font-size: 16px;
    border-radius: 8px !important;
    text-align: center;
    line-height: 40px;
}


.lang-absolute-menu{
    background-image: url(/wp-content/uploads/2020/09/flag.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 20px;
    position: absolute;
    right: -20px;
    /* right: -3%; */
    padding: 5px;
    TOP: 0px;
}


.small-nav .lang-absolute-menu{
    margin-top: 12px !important;
}

.lang-absolute-menu .mega-lang{
    margin: 0;
    padding: 5px 18px;
    font-weight: bold;
}
.megastorage-phone-complete{
    background-image: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/PNG/phone-complete.png');
    height: 240px;
    background-size: cover;
    display: inline-block;
}



.megastorage-close-btn{
    mask: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/close_icon.svg');
    -webkit-mask: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/close_icon.svg');
    background-color: #929292;
    height: 24px;
    width: 24px;
    display: inline-block;
}


form.register-form .ms-input-group{
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 14px;
    color:#000;
    padding: 15px !important;

}

form.register-form input.ms-input-group::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4c4c4d;
    font-size: 16px;
    opacity:1;
}
form.register-form input.ms-input-group::-moz-placeholder { /* Firefox 19+ */
    color: #4c4c4d;
    font-size: 16px;
    opacity:1;
}
form.register-form input.ms-input-group:-ms-input-placeholder { /* IE 10+ */
    color: #4c4c4d;
    font-size: 16px;
    opacity:1;
}
form.register-form input.ms-input-group:-moz-placeholder { /* Firefox 18- */
    color: #4c4c4d;
    font-size: 16px;
    opacity:1;
}

.mg-check-circle{
    font-size: 46px;
    color: #ffffff;
    background-color: #39b54a;
    /* clip-path: circle(18px at center); This is cool but its probably too new to use. use mask instead*/
    -webkit-mask-image: radial-gradient(circle 18px at center, black 100%, transparent 100%);
    mask-image: radial-gradient(circle 18px at center, black 100%, transparent 100%);
}

#checkout-details-price-rows{
    line-height: 11px;
    font-family: 'Source Sans Pro', sans-serif;
}
#checkout-details-price-rows .unit-charge{
    line-height: 16px;
}
#checkout-details-price-rows .unit-charge.name{
    color:#404041;
    font-size:16px;
}

#checkout-details-price-rows .unit-charge.number{
    color:#231f20;
    font-size:21px;
    font-weight: 600;
}

#checkout-details-price-rows .unit-charge.number sup{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .86px;
}

#checkout-details-price-rows .row:nth-last-of-type(2) .col-4{
    border-bottom: 1px solid #404041;
    padding-bottom: 18px !important;
}

#checkout-details-price-rows #grand-total{
    line-height: 36px;
    font-size: 20px;
    color: #404041;
}
#checkout-details-price-rows #grand-total .total-price b{
    padding: 4px 10px 0px 0px;
    font-weight: 900;
}

.checkout-details-column.location-details{
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0.001em;
    font-size: 16px;
}
.checkout-details-column.location-details .location-stars{
    line-height: 42px;
}

.checkout-details-column.location-details .loc-thumbnail{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.checkout-details-column.location-details .location-title-link{
    font-size: 24px;
    padding-bottom: 4px;
    text-decoration: underline;
    font-family: 'Source Sans Pro', sans-serif;
}

.REST-footer-container #footer-outer #footer-widgets > .container{
    padding-left: 90px;
    padding-right: 10px;
}


/* End: Reserve and Check Out CSS */


.swiper-slide.home-header-slider .content > h1{
    font-weight: 700;
    color:var(--megastorage-purple)!important;
}

.no-padding-btn .buttons{
    padding-top: 15px !important;
}
.swiper-slide.home-header-slider .button a {
    background-color: #000;
    color: #fff;
    border-radius: 2px;
    padding: 20px 73px;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.1em;
    font-size: 28px;
}

.swiper-slide.home-header .active_texture{
    background-image: linear-gradient(to right , #482665ab , #f0663b99) !important;
}
.swiper-slide.home-header .video-texture{
    bottom:0;
    top:unset;
    height:0%;
}

.header-overlay-row{
    position: absolute;
    z-index: 1000;
}
.header-overlay-row .header-overlay-content{
    position: absolute;
    bottom: 0px;
    z-index: 1;
    margin-top: 0px !important;
    margin-bottom: 0px  !important;
    height: 72px;
    align-items: flex-end !important;
}

.header-overlay-row .header-overlay-content .column-overlay-layer{
    padding-top:10px;
    padding-bottom:10px;
}

.header-overlay-row .header-overlay-content .header-overlay-content-inner-row{
    margin-top:20px !important;
    margin-bottom:0px !important;
    height: 72px;
}

.megastorage-modal:not(.ui-sortable){
    display:block;
    opacity:0;
    position: fixed !important;
    height:100vh;
    width:100vw;
    z-index:-10000 !important;
    top: 0;
    left: 0;
    transition: .25s linear !important;
}

.megastorage-modal.modal-active:not(.ui-sortable){
    display:block;
    opacity:1;
    height:100vh;
    width:100vw;
    z-index:10000 !important;
}

.megastorage-modal:not(.ui-sortable) > div:not(.row-bg-wrap){
    padding:40px;
    overflow-y: scroll;
    background-color: #ffffff;
    height: 80%;
    width: 80%;
    position: relative;
    top: 50%;
    left: 50%;
    opacity:0;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    transition: opacity .25s linear !important;
}
.megastorage-modal.modal-active:not(.ui-sortable) > div:not(.row-bg-wrap){
    opacity:1;
}



.features-menu{
  position: absolute;
z-index: 9999;
width: 100%;
background: #FFF;
}

.sticky-filter{}
@media only screen and (max-width: 600px) {
  .sticky-filter{
    position: fixed !important;
  width: 100% !important;
  z-index: 99;
  max-width: inherit !important;
  left: 10%;
  top: 105px;
  background: #FFF;
  }
.features-menu{
position: relative;
}
  .mg-check-circle {
font-size: 46px;
color: #39b54a;
background-color: transparent;
-webkit-mask-image: inherit;
mask-image: inherit;
}
    .megastorage-modal:not(.ui-sortable) > div:not(.row-bg-wrap){
        height: 94%;
        width: 94%;
    }

    .megastorage-modal.modal-active:not(.ui-sortable) > div:not(.row-bg-wrap){
        height: 94%;
        width: 94%;
        top: 0;
        left: 0;
        margin:3%;
        transform: translate(0%, 0%);
        overflow-y: scroll;
        padding: 20px;
    }
}

.modal-image-container{
    height:100%;
    max-height: 600px;
}


.megastorage-modal.modal-active:not(.ui-sortable) > div:not(.row-bg-wrap) img{
    width: auto;
    height: 100%;
}

.megastorage-modal.modal-active:not(.ui-sortable)::before{
    content: "";
    height:100vh;
    width:100vw;
    background-color: var(--megastorage-purple);
    opacity:.5;
    position: absolute !important;
    z-index:-1;
    top: 0;
    left: 0;
    transition: .25s linear !important;
}



.flash-msg-container{
    display:block;
    position:fixed;
    top: 50px;
    right: 24px;
    margin-top:30px;
    width:200px;
    padding:20px;
    z-index:9999;
    color:#fefefe;
    font-size:16px;
    text-align: center;
}

.error-messages p {
    color: crimson;
}
.flash-msg-container .ajax-success{
    display:none;
    /* height:60px; */
    /* width:180px; */
    margin:5px;
    padding: 10px;
    border-radius:4px;
    background-color: #51ac5b;
}

.flash-msg-container .ajax-failure{
    display:none;
    /* height:60px;
     width:180px; */
    margin:20px;
    border-radius:4px;
    background-color:#ff5e5e;
}
.flash-msg-container .flash-box-text{
    line-height: 60px;
}


.absolute-map-sidebar{

}
.REST-footer-container{
    /* width: 107vw; */
    margin-left: 0px;
    padding-left: 0px;
    transform: translateX(0px);
    margin-right: 0px;
    padding-right: 0px;
}

@media only screen and (max-width:600px){
    #footer-outer .col.span_3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}




i.far.fa-star{
    min-width: 18px;
    mask: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/star-regular.svg');
    -webkit-mask: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/star-regular.svg');
    mask-size: cover;
    display: inline-block;
    height: 100%;
    mask-position: left top;
    background-color: #482665;
}
i.far.fa-star::before{
    content:'';
}


/* i.fas.fa-star-half-alt{
 min-width: 1em;
 min-height: .93em;
 mask: url('/megastorage/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/star-half-alt-solid.svg');
 -webkit-mask: url('/megastorage/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/star-half-alt-solid.svg');
 mask-size: contain;
 display: inline-block;
 mask-repeat: no-repeat;
 mask-position: left top;
 background-color: #482665;
 margin: 0px;
 }
 i.fas.fa-star-half-alt::before{
 content:'';
 } */

.icon-salient-m-user{
    width: unset !important;
    max-width: unset !important;
    min-width: 1.6em;
    min-height: 1.6em;
    mask: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/User.svg');
    -webkit-mask: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/User.svg');
    mask-size: cover;
    display: inline-block;
    mask-position: left bottom;
    background-color: #f0663b !important;
    bottom:.3em;
    top:unset !important;
}
.icon-salient-m-user::before{
    content:'' !important;
}

.icon-salient-m-user{
    width: unset !important;
    max-width: unset !important;
    min-width: 1.6em;
    min-height: 1.6em;
    mask: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/User.svg');
    -webkit-mask: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/User.svg');
    mask-size: cover;
    display: inline-block;
    mask-position: left bottom;
    background-color: #f0663b !important;
    bottom:.3em;
    top:unset !important;
}
.icon-salient-m-user::before{
    content:'' !important;
}

.lang-item.menu-item::before{
    mask: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/header-arrow.svg');
    -webkit-mask: url('/wp-content/plugins/megastorage-wordpress-development-sitelink/public/images/SVG/header-arrow.svg');
    mask-size: cover;
    mask-repeat: no-repeat;
    background-color: #757575;
    content:"";
    height: 40px;
    width: 60px;
    z-index: -1;
    position: absolute;
    left:-4px;
}

:root{
    --megastorage-purple:#482665;
    --megastorage-orange:#f0663b;
    --megastorage-light-grey:#b1b0b0;
    --megastorage-dark-grey:#58585a;
}


.mega-locations-contianer{margin-left:15px;}
/* @media only screen and (max-width:600px){
 .mega-locations-contianer {
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100% !important;
 width: 100%;
 display: inline-block;
 margin-left: -16px;
 }
 } */

/*
 @media only screen and (max-width:600px){
 .mega-locations-contianer{
 max-width: 580px;
 width: 100% !important;
 margin-left: INHERIT;
 margin-right: -16px;
 }
 }

 @media only screen and (max-width:330px){
 .mega-locations-contianer{
 margin-left: 0px;
 margin-right: -16px;
 }
 }

 @media only screen and (min-width:600px){
 .mega-locations-contianer{
 width: 820px;
 }
 }

 @media only screen and (min-width:1023px){
 .mega-locations-contianer{
 width: 1000px;
 }
 }

 @media only screen and (min-width:1400px){
 .mega-locations-contianer{
 width: 1300px;
 }
 } */


#header-outer .col.span_3{
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
    margin-right: 42px !important;
    padding-right: 0px;
}


#header-outer .col.span_9.col_last{
    padding-left: 1.5rem !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
}

#header-outer .right-aligned-menu-items{
    display:flex;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    justify-content: end;
}

/* header#top div.container{
 margin-right: 0px;
 padding-right: 0px !important;
 } */

@media (min-width: 1200px){
    #ajax-content-wrap .container {max-width: 1425px !important;}
    #footer-widgets > .container {
        max-width: 1425px !important;
    }

    .absolute-map-sidebar{
        position: fixed !important;
        top: 210px;
        width: 100%;
        /* right: 2%; */
    }
    .location-template .location-filter-sticky{
        top: 63px !important;
    }
    .location-filter-sticky{
        position: fixed !important;
        top: 110px;
        padding: 10px 30px;
        z-index: 9;
        width: 100%;
        background: #FFF;
    }
}

header#top div.container div.right-aligned-menu-items nav ul:first-of-type{
    margin-right: 0px !important;
}

/*header#top div.container div.right-aligned-menu-items nav ul:first-of-type .lang-item.menu-item a{
 margin-right: 3px !important;
 }*/


/* Simon CSS Changes */
/*#top #logo img {min-width: 170px;}*/


.full-width{width:100%;}
/*
 .reserve-btn:disabled {
 background-color: #db6d4d !important;
 height: 40px;
 border: 0px solid white;
 border-radius: 6px;
 font-size: 20px;
 color: #e3e3e3;
 } */

.unit-charge{
    color: #404041;
    font-size: 16px;

}
.unit-charge .col-4{
    color: #231f20;
    font-size: 21px;
    font-weight: 600;
}

.card-icons{
    background-image: url('/wp-content/uploads/2020/09/cards-e1601648993216.png');
    /* max-width: 100px; */

    display: inline-block;
        width: 95px;
        position: absolute;
        background-size: cover;
        height: 38%;
        z-index: 99999999;
        right: 25px;
        bottom: 29px;

}
.header-phone-top, .header-phone-top-wa {display: none;}
.header-phone-top a:before{
    background-image: url('/wp-content/uploads/2020/08/tel.png');
    display: inline-block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -28px;
    top:6px;
}
.header-phone-top-wa a:before{
    background-image: url(/wp-content/uploads/2020/08/wa.png);
    display: inline-block;
    content: '';
    font-size: 0px !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    /* position: absolute; */
    height: 30px;
    left: -50px;
    position: absolute;
    top: 0px;
}
.header-phone a:before{
    background-image: url('/wp-content/uploads/2020/08/tel.png');
    display: inline-block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -23px;
}
.header-phone-wa a{
    font-size: 0px !important; color:transparent !important;}
.header-phone-wa a:before{
    background-image: url(/wp-content/uploads/2020/08/wa.png);
    display: inline-block;
    content: '';
    font-size: 0px !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    /* position: absolute; */
    height: 30px;
    left: -15px;
    position: absolute;
    top: -5px;
}
/*.lang-item{display:none !important;}*/
.header-phone,.header-phone-wa{ margin: 0px !important;}
.header-phone-top a{
    color: #666 !important;
    font-size: 17px !important;
    font-weight: bold !important;
    width: 65px !important;
    text-decoration: underline !important;
}
.header-phone a{
    font-size: 17px !important;
    font-weight: bold !important;
    width: 65px !important;
    text-decoration: underline !important;
}
/* irene: the styling for special units label*/
.highlighted{
    background-color: #e6f242;
    display: flex !important;
    align-items: center;
}
.highlighted i[class*="fa-"] {
    top: unset !important;
    left: -2px;
}
/* irene: the styling for registration button */
.pagos-item a{
    background: #f0663b;
    color: #FFF !important;
    padding: 10px 20px !important;
    border-radius: 20px;
    font-size: 20px !important;
}
.pagos-item a:after,.header-phone a:after,.header-phone-wa a:after{border:0px !important;}
#footer-widgets .fa{padding: 10px !important;}
/* #logo img{
 width: 100% !important;
 height: auto !important;
 min-width: 150px;

 } */
.margin-left-10{
    margin-left: 10px;
}
.margin-left-15{margin-left: 15px !important;}
.no-padding{padding: 0px !important;}
.vl{height: 60%;}
.width-30{width:30px;}
.camera-icon{
    width:42px;
    margin-right: 15px;
    height: auto !important;
}
.starts-margin-top{margin-top: 3%;}

.megastorage-input-invalid{
    border-color:#ff5e5e !important;
}

.sucursales-section{
    margin-top: 5px;
    padding: 0px 25px 25px 25px;
}

@media only screen and (max-width:900px){
    .sucursales-section{ padding: 0px }
    .location-banner{
        margin-bottom: 100px;
    }
    .location-banner .banner-footer{
        bottom: -100px;
        height: 50%;

    }

    .transis-text{margin:20px 0px;}
    .header-phone, .header-phone-wa{display:none}
    .header-phone-top-wa {display: inline-block;}
    .header-phone-top a:before{display: none;}
    .header-phone-top{display:inline-block;
        display: inline-block;
        position: absolute;
        left: -10px;
        padding: 15px 0px;
        text-align: left;
    }
}

.summary-column{padding-left: 50px !important; margin-top:25px;}
.absolute-top-left-image{
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 9;
    width: 200px;
}

.nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"] .swiper-slide .button a {
    padding: 15px 45px !important;
    border-radius: 10px !important;
}


.reserve-mobile a{display: none;}

.location-details {
    padding-top: 1.5rem ;
}
.hide-on-mobile{display: block;}
.show-on-mobile{display: none;}
@media only screen and (max-width:600px){
  .show-on-mobile{display: block;}
  .hide-on-mobile{display: none !important;}

  #make-payment-modal {

      width: 100%!important;
      height: 100%!important;
      overflow-y: scroll!important;
  }

#make-payment-modal .modal-body {
      height: 100% !important;
      left: 5%!important;
      top: 25%!important;
      transform: inherit!important;
  }
  .text-big{
    line-height: 26px;
  }
    .unit-card .unit-heading {
        font-size: 16px;
    }
    .unit-card .unit-heading.text-strikethrough {
        font-size: 12px;
    }

    #trigger:checked + .responsive-menu ul li:hover ul{
        position: fixed;
        z-index: 99;
        background: #FFF;
        top: 30%;
        left: 5%;
        width: 90%;
        border: 1px solid;
        text-align: left;
    }
    .banner-footer > .row{
        padding-bottom: 0px !important;
    }
    .location-details {
        padding-top: 0px ;
    }
    .banner-mobile-container{
        max-width: 100% !important;
    }
    .banner-mobile-container .banner-text h1{
        margin-left: 15px;
    }
    .destroy-on-mobile{
        display: none;
    }
    .location-banner .banner-text{
        font-size: 11px;
        line-height: 11px;
    }
    .location-banner .banner-text  .width-30 {
        width: 23px;
    }
    .camera-icon {
        width: 25px;
        /* margin-right: 15px; */
        /* margin-right: 10px; */
        margin: 0 5px 0px 0px !important;
        height: auto !important;
    }

    .location-banner{
        background-image: none !important;
        height: inherit;
        margin-bottom: 0px !important;
    }
    .location-banner .banner-footer{
        position: relative;
        bottom: 0px !important;
        height: inherit !important;
    }
    .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right span{
        margin: 0px !important;
    }
    .reserve-mobile a, .reserve-mobile{display: inline-block;}
    .sc-reserve{
        display: none;
    }
    .reserve-mobile a{
        width: 100%;
        font-size: 22px;
        padding: 30px;
    }
    .mobile-icon span{
        margin-top: 15px;
    }
    .lang-absolute-menu {
        display: none;
    }
    .pagos-item{
        margin-top: 25px;
    }
    .absolute-top-left-image{
        left: 0px;
    }
    .summary-column{padding-left: 15px !important;}
    .REST-footer-container #footer-outer #footer-widgets > .container{padding-left: 0px !important}
    .container, #footer-widgets > .container{
        max-width: 340px;
    }
    .location-banner{
        margin-bottom: 150px;
    }
    .location-banner .banner-footer{
        bottom: -140px;
        height: 70%;
    }
    .rut-input{margin-left: 0 !important;}
    .camera-icon{margin-left: 15px;}

    .unit-card{margin: 0px !important; padding: 0px 10px !important;}
    .unit-card-content{
        padding: 0px !important;
        /* border-bottom: 2px solid #e7e7e8 !important; */
    }


    .reserve-btn {width: 100% !important; margin: 15px 0px;}

    #footer-widgets{text-align: center;}

    #page-header-bg{height: 175px !important;}
    .checkout-steps > .step::before {

        position: absolute;
        left: -50px;
    }

    .checkout-steps{
        display: inline-block;
        width: 100%;
        padding: 0 15px;
        margin-left: 0px !important;
    }
    .checkout-steps .step{    padding: 0 15px; font-size:14px;}



    form.register-form .ms-input-group{
        margin-top:7px;
    }

    .rut-input{
        margin-left: 0px !important;
        height: initial !important;
    }
    .margin-left-10{margin-left: 0px}
    .location-details{text-align: center !important;}

    .header-phone a:before {
        position: relative;
        top: 5px;
        left: 0;
        margin-right: 15px;
    }
    .header-phone{margin-bottom: 15px;}

    .nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"] .swiper-slide .button a {
        padding: 10px 15px !important;
        border-radius: 10px !important;
    }

    .location-feature{
        margin: 0px !important;
        padding: 15px 0px !important;
    }

    .mg-radio-group span{
        width: 100%;
        display: inline-block;
    }
}

@media only screen and (max-width:330px){
    .checkout-steps > .step::before {   left: -50px; }
    .checkout-steps .step{    font-size:14px;}
}

.regular-button{
    border-radius: 10px !important;
}




.strong-p p {
    font-weight:600;
}
.purple-titles h2 strong,.purple-titles h3{
    color:#482665;
}
.purple-text li{
    color:#482665;
}


.unit-card i{
    margin-right: 5px;
}

.empty-field{border-color:crimson !important;}
/* .ms-input-group{padding: 5px 0px 5px 0px !important;} */
.mg-radio-group{padding: 5px 0 15px 0;}

.no-padding-left{padding-left: 0px;}
.register-form select{
    border: 1px solid #c4c4c4;
    font-size: 16px !important;
    padding: 15px !important;
}

.checkout-steps{margin-bottom: 10px;}
.title-divier{
    margin-top: 25px !important;
    display: inline-block;
}

.location-description{
    padding: 20px 5px;
}
.loc-thumbnail-2 {width: 100%; border-radius: 5px;}
.no-padding{padding: 0px !important;}

.page-loader-gif{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    top: 0;
    z-index: 99999;
}
.page-loader-gif div{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 20%;
    /* display: inline-block; */
    max-width: 300px;
}
.page-loader-gif div img{
    display: inline-block;
    width: 100%;

}
.location-filter-sticky{}
.location-filter .form-group, .margin-top-10{margin-top: 10px;}
.location-filter{margin-bottom: 0px;}
.location-filter i {margin-right: 5px;}
.location-filter select{
    border-radius: 25px;
    border: 1px solid;
    padding: 10px 12px;
    line-height: 10px;
}

.full-width{width: 100%;}
#sucursales-section{width: 100%;}

.simple-review{
    padding: 20px;
}
.simple-review .wp-star{margin-right: 10px;}

.simple-review .wp-google-name{
    font-size: 25px;
    font-weight: 600;
    margin: 8px 0px;
    display: inline-block;

}

.simple-review .wp-google-stars{
    display: inline-block;
    margin-top: 10px;
}

.row:before, .row:after {display: none !important;}

select{
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
}

.unit-card-content .reserve-btn {
    margin-top:5%;
}

.unit-card-content h3{
    font-size: 17px !important;
}
.location-details .d-md-block img{
    margin-bottom: 0px !important;
}
.location-details .d-md-block{
    padding-bottom: 5px;
}
.location-filter .pull-right{
    padding-right: 55px;
    margin-top: 3px;
}

body[data-ext-responsive="true"] .container .page-submenu > .full-width-section .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
    padding: 0px 15px !important;
}

.sucursales-section .location-stars i{
    color: #f8b703 !important;
}

.rating-google{
    font-size: 20px;
    margin-right: 5px;
}


.disabling-bootstrap .location-details .container > div {margin:0px !important;}
.disabling-bootstrap .col{
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    flex-grow: inherit;
    position: relative !important;
    float: left !important;
}

@media (min-width: 690px){
    .vc_col-sm-3 {
        width: 25% !important;
    }
    .vc_col-sm-2 {
        width: 16.66% !important;
    }
    .vc_col-sm-9 {
        width: 75% !important;
    }
    .vc_col-sm-6 {
        width: 50% !important;
    }
}

.sucursal-toggle-panel .toggle{
    margin: 0px !important;
}
.banner-text .starts-margin-top .far{
    color: #FFF;
}



.megastorage-insurance-select-loading{
    animation: select-loading 1s infinite;
    background: #e6e3e3;
    color: #919191;
    border-radius: 2px;
}

@keyframes select-loading {
    0% {
        box-shadow: 5px 5px 20px 2px var(--megastorage-purple);
    }
    50% {
        box-shadow: 5px 5px 20px 5px var(--megastorage-purple);
    }
    100% {
        box-shadow: 5px 5px 20px 2px var(--megastorage-purple);
    }
}

#after-insurance-select input:disabled,
#after-insurance-select select:disabled{
    background: #e6e3e3;
    color: #919191;
}

.switch {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 54px;
}

.switch input {display:none;}

.slider {
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e3e3;
    -webkit-transition: .4s;
    transition: .4s;
    width: 140px;
    height: 54px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 46px;
    width: 46px;
    left: 4px;
    bottom: 50%;
    transform: translate(0%,50%);
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:disabled + .slider {
    cursor: default;


}

input:disabled:checked + .slider {
    background-color: #5d3b79;
}
input:disabled:checked + .slider::before {
    background-color: #eaeaea;
}
input:checked + .slider {
    background-color: var(--megastorage-purple);
}

input:focus + .slider {
    box-shadow: 0 0 1px  var(--megastorage-purple);
}

input:checked + .slider:before {
    -webkit-transform: translate(-100%,50%);
    -ms-transform: translate(-100%,50%);
    transform: translate(-100%,50%);
    left: 97%;
}

.on
{
    display: none;
    color: white;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 31%;
}
.off
{
    color: black;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 70%;
}

.on, .off
{
    position: absolute;
    font-size: 12px;
}



input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

.fancy-select{
    width: 100% !important;
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74,85,104,var(--text-opacity)) !important;
    padding-right: 2rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    line-height: 1.25 !important;
    display: block !important;
    border-width: 1px !important;
    border-radius: .25rem !important;
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237,242,247,var(--border-opacity)) !important;
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237,242,247,var(--bg-opacity)) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 0;
    line-height: inherit;
    color: inherit;
    text-transform: none;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
}






.responsive-menu  li {
    list-style-type: none;
    font-size: 20px;
}
.trigger-label{
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    width: 100%;

}
.responsive-menu ul{margin: 0px;}
.responsive-menu {
    border-radius: 25px;
    border: 1px solid;
    /* padding: 4px 12px; */
    padding: 8px;
    line-height: 15px;
    height: auto;
}
.responsive-menu ul li ul li {
    padding: 10px;
    border-bottom: solid 1px white;
    border-top: solid 1px white;
}
.responsive-menu ul li ul {
    display: none;
    font-size: 60%;
    padding-top: 30px;
}
#trigger {
    display: none;
}
#trigger:checked + .responsive-menu ul li:hover ul {
    display: block;
}

.my-account-section .card {    margin-bottom: 1px;}
.my-account-section .card  h4 {    color: #666;}
#my-acount-header-row .row-bg.using-image.no-cover{
    filter: invert(1);
    background-position: center left !important;
    background-size: 700px auto !important;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}


#make-payment-modal{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    z-index: 9999;
    overflow-y: scroll;
}
#make-payment-modal .modal-background{
    width:100%;
    height:100%;
    background: rgba(172, 172, 172, 0.506) none repeat scroll 0% 0%;
    position:absolute;
    top: 0;
    left: 0;
    z-index:0;
}
#make-payment-modal .modal-body{
  overflow: scroll;

    background-color:#fefefe;
    height:600px;
    z-index:1;
    position: relative;
    left:50%;
    transform: translateX(-32.5vw);
}

#make-payment-modal.active{
}
#make-payment-modal.active .modal-background{
    animation: open-modal-background 500ms ease-in;
}
#make-payment-modal.active .modal-body{
    animation: open-modal-body 750ms ease-in;
}
#make-payment-modal.active .modal-body > *{
    animation: open-modal-body-contents 1s ease-in;
}

@keyframes open-modal-background {
    0% {
        height: 0%;
        top: 100vw;
        opacity: 0;
    }
    100% {
        height: 100%;
        top: 0vw;
        opacity: 0;
    }
}
@keyframes open-modal-body {
    0% {
        width: 0%;
        opacity: 0;
    }
    66% {
        width: 0%;
        opacity: 0;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

@keyframes open-modal-body-contents {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#make-payment-modal.active .modal-body table{
    border: 1px solid #ececec;
}
#make-payment-modal.active .modal-body table td{
    border: none;
    border-bottom: 1px;
    border-top: 1px;
    text-align:right;
}
#make-payment-modal.active .modal-body table tbody td{
    text-align:right;
}
#make-payment-modal.active .modal-body .ms-input-group{
    margin: 6px auto;
}
#make-payment-modal.active .modal-body #payments-modal-content .transition-slide-out-left{
    animation: transition-slide-out-left 250ms ease-in;
}

#make-payment-modal.active .modal-body #payments-modal-content .transition-slide-in-left{
    animation: transition-slide-in-left 250ms ease-in;
}
#make-payment-modal.active .modal-body #payments-modal-content .transition-slide-out-right{
    animation: transition-slide-out-right 250ms ease-in;
}
#make-payment-modal.active .modal-body #payments-modal-content .transition-slide-in-right{
    animation: transition-slide-in-right 250ms ease-in;
}

@keyframes transition-slide-out-left {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@keyframes transition-slide-in-left {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes transition-slide-out-right {
    0% {
        opacity: 0;
    }
}

@keyframes transition-slide-in-left {
    0% {
        opacity: 0;
    }
}
#make-payment-modal.active .modal-body #modal-page-bubbles .modal-pos-circle{
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border:solid 2px var(--megastorage-purple);
    background-color: transparent;
    display: inline-block;
}

#make-payment-modal.active .modal-body #modal-page-bubbles.first .modal-pos-circle:nth-of-type(1){
    background-color:  var(--megastorage-purple);
}

#make-payment-modal.active .modal-body #modal-page-bubbles.second .modal-pos-circle:nth-of-type(-n+2){
    background-color:  var(--megastorage-purple);

}
#make-payment-modal.active .modal-body #modal-page-bubbles.last .modal-pos-circle{
    background-color:  var(--megastorage-purple);

}

#make-payment-modal.active .modal-body .modal-page{
    height: 100%;
    display: none;
}

.account-icon-title{
  border-bottom: 2px solid #f0663b;
  max-width: 95% !important;
  display: inline-block;
  position: relative !important;
}
.account-icon-subtitle{
  max-width: 95% !important;
  display: inline-block;
  position: relative !important;
}
.account-icon-title h3{
  margin-left: 30px;
  color: #f0663b;
}
.account-icon-subtitle h4{
    margin-left: 30px;
}
.account-icon-title img, .account-icon-subtitle img{
position: absolute !important;
    width: 40px !important;
    left: 0;
    top: -6px;
}

.reserve-btn:hover{
  cursor: pointer;
}


#make-payment-modal.active .modal-body .modal-page h1{
    text-align: center;
}
#make-payment-modal.active .modal-body .modal-page{
    height: 100%;
    display: none;
}
#make-payment-modal.active .modal-body .modal-page.active{
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
}
#make-payment-modal.active .modal-body .modal-page.active .fa-check-circle.mg-check-circle{
    content: "\f058";
    font-size: unset;
    color: unset;
    background-color: unset;
    clip-path: unset;
    -webkit-mask-image: unset;
    mask-image: unset;
}
#make-payment-modal.active .modal-body .modal-page.active .fa-check-circle.mg-check-circle:before{
    content: "\f058";
    font-size: 78px;
    color: #ffffff;
    background-color: #39b54a;
    clip-path: circle(38px at center);
    -webkit-mask-image: radial-gradient(circle 42px at center, black 100%, transparent 100%);
    mask-image: radial-gradient(circle 42px at center, black 100%, transparent 100%);
    padding: 6px;
}

form.register-form input[type="radio"] {
-webkit-appearance: radio;
border-radius: 50px;
padding: 10px!important;
}

.page-template-page-mega-login #footer-outer{
  margin-bottom: 80px;
}
#footer-outer{
  display: inline-block;
  width: 100%;
}

.col-12.unit-card-content {
    min-height: 60px;
}


/* Added by Simple Solutions - Irene */

.main-content.login-section {
    display:flex; 
    justify-content: space-between;
}

.main-content.login-section > div:first-child{
    width: 50%;
}

@media (max-width: 690px) {
    .main-content.login-section {
        flex-direction: column;

    }
    .main-content.login-section > div:first-child{
        width: 100%;
    }
}

.mega_setting_text{
    color: #0ea50e;
    font-size: 24px;
    font-weight: 600;
    margin: 1em 0;
}

/* END: Added by Simple Solutions - Irene */