/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 45%;
    animation-name: animatetop;
    animation-duration: 0.2s;
    display: flex;
    flex-direction: column;
    height: 64%;
}

.modal-content-second {
    height: 75%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* Add Animation */

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.search-cep-restaurant {
    text-align: left;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #a9a9a9;
    display: flex;
    transition: 0.3s;
}

.search-cep-restaurant:hover {
    text-align: left;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #a9a9a9;
    display: flex;
    box-shadow: -3px 5px 10px #a9a9a9;
    -webkit-box-shadow: -3px 5px 10px #a9a9a9;
    -moz-box-shadow: -3px 5px 10px #a9a9a9;
}

.search-restaurant-location {
    text-align: left;
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 20px;
    color: black;
    background: white;
    border-color: #a9a9a9;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: 0.3s;
}

.search-restaurant-location:hover {
    text-align: left;
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 20px;
    color: black;
    background: white;
    border-color: #a9a9a9;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: -3px 5px 10px #a9a9a9;
    -webkit-box-shadow: -3px 5px 10px #a9a9a9;
    -moz-box-shadow: -3px 5px 10px #a9a9a9;
}

.search-restaurant-location:focus {
    text-align: left;
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 20px;
    color: black;
    background: white;
    border-color: #a9a9a9;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: -3px 5px 10px #a9a9a9;
    -webkit-box-shadow: -3px 5px 10px #a9a9a9;
    -moz-box-shadow: -3px 5px 10px #a9a9a9;
    outline-width: 0;
}

.select-location {
    text-align: left;
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 20px;
    color: black;
    background: white;
    border-color: #f1f1f1;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: capitalize;
    transition: 0.3s;
}

.select-location:hover {
    text-align: left;
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 20px;
    color: black;
    background: white;
    border-color: #f1f1f1;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: -3px 5px 10px #a9a9a9;
    -webkit-box-shadow: -3px 5px 10px #a9a9a9;
    -moz-box-shadow: -3px 5px 10px #a9a9a9;
}

.select-location:focus {
    text-align: left;
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 20px;
    color: black;
    background: white;
    border-color: #f1f1f1;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: -3px 5px 10px #a9a9a9;
    -webkit-box-shadow: -3px 5px 10px #a9a9a9;
    -moz-box-shadow: -3px 5px 10px #a9a9a9;
    outline-width: 0;
}

.icon-search-my-location {
    margin: 17px;
    font-size: 24px;
}

.icon-search {
    margin: 17px;
    font-size: 24px;
    color: #dc4c7a;
}

.logo-search {
    padding-bottom: 36px;
    background-color: #dc4c7a;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.receive-order {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 20px;
}

.enter-account {
    font-size: 12.5px;
    color: #a6a5a5;
    margin-bottom: 31px;
}

.list-address {
    overflow: auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.bad-search {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.receive-order-second {
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 5px;
}

.link-register-modal {
    font-size: 15px;
    text-transform: none;
    font-weight: 700;
    text-decoration: none;
}

.link-register-modal:hover {
    font-size: 15px;
    text-transform: none;
    font-weight: 700;
    text-decoration: none;
}

.search-content {
    display: flex;
    flex-direction: column;
}

.search-restaurant {
    text-align: left;
    border: none;
    margin-bottom: 20px;
    color: #a9a9a9;
    display: flex;
    align-items: center;
    background-color: white;
}

.container-search {
    display: flex;
    justify-content: center;
}

.button-search1 {
    flex: 0.7;
    margin-right: 10px;
    border-radius: 2px;
}

.button-location {
    text-align: left;
    color: black;
    background: white;
    border-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: capitalize;
    outline: none;
}

.icon-delete-edit {
    color: #808080 !important;
    transition: 0.3s;
}

.button-search2 {
    flex: 0.1;
    margin-left: 10px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    background-color: #dc4c7a;
    color: white;
}

.button-search-result {
    text-align: center;
    flex: 0.6;
    margin-left: 10px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    background-color: #dc4c7a;
    color: white;
    padding: 10px;
}

.button-search-result:focus {
    text-align: center;
    flex: 0.6;
    margin-left: 10px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    background-color: #dc4c7a;
    color: white;
    padding: 10px;
    outline-width: 0;
}

.button-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex: 1;
}


/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #ffff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
}

#snackbar-closed {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #ffff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 3;
    left: 50%;
    right: 50%;
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 2s 5s;
    animation: fadein 0.5s, fadeout 2s 5s;
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar-closed.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 2s 5s;
    animation: fadein 0.5s, fadeout 2s 5s;
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 0px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 0px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

.info-delivery-a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.info-delivery-a:hover {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: white !important;
}

.info-delivery-a:focus {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: white !important;
}

.delivery-title {
    color: #FDC92A;
    font-weight: 700;
    margin-bottom: 0;
}

.delivery-info {
    font-size: 14px;
    font-weight: 700;
}

.icon-delivery {
    font-size: 20px;
}

.search-cep-button {
    border: 0;
}

.search-cep-button:focus {
    border: 0;
    outline-width: 0;
}

.search-cep-button-result {
    border: 0;
    background-color: white;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.search-cep-button-result:focus {
    border: 0;
    background-color: white;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    outline-width: 0;
}

.search-cep-input {
    border: 0;
    background-color: rgb(239, 239, 239);
    padding: 17px;
    width: 100%;
    color: black;
}

.search-cep-input:focus {
    border: 0;
    background-color: rgb(239, 239, 239);
    padding: 17px;
    width: 100%;
    color: black;
    outline-width: 0;
}

.button-result {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    align-items: flex-start;
}

.input-favorite {
    font-weight: 700;
    padding: 12px !important;
}

.padding-address {
    padding: 15px;
}

.address-favorites {
    display: flex;
    flex-wrap: wrap;
}

.button-favorite {
    padding: 5px;
    width: 33%;
}

.result-search {
    display: flex;
    flex-direction: column;
}

.cep-result {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 9px;
}

.city-result {
    font-size: 12px;
    text-align: left;
}

.text-search-my-location {
    margin-left: 23px;
}

@media (max-width: 660px) {
    .modal-content {
        width: 100%;
    }
    .container-search {
        flex-direction: column;
    }
    .button-search1 {
        margin: 0;
        margin-bottom: 10px;
    }
    .button-search2 {
        padding: 10px;
        margin: 0;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
.geral {
    font-family: 'Open Sans', sans-serif;
}

.container-login {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #fff !important;
}

.content {
    background-color: #fff;
    border-radius: 15px;
    width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.content::before {
    content: "";
    position: absolute;
    background-color: #DC4C7A;
    width: 45%;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    left: 0;
}

.title {
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
}

.title-primary {
    color: #fff;
}

.title-second {
    color: #DC4C7A;
}

.description {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

.description-primary {
    color: #fff;
}

.description-second {
    color: #7f8c8d;
    margin: 0;
}

.btn-login {
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    padding: 10px 50px;
    cursor: pointer;
    font-weight: bold;
    width: 150px;
    align-self: center;
    border: none;
    margin-top: 1rem;
    outline: 0;
}

.btn-second {
    background-color: #DC4C7A;
    border: 1px solid #DC4C7A;
    transition: background-color 0.5s;
    outline: 0;
}

.link-social-media .item-social-media {
    transition: background-color 0.5s;
}

.btn-login-primary {
    background-color: transparent;
    border: 1px solid #fff;
    transition: background-color 0.5s;
    padding: 10px 0;
}

.first-content {
    display: flex;
}

.first-content .second-column {
    z-index: 12;
}

.first-column {
    text-align: center;
    width: 45%;
    z-index: 10;
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second-column {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-social-media {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.item-social-media {
    border: 1px solid #bdc3c7;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #95a5a6
}

.link-social-media:not(:first-child) {
    margin-left: 10px;
}

.link-social-media:hover .item-social-media {
    background-color: #DC4C7A;
    color: #fff;
    border-color: #DC4C7A;
}

.form-register {
    display: flex;
    flex-direction: column;
    width: 74%;
    text-align: center;
}

.form-input {
    height: 45px;
    width: 100%;
    border: none;
    background-color: #ecf0f1;
}

.form-input:focus {
    height: 45px;
    width: 100%;
    border: none;
    background-color: #ecf0f1;
    outline: 1px solid #ecf0f1;
}

.label-input {
    background-color: #ecf0f1;
    display: flex;
    align-items: center;
    margin: 14px 8px;
}

.icon-modify {
    color: #7f8c8d;
    padding: 0 15px;
    font-size: 25px !important;
}


/*SECOND CONTENT*/

.second-content {
    position: absolute;
}

.second-content .first-column {
    order: 2;
    z-index: -1;
}

.second-content .second-column {
    order: 1;
    z-index: -1;
}

.forgot-password {
    font-size: 14px;
    color: #34495e;
    margin: 15px 0;
    /* text-transform: capitalize; */
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
}

.forgot-password::first-letter {
    text-transform: capitalize;
}

.sign-in-js .first-content .first-column {
    z-index: -1;
}

.sign-in-js .second-content .second-column {
    z-index: 11;
}

.sign-in-js .second-content .first-column {
    z-index: 13;
}

.sign-in-js .content::before {
    animation: slidein 0.5s;
    left: 55%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 12;
}

.sign-up-js .content::before {
    animation: slideup 0.5s;
    z-index: 12;
}

.sign-up-js .first-content .second-column {
    z-index: 11;
}

.sign-up-js .first-content .first-column {
    z-index: 13;
}

.sign-up-js .second-content .first-column,
.sign-up-js .second-content .second-column {
    z-index: -1;
}

.sign-in-js .first-content .second-column {
    position: relative;
    animation: deslocamentoEsq 0.2s;
    z-index: -1;
}

.sign-up-js .second-content .second-column {
    position: relative;
    animation: deslocamentoDir 0.2s;
    z-index: -1;
}

.cpf-tel {
    display: flex;
    align-items: center;
    width: 100%;
}

.tel {
    border-right: 5px solid #fff;
    width: 50%;
}

.cpf {
    border-left: 5px solid #fff;
    width: 50%;
}

.space-icon {
    width: 20%;
}


/*ANIMAÇÃO*/

@keyframes deslocamentoEsq {
    from {
        left: 0;
        opacity: 1;
    }
    25% {
        left: -80px;
        opacity: 0.5;
        z-index: 12;
    }
    75% {
        left: -100px;
        opacity: 0.2;
        z-index: 12;
    }
    to {
        left: -110px;
        opacity: 0;
        z-index: -1;
    }
}

@keyframes deslocamentoDir {
    from {
        left: 0;
        opacity: 1;
    }
    25% {
        left: 80px;
        opacity: 0.5;
        z-index: 11;
    }
    75% {
        left: 100px;
        opacity: 0.2;
        z-index: 11;
    }
    to {
        left: 110px;
        opacity: 0;
        z-index: -1;
    }
}

@keyframes slidein {
    from {
        left: 0;
        width: 45%;
    }
    25% {
        left: 5%;
        width: 50%;
    }
    50% {
        left: 25%;
        width: 60%;
    }
    75% {
        left: 45%;
        width: 50%;
    }
    to {
        left: 55%;
        width: 45%;
    }
}

@keyframes slideup {
    from {
        left: 55%;
        width: 45%;
    }
    25% {
        left: 45%;
        width: 50%;
    }
    50% {
        left: 25%;
        width: 60%;
    }
    75% {
        left: 5%;
        width: 50%;
    }
    to {
        left: 0;
        width: 45%;
    }
}

.redirect {
    align-items: center;
    flex-direction: column;
    background: white;
    padding: 40px;
    border-radius: 15px;
}

.icon-redirect {
    color: green;
    font-size: 100px !important;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 40px 15px;
    font-size: 12px;
    border: none;
}

.dropbtn:hover {
    color: white;
    text-decoration: none;
}

.dropbtn-responsive {
    padding: 10px 0;
    text-transform: capitalize;
}

.dropdown {
    /* position: relative; */
    display: inline-block;
}

.select-responsive {
    background-color: white;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    justify-content: space-between;
    padding: 0 16px;
    border-bottom-right-radius: 0;
}

.dropdown-responsive {
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content-responsive {
    /* display: none;
  position: absolute; */
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 3px;
}

.links-profile-menu {
    padding: 0 30px 15px 30px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    border-radius: 4px;
}

.dropdown-content-responsive a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    border-radius: 4px;
}

.my-address {
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown-content-responsive a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
    border-radius: 10px;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.customer-name-menu {
    color: black;
    font-weight: 600;
    padding: 16px;
}

.icon-perfil-menu {
    font-size: 20px;
    margin-right: 10px;
}

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

#res {
    color: red;
    padding: 7px;
    border-radius: 13px;
}

.div-label {
    margin: 14px 8px;
    text-align: left;
}

.msg-error {
    line-height: 13px;
    color: red;
    font-size: 15px;
}

#body-login {
    margin: 0 !important;
}

.signup-responsive {
    display: none;
}

.sign-responsive-a:active {
    color: black;
}

#checkbox-privacy-policy {
    padding-bottom: 17px;
    margin-bottom: 5px;
}

.modal-dialog {
    width: 45% !important;
    height: 63% !important;
}

.you-account-modal {
    text-align: center;
}


/*Styling Selectbox*/

.dropdown {
    border-radius: 2px;
    transition: all .5s ease;
    outline: none;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
}

.dropdown .select {
    cursor: pointer;
    display: flex;
    font-size: 12px;
}

.customer-name-menu-responsive {
    padding: 0;
}

.dropdown .select>i {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    align-self: center;
}

.dropdown.active .select>i {
    transform: rotate(-180deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 255px;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
    padding: 0;
    list-style: none;
}

.dropdown-menu>li>a {
    font-size: 12px;
    font-weight: 600;
}

.dropdown .dropdown-menu li {
    padding: 10px;
    cursor: pointer;
}

.nothing-address {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.icon-nothing-address {
    font-size: 60px;
}

@media (max-width: 660px) {
    .modal-insert-address {
        width: 96% !important;
        height: 100% !important;
    }
}

@media (max-width: 960px) {
    .modal-insert-address {
        width: 96% !important;
        height: 88% !important;
    }
}

.custon-save-edit {
    display: flex;
    justify-content: flex-end;
    margin-right: 8px;
}

.div-add-address-profile {
    margin-top: 25px;
    margin-right: 0;
}

.all-block {
    display: flex;
}

.primary-block {
    width: 100%;
}

.second-block {
    width: 100%;
}

.profile-title {
    border-bottom: solid #e5e5e5 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.4em;
    color: black !important;
    font-weight: 600 !important;
}

.form-change-password-profile {
    display: flex;
    justify-content: center;
}

.container-review {
    display: flex;
    flex-wrap: wrap;
}

.item-review {
    display: flex;
    width: 30%;
    margin: 8px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    transition: 0.4s;
}

.item-review:hover {
    border: 1px solid #a9a9a9;
}

.info-review {
    display: flex;
    height: 100%;
}

.img-review {
    height: 83px;
    object-fit: contain;
    border-radius: 50px;
}

.div-img-review {
    display: flex;
    align-items: center;
    padding: 17px;
    border-right: 1px solid #f1f1f1;
}

.title-outlet-review {
    color: black;
    font-weight: 700;
    text-decoration: none;
    padding: 17px;
}

.date-review {
    font-size: 12px;
    text-align: left;
}

.title-date-review {
    display: flex;
    flex-direction: column;
}

.date-review {
    display: flex;
    flex-direction: column;
    padding: 0 0 17px 17px;
    color: black;
    text-transform: none;
}

.title-review {
    text-transform: capitalize;
    display: flex;
}

.a-review:hover {
    text-decoration: none;
}

.a-review:focus {
    text-decoration: none;
    outline: none;
}

@media (max-width: 1190px) {
    .item-review {
        width: 47%;
    }
}

@media (max-width: 720px) {
    .item-review {
        width: 100%;
    }
}

.all-types-rating {
    display: flex;
    flex-wrap: wrap;
}

.type-rating {
    display: flex;
    flex-direction: column;
    padding: 17px;
    align-items: center;
    justify-content: center;
}

.title-type-rating {
    text-align: center !important;
}

@media (max-width: 1368px) {
    .type-rating {
        width: 45%;
    }
}

@media (max-width: 1025px) {
    .type-rating {
        width: 100%;
    }
}

.review-average {
    width: 100%;
}

.tw-heart-box {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: 48px;
    position: absolute;
}

@media (max-width: 992px) {
    .tw-heart-box {
        top: 75px;
        right: -35px;
    }
}

@media (max-width: 981px) {
    .img-review {
        height: 83px !important;
    }
}

.tw-heart {
    background: url(http://i.imgur.com/zw8ahUb.png) no-repeat 0 0;
    display: flex;
    width: inherit;
    height: inherit;
}

[type="checkbox"]:checked+.tw-heart {
    transition: background .8s steps(28);
    background-position: -2800px 0;
}

[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    z-index: 1;
    position: absolute;
}

.item-shop {
    display: flex;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.avg-rating {
    text-align: left;
    width: 20%;
}

.item-favourite {
    display: flex;
    width: 100%;
    margin: 8px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    justify-content: space-between;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    transition: 0.4s;
}

.img-favourite {
    display: flex;
    align-items: center;
    padding: 17px;
    border-right: 1px solid #f1f1f1;
}

.vendor-name-favourite {
    display: flex;
    align-items: center;
}

.heart-favorite {
    display: flex;
}

.padding-bottom-footer {
    padding-bottom: 325px;
}

@media(max-width: 767px) {
    .padding-bottom-footer {
        padding-bottom: 660px;
    }
}
