.select2-results__option {
    padding: 10px 10px 10px 40px !important;
    border-bottom: 0 !important;
    color: #666 !important;
    font-size: 13px;
    background: url('/images/cityscape.svg');
    background-size: 20px 25px !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-position-x: 10px !important;

}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #fafafa !important;
    color: #666 !important;
}

.reviews__see-all {
    position: absolute;
    right: 0;
    top: 8px;
}

#quote-carousel .carousel-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1% !important;
}

#quote-carousel .carousel-control:hover {
    opacity: 0.8;
}

.white-background {
    background: #ffffff;
}

.testimonials-block {
    background: #3b4355;
    color: #ffffff;
    font-weight: 500;
}

.testimonials-block small {
    color: #ffffff;
    font-size: 16px;
}

.testimonials-block p {
    color: #ffffff;
    font-size: 14px;
}

.carousel-inner {
    height: inherit !important;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li .carousel-circle {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
}

.carousel-indicators li {
    background: transparent !important;
    border: 0 !important;
}

#quote-carousel .carousel-indicators li.active .carousel-circle {
    background: rgba(255, 255, 255, 1);
    transition: all .2s;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome', serif;
    float: left;
    margin-right: 10px;
}

.trending_offers {
    display: flow-root;
}

.arrow {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    margin-left: 40%;
    margin-top: 5px;
}

.arrow-first {
    animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-second {
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
    background: #ff0090;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
}

.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}

.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        left: 45%;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-left-arrow, .owl-right-arrow {
    font-size: 25px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 58px;
    padding: 10px 18px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 26%;
    right: 0;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 26%;
    left: 0;
}

.search {
    display: none;
}

.tag:hover {
    color: #ffffff;
}

.grid-item-content {
    position: relative;
}

.grid-item-content a {
    position: absolute;
    bottom: 10px;
    z-index: 1;
}

.grid-item-content a h4 {
    color: #ffffff;
    font-weight: 500;
    padding: 0 10px;
}

.grid-item-content .overlay, .video-container .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.grid-item-content img {
    width: 100%;
}

.grid-item {
    margin-bottom: 15px;
}

.area-block .select2-container {
    width: 100% !important;
}

.select2-container {
    width: 80% !important;
}

.select2-container--classic .select2-selection--single:focus {
    border: solid 2px #ffffff;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    align-items: center;
    display: flex;
    height: 100%;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
}

.select2-container--classic .select2-selection--single, .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single, .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background: #ffffff;
    border-radius: 5px;
    border: solid 0 #ff0090;
    padding: 5px 15px;
    color: #333;
    font-size: 16px;
    outline: none;
    height: 100%;
    text-align: left;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #ffffff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    display: block !important;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #333;
}

.blog-view-all {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.compare-book-now {
    font-size: 14px;
    margin-left: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    font-size: 30px;
    font-weight: 200;
}

.makeup-trending {
    position: relative;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.makeup-trending .trending-name {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding-left: 20px;
    width: 100%;
}

.makeup-trending .trending-name h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.makeup-trending .trending-name p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.makeup-trending > .overlay {
    background: rgba(0, 0, 0, 0.2);
}

.makeup-trending:hover > .overlay {
    background: rgba(0, 0, 0, 0.4);
}

.olready-assured, .video-block {
    position: relative;
}

.olready-assured-content {
    position: absolute;
    top: 50px;
}

.olready-assured-heading {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 40px;
}

.olready-assured-row, .olready-assured-row h4 {
    color: #ffffff;
    text-align: center;
}

.home-banner-btn {
    margin-top: 50px;
    text-align: center;
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.olready-assured-title {
    font-size: 36px;
    color: #000;
    margin: 0;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 5px;
}

.home-banner-btn a {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 50px;
}

.home-banner-btn a:hover {
    color: #ffffff;
    border: 1px solid #ff0090;
    background: #ff0090;
    padding: 10px 50px;
}

.assured-btn {
    display: block;
    outline: none;
    font-weight: 500;
}

.assured-btn:hover {
    background: #ff0090;
    color: #ffffff;
    text-decoration: underline !important;
}

.makeup-diaries-btn {
    color: #ff0090;
    font-weight: 500;
}

.makeup-diaries-btn:hover {
    color: #ff0090;
    text-decoration: underline !important;
}

.assured-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.video-block img {
    top: 31%;
    left: 35%;
    z-index: 1;
    position: absolute;
}

#story-Video .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 40px;
}

.home-page-assured-content {
    width: 72px;
    height: 72px;
    color: #999;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

.home-page-assured-content i {
    font-size: 30px;
}

.video-iframe iframe {
    width: 100%;
}

.video-container {
    padding: 0 40px;
}

.area-block .select2-container {
    width: 100% !important;
}

.play-btn {
    color: #ffffff;
    font-size: 50px;
    position: relative;
    cursor: pointer;
}

.home-page-assured-content-option {
    font-size: 10px;
    padding: 0;
    margin-left: 4px;
}

.video-description {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 1;
    width: 90%;
}

.home-page-assured {
    display: flex;
    align-items: center;
    color: #666;
}

.olready-assured {
    background: #ffffff;
    padding: 50px 0;
}

.white-menu {
    background: transparent;
    position: relative;
}

.white-menu a {
    color: #ffffff;
    padding: 10px 30px;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.white-menu a:hover {
    color: #ffffff;
    border-bottom: 3px solid #ff0090;
}

.white-menu .dropdown-content a:hover {
    color: #ff0090 !important;
}

.white-menu .options {
    justify-content: center;
}

a.cover_img {
    height: 215px;
    overflow: hidden;
    display: block;
}

.album_wrap {
    float: left;
    margin-bottom: 20px;
    position: relative;
    height: 215px;
    overflow: hidden;
}

.wrap_inner {
    padding: 18px;
}

.albumCover {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mb-search-block .white-box {
    height: 50px;
    width: 280px;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px
}

.mb-search-block .white-box span {
    font-size: 14px;
    font-weight: 500;
    color: #ff0090
}

.mb-search-block .pink-box {
    height: 50px;
    background: #ff0090;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    padding: 0 15px
}

.album_img {
    height: 215px;
    margin-bottom: 20px;
    text-align: center;
}

.cover_img img {
    height: 215px;
    max-width: initial;
    width: auto;
}

.album_wrap.no-img .desc_div {
    background: url('/images/L.png') no-repeat scroll 99% bottom;
    height: 215px;
}

.album_wrap.no-img .wrap_inner {
    background: url('/images/L1.png') no-repeat scroll left top;
}

.album_wrap.no-img .desc_div {
    display: block;
}

.home-page-assured-container, .home-page-assured-container-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.home-page-assured-container-mobile {
    display: none;
}

.video-description h4 {
    margin-bottom: 5px;
    color: #ffffff;
}

.video-description p {
    font-size: 12px;
    color: #ffffff;
}

.cover_title {
    text-align: center;
    padding: 10px 25px 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.compare-btn {
    font-weight: 500;
}

.compare-btn:hover {
    background: #ff0090;
    border: 1px solid #ff0090 !important;
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
}

.album_like {
    text-align: center;
    color: #ff0090 !important;
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 600;
}

.cover_title a {
    font-size: 18px;
    line-height: 21px;
    color: #555;
    font-weight: 600;
}

a.cover_title, .album_wrap.no-img .album_img, .album_wrap .desc_div, .left_album .desc_div {
    display: none;
}

.owl-nav {
    display: flex;
    justify-content: center;
}

.home-services-menu {
    display: none;
    position: absolute;
    width: 400px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff;
    z-index: 100;
    max-height: 300px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
    overflow-y: scroll;
}

.home-services-open .home-services-dataset .home-services-suggestion {
    padding: 10px 10px 10px 40px;
    background: url(/images/lipstick.svg) no-repeat;
    background-size: 20px 25px !important;
    background-position: left center !important;
    background-position-x: 10px !important;
    cursor: pointer;
    text-align: left;
    color: #666;
    font-size: 13px;
}

.home-services-open .home-services-dataset .home-services-suggestion:hover {
    background-color: #fafafa;
}

.owl-nav .owl-prev {
    margin-right: 10px;
}

.trending_offers .owl-nav {
    margin-bottom: 20px;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

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

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

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

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

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropdown .main-category i {
    margin-left: 10px;
    font-size: 15px;
}

.search-salons .twitter-typeahead .tt-open {
    margin-top: 0 !important;
}

@media (min-width: 740px) and (max-width: 1024px) {
    .main-video-container {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .video-container {
        padding: 0;
        width: 32%;
    }

    .makeup-trending {
        height: 300px;
    }
}

@media only screen and (max-width: 740px) {
    .facebook-like-side-btn, .get-discount-mobile {
        display: block !important;
        top: 460px !important;
    }

    .mob-container {
        padding: 0;
    }

    #quote-carousel {
        padding: 10px 0 10px 0;
        margin-top: 30px;
    }

    .get-discount-btn {
        display: none !important;
    }

    .video-container {
        padding: 0;
        width: 48%;
    }

    .main-video-container {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .makeup-trending {
        height: 180px;
    }

    .makeup-trending .trending-name h4 {
        font-size: 16px;
    }

    .makeup-trending .trending-name {
        padding-left: 10px;
    }

    .album_wrap .desc_div {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4) !important;
    }

    .album_wrap.no-img .album_img {
        display: block !important;
    }

    .cover_title a {
        color: #ffffff !important;
    }

    .albumCover {
        overflow: scroll;
        flex-wrap: nowrap !important;
    }

    .album_wrap {
        min-width: 300px;
        max-width: 300px;
        margin-right: 15px;
    }

    .trending_offers, #photo-gallery {
        display: inline-block;
        width: calc(100% + 30px);
        background: #ffffff;
        padding: 15px;
        margin: 0 -15px 0 -15px;
    }

    .carousel-inner {
        height: inherit !important;
    }

    #photo-gallery {
        margin-top: 30px !important;
    }
}