@font-face {font-family: "Renogare";src: url("../css/fonts/Renogare-Regular.otf");}
@font-face {font-family: "ExcentraPro";src: url("../css/fonts/ExcentraPro-Light.otf");}
@font-face {font-family: "GothamBold";src: url("../css/fonts/GothamBold.otf");}
@font-face {font-family: "GothamLight";src: url("../css/fonts/GothamLightRegular.otf");}


body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Outfit', sans-serif;
}
body{
    background-color: #fff;
    font-family: 'Outfit', sans-serif;
}
a{
    color: #000;
}
.checkbox input[type=checkbox]:checked+.checkbox-material .check{
    background: #000;
}
.navbar{
    z-index: 1000;
}
.navbar-black{
    box-shadow: unset;
    background: rgba(255, 255, 255, 0.72) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #000;
}
@media (min-width: 768px) {
    .navbar-black .container{
        display: flex;
        align-items: center;
    }
    .navbar-black .navbar-header{
        float: none;
    }
    .navbar-black .navbar-collapse{
        float: none;
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-end;
    }
    .navbar-black .navbar-nav{
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .navbar-black .navbar-header{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        min-height: 50px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-black .navbar-toggle{
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    .navbar-black .navbar-brand{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        float: none;
    }
    .navbar .navbar-toggle{
        border-radius: 50%;
        width: 42px;
        height: 42px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #ebebeb;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        border: none;
    }
    .navbar .navbar-toggle .icon-bar{
        background-color: #333333;
        height: 4px;
        border-radius: 5px;
    }
    .navbar .navbar-toggle:focus,
    .navbar .navbar-toggle:hover{
        background: #d2d2d2;
    }
    .navbar .navbar-toggle:focus .icon-bar,
    .navbar .navbar-toggle:hover .icon-bar{
        background-color: #000;
    }
}

.navbar-black .navbar-brand{
    white-space: nowrap;
}
.navbar-black .navbar-brand > div{
    white-space: nowrap;
    flex-wrap: nowrap;
}
.navbar-black .navbar-brand > div > *{
    flex-shrink: 0;
}

.navbar-black .navbar-nav>li{
    margin-left: 6px;
    margin-right: 6px;
}
.navbar-black .navbar-nav>li>a{
    text-transform: unset !important;
    font-size: 16px;
    color: #000;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 999px;
    padding: 8px 16px;
}
.navbar-black .navbar-nav>li>a:hover{
    color: #000;
    background-color: rgba(0, 0, 0, 0.06);
}
.navbar-black .navbar-nav>li>a:focus,
.navbar-black .navbar-nav>li>a:active{
    color: #000 !important;
    background-color: rgba(0, 0, 0, 0.08);
}
.navbar-black .navbar-nav>li.dropdown>a{
    border-radius: 999px;
}

.dropdown-menu li>a:focus, .dropdown-menu li>a:hover{
    box-shadow: unset;
}

.dropdown-menu li a:active, .dropdown-menu li a:focus, .dropdown-menu li a:hover, .navbar .dropdown-menu li>a:focus, .navbar .dropdown-menu li>a:hover, .navbar.navbar-default .dropdown-menu li>a:focus, .navbar.navbar-default .dropdown-menu li>a:hover{
    color: #000;
    background-color: #fff;
}
.navbar-black .navbar-nav>.open>a, .navbar-black .navbar-nav>.open>a:focus, .navbar-black .navbar-nav>.open>a:hover{
    color: #000 !important;
    background-color: rgba(0, 0, 0, 0.08);
}
.navbar.navbar-primary .dropdown-menu li>a:focus, .navbar.navbar-primary .dropdown-menu li>a:hover{
    background-color: #fff;
    color: #000;
}
img.profile-nav.img-circle.img-raised.img-responsive{
    display: initial;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -7px;
    margin-right: 6px;
}
#nav-register-btn{
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    margin-left: 6px;
    margin-right: 6px;
    transition: background-color 0.2s ease;
}
#nav-register-btn a{
    font-size: 16px;
    padding: 8px 16px;
    color: #000 !important;
    transition: color 0.2s ease;
}
#nav-register-btn:hover{
    background-color: rgba(0, 0, 0, 0.12);
}
#nav-register-btn a:hover,
#nav-register-btn a:focus,
#nav-register-btn a:active{
    color: #000 !important;
}
/*
 * Hide text overflow in unstyled lists
 */
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90%;
}
.content-wrapper{
    padding-top: 5px;
}
.alert{
    margin: 5px 15px;
}
.alert.alert-success{
    background: #79bf93 !important;
    border: none;
    position: relative;

}
.alert.alert-success>h4{
    margin: 0;
}
.no-margin{
    margin: 0;
}
.link-purple{
    color: #757CD6 !important;
}
.link-yellow{
    color: #FCC031 !important;
}
.form-group .help-block{
    display: block;
}
nav span.notification{
    position: absolute;
    top: 5px;
    border: 1px solid #FFF;
    left: 8px;
    font-size: 9px;
    background: #f44336;
    color: #FFFFFF;
    min-width: 20px;
    padding: 0 5px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    display: block;
}
#messageCount{
    display: none;
}
.nav.navbar-nav .nav-dresses img{
    margin-top: -4px;
    width: 20px;
    height: 20px;
}

/*
 * LOGIN
 */
.register-link{
    color: #000;
    text-decoration: underline;
}
.register-link:hover{
    color: #000;
}
.header-filter::before{
    background-color: rgba(0,0,0,0.1);
}
.card.card-signup .header.header-primary.logo{
    padding: 20px 30px;
}
.card.card-signup .content .form-group{
    margin-top: 10px;
    margin-bottom: 10px;
}
.card.card-signup .input-group .input-group-addon, .card.card-signup  .footer{
    padding: 0 15px;
}
.card.card-signup .alert{
    margin: 0;
    padding: 10px;
}
.card.card-signup{
    max-width: 360px;
}
.login-page .btn{
    text-transform: none;
}

.login-page .card{
    box-shadow: unset;
}

#login-modal .btn{
    text-transform: none !important;
}
.login-img{
    width: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .card.card-signup{
        padding-top: 20px;
    }
    .navbar .navbar-nav .open .dropdown-menu>li>a{
        color: #000;
    }
}

/*** NEW USER ****/
.content.new-user{
    padding: 0 20px;
}
.card.card-signup .content.new-user .form-group{
    margin:0;
}
.card.card-signup .content.new-user .form-group .form-control{
    margin:0;
}
/*
 * User selection
 */
/*
.user-type-container{
    width: 70%;
    display: none;
    left: 15%;
    top: 20%;
    position: fixed;
    box-shadow: 0 10px 5px rgba(0,0,0,0.4);
}
.user-type-container .user-type {
    background: white;
    text-align: center;
    margin: 0 auto;
}
.user-type-container .row {
    display: block;
    margin: 0;
}
.user-type-container .col-sm-6, .user-type-container  .col-xs-12{
    padding: 35px 65px 55px 65px;
}
.user-type-container .store{
    background: #F6F6F6;
}
.user-type-container h3{
    font-family: 'Outfit', sans-serif;
}
.user-type-container hr{
    border-top: 1px solid #000;
}
.user-type-container .close{
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 10;
}
.user-type-container .btn {
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    width: 80%;
    padding: 10px 0;
}
*/

/*
 * Header logo
 */


.logo-lg>.brand-logo {
    width: 100%;
    max-width: 300px;
}
.logo-mini>.brand-logo {
    max-width: 40px;
}

.btn.btn-yellowdress, .btn.btn-yellowdress.active, .btn.btn-yellowdress.active:focus, .btn.btn-yellowdress.active:hover, .btn.btn-yellowdress:active, .btn.btn-yellowdress:active:focus, .btn.btn-yellowdress:active:hover, .btn.btn-yellowdress:focus, .btn.btn-yellowdress:hover, .navbar .navbar-nav>li>a.btn.btn-yellowdress, .navbar .navbar-nav>li>a.btn.btn-yellowdress.active, .navbar .navbar-nav>li>a.btn.btn-yellowdress.active:focus, .navbar .navbar-nav>li>a.btn.btn-yellowdress.active:hover, .navbar .navbar-nav>li>a.btn.btn-yellowdress:active, .navbar .navbar-nav>li>a.btn.btn-yellowdress:active:focus, .navbar .navbar-nav>li>a.btn.btn-yellowdress:active:hover, .navbar .navbar-nav>li>a.btn.btn-yellowdress:focus, .navbar .navbar-nav>li>a.btn.btn-yellowdress:hover, .open>.btn.btn-yellowdress.dropdown-toggle, .open>.btn.btn-yellowdress.dropdown-toggle:focus, .open>.btn.btn-yellowdress.dropdown-toggle:hover, .open>.navbar .navbar-nav>li>a.btn.btn-yellowdress.dropdown-toggle, .open>.navbar .navbar-nav>li>a.btn.btn-yellowdress.dropdown-toggle:focus, .open>.navbar .navbar-nav>li>a.btn.btn-yellowdress.dropdown-toggle:hover {
    background: #FCC031;
    color: white;
}
.btn.btn-yellowdress:active, .btn.btn-yellowdress:focus, .btn.btn-yellowdress:hover{
    background: #FCC031;
}

.font-yellowdress {
    color: #FCC031;
}

.uploaded-image {
    width: 90px;
    margin: 5px;
    max-height: 100px;
}
.current-image{
    display: block;
    height: 130px;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
}
#rent-price-input, #sell-price-input{
    display: none;
}
/*
 * color circles
 */

#product_branches_chosen>.chosen-choices, #coupon_branches_chosen>.chosen-choices{
    border-radius: 0;
    box-shadow: none !important;
    border-color: #d2d6de;
    height: 34px;
    padding: 2px 12px;
    font-size: 14px;
    color: #555;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.chosen-container{
    width: 100% !important;
}

.input-wrapper{
    width: 30px;
    height: 30px;
    /*border-radius: 10px;*/
    margin-bottom: 5px;
    cursor: pointer;
}
.colors-div{
    width: 100%;
    overflow: hidden;
    padding-right: 30px;
    text-align: center;
}
.wrapper-more-text{
    width: 85px;
}
.wrapper-more-text>label{
    font-weight: normal;
}
.color-icon{
    font-size: 20px;
    color: white;
    margin-top: 5px;
}
.input-wrapper.wrapper-text{
    background-color: #FFFFFF;border: 1px solid #DDDDDD;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.input-wrapper.wrapper-size{
    height: 20px;
    line-height: 10px;
    padding-top: 0;
}
.input-wrapper.wrapper-text.checked {
    background-color: #000000;
}
.input-wrapper.wrapper-text.checked label {
    color: #FFFFFF;
}
.wrapper-color{
    border-radius: 50%;
}
.wrapper-color>input {
    opacity: 0.01;
    position: absolute;
}
.wrapper-color>input[type=checkbox] + i {
    display: none;
}
.wrapper-color>input[type=checkbox]:checked + i {
    display: inline;
}
.input-wrapper.wrapper-text>input {
    opacity: 0.01;
    position: absolute;
}
.input-wrapper > * {
    pointer-events:none;
}

.color-container {
    padding-top: 10px;
}

.filters {
    /*overflow: hidden;*/
}

.checkbox+.checkbox, .radio+.radio{
    margin-top: 10px;
}

.product-thumb{
    max-width: 60px;
    max-height: 60px;
    border: 1px solid #e1e2e3;
    border-radius: 5px;
}
td.thumb{
    text-align: center;
}
.product-image
{
    margin-bottom: 15px;
    background-color: #f5f5f5;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    transition: all ease-in-out .3s;
    border: 1px solid rgba(255,255,255,.7);
}
.image-footer{
    height: 25px;
    border-top: 1px solid #ccc;
}
.product-images-container, .info-container{
    overflow: hidden;
    width:520px;
}
.product-image-main{
    font-size: 22px;
    color: #3c8dbc;
    float: left;
    margin-left: 7px;
    margin-top: 1px;
}
.product-image-delete{
    font-size: 22px;
    color: red;
    float: right;
    margin-right: 7px;
    margin-top: 1px;
}
.yellowdress-icon{
    height: 19px;
    margin-left: -6px;
    margin-right: 1px;
}
/*
 * payment section
 */
.subscription-user-status{
    font-size: 11px;
}
.plans-table{
    width: 90%;
    margin-left: 10%;
    text-align: center;
}
.subscription-box{
    text-align: center;
}
.subscription-information, #stripe-button-div{
    margin-bottom: 15px;
}
.subscription-widget .widget-user-header{
    height: auto;
    padding-bottom: 15px;
}
.subscription-widget table{
    margin-bottom: 0;
}
.subscription-widget .widget-user-username{
    font-family: 'Outfit', sans-serif;
}
.subscription-widget form{
    margin-top: 25px;
}

/*
 * STRIPE BUTTON
 */
button.stripe-button-el{
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}
.stripe-button-el>span{
    background: none !important;
    background-color: #757CD6 !important;
    border-radius: 15px !important;
    padding: 0 35px !important;
}

#stripe-btn-web .stripe-button-el{
    background: #FCC031 !important;
    color: white !important;

    border: none !important;
    border-radius: 30px !important;
    position: relative !important;
    padding: 8px 10px !important;
    margin: 10px 1px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    will-change: box-shadow,transform !important;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1) !important;

}

#stripe-btn-web .stripe-button-el>span{
    text-shadow: unset !important;
    background: unset !important;
    font-weight: 500 !important;
    box-shadow: unset !important;

}

.activate-subscription{
    background-color: #757CD6 ;
    border-radius: 15px ;
    padding: 5px 35px;
}

/*
 * Google Map
 */
#map {
    width: 100%;
    height: 300px;
}
#clicks-map, #heat-map{
    width: 100%;
    height: 400px;
}

#map:before {
    width: 22px;
    height: 40px;
    display: block;
    content: ' ';
    position: relative;
    top: 50%; left: 50%;
    margin: -40px 0 0 -11px;
    background: url('../img/marker.png');
    background-size: 22px 40px; /* Since I used the HiDPI marker version this compensates for the 2x size */
    z-index: 1;
}

/*
 * Google Map
 */
#viewMap {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}

/*
 * DATA TABLES FIXES
 */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #757CD6;
    border-color: #757CD6;
}

#chartdiv {
    width:100%;
    height:400px;
}

.intl-tel-input{
    display: block !important;
}
.intl-tel-input.allow-dropdown+p{
    margin-top: 0px;
}
#user_phoneNumber.error{
    border:1px solid red;
}
.tooltip {
    position: fixed;
}

.user-image{
    border: solid 1px grey;
    height: 50px;
    width: 50px;
}
table.claim-table tbody td {
    vertical-align: middle;
}
.add-button{
    font-size: 35px;
}

/**
 * DATE picker fix
 */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
label.input-group-addon {
    cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #c5c5c5 !important;
    cursor: not-allowed !important;
}

/**
 * Statistics clicks
 */
.click-date-number{
    display: block;
    height: 25px;
    margin-top: -18px;
}
.clicks-widget{
    font-size:35px;
}
.section-description{
    margin-bottom: 15px;
    letter-spacing: 5px;
    text-align: center;
}
.subsection-description{
    letter-spacing: 4px;
    margin-bottom: 20px;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -moz-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.bounce-arrow{
    color: #000000;
    margin-top: 4px;
}

/*
 * PROFILE SECTION
 */

.card .thumb img.product-thumb{
    width: auto;
    height: 100%;
}

.table-condensed{
    text-align: center;
}

.profile-page .profile img{
    max-height: 160px;
}
.profile-page .main.main-raised{
    margin-bottom: 100px;
}
.profile-page .profile-tabs{
    margin-top: 0;
}
.nav-pills>li>a{
    color: #9B9B9B;
}
label .fileinput .thumbnail.img-circle{
    max-height: 100px;
    margin-top: 10px;
    cursor: pointer;
}
.edit-profile-pic{
    position: absolute;
    margin-top: 50px;
    margin-left: 35px;
    color: #FFF;
    cursor: pointer;
}
label[for=user_storeId_instagram]+div>span,label[for=user_storeId_facebook]+div>span{
    background: #f3f3f3 !important;
}
span.required {
    color: red;
}

.bg-yd-purple{
    background-color: #757CD6;
    color: #fff
}
.text-yd-purple{
    color: #757CD6;
}

.text-yd-red{
    color: #EF524B;
}

.text-yd-red:hover{
    color: #EF524B;
}

.rating-star{
    font-size: 12px;
}
.response-time{
    font-size: 11px;
}
.product-thumb-small{
    max-height: 40px;
    max-width: 40px;
}

.receipt-footer{
    padding: 30px 10px;
    font-size: 12px;
    color: #9e9e9e;
}
.download-bill{
    font-size: 20px;
}
.box.box-purple {
    border-top-color: #757CD6;
}
.dataTables_empty{
    text-align: center;
    vertical-align: middle !important;
    height: 100px;
    font-size: 20px;
}
.store-message{
    font-size: 20px;
}
.filter-title{
    margin-left: 15px;
    margin-bottom: 25px;
}
#inactive-label-link{
    padding-top: 13px;
}
#inactive-label{
    position: initial;
}
.profile-content{
    margin-top: 200px;
}

.profile-content .btn{
    background-color: #000;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #000;
    color: #FFF;
    box-shadow: unset;
}
.profile-page .page-header{
    min-height: 0;
    height: 350px;
}
.avatar img{
    border: 1px solid #f4f0f0;
}
@media (max-width: 767px) {
    .nav-pills>li>a{
        padding: 10px;
        font-size: 10px;
        min-width: 0;
    }
}

/*
 * UPLOAD PROFILE IMAGE
 */
.label-upload-picture{
    position: relative;
    cursor: pointer;
    margin-top: -20px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
    border: solid 1px #d8d8d8;

}
.label-upload-picture i{
    position: absolute;
    left: 35px;
    top: 30px;
    z-index: 10;
    font-size: 32px;
}
.profile-image{
    height: 100px;
}
.user-panel>.image, .user-panel>.image>img{
    width:45px;
    height:45px;
}
.coming-soon h1{
    font-size: 120px;
    font-family: 'Outfit', sans-serif;
    color: #FFFFFF;
}
.coming-soon h2{
    color: #FFFFFF;
}
.coming-soon{
    text-align: center;
    margin-top: 10%
}

#pre-register-container{
    width: 450px;
    margin: 1% auto;
}

#form_email.user-pre-register{
    height: 50px;
    text-align: center;
    width: 100%;
    border-radius: 25px;
}
#form_enviar{
    margin: auto;
    width: 50%;
}
#register-store{
    border-radius: 30px;
    margin: auto;
    width: 65%;
    float: inherit !important;
    font-size: 24px;
    margin-top: 30px;
}
#first-users-message{
    font-size: 85px;
}
#coming-soon-text{
    margin-top: 350px;
}
nav.navbar.navbar-padding{
    padding: 0 6em;
}


/**
    MEDIA QUERY MOBILE
 */
@media (max-width: 767px) {
    .color-container{
        padding: 0;
    }
    nav.navbar.navbar-padding{
        padding: 0 10px;
    }
    .home-widget img{
        height: 75px;
    }
    .home-widget h3 {
        position: absolute;
    }
    .coming-soon h1{
        font-size: 60px;
    }
    .coming-soon h2{
        font-size: 17px;
    }
    .user-type-container{
        left: 10%;
        width: 80%;
        top: 12%;
    }
    .user-type-container .btn{
        margin-top: 0;
        width: 100%;
    }
    .user-type-container .col-sm-6, .user-type-container  .col-xs-12{
        padding: 5px 25px 15px 25px;
    }
    .user-type-container h3{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .user-type-container hr{
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .coming-soon{
        margin-top: 85px;
    }
    #pre-register-container{
        width: 100%;
    }
    #first-users-message{
        font-size: 35px;
    }
    #coming-soon-text{
        margin-top: 0;
    }
    #register-store{
        border-radius: 20px;
        margin: auto;
        width: 50%;
        float: inherit !important;
        font-size: 14px;
    }
    .navbar.navbar-transparent{
        background-color: rgba(0,0,0,.8);
    }
}
/*********
    HOME
 *********/
.home-modal #size-wrapper{
    text-align: center;
}
.home-modal .round {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    width: 50px;
}
.home-modal .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    line-height:50px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.home-modal .round input[type="checkbox"] {
    visibility: hidden;
}

.home-modal .round input[type="checkbox"]:checked + label {
    background-color: #757CD6;
    border-color: #757CD6;
    color: #fff;
}

.home-modal .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.home-modal .round-container {
    margin: 0 auto;
}

.home-modal .day-hover{
    background: #757CD6;
    color: #fff;
}

.home-modal .datepicker .datepicker-days span{
    width: unset !important;
}

.home-modal .datepicker .datepicker-days .table-condensed>tbody>tr>td{
    padding: 8px !important;
}

/*datepicker*/
.picker--focused .picker__day--highlighted{
    background: #757cd691 !important;
    border-color: #757cd691 !important;
    color: #fff !important;
}

.picker--focused .picker__day--highlighted-next{
    background: #757cd691 !important;
    border-color: #757cd691 !important;
    color: #fff !important;
}

.picker__day--infocus:hover, .picker__day--outfocus:hover{
    background: #757CD6 !important;
    border-color: #757CD6 !important;
    color: #fff !important;
}

.picker--focused .picker__day--selected{
    background: #fff;
    color: #000;
}

.datepicker-hover{
    background-color: #757CD6 !important;
    color: #fff !important;
}

.datepicker-hover div{
    background-color: #757CD6 !important;
    color: #fff !important;
}
/**/


.app-section{
    border-radius: 0;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 45px;
}
.app-section .app-download{
    margin-top: 120px;
    text-align: center;
}
.app-section .app-download img{
    display: inline-block;
    width: 120px;
    /*margin-right: 40px;*/
    vertical-align: middle;
}
.app-section .app-download h2{
    display: inline-block;
    vertical-align: middle;
    /*text-align: left;*/
}
.store-badges{
    margin-top: 50px;
}
.app-screenshot img{
    width: 900px;
}
.image-card{
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    perspective: 1px; /* any non-zero value will work */
}
.section-border{
    border-radius: 5px;
    overflow: hidden;
}
.home-insta-row{
    margin-bottom: 30px;
}
.home-description{
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 40px;
}
.no-negative-margin{
    margin-top: 40px;
    margin-bottom: 40px;
}
.no-negative-margin .section-sections{
    padding-top: 0;
}
.home-widget {
    background: white;
    color: #fdc02a;
    text-align: center;
    border-top: 8px solid #fdc02a;
}
.home-widget:hover{
    color: #fdc02a;
}
.home-widget.disable{
    color: #818181;
    border-top: 8px solid #79bf93;
}
.home-widget.disable:hover{
    color: #818181;
}
.home-widget .mask{
    position: absolute;
    top:-8px;
    right:0;
    width:50%;
    height: 8px;
    background-color:#cacaca;
}
.home-widget.disable .mask{
    display: none;
}
.home-widget .inner{
    padding-top: 0;
}
.home-widget h3{
    position: absolute;
}
.home-widget img{
    height: 100px;
    margin-top: 10px;
}
.home-widget p{
    margin: 10px 0 0;
}
.presentation-page .page-header{
    min-height: 660px;
}
.presentation-page .header-filter:after{
    background: rgba(132,13,121,.88);
    background: linear-gradient(45deg,rgba(0, 0, 0,.88) 0,rgba(208,44,180,.31) 100%);
    background: -moz-linear-gradient(135deg,rgba(0, 0, 0,.88) 0,rgba(208,44,180,.31) 100%);
    background: -webkit-linear-gradient(135deg,rgba(0, 0, 0, 0.88) 0,rgba(208,44,180,.31) 100%);
}
.page-header .container{
    padding-top: 20vh;
    width: 100%;
}
.landing-section{
    position: relative;
    height: calc(100% - 30px);
    min-height: 650px;
}
.landing-image{
    position: absolute;
    height: 100%;
    width: 100%;
}
.landing-section-content{
    position: absolute;
    top: 10%;
    color: #FFF;
    width: 100%;
    padding: 100px;
}
.landing-section-input{
    margin-top: 55px;
    text-align: left;
    padding-left: 70px;
}
.landing-section-input .input-group{
    width: 50%;
}
.landing-section-input h2{
    color: #fcc519;
    font-family: 'Outfit', sans-serif;
}
.landing-section-input button {
    padding: 3px 25px;
}
#location-input-icon{
    position: absolute;
    color: white;
    font-size: 20px;
    left: 10px;
    top: 35px;
    z-index: 10;
}

#close-location{
    float: right;
    margin-right: 20%;
    color: #FFF;
}
#close-location i {
    font-size: 50px;
}
.close-location-row{
    display: none;
}
.transform-form .close-location-row{
    display: block;
}
.pac-container{
    /*z-index: 10;*/
}

.presentation-page .pac-container{
    z-index: 10000 !important;
}

.presentation-page .pac-item{
    background: #fff;
}

.presentation-page .pac-item:hover{
    background: #e6e6e6;
}

.presentation-page .pac-item{
    line-height: 55px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.presentation-page .pac-item:hover .pac-item-query{
    color: #000 !important;
}
.main{
    z-index: 1;
}
#location-container.animate{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.transform-form{
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1031;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    padding-top: 200px;
}
.transform-form .input-group{
    margin: auto;
    width: 60%;
}
.landing-section-text h1{
    font-size: 50px;
}
.landing-section-login{
    font-size: 22px;
    margin-top: 30px;
}
.landing-section-login a{
    padding: 8px 20px;
    margin-top: 7px;
    border-radius: 25px;
    background: none;
    border: 1px solid #fcc031;
    color: #fcc031;
    text-align: center;
    transition: all .2s ease-in-out;
}
.landing-section-login a:first-child{
    margin-right: 10px;
}
.landing-section-login a:hover{
    background: #fcc031;
    color: #FFF;
}
.how-to-section{
    overflow: hidden;
    display: flex;
    margin-bottom: 45px;
}
.how-to-steps{
    width: 50%;
    float: left;
    background-color: #373737;
    color: #FFF;
    padding: 60px 5px;
    text-align: center;
    padding-top: 45px;
}
.how-to-images{
    width: 50%;
}
.how-to-circle{
    margin: auto;
    height: 50px;
    width: 49px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
}
.how-to-circle.active{
    border: 4px solid;
    line-height: 44px;
}
.how-to-numbers p{
    font-size: 12px;
}
.hot-to-title h3{
    margin-top: 10px;
    margin-bottom: 50px;
}
.chose-dress-section, .chose-gallery .row, .chose-gallery .row .col-sm-6,.chose-gallery .row .col-sm-6>.row, .total-heigh-image{
    height:100%;
}
.chose-dress-section{
    margin-bottom: 70px;
}
.chose-dress-title{
    text-align: center;
    padding-top: 20px;
}
.chose-dress-title h2{
    font-family: 'Outfit', sans-serif;
}
.chose-gallery{
    height: 90%;
    padding: 0 30px 30px 30px;
}
.chose-gallery-main{
    height: 100%;
}
.chose-gallery-small{
    height: 70%;
}
.chose-gallery-large{
    height: 30%;
}
.image-padding {
    padding: 20px;
}
.chose-gallery-large .row{
    margin: 0;
}
.review-section {
    background-color: #fdbf1c;
    text-align: center;
    padding: 50px;
}
.create-account-section{
    text-align: center;
}
.create-account-block{
    min-height: 250px;
    padding-top: 80px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size:     cover;
}
.create-account-title{
    width: 100%;
    z-index: 1;
    text-align: center;
    margin-bottom: 20px;
}
.create-account-title h3{
    font-size: 30px;
    font-family: 'Outfit', sans-serif;
}
.create-account-button{
    width: 250px;
    margin: 40px auto 0 auto;
    height: 50px;
    line-height: 34px;
    font-size: 20px;
    padding: 8px 20px;
    border-radius: 25px;
    background: none;
    border: 1px solid #fcc031;
    color: #fcc031;
}
.create-account-button:hover{
    background-color: #fcc031;
    color: #FFFFFF;
}
.create-account-block h4{
    color: #FFF;
}
.gallery-button-container{
    position: absolute;
    top: calc(50% - 35px);
    text-align: center;
    width: 100%;
    padding-right: 40px;
}
.gallery-button{
    height: 70px;
    background: rgba(0,0,0,0.3);
    width: 35%;
    margin: auto;
    line-height: 70px;
    font-size: 30px;
    color: #FFF;
}
.chose-gallery-small .gallery-button{
    width: 70%;
}
.instagram-section{
    min-height:100%;
    padding-bottom: 80px;
}
.instagram-title{
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 30px;
}
.instagram-title h2{
    color: #fcc519;
    font-family: 'Outfit', sans-serif;
}
.instagram-image{
    margin-bottom: 20px;
}
.instagram-gallery>div{
    padding: 0;
}
.instagram-gallery{
    overflow: hidden;
}
.how-to-images img{
    display: none;
}
.how-to-images img:first-child{
    display: block;
}
#current-locations{
    width: 100%;
    top: 80px;
    display: none;
    background: none;
}
.presentation-page .pac-container.pac-logo.hdpi {
    background: none;
}
#current-locations::after{
    display: none;
}
.presentation-page .hdpi.pac-logo:after{
    background: none !important;
}
.presentation-page .pac-item-query{
    color: #000;
    font-size: 25px;
    padding-right: 8px;
}
.presentation-page .hdpi .pac-icon{
    margin-top: 20px;
}
.presentation-page .pac-item-query+span{
    font-size: 20px;
}
.yellowdress-cities{
    text-align: left;
    padding-left: 15px;
    color: #FFF;
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#current-locations{
    display: none;
    border: none;
}
#current-locations.show{
    display: block;
}
#current-locations i{
    font-size: 15px;
    margin-right: 8px;
    margin-left: 2px;
}
#cities-current-location{
    display: none;
    border: none;
}
#current-locations div{
    cursor: pointer;
}
#current-locations div.yellowdress-cities{
    cursor: default;

}
[id^=filter]{
    cursor: pointer;
}
.sign-up-card-section .sign-up-image{
    width:100%;
    height:400px;
    border-radius: 3px;
    transition: all .2s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
}
.sign-up-card-section{
    padding: 30px;
    margin-bottom: 40px !important;
}
.sign-up-card{
    position: absolute;
    text-align: center;
    padding-top: 80px;
    width: 100%;
    max-width: 47vw;
    z-index: 1000;
    pointer-events: none;
}
.sign-up-card h3{
    color: #FFF;
    font-family: 'Outfit', sans-serif;
}
.sign-up-card h5{
    color: #FFF;
}
.sign-up-card a{
    pointer-events: auto;
}
.create-account-button{
    border: 1px solid #FFF;
    color: #FFF;
    transition: background 0.5s ease;
}
.create-account-button:hover{
    border: none;
}
.presentation-page .brand{
    text-align: left;
    padding-left: 70px;
}
.presentation-page .brand h3{
    margin: 10px 0 0 0;
}
.presentation-page .transform-form #location{
    background: none;
    border-bottom: 1px solid;
    font-size:25px;
}
@media (max-width: 767px) {
    .app-section .app-download{
        margin-top: 40px;
    }
    .sign-up-card-section .col-sm-6:first-child{
        margin-bottom: 10px;
    }
    .sign-up-card-section{
        padding-left: 0;
        padding-right: 0;
    }
    .sign-up-card{
        max-width: 100%;
        padding-right: 30px;
    }
    .app-download h2{
        text-align: center;
    }
    .app-screenshot{
        margin-top: 20px;
    }
    .app-screenshot img{
        width: 350px;
    }
    .app-section .app-download img{
        margin-right: 0;
    }
    .app-section .app-download h2{
        text-align: center;
    }
    .presentation-page .page-header{
        min-height: 520px;
    }
    .presentation-page .brand h1, h1{
        font-size: 2.2em;
    }
   .presentation-page .brand h3{
       font-size: 1.2em;
   }
    .landing-section-input h3{
        font-size: 2em;
    }
    .landing-section-input h2{
        font-size: 1.5em;
    }
    .page-header .container{
        padding-top: 12vh;
    }
    .transform-form{
        padding-top: 75px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .presentation-page .brand{
        text-align: center;
        padding-left: 0;
    }
    #close-location{
        margin-right: 8%;
        margin-bottom: -15px;
    }
    #close-location i{
        font-size: 45px;
    }
    .landing-section-input{
        margin: 35px 0 0 0;
        padding-left: 0;
        text-align: center;
    }
    .landing-section-input .input-group{
        width: 100%;
    }
    .chose-dress-section{
        height: 110%;
    }
    .chose-gallery .row .col-sm-6 {
        height:75%;
    }
    .chose-gallery .row .col-sm-6:first-child {
        height:25%;
    }
    .landing-section-content{
        padding: 0 30px;
    }
    .how-to-section{
        display: block;
        margin-bottom: 16px;
    }
    .how-to-steps{
        width: 100%;
        padding: unset;
    }
    .how-to-numbers>div{
        margin-bottom: 30px;
    }
    .image-padding {
        padding: 10px;
    }
    .gallery-button{
        font-size: 18px;
    }
    .gallery-button-container{
        padding-right: 20px;
    }
    .landing-section-login{
        margin-left: -15px;
        margin-right: -15px;
        font-size: 17px;
        text-align: center;
    }
    .instagram-imgae{
        height: 180px;
    }
    .presentation-page .pac-item{
        line-height: 40px;
    }
    .presentation-page .hdpi .pac-icon{
        margin-top: 8px;
    }
    .presentation-page .pac-item-query, .presentation-page .transform-form #location, .yellowdress-cities{
        font-size: 18px;
    }
    #location-container .form-group{
        margin-top: 0;
    }
    #location-input-icon{
        top: 10px;
    }
    #current-locations {
        top: 50px;
    }
    .home-modal .round {
        width: 40px;
    }
    .home-modal .round label {
        line-height:40px;
        width: 40px;
        height: 40px;
    }
    .how-to-circle {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .how-to-text{
        font-size: 7pt;
    }
    .how-to-circle.active{
        line-height: 25px;
    }
    .app-section .app-download{
        font-size: 6pt;
    }
    .app-section .text-center{
        font-size: 10pt;
    }
    #yellowdress-app-icon{
        width: 90px;
    }
    .review-section{
        font-size: 8pt;
    }
}


/**
 *********** CATALOG
 */
#date-filter .form-group{
    margin: 0;
}

.product-have-coupon{
    position: absolute;
    bottom: 60px;
    right: 10px;
    font-size: 35px;
    color: #FCC031;
    z-index: 1;
}
.dress-location .form-group{
    margin: 0;
}
.my-other-marker {
    background: #FCC031;
    border: 1px solid #000000;
    padding: 2px 15px;
    border-radius: 10px;
    color: #000000;
}
.my-other-marker:hover{
    cursor: pointer;
}
.dress-mouse-over{
    background: #757CD6;
}
.sell-rent-label.selected{
    background-color: #000;
    color: #FFF;
}
.pagination .btn-fab{
    font-size: 17px;
}
.card-product-description{
    overflow: hidden;
    border-top: 1px solid #d8d8d8;
    text-align: center;
    padding: 5px 0;
    background: #FFFFFF;
}
.card-product-description p{
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.favorite-action{
    font-size: 28px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}
.sell-rent-label{
    border: 1px solid #d8d8d8;
    cursor: pointer;
    height: 34px;
    width: 100%;
    text-align: center;
    line-height: 34px;
}
.input-wrapper{
    text-align: center;
    /*border-radius: 25px;*/
    /*height: 20px;*/
    line-height: 36px;
    float: left;
    margin-right: 5px;
}
.color-container{
    padding-top:0;
    padding-left: 8px;
}
.second-row{
    margin-top: 10px;
}
.colors-div{
    text-align: left;
}
.colors-div>label{
    margin-left: 10px;
}
.slider-div{
    padding: 10px;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.colors-div{
    padding-right: 0;
}
#home-modal .search-location{
    top: 18px;
}
.search-location{
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 20px;
    color: #737373;
}
#location{
    padding-left: 30px;
    color: #555;
    font-size: 10pt;
    text-overflow: ellipsis;
}

#location2{
    padding-left: 30px;
    color: #FFF;
}

.presentation-page #location::-webkit-input-placeholder {
    font-size: 20px;
}
.presentation-page #location2::-webkit-input-placeholder {
    font-size: 20px;
}
.map-container{
    display: block;
    width: 35%;
    position: absolute;
    right: 15px;
    left: auto;
    top: 22px;
    height: 90%;
    padding-top: 143px;
}
#dresses-map{
    height: 100%
}
.section-container{
    /*margin-top: -20px;*/
    height: calc(100% - 0px);
}
.dress-container{
    position: relative;
    z-index:10;
    width: 60%;
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
#autoCompleteForm{
    margin-bottom: 15px;
}
#dresses-images{
    overflow: hidden;
    max-width: 800px;
    margin: auto;
}
.hide-rent-price .rent-price{
    display: none;
}
.hide-sell-price .sell-price{
    display: none;
}
.pagination{
    width:100%;
    max-width: 800px;
    text-align: right;
    display: block;
    margin: auto;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.pagination p{
    padding-right: 5px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-card-container{
    overflow: hidden;
    perspective: 1px;
}
.product-image-container{
    width: 100%;
    height: 350px;
    cursor: pointer;
    overflow: hidden;
    border-bottom: none;
}
.product-container{
    margin-bottom: 20px;
}
.filters{
    background: #fff;
    z-index: 10;
    /*padding: 10px;*/
    /*position: relative;*/
    position: fixed;
    top: 70px;
    z-index: 20;
    width: 100%;
}
.product-section{
    padding-top: 20px;
    background: #fff;
    min-height: 80%;
}
.more-filters-section{
    overflow: hidden;
}
.filters.stick-top{
    position: fixed;
    width: 60%;
}
.extra-filters, .apply-filters-div, .pagination, #cancel-filters-button{
    display: none;
}
.extra-filters hr{
    margin-bottom: 10px;
    margin-top: 0;
}
.extra-filters .form-group{
    margin-bottom: 10px;
}
#no-products-found{
    display: none;
    padding: 50px 0;
    width: 70%;
    margin: auto;
    text-align: center;
}
.location-input{
    border: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 8px;
}
.rent-sell-container{
    padding-top: 9px;
    padding-left: 0;
}
.rent-sell-container .col-xs-6:first-child{
    padding-right: 3px;
    padding-left: 0;
}
.rent-sell-container .col-xs-6:last-child{
    padding-right: 0;
    padding-left: 3px;
}
.second-row .col-sm-4:first-child{
    padding-right: 0;
}
.second-row .col-sm-4:nth-child(2){
    padding-right: 15px;
    padding-left: 0;
}
.second-row .col-sm-4:last-child{
    padding-left: 0;
}
.remove-filter{
    font-size: 9px;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
}
.second-row .form-group{
    margin-top: 0;
    margin-bottom: 5px;
}
.slider-label{
    width: 60px;
}
.slider-input{
    /*width: calc(100% - 60px);*/
    /*padding-right: 15px;*/
    width: 100%;
}
label {
    color: #585858;
    font-weight: normal;
}
.text-left .col-sm-12{
    padding-right: 0;
}
.modal-content{
    border-radius: 10px;
}
.modal-body{
    overflow: hidden;
}
.modal-body .form-group{
    margin-bottom: 0;
    margin-top: 10px;
}
.modal-content.thanks{
    padding: 25px 50px;
    text-align: center;
}
.active-filters .remove-filter.label{
    display: none;
}
.btn.btn-round{
    border-radius: unset;
}
.pagination .btn.btn-primary{
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}
.pagination .btn.btn-primary:active, .pagination .btn.btn-primary:hover{
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.pagination .btn.btn-primary:active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary:focus, .btn.btn-primary:hover{
    background-color: #000;
}
@media (max-width: 767px) {
    /*html, body{*/
        /*!*height: 100vh;*!*/
        /*overflow: hidden;*/
        /*position: relative;*/
        /*height: calc(100% - -70px) !important;*/
    /*}*/
    .section-container{
        height: calc(100% - -70px);
    }
    .pagination{
        text-align: center;
    }
    .card-product-description{
        font-size: 12px;
    }
    .text-left .col-sm-12{
        padding-right: 15px;
    }
    .dress-container{
        width: 100%;
        overflow-y: scroll;
        height: calc(100% - 70px);
    }
    .product-image-container{
        height: 220px;
    }
    .filters.stick-top{
        width: 100%;
        position: fixed;
        top: 70px;
    }
    .price-not-available{
        font-size: 12px;
    }
    .product-container:nth-child(even){
        padding-left: 8px;
    }
    .product-container:nth-child(odd){
        padding-right: 8px;
    }
    .extra-filters .col-xs-4{
        padding-left: 0;
    }
    .rent-sell-container{
        padding-left: 15px;
        padding-top: 0;
    }
    .second-row .col-sm-4:nth-child(n){
        padding-left: 15px;
        padding-right: 15px;
    }
    #autoCompleteForm .col-sm-12{
        padding: 0;
    }
    .search-location{
        left: unset;
    }
    .first-row{
        margin: 0;
    }
    .slider-label{
        width: 100%;
    }
    .slider-input{
        width: 100%;
        padding-right: 5px;
    }
    .second-row>.col-sm-6:first-child>.colors-div {
        padding-bottom: 5px;
        border-bottom: solid 1px #e3e3e3;
    }
    .presentation-page #location::-webkit-input-placeholder {
        font-size: 15px;
    }
}



/***
 ****** PRODUCT DETAILS
 */
#contact-button{
    border-radius: unset;
}

.whatsapp-button img {
    width: 50px;
}

.whatsapp-button:hover img {
    width: 46px;
}

.small-btn{
    padding: 8px 18px;
    font-size: 10px;
    margin: 8px 1px;
}

#size-warning{
    text-align: center;
    color: red;
    font-size: 0;
    transition: all 0.5s;
}

.size-box{
    display: inline-block;
}

.size-box label {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    left: 0;
    top: 0;
}

.size-box label {
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
}

.size-box input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.size-box input[type="radio"]:checked + label {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.size-box input[type="radio"]:checked + label:after {
    opacity: 1;
}

.size-box-container {
    margin: 0 auto;
}


.product-view-size{
    width: 40px;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
}

.size-not-available{
    background-color: #bcbaba !important;
}

.detail-favorite-action{
    font-size: 32px;
    position: relative;
    right: 25px;
    bottom: 8px;
    cursor: pointer;
    z-index: 10;
}
.detail-favorite-action.detail{
    top:8px;
}
.social-buttons{
    overflow: hidden;
}
.color-block{
    height: 15px;
    margin-right: 2px;
}
.color-block-round{
    height: 25px;
    width: 25px;
    margin-right: 2px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.dress-product-container{
    width: 100%;
    min-height: calc(100% - 70px);
    position: relative;
    padding: 30px;
    margin: auto;
    margin-top: -20px;
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
.dress-product-image-container{
    height: 720px;
    position: relative;
}
.main-image-container{
    height: 100%;
    width: 75%;
    position: relative;
    padding-bottom: 20px;
}
.product-image-thumbnails{
    width: 20%;
    height: 100%;
    display: none;
}
.thumbnail-container{
    height: 30%;
    margin-right: 5%;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.product-thumbnails-images{
    height: 90%;
    padding: 20px 0;
}
.arrow{
    width: 100%;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    height: 5%;
}
.arrow.disabled {
    color: #e6e6e6;
    cursor: default;
}
.product-details{
    overflow: hidden;
}
.hide-store-info{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.store-info{
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.store-info-container.blur-content{
    -webkit-filter: blur(4px);
    filter: blur(4px);
    pointer-events: none;
}
.call-to-action{
    display: block;
    margin: 40px 0;
    text-align: center;
}
.product-map-container{
    margin-right: -15px;
    margin-left: -15px;
}
.store-links{
    font-size: 20px;
}
.store-links a{
    margin-left: 5px;
}
.product-details p {
    margin-bottom: 5px;
}
.contact-form-container{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 20;
    display: none;
}
.contact-box{
    position: relative;
    max-width: 300px;
    width: 100%;
    background: white;
    display: block;
    margin: auto;
    top: 30%;
    border-radius: 10px;
    min-height: 200px;
    padding: 10px;
}
.contact-store-info{
    overflow: hidden;
}
.contact-store-name{
    margin-right: 10px;
}
#close-contact{
    cursor: pointer;
}
.coupon-available-title{
    color: #FFF;
}
#store-phone-number{
    display: none;
}
.price-header{
    overflow: hidden;
}
.price-header h4{
    margin-top: 25px;
}
#details-container{
    display: none;
}
.details-column .col-xs-12{
    border-bottom: 1px solid #dedede;
}
.show-hide-details{
    cursor: pointer;
}
.description-text{
    font-size: 16px;
}
.store-profile-picture{
    margin-right: 30px ;
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
    width: 100px
}
.swipe-indicator{
    display: none;
}
#loading-image{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    z-index: 10;
    color: #fbd87f;
}
.details-column{
    overflow: hidden;
    -webkit-border-radius: 10px;
    padding-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
}
.address-column{
    overflow: hidden;
    -webkit-border-radius: 10px;
    padding-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
    margin-bottom: 15px;
}
#login-modal .modal-dialog {
    width: 400px;
    max-width: 95%;
    margin: 15px auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#login-modal .modal-content {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
}
#login-modal .modal-body {
    padding: 0;
    position: relative;
}
#login-modal .login-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    opacity: 0.7;
    color: #333;
    text-shadow: none;
}
#login-modal .login-modal-close:hover {
    opacity: 1;
}
#login-modal .login-card {
    background: #fff;
    padding: 20px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
}
#login-modal .login-card__title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 24px 0;
}
#login-modal .login-card__account-label {
    font-size: 17px;
    font-weight: bold;
    color: #222;
    margin: 28px 0 20px 0;
}
#login-modal .login-card__input-wrap {
    border: 2px solid #ddd;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
}
#login-modal .login-card__input-wrap:focus-within {
    border-color: #333;
}
#login-modal .login-card__input-icon {
    flex-shrink: 0;
    width: 44px;
    padding: 0 8px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}
#login-modal .login-card__input-icon .material-icons {
    font-size: 20px;
    line-height: 1;
}
#login-modal .login-card__input {
    flex: 1;
    min-width: 0;
    border: none;
    padding: 12px 12px 12px 6px;
    font-size: 16px;
    line-height: 1.25;
    color: #222;
    background: transparent;
    box-sizing: border-box;
}
#login-modal .login-card__input::placeholder {
    color: #999;
}
#login-modal .login-card__input:focus {
    outline: none;
}
#login-modal .login-card__fields {
    margin-bottom: 20px;
}
#login-modal .login-card__actions {
    margin-top: 8px;
}
#login-modal .login-card__btn {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: inherit;
    box-sizing: border-box;
    text-transform: none;
}
#login-modal .login-card .login-card__btn.btn-social {
    height: 48px;
    padding: 0 16px;
    line-height: 48px;
}
#login-modal .login-card .login-card__btn.btn-social > *:first-child {
    float: none;
    width: auto;
    border-right: none;
}
#login-modal .login-card__btn--primary {
    background: #222;
    color: #fff;
}
#login-modal .login-card__btn--primary:hover {
    background: #333;
    color: #fff;
}
#login-modal .login-card__btn--google {
    background: rgba(0, 0, 0, 0.08);
    color: #000;
    line-height: normal;
}
#login-modal .login-card__btn--google:hover {
    background: rgba(0, 0, 0, 0.12);
    color: #000;
}
#login-modal .login-card__btn--google .login-card__btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 48px;
    margin: 0 auto;
}
#login-modal .login-card__btn--google .login-card__btn-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
    height: 100%;
}
#login-modal .login-card__btn--google .login-card__google-icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}
#login-modal .login-card__btn--google .login-card__google-icon svg {
    display: block;
}
#login-modal .login-card__divider {
    height: 1px;
    background: rgba(0,0,0,0.08);
    margin: 16px 0;
    border: none;
}
#login-modal .login-card__links {
    font-size: 14px;
    color: #555;
    margin: 0 0 8px 0;
}
#login-modal .login-card__links a {
    color: #222;
    text-decoration: none;
}
#login-modal .login-card__links a:hover {
    text-decoration: underline;
}
#login-modal .login-card__links-sep {
    margin: 0 6px;
    color: #999;
}
.social-share{
    float: right;
    font-size: 25px;
    margin-top: 15px;
}
.social-share i.fa-pinterest-square{
    color: #bc0b1e;
}
.social-share i.fa-facebook-square{
    color: #4267b2;
}
.product-background{
    height: 350px;
    width: 110%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    background-size: cover;
}
.product-background:after{
    opacity: 0.6;
}
.product-background:before, .product-background:after{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.price p {
    font-size: 24px;
}

.description-title{
    color: #9B9B9B;
    font-size: 14px;
}

#sizeRadio{
    display: inline-block;
}

.view-link{
    color: #000;
    text-decoration: underline;
}

.view-link:hover{
    color: #000;
    text-decoration: underline;
}

.view-icons a{
    color: #000;
    font-size: 18pt;
    margin-right: 10px;
}

.view-store-details{
    background-color: #FCEBE3;
    margin-top: 45px;
    padding: 40px 0 50px 75px;
    position: absolute;
    width: 100%;
    left: -75px;
}

.view-store-img{
    width: 160px;
    height: 160px;
    background: #fff;
    border: 3px solid #9B9B9B;
    position: absolute;
    right: -60px;
    object-fit: contain;
}

#view-page{
    color: #000;
    margin-top: 90px;
}

#view-dress-column{
    padding-right: 60px;
}
#user-purchase-history{
    margin-bottom: 120px;
}
#user-purchase-history a{
    text-decoration: underline;
}
#user-purchase-history a:hover{
    color: #000;
    text-decoration: none;
}
#user-purchase-history th{
    font-size: 10pt;
    color: #9B9B9B;
    text-transform: uppercase;
}
#user-purchase-history td{
    font-family: 'Outfit', sans-serif;
}


@media (max-width: 767px) {
    #view-dress-column{
        padding-right: unset;
    }
    #view-text{
        text-align: center;
    }
    .view-store-details{
        position: unset;
        padding: 40px 0 50px 0px;
    }
    .view-store-img{
        position: unset;
    }
    #more-filters-button{
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .dress-product-image-container{
        height: 82vh;
        padding: 0;
        margin-bottom: 15px;
    }
    .dress-product-container{
        padding: 15px 10px;
    }
    .main-image-container{
        width: 100%;
    }
    .swipe-indicator{
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 20px;
        z-index:10;
        color: #FFF;
    }
    #login-modal .modal-dialog {
        width: auto;
        max-width: 95%;
        margin: auto;
    }
    #login-modal .login-card {
        padding: 20px 15px;
    }
    .coupon-available-title{
        color: #5a5a5a;
    }
}

/*****
 LOGIN
 *****/
.login-input{
    height: 40px;
}
.login-input+span{
    height: 40px;
    width:40px;
    line-height:40px;
}
.login-error{
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 0;
    border-radius: 30px;
    line-height: 15px;
    padding: 5px;
}
.login-container{
    min-height: 100%;
    margin-top: -105px;
}
.login-box-body{
    padding: 30px;
    width: 360px;
    margin: auto;
    position: relative;
    margin-top: 90px;
    background: rgba(0,0,0,0.4);
    z-index: 10;
}
.login-font-size{
    font-size: 13px;
}
.login-box-msg{
    color: #FFF;
}
button.login-input{
    color: #fff;
}
.login-footer a{
    color: #FFF;
    text-decoration: underline;
}
.btn-social {
    height: 40px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    text-align: center;
}
.btn-social>:first-child{
    border-right: none;
    width: 60px;
    line-height: 40px;
    font-size: 16px !important;
    float: left;
}
.login-page .login-card .btn-social>:first-child{
    float: none !important;
    width: auto !important;
    line-height: inherit !important;
}
.login-logo{
    width: 80%;
    padding: 16px;
}

.login-container .image-background{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.icheckbox_flat-purple{
    margin-right: 10px !important;
}
.form-group{
    margin-bottom: 20px;
}
.login-container .form-group label{
    display: none;
}
.login-input{
    height: 40px;
}
.form-control{
    height: 40px;
}
.login-page .login-card .login-card__input-wrap {
    border: 2px solid #ddd;
    border-radius: 12px;
    margin-top: 0;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
}
.login-page .login-card .login-card__input-wrap:focus-within {
    border-color: #333;
}
.login-page .login-card .login-card__input-icon {
    flex-shrink: 0;
    width: 44px;
    padding: 0 8px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-page .login-card .login-card__input-icon .material-icons {
    font-size: 20px;
    line-height: 1;
}
.login-page .login-card .login-card__input,
.login-page .login-card .form-control.login-card__input {
    flex: 1;
    min-width: 0;
    height: 48px;
    margin: 0;
    padding: 12px 12px 12px 6px;
    border: none;
    font-size: 16px;
    line-height: 1.25;
    color: #222;
    background: transparent;
    box-sizing: border-box;
}
.login-page .login-card .login-card__input::placeholder {
    color: #999;
}
.login-page .login-card .login-card__input:focus,
.login-page .login-card .form-control.login-card__input:focus {
    outline: none;
}
.login-page .login-card .login-card__fields {
    margin-top: 0;
    margin-bottom: 20px;
}
.login-page .login-card .login-card__fields .form-group {
    margin-top: 0;
    margin-bottom: 12px;
}
.login-page .login-card .login-card__fields .form-group:last-child {
    margin-bottom: 0;
}
.login-page .login-card .login-card__fields .form-group .login-card__input-wrap {
    margin-bottom: 0;
}
.login-page .login-card .login-card__actions {
    margin-top: 8px;
}
.login-page .login-card .login-card__btn {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: inherit;
    box-sizing: border-box;
    text-transform: none;
}
.login-page .login-card .login-card__btn.btn-social {
    height: 48px;
    padding: 0 16px;
    line-height: 48px;
}
.login-page .login-card .login-card__btn.btn-social > *:first-child {
    float: none;
    width: auto;
    border-right: none;
}
.login-page .login-card .login-card__btn--primary {
    background: #222;
    color: #fff;
}
.login-page .login-card .login-card__btn--primary:hover {
    background: #333;
    color: #fff;
}
.login-page .login-card .login-card__btn--google {
    background: rgba(0, 0, 0, 0.08);
    color: #000;
    line-height: normal;
}
.login-page .login-card .login-card__btn--google:hover {
    background: rgba(0, 0, 0, 0.12);
    color: #000;
}
.login-page .login-card .login-card__btn--google .login-card__btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 48px;
    margin: 0 auto;
}
.login-page .login-card .login-card__btn--google .login-card__btn-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
    height: 100%;
}
.login-page .login-card .login-card__btn--google .login-card__google-icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.login-page .login-card .login-card__btn--google .login-card__google-icon svg {
    display: block;
}
.checkbox{
    color: #FFF;
}
.terms-conditions-label{
    color: white;
    font-size: 15px;
}
@media (max-width: 767px) {
    .login-font-size{
        font-size: 11px;
    }
    .login-box-body{
        width: 100%;
        padding: 25px 20px;
        margin-top: 50px;
    }
    .login-container{
        min-height: 100%;
    }
}

/********
* FOOTER
*********/

.main-footer{
    background: #000;
    padding: 42px 8%;
    color: #fff;
    border: none !important;
    overflow: hidden;
    font-family: 'Outfit', sans-serif;
    text-align: left;
}
.main-footer a{
    color: #fff;
    font-size: 10px;
    display: block;
}
.main-footer input{
    font-family: 'Outfit', sans-serif;
    padding: 6px 3px;
    font-size: 12px;
    width: 50%;
    height: 35px;
    color: #000;
}
.main-footer hr{
    margin-top: 0;
}
.main-footer button{
    background-color: #FAECE4;
    color: #EF524B;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
}
.main-footer p{
    color: #fff;
    font-size: 12px;
}
.main-footer i{
    font-size: 18px;
}
.main-footer .renogare{
    color: #fff;
    font-size: 10px;
    letter-spacing: 1.15px;
}
.footer-logo img{
    width: 250px;
}
.footer-logo{
    margin-bottom: 20px;
}
.copyright{
    font-size: 10px;
    color: #fff;
}
.footer-content{
    margin-bottom: 40px;
}
.social-media-footer{
    text-align: center;
    padding-left: 10px;
    margin-top: 10px;
}
.social-media-footer a{
    font-size: 20px;
    display: inline;
    margin-right: 10px;
}
.partner{
    font-size: 10px;
    line-height: 30px;
}
.partner a{
    margin-left: 5px;
}
.app-footer{
    margin-top: 20px;
}
.app-footer div{
    text-align: center;
    margin: auto;
}
@media (max-width: 767px) {
    .social-download-section{
        margin-top: 20px;
    }
    .footer-logo{
        text-align: center;
    }
    #footer-img-container{
        width: 100%;
        text-align: center;
    }
}
/***********/
/* Ribbon  */
/***********/
.corner-ribbon{
    width: 200px;
    background: #ed5565;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.corner-ribbon.sticky{
    position: absolute;
    z-index: 5;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-left.small{
    width: 100px;
    top: 12px;
    left: -25px;
    line-height: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/***********/
/* END OF Ribbon  */
/***********/

.social-share-card{
    z-index: 10;
    position: absolute;
    bottom: 1px;
    left: 10px;
    font-size: 24px;
}
/*****
 DOWNLOAD BAR
 *****/
.download-bar{
    height: 80px;
    background: #FFF;
    z-index: 1100;
    padding: 0;
    border-bottom: 2px solid #f3f3f3;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.1), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.1),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
    -khtml-box-shadow: 0 2px 6px rgba(0,0,0,.1),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
}
.download-bar>div{
    line-height: 80px;
}
#app-download-text{
    line-height: 15px;
    padding: 10px 0px 10px 10px;
}
.download-app-icon{
    padding-left: 5px;
}
.rating-star{
    color: #fdbf1c;
}
.app-store-name{
    font-size: 12px;
}
.rating-starts{
    margin-bottom: 8px;
}
.app-title{
    margin-bottom: 10px;
}
/***********
 NOT FOUND
 ***********/
.no-product-container{
    height: 100%;
    width: 100%;
    background: #e1e1e1;
    padding-top: 100px;
}
.no-product-image{
    margin-top: 50px;
    text-align: center;
}
.no-product-text{
    text-align: center;
    margin-top: 50px;
    color: #797979;
}
/***********
 END - NOT FOUND
 ***********/
/***********
 LOGOUT
 ***********/
html, body{
    height:100%;
}
.background-image{
    width: 100%;
    height: 100%;
    z-index: -10;
    position: fixed;
}
.background-image img{
    height:100%;
    width:100%;
}
/***********
 END - LOGOUT
 ***********/
/***********
 LOADING
 ***********/
@keyframes heartbeat {
    0% {
        transform: scale( .75);
    }
    20% {
        transform: scale( 1);
    }
    40% {
        transform: scale( .75);
    }
    60% {
        transform: scale( 1);
    }
    80% {
        transform: scale( .75);
    }
    100% {
        transform: scale( .75);
    }
}
.loading{
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loading[style*="display: block"],
.loading[style*="display:block"]{
    display: flex !important;
}
.loading-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 32px 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.loading-spinner{
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 0, 0, 0.08);
    border-top-color: #333;
    border-radius: 50%;
    animation: loading-spin 0.7s linear infinite;
}
@keyframes loading-spin{
    to{ transform: rotate(360deg); }
}
.loading-label{
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
    animation: loading-pulse 1.2s ease-in-out infinite;
}
@keyframes loading-pulse{
    0%, 100%{ opacity: 0.6; }
    50%{ opacity: 1; }
}
.loading-heart{
    color: #fbd87f;
}
#heart-container{
    margin-bottom: 12px;
}
#loading-text{
    color: white;
    font-size: 26px;
}
/******
 FAVORITES
 */
.favorite-description{
    padding: 10px;
    text-align: center;
}
.favorite-card{
    position: relative;
    border-radius: 6px;
    /*box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);*/
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
}
.remove-favorite{
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
    font-size: 25px;
}
.favorite-image{
    height: 270px;
    width: 180px;
}
.favorite-container{
    padding: 2px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.favorite-description span{
    display: block;
}
@media (max-width: 767px) {
    .favorite-description {
        width: 120px;
    }
    .favorite-image{
        height: 180px;
        width: 120px;
        float: left;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .profile-page .profile img{
        max-height: 120px;
        max-width: 120px;
    }
}
/*******
 CHAT
 ******/
.chat-product-image{
    border-radius: 50%;
    width: 70px;
    overflow: hidden;
    height: 70px;
    float: left;
    margin-bottom: 0;
    margin-right: 40px;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.btn-chat{
    overflow: hidden;
    text-transform: none;
    text-align: left;
}
.chat-date{
    width: 30%;
    overflow: hidden;
}
.chat-message{
    width: 50%;
    height: 60px;
    white-space:normal;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-message.unread{
    color: #757CD6;
    font-weight: 600;
}
.chat-username.unread{
    font-weight: 600;
}
@media (max-width: 767px) {
    .btn-chat{
        padding:12px;
    }
    .chat-product-image{
        width: 60px;
        height: 60px;
        margin-right: 15px
    }
    .chat-date{
        width: 65%;
    }
    .chat-date h5 {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .chat-message > h5{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .chat-message{
        width: 65%;
        height: 30px;
    }
    .chat-message h5 {
        margin-top: 5px;
    }
}

/*******
 Messages
 ******/
.chat-back{
    position: absolute;
    top: 10px;
    left: 0;
}
.chat-back i{
    font-size: 50px;
}
.message-product-info{
    margin-top: 20px;
}
.message-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 15px 10px;
}
.message-wrapper .circle-wrapper {
    margin-bottom: 5px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.message-wrapper .text-wrapper {
    padding: 10px;
    min-height: 42px;
    width: 60%;
    margin: 10px 10px 0 10px;
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
    border-radius: 2px;
    font-weight: 300;
    position: relative;
}
.message-wrapper .text-wrapper:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}
.message-wrapper.them .message-user-wrapper{
    float: left;
}
.message-user {
    width: 80px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    font-size: 11px;
}
.message-wrapper.me .message-user{
    right: 0;
}
.message-wrapper.them .message-user{
    left: 0;
}
.message-user p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.message-wrapper.them .text-wrapper {
    background: #FCC031;
    float: left;
    color: #ffffff;
}
.message-wrapper.them .text-wrapper:before {
    border-width: 0 10px 10px 0;
    border-color: transparent #FCC031 transparent transparent;
    position: absolute;
    top: 0;
    left: -9px;
}
.message-wrapper.me .message-user-wrapper{
    float: right;
}
.message-wrapper.me .text-wrapper {
    float: right;
    color: #333333;
}
.message-wrapper.me .text-wrapper {
    background: #000;
    color: #FFF;
}
.message-wrapper.me .text-wrapper:before {
    border-width: 10px 10px 0 0;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -9px;
}
.message-input-text{
    padding-right: 50px;
}
.message-send{
    right: 15px;
    position: absolute;
    bottom: 25px;
}
.message-send i{
    font-size: 30px;
}
.card.card-profile.yellowchat-message{
    border: none;
    box-shadow: none;
    margin-top: 50px;
    margin-bottom: 0;
}
#message .form-group{
    margin-bottom: 0;
}

/*****
  BUY
*****/
.renogare{
    font-family: 'Outfit', sans-serif;
    letter-spacing: 3px;
    color: #000;
}

.gotham{
    font-family: 'Outfit', sans-serif;
    letter-spacing: 3px;
    color: #000;
}

.excentra{
    font-family: 'Outfit', sans-serif;
    color: #000;
}

.renogare-gray{
    font-family: 'Outfit', sans-serif;
    color: #9B9B9B;
}

.gotham-gray{
    font-family: 'Outfit', sans-serif;
    color: #9B9B9B;
    letter-spacing: 3px;
}

#buy-page{
    color: #000;
    margin-top: 90px;
}

#buy-page hr{
    border-top: 1px solid #000;
}

#buy-page .product-details{
    font-size: 17px;
    padding-bottom: 10px;
}

.buy-subtitle{
    font-size: 14px;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #9B9B9B;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
    background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
    background-color: #000;
}
/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
#buy-shipping-method{
    padding-left: 16px;
    padding-bottom: 32px;
}
#buy-shipping-method label{
    color: #9B9B9B;
}
#buy-address p{
    line-height: 0.5;
}
.buy-section-btn{
    padding: 4px 20px;
    font-size: 10px;
    letter-spacing: unset;
    background-color: rgba(155,155,155,0.50);
    color: #676767;
    float: right;
    margin-right: 80px;
}
#buy-payment{
    display: inline-block;
    position: relative;
}
.buy-cupon-input{
    background-color: #FCEBE3;
    border: none;
    height: 28px;
    width: 50%;
}
.apply-cuppon-btn{
    color: #979797;
    background: #fff;
    border: 1px solid #979797;
    height: 28px;
    letter-spacing: 2px;
    padding-left: 30px;
    padding-right: 30px;
}
.payment-method-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 50px;
    background-color: rgba(155,155,155,0.50);
    color: #676767;
    border-radius: 0;
    margin-bottom: 10px;
}
.new-card{
    font-size: 14px;
    letter-spacing: unset;
    text-align: right;
    cursor: pointer;
}
.subtotal{
    font-size: 18px;
}
.import{
    background-color: #FCEBE3;
    padding-top: 12px;
    padding-bottom: 12px;
}
.import p{
    margin: 0;
}
#buy-address-modal .modal-header{
    background-color: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
}
#buy-address-modal .modal-body{
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
}
#buy-address-modal input{
    width: 100%;
    height: 40px;
    border: 1px solid #4a4a4a;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    padding-left: 20px;
}
#buy-address-modal label{
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}
#buy-address-modal .col-sm-4{
    text-align: right;
    padding-top: 10px;
}
#buy-address-modal .row{
    margin-bottom: 20px;
}
#buy-address-modal select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 20px;
    background-color: rgba(155,155,155,0.50);
    color: #676767;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
}
#buy-address-modal .fa-times{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#confirm-payment{
    background-color: #000;
    color: #fff;
    padding: 10px 50px;
}
#view-buy-btn, #view-rent-btn{
    background-color: #EF524B;
    color: #fff;
    padding: 9px 50px;
    border: unset;
    font-size: 12px;
}

#stripe-modal input{
    width: 100%;
    height: 40px;
    border: 1px solid #4a4a4a;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    padding-left: 20px;
}

#stripe-modal label{
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
#stripe-modal .fa-times{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#stripe-modal .col-sm-4{
    text-align: right;
    padding-top: 10px;
}
#stripe-modal .row{
    margin-bottom: 20px;
}
#stripe-modal .modal-header{
    background-color: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.payment-select-arrow{
    position: absolute;
    right: 9px;
    top: 42px;
}
#buy-warning{
    text-align: center;
    color: red;
    /*display: none;*/
    font-size: 0;
    transition: .5s all;
}
.buy-confirm-btn{
    text-align: right;
}

/***
STORE
 */
.panel-title{
    font-family: 'Outfit', sans-serif;
}


/******
CATALOG
 */
.catalog-container{
    padding-top: 143px;
    position: relative;
}
.filter-box{
    position: absolute;
    /*width: 100%;*/
    width: 240px;
    background-color: white;
    display: none;
    top: 35px;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px !important;
    box-shadow: 0 14px 36px 2px rgba(0, 0, 0, 0.15) !important;
    padding: 24px !important;
}
#price-filter-box{
    right: 0;
}
.filters p{
    cursor: pointer;
}
.size-circle{
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 50%;
}
.btn-red{
    background-color: #EF524B;
}
.filters{
    left: 0;
}
.filter-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.filter-container p{
    padding: 0 10px;
}
.filter-container > div {
    text-align: center !important;
    box-sizing: border-box;
    list-style-type: none;
    flex: 1;
    position: relative;
}
#more-filters-modal{
    width: 35%;
    visibility: hidden;
    height: calc(100% - 222px);
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    transition: all .5s ease-in-out;
    top: 164px;
    transform: translate3d(0, 110%, 0);
    right: 15px;
    border: 1px solid #eee;
    overflow: hidden;
}
#more-filters-modal.open{
    visibility: unset;
    transform: translate3d(0, 0%, 0);
}
#more-filters-modal .extra-filters{
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    height: 100%;
    display: block;
    margin-top: 53px;
    padding-bottom: 148px;
}
.filter-box-nav{
    background-color: #ffffff;
    border-bottom: 1px solid #DBDBDB;
    top: 0;
    padding: 16px 24px;
    position: absolute;
    width: 100%;
    font-size: 14pt;
}

.filter-box-footer{
    background-color: #ffffff;
    border-top: 1px solid #DBDBDB;
    bottom: 0;
    padding: 16px 24px;
    position: absolute;
    width: 100%;
}

#apply-filters-button{
    background-color: #000;
}

#weeklyDatePickerInput{
    text-align: center !important;
}

#date-filter input{
    /*background-size: 0 2px,70% 1px;*/
}

.card .card-image, .card .header, .card-signup .header{
    box-shadow: unset;
}

.card .header-primary{
    background: #000;
}
.catalog-next-img{
    top: unset;
    bottom: 52px;
    right: 0;
}
.circle-logo-map{
    max-width: 150px;
    position: absolute;
    bottom: -56px;
    right: -57px;
    z-index: -1;
}



.btn{
    box-shadow: none !important;
    background-color: #000;
    color: #fff;
}

.form-control, .form-group .form-control{
    background-image: linear-gradient(#000,#000),linear-gradient(#D2D2D2,#D2D2D2);
}

.form-group.is-focused .form-control{
    background-image: linear-gradient(#000,#000),linear-gradient(#D2D2D2,#D2D2D2);
}

/***
About
 **/
.about-us .page-header{
    height: 45vh;
}

.features-5{
    margin: 24px 48px;
}

.tooltip{
    font-family: 'Outfit', sans-serif;
}

a:focus, a:hover{
    /*color: #fff;*/
}

/**
NEW HOME
 */
.home-container{
    margin-top: 85px;
}
#home-section-1, #home-section-2, #home-section-3, #home-section-4, #home-section-5, #home-section-6{
    padding: 80px;
    overflow-x: hidden;
}
#home-section-2{
    overflow-x: hidden;
    padding-bottom: 20px;
}
#home-section-2 .home-title{
    line-height: 42px;
    font-size: 32pt;
}

#home-section-2 input{
    text-align: center;
    background-color: #FAECE4;
    border: none;
    border-radius: 20px;
    width: 300px;
    height: 28px;
}
#home-section-2 .input-group-addon{
    position: absolute;
    padding-left: 55px;
}
#home-section-2 .input-group{
    display: block;
}
#home-section-5 button{
    letter-spacing: 2px;
    border-radius: 20px;
    border: 1px solid #EF524B;
    padding: 10px 36px;
    color: #EF524B;
    font-family: 'Outfit', sans-serif;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #fff;
}
#home-section-2 button{
    border-radius: 20px;
    border: none;
    padding: 5px 24px;
    color: #000;
    font-family: 'Outfit', sans-serif;
    margin-top: 6px;
    margin-bottom: 24px;
    background-color: #fff;
    font-size: 9pt;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#home-section-5 .home-title{
    margin-bottom: 38px;
}
#section-5-background{
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
}
.home-type{
    font-family: 'Outfit', sans-serif;
    color: #D4AC9F;
    letter-spacing: 1px;
}
.home-type-text{
    padding: 10px 30px;
}

.home-title-red{
    color: #EF524B;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 12px;
    font-size: 8pt;
    letter-spacing: 1px;
}

.home-title{
    font-family: 'Outfit', sans-serif;
    font-size: 20pt;
    margin-bottom: 12px;
    line-height: 28px;
}

.home-text{
    color: #9B9B9B;
    margin-bottom: 32px;
    letter-spacing: 1px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.home-step-text{
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 8pt;
}

.pink-background{
    background-color: #FAECE4;
}

.step-number{
    position: absolute;
    left: 100px;
    font-size: 10pt;
}

.circle-logo{
    max-width: 150px;
    position: absolute;
    top: -56px;
    right: -57px;
}

.circle-logo-container{
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.circle-logo-history{
    max-width: 150px;
    position: absolute;
    bottom: -140px;
    right: -60px;
}
.home-line{
    width: 40px;
    border: 1px solid #000;
    background: #000;
    height: 0px;
    margin-bottom: 28px;
}

.hover-black:hover{
    color: #000 !important;
}

#faq-section{
    margin-top: 100px;
}

#faq-section .panel .panel-heading{
    border-bottom: unset;
}
.panel .panel-heading a, .panel .panel-heading a:active, .panel .panel-heading a:hover, .panel .panel-heading a[aria-expanded=true]{
    color: #4a4a4a;
    font-family: 'Outfit', sans-serif;
}
.panel-body{
    font-family: 'Outfit', sans-serif;
    color: #000;
}
.faq-title{
    padding-left: 20px;
}
.faq-text{
    padding-left: 40px !important;
    padding-top: 0 !important;
}
#faq-section .panel img{
    transform: rotate(90deg);
}
.faq{
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    color: #000;
    letter-spacing: 6px;
    margin-bottom: 30px;
}
.faq-logo{
    width: 253px;
    position: absolute;
    top: -58px;
    right: 212px;
    z-index: -1;
    opacity: 0.2;
}

@media (max-width: 991px) {
    #section-5-background{
        height: 100%;
    }
    #nav-register-btn a{
        padding: 2px 15px;
        top: unset;
    }
}

@media (max-width: 767px) {
    .catalog-container{
        position: unset;
    }
    #home-section-2, #home-section-3, #home-section-5{
        padding: 80px 0;
    }
    .product-section{
        padding-top: 58px;
    }
    #more-filters-modal{
        width: 100vw;
        right: 0;
        height: calc(100% - 0px);
        top: 0;
        border: unset;
    }
    #more-filters-modal.open{
        transform: translate3d(0, 0%, 0);
    }
    #location{
        font-size: 10pt;
        padding-left: 15px;
    }
    #buy-summary{
        /*text-align: center;*/
    }
    .buy-confirm-btn{
        text-align: center;
    }
    .home-text{
        width: 100%;
        padding: 0 20px;
    }
    .filters .container{
        padding: unset;
    }
    #nav-register-btn{
        width: 100px;
        padding: 0 9px;
        bottom: unset;
    }
    #nav-register-btn a{
        padding: 3px 3px;
        top: unset;
    }
    #home-section-5 button{
        border: unset;
    }

}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
and (max-width: 374px) {
    .filter-box{
        right: -14px;
        z-index: 1;
    }
}
