@font-face {
    font-family: 'HindVadodara-Regular';
    src: url(../fonts/HindVadodara-Regular.ttf);
}

@font-face {
    font-family: 'HindVadodara-Medium';
    src: url(../fonts/HindVadodara-Medium.ttf);
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url(../fonts/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: 'ag-light';
    src: url(../fonts/ITC-Avant-Garde-Gothic-ExtraLight.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
body {
    font-family: 'HindVadodara-Regular';
    font-size: 16px;
    color: #453F35;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
}

footer {
    font-family: 'HindVadodara-Regular';
    background-color: #817562;
    padding: 3rem 0;
    line-height: 1.5rem;
    color: #fff;
    font-size: 12px;
    z-index: 5;
    position: relative;
}

footer a {
    color: #fff;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

footer ul li:nth-child(1) {
    margin-bottom: 1rem;
}

footer input,
footer input:focus {
    width: 100%;
    outline: none;
    background: none;
    border: 1px solid #fff;
    padding: .7rem 2rem;
    background: none;
    color: #fff;
    text-align: left;
}

footer input::placeholder {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

img {
    max-width: 100%;
}

.breadcrumb {
    padding: 0;
    background: none;
    font-size: .9rem;
}

.register-newsletter-send {
    color: #fff;
    position: relative;
    top: -2.3rem;
    right: -80%;
}

.register-newsletter-send:hover {
    color: #453F35;
}

.social-area li {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.social-area li:nth-child(1) {
    font-size: inherit;
}

.overflow-hidden {
    overflow: hidden;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner::after {
    content: "";
    padding-top: 45%;
    display: block;
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
}

.banner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

a,
a:hover,
a:active {
    color: #453F35;
    text-decoration: none;
}

button {
    outline: none;
    background: none;
    border: none;
}

button:hover {
    opacity: 0.7;
}

#header-gap {
    margin-top: 80px;
}

#body-content img,
header img {
    width: 100%;
}

.view {
    display: block !important;
}

.ta-r {
    text-align: right;
}

.text-m {
    font-family: 'HindVadodara-Medium';
}

.container-p {
    padding: 1.5rem 8rem;
}

.container-m {
    padding: 1rem 8rem 1.5rem 8rem;
}

.nav-item ul:hover .nav-item ul {
    display: block;
}

.nav-item ul {
    display: none;
    width: 220px;
    background: #FFFCF6;
    right: 0rem;
    position: absolute;
    padding: 1rem;
    text-align: left;
    box-shadow: 0 5px 10px 3px #0000001c;
}

.nav-item.navbar-toggle {
    width: 4rem;
}

.navbar-expand .navbar-nav {
    flex-direction: column;
}

.nav-item {
    margin-right: 0;
}

.nav-item i {
    text-align: center;
    width: 2rem;
}

.a-hover {
    padding: .2rem 0;
    width: 100%;
}

.a-hover:hover {
    background: #F5E9D6;
}

.user-info-for-iphone {
    display: none;
}

#add-on-placeholder {
    width: 100%;
}

#add-on table.productListing tr.productListing-even td:nth-child(1) {
    width: 20px;
}

#content {
    margin-left: 20px;
    width: 960px;
}

#content table:nth-child(1) {
    margin-top: 0px!important;
}

#breadcrumb {
    margin-left: 45px;
}

.products-list-single .product-img {
    margin-bottom: 10px;
    min-height: 218px;
}

footer input[type=text],
footer input[type=password] {
    width: 100%;
    outline: none;
    background: none;
    border: 1px solid #fff;
    padding: .7rem 2rem;
    background: none;
    color: #fff;
    text-align: left;
}

.step-heading,
.step-heading span {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 15px!important;
}

.cc_ic_required {
    display: block;
    margin-bottom: 4px;
}

.small-font-x {
    font-size: 11px;
    color: #9C1111;
}

.bar-notification {
    background-color: #AA9B87;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.bar-notification a {
    padding: 0px;
    margin: 0px;
    color: #fff;
}

.shipping-method-selected {
    border: 1px solid #817562;
}

.shipping-method-selected td {
    padding: 10px 0;
}

.OC-soustitle {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: .5rem;
}

table.table-information tr td {
    font-size: 16px;
}

.news-content img {
    height: auto !important;
    width: auto !important;
    max-width: 100%
}

.product-img img,
.product-top-img img,
.news-content img,
.promo-img,
.add-on-product {
    image-rendering: -moz-crisp-edges;
    /* Firefox        */
    image-rendering: -o-crisp-edges;
    /* Opera          */
    image-rendering: -webkit-optimize-contrast;
    /* Safari         */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+           */
}

ul.plan-payment-method {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.plan-payment-method li input {
    margin-right: 10px;
}

.box_description img {
    width: auto!important;
    height: auto!important;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    /* IE 9 */
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.homepage-video {
    width: 100%;
    height: 500px;
}

@media(max-width: 1199px) {
    .container-p {
        padding: 1.5rem 4rem;
    }
    .container-m {
        padding: 8rem 4rem 2rem 4rem;
    }
}

@media (max-width: 991px) {
    .container-p {
        padding: 2rem;
    }
    .container-m {
        padding: 8rem 2rem 2rem 2rem;
    }
    .nav-item ul {
        display: block;
    }
    .user-info-box {
        opacity: 0;
        position: absolute;
        top: 2.5rem;
        right: -1rem !important;
        transition-duration: .5s;
        -moz-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
    }
    .user-info-box.show {
        opacity: 1;
    }
}

@media(max-width: 768px) {
    .container-p {
        padding: 1rem;
    }
    .container-m {
        padding: 8rem 1rem 1rem 1rem;
    }
    .navbar-nav.user-info-box.show {
        display: none;
    }
    .nav-item.navbar-toggle {
        width: auto;
    }
    .user-info-for-iphone {
        display: block;
        color: #fff;
        font-size: 1rem;
        border: 1px solid #ffffff3d;
        padding: 1rem;
        width: 70%;
        margin: 1rem auto;
        margin-top: 0rem;
    }
    .user-info-for-iphone a {
        display: block;
    }
}

.pink-01 {
    color: #FFE4E2;
}

.pink-02 {
    color: #C28779;
}

.pink-03 {
    color: #EA7160;
    display: block;
}

.marron-01 {
    color: #817562;
}

.text-bold {
    font-weight: 600;
}

.min-height-100 {
    min-height: 70px
}

button,
button:active,
button:focus,
button:hover {
    outline: none;
}

.btn-w {
    display: block;
    border: 1px solid #fff;
    padding: 1rem 1.2rem;
    background: none;
    color: #fff;
    width: 220px;
    text-align: left;
}

.btn-p {
    display: block;
    border: 1px solid #C28779;
    padding: 1rem;
    background: none;
    color: #C28779;
    width: 220px;
    text-align: left;
}

.btn-p:hover,
.btn-p:active,
.btn-p:focus {
    border: 1px solid #C28779;
    background: #C28779;
    color: #fff;
    outline: none;
}

.btn-w:hover,
.btn-w:active,
.btn-w:focus {
    border: 1px solid #fff;
    background: #fff;
    color: #B3A286;
    outline: none;
}

.btn-m {
    display: block;
    border: 1px solid #453F35;
    padding: 1rem 1.2rem;
    background: none;
    color: #453F35;
    width: 220px;
    text-align: left;
    max-height: 4rem;
}

.btn-m:hover,
.btn-m:active,
.btn-m:focus {
    border: 1px solid #453F35;
    background: #453F35;
    color: #fff;
    outline: none;
}

.btn-b {
    display: block;
    border: 1px solid #817562;
    padding: 1rem 1.2rem;
    background: none;
    color: #817562;
    width: 220px;
    text-align: left;
}

.btn-b:hover,
.btn-b:active,
.btn-b:focus {
    border: 1px solid #817562;
    background: #817562;
    color: #fff;
    outline: none;
}

.btn-m i,
.btn-w i,
.btn-b i {
    float: right;
    line-height: 1.5rem;
}

.owl-dots {
    display: none!important;
}

@media(max-width: 991px) {
    .register-newsletter-area {
        margin-bottom: 3rem;
        padding: 0 3.5rem 2rem 3.5rem;
        border-bottom: 1px solid #fff;
    }
}

@media(max-width: 767px) {
    .container-m.pr-0 {
        padding: 8rem 0 0 0;
    }
}

@media(max-width: 575px) {
    body {
        font-size: 1rem;
    }
    footer {
        font-size: 1rem;
        line-height: 2rem;
    }
    .footer-rwd {
        text-align: center;
    }
    .footer-rwd ul {
        padding: 0;
    }
    .btn-w,
    .btn-m,
    .btn-b {
        width: 250px;
    }
    .btn-w,
    .btn-m,
    .btn-b {
        font-size: 16px;
        padding: 1rem;
        margin: 0 auto;
    }
    .products-list-single .btn-b {
        padding: .7rem .5rem;
    }
    .products-list-single .btn-b i {
        margin-left: 0!important;
    }
    .register-newsletter-area {
        padding: 15px;
        padding-bottom: 3rem;
    }
}


/*header*/

header {
    z-index: 500;
    background: rgba(255, 255, 255, .97);
    color: #453F35;
    position: fixed;
    top: 0;
    height: 80px;
    width: 100%;
    transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
}

header.no-background {
    background: rgba(255, 255, 255, 0)!important;
}

header.no-background a,
header.no-background button {
    color: #fff !important;
}

header .logo {
    display: inline-block;
}

header ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

header ul li {
    display: inline-block;
    margin-right: 1rem;
}

header li.active {
    font-weight: 600;
    text-decoration: underline;
}

header .for-phone {
    display: none;
}

.menu-area {
    display: flex;
}

.page-header {
    width: 100%;
    margin: 80px 0 0 0;
    overflow-y: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.page-header .header-carousel {
    position: absolute;
}

.page-header::after {
    content: "";
    padding-top: 50%;
    display: block;
}

.page-header.history-page::after {
    padding-top: 30%;
}

.menu a.active {
    text-decoration: underline;
    font-weight: 600;
}

.menu-icon,
.close-btn,
.menu-btn {
    display: none;
}

.user-bar {
    padding-right: 0;
}

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

@media(min-width: 1600px) {
    header .logo {
        max-width: 12%;
    }
}

@media(min-width: 2000px) {
    header .logo {
        max-width: 8%;
    }
}

@media(max-width: 991px) {
    header ul li {
        margin-right: .5rem;
    }
}

@media(max-width: 768px) {
    .menu-icon {
        display: block;
    }
    .menu-btn {
        display: block;
        position: absolute;
        right: 1.5rem;
        font-size: 1.3rem;
        margin-top: .2rem;
    }
    header .for-pc {
        display: none;
    }
    header .for-phone {
        display: block;
        color: #fff;
    }
    .menu-shop,
    .menu-about,
    .menu-contact {
        display: none;
    }
    .menu-shop.show,
    .menu-about.show,
    .menu-contact.show {
        display: block;
    }
    .menu-shop,
    .menu-about,
    .menu-contact {
        font-size: 1.2rem;
    }
    header a {
        color: #fff !important;
    }
    .menu-area {
        display: none;
        background-color: #B3A286;
        min-height: 100vh;
        width: 150vw;
        margin: 0 auto;
        margin-bottom: 3rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 600;
        overflow-y: scroll;
    }
    .user-bar {
        position: absolute;
        top: 10%;
        text-align: center;
        border-bottom: 1px solid #fff;
        font-size: 1.5rem;
        padding-right: 15px;
    }
    .user-bar li {
        margin: 0 2rem !important;
    }
    .menu {
        position: absolute;
        top: 20%;
        text-align: center;
        font-size: 1.5rem;
        margin: 1rem 0;
    }
    .menu li {
        width: 100%;
        margin: .5rem 0;
    }
    .close-btn {
        display: block;
        float: right;
        font-size: 1.5rem;
        padding: 1rem 1.5rem;
        color: #fff;
        width: 80px;
    }
}


/*main-page*/

.ex-area {
    position: absolute;
    top: 12rem;
    z-index: 1;
    color: #fff;
}

.user-page.ex-area {
    position: inherit;
    top: 0;
}

.user-page.ex-area div {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    z-index: 1;
    width: 99%;
}

.user-page.ex-area::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.ex-area p {
    width: 40%;
    text-align: justify;
    margin-top: 1rem;
}

.header-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    top: 85%;
}

.promo-carousel {
    position: relative;
    margin-bottom: 5rem;
}

.promo-carousel .item a:hover div {
    /* -webkit-animation: mymove .3s infinite;
    animation: mymove .3s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; */
}

@-webkit-keyframes mymove {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 105%;
    }
}

@keyframes mymove {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 105%;
    }
}

.promo-img {
    width: 100%;
    overflow: hidden;
    background-size: 100%;
    background-position: center;
    margin-top: 1rem;
}

.promo-list .promo-img {
    max-width: 550px;
}

.promo-img::after {
    content: "";
    padding-top: 60%;
    display: block;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: block;
    bottom: -3rem;
    top: auto;
}

.owl-theme .owl-dots .owl-dot {
    margin: 0;
    padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #D2CDCD;
    border-radius: 0;
    height: 3px;
    width: 100px;
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #453F35;
}

.products-ares {
    position: relative;
    background: #FFFCF6;
    padding: 3rem 0 5rem;
}

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

.products-carousel .product-img {
    height: 200px;
    margin-top: 1rem;
}

.products-carousel .product-img img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.products-carousel a {
    margin: 0 auto;
}

.line-through {
    text-decoration: line-through;
}

.products-carousel.owl-theme .owl-dots .owl-dot span {
    border-radius: 20px;
    height: 10px;
    width: 10px;
}

.all-products {
    background: #B3A286;
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
    position: relative;
}

.all-products a {
    margin: 0 auto;
}

.all-products-img {
    height: 18rem;
}

.all-products-img img {
    height: 100%;
    width: auto;
}

.all-products>img {
    position: absolute;
    width: 30%;
    right: 1rem;
    top: -5rem;
    opacity: .4;
    transform: rotate(-60deg);
}

.all-products>img:nth-child(2) {
    left: 0rem;
    width: 20%;
    top: 3rem;
    transform: rotate(140deg);
}

.video-area {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #F1E8E1;
}

.video-area div:nth-child(1) {
    height: 500px;
    text-align: center;
}

.video-area a {
    height: 500px;
    padding: 0 2rem;
    text-align: center;
    background-color: #CDA993;
    padding: 5rem 2rem;
    color: #fff;
    box-shadow: 7px 7px 15px 3px rgba(0, 0, 0, 0.19);
    display: block;
}

.video-area a:hover {
    background-color: #c79e85;
}

.video-area a:hover i {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.video-area iframe {
    height: 100%;
    width: 100%;
    box-shadow: 7px 7px 15px 3px rgba(0, 0, 0, 0.19);
}

.video-area i {
    position: absolute;
    font-size: 3rem;
    bottom: 5rem;
    text-align: center;
    width: 100%;
    color: #FFF;
    left: 0;
}

.join-us-area {
    background-color: #C28779;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 4rem;
    width: 100%;
    margin: 0;
}

.v-middle::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.v-middle a {
    width: 98%;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width: 1199px) {}

@media(max-width: 991px) {
    .video-area div:nth-child(1) {
        height: 300px;
    }
    .video-area a {
        height: 300px;
        padding: 2rem;
    }
    .video-area i {
        bottom: 2rem;
    }
    .video-area {
        padding: 3rem;
    }
    .ex-area {
        position: initial;
        padding: 3rem 1rem;
        text-align: center;
        background: #B3A286;
        color: #fff;
    }
    .user-page.ex-area {
        background: none;
        color: inherit;
    }
    .ex-area p {
        text-align: center;
        width: 80%;
        margin: 1rem auto;
    }
    .ex-area a {
        margin: 0 auto;
    }
}

@media(max-width: 767px) {
    .owl-theme .owl-dots .owl-dot span {
        border-radius: 20px;
        height: 10px;
        width: 10px;
    }
    .page-header {
        background-position: right;
    }
    .video-area a {
        margin-top: 2rem;
        height: 200px;
        padding: 1rem;
    }
    .video-area i {
        bottom: 1rem;
    }
    .video-area {
        padding: 1rem;
    }
    .all-products>img {
        position: absolute;
        width: 40%;
        right: 0rem;
        top: -1rem;
        opacity: .4;
        transform: rotate(-60deg);
    }
    .all-products>img:nth-child(2) {
        left: 0rem;
        width: 30%;
        top: 8rem;
        transform: rotate(140deg);
    }
    .all-products-img {
        height: auto;
    }
    .all-products-img img {
        width: 100%;
        height: auto;
    }
}

@media(max-width: 575px) {
    .promo-area {
        text-align: center;
    }
    .promo-area .btn-b {
        margin: 0 auto;
    }
    .register-newsletter-send {
        right: -70%;
        top: 0;
    }
    .news-ticker-area.container-p {
        padding: 1rem 0 !important;
    }
}


/*product-list*/

.products-menu a.active {
    color: #B3A286;
    font-weight: 600;
}

.products-menu .menu-s {
    padding: 0;
    list-style: none;
    font-size: 1.1rem;
}

.products-menu .menu-s li {
    padding: 1rem 0;
    border-bottom: 1px solid #817562;
}

.products-menu .menu-s li.side-menu {
    padding: 10px 0;
}

.products-menu .menu-s li:nth-child(1) {
    border-top: 3px solid #817562;
}

.products-list-single {
    padding: 2rem 3rem;
    text-align: center;
}

@media(max-width: 767px) {
    .products-menu {
        display: none;
    }
}

@media(max-width: 575px) {
    .products-list-single {
        padding: .5rem;
        font-size: 1rem;
    }
}


/*products-list-page*/

@media(max-width: 575px) {
    .products-list-m {
        padding: 8rem 0 0 0;
    }
    .products-list-banner {
        padding: 0 !important;
    }
    .products-list-p {
        padding: 1rem !important;
    }
}


/*promotions-list-page*/

.promo-list .promo-img {
    position: relative;
}

.promo-list>div {
    margin: 0rem;
    padding: 0 0 2rem 4rem;
}

.hover-box {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #C28779e0;
    color: #fff;
    text-align: center;
}

.promo-list .promo-img:hover .hover-box {
    display: inline-block;
}

.hover-box::after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.hover-box-text {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

@media(max-width: 767px) {
    .promo-list>div {
        padding: .5rem;
    }
}


/*promotions-single-page*/

.container-with-menu {
    padding: 0 0 0 4rem;
    min-height: 600px;
    /*text-align: justify;*/
}

.share-area {
    background: #C28779;
    color: #fff;
    padding: 3rem 7rem 4rem 7rem;
}

.share-area-box {
    padding: 1rem;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    min-height: 200px;
}

.share-area-box img {
    width: 30%;
    margin: 0 auto;
    display: block;
}

.user-personal-link .share-area-box img {
    width: 50%;
}

.share-area-box a {
    color: #fff;
    border: 1px solid #fff;
    padding: .5rem 1rem;
    display: block;
    width: 80%;
    margin: 1rem auto 0 auto;
    border-radius: 5px;
}

.share-area-box a:hover {
    color: #453F35;
    background: #fff;
}

.share-bar a {
    display: block;
    margin: 0 auto;
    padding: .5rem;
    width: 90%;
    border: 1px solid #453F35;
    border-radius: 5px;
    text-align: center;
}

.btn-group {
    width: 100%;
}

.btn-group>.btn {
    width: 33.3333333%;
    border: 1px solid;
}

.btn-secondary {
    background-color: #C28779;
    border-color: #C28779;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #CDA993;
    border-color: #CDA993;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 165, 0.5);
}

.btn-group>.btn p {
    display: inline-block;
    margin: 0;
}

@media(max-width: 1200px) {
    .share-area {
        padding: 2rem;
    }
    .share-area-box a {
        padding: .3rem .2rem;
        width: 100%;
    }
    .share-area>div {
        padding: 5px;
    }
    .share-area-box h4 {
        font-size: 1.2rem;
    }
}

@media(max-width: 767px) {
    .container-with-menu {
        padding: 0rem;
    }
    .share-area-box h4 {
        font-size: 1.5rem;
    }
}

@media(max-width: 575px) {
    .btn-group>.btn {
        white-space: normal;
    }
    .btn-group>.btn p {
        display: none;
    }
}


/*contact-us*/

.w-85 {
    width: 85%;
}

.online-service-area,
.contact-us-area {
    padding: 3rem;
}

.online-service-area {
    background: #F5E9D6;
}

.contact-us-area {
    background: #B3A286;
    color: #fff;
}

.contact-us-area table td:nth-child(1) {
    /*color: #817562;*/
    padding-right: 2rem;
}

.contact-us-area table tr:last-child td:nth-child(2) {
    padding-top: 1rem;
}

.online-service-i-text {
    display: block;
    margin-top: 1rem;
    padding: 1rem 0;
    border-top: 1px solid;
}

.contact-form input {
    background: none;
    outline: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    border-bottom: 1px solid #fff;
}

.contact-form textarea {
    background: none;
    outline: none;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.interview-a a {
    display: block;
    color: #fff;
    width: 100%;
    margin: 1rem 0;
}

@media(max-width: 991px) {
    .online-service-area,
    .contact-us-area {
        padding: 2rem;
    }
    .w-85 {
        width: 100%;
    }
    .contact-us-area table td:nth-child(1) {
        width: 40%;
    }
}

@media(max-width: 575px) {
    .contact-us-area table td {
        display: block;
        width: 100%;
        padding-bottom: 1rem;
    }
    .contact-us-area table td:nth-child(1) {
        display: block;
        width: 100%;
        font-weight: 600;
        border-top: 1px solid;
        padding: 0;
        padding-top: 1rem;
    }
}


/*about-us*/

.area-p {
    padding: 3rem;
}

.about-us-area-a {
    background: #F5E9D6;
}

.about-us-area-b {
    background: #FFFCF6;
}

.about-us-area-c {
    background: #B3A286;
    color: #fff;
}

@media(max-width: 991px) {
    .area-p {
        padding: 2rem;
    }
}

@media(max-width: 767px) {
    .area-p {
        padding: 1rem;
    }
}


/*join-our-team*/

.join-banner {
    width: 100%;
    background: #F5E9D6;
}

.video-frame {
    position: relative;
    height: auto;
}

.video-frame iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-frame::after {
    content: "";
    padding-top: 56.25%;
    display: block;
}


/*privacy-policy*/

.pp-h5 {
    border-top: 1px solid;
    margin-top: 3rem;
    padding-top: 1rem;
}


/*shopping-guide*/

.info-table {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1rem 0;
}

.info-table tr {
    padding: 2rem 1rem 2rem 0rem;
}

.info-table td:nth-child(1) {
    padding-right: 1rem;
}


/*our-Professional*/

.btn-menu {
    width: 100%;
    text-align: left;
    border: 1px solid;
    color: #fff;
    padding: 1rem;
    outline: none;
}

.btn-menu:hover,
.btn-menu:active {
    background: #fff;
    color: #B3A286;
    border: 1px solid;
}

.dropdown-menu {
    top: 100% !important;
    transform: none !important;
    z-index: 0 !important;
}

.dropdown-toggle::after {
    float: right;
    margin-top: .5rem;
}

.dropdown-menu.show {
    width: 100%;
    background: #FFFCF6;
    /*height: 400px;*/
    overflow-y: scroll;
}

.dropdown-header {
    color: #B1B1B1;
}

.download-link {
    color: #fff;
}

.download-link:hover {
    text-decoration: underline;
    color: #fff;
}


/*FAQ*/

.faq-q-l,
.faq-q-l:hover,
.faq-q-l:active {
    color: #453F35;
    padding: 1rem 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid;
}

.faq-q-s,
.faq-q-a:hover,
.faq-q-a:active {
    color: #817562;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0;
    margin-top: 1rem;
}


/*shopping-cart*/

.cart-items {
    background: #FFFCF6;
    text-align: center;
    border-top: 3px solid #817562;
    border-bottom: 3px solid #817562;
}

.cart-items .btn-p {
    padding: .5rem;
    margin: 0 auto;
}

.cart-total {
    font-size: 1.3rem;
    padding: 1rem 0;
    border-top: 3px solid #817562;
    border-bottom: 3px solid #817562;
}

.cart-total tr td {
    font-size: 1.3rem;
}

.cart-items .product-img {
    max-width: 100%;
    margin: 0 auto;
}

.cart-items a h5.text-bold {
    font-size: 16px;
}

.cart-items>div {
    padding: 1rem 2rem;
    margin: 1rem 0;
    border-right: 1px solid #817562;
}

.btn-remove {
    width: 70%;
    text-align: center;
    padding: .5rem;
    border: none;
    background: none;
    outline: none;
}

.btn-remove:hover,
.btn-remove:active {
    text-decoration: underline;
    border: none;
    background: none;
    outline: none;
}

.cart-items>div:nth-child(3n) {
    border-right: none;
}

.cart-items input {
    width: 20%;
    text-align: center;
    background: none;
    border: none;
    border-bottom: 1px solid;
    font-size: 1.5rem;
}

.qty-input {
    font-size: 1.5rem;
}

.cart-total table td:nth-child(2) {
    text-align: right;
    font-weight: 600;
}

.cart-total a:hover,
.cart-total a:active {
    color: #817562;
    text-decoration: underline;
}

.cart-total .input-group {
    width: 100%;
}

.cart-total input {
    border: 1px solid #817562;
}

.cart-total .input-group-append {
    border: 1px solid #817562;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #453F35;
}

.cart-total table td {
    vertical-align: top;
}

.cart-total table ul {
    list-style: none;
}

.cart-total a {
    font-size: initial;
    font-weight: 300;
}

.input-group-append button {
    font-size: 1rem;
    padding: .7rem;
}

.input-group-append button:hover,
.input-group-append button:active {
    background: #817562;
    color: #fff;
    padding: .7rem;
}

.more-shop a {
    color: #EA7160;
}

.more-shop a:hover {
    text-decoration: underline;
}

.btn-check {
    background-color: #817562;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 1rem;
}

.btn-check:hover {
    background-color: #B3A286;
    cursor: pointer;
}

.cart.products-ares {
    background: none;
}

.cart.products-ares h3 {
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}

.page-buttom.promo-area {
    padding-top: 3rem;
    background: #FFFCF6;
}

.page-buttom.promo-area h2 {
    font-family: 'Cormorant Garamond';
}

.max-h-300 {
    max-height: 300px;
}

.add-on-area {
    border: 1px solid #B3A286;
    padding: 2rem;
    margin-top: 50px;
    position: relative;
}

.max-h-300 a {
    animation-duration: 2s;
}

.max-h-300 h5 a:hover {
    color: #EA7160;
    text-decoration: underline;
}

table.table-form tr td input[type="password"],
table.table-form tr td input[type="text"] {
    border: 1px solid #B3A286;
    min-width: 200px;
}

@media(max-width: 991px) {
    .cart-items>div:nth-child(2n) {
        border-right: none;
    }
    .cart-items>div:nth-child(3n) {
        border-right: 1px solid #817562;
    }
}

@media(max-width: 575px) {
    .cart-items>div {
        border-right: none;
        border-bottom: 1px solid #817562;
    }
    .cart-items>div:last-child {
        border-bottom: none;
    }
    .cart-items>div:nth-child(3n) {
        border-right: none;
    }
}


/*order-placed-page*/

.border-bottom {
    border-bottom: 3px solid #817562 !important;
    padding-bottom: 1rem !important;
}

.border-bottom-s {
    border-bottom: 1px solid #817562 !important;
    padding-bottom: 1rem !important;
}

.form-check-inline {
    display: block;
}

.form-input-m {
    color: #817562;
}

.form-input-m input {
    color: #453F35;
    border-bottom: 1px solid #817562;
}

.form-input-m select,
.form-input-m select:focus,
.form-input-m select:active {
    padding: .5rem;
    margin: .5rem 0;
    background: none;
    border: none;
    color: #453F35;
    border-radius: 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #817562;
    -webkit-appearance: none;
    outline: none;
}

.form-input-m div {
    padding-left: 0;
    padding-right: 3rem;
}

label {
    vertical-align: top;
}

@media(max-width: 575px) {
    .form-input-m div {
        padding-right: 0rem;
    }
}


/*order-confirm*/

.order-number a {
    color: #96AAA1;
}

.order-number a:hover {
    text-decoration: underline;
}

.order-table {
    width: 100%;
}

.order-table tr:nth-child(1) {
    font-weight: 600;
}

.personal-link.share-area {
    color: #453F35;
    font-size: 1.2rem;
    background-color: #FFFCF6;
    position: relative;
}

.personal-link.share-area>a {
    position: absolute;
    right: 10rem;
    top: 5rem;
}

.personal-link.share-area .share-area-box {
    color: #B3A286;
    border: 1px solid #B3A286;
}

.personal-link.share-area .share-area-box img {
    width: 70%;
}


/*

.personal-link.share-area .share-area-box a{
	width: 100%;
	color: #fff;
}

.personal-link.share-area .share-area-box a:hover, .personal-link.share-area .share-area-box a:active{
	color: #fff;
	background-color: #B3A286;
}*/

.form-control {
    border: 1px solid #B3A286;
}

#btn-copy {
    border: 1px solid #B3A286;
    color: #B3A286;
}

#btn-copy:hover,
#btn-copy:active,
#btn-copy:focus {
    color: #fff;
    background-color: #B3A286;
    border: 1px solid #B3A286;
}

.btn-fb {
    background-color: #4267B2;
    border: 1px solid #4267B2;
    color: #fff;
}

.btn-wc {
    background-color: #2CB742;
    border: 1px solid #2CB742;
    color: #fff;
}

.btn-fb:hover {
    background-color: #5374B8;
    border: 1px solid #5374B8;
    color: #fff;
}

.btn-wc:hover {
    background-color: #3DBA51;
    border: 1px solid #3DBA51;
    color: #fff;
}

.share-area-box .btn-fb {
    background-color: #4267B2;
    border: 1px solid #4267B2;
    color: #fff;
}

.share-area-box .btn-wc {
    background-color: #2CB742;
    border: 1px solid #2CB742;
    color: #fff;
}

.share-area-box .btn-fb:hover {
    background-color: #5374B8;
    border: 1px solid #5374B8;
    color: #fff;
}

.share-area-box .btn-wc:hover {
    background-color: #3DBA51;
    border: 1px solid #3DBA51;
    color: #fff;
}

@media(max-width: 991px) {
    .personal-link.share-area>a {
        right: 2rem;
    }
}

@media(max-width: 767px) {
    .personal-link.share-area>a {
        right: 0;
        top: 0;
        width: 100%;
        margin-top: -2rem;
        margin-bottom: 1rem;
        position: relative;
    }
    .order-table tr {
        width: 49%;
        display: inline-block;
        vertical-align: text-top;
    }
    .order-table td {
        width: 100%;
        display: inline-block;
    }
}


/*user-login-page*/

.login-area {
    background: #fffcf6d6;
    box-shadow: 0px 0px 10px 5px #0000001f;
    padding: 0 4rem;
}

.login-form {
    color: #817562;
}

.login-form input {
    color: #453F35;
    border: none;
    border-bottom: 1px solid #817562;
    background: none;
    outline: none;
    font-size: 1.5rem;
}

.login-link {
    color: #817562;
    text-decoration: underline;
}

.login-link:hover {
    color: #817562
}

@media(max-width: 991px) {}

@media(max-width: 767px) {
    .login-link {
        text-align: left !important;
    }
}


/*user-page*/

.user-personal-link.share-area {
    position: relative;
}

.user-personal-link.share-area>a {
    position: absolute;
    right: 10rem;
    top: 5rem;
}

.user-page.input-group-append #btn-copy {
    border: 1px solid #fff;
    color: #fff;
}

.user-page.input-group-append #btn-copy:hover,
.user-page.input-group-append #btn-copy:active,
.user-page.input-group-append #btn-copy:focus {
    background: #CDA993;
}

.user-page .form-control {
    border: 1px solid #fff;
}

.info,
.info-edit,
.mypoints {
    font-size: 1.3rem;
}

.info.hide {
    display: none;
}

.info-edit {
    display: none;
}

.info-edit.show {
    display: block;
}

.info-edit-btn.hide {
    display: none;
}

.info-save-btn.show {
    display: block;
}

.user-info-top {
    padding: 0 5rem;
}

.see-history-a,
.see-history-a:hover {
    color: #817562;
    text-decoration: underline;
}

.user-info-middle {
    padding: 0 5rem;
}

.order-table {
    table-layout: fixed;
}

.user-info-middle .nav-pills .nav-link {
    font-weight: 600;
}

.user-info-middle .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    font-weight: 600;
    background: #817562;
    color: #fff;
}

.voucher-ticket {
    background: #B3A286;
    color: #fff;
}


/*.voucher-div{
	border-top: 1px solid #817562;
	border-bottom: 1px solid #817562;
	padding: 1rem 0;
}*/

.voucher-div {
    margin-bottom: 1rem !important;
}

.voucher-ticket i {
    font-size: 2rem;
    width: 12%;
    display: inline-block;
    vertical-align: middle;
}

.voucher-ticket div {
    text-align: center;
    border-left: 2px dotted;
    width: 86%;
    padding: .5rem 0;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .user-info-top {
        padding: 0 15px;
    }
    .user-info-middle {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .user-personal-link.share-area>a {
        right: 0;
        top: 0;
        width: 100%;
        margin-top: -2rem;
        margin-bottom: 1rem;
        position: relative;
    }
}

@media(max-width: 575px) {
    .voucher-ticket div {
        font-size: 1rem;
    }
    .voucher-ticket i {
        width: 11%;
    }
    .expire {
        padding: 0;
    }
}


/*page-points-history*/

.points-info {
    font-size: 1.3rem;
}

thead {
    background: #B3A286;
}

.table-responsive tbody {
    background: #FFFCF6;
}


/*.order-table tbody, .cart-total tbody, .info-table tbody{
	background: none;
}*/

.pagination {
    margin: 0 auto;
}

.page-link {
    color: #B3A286;
}

.page-link:hover {
    color: #817562;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 85, 72, 0.21);
}

.how-btn {
    width: 100%;
    padding: .8rem;
    font-size: 1.1rem;
    background-color: #B3A286;
    color: #fff;
}

.how-btn:hover,
.how-btn:active {
    background-color: #B3A286;
    color: #fff;
}

.how-area {
    padding: 2rem;
    background-color: #FFFCF6;
}

.text-large {
    font-weight: 600;
    font-size: 1.1rem;
}


/*product-single-page*/

.btn-add-to-cart {
    padding: 1rem 1.2rem;
    background: #B3A286;
    color: #fff;
    text-align: left;
}

.btn-add-to-cart:hover {
    background: #817562;
}

.btn-add-to-cart p:nth-child(3) {
    text-align: right;
}

.product-top-img::after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-top-img img {
    width: 99%;
    display: inline-block;
    vertical-align: middle;
}

.ingredients-how {
    padding: 2rem 4rem;
    background: #F1E8E1;
    width: 100%;
}

.ingredients-how ul {
    display: block;
    font-size: 1.2rem;
}

.ingredients-how ul li {
    display: inline-block;
}

.ingredients-how ul li a {
    color: #B3A286;
    font-weight: 600;
    border-radius: 0 !important;
    outline: none !important;
}

.ingredients-how ul li:nth-child(1) a {
    border-right: 1px solid;
}

.ingredients-how ul li a:hover {
    color: #817562;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #817562;
    background: none;
}

.ingredient-text {
    position: relative;
    width: 70%;
    margin: 0 auto;
    margin-top: -60%;
    text-align: center;
    background: #cda993e0;
    color: #fff;
    box-shadow: 7px 7px 15px 3px rgba(0, 0, 0, 0.19);
}

.ingredient-text>div {
    position: absolute;
    height: 100%;
}

.ingredient-text>div::after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.vertical-m {
    width: 98%;
    padding: 0 3rem;
    display: inline-block;
    vertical-align: middle;
}

.vertical-m h5 {
    padding-top: 1rem;
    border-top: 3px solid #fff;
}

.ingredient-text::after {
    content: "";
    padding-top: 100%;
    width: 100%;
    display: block;
}

#ingredients .row>div {
    padding: 3rem;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

#howtoapply {
    padding: 0 5rem;
}

.step-box {
    padding: 2rem;
    position: relative;
}

.step-text {
    height: 10rem;
    border-bottom: 1px solid #C28779;
    padding-bottom: 2rem;
}

.step-img {
    position: absolute;
    height: 130%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#howtoapply .row .container .step-box:nth-child(2n+1) .step-img {
    right: 2rem;
}

#howtoapply .row .container .step-box:nth-child(2n) .step-img {
    left: 2rem;
}

.prof-link {
    background: #C28779;
    color: #fff;
    text-align: center;
    padding: 2rem;
}

.prof-link:hover {
    background: #CDA993;
}

.prof-link i {
    font-size: 3rem;
    margin: 0 1rem;
    display: inline-block;
    vertical-align: middle;
}

.prof-link p {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}


/*product-single-page-Soothing & Hydrating*/

.product-single-page-Soothing-Hydrating .ingredients-how,
.product-single-page-Soothing-Hydrating .promo-area {
    background: #E5ECED;
}

.product-single-page-Soothing-Hydrating .prof-link,
.product-single-page-Soothing-Hydrating .share-area,
.product-single-page-Soothing-Hydrating .video-area a {
    background: #ACC3C5;
}

.product-single-page-Soothing-Hydrating .ingredient-text,
.product-single-page-Soothing-Hydrating .video-area {
    background: #97aaaad6;
}

.product-single-page-Soothing-Hydrating .pink-02 {
    color: #97aaaa;
}

.product-single-page-Soothing-Hydrating .step-text {
    border-bottom: 1px solid #ACC3C5;
}


/*Whitening*/

.product-single-page-Whitening .ingredients-how,
.product-single-page-Whitening .promo-area {
    background: #F6F6F6;
}

.product-single-page-Whitening .prof-link,
.product-single-page-Whitening .share-area,
.product-single-page-Whitening .video-area a {
    background: #D2CDCD;
}

.product-single-page-Whitening .ingredient-text,
.product-single-page-Whitening .video-area {
    background: #AFAFAFd6;
}

.product-single-page-Whitening .pink-02 {
    color: #AFAFAF;
}

.product-single-page-Whitening .step-text {
    border-bottom: 1px solid #D2CDCD;
}


/*Repairing & Hydrating*/

.product-single-page-Repairing-Hydrating .ingredients-how,
.product-single-page-Repairing-Hydrating .promo-area {
    background: #D3DCDE;
}

.product-single-page-Repairing-Hydrating .prof-link,
.product-single-page-Repairing-Hydrating .share-area,
.product-single-page-Repairing-Hydrating .video-area a {
    background: #7E99A2;
}

.product-single-page-Repairing-Hydrating .ingredient-text,
.product-single-page-Repairing-Hydrating .video-area {
    background: #5B6E7Cd6;
}

.product-single-page-Repairing-Hydrating .pink-02 {
    color: #5B6E7C;
}

.product-single-page-Repairing-Hydrating .step-text {
    border-bottom: 1px solid #B0BEC1;
}


/*Oily-Skin*/

.product-single-page-Oily-Skin .ingredients-how,
.product-single-page-Oily-Skin .promo-area {
    background: #C0CDC7;
}

.product-single-page-Oily-Skin .prof-link,
.product-single-page-Oily-Skin .share-area,
.product-single-page-Oily-Skin .video-area a {
    background: #7E9289;
}

.product-single-page-Oily-Skin .ingredient-text,
.product-single-page-Oily-Skin .video-area {
    background: #36433Cd6;
}

.product-single-page-Oily-Skin .pink-02 {
    color: #36433C;
}

.product-single-page-Oily-Skin .step-text {
    border-bottom: 1px solid #7E9289;
}


/*Anti-Aging*/

.product-single-page-Anti-Aging .ingredients-how,
.product-single-page-Anti-Aging .promo-area {
    background: #F2E2E3;
}

.product-single-page-Anti-Aging .prof-link,
.product-single-page-Anti-Aging .share-area,
.product-single-page-Anti-Aging .video-area a {
    background: #DAB9C0;
}

.product-single-page-Anti-Aging .ingredient-text,
.product-single-page-Anti-Aging .video-area {
    background: #874E55d6;
}

.product-single-page-Anti-Aging .pink-02 {
    color: #874E55;
}

.product-single-page-Anti-Aging .step-text {
    border-bottom: 1px solid #DAB9C0;
}

@media(max-width: 1199px) {
    #howtoapply {
        padding: 0 3rem;
    }
    .step-img {
        height: 100%;
    }
    #ingredients .row>div {
        padding: .5rem;
    }
    .vertical-m {
        padding: 0 .5rem;
    }
}

@media(max-width: 991px) {
    #howtoapply {
        padding: 0;
    }
    .step-img {
        height: 80%;
    }
    .step-text {
        height: auto;
    }
}

@media(max-width: 767px) {
    .form-check-inline .form-check-input {
        border: 1px solid #000;
    }
}

@media(max-width: 575px) {
    .btn-add-to-cart p {
        text-align: center !important;
    }
    .btn-add-to-cart p:nth-child(3) {
        font-size: 1.2rem;
        font-weight: 600;
    }
    .ingredients-how {
        padding: 1rem;
    }
    .step-img {
        background-size: auto;
        position: relative;
        right: 0 !important;
        left: 0 !important;
        height: 30vh;
        margin-top: 2rem;
    }
    .step-text {
        height: auto;
        border: none;
    }
    .step-box {
        padding: 0;
    }
    .ingredient-text {
        font-size: 1rem;
    }
    .prof-link i {
        margin-top: 1rem;
    }
    .product-single-page h3 {
        font-size: 1.5rem;
    }
}

.RM65-img {
    margin-top: 3rem;
}

.RM65-wording {
    padding: 3rem 30px;
    margin-left: 50vw;
}

.RM65-plans {
    background-color: #7e8f98;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
}

.RM65-plans h1 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.RM65-plans h2 {
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 30px;
}

.RM65-plans .plan-content p,
.RM65-plans .plan-content strong {
    color: #796a55;
}

.RM65-plans .plan-content p.one-off {
    font-size: 16px;
    color: #9b8393;
}

.renew-bg {
    background-color: #D5B5BC!important;
}

.plan-description strong {
    font-weight: 600;
    font-size: 18px;
}

.credit-card {
    font-size: 18px;
    color: #7e8f98;
}

.price p {
    display: inline-block;
}

.price p:nth-child(2) {
    font-size: 90px;
    line-height: 70px;
}

.btn-RM65 {
    border: 1px solid #C28779;
    color: #C28779;
}

.btn-RM65:hover,
.btn-RM65:active,
.btn-RM65:focus {
    border: 1px solid #C28779;
    background: #C28779;
}

#body-content .RM65-intro {
    background-color: #fefcf9;
    text-align: center;
}

#body-content .RM65-intro img {
    width: auto;
}

.btn-b.selected {
    font-weight: bold;
    background-color: #CDA993;
    color: #fff;
}

.summary p {
    font-size: 14px;
    margin-bottom: 5px;
}

.area-installment button {
    font-size: 14px;
    font-weight: normal;
    color: #B3A286;
    text-decoration: underline;
}

ul.top-up-promotion {
    padding: 0;
    margin: 0px;
    list-style: none;
    margin-bottom: 10px;
}

ul.top-up-promotion li {
    margin: 0px;
    list-style: none;
    display: inline-block;
    border: 1px solid #817562;
    padding: 15px 20px;
    background-color: #fff;
    color: #817562;
    font-size: 18px;
}

ul.top-up-promotion li:hover {
    cursor: pointer;
    background-color: #817562;
    color: #fff;
}

.hide {
    display: none;
}

.show {
    display: block!important;
}

@media(max-width: 768px) {
    .RM65-img {
        margin-top: 1.5rem;
    }
    .RM65-wording {
        margin-left: 40vw;
    }
}

@media(max-width: 575px) {
    .RM65-intro {
        height: 80vw;
        overflow: hidden;
        position: relative;
    }
    .RM65-intro img {
        height: 100%;
        width: auto;
        display: block;
        position: absolute;
        left: -55%;
    }
    .RM65-wording {
        margin-left: 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .plan-content {
        margin-bottom: 20px;
    }
    ul.menu.col-md-9.for-pc {
        flex: 0 0 67%;
        margin-right: 0px;
        padding-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }
    ul.user-bar.col-md-3.ta-r {
        margin-left: 0px;
        padding-left: 0px;
        flex: 0 0 26%;
        max-width: 26%;
    }
}

.topup-box {
    width: 100%;
    outline: none;
    border: 1px solid #817562;
    padding: 0.7rem 2rem;
    background: none;
    color: #817562;
}

.topup-box input {
    font-size: 14px;
    outline: none;
    text-align: left;
    border: none;
    background: none;
}

.topup-pay {
    color: #817562;
    font-size: 14px;
    text-align: right;
    float: right;
}

.top-up-desc {
    font-size: 17px;
}

nav.pagination a.pageResults {
    color: #787A86;
}