/* Ghi chú */

/*

Color: #e0b3bc;
Hover color: #cd96a1;

*/

/* Cơ bản */

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #9b9b9b;
    line-height: 1.6;
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

.modal-header {
    padding: 10px;
}

/* Nav */

.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    background: transparent;
    margin-bottom: 30px;
}

.logo-container {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.logo-container:hover, .logo-container:focus {
    text-decoration: none;
    color: #fff;
}

#logo {
    height: 80px;
}

.navbar .navbar-right {
    padding-top: 15px;
}

/* Header */

.header-container {
    padding-top: 15px;
    padding-bottom: 200px;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header-container .hero-heading {
    line-height: 1.2;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.header-container .hero-desc {
    margin-bottom: 50px;
}

.main-btn, .nav-btn, .sub-btn {
    color: #fff;
    background-color: #e0b3bc;
    border-color: #e0b3bc;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
    border-radius: 3px;
    border-width: 2px;
    padding: 13px 35px 13px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: .3s;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.nav-btn {
    font-size: 12px;
    padding: 9px 18px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-right: 15px;
}

.main-btn:hover, .main-btn:focus,
.nav-btn:hover, .nav-btn:focus,
.sub-btn:hover, .sub-btn:focus {
    color: #fff;
    background-color: #cd96a1;
    border-color: #cd96a1;
    text-decoration: none;
    outline: none;
}

.sub-btn {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.05em;
    transition: all .2s;
    -webkit-transition: all .2s;
}

/* Featured */

.featured-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.featured-block {
    margin-bottom: 80px;
}

.featured-block .featured-heading {
    font-size: 36px;
    line-height: 1.2;
    color: #191919;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
}

.featured-block .sets-heading {
    margin-bottom: 5px !important;
}

.featured-block .featured-img {
    max-width: 70%;
    margin: 0 auto;
}

.sets-img {
    max-width: 100% !important;
}

.sets-price {
    font-weight: 700;
    font-size: 1.5em;
}

/* Products */

.labels-container {
    margin-bottom: 30px;
    line-height: 2.5;
}

.btn-primary {
    background-color: #e0b3bc;
    border-color: #e0b3bc;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #cd96a1;
    border-color: #cd96a1;
    outline: none;
}

.pagination > li > a, .pagination > li > span {
    cursor: pointer;
    color: #e0b3bc;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #cd96a1;
}

.pagination li.disabled {
    pointer-events: none;
}

.products-container {
    padding-top: 30px;
    padding-bottom: 60px;
}

.product-list-item {
    min-height: 380px;
    height: 380px;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.product-list-item h3 {
    transition: all .2s;
    -webkit-transition: all .2s;
}

.product-list-item:hover h3 {
    color: #e0b3bc;
}

.product-list-item:hover img {
    opacity: 0.85;
}

@media (max-width: 767px) {
    .product-list-item {
        min-height: inherit;
        height: auto;
        margin-bottom: 30px;
    }
}

.product-list-item h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-list-item p {
    line-height: 1.5;
    font-size: 13px;
}

.item-img {
    position: relative;
}

.item-img .small-only {
    font-size: 13px;
    padding: 5px;
    background: #e0b3bc;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.random-btn {
    color: #e0b3bc;
    cursor: pointer;
    font-size: 16px;
}

.random-btn:hover, .random-btn:focus {
    color: #cd96a1;
}

/* Service */

.service-container {
    padding-top: 30px;
    padding-bottom: 60px;
}

.heading-block {
    margin-bottom: 50px;
}

.heading-block .block-heading {
    font-size: 36px;
    line-height: 1.2;
    color: #191919;
    font-weight: 700;
    margin-top: 50px;
}

.heading-block .block-desc {}

.services .media {
    margin-bottom: 35px;
}

.services .media .media-heading {
    font-size: 18px;
    color: #191919;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.services .media .media-desc {
    font-size: 14px;
}

.services .media span.fas {
    font-size: 48px;
    width: 60px;
    color: #e0b3bc;
    text-align: center;
}

/* Get Started */

.get-started-container {
    color: #fff;
    padding-top: 250px;
    padding-bottom: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.get-started-container .get-started-heading {
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.get-started-container .get-started-desc {
    margin-bottom: 50px;
}

/* Subscribe */

.sub-container {
    padding-top: 70px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sub-container .heading-block, .sub-container .block-heading {
    color: #fff;
}

.sub-form-input {
    width: 50%;
    border: none;
    box-shadow: none;
    background: rgba(255,255,255,.9);
    border-radius: 2px;
    padding: 14px 24px;
    outline: 0;
    margin-right: 5px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

/* Footer */

.footer-container {
    background: #212121;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-logo {
    margin-bottom: 50px;
    height: 80px;
}

.footer-heading {
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #434345;
    padding-bottom: 8px;
    margin-top: 0;
}

.fb-heading {
    margin-bottom: 18px;
}

.fb-footer-block {
    margin-bottom: 35px;
}

.footer-list {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 35px;
    list-style: none;
}

.footer-list li a {
    color: #9b9b9b;
    line-height: 1.9;
}

.footer-list li a:hover, .footer-list li a:focus {
    color: #e0b3bc;
    text-decoration: none;
}

/* Back to top 

#back-to-top {
    line-height: 37px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    transition: .3s;
    position: fixed;
    right: 15px;
    bottom: 55px;
    z-index: 12;
    color: #e0b3bc;
    box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid;
    border-color: #e0b3bc;
    text-align: center;
    cursor: pointer;
    display: none;
}

#back-to-top:hover {
    color: #fff;
    background: #e0b3bc;
    border-color: #e0b3bc;
} */

/* Facebook Live Chat */

.fb-livechat {
    width: 300px;
    height: 383px;
    position: fixed;
    bottom: 105px;
    right: 15px;
}

#fb-livechat-icon {
    position: fixed;
    bottom: 165px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #4c6ef5;
    font-size: 30px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
    transition: box-shadow 150ms linear;
    cursor: pointer;
}

#fb-livechat-icon:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
}

/* Item Modal */

#modal-item-img {
    margin-bottom: 15px;
}

.socials-share {
    margin-bottom: 0;
}

.socials-share a {
    padding: 4px 25px;
    color: #fff;
    line-height: 2em;
    text-decoration: none;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 4px;
}

.socials-share span.fa {
    margin-right: 3px;
}

.bg-facebook {
    background: #3a5899;
}

.bg-facebook:hover, .bg-facebook:focus {
    background: #1d418d;
}

.bg-twitter {
    background: #00acee;
}

.bg-twitter:hover, .bg-twitter:focus {
    background: #0b93c7;
}

.bg-google-plus {
    background: #db4437;
}

.bg-google-plus:hover, .bg-google-plus:focus {
    background: #bb2a1d;
}

.bg-pinterest {
    background: #cb1e26;
}

.bg-pinterest:hover, .bg-pinterest:focus {
    background: #ae0e15;
}

.bg-email {
    background: #dd5348;
}

.bg-email:hover, .bg-email:focus {
    background: #ce3f34;
}

.btn-modal {
    border-radius: 50%;
    font-size: 24px;
    padding: 8px 19px;
    color: #fff;
    background: #e0b3bc;
    position: absolute;
    top: 30%;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.btn-modal:hover {
    background: #cd96a1;
}

.next-modal {
    right: 5px;
}

.prev-modal {
    left: 5px;
}

.modal-disabled, .modal-disabled:hover {
    background: #ddd;
    color: #9b9b9b;
    pointer-events: none;
}

.item-description h4 {
    font-weight: 700;
}

/* Mobile CSS */

@media (max-width: 767px) {
    .header-container .hero-heading {
        font-size: 48px;
    }

    #fb-livechat-icon {
        right: 5px;
    }
}













