/* text zone*/

.text-zone {
    margin-top: 78px;
    margin-bottom: 60px;
}

.text-zone-title {
    font-size: 16px;
    color: #BFB79E;
    font-family: 'ProximaNovaA-Regular';
    font-weight: normal;
}

.text-zone-description {
    font-size: 16px;
    line-height: 18px;
    color: #282828;
    font-family: 'ProximaNova-Light';
    font-weight: 300;
/*    border-bottom: 2px solid #ffd962;
*/    margin-top: 10px;
/*    padding-bottom: 30px;
*/}


/* steps*/

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

.inline-position {
    display: inline-block;
}

.clock-icon {
    padding-top: 15px;
    margin: 0 auto;
    display: block;
}

.steps-title {
    font-family: 'ProximaNovaA-Regular';
    font-weight: lighter;
    font-size: 30px;
    color: #282828;
    padding: 30px 10px 0px 10px;
}

.steps-subtitle {
    font-family: 'ProximaNovaA-Regular';
    font-weight: lighter;
    font-size: 14px;
    color: #282828;
    margin-top: 5px;
}

.steps-listing {
    margin-top: 30px;
    margin-bottom: 130px;
}

.step-pic {
    margin: 0 auto;
    display: block;
}

.step {
    font-size: 18px;
    font-family: 'ProximaNovaA-Regular';
    font-weight: normal;
    color: #282828;
    text-align: center;
    margin-top: 15px;
}

.step-text {
    font-size: 14px;
    line-height: 16px;
    font-family: 'ProximaNova-Light';
    font-weight: 300;
    color: #282828;
    text-align: center;
    margin-top: 5px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}


/* marketing message */

.yellow-background {
    background: #ffd962;
    padding-top: 50px;
    height: 509px;
}

.bg-relative {
    position: relative;
}

.pic-hand {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 0px;
}

.yellow-background .title {
    font-size: 48px;
    color: #282828;
    font-family: 'ProximaNova-Light';
    font-weight: 300;
    padding-top: 70px;
}

.yellow-background .text {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: 'ProximaNovaA-Regular';
    margin-top: 15px;
    margin-bottom: 15px;
    width: 40%;
}

.yellow-background .advantages {
    margin-bottom: 34px;
}

.yellow-background .advantages ul {
    margin: 0px 15px;
    padding: 0px;
}

.yellow-background .advantages ul li {
    list-style: none;
    background: url('../img/check.png') no-repeat;
    padding: 1px 5px 1px 25px;
    font-size: 18px;
    line-height: 25px;
    color: #282828;
    font-family: 'ProximaNovaA-Regular';
}

.yellow-background .book-btn {
    background: #282828;
    color: #fff;
    border-radius: 20px;
    padding: 12px 15px 10px 15px;
    border-bottom: 2px solid #d8b74f;
    font-size: 14px;
    font-family: 'Proxima Nova Condensed';
    font-weight: bold;
}

.promo_price {
    background: #282828;
    border-radius: 50%;
    border-bottom: 2px solid #d8b74f;
    text-align: center;
    width: 150px;
    height: 150px;
    padding-top: 30px;
    right: 0;
    position: absolute;
    top: 0px;
    z-index: 999;
}

.promo_price a {
    color: #ffd962!important;
}

.price_title {
    font-size: 18px;
    line-height: 20px;
    color: #ffd962;
    font-family: 'Proxima Nova';
}

.price_nr {
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    color: #ffd962;
    font-family: 'Proxima Nova';
}

.price_mention {
    font-size: 12px;
    color: #ffd962;
    font-family: 'Proxima Nova';
}

.row.custom-row {
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
    flex-wrap: wrap;
}

.col-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row.custom-row [class*='col-']{padding: 0px 6px;margin-bottom: 30px;}
.box-inner img{ width: 100%;max-width: 100%;}

@media screen and (max-width: 767px){
    .row.custom-row{ display: block;} 
    .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }  
    .sec-gap {
        padding: 30px 0px;
    }
}


/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/


/*Large desktop*/

@media (min-width: 1260px) and (max-width: 1280px) {
    .promo_price {
        right: 5%;
    }
}


/*Small Desktop*/

@media (min-width: 1200px) {}


/*Laptops*/

@media (min-width: 992px) and (max-width: 1199px) {
    /* text zone*/
    .text-zone {
        margin-bottom: 35px;
    }
    /* marketing message */
    .promo_price {
        right: 5%;
    }
}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* text zone*/
    .text-zone {
        margin-bottom: 35px;
    }
    /* steps */
    .steps-listing {
        margin-bottom: 90px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 60px;
    }
    .yellow-background .title {
        font-size: 33px;
    }
    .yellow-background .text {
        width: 40%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 20px;
        width: 130px;
        height: 130px;
    }
    .price_title {
        font-size: 15px;
        line-height: 17px;
    }
    .price_nr {
        font-size: 40px;
        line-height: 42px;
    }
    .pic-hand {
        position: absolute;
        right: -20px;
        z-index: 99;
        top: -10px;
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


/* Samsung Galaxy Tab 3 (7") ----------- */

@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 110px;
        margin-bottom: 20px;
    }
    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 20px;
        margin: 0px 10px;
    }
    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }
    .timmer-icon {
        padding-top: 10px;
    }
    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .step-text {
        font-size: 13px;
        line-height: 15px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }
    .yellow-background .title {
        font-size: 40px;
    }
    .yellow-background .text {
        width: 100%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }
    .price_title {
        font-size: 14px;
        line-height: 16px;
    }
    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }
    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }
    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}


/* Samsung Galaxy Tab 3 (7") ----------- */

@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 140px;
        margin-bottom: 20px;
    }
    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }
    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }
    .timmer-icon {
        padding-top: 10px;
    }
    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .step-text {
        font-size: 12px;
        line-height: 13px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }
    .yellow-background .title {
        font-size: 40px;
    }
    .yellow-background .text {
        width: 100%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }
    .price_title {
        font-size: 14px;
        line-height: 16px;
    }
    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }
    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }
    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}


/* LG (G3,G4,G5, Nexus 5), Samsung Galaxy S(3-7), HTC ONE  ----------- */

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }
    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }
    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }
    .timmer-icon {
        padding-top: 10px;
    }
    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .step-text {
        font-size: 12px;
        line-height: 13px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }
    .yellow-background .title {
        font-size: 35px;
    }
    .yellow-background .text {
        width: 100%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }
    .price_title {
        font-size: 14px;
        line-height: 16px;
    }
    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }
    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }
    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }
    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }
    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }
    .timmer-icon {
        padding-top: 10px;
    }
    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .step-text {
        font-size: 12px;
        line-height: 13px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }
    .yellow-background .title {
        font-size: 35px;
    }
    .yellow-background .text {
        width: 100%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }
    .price_title {
        font-size: 14px;
        line-height: 16px;
    }
    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }
    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }
    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}


/* iPhone 6,7 ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }
    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }
    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }
    .timmer-icon {
        padding-top: 10px;
    }
    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .step-text {
        font-size: 12px;
        line-height: 13px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }
    .yellow-background .title {
        font-size: 35px;
    }
    .yellow-background .text {
        width: 100%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }
    .price_title {
        font-size: 14px;
        line-height: 16px;
    }
    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }
    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }
    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }
    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }
    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }
    .timmer-icon {
        padding-top: 10px;
    }
    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .step-text {
        font-size: 12px;
        line-height: 13px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }
    .yellow-background .title {
        font-size: 35px;
    }
    .yellow-background .text {
        width: 100%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }
    .price_title {
        font-size: 14px;
        line-height: 16px;
    }
    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }
    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }
    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}


/* iPhone 6+,7+ ----------- */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }
    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }
    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }
    .timmer-icon {
        padding-top: 10px;
    }
    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .step-text {
        font-size: 12px;
        line-height: 13px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }
    .yellow-background .title {
        font-size: 35px;
    }
    .yellow-background .text {
        width: 100%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }
    .price_title {
        font-size: 14px;
        line-height: 16px;
    }
    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }
    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }
    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }
    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }
    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }
    .timmer-icon {
        padding-top: 10px;
    }
    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .step-text {
        font-size: 12px;
        line-height: 13px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }
    .yellow-background .title {
        font-size: 35px;
    }
    .yellow-background .text {
        width: 100%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }
    .price_title {
        font-size: 14px;
        line-height: 16px;
    }
    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }
    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }
    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}


/* Samsung Galaxy S7Edge ----------- */

@media only screen and (max-width: 412px) and (max-height: 732px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }
    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }
    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }
    .timmer-icon {
        padding-top: 10px;
    }
    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .step-text {
        font-size: 12px;
        line-height: 13px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }
    .yellow-background .title {
        font-size: 35px;
    }
    .yellow-background .text {
        width: 100%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }
    .price_title {
        font-size: 14px;
        line-height: 16px;
    }
    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }
    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }
    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

@media only screen and (max-width: 412px) and (max-height: 732px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }
    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }
    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }
    .timmer-icon {
        padding-top: 10px;
    }
    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .step-text {
        font-size: 12px;
        line-height: 13px;
    }
    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }
    .yellow-background .title {
        font-size: 35px;
    }
    .yellow-background .text {
        width: 100%;
    }
    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }
    .price_title {
        font-size: 14px;
        line-height: 16px;
    }
    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }
    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }
    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}



.row.custom-row.row-cover .imgbox {
    overflow: hidden;
    position: relative;
    /*border: 4px solid #ffd962;*/

    border: solid 4px transparent !important;
    background-image: var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px #000 inset !important;
}

.bottom-border{
    border: solid 1px transparent !important;
    background-image: var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px #000 inset !important;
    margin-top: 40px;
}

.row.custom-row.row-cover .box-inner {    position: relative;}

.row.custom-row.row-cover .imgbox:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 35%);
    z-index: 1;
}

.row.custom-row.row-cover .box-inner img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.row.custom-row.row-cover .box-inner:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.row.custom-row.row-cover .box-inner p {
    font-size: 26px;
    padding: 0px 30px;
    color: #ffff;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    margin: 0px;
    z-index: 1;
    font-weight: bold;
    font-family: 'Segoe Script';
}


/*Featured salon css*/
.row-featured .box-inner {    position: relative;}

.row-featured .imgbox:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 35%);
    z-index: 1;
}

.row-featured .box-inner img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    min-height: 320px;
}

.row-featured .box-inner:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.row-featured .box-inner p {
    font-size: 26px;
    padding: 0px 30px;
    color: #ffff;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    margin: 0px;
    z-index: 1;
    font-weight: bold;
    font-family: 'Segoe Script';
}
.row-featured .star-reviews span{
    font-size: 22px;
    padding: 0px 5px;
    color: #000;
    line-height: 34px;
    margin: 0px;
    font-weight: bold;
}
.row-featured .imgbox, .row-featured .star-reviews {
    overflow: hidden;
    position: relative;
    border: var(--border);
    background-image: var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: var(--my-shadow) !important;
    text-align: center;
    margin: 0 10px;
}
.row-featured .imgbox{
    border-bottom: 0px !important;
    max-height: 320px;
    min-height: 320px;
}
.row-featured .star-reviews{
    padding: 15px 0;
    border-top: 0px!important;
}
.star-reviews .info-button img{
    background: none !important;
}
.featured-info .availability, .featured-info #modal-booking-action, .featured-info .badge-massage-table-tooltip {
    display: none;
} 
#info-therapist img.img-big{
    max-height: 600px;
}

.block_sheduled {
  display: flex;
  align-items: center;
}
.sheduled_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0px;
}
.list_greedIcon {
  margin-right: 10px;
}