﻿@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

::-webkit-input-placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

a, b {
    font-family: 'Lato';
}

b {
    font-weight: 600;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 16px
}

h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600
}

a {
    color: #000
}

    a:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer
    }

.btn {
    padding: 8px; 
}

.btn:hover {
    cursor: pointer
}

hr {
    border-top: 1px solid #D9D9D9;
    margin: 10px 20px;
    width: calc(100% - 40px);
}

.margin-0 {
    margin-bottom: 0 !important
}

.margin-10 {
    margin-bottom: 10px !important
}

.margin-15 {
    margin-bottom: 15px !important
}

.margin-20 {
    margin-bottom: 20px !important
}

.margin-30 {
    margin-bottom: 30px !important
}

.margin-40 {
    margin-bottom: 40px !important
}

.margin-50 {
    margin-bottom: 50px !important
}

.margin-60 {
    margin-bottom: 60px !important
}

.margin-70 {
    margin-bottom: 70px !important
}

.margin-80 {
    margin-bottom: 80px !important
}

.margin-90 {
    margin-bottom: 90px !important
}

.margin-100 {
    margin-bottom: 100px !important
}

.row {
    margin: 0
}

    .row.col-12 {
        padding: 0;
        align-content: flex-start
    }

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

.align-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.padding-none {
    padding: 0
}

.uppercase {
    letter-spacing: 1px;
    text-transform: uppercase;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.black {
    color: #404040 !important;
}

.blue {
    color: #70cbce !important;
}

.white {
    color: #fff !important;
}

.black-bg {
    background: #231f20
}

.blue-bg {
    background: #70cbce
}

.white-bg {
    background: #fff;
}

.purple-bg {
    background: #6d3f96
}

.light-purple-bg {
    background: #836BFE;
}

.grey-bg {
    background: #e8eaea
}

.purple-font {
    color: #8C37F6;
}


.grey-box {
    background-color: #fff;
    color: #aaa;
    font-weight: 600;
    border: 1px solid #aaa;
    padding: 0.5em 1em;
    border-radius: 5px;
}

.purple-box {
    background-color: #fff;
    color: #8C37F6;
    font-weight: 600;
    border: 1px solid #8C37F6;
    padding: 0.5em 1em;
    border-radius: 5px;
}

    .purple-box a {
        color: #8C37F6;
    }

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: unset !important;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: unset !important;
}

.watermark {
    text-align: left;
    color: #aaa;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    padding: 15px 15px ;
    line-height: 1.5em;
}

.nav > li > a {
    color: #fff;
    font-weight: 400;
    padding: 14px 20px 14px 25px
}

.nav > li.active > a {
    color: #fff
}

.navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:hover {
    background-color: #293846;
    color: #fff
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: 0 0
}

.nav.navbar-top-links > li > a:focus, .nav.navbar-top-links > li > a:hover {
    background-color: transparent
}

.nav > li > a i {
    margin-right: 6px
}

.navbar-default {
    background-color: #371153;
    border-color: #371153
}

.navbar-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.navbar-top-links li {
    display: inline-block
}

.desktop-points {
    color: #fff;
    padding: 5px 15px;
    padding-right: 50px;
    margin-left: 15px;
    margin-right: -45px;
    background-color: black;
    border-radius: 20px;
}

.body-small .navbar-top-links li:last-child {
    margin-right: 0
}

.navbar-top-links li a {
    padding: 0 5px;
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86,96,117,.7);
    display: none;
    float: left;
    font-size: 12px;
    right: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 40px;
    z-index: 1000
}

    .dropdown-menu > li > a {
        border-radius: 3px;
        color: inherit;
        line-height: 25px;
        margin: 4px;
        text-align: left;
        font-weight: 400
    }

    .dropdown-menu > li > a {
        border-radius: 3px;
        color: inherit;
        line-height: 1.3em;
        margin: 4px;
        text-align: left;
        font-weight: 400
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1ab394;
        outline: 0
    }

    .dropdown-menu > li > a.font-bold {
        font-weight: 600
    }

#vodus3PTester {
    display: none;
}

#orderSorting option {
    font-size: 12px
}

.navbar-top-links .dropdown-menu li {
    display: block;
    height: 35px;
}

    .navbar-top-links .dropdown-menu li a {
        padding: 3px 15px;
        min-height: 0
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal
        }

.navbar-top-links .dropdown-alerts, .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks {
    width: 220px;
    min-width: 0;
    margin-left: 0;
    background: #fff
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px
}

.navbar-top-links .dropdown-menu.dropdown-alerts {
    left: calc(100% - 200px);
    padding: 0;
    padding-bottom: 4px;
}

    .navbar-top-links .dropdown-menu.dropdown-alerts > ul {
        background-color: #fff;
        padding: 5px 15px 8px;
    }

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto
}

.dropdown-alerts, .dropdown-messages {
    padding: 10px 10px 10px 10px
}

    .dropdown-alerts li a, .dropdown-messages li a {
        font-size: 12px
    }

    .dropdown-alerts li em, .dropdown-messages li em {
        font-size: 10px
    }

.nav.navbar-top-links .dropdown-alerts a {
    font-size: 24px;
    display: flex;
}

    .nav.navbar-top-links .dropdown-alerts a:hover {
        color: #8C37F6;
    }

.nav-header {
    padding: 33px 25px
}

.pace-done .nav-header {
    transition: all .4s
}

.nav > li.active {
    border-left: 4px solid #b2e139;
    background: #371153
}

.nav.nav-second-level > li.active {
    border: none
}

.nav.nav-second-level.collapse[style] {
    height: auto !important
}

.nav-header a {
    color: #dfe4ed
}

.nav-header .text-muted {
    color: #8095a8
}

.minimalize-styl-2 {
    padding: 4px 12px;
    margin: 14px 5px 5px 20px;
    font-size: 14px;
    float: left
}

.navbar-form-custom {
    float: left;
    height: 50px;
    padding: 0;
    width: 200px;
    display: inline-table
}

    .navbar-form-custom .form-group {
        margin-bottom: 0
    }

.nav.navbar-top-links a {
    font-size: 14px
}

.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: medium none;
    font-size: 14px;
    height: 60px;
    margin: 0;
    z-index: 2000
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 12px
}

.arrow {
    float: right
}

.fa.arrow:before {
    content: "\f104"
}

.active > a > .fa.arrow:before {
    content: "\f107"
}

.nav-second-level li, .nav-third-level li {
    border-bottom: none !important
}

    .nav-second-level li a {
        padding: 7px 10px 7px 10px;
        padding-left: 52px
    }

    .nav-third-level li a {
        padding-left: 62px
    }

    .nav-second-level li:last-child {
        margin-bottom: 10px
    }

.mini-navbar .nav li:focus > .nav-second-level, body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 140px;
    height: auto
}

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 12px;
    border-radius: 3px
}

.fixed-nav .slimScrollDiv #side-menu {
    padding-bottom: 60px
}

.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px
}

.mini-navbar .nav .nav-second-level {
    position: absolute;
    left: 70px;
    top: 0;
    background-color: #2f4050;
    padding: 10px 10px 10px 10px;
    font-size: 12px
}

.canvas-menu.mini-navbar .nav-second-level {
    background: #293846
}

.mini-navbar li.active .nav-second-level {
    left: 65px
}

.navbar-default .special_link a {
    background: #1ab394;
    color: #fff
}

    .navbar-default .special_link a:hover {
        background: #17987e !important;
        color: #fff
    }

    .navbar-default .special_link a span.label {
        background: #fff;
        color: #1ab394
    }

.navbar-default .landing_link a {
    background: #1cc09f;
    color: #fff
}

    .navbar-default .landing_link a:hover {
        background: #1ab394 !important;
        color: #fff
    }

    .navbar-default .landing_link a span.label {
        background: #fff;
        color: #1cc09f
    }

.h1-page-title {
    font-size: 1px;
    margin: 0;
    line-height: 1px;
    opacity: 0
}

.navbar-default .landing_link2 a {
    background: #f16078;
    color: #fff
}

    .navbar-default .landing_link2 a:hover {
        background: #f48c9e !important;
        color: #fff
    }

    .navbar-default .landing_link2 a span.label {
        background: #fff;
        color: #1cc09f
    }

.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: none;
    padding: 18px 0
}

.pace-done #page-wrapper, .pace-done .footer, .pace-done .nav-header, .pace-done .navbar-static-side, .pace-done li.active {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.navbar-fixed-top {
    background: #fff;
    transition-duration: .4s;
    border-bottom: 1px solid #e7eaec !important;
    z-index: 2030
}

.navbar-fixed-top, .navbar-static-top {
    background: #f3f3f4
}

.fixed-nav #wrapper {
    margin-top: 0
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: 0 0;
    border-color: #ddd #ddd transparent;
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default
}

.nav.nav-tabs li {
    border: none
}

body.fixed-nav #wrapper #page-wrapper, body.fixed-nav #wrapper .navbar-static-side {
    margin-top: 60px
}

body.top-navigation.fixed-nav #wrapper #page-wrapper {
    margin-top: 0
}

body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
    left: 220px
}

body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
    left: 70px
}

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
    left: 0
}

body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
    margin-top: 0
}

body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
    left: 0
}

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
    left: 220px
}

.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px
}

.body-small .navbar-fixed-top {
    margin-left: 0
}

body.mini-navbar .navbar-static-side {
    width: 70px
}

body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span, body.mini-navbar .profile-element {
    display: none
}

body.canvas-menu .profile-element {
    display: block
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
    display: none
}

body.mini-navbar .navbar-default .nav > li > a {
    font-size: 16px
}

body.mini-navbar .logo-element {
    display: block
}

body.canvas-menu .logo-element {
    display: none
}

body.mini-navbar .nav-header {
    padding: 0
}

body.canvas-menu .nav-header {
    padding: 33px 25px
}

body.mini-navbar #page-wrapper {
    margin: 0 0 0 70px
}

body.canvas-menu.mini-navbar .footer, body.fixed-sidebar.mini-navbar .footer {
    margin: 0 !important
}

body.canvas-menu.mini-navbar #page-wrapper, body.canvas-menu.mini-navbar .footer {
    margin: 0
}

body.canvas-menu .navbar-static-side, body.fixed-sidebar .navbar-static-side {
    position: fixed;
    width: 220px;
    z-index: 2001;
    height: 100%
}

body.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 0
}

body.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 220px
}

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 220px
}

.canvas-menu.mini-navbar .nav li:focus > .nav-second-level, .fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    height: auto
}

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 12px;
    border-radius: 3px
}

body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 13px;
    border-radius: 3px
}

.canvas-menu.mini-navbar .nav-second-level li a, .fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px
}

.canvas-menu.mini-navbar .nav-second-level, .fixed-sidebar.mini-navbar .nav-second-level {
    position: relative;
    padding: 0;
    font-size: 13px
}

.canvas-menu.mini-navbar li.active .nav-second-level, .fixed-sidebar.mini-navbar li.active .nav-second-level {
    left: 0
}

body.canvas-menu.mini-navbar .navbar-default .nav > li > a.cart-btn, body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a.cart-btn {
    padding: 0 8px;
}

body.canvas-menu.mini-navbar .nav-label, body.canvas-menu.mini-navbar .navbar-default .nav li a span, body.fixed-sidebar.mini-navbar .nav-label, body.fixed-sidebar.mini-navbar .navbar-default .nav li a span {
    display: inline;
    font-size: 16px;
    margin: 5px
}

    body.fixed-sidebar.mini-navbar .navbar-default .nav li a span.merchant-url {
        font-size: 17px;
        font-weight: 400;
    }

body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
    display: block
}

.canvas-menu.mini-navbar .nav-second-level li a, .fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 7px 10px 7px 52px
}

.canvas-menu.mini-navbar .nav-second-level, .fixed-sidebar.mini-navbar .nav-second-level {
    left: 0
}

body.canvas-menu nav.navbar-static-side {
    z-index: 2001;
    background: #2f4050;
    height: 100%;
    position: fixed;
    display: none
}

body.canvas-menu.mini-navbar nav.navbar-static-side {
    display: block;
    width: 220px
}

.top-navigation #page-wrapper {
    margin-left: 0
}

.top-navigation .navbar-nav .dropdown-menu > .active > a {
    background: #fff;
    color: #1ab394;
    font-weight: 700
}

.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
    background: #fff
}

.top-navigation .navbar {
    margin-bottom: 0
}

.top-navigation .nav > li > a {
    padding: 15px 20px;
    color: #676a6c
}

.top-navigation .nav > li a:focus, .top-navigation .nav > li a:hover {
    background: #fff;
    color: #1ab394
}

.top-navigation .nav > li.active {
    background: #fff;
    border: none
}

    .top-navigation .nav > li.active > a {
        color: #1ab394
    }

.navbar-right {
    margin-right: 0;
    align-items: center;
    justify-content: flex-end;
}

li.search-row {
    display: flex;
    min-width: 350px;
    max-width: 700px;
}

.search-row {
    justify-content: center;
}

    .search-row input {
        line-height: 15px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        height: auto;
        padding-right: 0;
        padding-left: 35px;
        box-shadow: none;
        border: none !important;
    }

        .search-row input::placeholder {
            color: #aaa;
        }

        .search-row input.form-control:focus ~ .input-group-append button {
            border-color: #5147FE !important;
        }

    .search-row #product-search-btn, .search-row .product-search-btn {
        font-size: 13px;
        background-color: #07B6C7;
        color: #fff;
        padding: 5px 20px;
    }

    .search-row .input-group-append {
        background-color: #fff;
        padding: 4px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .search-row button {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }

    .search-row .input-group {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .search-row i {
        position: absolute;
        left: 13px;
        top: calc(50% - 0.55em);
        color: #aaa;
        z-index: 5;
    }

.topbar-cart {
    margin-top: -20px;
    margin-left: -10px;
}

body.fixed-sidebar.mini-navbar .navbar-default .nav li a > .topbar-cart .icon-counter {
    display: flex;
    align-items: center;
    font-size: 14px !important;
    color: #7903E9;
    background-color: #fff;
    border-radius: 20px;
    padding: 1px 6px 0;
    height: 1.2em;
    margin: 0 !important;
}

#product-search-btn, .product-search-btn {
    background-color: #fff;
}

.top-navigation .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 1px solid #e7eaec
}

.top-navigation .dropdown-menu > li > a {
    margin: 0;
    padding: 7px 20px
}

.top-navigation .navbar-brand {
    background: #1ab394;
    color: #fff;
    padding: 15px 25px
}

.top-navigation .navbar-top-links li:last-child {
    margin-right: 0
}

.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper, .canvas-menu #page-wrapper, .mini-navbar .top-navigation #page-wrapper, .top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper, .top-navigation.mini-navbar #page-wrapper {
    margin: 0
}

.fixed-nav #wrapper.top-navigation, .top-navigation.fixed-nav #wrapper {
    margin-top: 50px
}

.top-navigation .footer.fixed {
    margin-left: 0 !important
}

.top-navigation .wrapper.wrapper-content {
    padding: 40px
}

.body-small .top-navigation .wrapper.wrapper-content, .top-navigation.body-small .wrapper.wrapper-content {
    padding: 40px 0 40px 0
}

.hamburger-icon {
    display: none;
    font-size: 24px;
    color: #fff
}

    .hamburger-icon:active, .hamburger-icon:hover {
        color: #fff;
        text-shadow: 0 1px 2px #fff
    }

.navbar-toggle {
    background-color: #1ab394;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px
}

.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header, .top-navigation .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px 10px 20px
}

.top-purple-border {
    padding-top: 4px;
    background: linear-gradient(90deg, #8C37F6,#5147FE);
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

    .top-purple-border > div {
        background-color: #fff;
        border-radius: inherit;
    }

.navbar {
    border: 0;
    margin-bottom: 0;
    background-color: #7903E9;
    padding: 5px 8px;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: top 0.3s;
}
    .navbar.hidden {
        top: -30px;
    }

.top-navbar,
.bottom-navbar {
    width: 100%;
    justify-content: space-between;
    max-width: 1500px;
    margin: auto;
}

    .top-navbar a,
    .top-navbar span {
        color: #fff;
        font-size: 14px;
    }

.top-navbar {
    padding-bottom: 2px;
    transition: ease-in 0.3s;
    margin-top: 0;
}

.hide-topbar {
    margin-top: -40px;
}

.top-navbar-left > div {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.top-navbar-left .social-media-container {
    border: none;
    display: flex;
    justify-content: flex-start;
    padding-right: 0;
}

.top-navbar-left .social-media {
    padding: 0 6px;
}

.top-navbar-right {
    justify-content: flex-end;
}

.logo-img {
    padding: 5px 15px;
    width: 140px;
    max-height: 45px
}

.logo-vertical {
    display: none
}

.sort-menu {
    display: flex;
    margin-left: 20px;
    margin-right: 20px
}

.sort-text span {
    font-weight: 700;
    line-height: 35px;
    font-size: 16px;
    margin-right: 10px
}

.navbar-top-links li.divider {
    display: none
}

.category-menu-btn:hover {
    color: #7903E9;
}

.mobile-left-menu {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
    width: 100vw;
    max-width: 420px;
    height: 100vh;
    transition: ease-out 0.2s;
    padding-top: 90px;
}

    .mobile-left-menu.hidden {
        left: -100vw;
    }

#shop-menu .search-row {
    background: none;
}

.left-menu-close {
    top: 2%;
    right: 3%;
    position: absolute;
}

.left-menu-title {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
}

    .left-menu-title h2 {
        font-size: 22px;
        font-weight: 600;
    }

    .left-menu-title h4 {
        font-weight: 600;
    }

.left-menu-profile {
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    height: 15vh;
    max-height: 130px;
}

    .left-menu-profile .profile-pic {
        border-radius: 60px;
        height: 70px;
        width: 70px;
        background-color: #ccc;
        overflow: hidden;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .left-menu-profile .profile-pic img {
            max-height: 70px;
            max-width: 70px;
        }

    .left-menu-profile .profile-name {
        display: flex;
        flex-wrap: wrap;
    }

    .left-menu-profile .voupon-login-email {
        font-size: 14px;
        color: #777;
    }

.left-menu-list-container {
    background: linear-gradient( 90deg, #8C37F6,#5147FE);
    padding-top: 5px;
}

ul.left-menu-list {
    padding: 20px 30px;
    background-color: #fff;
    list-style-type: none;
    height: 58vh;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
ul.product-category-list {
    height: 60vh;
    max-height: 400px;
}

.left-menu-list li {
    height: 40px;
    display: flex;
    align-items: center;
}

    .left-menu-list li.redirect-link {
        border-width: 0px;
        align-items: flex-end;
        margin-top: 15px;
        line-height: 1.4em;
    }

        .left-menu-list li.redirect-link a {
            color: #666;
            font-weight: 400;
        }

.rewards-banner {
    overflow: visible;
    background-position: center;
    min-height: 250px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}

.rewards-banner-message {
    max-width: 440px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    align-content: space-between;
    padding: 0
}

.insights-message-container {
    padding: 30px;
    padding-bottom: 0;
    background-color: white;
    border-top-right-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5%;
}

.insights-message {
    background: linear-gradient(90deg, #8C37F6,#5147FE);
    padding-top: 5px;
    box-shadow: 0 0 10px 0 #b8b8b8;
    display: none;
}

    .insights-message .insights-message-inner {
        background-color: white;
        padding: 20px;
        align-items: center;
    }

    .insights-message .icon {
        height: 50px;
        max-width: 50px;
        padding: 0;
        background-image: url(/images/00_Idea_market_research.svg);
    }

    .insights-message h4 {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        margin: 0
    }

    .insights-message p {
        font-size: 14px;
        line-height: 1.3em;
        margin: 5px 0;
    }

    .insights-message a {
        font-size: 14px;
        color: #8C37F6;
    }

        .insights-message a .fa {
            margin-left: 5px
        }

        .insights-message a:hover {
            font-weight: bold;
        }

.prod-type-nav {
    margin-top: -30px;
    padding: 0 2vw;
    width: 100%;
    max-width: 1100px
}

.prod-type-btn-div {
    display: flex;
    justify-content: space-between
}

.prod-type-btn {
    border: none;
    padding: 0 10px;
    height: 2.5em;
    background: 0 0;
    margin: 0 5px;
    font-size: 15px
}

.item-type-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.navbar-right .userPoints {
    background-color: #000;
    padding: 4px 12px;
    border-radius: 3px;
}

#btnRewardGainPoint {
    border-radius: 5px;
    background-color: #07B6C7;
    flex-wrap: nowrap;
    user-select: none;
}

    #btnRewardGainPoint span {
        font-size: 16px;
    }

    #btnRewardGainPoint img {
        height: 30px;
    }

    #btnRewardGainPoint:hover {
        box-shadow: 0 .3rem .3rem rgba(0,0,0,.2),0 .5rem .5rem rgba(0,0,0,.2),0 .8rem 1.6rem 0 rgba(0,0,0,.2)
    }

    #btnRewardGainPoint[disabled="disabled"] {
        filter: grayscale(1);
        transition: ease-in 0.2s;
        background: #bbb;
    }

#btnToCartMobile img {
    height: 30px;
    margin-left: 5px;
}

.mobile-bottom-bar {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #F2F2F2;
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.2);
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    padding: 7px 2vw 2px;
    z-index: 1000;
    transition: ease-out 0.2s;
}

    .mobile-bottom-bar a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        .mobile-bottom-bar a i {
            color: #7F7F7F;
            font-size: 22px;
            width: 100%;
            line-height: 26px;
            padding: 0;
        }

    .mobile-bottom-bar img {
        max-height: 26px;
        width: 100%;
    }

    .mobile-bottom-bar #btnRewardGainPoint {
        background: none;
        display: block;
    }

        .mobile-bottom-bar #btnRewardGainPoint:hover {
            box-shadow: none;
        }

        .mobile-bottom-bar #btnRewardGainPoint[disabled="disabled"] {
            opacity: 0.6;
        }

    .mobile-bottom-bar .icon-counter {
        position: absolute;
        right: calc(47% - 1.5em);
        top: 10px;
        color: #fff;
        background-color: #8C37F6;
        border-radius: 20px;
        padding: 0 6px;
        height: 1.5em;
    }

    .mobile-bottom-bar span {
        display: flex;
        font-size: 16px;
        margin: 10px;
        white-space: nowrap
    }

@media (max-width:1100px) {
    .top-navigation .navbar-header {
        display: block;
        float: none
    }
}

.rewards-body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 87px;
    background-color: #fafafa;
    min-height: calc(100vh - 1px);
}

    .rewards-body > div {
        width: 100%;
        max-width: 1500px;
    }

.rewards-landing-page {
    max-width: unset !important;
}

    .rewards-landing-page > div {
        max-width: 1500px;
        margin: auto;
    }

.profile-index-body {
    display: flex;
    height: 100%;
    width: 100%;
}

.profile-pic {
    color: #888;
    font-size: 30px;
    width: 100px;
    height: 100px;
    border: 2px solid #888;
    border-radius: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-index-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px
}

    .profile-index-buttons > a {
        font-size: 18px;
        margin: 5px;
        width: 100%;
        max-width: 200px;
    }

.category-title {
    padding-left: 15px;
}

.category-title-div-sm {
    display: none
}

@media (max-width:1024px) {
    .prod-type-btn-div > div {
        display: flex;
        justify-content: center
    }

    body.fixed-sidebar.mini-navbar .navbar-default .nav li a span.merchant-url {
        font-size: 16px;
    }

    .logo-img {
        max-height: 38px;
        padding-right: 0;
        padding-left: 5%;
    }

    .hamburger-icon {
        display: block
    }

    .navbar .dropdown-menu {
        margin-top: 0;
        z-index: 1000;
        width: 100%;
        background: 0 0;
        color: #fff;
        margin: auto;
        position: relative;
        padding: 0;
        box-shadow: none;
        top: 0
    }

    .navbar-top-links .dropdown-menu li {
        display: flex;
        justify-content: center
    }

    .navbar-top-links li.dropdown {
        width: 100%
    }

    .navbar-top-links li.divider {
        display: block
    }

    .languageMenu > div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .category-title-div-sm {
        display: block
    }

    .category-title-div {
        display: none
    }

    .category-products-row {
        margin-top: 40px;
    }

    .navbar-right {
        display: flex !important;
        width: 100%;
        justify-content: space-evenly;
    }

    .hide-mobile {
        display: none !important;
    }
    .show-mobile {
        display: block !important;
    }

    .top-navbar a,
    .top-navbar span {
        font-size: 11px;
    }

    .navbar li.search-row {
        min-width: unset;
        width: calc(100% - 80px);
    }

    .search-row #product-search-btn, .search-row .product-search-btn {
        padding: 3px 10px;
    }

    .navbar #btnRewardGainPoint {
        background-color: transparent;
        flex-flow: column;
        padding-right: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 3px;
    }

        .navbar #btnRewardGainPoint:hover {
            box-shadow: none;
        }

        .navbar #btnRewardGainPoint .userPoints {
            border-radius: 3em;
            margin-top: -20px;
            margin-right: -25px;
            font-size: 12px;
            padding: 2px 5px 1px;
        }

        .navbar #btnRewardGainPoint[disabled="disabled"] .userPoints {
            filter: grayscale(1);
            transition: ease-in 0.2s;
            background: #bbb;
        }

        .navbar #btnRewardGainPoint img {
            height: 25px;
            margin-top: 3px;
        }

        .navbar #btnRewardGainPoint .gain-vpoints-text {
            font-size: 11px;
            margin: 0;
            margin-top: -3px;
        }

        .navbar #btnRewardGainPoint .userPoints {
            background-color: #07B6C7;
        }

    .mobile-bottom-bar {
        display: flex
    }

        .mobile-bottom-bar .col {
            padding: 0
        }

        .mobile-bottom-bar span {
            font-size: 12px;
            margin: 0
        }

        .mobile-bottom-bar .cart-btn {
            margin: 0
        }
}

@media (max-width:767px) {
    .order-history .container {
        max-width: unset;
        padding: 0;
    }
    .order-history .order-item .order-items .order-detail {
        flex-wrap: wrap;
    }
    .order-history .order-item .order-items .order-desc {
        width: 100%;
    }
    .order-item .order-items .order-desc .order-info select {
        width: 100%;
    }
}

@media (max-width:576px) {
    .navbar li.search-row {
        width: calc(100% - 70px);
    }

    .product-redeem-info {
        margin-top: 25px
    }
}

.float-e-margins .btn {
    margin-bottom: 5px
}

.btn-w-m {
    min-width: 120px
}

.btn-primary.btn-outline {
    color: #1ab394
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #07B6C7;
    color: #fff;
    border: none;
}

.btn-success.btn-outline {
    color: #1c84c6
}

.btn-info.btn-outline {
    color: #23c6c8
}

.btn-warning.btn-outline {
    color: #f8ac59
}

.btn-danger.btn-outline {
    color: #ed5565
}

    .btn-danger.btn-outline:hover, .btn-info.btn-outline:hover, .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-warning.btn-outline:hover {
        color: #fff
    }

.fb-btn {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff
}

    .fb-btn:active, .fb-btn:focus, .fb-btn:hover {
        background-color: #2e6da4;
        border-color: #2e6da4;
        color: #fff
    }

.btn-primary {
    background: linear-gradient(90deg, #8C37F6,#5147FE);
    color: #fff;
    box-sizing: border-box
}

    .btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
        box-sizing: border-box;
        background: linear-gradient(270deg, #8C37F6,#5147FE);
        color: #fff
    }

    .btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
        background: linear-gradient(270deg, #8C37F6,#5147FE);
    }

        .btn-primary.active[disabled], .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
            background-color: #999;
            border-color: #999;
            background-image: none;
        }

.btn-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #fff
}

    .btn-success.active, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
        background: linear-gradient(270deg, #8C37F6,#5147FE);
        border-color: #1a7bb9;
        color: #fff
    }

    .btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
        background-image: none
    }

        .btn-success.active[disabled], .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
            background-color: #1f90d8;
            border-color: #1f90d8
        }

.btn-info {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #fff
}

    .btn-info.active, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
        background-color: #21b9bb;
        border-color: #21b9bb;
        color: #fff
    }

    .btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
        background-image: none
    }

        .btn-info.active[disabled], .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
            background-color: #26d7d9;
            border-color: #26d7d9
        }

.btn-default {
    color: inherit;
    background: #fff;
    border: 1px solid #e7eaec
}

    .btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
        color: inherit;
        border: 1px solid #d2d2d2
    }

    .btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
        box-shadow: 0 2px 5px rgba(0,0,0,.15) inset
    }

        .btn-default.active[disabled], .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
            color: #cacaca
        }

.btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #fff
}

    .btn-warning.active, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
        background-color: #f7a54a;
        border-color: #f7a54a;
        color: #fff
    }

    .btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
        background-image: none
    }

        .btn-warning.active[disabled], .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
            background-color: #f9b66d;
            border-color: #f9b66d
        }

.btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #fff
}

    .btn-danger.active, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
        background-color: #ec4758;
        border-color: #ec4758;
        color: #fff
    }

    .btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
        background-image: none
    }

        .btn-danger.active[disabled], .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
            background-color: #ef6776;
            border-color: #ef6776
        }

.btn-link {
    color: inherit
}

    .btn-link.active, .btn-link:active, .btn-link:focus, .btn-link:hover, .open .dropdown-toggle.btn-link {
        color: #1ab394;
        text-decoration: none
    }

    .btn-link.active, .btn-link:active, .open .dropdown-toggle.btn-link {
        background-image: none
    }

        .btn-link.active[disabled], .btn-link.disabled, .btn-link.disabled.active, .btn-link.disabled:active, .btn-link.disabled:focus, .btn-link.disabled:hover, .btn-link[disabled], .btn-link[disabled]:active, .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link, fieldset[disabled] .btn-link.active, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
            color: #cacaca
        }

.btn-white {
    color: inherit;
    background: #fff;
    border: 1px solid #e7eaec
}

    .btn-white.active, .btn-white.active:focus, .btn-white.active:hover, .btn-white:active, .btn-white:active:focus, .btn-white:active:hover, .btn-white:focus, .btn-white:hover, .open .dropdown-toggle.btn-white {
        color: inherit;
        border: 1px solid #d2d2d2
    }

    .btn-white.active, .btn-white:active {
        box-shadow: 0 2px 5px rgba(0,0,0,.15) inset
    }

    .btn-white.active, .btn-white:active, .open .dropdown-toggle.btn-white {
        background-image: none
    }

        .btn-white.active[disabled], .btn-white.disabled, .btn-white.disabled.active, .btn-white.disabled:active, .btn-white.disabled:focus, .btn-white.disabled:hover, .btn-white[disabled], .btn-white[disabled]:active, .btn-white[disabled]:focus, .btn-white[disabled]:hover, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white.active, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:hover {
            color: #cacaca
        }

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s
}

.btn-rounded {
    border-radius: 50px
}

.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px
}

button.dim {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 2em;
    font-weight: 600;
    margin-bottom: 20px !important;
    background-image: linear-gradient(#eee,#fff)
}

    button.dim:active {
        top: 3px
    }

button.btn-primary.dim {
    box-shadow: inset 0 0 0 #16987e,0 5px 0 0 #16987e,0 10px 5px #999
}

    button.btn-primary.dim:active {
        box-shadow: inset 0 0 0 #16987e,0 2px 0 0 #16987e,0 5px 3px #999
    }

button.btn-default.dim {
    box-shadow: inset 0 0 0 #b3b3b3,0 1px 2px 0 #b3b3b3,0 1px 2px #999
}

    button.btn-default.dim:active {
        box-shadow: inset 0 0 0 #b3b3b3,0 2px 0 0 #b3b3b3,0 5px 3px #999
    }

button.btn-warning.dim {
    box-shadow: inset 0 0 0 #f79d3c,0 5px 0 0 #f79d3c,0 10px 5px #999
}

    button.btn-warning.dim:active {
        box-shadow: inset 0 0 0 #f79d3c,0 2px 0 0 #f79d3c,0 5px 3px #999
    }

button.btn-info.dim {
    box-shadow: inset 0 0 0 #1eacae,0 5px 0 0 #1eacae,0 10px 5px #999
}

    button.btn-info.dim:active {
        box-shadow: inset 0 0 0 #1eacae,0 2px 0 0 #1eacae,0 5px 3px #999
    }

button.btn-success.dim {
    box-shadow: inset 0 0 0 #1872ab,0 5px 0 0 #1872ab,0 10px 5px #999
}

    button.btn-success.dim:active {
        box-shadow: inset 0 0 0 #1872ab,0 2px 0 0 #1872ab,0 5px 3px #999
    }

button.btn-danger.dim {
    box-shadow: inset 0 0 0 #ea394c,0 5px 0 0 #ea394c,0 10px 5px #999
}

    button.btn-danger.dim:active {
        box-shadow: inset 0 0 0 #ea394c,0 2px 0 0 #ea394c,0 5px 3px #999
    }

button.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
    display: block;
    padding-top: 10px
}

button.dim:active:before {
    top: 7px;
    font-size: 50px
}

.btn:focus {
    outline: 0 !important
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none
}

.badge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none
}

.badge-primary, .label-primary {
    background-color: #1ab394;
    color: #fff
}

.badge-success, .label-success {
    background: linear-gradient(90deg, #8C37F6,#5147FE);
    color: #fff
}

.badge-warning, .label-warning {
    background-color: #f8ac59;
    color: #fff
}

.badge-warning-light, .label-warning-light {
    background-color: #f8ac59;
    color: #fff
}

.badge-danger, .label-danger {
    background-color: #ed5565;
    color: #fff
}

.badge-info, .label-info {
    background-color: #23c6c8;
    color: #fff
}

.badge-inverse, .label-inverse {
    background-color: #262626;
    color: #fff
}

.badge-white, .label-white {
    background-color: #fff;
    color: #5e5e5e
}

.badge-disable, .label-white {
    background-color: #2a2e36;
    color: #8b91a0
}

.onoffswitch {
    position: relative;
    width: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 2px
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin .3s ease-in 0s;
    -webkit-transition: margin .3s ease-in 0s;
    -o-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s
}

    .onoffswitch-inner:after, .onoffswitch-inner:before {
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
        font-family: Trebuchet,Arial,sans-serif;
        font-weight: 700;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #1ab394;
        color: #fff
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #fff;
        color: #999;
        text-align: right
    }

.onoffswitch-switch {
    width: 20px;
    margin: 0;
    background: #fff;
    border: 2px solid #1ab394;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
    background-color: #919191
}

.onoffswitch-checkbox:disabled + .onoffswitch-label, .onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    border-color: #919191
}

.chosen-container-single .chosen-single {
    background: #fff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    border-radius: 2px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #f1f1f1;
    border: 1px solid #e5e6e7;
    border-radius: 2px;
    box-shadow: none;
    color: #333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative
}

.bootstrap-tagsinput {
    border: 1px solid #e5e6e7;
    box-shadow: none
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f4f4f4;
    border-color: #ddd;
    color: inherit;
    cursor: default;
    z-index: 2
}
.pagination > li {
    align-content: center;
}
.pagination > li > a, .pagination > li > span, .pagination > li > button {
    background-color: #fff;
    border: none;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none
}

.tooltip-inner {
    background-color: #2f4050
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2f4050
}

.tooltip.right .tooltip-arrow {
    border-right-color: #2f4050
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2f4050
}

.tooltip.left .tooltip-arrow {
    border-left-color: #2f4050
}

.easypiechart {
    position: relative;
    text-align: center
}

    .easypiechart .h2 {
        margin-left: 10px;
        margin-top: 10px;
        display: inline-block
    }

    .easypiechart canvas {
        top: 0;
        left: 0
    }

    .easypiechart .easypie-text {
        line-height: 1;
        position: absolute;
        top: 33px;
        width: 100%;
        z-index: 1
    }

    .easypiechart img {
        margin-top: -4px
    }

.no-padding .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none
}

    .no-padding .list-group-item:first-child {
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-top: none
    }

.no-padding .list-group {
    margin-bottom: 0
}

.list-group-item {
    background-color: inherit;
    border: none;
    display: block;
    padding: 5px 0;
    position: relative
}

.elements-list .list-group-item {
    border-left: none;
    border-right: none;
    padding: 15px 25px
}

    .elements-list .list-group-item:first-child {
        border-left: none;
        border-right: none;
        border-top: none !important
    }

.elements-list .list-group {
    margin-bottom: 0
}

.elements-list a {
    color: inherit
}

.elements-list .list-group-item.active, .elements-list .list-group-item:hover {
    background: #f3f3f4;
    color: inherit;
    border-color: #e7eaec;
    border-radius: 0
}

.elements-list li.active {
    transition: none
}

.element-detail-box {
    padding: 25px
}

.flot-chart {
    display: block;
    height: 200px
}

.widget .flot-chart.dashboard-chart {
    display: block;
    height: 120px;
    margin-top: 40px
}

.flot-chart.dashboard-chart {
    display: block;
    height: 180px;
    margin-top: 40px
}

.flot-chart-content {
    width: 100%;
    height: 100%
}

.flot-chart-pie-content {
    width: 200px;
    height: 200px;
    margin: auto
}

.jqstooltip {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    visibility: hidden;
    background: #2b303a;
    background-color: rgba(43,48,58,.8);
    color: #fff;
    text-align: left;
    white-space: nowrap;
    z-index: 10000;
    padding: 5px 5px 5px 5px;
    min-height: 22px;
    border-radius: 3px
}

.jqsfield {
    color: #fff;
    text-align: left
}

.fh-150 {
    height: 150px
}

.fh-200 {
    height: 200px
}

.h-150 {
    min-height: 150px
}

.h-200 {
    min-height: 200px
}

.h-300 {
    min-height: 300px
}

.w-150 {
    min-height: 150px
}

.w-200 {
    min-height: 200px
}

.w-300 {
    min-height: 300px
}

.legendLabel {
    padding-left: 5px
}

.stat-list li:first-child {
    margin-top: 0
}

.stat-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.stat-percent {
    float: right
}

.stat-list li {
    margin-top: 15px;
    position: relative
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
    background: 0 0
}

.dataTables_wrapper {
    padding-bottom: 30px;
    overflow-x: scroll;
    width: 100%
}

.dataTables_length {
    float: left
}

.dataTables_filter label {
    margin-right: 5px
}

.html5buttons {
    float: right
}

    .html5buttons a {
        border: 1px solid #e7eaec;
        background: #fff;
        color: #676a6c;
        box-shadow: none;
        padding: 6px 8px;
        font-size: 12px
    }

        .html5buttons a:focus:active, .html5buttons a:hover {
            background-color: #eee;
            color: inherit;
            border-color: #d2d2d2
        }

div.dt-button-info {
    z-index: 100
}

@media (max-width:768px) {
    .html5buttons {
        float: none;
        margin-top: 10px
    }

    .dataTables_length {
        float: none
    }
}

.img-circle {
    border-radius: 50%
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important
}

.show-grid {
    margin: 15px 0
}

.css-animation-box h1 {
    font-size: 44px
}

.animation-efect-links a {
    padding: 4px 6px;
    font-size: 12px
}

#animation_box {
    background-color: #f9f8f8;
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
    padding-top: 80px
}

.animation-text-box {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    margin-left: -100px;
    width: 200px
}

.animation-text-info {
    position: absolute;
    margin-top: -60px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 10px
}

.animation-text-box h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 5px
}

.animation-text-box p {
    font-size: 12px;
    text-transform: uppercase
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #1ab394;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.pace-inactive {
    display: none
}

.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

    .widget.style1 h2 {
        font-size: 30px
    }

    .widget h2, .widget h3 {
        margin-top: 5px;
        margin-bottom: 0
    }

.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #fff
}

.widget-head-color-box {
    border-radius: 5px 5px 0 0;
    margin-top: 10px
}

.widget .flot-chart {
    height: 100px
}

.vertical-align div {
    display: inline-block;
    vertical-align: middle
}

.vertical-align h2, .vertical-align h3 {
    margin: 0
}

.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px
}

    .todo-list.small-list {
        font-size: 12px
    }

        .todo-list.small-list > li {
            background: #f3f3f4;
            border-left: none;
            border-right: none;
            border-radius: 4px;
            color: inherit;
            margin-bottom: 2px;
            padding: 6px 6px 6px 12px
        }

        .todo-list.small-list .btn-group-xs > .btn, .todo-list.small-list .btn-xs {
            border-radius: 5px;
            font-size: 10px;
            line-height: 1.5;
            padding: 1px 2px 1px 5px
        }

    .todo-list > li {
        background: #f3f3f4;
        border-left: 6px solid #e7eaec;
        border-right: 6px solid #e7eaec;
        border-radius: 4px;
        color: inherit;
        margin-bottom: 2px;
        padding: 10px
    }

    .todo-list .handle {
        cursor: move;
        display: inline-block;
        font-size: 16px;
        margin: 0 5px
    }

    .todo-list > li .label {
        font-size: 9px;
        margin-left: 10px
    }

.check-link {
    font-size: 16px
}

.todo-completed {
    text-decoration: line-through
}

.geo-statistic h1 {
    font-size: 36px;
    margin-bottom: 0
}

.glyphicon.fa {
    font-family: FontAwesome
}

.inline {
    display: inline-block !important
}

.input-s-sm {
    width: 120px
}

.input-s {
    width: 200px
}

.input-s-lg {
    width: 250px
}

.i-checks {
    padding-left: 0
}

.form-control, .single-line {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    height: calc(1.5em + .75rem + 6px)
}

    .form-control::placeholder {
        color: #ccc;
    }

    .form-control:focus, .single-line:focus {
        border-color: #5147FE !important
    }

.has-success .form-control {
    border-color: #1ab394
}

.has-warning .form-control {
    border-color: #f8ac59
}

.has-error .form-control {
    border-color: #ed5565
}

.has-success .control-label {
    color: #1ab394
}

.has-warning .control-label {
    color: #f8ac59
}

.has-error .control-label {
    color: #ed5565
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
    text-align: center
}

.spinner-buttons.input-group-btn .btn-xs {
    line-height: 1.13
}

.spinner-buttons.input-group-btn {
    width: 20%
}

.noUi-connect {
    background: none repeat scroll 0 0 #1ab394;
    box-shadow: none
}

.slider_red .noUi-connect {
    background: none repeat scroll 0 0 #ed5565;
    box-shadow: none
}

.ui-sortable .ibox-title {
    cursor: move
}

.ui-sortable-placeholder {
    visibility: visible !important;
    background: rgba(0,0,0,.5)
}

.ibox.ui-sortable-placeholder {
    margin: 0 0 23px !important
}

#toast-container > .toast {
    box-shadow: 0 0 5px 0 #000;
    border-radius: 100px;
    background-image: none !important;
    background-color: #fff;
}

    #toast-container > .toast:before {
        position: fixed;
        font-family: FontAwesome;
        font-size: 30px;
        line-height: 24px;
        float: left;
        padding-left: .3em;
        padding-right: .5em;
        margin: auto .5em auto -1.5em;
        top: calc(50% - 12px);
    }

#toast-container > .toast-error::before {
    content: "\f06a";
    color: #DD4B39;
}

#toast-container > .toast-success::before {
    content: "\f058";
    color: #29AB87 !important;
}

#toast-container > .toast-info::before {
    content: "\f05a";
    color: #2F5597 !important;
}

#toast-container > .toast-warning::before {
    content: "\f110";
    color: #ccc !important;
}

#toast-container .toast-warning {
    padding: 15px 15px 15px 50px;
}

    #toast-container .toast-warning .toast-message {
        font-size: 14px !important;
        padding-left: 5px;
    }

#toast-container .toast-message {
    color: #000;
}

#toast-container > .toast {
    border: none;
}

#toast-container > div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .936
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    cursor: pointer
}

.toast {
    background-color: #1ab394
}

.toast-warning {
    background-color: #f8ac59
}

.toast-top-full-width {
    margin-top: 20px
}

.toast-bottom-full-width {
    margin-bottom: 20px
}

.note-editor {
    height: auto !important
}

    .note-editor.fullscreen {
        z-index: 2050
    }

    .note-editor.note-frame {
        border: none
    }

    .note-editor.panel {
        margin-bottom: 0
    }

.prefer-language-modal {
    width: auto;
    max-width: 400px;
}

@media (max-width:516px) {
    .prefer-language-modal {
        margin: 0 3%;
    }
}

.preferred-language-title {
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.prefer-language-button {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    margin: 12px auto;
    background-color: #fff;
    border: solid 2px #8C37F6;
    color: #8C37F6;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    transition: ease .2s;
    text-align: center;
}

    .prefer-language-button:hover {
        background: linear-gradient(90deg, #8C37F6,#5147FE);
        color: #fff;
    }

#divPreferLanguageButton {
    margin: auto
}

.bootstrap-vodus .ctc-container {
    width: 0;
}

.bootstrap-vodus .vodus-rewards-close-div .vodus-reward-click-to-close {
    display: block;
    width: 50px
}

.bootstrap-vodus .aboutus-header-vodus button.close {
    font-size: 40px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -10px
}

    .bootstrap-vodus .aboutus-header-vodus button.close span {
        line-height: 20px
    }

.bootstrap-vodus .answered-before {
    display: none !important;
}

.vodusAboutLink .partnerLogo {
    display: none
}

.mobile-question-container .left-header-container {
    padding-top: .1px
}

.thankYouMessage {
    padding: 170px 60px 0;
    height: 480px;
    text-align: center;
    color: #000;
    text-shadow: 2px 2px 3px #fff;
    background: url(../Images/blue-dream.jpg);
    background-size: cover;
}

.ccType3 .thankYouMessage,
.ccType2 .thankYouMessage {
    padding: 0.8em 15px;
    height: auto;
}

.ccType3 .vodus-reward-no-question-available b,
.ccType2 .vodus-reward-no-question-available b {
    line-height: 1.3em;
    font-size: 26px;
}

.vodus-reward-no-question-available {
    font-size: 28px;
    font-family: 'Lato';
}

    .vodus-reward-no-question-available b {
        line-height: 2em;
    }

    .vodus-reward-no-question-available i {
        line-height: 1.2em;
    }

#toast-container.vodus-responded-toast {
    display: none
}

.home-container {
    padding: 0 0 1em;
    margin: auto
}

#addedToCartProductName {
    margin: 10px auto
}

.mycart-modal-title {
    border-bottom: 1px solid;
    border-color: #d8dfe5;
    padding-bottom: 2px;
}

    .mycart-modal-title p {
        font-size: 16px
    }

.cart-summary .subtotal span.pull-left {
    font-size: 18px;
    line-height: 30px;
}

.cart-summary .subtotal span,
.cart-summary .subtotal h3 {
    font-size: 20px;
    line-height: 30px;
}

#addedToCartPriceTable td {
    border: none;
    font-size: 16px
}

#addedToCartPriceTable tr td:first-child {
    width: 30%;
    min-width: 60px
}

#addedToCartPriceTable tr td:first-child {
    width: 40%;
    min-width: 70px
}

.mycart-modal-btn {
    margin: 10px 0;
    justify-content: center;
}

    .mycart-modal-btn button {
        margin-right: 10px
    }

.removeFromCart {
    border: none;
    background-color: #ff4500;
    font-size: 16px;
    color: #FFFFFF;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#addedToCartModal .modal-dialog {
    max-width: 400px;
    width: 100%;
    transform: none
}

#addedToCartModal h2 {
    text-align: center;
    font-weight: 600;
    margin-top: 25px;
}

#addedToCartModal .image-container {
    padding: 20px;
    height: auto;
}

    #addedToCartModal .image-container img {
        height: 150px;
    }

#vodusRewardLoginDialog .modal-dialog, #vodusRewardLoginModal .modal-dialog {
    transform: none;
}

.modal.fade div.modal-dialog {
    z-index: 2200;
    transform: none;
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
}

.modal-header {
    align-items: center
}

    .modal-header button.close {
        margin-top: -1rem
    }

.inmodal .modal-body {
    background: #f8fafb
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.inmodal .modal-title {
    font-size: 26px
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3
}

.modal-footer {
    margin-top: 0
}

    .modal-footer button {
        margin-top: 0;
        margin-bottom: 0;
    }

.checkbox-item {
    display: flex;
    align-items: center;
    padding: 3px 0;
}

    .checkbox-item .checkbox-label {
        margin-bottom: 0;
        font-size: 16px;
        width: 100%;
        overflow: visible !important;
    }

    .checkbox-item .checkbox-cart {
        margin-right: 5px;
        margin-top: 1px;
        cursor: pointer;
    }

        .checkbox-item .checkbox-cart[type="checkbox"] {
            line-height: 2.1ex;
        }

        .checkbox-item .checkbox-cart[type="checkbox"] {
            position: absolute;
            left: 8px;
            margin-top: 1px;
            transform: scale(1.4);
            z-index: 99999;
            opacity: 0;
            height: 1em;
        }

            .checkbox-item .checkbox-cart[type="checkbox"] + .checkbox-label {
                position: relative;
                cursor: pointer;
                display: flex;
                align-items: center;
            }

            .checkbox-item .checkbox-cart[type="checkbox"]:checked + .checkbox-label::after {
                content: '';
                width: 1.4ex;
                height: 0.85ex;
                background: rgba(0, 0, 0, 0);
                border: 3px solid #fff;
                border-top: none;
                border-right: none;
                -webkit-transform: rotate( -45deg );
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate( -45deg );
                margin-left: -26px;
                margin-top: -2px;
                position: absolute;
            }

            .checkbox-item .checkbox-cart[type="checkbox"]:checked + .checkbox-label::before {
                background-color: #8C37F6;
            }

            .checkbox-item .checkbox-cart[type="checkbox"] + .checkbox-label::before {
                content: "";
                display: inline-block;
                height: 1.2em;
                width: 1.2em;
                background-color: white;
                border: 1px solid rgb(166, 166, 166);
                border-radius: 1em;
                box-shadow: inset 0 2px 5px rgb(0 0 0 / 25%);
                margin-right: 0.5em;
                margin-left: -30px;
                margin-top: 0px;
            }
.suspend-message .swal2-html-container {
    text-align: left;
}
#cartAvailable {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-content: flex-start;
    max-width: 1400px;
}

#cartTable .row {
    padding: 0
}

#cartTable .header {
    font-size: 19px;
    text-align: center
}

    #cartTable .header:nth-child(2) {
        text-align: left
    }

#cartTable .cart-column {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    min-height: 35px;
}

    #cartTable .cart-column .cart-row .cart-column p {
        margin-bottom: 0;
    }

    #cartTable .cart-column .cart-row .cart-column h3 {
        font-size: 20px;
    }

#cartTable .cart-variations-column {
    color: #A6A6A6;
    font-weight: 500;
    margin-bottom: 5px;
}

#cartTable .orderItems > .row {
    margin: 10px 0;
}

#cartTable .cartItemMerchant {
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0;
}

    #cartTable .cartItemMerchant:first-child {
        margin-top: 0
    }

.cartItemTitle {
    width: 100%;
}

    .cartItemTitle h2 {
        font-size: 1em;
        font-weight: 400;
        color: #212529;
        max-height: 2.6em;
        overflow: hidden;
        margin: 5px 0;
    }

#cartItems {
    margin: 0 15px;
    margin-left: 35px;
}

#cartTable .row.cart-item-row {
margin: 0;
padding: 5px;
box-shadow: 0 0 2px 0 rgba(0,0,0,.5);
border-radius: 5px;
background-color: #fff;
}

.cart-Item-Variation-Text,
.cart-item-Variation {
    font-size: 14px;
}

#cartTable .cart-row {
    margin-top: 5px;
}

.order-history-items {
    width: 100%;
    max-width: 1150px;
}

    .order-history-items > div.cart-row {
        margin: 10px 0;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.5);
        padding: 10px 15px;
        border-radius: 5px
    }

.ibox-content .order-history-items h4 {
    font-size: 16px;
    margin: 0;
}

.order-history-items .cartMoreDetail > span {
    width: 100%;
    max-width: 160px;
}

.label-container {
    padding: 5px;
}

.order-status-container {
    padding: 5px !important;
    padding-top: 0px !important;
    width: 100%;
}

.checkout-response .logo-img {
    padding-left: 0;
}

.checkout-complete .alert {
    background-color: transparent;
    border: none;
    color: #888;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin: 0;
    width: 100%;
    box-shadow: none;
}

#productTitle{
    font-size: 20px;
    overflow: auto;
    max-height: unset;
}

.price-row {
    align-items: center
}

.cartItemOriPrice {
    font-size: 20px;
    text-decoration: line-through;
    color: #aaa;
    font-weight: 500
}

.cartItemPrice {
    font-size: 1.2em;
    color: #000;
    margin-right: 5px;
    font-weight: 600
}

#cartAvailable .cartItemPrice {
    margin-left: 0;
}

.cart-bottom-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.mobile-checkout-btn {
    background-color: #00B050;
    color: white;
    padding: 10px 0.5em;
    border: none;
    cursor: pointer;
    font-style: italic;
}

.mobile-cart-details {
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.mobile-cart-main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
}
    .mobile-cart-main-content span {
        font-size: 0.8em;
    }
    .mobile-cart-main-content span b {
        font-size: 18px;
    }
.modal-mobile-cart-content {
    background-color: white;
    padding: 15px;
    max-width: 500px;
    padding: 20px 20px 10px;
}
    .modal-mobile-cart-content .showShippingAddress {
        font-size: 14px;
        color: #555;
        padding-left: 5px;
        padding-bottom: 10px
    }
    .modal-mobile-cart-content hr {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .modal-mobile-cart-content .detail-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .modal-mobile-cart-content .detail-item.bold {
            font-weight: 600;
        }
        .modal-mobile-cart-content .detail-item h3 {
            font-weight: 400;
        }
        .modal-mobile-cart-content .detail-item.bold h3 {
            font-weight: 600;
        }

.closeCartDetails {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -5px;
    line-height: 1em;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
.promo-code {
    display: flex;
}

@media (max-width: 575px) {
    .cart-bottom-sticky-bar {
        display: block;
    }

    #order-summary#order-summary {
        display: none;
    }
}

.line-separator {
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #D9D9D9;
}

.product-certification {
    padding-top: 3px;
    width: 100%;
}

    .product-certification span {
        font-size: 14px;
        margin: 3px 10px;
        margin-left: 0;
        display: flex;
        background-color: #f0f0f0;
        border-radius: 2em;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .product-certification i.fas {
        font-size: 2em;
    }

    .product-certification b {
        padding: 3px;
        padding-right: 10px;
    }

.product-history {
    padding-top: 3px;
    width: 100%;
    font-size: 15px;
}

.authentic {
    color: #8C37F6;
}

.price {
    color: #5147FE;
}

.badge {
    font-size: 16px;
    line-height: 1.3em
}

#cartTable .detailTable .cart-column {
    padding: 0
}

#checkout-table #cartTable .header:nth-child(1) {
    text-align: left
}

#checkout-table #cartTable .cart-column:nth-child(1) {
    text-align: left
}

#checkout-table #cartTable .header {
    text-align: center
}

#checkout-table #cartTable .cart-column {
    text-align: center
}

#cartAvailable .ibox-content {
    padding: 15px 10px 50px;
}

.order-item-container {
    margin-bottom: 18px;
}

    .order-item-container .cart-row > div {
    }

.view-shop {
    color: #999;
}

#cartAvailable .order-history-items div.detailTable {
    padding: 0 15px;
    margin-top: 20px;
}

.order-history-items .cartMoreDetail {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 20%;
    text-align: center;
}

.order-history-top-right {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.order-status {
    font-style: italic;
    color: #fff;
    background-color: #51C878;
    padding: 5px 10px;
    border-radius: 20px;
}

.order-status-refund {
    font-style: italic;
    color: #fff;
    background-color: #ED7D31;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 6px;
}

.order-date,
.Vpoints-detail {
    font-weight: 400;
}

#orderDetail .modal-title {
    font-size: 20px;
    font-weight: 500;
    padding: 0 15px;
}

#orderDetail .modal-close {
    top: 15px;
    right: 15px;
}

#orderDetail .modal-body {
    padding-bottom: 30px
}

.order-detail-body h4 {
    margin-bottom: 0
}

.fa-star.checked,
.fa-star-half.checked,
.fa-star-o.checked {
    color: #FFD700;
}

.product-history .product-rating {
    color: #FFD700;
    font-weight: bold;
}

.color-transparent {
    color: transparent;
}

.color-rating {
    color: #fed10e;
}

.btn-variation, .btn-additional-discount {
    background-color: white;
    border: 0;
    padding: .2rem .75rem;
    margin: 0 2px 6px 0;
    min-width: 5rem;
    border: 1px solid rgba(0,0,0,.2);
    color: black;
    position: relative;
    transition-duration: 0s;
    font-size: 14px;
    text-transform: capitalize;
}

    .btn-variation:hover, .btn-additional-discount:hover {
        background-color: #D9D9D9;
        background: none;
        color: #000;
        border-color: #8C37F6;
    }

    .btn-variation .fa-check, .btn-additional-discount .fa-check {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .btn-variation.selected, .btn-additional-discount.selected {
        background: linear-gradient(90deg, #8C37F6,#5147FE);
        color: #ffffff;
    }

.additional-discount-container > div {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding-bottom: 5px;
}

.variation-two, .variation-one, .additional-discount-container {
    display: flex;
    flex-wrap: wrap;
    margin: 2px 0;
}

    .variation-two p,
    .variation-one p,
    .additional-discount-container p {
        width: 100%;
        margin-bottom: 3px;
        font-size: 14px;
    }

#imagesModal .modal-dialog,
#review-imagesModal .modal-dialog {
    max-width: fit-content;
}

#imagesModal .container,
#review-imagesModal .container {
    min-width: 60vw;
}

.details-available-quantity {
    align-self: center;
    margin-left: 10px;
}

    .details-available-quantity b {
        color: #8C37F6;
    }

.select-variation-error {
    color: red;
    font-size: 15px;
}

.row-focus {
    background-color: #fff5f5;
}

.btn-variation[disabled] {
    background-color: #F2F2F2;
    border-color: #D9D9D9;
    color: #A6A6A6;
}

.variation-disabled {
    cursor: not-allowed !important;
}

.btn-variation.variation-disabled:hover {
    background: none;
    border-color: rgba(0,0,0,.09);
}

.swal2-title {
    font-size: 1.6em;
}
.swal2-content {
    line-height: 1.4em;
}

#notEnoughVPointsModal .swal2-header {
    padding: 0;
}

#notEnoughVPointsModal .mycart-modal-btn {
    margin: 0;
}


/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}
.product-detail-page .container {
    max-width: unset;
    min-height: 635px;
    margin-bottom: 10px;
}

/* Hide the images by default */
.mySlides, .mySlides-modal {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px 0 0 3px;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 0 3px 3px 0;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

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

/* Six columns side by side */
.column, .modal-column {
    float: left;
    max-width: 90px;
    max-height: 120px;
    justify-content: center;
    padding: 5px;
    align-items: center;
    display: flex;
}
#imagesModal .modal-column {
    width: calc((100vw - 50px) / 4);
}

/* Add a transparency effect for thumnbail images */
.thumbnail-img, .thumbnail-img-modal {
    opacity: 0.5;
    object-fit: cover;
}

    .active,
    .thumbnail-img:hover, .thumbnail-img-modal:hover {
        opacity: 1;
    }

.product-image-container .next:hover,
.product-image-container .prev:hover {
    background-color: rgba(0,0,0,0.03);
}

.image-container, .image-container-modal {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.review-modal-title {
    padding-left: 15px;
    padding-right: 15px;
}

.mySlides.image-container {
    height: 280px;
}
    .mySlides.image-container image {
        height: 100%;
    }

.mcq-open-ended-textarea-submit-btn, .wisteria-flat-button {
    position: relative;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
    box-shadow: inset 0 0 .1rem rgba(0,0,0,.4),0 .3rem .3rem transparent,0 .5rem .5rem 0 transparent;
    border-radius: 1em;
    border: 0;
    padding: 4px 20px;
    margin-top: 5px;
    cursor: pointer;
    transition: ease .2s
}

.form-control {
    display: block;
    width: 100%;
    height: 33.5px;
    padding: 6px 12px;
    font-size: 0.9em;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:disabled, .form-control[readonly] {
        background-color: transparent;
        opacity: 0.5;
    }

a, h1, span {
    font-family: 'Lato'
}

.fa {
    font-family: "Font Awesome 5 Free"
}

.modal-close {
    position: absolute;
    top: 2%;
    right: 3%;
    z-index: 1100;
}

.close-btn-img {
    background-image: url(/images/Search_Close.svg);
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.select-language-image {
    margin: auto;
}

    .select-language-image img {
        width: 100%;
        max-width: 250px;
    }

#vodusLoginLoader, #vodusSignupLoader {
    opacity: 0 !important
}

#vodusRewardLoginModal h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    color: #000
}

.sso-input-container {
    margin: 10px 0;
}

.sso-alternative span {
    font-size: 16px;
}

#vodusRewardLoginModal .row {
    margin-left: -15px;
    margin-right: -15px;
}

#vodusRewardLoginModalContent {
    padding: 5px 15px 0 !important;
}

#vodusRewardLoginDialog {
    max-width: 340px;
    height: auto;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    padding: 0;
    display: flex;
    align-items: center;
    margin: auto;
    height: 100%
}

h5.or-divider {
    text-align: center;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin: 4px
}

#divRewardSignupModal .logo_row {
    padding: 0
}

    #divRewardSignupModal .logo_row img {
        max-height: 25px;
        width: auto;
        margin: 5px 6px 10px
    }

#btnVodusRewardCreateAccount, #btnVodusRewardLogin {
    margin-top: 0;
    font-size: 16px;
    padding: 5px 20px;
    width: 100%;
    font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sign-up-instruction {
    display: flex;
    align-items: center
}

button.vodusFacebookLogin.wisteria-flat-button {
    font-size: 15px;
    margin-top: 7px;
    background-image: none !important;
    background-color: #0164E1 !important;
    border-color: #2e6da4 !important;
    width: 100%;
    height: 2.5em;
    padding: 0 5px;
}

    button.vodusFacebookLogin.wisteria-flat-button .fa-facebook-f {
        margin-right: 3px;
        font-size: 15px
    }

.mobile-fb-login-container {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 5px
}

    .mobile-fb-login-container button.vodusFacebookLogin.wisteria-flat-button {
        font-size: 15px
    }

button.vodusGoogleLogin.wisteria-flat-button {
    font-size: 15px;
    margin-top: 7px;
    background-image: none !important;
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
    width: 100%;
    height: 2.5em;
    padding: 0 5px
}

    button.vodusGoogleLogin.wisteria-flat-button .fa-google {
        margin-right: 3px;
        font-size: 15px
    }

button.vodusAppleLogin.wisteria-flat-button {
    font-size: 15px;
    margin-top: 7px;
    background-image: none !important;
    background-color: #808080 !important;
    border-color: #808080 !important;
    width: 100%;
    height: 2.5em;
    padding: 0 5px
}

button.vodusAppleLogin.wisteria-flat-button .fa-google {
    margin-right: 3px;
    font-size: 15px
}

.mobile-google-login-container {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 5px
}

    .mobile-google-login-container button.vodusGoogleLogin.wisteria-flat-button {
        font-size: 15px
    }

#sso-reward-back-btn {
    width: 100%;
    display: flex;
    color: #000;
    box-shadow: none;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: -20px;
    padding-right: 5px;
    z-index: 999
}

#sso-reward-desktop-content {
    margin: 0 0 25px
}

#btnRewardForgotPW span {
    font-size: 14px;
    color: #666;
    padding-left: 5px;
}

    #btnRewardForgotPW span:hover {
        color: #000
    }

#fb-login-btn {
    background-color: #337ab7;
    color: #fff;
    border-color: #2e6da4
}

    #fb-login-btn:hover {
        background-color: #286090;
        color: #fff;
        border-color: #204d74
    }

.add-shipping-address {
    margin-top: 10px
}

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

#wrapper {
    width: 100%;
    overflow-x: hidden
}

.wrapper {
    padding: 0 20px
}

.wrapper-content {
    padding: 20px 10px 40px
}

#page-wrapper {
    position: relative !important;
    min-height: 500px;
}

@media (min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 220px
    }
}

.title-action {
    text-align: right;
    padding-top: 30px
}

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
    margin-top: 5px
}

ol.unstyled, ul.unstyled {
    list-style: none outside none;
    margin-left: 0
}

.big-icon {
    font-size: 160px !important;
    color: #e5e6e7
}

.footer-landing {
    margin-top: 40px
}

    .footer-landing h3 {
        margin-top: 5px
    }

    .footer-landing p {
        color: #000
    }

footer {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

    footer .row {
        align-content: flex-start;
    }

    footer > div {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

.footer-row-1 {
    background: linear-gradient(#262626, #0D0D0D);
}

.footer-row-2 {
    background: #fff;
}

    .footer-row-2 .footer-content h4,
    .footer-row-2 .footer-content h5 {
        color: #404040;
    }

    .footer-row-2 .footer-content p,
    .footer-row-2 .footer-content h6 {
        color: #595959;
    }

    .footer-row-2 .fa-facebook-f {
        color: #4267B2;
    }

    .footer-row-2 .fa-linkedin {
        color: #0072b1;
    }

    .footer-row-2 .fa-instagram {
        background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
        border-radius: 0.3em;
        height: 1.25em;
        width: 1.25em;
        font-size: 0.75em;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-row-2 .footer-content {
        padding-bottom: 0;
    }

footer .social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo img {
    max-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.footer-company-description {
    margin-bottom: 5px;
}

.footer-content {
    float: left;
    padding: 20px;
    max-width: 1500px;
    margin: auto;
}

    .footer-content h3 {
        color: #ccc
    }

    .footer-content h4 {
        text-transform: uppercase;
        text-align: left;
        color: #fff;
        font-weight: 900;
        margin-top: 15px;
        font-size: 16px
    }

    .footer-content h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }

    .footer-content h6 {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        line-height: 1.3em
    }

    .footer-content p {
        color: #ccc;
        font-size: 14px;
        margin-bottom: 5px;
    }

.footer-copyright {
    text-align: left;
    padding: 10px;
    margin: 10px -15px 0;
    border-top: solid 1px #aaa;
    color: #aaa;
    font-size: 14px
}

.footer-nav {
    padding: 5px 0 0;
    font-size: 14px;
}

    .footer-nav a {
        color: #ccc
    }

        .footer-nav a:active, .footer-nav a:hover {
            color: #fff
        }

#footer .contact-item {
    padding: 0;
}

.email-signup-title {
    margin: 25px 0 10px
}

footer .form-control {
    border-radius: 40px
}

footer .form-group {
    border-radius: 40px;
    display: flex
}

.partner-logo-container-footer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

    .partner-logo-container-footer > div {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 70px;
        margin: 0;
        margin-right: 2em;
        filter: drop-shadow(0 0 1px #fff);
    }

    .partner-logo-container-footer img {
        max-height: 100%;
        max-width: 100%;
    }

.email-signup-title {
    margin: 25px 0 10px
}

footer .form-control {
    border-radius: 40px;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px
}

footer .form-group {
    border-radius: 40px;
    display: flex
}

#contact-us #submitContactRequest {
    border: solid 1px #fff;
    color: #fff;
    padding: 10px 15px
}

#submitContactRequest {
    font-size: 16px;
    padding: .5em .6em;
    letter-spacing: inherit;
    text-transform: none;
    border: solid 1px #333;
    border-radius: 1.5em;
    color: #333;
    background-color: transparent;
    margin: 5px;
    margin-left: -50px;
    line-height: 1em
}

.arrow-up-down, .arrow_back, .arrow_carrot-2down, .arrow_carrot-2down_alt2, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left, .arrow_carrot-2left_alt, .arrow_carrot-2left_alt2, .arrow_carrot-2right, .arrow_carrot-2right_alt, .arrow_carrot-2right_alt2, .arrow_carrot-2up, .arrow_carrot-2up_alt, .arrow_carrot-2up_alt2, .arrow_carrot-down, .arrow_carrot-down_alt, .arrow_carrot-down_alt2, .arrow_carrot-left, .arrow_carrot-left_alt, .arrow_carrot-left_alt2, .arrow_carrot-right, .arrow_carrot-right_alt, .arrow_carrot-right_alt2, .arrow_carrot-up, .arrow_carrot-up_alt2, .arrow_carrot_up_alt, .arrow_condense, .arrow_condense_alt, .arrow_down, .arrow_down_alt, .arrow_expand, .arrow_expand_alt, .arrow_expand_alt2, .arrow_expand_alt3, .arrow_left, .arrow_left-down, .arrow_left-down_alt, .arrow_left-right, .arrow_left-right_alt, .arrow_left-up, .arrow_left-up_alt, .arrow_left_alt, .arrow_move, .arrow_right, .arrow_right-down, .arrow_right-down_alt, .arrow_right-up, .arrow_right-up_alt, .arrow_right_alt, .arrow_triangle-down, .arrow_triangle-down_alt, .arrow_triangle-down_alt2, .arrow_triangle-left, .arrow_triangle-left_alt, .arrow_triangle-left_alt2, .arrow_triangle-right, .arrow_triangle-right_alt, .arrow_triangle-right_alt2, .arrow_triangle-up, .arrow_triangle-up_alt, .arrow_triangle-up_alt2, .arrow_up, .arrow_up-down_alt, .arrow_up_alt, .icon_adjust-horiz, .icon_adjust-vert, .icon_archive, .icon_archive_alt, .icon_bag, .icon_bag_alt, .icon_balance, .icon_blocked, .icon_book, .icon_book_alt, .icon_box-checked, .icon_box-empty, .icon_box-selected, .icon_briefcase, .icon_briefcase_alt, .icon_building, .icon_building_alt, .icon_calculator_alt, .icon_calendar, .icon_calulator, .icon_camera, .icon_camera_alt, .icon_cart, .icon_cart_alt, .icon_chat, .icon_chat_alt, .icon_check, .icon_check_alt, .icon_check_alt2, .icon_circle-empty, .icon_circle-slelected, .icon_clipboard, .icon_clock, .icon_clock_alt, .icon_close, .icon_close_alt, .icon_close_alt2, .icon_cloud, .icon_cloud-download, .icon_cloud-download_alt, .icon_cloud-upload, .icon_cloud-upload_alt, .icon_cloud_alt, .icon_cog, .icon_cogs, .icon_comment, .icon_comment_alt, .icon_compass, .icon_compass_alt, .icon_cone, .icon_cone_alt, .icon_contacts, .icon_contacts_alt, .icon_creditcard, .icon_currency, .icon_currency_alt, .icon_cursor, .icon_cursor_alt, .icon_datareport, .icon_datareport_alt, .icon_desktop, .icon_dislike, .icon_dislike_alt, .icon_document, .icon_document_alt, .icon_documents, .icon_documents_alt, .icon_download, .icon_drawer, .icon_drawer_alt, .icon_drive, .icon_drive_alt, .icon_easel, .icon_easel_alt, .icon_error-circle, .icon_error-circle_alt, .icon_error-oct, .icon_error-oct_alt, .icon_error-triangle, .icon_error-triangle_alt, .icon_film, .icon_floppy, .icon_floppy_alt, .icon_flowchart, .icon_flowchart_alt, .icon_folder, .icon_folder-add, .icon_folder-add_alt, .icon_folder-alt, .icon_folder-open, .icon_folder-open_alt, .icon_folder_download, .icon_folder_upload, .icon_genius, .icon_gift, .icon_gift_alt, .icon_globe, .icon_globe-2, .icon_globe_alt, .icon_grid-2x2, .icon_grid-3x3, .icon_group, .icon_headphones, .icon_heart, .icon_heart_alt, .icon_hourglass, .icon_house, .icon_house_alt, .icon_id, .icon_id-2, .icon_id-2_alt, .icon_id_alt, .icon_image, .icon_images, .icon_info, .icon_info_alt, .icon_key, .icon_key_alt, .icon_laptop, .icon_lifesaver, .icon_lightbulb, .icon_lightbulb_alt, .icon_like, .icon_like_alt, .icon_link, .icon_link_alt, .icon_loading, .icon_lock, .icon_lock-open, .icon_lock-open_alt, .icon_lock_alt, .icon_mail, .icon_mail_alt, .icon_map, .icon_map_alt, .icon_menu, .icon_menu-circle_alt, .icon_menu-circle_alt2, .icon_menu-square_alt, .icon_menu-square_alt2, .icon_mic, .icon_mic_alt, .icon_minus-06, .icon_minus-box, .icon_minus_alt, .icon_minus_alt2, .icon_mobile, .icon_mug, .icon_mug_alt, .icon_music, .icon_ol, .icon_paperclip, .icon_pause, .icon_pause_alt, .icon_pause_alt2, .icon_pencil, .icon_pencil-edit, .icon_pencil-edit_alt, .icon_pencil_alt, .icon_pens, .icon_pens_alt, .icon_percent, .icon_percent_alt, .icon_phone, .icon_piechart, .icon_pin, .icon_pin_alt, .icon_plus, .icon_plus-box, .icon_plus_alt, .icon_plus_alt2, .icon_printer, .icon_printer-alt, .icon_profile, .icon_pushpin, .icon_pushpin_alt, .icon_puzzle, .icon_puzzle_alt, .icon_question, .icon_question_alt, .icon_question_alt2, .icon_quotations, .icon_quotations_alt, .icon_quotations_alt2, .icon_refresh, .icon_ribbon, .icon_ribbon_alt, .icon_rook, .icon_search, .icon_search-2, .icon_search_alt, .icon_shield, .icon_shield_alt, .icon_star, .icon_star-half, .icon_star-half_alt, .icon_star_alt, .icon_stop, .icon_stop_alt, .icon_stop_alt2, .icon_table, .icon_tablet, .icon_tag, .icon_tag_alt, .icon_tags, .icon_tags_alt, .icon_target, .icon_tool, .icon_toolbox, .icon_toolbox_alt, .icon_tools, .icon_trash, .icon_trash_alt, .icon_ul, .icon_upload, .icon_vol-mute, .icon_vol-mute_alt, .icon_volume-high, .icon_volume-high_alt, .icon_volume-low, .icon_volume-low_alt, .icon_wallet, .icon_wallet_alt, .icon_zoom-in, .icon_zoom-in_alt, .icon_zoom-out, .icon_zoom-out_alt, .social_blogger, .social_blogger_circle, .social_blogger_square, .social_delicious, .social_delicious_circle, .social_delicious_square, .social_deviantart, .social_deviantart_circle, .social_deviantart_square, .social_dribbble, .social_dribbble_circle, .social_dribbble_square, .social_facebook, .social_facebook_circle, .social_facebook_square, .social_flickr, .social_flickr_circle, .social_flickr_square, .social_googledrive, .social_googledrive_alt2, .social_googledrive_square, .social_googleplus, .social_googleplus_circle, .social_googleplus_square, .social_instagram, .social_instagram_circle, .social_instagram_square, .social_linkedin, .social_linkedin_circle, .social_linkedin_square, .social_myspace, .social_myspace_circle, .social_myspace_square, .social_picassa, .social_picassa_circle, .social_picassa_square, .social_pinterest, .social_pinterest_circle, .social_pinterest_square, .social_rss, .social_rss_circle, .social_rss_square, .social_share, .social_share_circle, .social_share_square, .social_skype, .social_skype_circle, .social_skype_square, .social_spotify, .social_spotify_circle, .social_spotify_square, .social_stumbleupon_circle, .social_stumbleupon_square, .social_tumbleupon, .social_tumblr, .social_tumblr_circle, .social_tumblr_square, .social_twitter, .social_twitter_circle, .social_twitter_square, .social_vimeo, .social_vimeo_circle, .social_vimeo_square, .social_wordpress, .social_wordpress_circle, .social_wordpress_square, .social_youtube, .social_youtube_circle, .social_youtube_square {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

footer .social-icons {
    padding-left: 0
}

    footer .social-icons li {
        display: inline-block;
        margin: 0;
        margin-right: 2em;
    }

        footer .social-icons li a {
            font-size: 30px;
            color: #ccc;
            -webkit-transition: color .5s;
            transition: color .5s
        }

            footer .social-icons li a:active, footer .social-icons li a:hover {
                color: #fff
            }

footer .copyright {
    color: grey;
    padding-top: 10px;
    margin-bottom: 50px
}

.page-heading {
    border-top: 0;
    padding: 0 10px 20px 10px
}

.panel-heading h1, .panel-heading h2 {
    margin-bottom: 5px
}

.table-bordered {
    border: 1px solid #ebebeb
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        background-color: #f5f5f6;
        border-bottom-width: 1px
    }

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #e7e7e7
    }

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    vertical-align: bottom
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.panel.blank-panel {
    background: 0 0;
    margin: 0
}

.blank-panel .panel-heading {
    padding-bottom: 0
}

.nav-tabs > li > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 10px 20px 10px 25px
}

    .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
        background-color: #e6e6e6;
        color: #676a6c
    }

.ui-tab .tab-content {
    padding: 20px 0
}

.no-padding {
    padding: 0 !important
}

.no-borders {
    border: none !important
}

.no-margins {
    margin: 0 !important
}

.no-top-border {
    border-top: 0 !important
}

.ibox-content.text-box {
    padding-bottom: 0;
    padding-top: 15px
}

.border-left-right {
    border-left: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec
}

.border-top-bottom {
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec
}

.border-left {
    border-left: 1px solid #e7eaec
}

.border-right {
    border-right: 1px solid #e7eaec
}

.border-top {
    border-top: 1px solid #e7eaec
}

.border-bottom {
    border-bottom: 1px solid #e7eaec
}

.border-size-sm {
    border-width: 3px
}

.border-size-md {
    border-width: 6px
}

.border-size-lg {
    border-width: 9px
}

.border-size-xl {
    border-width: 12px
}

.full-width {
    width: 100% !important
}

.link-block {
    font-size: 12px;
    padding: 10px
}

.nav.navbar-top-links .link-block a {
    font-size: 12px
}

.link-block a {
    font-size: 10px;
    color: inherit
}

body.mini-navbar .branding {
    display: none
}

img.circle-border {
    border: 6px solid #fff;
    border-radius: 50%
}

.branding {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 20px;
    text-align: center;
    background-color: #1ab394
}

.login-panel {
    margin-top: 25%
}

.icons-box h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

.icons-box .infont a i {
    font-size: 25px;
    display: block;
    color: #676a6c
}

.icons-box .infont a {
    color: #a6a8a9
}

.icons-box .infont a {
    padding: 10px;
    margin: 1px;
    display: block
}

.ui-draggable .ibox-title {
    cursor: move
}

.breadcrumb {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0
}

    .breadcrumb > li a {
        color: inherit
    }

    .breadcrumb > .active {
        color: inherit
    }

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #ca4440;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap
}

.ibox {
    clear: both;
    padding: 0;
    margin: 10px 2px 0
}

    .ibox.collapsed .ibox-content {
        display: none
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078"
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077"
    }

    .ibox:after, .ibox:before {
        display: table
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px
}

.ibox-content {
    color: inherit;
    padding: 12px;
    border-image: none;
    border-width: 1px 0
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #fff;
    padding: 10px 15px
}

table.table-mail tr td {
    padding: 12px
}

.table-mail .check-mail {
    padding-left: 20px
}

.table-mail .mail-date {
    padding-right: 20px
}

.check-mail, .star-mail {
    width: 40px
}

.unread td, .unread td a {
    font-weight: 600;
    color: inherit
}

.read td, .read td a {
    font-weight: 400;
    color: inherit
}

.unread td {
    background-color: #f9f8f8
}

.ibox-content {
    clear: both
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none
}

    .ibox-heading h3 {
        font-weight: 200;
        font-size: 24px
    }

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left
}

.ibox-title .label {
    float: left;
    margin-left: 4px
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4
    }

        .ibox-tools a.btn-primary {
            color: #fff
        }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px
    }

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0
}

.bg-muted, .gray-bg {
    background-color: #f3f3f4
}

.bg-success, .navy-bg {
    background-color: #1ab394;
    color: #fff
}

.bg-primary, .blue-bg {
    background-color: #1c84c6;
    color: #fff
}

.bg-info, .lazur-bg {
    background-color: #23c6c8;
    color: #fff
}

.bg-warning, .yellow-bg {
    background-color: #f8ac59;
    color: #fff
}

.bg-danger, .red-bg {
    background-color: #ed5565;
    color: #fff
}

.black-bg {
    background-color: #262626
}

.panel-primary {
    border-color: #1ab394
}

    .panel-primary > .panel-heading {
        background-color: #1ab394;
        border-color: #1ab394
    }

.panel-success {
    border-color: #1c84c6
}

    .panel-success > .panel-heading {
        background-color: #1c84c6;
        border-color: #1c84c6;
        color: #fff
    }

.panel-info {
    border-color: #23c6c8
}

    .panel-info > .panel-heading {
        background-color: #23c6c8;
        border-color: #23c6c8;
        color: #fff
    }

.panel-warning {
    border-color: #f8ac59
}

    .panel-warning > .panel-heading {
        background-color: #f8ac59;
        border-color: #f8ac59;
        color: #fff
    }

.panel-danger {
    border-color: #ed5565
}

    .panel-danger > .panel-heading {
        background-color: #ed5565;
        border-color: #ed5565;
        color: #fff
    }

.progress-bar {
    background-color: #1ab394
}

.progress-small, .progress-small .progress-bar {
    height: 10px
}

.progress-mini, .progress-small {
    margin-top: 5px
}

    .progress-mini, .progress-mini .progress-bar {
        height: 5px;
        margin-bottom: 0
    }

.progress-bar-navy-light {
    background-color: #3dc7ab
}

.progress-bar-success {
    background-color: #1c84c6
}

.progress-bar-info {
    background-color: #23c6c8
}

.progress-bar-warning {
    background-color: #f8ac59
}

.progress-bar-danger {
    background-color: #ed5565
}

.panel-title {
    font-size: inherit
}

.jumbotron {
    border-radius: 6px;
    padding: 40px
}

    .jumbotron h1 {
        margin-top: 0
    }

.text-navy {
    color: #1ab394
}

.text-primary {
    color: inherit
}

.text-success {
    color: #1c84c6
}

.text-info {
    color: #23c6c8
}

.text-warning {
    color: #f8ac59
}

.text-danger {
    color: #ed5565
}

.text-muted {
    color: #888
}

.text-white {
    color: #fff
}

.simple_tag {
    background-color: #f3f3f4;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    color: inherit;
    font-size: 10px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 12px;
    display: inline-block
}

.img-shadow {
    -webkit-box-shadow: 0 0 3px 0 #919191;
    -moz-box-shadow: 0 0 3px 0 #919191;
    box-shadow: 0 0 3px 0 #919191
}

.dashboards\.dashboard_2 nav.navbar, .dashboards\.dashboard_3 nav.navbar, .dashboards\.dashboard_4_1 nav.navbar, .dashboards\.dashboard_5 nav.navbar, .mailbox\.email_compose nav.navbar, .mailbox\.email_view nav.navbar, .mailbox\.inbox nav.navbar, .metrics nav.navbar, .metrics\.index nav.navbar {
    background: #fff
}

.ComposeEmail .navbar.navbar-static-top, .Dashboard_2 .navbar.navbar-static-top, .Dashboard_3 .navbar.navbar-static-top, .Dashboard_4_1 .navbar.navbar-static-top, .Dashboard_5 .navbar.navbar-static-top, .EmailView .navbar.navbar-static-top, .Inbox .navbar.navbar-static-top, .Metrics .navbar.navbar-static-top {
    background: #fff
}

a.close-canvas-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1011;
    color: #a7b1c2
}

    a.close-canvas-menu:hover {
        color: #fff
    }

.close-canvas-menu {
    display: none
}

.canvas-menu .close-canvas-menu {
    display: block
}

.light-navbar .navbar.navbar-static-top {
    background-color: #fff
}

.full-height {
    height: 100%
}

.fh-breadcrumb {
    height: calc(100% - 196px);
    margin: 0 -15px;
    position: relative
}

.fh-no-breadcrumb {
    height: calc(100% - 99px);
    margin: 0 -15px;
    position: relative
}

.fh-column {
    background: #fff;
    height: 100%;
    width: 240px;
    float: left
}

.modal-backdrop {
    z-index: 2040 !important
}

.modal {
    z-index: 2050 !important
}

.spiner-example {
    height: 200px;
    padding-top: 70px
}

.p-xxs {
    padding: 5px
}

.p-xs {
    padding: 10px
}

.p-sm {
    padding: 15px
}

.p-m {
    padding: 20px
}

.p-md {
    padding: 25px
}

.p-lg {
    padding: 30px
}

.p-xl {
    padding: 40px
}

.p-w-xs {
    padding: 0 10px
}

.p-w-sm {
    padding: 0 15px
}

.p-w-m {
    padding: 0 20px
}

.p-w-md {
    padding: 0 25px
}

.p-w-lg {
    padding: 0 30px
}

.p-w-xl {
    padding: 0 40px
}

.p-h-xs {
    padding: 10px 0
}

.p-h-sm {
    padding: 15px 0
}

.p-h-m {
    padding: 20px 0
}

.p-h-md {
    padding: 25px 0
}

.p-h-lg {
    padding: 30px 0
}

.p-h-xl {
    padding: 40px 0
}

.m-xxs {
    margin: 2px 4px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.space-15 {
    margin: 15px 0
}

.space-20 {
    margin: 20px 0
}

.space-25 {
    margin: 25px 0
}

.space-30 {
    margin: 30px 0
}

.img-sm {
    width: 32px;
    height: 32px
}

.img-md {
    width: 64px;
    height: 64px
}

.img-lg {
    width: 96px;
    height: 96px
}

.b-r-xs {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.b-r-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.b-r-md {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.b-r-lg {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.b-r-xl {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px
}

.fullscreen-ibox-mode .animated {
    animation: none
}

body.fullscreen-ibox-mode {
    overflow-y: hidden
}

.ibox.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0
}

    .ibox.fullscreen .collapse-link {
        display: none
    }

    .ibox.fullscreen .ibox-content {
        min-height: calc(100% - 48px)
    }

body.modal-open {
    padding-right: inherit !important
}

    body.modal-open .animated {
        animation-fill-mode: initial;
        z-index: inherit
    }

.block, body.mini-navbar.fixed-sidebar .profile-element {
    display: block !important
}

body.mini-navbar.fixed-sidebar .nav-header {
    padding: 33px 25px
}

body.mini-navbar.fixed-sidebar .logo-element {
    display: none
}

.fullscreen-video .animated {
    animation: none
}

.search-form {
    margin-top: 10px
}

.search-result h3 {
    margin-bottom: 0;
    color: #1e0fbe
}

.search-result .search-link {
    color: #006621
}

.search-result p {
    font-size: 12px;
    margin-top: 5px
}

.contact-box {
    background-color: #fff;
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px
}

    .contact-box > a {
        color: inherit
    }

    .contact-box.center-version {
        border: 1px solid #e7eaec;
        padding: 0
    }

        .contact-box.center-version > a {
            display: block;
            background-color: #fff;
            padding: 20px;
            text-align: center
        }

            .contact-box.center-version > a img {
                width: 80px;
                height: 80px;
                margin-top: 10px;
                margin-bottom: 10px
            }

        .contact-box.center-version address {
            margin-bottom: 0
        }

    .contact-box .contact-box-footer {
        text-align: center;
        background-color: #fff;
        border-top: 1px solid #e7eaec;
        padding: 15px 20px
    }

.invoice-table tbody > tr > td:last-child, .invoice-table tbody > tr > td:nth-child(2), .invoice-table tbody > tr > td:nth-child(3), .invoice-table tbody > tr > td:nth-child(4) {
    text-align: right
}

.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(2), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(4) {
    text-align: right
}

.invoice-total > tbody > tr > td:first-child {
    text-align: right
}

.invoice-total > tbody > tr > td {
    border: 0 none
}

    .invoice-total > tbody > tr > td:last-child {
        border-bottom: 1px solid #ddd;
        text-align: right;
        width: 15%
    }

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding: 10vh 0
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px
}

.loginscreen.middle-box {
    width: 300px
}

.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 50px 20px 60px 20px
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0
}

.middle-box h1 {
    font-size: 170px;
    line-height: 1em;
    margin: 15px;
}

.wrapper .middle-box {
    margin-top: 140px
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px
}

    .lock-word span {
        font-size: 100px;
        font-weight: 600;
        color: #e9e9e9;
        display: inline-block
    }

    .lock-word .first-word {
        margin-right: 160px
    }

.dashboard-header {
    border-top: 0;
    padding: 20px 20px 20px 20px
}

    .dashboard-header h2 {
        margin-top: 10px;
        font-size: 26px
    }

.fist-item {
    border-top: none !important
}

.statistic-box {
    margin-top: 40px
}

.dashboard-header .list-group-item span.label {
    margin-right: 10px
}

.list-group.clear-list .list-group-item {
    border-top: 1px solid #e7eaec;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0
}

ul.clear-list:first-child {
    border-top: none !important
}

.timeline-item .date i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    background: #f8f8f8
}

.timeline-item .date {
    text-align: right;
    width: 110px;
    position: relative;
    padding-top: 30px
}

.timeline-item .content {
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px
}

    .timeline-item .content:hover {
        background: #f6f6f6
    }

ul.notes li, ul.tag-list li {
    list-style: none
}

    ul.notes li h4 {
        margin-top: 20px;
        font-size: 16px
    }

    ul.notes li div {
        text-decoration: none;
        color: #000;
        background: #ffc;
        display: block;
        height: 140px;
        width: 140px;
        padding: 1em;
        position: relative
    }

        ul.notes li div small {
            position: absolute;
            top: 5px;
            right: 5px;
            font-size: 10px
        }

        ul.notes li div a {
            position: absolute;
            right: 10px;
            bottom: 10px;
            color: inherit
        }

ul.notes li {
    margin: 10px 40px 50px 0;
    float: left
}

    ul.notes li div p {
        font-size: 12px
    }

    ul.notes li div {
        text-decoration: none;
        color: #000;
        background: #ffc;
        display: block;
        height: 140px;
        width: 140px;
        padding: 1em;
        -moz-box-shadow: 5px 5px 2px #212121;
        -webkit-box-shadow: 5px 5px 2px rgba(33,33,33,.7);
        box-shadow: 5px 5px 2px rgba(33,33,33,.7)
    }

    ul.notes li div {
        -webkit-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg)
    }

    ul.notes li:nth-child(even) div {
        -o-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        -moz-transform: rotate(4deg);
        position: relative;
        top: 5px
    }

    ul.notes li:nth-child(3n) div {
        -o-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        position: relative;
        top: -5px
    }

    ul.notes li:nth-child(5n) div {
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        position: relative;
        top: -10px
    }

    ul.notes li div:focus, ul.notes li div:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        position: relative;
        z-index: 5
    }

    ul.notes li div {
        text-decoration: none;
        color: #000;
        background: #ffc;
        display: block;
        height: 210px;
        width: 210px;
        padding: 1em;
        -moz-box-shadow: 5px 5px 7px #212121;
        -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
        box-shadow: 5px 5px 7px rgba(33,33,33,.7);
        -moz-transition: -moz-transform .15s linear;
        -o-transition: -o-transform .15s linear;
        -webkit-transition: -webkit-transform .15s linear
    }

.file-box {
    float: left;
    width: 220px
}

.file-manager h5 {
    text-transform: uppercase
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.folder-list li a {
    color: #666;
    display: block;
    padding: 5px 0
}

.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block
}

    .folder-list li i {
        margin-right: 8px;
        color: #3d4d5d
    }

.category-list li a {
    color: #666;
    display: block;
    padding: 5px 0
}

.category-list li {
    display: block
}

    .category-list li i {
        margin-right: 8px;
        color: #3d4d5d
    }

    .category-list li a .text-navy {
        color: #1ab394
    }

    .category-list li a .text-primary {
        color: #1c84c6
    }

    .category-list li a .text-info {
        color: #23c6c8
    }

    .category-list li a .text-danger {
        color: #ef5352
    }

    .category-list li a .text-warning {
        color: #f8ac59
    }

.btn-load-items {
    margin-top: 20px;
}

.file-manager h5.tag-title {
    margin-top: 20px
}

.tag-list li {
    float: left
}

    .tag-list li a {
        font-size: 10px;
        background-color: #f3f3f4;
        padding: 5px 12px;
        color: inherit;
        border-radius: 2px;
        border: 1px solid #e7eaec;
        margin-right: 5px;
        margin-top: 5px;
        display: block
    }

.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px
}

.file-manager .hr-line-dashed {
    margin: 15px 0
}

.file .icon, .file .image {
    height: 100px;
    overflow: hidden
}

.file .icon {
    padding: 15px 10px;
    text-align: center
}

.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px
}

    .file-control.active {
        text-decoration: underline
    }

.file .icon i {
    font-size: 70px;
    color: #dadada
}

.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec
}

.file-name small {
    color: #676a6c
}

.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: .6em solid transparent;
    border-right: .6em solid #f1f1f1;
    border-bottom: .6em solid #f1f1f1;
    right: 0;
    bottom: 0
}

a.compose-mail {
    padding: 8px 10px
}

.mail-search {
    max-width: 300px
}

#editProfileForm {
    padding: 30px;
}

    #editProfileForm .row .col-6 {
        padding: 0
    }

        #editProfileForm .row .col-6:nth-child(1) {
            padding-right: 15px
        }

    #editProfileForm .row .col-4 {
        padding: 0
    }

        #editProfileForm .row .col-4:nth-child(2) {
            padding: 0 15px
        }

    #editProfileForm h3 {
        font-size: 20px;
        font-weight: 200
    }

    #editProfileForm .final-form-div {
        align-items: stretch;
    }

        #editProfileForm .final-form-div > div {
            width: 100%;
        }

    #changePasswordForm h2,
    #editProfileForm h2,
    #deleteAccountForm h2 {
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px calc(2vw + 15px);
    }

#deleteRemark {
    width: 100%;
    max-width: 600px;
    height: 6em;
    padding: 10px 15px;
}

    #changePasswordForm label, #editProfileForm label {
        font-size: 16px;
        color: #000
    }

.user-page-content {
    padding: 15px 2vw;
    background-color: #fff;
    border-radius: 10px;
}

#btnSendResetLink, #btnUpdatePassword, #btnUpdateProfile {
    min-width: 200px;
    font-size: 18px;
    text-transform: uppercase
}

#changePasswordForm {
    padding: 30px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px
}

.user-page-right {
    width: 100%;
}

.vpoint-history {
    max-width: 600px;
}

.profile-content {
    border-top: none !important
}

.profile-stats {
    margin-right: 10px
}

.profile-image {
    width: 120px;
    float: left
}

    .profile-image img {
        width: 96px;
        height: 96px
    }

.profile-info {
    margin-left: 120px
}

.feed-activity-list .feed-element {
    border-bottom: 1px solid #e7eaec
}

.feed-element:first-child {
    margin-top: 0
}

.feed-element {
    padding-bottom: 15px
}

    .feed-element, .feed-element .media {
        margin-top: 15px
    }

.feed-element, .media-body {
    overflow: hidden
}

    .feed-element > .pull-left {
        margin-right: 10px
    }

    .dropdown-messages-box img.img-circle, .feed-element img.img-circle {
        width: 38px;
        height: 38px
    }

    .feed-element .well {
        border: 1px solid #e7eaec;
        box-shadow: none;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 10px 20px;
        font-size: 11px;
        line-height: 16px
    }

    .feed-element .actions {
        margin-top: 10px
    }

    .feed-element .photos {
        margin: 10px 0
    }

.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px
}

.file-list li {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-bottom: 5px
}

    .file-list li a {
        color: inherit
    }

        .file-list li a:hover {
            color: #1ab394
        }

.user-friends img {
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    margin-right: 5px
}

.mail-box {
    background-color: #fff;
    border: 1px solid #e7eaec;
    border-top: 0;
    padding: 0;
    margin-bottom: 20px
}

.mail-box-header {
    background-color: #fff;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 30px 20px 20px 20px
}

    .mail-box-header h2 {
        margin-top: 0
    }

.mailbox-content .tag-list li a {
    background: #fff
}

.mail-body {
    border-top: 1px solid #e7eaec;
    padding: 20px
}

.mail-text {
    border-top: 1px solid #e7eaec
}

    .mail-text .note-toolbar {
        padding: 10px 15px
    }

.mail-body .form-group {
    margin-bottom: 5px
}

.mail-text .note-editor .note-toolbar {
    background-color: #f9f8f8
}

.mail-attachment {
    border-top: 1px solid #e7eaec;
    padding: 20px;
    font-size: 12px
}

.mailbox-content {
    background: 0 0;
    border: none;
    padding: 10px
}

.mail-ontact {
    width: 23%
}

.project-actions, .project-people {
    text-align: right;
    vertical-align: middle
}

dd.project-people {
    text-align: left;
    margin-top: 5px
}

.project-people img {
    width: 32px;
    height: 32px
}

.project-title a {
    font-size: 14px;
    color: #676a6c;
    font-weight: 600
}

.project-list table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 15px 10px;
    vertical-align: middle
}

.project-manager .tag-list li a {
    font-size: 10px;
    background-color: #fff;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block
}

.project-files li a {
    font-size: 11px;
    color: #676a6c;
    margin-left: 10px;
    line-height: 22px
}

.message-input {
    height: 90px !important
}

.chat-avatar {
    white: 36px;
    height: 36px;
    float: left;
    margin-right: 10px
}

.chat-user-name {
    padding: 10px
}

.chat-user {
    padding: 8px 10px;
    border-bottom: 1px solid #e7eaec
}

    .chat-user a {
        color: inherit
    }

.chat-view {
    z-index: 20012
}

.chat-statistic, .chat-users {
    margin-left: -30px
}

@media (max-width:992px) {
    .chat-statistic, .chat-users {
        margin-left: 0
    }
}

.chat-view .ibox-content {
    padding: 0
}

.chat-message {
    padding: 10px 20px
}

.message-avatar {
    height: 48px;
    width: 48px;
    border: 1px solid #e7eaec;
    border-radius: 4px;
    margin-top: 1px
}

.chat-discussion .chat-message.left .message-avatar {
    float: left;
    margin-right: 10px
}

.chat-discussion .chat-message.right .message-avatar {
    float: right;
    margin-left: 10px
}

.message {
    background-color: #fff;
    border: 1px solid #e7eaec;
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px
}

.chat-discussion .chat-message.left .message-date {
    float: right
}

.chat-discussion .chat-message.right .message-date {
    float: left
}

.chat-discussion .chat-message.left .message {
    text-align: left;
    margin-left: 55px
}

.chat-discussion .chat-message.right .message {
    text-align: right;
    margin-right: 55px
}

.message-date {
    font-size: 10px;
    color: #888
}

.message-content {
    display: block
}

.chat-discussion {
    background: #eee;
    padding: 15px;
    height: 400px;
    overflow-y: auto
}

.chat-users {
    overflow-y: auto;
    height: 400px
}

.chat-message-form .form-group {
    margin-bottom: 0
}

.jstree-open > .jstree-anchor > .fa-folder:before {
    content: "\f07c"
}

.jstree-default .jstree-icon.none {
    width: 0
}

.clients-list {
    margin-top: 20px
}

    .clients-list .tab-pane {
        position: relative;
        height: 600px
    }

.client-detail {
    position: relative;
    height: 620px
}

.clients-list table tr td {
    height: 46px;
    vertical-align: middle;
    border: none
}

.client-link {
    font-weight: 600;
    color: inherit
}

    .client-link:hover {
        color: inherit
    }

.client-avatar {
    width: 42px
}

    .client-avatar img {
        width: 28px;
        height: 28px;
        border-radius: 50%
    }

.contact-type {
    width: 20px;
    color: #c1c3c4
}

.client-status {
    text-align: left
}

.client-detail .vertical-timeline-content p {
    margin: 0
}

.client-detail .vertical-timeline-icon.gray-bg {
    color: #a7aaab
}

.clients-list .nav-tabs > li.active > a, .clients-list .nav-tabs > li.active > a:focus, .clients-list .nav-tabs > li.active > a:hover {
    border-bottom: 1px solid #fff
}

.blog h2 {
    font-weight: 700
}

.blog h5 {
    margin: 0 0 5px 0
}

.blog .btn {
    margin: 0 0 5px 0
}

button.wisteria-flat-button {
    position: relative;
    vertical-align: top;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
    box-shadow: none;
    background: linear-gradient(90deg, #8C37F6,#5147FE);
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.wisteria-flat-button:hover {
    text-shadow: 0 1px 2px transparent;
    background: linear-gradient(270deg, #8C37F6,#5147FE);
    color: #fff;
    cursor: pointer
}

.article h1 {
    font-size: 48px;
    font-weight: 700;
    color: #2f4050
}

.article p {
    font-size: 15px;
    line-height: 26px
}

.article-title {
    text-align: center;
    margin: 40px 0 100px 0
}

.article .ibox-content {
    padding: 40px
}

.issue-tracker .btn-link {
    color: #1ab394
}

table.issue-tracker tbody tr td {
    vertical-align: middle;
    height: 50px
}

.issue-info {
    width: 50%
}

    .issue-info a {
        font-weight: 600;
        color: #676a6c
    }

    .issue-info small {
        display: block
    }

.team-members {
    margin: 10px 0
}

    .team-members img.img-circle {
        width: 42px;
        height: 42px;
        margin-bottom: 5px
    }

.sortable-list {
    padding: 10px 0
}

.agile-list {
    list-style: none;
    margin: 0
}

    .agile-list li {
        background: #fafafb;
        border: 1px solid #e7eaec;
        margin: 0 0 10px 0;
        padding: 10px;
        border-radius: 2px
    }

        .agile-list li:hover {
            cursor: pointer;
            background: #fff
        }

        .agile-list li.warning-element {
            border-left: 3px solid #f8ac59
        }

        .agile-list li.danger-element {
            border-left: 3px solid #ed5565
        }

        .agile-list li.info-element {
            border-left: 3px solid #1c84c6
        }

        .agile-list li.success-element {
            border-left: 3px solid #1ab394
        }

.agile-detail {
    margin-top: 5px;
    font-size: 12px
}

ins {
    background-color: #c6ffc6;
    text-decoration: none
}

del {
    background-color: #ffc6c6
}

@media (max-width:650px) {
    .prod-type-nav {
        text-align: center !important
    }

    .vodus-reward-no-question-available {
        font-size: 22px;
    }

    .thankYouMessage {
        padding: 40px 10px;
        height: auto;
    }

    .prod-type-btn-div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

        .prod-type-btn-div > div {
            display: flex;
            flex-wrap: wrap;
            margin: 10px 5px
        }
}

.product-box {
    width: min-content;
    min-width: 200px;
    max-width: 240px;
    max-height: 445px;
    border: 1px solid #e7eaec;
    box-shadow: 0 2px 5px 0 #b8b8b8;
    transition: ease-in .2s
}

    .product-box.active, .product-box:hover {
        border: 1px solid transparent;
        -webkit-box-shadow: 0 4px 10px 0 #a8a8a8;
        -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
        box-shadow: 0 3px 7px 0 #a8a8a8
    }

        .product-box:hover + .addtocart-btn {
            opacity: 1
        }

.addtocart-div {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.addtocart-btn {
    color: #8C37F6;
    -webkit-transition: box-shadow .5s;
    transition: box-shadow .3s;
    padding: 0;
    text-align: center
}

    .addtocart-btn:hover {
        cursor: pointer
    }

.product-detail-points-quantity {
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    margin-bottom: 20px;
    align-items: center
}

.product-detail-quantity {
    display: flex;
    align-items: center
}

    .product-detail-quantity label {
        margin: 0;
        margin-right: 10px
    }

.product-detail-checkout-btn #btnAddToCart {
    font-size: 16px
}

.product-type-btn {
    background-color: rgba(0,0,0,.2);
    color: #2f4050;
    transition: all .5s;
    padding: 14px 15px;
    padding-top: 14px !important
}

    .product-type-btn:hover {
        background-color: #8C37F6;
        color: #fff
    }

.product-imitation {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-color: #fff;
    color: #bebec3;
    font-weight: 600;
    height: 150px;
    max-width: 198px;
}

.product-discount {
    margin-top: -24px;
}

.product-img {
    white-space: nowrap;
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.cart-product-imitation {
    text-align: center;
    padding-top: 30px;
    height: 80px;
    width: 80px;
    background-color: #f8f8f9
}

#productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
    padding-bottom: 10px;
}

    #productList .no-products {
        font-size: 20px;
        margin-top: 25px;
        color: #999;
    }

.product-imitation.xl {
    padding: 120px 0
}

.product-desc {
    padding: 5px 0;
    padding-bottom: 5px;
    position: relative
}

.product-description {
    max-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2f4050;
    text-transform: uppercase;
    font-weight: 600;
}

.view-more {
    display: none;
}

.reduced {
    max-height: 800px;
    overflow: hidden;
}

    .reduced .view-more {
        display: flex;
        position: absolute;
        bottom: 0;
        height: 3.5em;
        justify-content: center;
        align-items: center;
        width: calc(100% - 40px);
        margin: auto;
        background: linear-gradient(0, #fff 40%, transparent);
    }

.ecommerce .tag-list {
    padding: 0
}

.ecommerce .fa-star {
    color: #d1dade
}

    .ecommerce .fa-star.active {
        color: #f8ac59
    }

.ecommerce .note-editor {
    border: 1px solid #e7eaec
}

table.shoping-cart-table {
    margin-bottom: 0
}

    table.shoping-cart-table tr td {
        border: none;
        text-align: right
    }

        table.shoping-cart-table tr td.desc, table.shoping-cart-table tr td:first-child {
            text-align: left
        }

        table.shoping-cart-table tr td:last-child {
            width: 80px
        }

.card-title, .product-name {
    color: #000;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    max-height: 2.6em;
    overflow: hidden
}

.product-metabox {
    font-size: 14px;
    min-height: 44px;
}
.my-likes .product-metabox {
    font-size: 1em;
    padding: 10px 0;
    min-height: unset;
}
.shop-products .product-metabox {
    min-height: 21px;
}

.shop-products-list .product-box-container,
.shop-products-list .product-imitation,
.shop-products-list .product-box {
    width: 100%;
}

.rating-box {
    color: #bdbdbd;
    margin-bottom: 0;
    font-size: 13px;
}

.sold-box {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.sold-box,
.items-sold {
    display: none;
}

.outlet-location {
    font-style: italic;
}

.product-link .col-auto {
    width: 250px;
    height: 180px;
    display: flex;
    align-items: center;
    place-content: center;
    margin: auto
}

.product-link {
    color: #000
}

.merchant-dealtype-div {
    display: flex;
    justify-content: space-between;
    color: #676a6c;
    min-height: 5px;
    align-items: center
}

    .merchant-dealtype-div .merchant-name {
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
    }

    .merchant-dealtype-div .product-type-name {
        width: 50%;
        padding: 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2em;
    }

.product-image-parent-div {
    height: 100%;
    align-items: center;
    display: flex
}

.badge-parent-div {
    position: absolute;
    width: 65%;
    bottom: 10px;
}

.product-name {
    font-size: 14px;
    color: #676a6c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    line-height: 1.3em;
    height: 40px;
    margin-top: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

    .product-name:focus, .product-name:hover {
        color: #8C37F6
    }

.product-price {
    font-size: 17px;
    font-weight: 600;
    color: #8C37F6;
    margin-bottom: 0;
    text-align: left;
    white-space: nowrap;
}

.product-type-name {
    margin-bottom: 0
}

.product-detail .ibox-content {
    padding: 30px 15px 50px 15px
}

.image-imitation {
    background-color: #f8f8f9;
    text-align: center;
    padding: 200px 0
}

.product-main-price {
    font-size: 18px;
    margin: 0 !important;
    display: flex;
    align-items: center
}

    .product-main-price small {
        font-size: 10px
    }

.product-images {
    margin: 0 20px
}

.btn-addtocart {
    width: 100%
}

.social-feed-separated .social-feed-box {
    margin-left: 62px
}

.social-feed-separated .social-avatar {
    float: left;
    padding: 0
}

    .social-feed-separated .social-avatar img {
        width: 52px;
        height: 52px;
        border: 1px solid #e7eaec
    }

.social-feed-separated .social-feed-box .social-avatar {
    padding: 15px 15px 0 15px;
    float: none
}

.social-feed-box {
    border: 1px solid #e7eaec;
    background: #fff;
    margin-bottom: 15px
}

.careers-description {
    max-width: 800px
}

    .careers-description p {
        font-size: 18px
    }

.careers-container {
    max-width: 1000px
}

    .careers-container li {
        font-size: 16px;
        font-family: 'Lato'
    }

.job-container {
    max-width: 400px;
    margin: 30px
}

.article .social-feed-box {
    margin-bottom: 0;
    border-bottom: none
}

    .article .social-feed-box:last-child {
        margin-bottom: 0;
        border-bottom: 1px solid #e7eaec
    }

    .article .social-feed-box p {
        font-size: 13px;
        line-height: 18px
    }

.social-action {
    margin: 15px
}

.social-avatar {
    padding: 15px 15px 0 15px
}

.social-comment .social-comment {
    margin-left: 45px
}

.social-avatar img {
    height: 40px;
    width: 40px;
    margin-right: 10px
}

.social-avatar .media-body a {
    font-size: 14px;
    display: block
}

.social-body {
    padding: 15px
}

    .social-body img {
        margin-bottom: 10px
    }

.social-footer {
    border-top: 1px solid #e7eaec;
    padding: 10px 15px;
    background: #f9f9f9
}

    .social-footer .social-comment img {
        width: 32px;
        margin-right: 10px
    }

.social-comment:first-child {
    margin-top: 0
}

.social-comment {
    margin-top: 15px
}

    .social-comment textarea {
        font-size: 12px
    }

.vote-item {
    padding: 20px 25px;
    background: #fff;
    border-top: 1px solid #e7eaec
}

    .vote-item:last-child {
        border-bottom: 1px solid #e7eaec
    }

    .vote-item:hover {
        background: #fbfbfb
    }

.vote-actions {
    float: left;
    width: 30px;
    margin-right: 15px;
    text-align: center
}

    .vote-actions a {
        color: #1ab394;
        font-weight: 600
    }

.vote-actions {
    font-weight: 600
}

.vote-title {
    display: block;
    color: inherit;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 2px
}

    .vote-title:focus, .vote-title:hover {
        color: inherit
    }

.vote-info, .vote-title {
    margin-left: 45px
}

    .vote-info, .vote-info a {
        color: #b4b6b8;
        font-size: 12px
    }

        .vote-info a {
            margin-right: 10px
        }

            .vote-info a:hover {
                color: #1ab394
            }

.vote-icon {
    text-align: right;
    font-size: 38px;
    display: block;
    color: #e8e9ea
}

    .vote-icon.active {
        color: #1ab394
    }

body.body-small .vote-icon {
    display: none
}

.lightBoxGallery {
    text-align: center
}

    .lightBoxGallery img {
        margin: 5px
    }

#small-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100
}

    #small-chat .badge {
        position: absolute;
        top: -3px;
        right: -4px
    }

.open-small-chat {
    height: 38px;
    width: 38px;
    display: block;
    background: #1ab394;
    padding: 9px 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

    .open-small-chat:hover {
        color: #fff;
        background: #1ab394
    }

.small-chat-box {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 75px;
    background: #fff;
    border: 1px solid #e7eaec;
    width: 230px;
    height: 320px;
    border-radius: 4px
}

    .small-chat-box.ng-small-chat {
        display: block
    }

.body-small .small-chat-box {
    bottom: 70px;
    right: 20px
}

.small-chat-box.active {
    display: block
}

.small-chat-box .heading {
    background: #2f4050;
    padding: 8px 15px;
    font-weight: 700;
    color: #fff
}

.small-chat-box .chat-date {
    opacity: .6;
    font-size: 10px;
    font-weight: 400
}

.small-chat-box .content {
    padding: 15px 15px
}

    .small-chat-box .content .author-name {
        font-weight: 700;
        margin-bottom: 3px;
        font-size: 11px
    }

    .small-chat-box .content > div {
        padding-bottom: 20px
    }

    .small-chat-box .content .chat-message {
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 11px;
        line-height: 14px;
        max-width: 80%;
        background: #f3f3f4;
        margin-bottom: 10px
    }

        .small-chat-box .content .chat-message.active {
            background: #1ab394;
            color: #fff
        }

    .small-chat-box .content .left {
        text-align: left;
        clear: both
    }

        .small-chat-box .content .left .chat-message {
            float: left
        }

    .small-chat-box .content .right {
        text-align: right;
        clear: both
    }

        .small-chat-box .content .right .chat-message {
            float: right
        }

.small-chat-box .form-chat {
    padding: 10px 10px
}

.metismenu .plus-minus, .metismenu .plus-times {
    float: right
}

.metismenu .arrow {
    float: right;
    line-height: 1.42857
}

.metismenu .glyphicon.arrow:before {
    content: "\e079"
}

.metismenu .active > a > .glyphicon.arrow:before {
    content: "\e114"
}

.metismenu .fa.arrow:before {
    content: "\f104"
}

.metismenu .active > a > .fa.arrow:before {
    content: "\f107"
}

.metismenu .ion.arrow:before {
    content: "\f3d2"
}

.metismenu .active > a > .ion.arrow:before {
    content: "\f3d0"
}

.metismenu .fa.plus-minus:before, .metismenu .fa.plus-times:before {
    content: "\f067"
}

.metismenu .active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.metismenu .active > a > .fa.plus-minus:before {
    content: "\f068"
}

.metismenu .collapse {
    display: none
}

    .metismenu .collapse.in {
        display: block
    }

.metismenu .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility
}

.mini-navbar .metismenu .collapse {
    opacity: 0
}

    .mini-navbar .metismenu .collapse.in {
        opacity: 1
    }

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #1ab394;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}
/*
@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}
    */
.sk-spinner-double-bounce.sk-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto
}

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1ab394;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-spinner-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
/*
@-webkit-keyframes sk-doubleBounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-doubleBounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
    */
.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px
}

.sk-spinner-wave div {
    background-color: #1ab394;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-spinner-wandering-cubes.sk-spinner {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    position: relative
}

.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
    background-color: #1ab394;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
    animation: sk-wanderingCubeMove 1.8s infinite ease-in-out
}

.sk-spinner-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-spinner-pulse.sk-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out
}

.sk-spinner-chasing-dots.sk-spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear
}

.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-spinner-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #1ab394;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.sk-spinner-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative
}

.sk-spinner-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

    .sk-spinner-circle .sk-circle:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 20%;
        height: 20%;
        background-color: #1ab394;
        border-radius: 100%;
        -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
        animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

.sk-spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-spinner-cube-grid.sk-spinner {
    width: 30px;
    height: 30px;
    margin: 0 auto
}

.sk-spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #1ab394;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

    .sk-spinner-cube-grid .sk-cube:nth-child(1) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .sk-spinner-cube-grid .sk-cube:nth-child(2) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .sk-spinner-cube-grid .sk-cube:nth-child(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    .sk-spinner-cube-grid .sk-cube:nth-child(4) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .sk-spinner-cube-grid .sk-cube:nth-child(5) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .sk-spinner-cube-grid .sk-cube:nth-child(6) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .sk-spinner-cube-grid .sk-cube:nth-child(7) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }

    .sk-spinner-cube-grid .sk-cube:nth-child(8) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .sk-spinner-cube-grid .sk-cube:nth-child(9) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,100%,70% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,100%,70% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

.sk-spinner-wordpress.sk-spinner {
    background-color: #1ab394;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-animation: sk-innerCircle 1s linear infinite;
    animation: sk-innerCircle 1s linear infinite
}

.sk-spinner-wordpress .sk-inner-circle {
    display: block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 8px;
    top: 5px;
    left: 5px
}

@-webkit-keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative
}

.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

    .sk-spinner-fading-circle .sk-circle:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 18%;
        height: 18%;
        background-color: #1ab394;
        border-radius: 100%;
        -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
        animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,100%,39% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%,100%,39% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

.landing-page.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s
}

.pace-inactive {
    display: none
}

body.landing-page {
    color: #676a6c;
    font-family: 'Lato',helvetica,arial,sans-serif;
    background-color: #fff
}

.landing-page span.navy {
    color: #1ab394
}

.landing-page p.text-color {
    color: #676a6c
}

.landing-page a.navy-link {
    color: #1ab394;
    text-decoration: none
}

    .landing-page a.navy-link:hover {
        color: #179d82
    }

.landing-page section p {
    color: #aeaeae;
    font-size: 13px
}

.landing-page address {
    font-size: 13px
}

.landing-page h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 200
}

.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    border-bottom: 2px solid #1ab394
}

.landing-page .navbar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200
}

    .landing-page .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0
    }

    .landing-page .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px
    }

.landing-page .navbar-default.navbar-scroll {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0
}

.landing-page .navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all .3s ease-in-out 0s
}

    .landing-page .navbar-default .nav li a {
        color: #fff;
        font-family: 'Lato',helvetica,arial,sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 14px
    }

.landing-page .navbar-nav > li > a {
    padding-top: 25px;
    border-top: 6px solid transparent
}

.landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover {
    background: 0 0;
    color: #fff;
    border-top: 6px solid #1ab394
}

.landing-page .navbar-default .navbar-nav > li > a:focus, .landing-page .navbar-default .navbar-nav > li > a:hover {
    color: #1ab394;
    background: inherit
}

.landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: 0 0;
    color: #fff
}

.landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: 0 0;
    color: #fff
}

.landing-page .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
    background: 0 0;
    color: inherit
}

.landing-page .navbar-default .navbar-brand:focus, .landing-page .navbar-default .navbar-brand:hover {
    background: #179d82;
    color: #fff
}

.landing-page .navbar-default .navbar-brand {
    color: #fff;
    height: auto;
    display: block;
    font-size: 14px;
    background: #1ab394;
    padding: 15px 20px 15px 20px;
    border-radius: 0 0 5px 5px;
    font-weight: 700;
    transition: all .3s ease-in-out 0s
}

.landing-page .navbar-scroll.navbar-default .nav li a {
    color: #676a6c
}

    .landing-page .navbar-scroll.navbar-default .nav li a:hover {
        color: #1ab394
    }

.landing-page .navbar-wrapper .navbar.navbar-scroll {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0
}

.landing-page .nav > li.active {
    border: none;
    background: inherit
}

.landing-page .nav > li > a {
    padding: 25px 10px 15px 10px
}

.landing-page .navbar-scroll .navbar-nav > li > a {
    padding: 20px 10px
}

.landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover {
    border-top: 6px solid #1ab394
}

.landing-page .navbar-fixed-top {
    border: none !important
}

    .landing-page .navbar-fixed-top.navbar-scroll {
        border-bottom: 1px solid #e7eaec !important
    }

.landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 15px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto
}

.landing-page .header-back {
    height: 470px;
    width: 100%
}

.landing-page .carousel {
    height: 470px
}

.landing-page .carousel-caption {
    z-index: 10
}

.landing-page .carousel .item {
    height: 470px;
    background-color: #777
}

.landing-page .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 470px
}

.landing-page .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.landing-page .carousel-fade .carousel-inner .active {
    opacity: 1
}

    .landing-page .carousel-fade .carousel-inner .active.left, .landing-page .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1
    }

.landing-page .carousel-fade .carousel-inner .next.left, .landing-page .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.landing-page .carousel-fade .carousel-control {
    z-index: 2
}

.landing-page .carousel-control.left, .landing-page .carousel-control.right {
    background: 0 0
}

.landing-page .carousel-control {
    width: 6%
}

.landing-page .carousel-inner .container {
    position: relative
}

.landing-page .carousel-inner {
    overflow: visible
}

.landing-page .carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left
}

.landing-page .carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left
}

    .landing-page .carousel-caption.blank {
        top: 140px
    }

.landing-page .carousel-image {
    position: absolute;
    right: 10px;
    top: 150px
}

.landing-page .carousel-indicators {
    padding-right: 60px
}

.landing-page .carousel-caption h1 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: -1.5px
}

.landing-page .carousel-caption p {
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none
}

.landing-page .caption-link {
    color: #fff;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 400
}

    .landing-page .caption-link:hover {
        text-decoration: none;
        color: inherit
    }

.landing-page .services {
    padding-top: 60px
}

    .landing-page .services h2 {
        font-size: 20px;
        letter-spacing: -1px;
        font-weight: 600;
        text-transform: uppercase
    }

.landing-page .features-block {
    margin-top: 40px
}

.landing-page .features-text {
    margin-top: 40px
}

.landing-page .features small {
    color: #1ab394
}

.landing-page .features h2 {
    font-size: 18px;
    margin-top: 5px
}

.landing-page .features-text-alone {
    margin: 40px 0
}

    .landing-page .features-text-alone h1 {
        font-weight: 200
    }

.landing-page .features-icon {
    color: #1ab394;
    font-size: 40px
}

.landing-page .navy-section {
    margin-top: 60px;
    background: #1ab394;
    color: #fff;
    padding: 20px 0
}

.landing-page .gray-section {
    background: #f4f4f4;
    margin-top: 60px
}

.landing-page .team-member {
    text-align: center
}

    .landing-page .team-member img {
        margin: auto
    }

.landing-page .social-icon a {
    background: #1ab394;
    color: #fff;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50px
}

    .landing-page .social-icon a:hover {
        background: #179d82
    }

.landing-page .img-small {
    height: 88px;
    width: 88px
}

.landing-page .pricing-plan {
    margin: 20px 30px 0 30px;
    border-radius: 4px
}

    .landing-page .pricing-plan.selected {
        transform: scale(1.1);
        background: #f4f4f4
    }

    .landing-page .pricing-plan li {
        padding: 10px 16px;
        border-top: 1px solid #e7eaec;
        text-align: center;
        color: #aeaeae
    }

    .landing-page .pricing-plan .pricing-price span {
        font-weight: 700;
        color: #1ab394
    }

.landing-page li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px
}

.landing-page li.pricing-title {
    background: #1ab394;
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600
}

.landing-page .testimonials {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #1ab394;
    background-image: url(../img/landing/avatar_all.png)
}

.landing-page .big-icon {
    font-size: 56px !important
}

.landing-page .features .big-icon {
    color: #1ab394 !important
}

.landing-page .contact {
    background-image: url(../img/landing/word_map.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 60px
}

.contact-landing input.form-control {
    height: 60px
}

.contact-landing textarea.form-control {
    height: auto
}

.footer-landing a {
    font-size: 14px
}

.landing-page section.timeline {
    padding-bottom: 30px
}

.landing-page section.comments {
    padding-bottom: 80px
}

.landing-page .comments-avatar {
    margin-top: 25px;
    margin-left: 22px
}

    .landing-page .comments-avatar .commens-name {
        font-weight: 600;
        font-size: 14px
    }

    .landing-page .comments-avatar img {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        margin-right: 10px
    }

.landing-page .bubble {
    position: relative;
    height: 120px;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 14px
}

    .landing-page .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 14px 0;
        border-color: #fff transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -15px;
        left: 30px
    }

.landing-page .btn-danger.btn-outline:hover, .landing-page .btn-info.btn-outline:hover, .landing-page .btn-primary.btn-outline:hover, .landing-page .btn-success.btn-outline:hover, .landing-page .btn-warning.btn-outline:hover {
    color: #fff
}

.landing-page .btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600
}

    .landing-page .btn-primary.active, .landing-page .btn-primary:active, .landing-page .btn-primary:focus, .landing-page .btn-primary:hover, .landing-page .open .dropdown-toggle.btn-primary {
        background-color: #179d82;
        border-color: #179d82;
        color: #fff
    }

    .landing-page .btn-primary.active, .landing-page .btn-primary:active, .landing-page .open .dropdown-toggle.btn-primary {
        background-image: none
    }

        .landing-page .btn-primary.active[disabled], .landing-page .btn-primary.disabled, .landing-page .btn-primary.disabled.active, .landing-page .btn-primary.disabled:active, .landing-page .btn-primary.disabled:focus, .landing-page .btn-primary.disabled:hover, .landing-page .btn-primary[disabled], .landing-page .btn-primary[disabled]:active, .landing-page .btn-primary[disabled]:focus, .landing-page .btn-primary[disabled]:hover, .landing-page fieldset[disabled] .btn-primary, .landing-page fieldset[disabled] .btn-primary.active, .landing-page fieldset[disabled] .btn-primary:active, .landing-page fieldset[disabled] .btn-primary:focus, .landing-page fieldset[disabled] .btn-primary:hover {
            background-color: #1dc5a3;
            border-color: #1dc5a3
        }

#cartTable .deleted-product {
    color: #c5c3c394 !important;
}

@media (min-width:768px) {
    .landing-page .navbar-wrapper {
        margin-top: 20px
    }

        .landing-page .navbar-wrapper .container {
            padding-right: 15px;
            padding-left: 15px
        }

        .landing-page .navbar-wrapper .navbar {
            padding-right: 0;
            padding-left: 0
        }

        .landing-page .navbar-wrapper .navbar {
            border-radius: 4px
        }

    .landing-page .carousel-caption p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4
    }

    .landing-page .featurette-heading {
        font-size: 50px
    }
}

@media (max-width:992px) {
    .landing-page .carousel-image {
        display: none
    }
}

@media (max-width:768px) {
    .landing-page .carousel-caption, .landing-page .carousel-caption.blank {
        left: 5%;
        top: 80px
    }

        .landing-page .carousel-caption h1 {
            font-size: 28px
        }

    .landing-page .navbar.navbar-scroll .navbar-brand {
        margin-top: 6px
    }

    .landing-page .navbar-default {
        background-color: #fff;
        border-color: #fff;
        padding: 15px 0
    }

        .landing-page .navbar-default .navbar-nav > .active > a:focus {
            background: 0 0;
            color: inherit
        }

        .landing-page .navbar-default .nav li a {
            color: #676a6c
        }

            .landing-page .navbar-default .nav li a:hover {
                color: #1ab394
            }

    .landing-page .navbar-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #e7eaec;
        border-radius: 0
    }

    .landing-page .nav > li > a {
        padding: 25px 10px 15px 10px
    }

    .landing-page .navbar-nav > li > a {
        padding: 20px 10px
    }

    .landing-page .navbar .navbar-brand {
        margin-top: 6px;
        border-radius: 5px;
        font-size: 12px;
        padding: 10px;
        height: auto
    }

    .landing-page .navbar-wrapper .navbar {
        padding-left: 15px;
        padding-right: 5px
    }

    .landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover {
        color: inherit
    }

    .landing-page .carousel-control {
        display: none
    }

    #cartTable td {
        font-size: inherit
    }
}

@media (max-width:1003px) {
    #cartTable td.cart-product-img img {
        width: 125px
    }

    #cartTable td {
        font-size: 14px
    }
}

@media (max-width:853px) {
    #cartTable td.cart-product-img img {
        width: 100px
    }

    #cartTable {
        padding-left: 5px;
    }

    .order-history #cartTable {
        padding-right: 5px;
    }

    .page-title {
        font-size: 24px
    }

    .product-detail .ibox-content {
        padding: 0
    }
}

@media (min-width:992px) {
    .landing-page .featurette-heading {
        margin-top: 120px
    }
}

@media (min-width:992px) and (max-width: 1200px) {
    li.search-row {
        width: 300px;
    }
}

@media (max-width:768px) {
    .landing-page .navbar .navbar-header {
        display: block;
        float: none
    }

        .landing-page .navbar .navbar-header .navbar-toggle {
            background-color: #fff;
            padding: 9px 10px;
            border: none
        }
}

@media (max-width:768px) {
    .navbar-static-side {
        z-index: 2001;
        position: absolute;
        width: 220px
    }

    .navbar-top-links .dropdown-alerts, .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks {
        left: 0
    }

    .body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: absolute;
        width: 70px
    }

    .body-small.mini-navbar .navbar-static-side {
        display: block
    }

    .lock-word {
        display: none
    }

    .navbar-form-custom {
        display: none
    }

    .navbar-header {
        display: inline;
        float: left
    }

    .sidebard-panel {
        z-index: 2;
        position: relative;
        width: auto;
        min-height: 100% !important
    }

    .sidebar-content .wrapper {
        padding-right: 0;
        z-index: 1
    }

    .fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: fixed;
        width: 220px
    }

    .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block
    }

    .ibox-tools {
        float: none;
        text-align: right;
        display: block
    }
}

@media (max-width:350px) {
    .timeline-item .date {
        text-align: left;
        width: 110px;
        position: relative;
        padding-top: 30px
    }

        .timeline-item .date i {
            position: absolute;
            top: 0;
            left: 15px;
            padding: 5px;
            width: 30px;
            text-align: center;
            border: 1px solid #e7eaec;
            background: #f8f8f8
        }

    .timeline-item .content {
        border-left: none;
        border-top: 1px solid #e7eaec;
        padding-top: 10px;
        min-height: 100px
    }

    .ibox-tools {
        float: none;
        text-align: left;
        display: inline-block
    }
}

@media (max-width:1000px) {
    .welcome-message {
        display: none
    }
}

@media print {
    nav.navbar-static-side {
        display: none
    }

    body {
        overflow: visible !important
    }

    #page-wrapper {
        margin: 0
    }
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: .7;
    background-color: #000;
    z-index: 999999;
    text-align: center
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0,0,0,0.3)
}

    .overlay.hidden {
        display: none;
    }

    .overlay nav {
        text-align: center;
        position: relative;
        top: 50%;
        height: 60%;
        font-size: 54px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        position: relative
    }

        .overlay ul li {
            display: block;
            height: 20%;
            height: calc(100% / 5);
            min-height: 54px
        }

            .overlay ul li a {
                font-weight: 300;
                display: block;
                color: #fff;
                -webkit-transition: color .2s;
                transition: color .2s
            }

                .overlay ul li a:focus, .overlay ul li a:hover {
                    color: #e3fcb1
                }

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,visibility 0s .5s;
    transition: opacity .5s,visibility 0s .5s
}

    .overlay-hugeinc.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        z-index: 999999
    }

    .overlay-hugeinc nav {
        -webkit-perspective: 1200px;
        perspective: 1200px
    }

        .overlay-hugeinc nav ul {
            opacity: .4;
            -webkit-transform: translateY(-25%) rotateX(35deg);
            transform: translateY(-25%) rotateX(35deg);
            -webkit-transition: -webkit-transform .5s,opacity .5s;
            transition: transform .5s,opacity .5s
        }

    .overlay-hugeinc.open nav ul {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    .overlay-hugeinc.close nav ul {
        -webkit-transform: translateY(25%) rotateX(-35deg);
        transform: translateY(25%) rotateX(-35deg)
    }

@media screen and (max-height:30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px
    }

    .overlay ul li {
        min-height: 34px
    }
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
    background-color: #000;
    z-index: 999999;
    text-align: center;
    max-width: unset;
}

#loading-image {
    font-size: 24px;
    letter-spacing: 0.5em;
}

.invalid-referral-link, .valid-referral-link {
    margin-top: 8vh;
    padding-bottom: 30px
}

.referral-image {
    display: flex
}

    .referral-image img {
        margin: auto
    }

.referral-text {
    display: block;
    margin-top: 30px
}

    .referral-text h4 {
        text-align: center;
        font-size: 24px
    }

    .referral-text p {
        text-align: center;
        font-size: 20px;
        max-width: 700px;
        margin: auto
    }

.no-gutters {
    box-shadow: 0 0 5px 0 #b8b8b8;
    padding: 10px;
}

    .no-gutters .badge {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 5px 15px;
        margin: auto;
    }

    .no-gutters .card-block {
        height: 170px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between
    }

        .no-gutters .card-block h3, .no-gutters .card-block h4, .no-gutters .card-block h5, .no-gutters .card-block p {
            width: 100%
        }

.slick-slide {
    margin: 0 20px
}

    .slick-slide img {
        border: none;
        padding: 16px;
        max-width: 100%;
        max-height: 100%;
        background: #fff
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin: auto;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 5px 0 #b8b8b8;
    margin: 10px 4px;
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: flex
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.prod-type-btn {
    margin: inherit;
    margin-top: 30px
}

.product-image-container {
    padding: 0
}

    .product-image-container .owl-dots {
        display: none;
    }

.share-container {
    margin: 5px 0 10px;
    display: flex;
    justify-content: center;
}

    .share-container span {
        color: #999;
        font-weight: 600;
    }

    .share-container i {
        font-size: 26px;
        margin-right: 10px;
        font-weight: 300;
    }

    .share-container .shareon a {
        height: 20px;
        width: 20px;
        padding: 6px;
        border-radius: 100px;
    }

        .share-container .shareon a:before {
            width: 20px;
            height: 20px;
            background-size: 16px 16px;
        }
        .share-container .shareon a.copy-url {
            background-color: #888;
        }
#btnAddToWishList {
    color: #999;
    cursor: pointer;
}
    #btnAddToWishList.like,
    #btnAddToWishList.like span {
        color: red;
    }

.product-detail-page h2 {
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.product-detail-page .card-title {
    height: auto
}

.product-detail-page .card-text {
    font-size: 16px;
    color: #444;
    white-space: pre-wrap;
}

.product-detail-div #carouselProductImagesList {
    height: 400px
}

.product-detail-main-img .prev,
.product-detail-main-img .next {
    display: none;
}

.product-detail-main-img:hover .prev,
.product-detail-main-img:hover .next {
    display: flex;
}

.product-detail-div .owl-item .item {
    height: 100%;
    max-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center
}

.owl-carousel .owl-stage {
    display: flex
}

.owl-carousel .owl-item img.img-fluid {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    border: 0
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    margin-top: -0.5em;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 3px 0 #ccc;
    padding-bottom: 5px !important;
    background-color: rgba(255,255,255,0.5);
    outline: 0;
}

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
        box-shadow: 0 0 6px 0 #aaa;
    }

.owl-next, .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0 solid #000
}

.owl-prev {
    left: -10px
}

.owl-next {
    right: -5px
}

    .owl-next i, .owl-prev i {
        transform: scale(2,5);
        color: #ccc
    }

    .owl-next span, .owl-prev span {
        font-size: 35px;
        color: #999;
        font-weight: lighter;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
    color: #000;
    text-decoration: none
}

.order-quantity .input-group {
    float: right;
    width: fit-content;
}

.track-shipping {
    color: #753df9;
}

.link-pending-orders {
    color: #1f74b6;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.order-quantity .btn.btn-default.btn-number {
    border: none;
}

.product-detail-page .ibox-content.product-box.card.mt-2 {
    max-height: 555px;
    max-width: 400px
}

.order-quantity .orderQuantity {
text-align: center;
max-width: 34px;
height: 34px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px;
}

.order-quantity {
}
    .order-quantity .order-quantity-container {
        display: flex;
        align-items: center;
    }

    .order-quantity p {
        font-size: 14px;
        width: 70px;
        margin: 0;
    }

    .order-quantity .input-group {
        float: right;
        width: fit-content;
    }

    .order-quantity .btn.btn-default.btn-number {
        border: none;
        padding: 6px;
    }

.shipping-fees {
    display: flex;
    margin: 0 0 3px;
    padding: 10px 0;
}

    .shipping-fees > p {
        font-size: 14px;
        line-height: 2em;
    }

    .shipping-fees .shipping-content {
        width: calc(100% - 70px);
        font-size: 14px;
        line-height: 2em;
    }

    .shipping-fees .free-shipping {
        display: none;
    }

    .shipping-fees #shippingProvinceSelect {
        max-width: fit-content;
        border: none;
        box-shadow: none;
        padding: 0;
        padding-left: 1px;
        height: 2em;
        cursor: pointer;
        font-weight: 600;
        margin-top: -0.5px;
    }

    .shipping-fees .shipping-Price {
        align-self: center;
    }

.conditional-shipping-Price {
    display: none;
    align-self: center;
    margin-left: 1px;
}

#productCategoryFilter .img-container {
    padding: 5px;
    margin: auto;
    width: 70px;
    max-height: 100px;
    height: 100%;
    display: flex;
    align-items: center;
}

.card-deck {
    width: -webkit-fill-available;
    justify-content: center;
    margin: 0;
}

    .card-deck .card {
        margin-left: 5px;
        margin-right: 5px;
    }

        .card-deck .card:first-child {
            margin-left: 10px;
            margin-right: 5px;
        }

        .card-deck .card:last-child {
            margin-left: 5px;
            margin-right: 10px;
        }

.card .no-gutters .product-image {
    max-width: 100%;
    max-height: 200px
}

.product-detail-row {
    width: 100%;
    margin-top: 5px;
}

    .product-detail-row .order-detail {
        padding: 0
    }

    .product-detail-row .price-tag > div {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .product-detail-row .price-tag .net-price p {
        font-size: 14px;
        font-weight: 500;
        width: 70px;
        margin: 0
    }

    .product-detail-row .price-tag .net-price span {
        font-size: 24px;
        font-weight: 600;
        color: #8C37F6;
    }

.buy-btn-container {
    padding: 0 10px;
}

.product-detail-row .addToCart {
    width: 100%;
    background-color: #000;
    border: 0;
    margin: 10px 0;
    color: #fff;
}

.otp-form {
    padding: 0;
    text-align: center;
}

.product-detail-row .buyNow {
    width: 100%;
    background: linear-gradient(90deg, #8C37F6,#5147FE);
    border: 0;
    margin: 10px 0;
}

.product-more-options .share-button {
    color: #999;
    font-size: 18px;
    display: flex;
    cursor: pointer;
}

    .product-more-options .share-button i {
        padding-right: 15px;
        font-size: 25px;
    }

#shareModal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}

#shareModal .modal-header {
    border: none;
    padding-bottom: 10px;
}

    #shareModal .modal-header h3 {
        margin-bottom: 0;
    }

#shareModal .modal-body {
    padding-top: 5px;
}

#shareModal .modal-content {
    border-radius: 3px;
}

#urlCopied {
    height: 2em;
    margin-right: 5px;
    width: calc(100% - 90px);
    border: 1px solid #aaa;
    padding: 0 10px;
}

#copiedURL {
    display: none;
    margin-left: 10px;
    margin-bottom: 10px;
    color: green;
    font-size: 16px;
}

.copyURL-container.row {
    display: flex;
    align-items: center;
    padding-left: 5px;
    margin-bottom: 15px;
}

.product-redeem-info {
    font-size: 16px
}

    .product-redeem-info p {
        margin-bottom: 10px
    }

.badge {
    font-size: 13px
}

#cartItems .cart-variations-column {
    display: none;
}

.cart-variations-content {
    display: flex;
}

@media (max-width:900px) {
    .addtocart-btn {
        opacity: 1
    }
}

@media (max-width:650px) {
    #cartTable th {
        font-size: 16px
    }
}

@media (max-width:500px) {
    .home-container {
        padding: 1em 0
    }

    .product-container {
        margin: 0 -30px
    }

    #cartTable th {
        font-size: 14px
    }

    .footer-nav {
        justify-content: start;
    }

    .image-container, .image-container-modal {
    }

    .mySlides-carousel {
        max-height: calc(45vh - 111px);
        overflow-y: scroll;
    }

    .prev, .next {
        display: none;
    }
}

#userPoints {
    font-size: 16px
}

.header-title {
    text-align: -webkit-center;
}

    .header-title h1 {
        color: #000;
        text-align: left;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.4em;
        font-family: 'Lato';
    }

        .header-title h1 b {
            color: #8C37F6;
            font-size: 34px;
        }

    .header-title h2 {
        font-family: 'Lato';
        text-align: left;
        color: #5147FE;
        font-size: 28px;
        line-height: 1.4em;
        font-weight: 600;
        text-transform: uppercase;
    }

    .header-title p {
        font-size: 20px;
        font-style: italic;
        margin: 0;
    }

    .header-title.mobile i {
        font-size: 28px;
    }

    .header-title.mobile h1 b {
        font-size: 30px;
    }

.header-img {
    padding: 10px;
}

.search-row select {
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

#ad-banner {
    height: 150px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    margin-top: 35px
}

    #ad-banner img {
        object-fit: fill;
        margin-left: 30px;
        height: inherit
    }

@media (max-width:1200px) {
    #ad-banner {
        margin-top: 10px
    }
}

@media (max-width:800px) {
    #ad-banner {
        height: 100px
    }
}

@media only screen and (height:90px) {
    #ad-banner {
        height: 90px
    }
}

@media only screen and (height:125px) {
    #ad-banner {
        height: 125px
    }
}

.categories {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100% !important;
}

#productCategoryFilter a span {
    color: #7F7F7F;
    font-family: 'Lato';
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3em;
    /* height: 3.2em; */
}

    #productCategoryFilter a span i {
        height: 16px;
        width: 14px;
        color: #f36;
    }

#productCategoryFilter a {
    height: fit-content;
    width: calc(100%/8);
    max-width: 159px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #fff;
    border-left: 0;
    padding: 8px;
    display: block;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: center;
}

    #productCategoryFilter a:first-child {
        border-left: 1px solid #fff;
    }

    #productCategoryFilter a:hover span,
    #productCategoryFilter a.selectedProductType.active span {
        color: #7903E9;
    }

.hot-categories-title {
    height: 30px;
    width: 100%;
    margin-right: 35px;
    margin-bottom: 10px;
    color: #190825;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#productPointsFilter label, #productPriceFilter label, #productSubategoryFilter label {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 1.8em;
    color: #000
}

#productPointsFilter span, #productPriceFilter span, #productSubategoryFilter span {
    font-family: 'Lato';
    font-size: 18px;
    color: #000;
    position: absolute;
    right: 0
}

#productPointsFilter .custom-control, #productPriceFilter .custom-control, #productSubategoryFilter .custom-control, #productLocationFilter .custom-control {
    margin: 5px 15px;
}

.featured-categories > div.row {
    padding-top: 90px;
    margin-top: -80px;
}

.featured-categories h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
}

.featured-categories .selectedProductType {
    font-weight: 400;
    color: #666;
}

.product-by-category {
    padding: 0 5%;
}

    .product-by-category.owl-carousel .owl-item img.product-img {
        width: auto;
    }

    .product-by-category .owl-stage-outer {
        padding-bottom: 10px;
    }

    .product-by-category .owl-prev {
        left: 3%;
    }

    .product-by-category .owl-next {
        right: 3%;
    }

.our-deals, .popular-brands {
    text-align: left;
    font-weight: 600;
    margin-left: 5%;
    height: 30px;
    color: #190825;
    font-family: 'Lato';
    font-size: 24px;
    line-height: 30px;
}

#homepage-guide {
    background: linear-gradient(90deg, #8C37F6, #5147FE);
    color: #fff;
    padding: 30px 0 15px;
    margin-top: 50px;
    width: 100%;
}

    #homepage-guide > .row {
        display: flex;
        justify-content: center;
    }

    #homepage-guide .guide-content {
        margin: 0 auto;
    }

        #homepage-guide .guide-content > div {
            max-width: 600px;
            margin-bottom: 20px;
        }

    #homepage-guide .guide-title {
        margin: -60px 0 15px;
    }

    #homepage-guide h2 {
        background-color: #002060;
        padding: 15px;
        width: 100%;
        max-width: 450px;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        border-radius: 3em;
    }

    #homepage-guide .intro-video iframe {
        width: 100%;
        height: 100%;
        min-height: 300px;
    }

    #homepage-guide .guide-steps {
        padding: 15px;
        padding-top: 0;
    }

    #homepage-guide .guide-step-row {
        width: 100%;
        flex-wrap: nowrap;
    }

        #homepage-guide .guide-step-row .icon {
            min-width: 100px;
            padding: 0 15px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            #homepage-guide .guide-step-row .icon img {
                width: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    #homepage-guide .guide-step-text {
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 450px;
    }

        #homepage-guide .guide-step-text h4 {
            font-size: 20px;
            margin: 0;
        }

        #homepage-guide .guide-step-text p {
            margin: 0;
        }

body .carousel-item-next, body .carousel-item-prev, body .carousel-item.active {
    display: flex
}

.carousel-indicators {
    bottom: -60px
}

    .carousel-indicators li {
        background-color: gray;
        width: 15px;
        height: 15px;
        border-radius: 100%
    }

#page-wrapper {
    background-color: #fff
}

.product-link {
    align-self: center
}

body {
    font-family: 'Lato'
}

.card-subtitle {
    font-size: 18px
}

.product-page .card {
    padding-left: 15px
}

.product-page .card-body {
    padding: 5px 0
}

    .product-page .card-body .shop-link {
        margin-bottom: 10px;
        text-transform: uppercase;
    }

        .product-page .card-body .shop-link a {
            color: #676a6c
        }

            .product-page .card-body .shop-link a:hover {
                color: #676a6c
            }

.card-body .discount-percentage {
    margin: 0 17px;
    font-size: 18px;
    font-stretch: expanded
}

del {
    font-size: 17px;
    line-height: 24px;
    background-color: #fff;
    color: #bdbdbd;
    font-weight: 500
}

.card-merchant {
    font-size: 15px;
    margin-bottom: 5px
}

.card-location {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    height: 28px;
    overflow: hidden
}

    .card-location i {
        height: 21.87px;
        width: 21.9px
    }

.products-row {
    margin: 0;
    width: 100%;
    padding-bottom: 80px;
    max-width: 100% !important;
}

    .products-row .product-highlights {
        padding: 10px 0;
        background: linear-gradient(90deg, #C4214E,#5147FE);
    }

.product-highlights-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    color: #fff;
    background-color: #002060;
    max-width: 450px;
    align-items: center;
    margin: -10px 4% 10px;
}

    .product-highlights-title h3 {
        font-size: 20px;
        margin-right: 0.5em;
    }

.card-block .btn-primary {
    background: linear-gradient(90deg, #8C37F6,#5147FE);
    letter-spacing: 2px
}

.img-fluid {
    height: auto
}

#category {
    margin-top: -64px
}

.add-contents {
    font-size: 25px;
    position: absolute;
    width: fit-content;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.prod-type-btn {
    margin: inherit;
}

.category-title-div {
    max-width: unset !important;
}

.category-products-row {
    width: 100%;
    padding-bottom: 50px;
    margin: 0;
    min-height: calc(100vh - 320px);
}

.product-sidebar {
    border-top: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 10px;
}

.product-filter {
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    padding: 1px 25px 7px;
    padding-top: 100px;
    background-color: #fff;
    position: fixed;
    width: 16%;
    height: 100vh;
    top: 0;
}

    .product-filter .close-btn-img {
        display: none;
    }

    .product-filter .grey-box {
        border-radius: 0;
        font-size: 12px;
        width: fit-content;
        margin-right: 4px;
        margin-top: 2px;
        margin-bottom: 2px;
        cursor: pointer;
    }

        .product-filter .grey-box.selected {
            background-color: #fff;
            color: #8C37F6;
            border: 1px solid #8C37F6;
            box-shadow: 0 0 0 1px #8c37f6;
        }

.price-filter-range b {
    color: #aaa;
}

.price-filter-range input {
    text-align: center;
    min-width: 50px;
    padding: 5px;
}

.price-filter-line {
    max-width: 100px;
}

#cartTable td {
    border: none;
    text-align: left
}

#cartTable .cart-product-detail td span, #detailTableForOrderDetail .cart-product-detail td span {
    font-weight: 600
}

#cartTable .detailTable td:nth-child(1), #detailTableForOrderDetail.detailTable td:nth-child(1) {
    text-align: left
}

#cartTable .detailTable td:nth-child(2), #detailTableForOrderDetail.detailTable td:nth-child(2) {
    text-align: right
}

.redemption-info > div {
    max-height: 200px;
}

#redemption-token-image {
    max-height: inherit;
    padding: 15px;
}

#detailTableForOrderDetail.detailTable {
    font-size: 14px
}

    #detailTableForOrderDetail.detailTable td {
        padding: 5px
    }

#detailTableForOrderDetail .row {
    margin-bottom: 10px;
    justify-content: center
}

.qr-detail-info {
    padding: 0
}

#detailTableForOrderDetail .cart-product-detail {
    padding: 0 15px;
    text-align: left;
    max-width: 320px;
    margin: auto;
}

#detailTableForOrderDetail .col-6 {
    display: flex;
    align-items: center;
}

#detailTableForOrderDetail .redemption-info-row .col-7 {
    padding-left: 0;
}

    #detailTableForOrderDetail .redemption-info-row .col-7 h4 {
        margin: 0;
    }

#detailTableForOrderDetail .redemption-info-row .col-5 {
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
}

#order-detail-href {
    font-size: 18px;
    color: #000
}

.qr-detail-image-div img {
    width: inherit
}

@media (max-width:768px) {
    #detailTableForOrderDetail.detailTable {
        margin: 15px 0
    }

    .qr-detail-info {
        text-align: -webkit-center
    }

    .qr-detail-image-div img {
        width: auto
    }
}

#detailTableForOrderDetail.detailTable td {
    padding-top: 5px
}

.cart-summary span.pull-left {
    font-size: 15px;
}

.showShippingAddress {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

    .showShippingAddress span {
        line-height: 1.3em;
    }

.promoCodeText {
    font-size: 80%;
    font-style: italic;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 5px;
    padding-left: 30px;
    color: #07B6C7;
}

#promo-content-html {
    max-width: 850px;
}

    #promo-content-html img {
        width: 100%;
    }

.totalItemsCount {
    padding: 0 2px;
}
.dash {
    padding: 0 2px;
}
#viewSelectedProducts {
    color: #7903E9;
    padding: 0 2px;
}

.cart-summary hr {
    margin-top: 1rem
}

.cart-summary > div {
    padding: 15px 25px;
    box-shadow: 0 0px 6px #aaa;
}

.cart-summary h3 {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

#cartTable td {
    border: none;
    text-align: left
}

#cartTable .removeFromCart-td {
    padding-top: 5px
}

#cartTable .cart-product-detail td span {
    font-weight: 600
}

#ShippingAddressModal .form-group {
    margin-bottom: 5px;
}

.swal2-icon.swal2-success {
    border-color: #8C37F6;
    color: #8C37F6;
}

    .swal2-icon.swal2-success .swal2-success-ring {
        border: .25em solid #8C37F6;
    }

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        background-color: #8C37F6;
    }

.swal2-styled.swal2-confirm {
    background: linear-gradient(90deg, #8C37F6,#5147FE);
    width: 100%;
    max-width: 100px;
    text-transform: uppercase;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background: linear-gradient(270deg, #8C37F6,#5147FE);
}

#orderHistorySearch {
    height: 100%;
}

    #orderHistorySearch.form-control:focus {
        border-color: #ccc !important;
        box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.2);
    }

#orderHistorySearchbtn {
    box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.2);
    background-color: #fff;
}

@media (max-width: 576px) {
    .mySlides.image-container {
        height: auto;
    }

    #orderHistorySearchbtn {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.fa.fa-check-circle {
    color: green
}

.fa.fa-times-circle {
    color: red
}

.fa.fa-chevron-down {
    font-size: 35px
}

.modal-open .modal {
    max-width: unset;
    padding-right: 2px !important;
}

#orderDetail {
    padding: 0 !important
}

    #orderDetail > div {
        display: flex;
        justify-content: center;
        height: 100%
    }

    #orderDetail .modal-dialog {
        transform: none;
        display: flex;
        align-items: center;
        margin: 0
    }

.order-detail-body {
    text-align: center
}

.cart-product-img img {
    margin: auto;
    max-height: calc(100% - 15px);
}

.cart-product-img {
    max-width: 150px;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap
}

#cartAvailable .ibox-content .row > div {
    padding: 0
}

    #cartAvailable .ibox-content .row > div.cart-product-img {
        padding-right: 5px;
        padding-left: 5px;
        max-height: 110px;
        align-content: center;
        display: flex;
    }

    #cartAvailable .ibox-content .row > div.cart-summary {
        padding: 15px
    }

    #cartAvailable .ibox-content .row > div.cartpage-icon {
        padding-right: 10px;
        width: 40px;
        margin-top: 5px;
    }
.vpoint-discount-bar {
border: 1px #ccc solid;
padding: 3px 6px;
color: #888;
border-radius: 5px;
font-size: 0.9em;
cursor: pointer;
display: flex;
justify-content: space-between;
}
    .vpoint-discount-bar .fa-angle-down {
        margin-top: 0.2em;
        margin-right: 0.2em;
        float: right;
    }
.detailTable .cart-product-detail p {
font-size: 14px;
}
.detailTable .cart-product-detail h3 {
font-size: 1.2em;
margin: 0.1em 0 0.3em;
}
#vPointsMultiplierContainer {
display: block;
cursor: pointer;
}

#vPointsMultiplierContainer .alert.alert-warning {
    background-color: #36dd8d;
    background-image: linear-gradient(to right, #08b7c7, #36dd8d);
    color: white;
    font-style: italic;
    padding: 5px;
}

.order-summary-subdiv {
    margin-top: 5px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cartTable .cart-column {
    min-height: 20px;
}

.cartTitleContainer {
    align-items: center;
    display: flex;
}

.orderItems .cart-product-img {
    max-height: 80px !important;
}

.orderItems .cartTitleContainer {
    align-content: center;
    flex-wrap: wrap;
}

h3.visa-card-number {
    margin-top: revert
}

.visa-card-img {
    height: 50px;
    width: 90px;
    float: left
}

.row.shop-title {
    display: flex;
    align-content: center;
    align-items: center;
}

.shop-img-container {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 3px #bbb;
    height: auto;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    z-index: 5;
    max-height: 150px;
}

.shop-title h2 {
    margin: 0;
    font-weight: 400;
}

.shop-title img {
    max-height: 100%;
    max-width: 100%
}

.shop .owl-carousel .owl-nav .owl-prev,
.shop .owl-carousel .owl-nav .owl-next {
    top: 50%;
    bottom: 50%;
    height: 80px;
    cursor: pointer;
}

    .shop .owl-carousel .owl-nav .owl-prev:hover,
    .shop .owl-carousel .owl-nav .owl-next:hover {
        background-color: #ddd;
    }

    .shop .owl-carousel .owl-nav .owl-prev span,
    .shop .owl-carousel .owl-nav .owl-next span {
        font-size: 40px;
        padding: 5px;
    }

.shop .card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.offer-you-may-like-col {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: -webkit-fill-available;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    justify-content: center;
}
.offer-you-may-like-div {
    overflow: scroll;
    height: 100%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
    .offer-you-may-like-div::-webkit-scrollbar {
        width: 2px;
    }

#product-review p,
#product-review span {
    font-size: 14px;
}

#product-review .list-group-item {
    padding: 5px 15px;
    border-bottom: none;
}

.review-card {
    padding: 10px 5px;
    box-shadow: 0 0 3px 0 #aaa;
}

#product-review ul {
    border: none;
}

#reviewProduct .review-img {
    max-height: 90px;
}

.review-user {
    max-width: 350px;
    padding-right: 8px;
}

.review-date,
.review-variation-box span {
    font-size: 14px;
    color: #aaa;
}

.review-image {
    padding: 2px;
    max-height: 120px;
    max-width: 120px;
}
    .review-image img {
        max-height: 120px;
    }

.view-product-image {
    cursor: pointer;
}

#imagesModal .view-product-image {
    max-height: 70vh;
}

.review-product-image,
.review-product-video {
    max-height: 57vh;
}

#review-imagesModal .container {
    padding: 0;
}

.review-card .fa-star {
    color: #aaa;
    display: flex;
    align-items: center;
    padding-right: 2px;
}
    .review-card .fa-star.checked {
        color: #FFD700;
    }

.review-card .rating-score {
    padding: 5px;
}

#ShopOtherPoducts {
    display: none;
    height: fit-content;
    min-height: unset;
}

    #ShopOtherPoducts .shop-logo {
        height: 50px;
    }

    #ShopOtherPoducts .card-body {
        max-width: 100%;
    }

    #ShopOtherPoducts img.product-img {
        width: auto;
    }

    #ShopOtherPoducts .ibox {
        margin: 0;
    }

    #ShopOtherPoducts .owl-stage-outer {
        box-shadow: 0 0 5px 0 #ddd;
    }

    #ShopOtherPoducts .fa-star {
        color: #666;
    }

.shop-description p {
    margin-bottom: 0;
}

.shop-description .card-text {
    overflow: hidden;
}

.merchant-carousel .owl-carousel .owl-item {
    max-height: 300px;
}
    .merchant-carousel .owl-carousel .owl-item img {
        margin: auto;
    }

.shop-outlets .card-text {
    overflow: hidden;
    margin-bottom: 0;
}

.detail-container .expand-span {
    display: none;
    cursor: pointer;
    width: max-content;
    color: #8C37F6;
}

.detail-container a {
    color: #676a6c
}

.offer-you-may-like {
    width: auto;
}

    .offer-you-may-like .card-title {
        text-align: center;
        margin-bottom: 16px;
        font-size: 22px;
        color: #666;
        text-transform: capitalize;
    }

    .offer-you-may-like .product-imitation {
        max-width: 250px;
        width: auto
    }

    .offer-you-may-like .product-name {
        font-size: 16px;
        line-height: 1.3em;
        max-height: 2.6em;
    }

    .offer-you-may-like .actual-price {
        color: #8C37F6;
        font-weight: 600;
        font-size: 20px;
        text-align: left;
    }

    .offer-you-may-like del {
        font-size: 20px;
    }

.offer-you-may-like-container {
    max-width: 280px;
    justify-content: center;
    align-content: center !important;
    padding: 2px;
}
    .offer-you-may-like-container-div {
        width: 100%;
        max-width: 300px;
    }

@media (min-width: 1260px) {
.offer-you-may-like-container {
    max-width: 50% !important;
}
}
.product-filter-title {
    padding: 5px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

    .product-filter-title h4 {
        font-size: 22px;
        color: #190825;
    }

.category-products-row h4 i {
    cursor: pointer;
    position: absolute;
    width: 100%;
    right: 8%;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}

.hide {
    display: none
}

.btn-pay-pending {
    width: 100%;
    padding: 3px 15px;
    font-size: 15px;
}

#forgetPasswordContainer {
    place-content: center;
    text-align: center
}

    #forgetPasswordContainer .col-md-12 {
        max-width: 600px
    }

.alert-success {
    background-color: #fff;
    color: #000;
    border-color: #fff;
    box-shadow: 0 0 5px 0 #aaa;
    border-top: 5px solid #8C37F6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.product-detail-row .buyNow.sold-out-btn {
    background-color: #d1d9dd;
    color: #fff
}

.sold-out-span {
    color: #999;
    font-weight: 600;
    font-size: 15px
}

.about h2 {
    color: #404040;
    font-weight: 600;
    padding: 5px 0;
    font-size: 38px;
    font-family: 'Glacial Indifference';
    margin-bottom: 15px;
}

.about .main-paragraph {
    color: #404040;
}

.about h3.main-paragraph {
    font-size: 20px;
    font-weight: 400;
}

.main-paragraph a {
    color: #7903E9;
}

.main-paragraph h3 {
    font-size: 20px;
    padding: 5px 0;
}

.main-paragraph li {
    padding-bottom: 5px;
}

.main-paragraph .fa-chevron-right {
    font-size: 0.9em;
}

#what-we-do {
    margin-top: -50px;
    background: #fff;
    padding-top: 50px;
}

    #what-we-do .main-paragraph {
        color: #000;
        max-width: 800px;
    }

.what-we-do-icon {
    font-size: 46px;
    color: #fff;
    border-radius: 5em;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
}

.content-container, .content-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.header-text-container {
    padding: 10px 4vw;
    max-width: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left
}

    .header-text-container .content-container {
        display: flex;
        flex-wrap: wrap;
        align-content: center
    }

.header-img-container {
    max-height: 500px;
    display: flex;
    padding: 0;
    justify-content: center
}

    .header-img-container img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    }

.wide-image-right {
    flex-flow: row-reverse;
    flex-wrap: wrap
}

    .wide-image-right .main-title {
        text-align: right
    }

    .wide-image-right .header-text-container {
        justify-content: left;
        align-content: flex-start;
    }

    .wide-image-right .header-img-container {
        justify-content: flex-start;
        align-items: center;
        padding: 15px 15px 0;
        max-height: 360px;
        margin-top: -30px;
    }

    .wide-image-right .header-text-container .content-container {
        justify-content: flex-end;
    }

.main-title-about {
    background-color: #7903E9;
    margin-top: -70px;
    padding: 70px 0 50px;
}

    .main-title-about h2 {
        text-align: center;
        font-size: 38px;
        font-weight: 600;
        color: #fff;
        padding: 20px 15px 15px;
    }

.values-container {
    padding: 40px 4vw;
    justify-content: flex-end
}

.mission-content-box {
    max-width: 1000px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.content-list-item {
    max-width: 600px;
    display: flex;
    margin-bottom: 30px;
}

.content-list-box {
    padding: 25px;
    margin: 20px 0;
    background-color: #fff;
    border: solid 1px #8C37F6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .content-list-box .fa {
        margin-left: -2vw
    }

    .content-list-box p {
        margin: 10px 0;
    }

    .content-list-box img {
        max-height: 80px;
        margin-top: -80px;
        margin-bottom: 10px;
        background-color: #fff;
    }

    .content-list-box h3 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 20px;
        margin-top: 0;
        width: 100%;
    }

.content-card-item {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.content-card-image {
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

    .content-card-image img {
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

.content-card-text {
    text-align: center;
    width: 100%;
}

#our-company {
    padding-top: 70px;
    background: linear-gradient(180deg, #7903E9,#5147FE);
    margin-top: -20px;
}

    #our-company .header-text-container {
        padding-top: 50px;
    }

#how-it-works {
    background: linear-gradient(90deg, #09B6C7,#5147FE);
    padding: 30px 0;
}

    #how-it-works h2 {
        color: #fff;
    }

#our-story {
    padding: 40px 4vw;
    background-color: #F2F2F2;
}

    #our-story .header-img-container {
        max-height: 350px;
        justify-content: right;
        max-width: 500px;
    }

    #our-story .main-container {
        justify-content: center
    }

#our-values {
}

#our-team {
    margin-bottom: 20px
}

.shop-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contact {
    background: linear-gradient(180deg, #7903E9,#5147FE);
    height: 100%;
    min-height: calc(100vh - 240px);
    max-width: 100% !important;
}

    .contact div {
        color: #fff;
    }

    .contact h2 {
        font-weight: 700;
        text-align: left
    }

    .contact .contact-container {
        padding: 30px 4vw;
        justify-content: center
    }

.contact-form .row {
    padding-bottom: 15px;
    margin: 0 -15px
}

.contact-form textarea {
    color: #000
}

.contact .contact-form btn {
    cursor: pointer;
    font-size: larger;
}

.placeholder-white ::placeholder {
    color: #fff;
    opacity: 1
}

.contact .form-control {
    background-color: #fff;
    color: #000;
}

    .contact .form-control::placeholder {
        color: #ccc;
        font-style: italic;
    }

.contact-container p {
    text-align: left
}

.contact .social-icons {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .contact .social-icons li {
        display: inline-block;
        margin: 0 5%
    }

        .contact .social-icons li a {
            font-size: 40px;
            color: #ccc;
            -webkit-transition: color .5s;
            transition: color .5s
        }

            .contact .social-icons li a:hover, footer .social-icons li a:active {
                color: #fff
            }

.faq-container {
    padding-right: 30px;
    margin: 15px 0
}

.faq-item {
    padding: 10px 0
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #1ab394;
    display: block
}

    .faq-question:hover {
        color: #179d82
    }

.faq-answer {
    margin-top: 10px;
    background: #f3f3f4;
    border: 1px solid #e7eaec;
    border-radius: 3px;
    padding: 15px
}

.faq-item .tag-item {
    background: #f3f3f4;
    padding: 2px 6px;
    font-size: 10px;
    text-transform: uppercase
}

.contact-form-faq ::placeholder {
    color: #aaa
}

.faq-container a {
    text-decoration: underline
}

.faq-container ol {
    margin-bottom: 0
}

.error-section {
    margin-bottom: 20px
}

#verifyEmailContainer {
    max-width: 500px;
    margin: auto
}

#verifyEmailSuccessfulContainer {
    max-width: 800px;
    margin: auto
}

.points-table {
    box-shadow: 0 1px 3px #ccc;
    padding-left: 0;
    padding-right: 0;
}

    .points-table > div {
        padding: 10px 15px;
    }

    .points-table .row {
        height: auto;
        padding: 10px 0;
        align-items: center;
    }

    .points-table .table-header {
        font-weight: 600;
    }

        .points-table .table-header .row,
        .points-table .table-body .row {
            border-bottom: solid 1px #ccc;
        }

.pagination-container {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1150px;
}

.pagination {
    margin: 5px auto 0;
    justify-content: center;
    width: 100%;
}

    .pagination a {
        margin: 0 5px;
        font-size: 20px;
    }

        .pagination a.active {
            font-weight: 600;
            border-bottom: 5px #8C37F6 solid;
        }

    .pagination .prev-order-page,
    .pagination .next-order-page {
        padding: 0 15px;
        margin: 0;
    }

.pagination-numbers {
    overflow: auto;
    display: flex;
}

    .pagination-numbers::-webkit-scrollbar {
        height: 5px;
        display: none;
    }

/*External shipping info styles*/
.user-delivery-address, .delivery-details .delivery-info-span {
    color: #A6A6A6;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.shipping-tracking-container {
    display: flex;
}

.shippingTrackingSection {
    border-bottom: 1px solid #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.vertical-line-container {
    display: flex;
    padding: 15px 0;
    margin-right: -8px;
}

.vertical-line {
    border-left: 2px solid #A6A6A6;
}

.delivery-details .fa-circle {
    font-size: 14px;
    color: #A6A6A6;
    padding-right: 10px;
    padding-top: 5px;
}

    .delivery-details .fa-circle.last {
        color: #07B6C7;
    }

.tracking-row,
.tracking-row-img,
.tracking-items,
.tracking-items-degital,
.tracking-items > div, .tracking-items-degital > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tracking-row {
    flex-wrap: wrap;
}

    .tracking-row hr {
        border-top: dotted #bbb 6px;
        margin-bottom: -3px;
        width: 73%;
        max-width: 1025px;
    }

    .tracking-row .vertical-line-container {
        padding: 0;
    }

.tracking-items, .tracking-items-degital {
    margin-top: -16px;
}

    .tracking-items div, .tracking-items-degital div {
        display: flex;
    }

    .tracking-items > div, .tracking-items-degital > div {
        flex-wrap: wrap;
    }

.tracking-tick-container {
    padding: 0 15px;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.tracking-text-container {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0;
}

.tracking-icon,
.tracking-text {
    width: 100%;
    justify-content: center;
}

.tracking-icon {
    padding: 5px 5%;
    margin: 5px 0;
    align-items: center;
}

.shippingTracking h3 {
    color: #000;
}

.shipping-tracking-number-container {
    font-size: 18px;
}

.shipping-tracking-number, .shipping-carrier {
    color: #7f7f7f;
}

.small-circles-div {
    margin: 4px;
}

.tracking-row .order-tick-img {
    height: 30px;
}

.tracking-icon img {
    height: 50px;
}

.tracking-row div span:not(.shipping-date-span) {
    font-weight: 500;
}

.tracking-row div span.shipping-date-span {
    color: #A6A6A6;
}

.shipping-delivery-address-section {
    padding: 15px 10px;
    border-radius: 5px;
}

#showShippingDetailsModal {
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 5px;
    padding: 10px 20px;
}

.back-btn {
    color: #fff !important;
    background-color: #000;
    width: 2em;
    height: 2em;
    text-align: center;
    border-radius: 2em;
}

.shippingTrcking .cart-product-detail {
    max-width: 350px;
}

.shippingTracking .cart-product-detail h4 {
    font-weight: 400;
    color: #666;
    margin: 0;
    font-size: 16px;
}

.tracking-row .fa-check-circle {
    font-size: 26px;
    color: #7f7f7f;
}

.order-history .row.cart-item-row {
    margin: 10px 0;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 50%);
    padding: 10px 15px;
    border-radius: 5px;
}

.cart-quantity-div {
    height: 2.2em;
    width: 2.2em;
    border: 1px solid #ccc;
    font-weight: 600;
    color: #666;
    border-radius: 3px;
}

.rewards-body > div.user-page {
    display: flex;
    max-width: unset;
    margin: 5px;
}

.color-transparent {
    color: transparent;
}

.color-rating {
    color: #fed10e;
}

.intro {
    opacity: 1 !important;
}

.words-wrapper {
    width: 100%;
    padding-bottom: 45px;
    color: #8C37F6;
}

    .words-wrapper strong {
        display: inline-block;
        position: absolute;
        white-space: normal;
        width: auto;
        max-width: 500px;
        line-height: 1.2em;
    }

.rotate-title span {
    font-size: 38px;
    margin-right: 10px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
}

.rotate-title.rotate-1 .words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
    text-transform: initial;
    font-style: normal;
    letter-spacing: unset;
}

.rotate-title.rotate-1 strong.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

.rotate-title.rotate-1 strong.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.rotate-title.rotate-1 strong {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    font-size: 48px;
    font-family: "Glacial Indifference", sans-serif;
}

*, *:before, *:after {
    -webkit-font-smoothing: antialiased;
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }

    65% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }

    65% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

.rotate-title.type .words-wrapper {
    vertical-align: top
}

    .rotate-title.type .words-wrapper::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 100%;
        width: 2px;
        background-color: #333
    }

    .rotate-title.type .words-wrapper.waiting::after {
        -webkit-animation: cd-pulse 1s infinite;
        -moz-animation: cd-pulse 1s infinite;
        animation: cd-pulse 1s infinite
    }

    .rotate-title.type .words-wrapper.selected {
        background-color: #FFF9CD
    }

        .rotate-title.type .words-wrapper.selected::after {
            visibility: hidden
        }

        .rotate-title.type .words-wrapper.selected strong {
            color: #0d0d0d
        }

.rotate-title.type strong {
    visibility: hidden
}

    .rotate-title.type strong.is-visible {
        visibility: visible
    }

.rotate-title.type i {
    position: absolute;
    visibility: hidden
}

    .rotate-title.type i.in {
        position: relative;
        visibility: visible
    }

.rotate-title.loading-bar span {
    display: inline-block;
    padding-bottom: 3px
}

.rotate-title.loading-bar .words-wrapper {
    vertical-align: top
}

    .rotate-title.loading-bar .words-wrapper::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 0;
        background: #333;
        z-index: 2;
        -webkit-transition: width 0.3s -0.1s;
        -moz-transition: width 0.3s -0.1s;
        transition: width 0.3s -0.1s
    }

    .rotate-title.loading-bar .words-wrapper.is-loading::after {
        width: 100%;
        -webkit-transition: width 3s;
        -moz-transition: width 3s;
        transition: width 3s
    }

.rotate-title.loading-bar strong {
    top: .2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s
}

    .rotate-title.loading-bar strong.is-visible {
        opacity: 1;
        top: 0
    }

.rotate-title.slide span {
    display: inline-block
}

.rotate-title.slide .words-wrapper {
    vertical-align: top
}

.rotate-title.slide strong {
    opacity: 0;
    top: .2em
}

    .rotate-title.slide strong.is-visible {
        top: 0;
        opacity: 1;
        -webkit-animation: slide-in 0.6s;
        -moz-animation: slide-in 0.6s;
        animation: slide-in 0.6s
    }

    .rotate-title.slide strong.is-hidden {
        -webkit-animation: slide-out 0.6s;
        -moz-animation: slide-out 0.6s;
        animation: slide-out 0.6s
    }

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.rotate-title.clip span {
    display: inline-block
}

.rotate-title.clip .words-wrapper {
    vertical-align: top
}

    .rotate-title.clip .words-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #ddd
    }

.rotate-title.clip strong {
    opacity: 0
}

    .rotate-title.clip strong.is-visible {
        opacity: 1
    }

.rotate-title.zoom .words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px
}

.rotate-title.zoom strong {
    opacity: 0
}

    .rotate-title.zoom strong.is-visible {
        opacity: 1;
        -webkit-animation: zoom-in 0.8s;
        -moz-animation: zoom-in 0.8s;
        animation: zoom-in 0.8s
    }

    .rotate-title.zoom strong.is-hidden {
        -webkit-animation: zoom-out 0.8s;
        -moz-animation: zoom-out 0.8s;
        animation: zoom-out 0.8s
    }

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0)
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px)
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px)
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

.rotate-title.rotate-3 .words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px
}

.rotate-title.rotate-3 strong {
    opacity: 0
}

.rotate-title.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.is-visible .rotate-title.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.rotate-title.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards
}

.rotate-title.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards
}

.no-csstransitions .rotate-title.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0
}

.no-csstransitions .rotate-title.rotate-3 .is-visible i {
    opacity: 1
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg)
    }

    100% {
        -webkit-transform: rotateY(0deg)
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg)
    }

    100% {
        -moz-transform: rotateY(0deg)
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg)
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0)
    }

    100% {
        -moz-transform: rotateY(-180deg)
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

.rotate-title.scale strong {
    opacity: 0
}

.rotate-title.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.is-visible .rotate-title.scale i {
    opacity: 1
}

.rotate-title.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards
}

.rotate-title.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards
}

.no-csstransitions .rotate-title.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
}

.no-csstransitions .rotate-title.scale .is-visible i {
    opacity: 1
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }

    60% {
        -moz-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(0);
        opacity: 0
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1
    }

    60% {
        -moz-transform: scale(0);
        opacity: 0
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

.rotate-title.push strong {
    opacity: 0
}

    .rotate-title.push strong.is-visible {
        opacity: 1;
        -webkit-animation: push-in 0.6s;
        -moz-animation: push-in 0.6s;
        animation: push-in 0.6s
    }

    .rotate-title.push strong.is-hidden {
        -webkit-animation: push-out 0.6s;
        -moz-animation: push-out 0.6s;
        animation: push-out 0.6s
    }

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    60% {
        opacity: 0;
        -moz-transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

/*Voupon Survey.css Overwrite*/
.bootstrap-vodus .quesionaire-preview-question-mobile-preview .s-editable-text {
    padding: 0.4em !important;
}

.ranking-answer-move-up .fa.fa-chevron-up, .ranking-answer-move-down .fa.fa-chevron-down {
    font-size: 0.7em !important;
}

.ccType1 .questionaire-container-size-variable {
    max-height: calc(100vh - 90px);
}

.ccType1 .quesionaire-preview-question-mobile-preview {
    padding-top: 5px;
    padding-bottom: 10px;
}

.ccType1.bootstrap-vodus .mobile-question-container .left-header-container {
    display: none;
}

.ccType1.bootstrap-vodus .mobile-question-container .center-header-container {
    width: 93%;
}

/*Responsive Start*/
@media (max-width:1158px) {
    .ibox-content {
        padding: 15px;
    }
    .visa-card-img {
        float: initial
    }

    .visa-card-number {
        float: inherit
    }

    #cartAvailable {
        margin: 30px 15px;
    }

        #cartAvailable .ibox-content {
            padding-left: 0;
            padding-right: 0;
        }

    .cart-summary > div {
        padding: 15px 15px;
    }

    .order-summary-subdiv.card-details {
        margin-bottom: -56px
    }
}

@media (max-width:992px) {
    .product-filter {
        left: -100vw;
        transition: ease-in 0.2s;
        width: 100vw;
        max-width: 400px;
        z-index: 10;
        overflow: auto;
        padding-bottom: 60px;
    }

        .product-filter.show {
            left: 0;
        }

        .product-filter .close-btn-img {
            display: block;
        }

        .product-filter::-webkit-scrollbar {
            width: 5px;
        }

    .visa-card-img {
        float: left
    }

    .visa-card-number {
        float: right
    }

    #productCategoryFilter .img-container {
        width: auto;
        padding: 5px;
    }

    #productCategoryFilter a span {
        font-size: 12px;
    }

    #productCategoryFilter a {
        height: fit-content;
        margin-top: 3px;
        padding: 5px;
    }

    .order-summary-subdiv.card-details {
        margin-bottom: unset
    }

    .subtotal h3 {
        float: left;
    }

    .order-history-items > div.cart-row {
        margin: 20px 0
    }

    .hot-categories-title {
        width: 90%;
    }

    .about {
        margin-top: -150px;
    }

    #our-company .header-text-container {
        padding-top: 120px;
        padding-bottom: 30px;
    }

    .main-title-about {
        padding-bottom: 20px;
    }

    .wide-image-right .header-img-container {
        margin-top: 0;
    }

    #what-we-do {
        margin-top: 0;
    }

    #our-company {
        margin-top: 145px;
        padding-top: 0;
    }
}

@media (max-width:768px) {
    .ibox-content {
        padding: 15px;
    }

    .top-navbar-left {
        padding: 0;
    }

    .categories {
        margin-top: 5px;
    }

    #productCategoryFilter a {
        margin: unset;
        margin-top: 0;
        line-height: 1em;
    }

    .category-products-row .col-md-9 {
        margin-top: 10px;
    }

    .product-by-category {
        padding: 0;
    }
        .product-by-category.owl-carousel .owl-nav .owl-prev {
            left: 0;
        }
        .product-by-category.owl-carousel .owl-nav .owl-next {
            right: 0;
        }
        .product-by-category .owl-stage {
            margin-left: -7px;
            padding: 0 5px;
        }

    .product-detail-page.row.col-12 {
        padding-left: 0;
        padding-right: 0
    }

    .product-link .col-auto {
        padding: 0;
        padding-right: 10px;
    }

    .header-img {
        height: 300px;
        width: auto;
    }

    .insights-message-container {
        margin-top: 0;
        background-color: transparent;
    }

    .image-container, .image-container-modal {
        width: 100%;
    }

    .prev, .next {
        display: none;
    }

    .product-detail-main-img .prev, .product-detail-main-img .next {
        display: block;
    }

    .variation-thumbnail-img-row .column {
        width: calc((100vw - 30px)/8);
    }

        .variation-thumbnail-img-row .column img {
            height: calc((100vw - 30px)/8 - 10px);
        }

    #product-review .list-group-item {
        padding-left: 0;
        padding-right: 0;
    }

    .offer-you-may-like-col {
        padding: 0;
        position: relative;
        height: fit-content;
    }
    #ShopOtherPoducts .card-body > div {
        justify-content: center;
    }
}

@media(max-width:575px) {
    .ibox-content {
        padding: 10px;
    }
    #vodusLoader {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .rewards-landing-page .header-title h2 {
        font-size: 28px
    }

    .top-navbar-left > div,
    .top-navbar-left .social-media {
        padding: 0 calc((100vw - 266px)/15);
    }

    .insights-message-container {
        padding: 15px 20px 10px;
        margin: auto;
        background-color: transparent;
        min-width: unset;
    }

    .insights-message .insights-message-inner {
        padding: 15px 10px;
    }

    .insights-message h4 {
        font-size: 20px
    }

    .insights-message a {
        font-size: 14px
    }

    .insights-message .icon {
        display: none
    }

    .product-highlights-title {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .card-deck .card:first-child {
        margin-left: 10px;
        margin-right: 10px;
    }

    .card-deck .card:last-child {
        margin-left: 10px;
        margin-right: 10px;
    }
    .rewards-body > div.user-page.my-likes {
        margin: 0;
    }
    #productList > div {
        width: 50%;
        display: flex;
        justify-content: center;
        margin: 0;
        overflow: auto;
        overflow-x: hidden;
    }

    .search-row .input-group {
        padding: 0 5px;
        margin-bottom: 0;
    }

    .ibox {
        margin-top: 3px;
    }

    .product-page .card-body {
        padding: 0 0 5px;
    }

    .product-page .card {
        padding: 0;
    }

    .product-detail-container {
        padding: 0;
    }

    .product-detail-div {
        padding: 0;
    }

    .product-detail-row {
        margin-top: 0;
    }

    .image-container, .image-container-modal {
        width: 100%;
    }

    #imagesModal .image-container-modal {
        height: 100%;
        padding-bottom: 10px;
    }

    #imagesModal .view-product-image {
        max-height: 100%;
    }

    .variation-thumbnail-img-row .column {
        width: calc((100vw - 30px)/5);
        margin: 0;
    }

        .variation-thumbnail-img-row .column img {
            height: calc((100vw - 30px)/5 - 10px);
        }

    .product-box {
        padding: 15px 5px;
        min-width: calc(50vw - 4px);
    }

    .offer-you-may-like-container {
        max-width: unset;
        min-width: unset;
    }
    .offer-you-may-like-container-div {
        min-width: unset;
        width: -webkit-fill-available;
    }

    .product-imitation {
        padding: 0;
        min-width: unset;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .product-desc {
        padding: 3px;
    }

    .product-name {
        font-size: 14px;
        line-height: 1.3em;
    }

    .rating-box .product-rating {
    }

    .merchant-dealtype-div .merchant-name {
        font-size: 12px;
    }

    #productCategoryFilter button span {
        font-size: 13px
    }

    #productCategoryFilter a {
        width: 25%;
        min-width: 80px;
        line-height: 1em;
    }

        #productCategoryFilter a:nth-child(5) {
            border-left: 1px solid #fff;
        }

    .product-link .col-auto {
        height: 180px;
        overflow: hidden
    }

    .row.col-12.product-detail-page {
        padding-left: 10px;
        padding-right: 10px
    }

    .navbar-header {
        padding-left: 0
    }

    .product-price,
    .product-price del {
        font-size: 16px;
    }

    .card-deck .card {
        margin: 10px;
    }

    .product-detail-page .card-body {
        padding: 10px;
    }
    .product-detail-page .container {
        padding: 2px;
        min-height: unset;
        margin-bottom: 0;
    }
    #cartItems {
        margin-right: 0;
        margin-left: 25px;
    }

    #cartAvailable {
        margin: 15px 0;
        padding: 0;
        width: 100%;
    }

        #cartAvailable .ibox-content {
            padding-left: 0;
            padding-right: 0;
            padding-top: 0;
        }

    .order-history-items .cartMoreDetail {
        margin-top: 0;
        align-items: center;
        max-width: 150px;
    }

        .order-history-items .cartMoreDetail > span {
            font-size: 14px;
        }

    .profile-index-buttons > a {
        width: 100%;
        margin: 10px
    }

    #editProfileForm {
        padding: 30px 0
    }

    #cartTable .cartTitleContainer {
        margin-bottom: 0;
    }

    #cartTable .row.cart-item-row {
        padding: 5px;
        padding-right: 0;
        margin: 0;
    }

    #cartTable .cart-row {
        margin-top: 0;
    }

    #order-summary {
        padding-top: 100px !important;
        margin-top: -100px;
    }
        #order-summary .mycart-modal-title {
            margin-top: 0;
        }
    .checkout-shortcut {
        color: #7903E9;
    }
    #cartAvailable .order-history-items div.detailTable {
        padding: 0;
        margin-top: 0;
    }

    .row.shop-title {
        font-size: 11px;
    }

        .row.shop-title h1 {
            font-size: 20px;
        }

    .pay-column {
        margin-top: 10px
    }

    #instoreRedemption {
        display: flex;
        justify-content: center
    }

    #redemptionCodeContainer {
        text-align: center
    }

    .main-title-about {
        padding-bottom: 70px;
    }

    .header-text-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .wide-image-right .header-img-container {
        margin-top: 0;
    }

    #our-company {
        padding-top: 20px;
        margin-top: 120px;
    }

        #our-company .header-text-container {
            padding-top: 10px;
        }

    #what-we-do {
        margin-top: 0;
        padding-top: 0;
    }

    .what-we-do-icon {
        font-size: 36px;
        margin: 15px;
    }

    #our-story {
        padding-left: 0;
        padding-right: 0;
    }

    #our-values {
        padding-top: 20px
    }

    .values-container {
        padding-top: 0;
        justify-content: center
    }

        .values-container .col-lg-8 {
            padding: 0
        }

    .content-list-box {
        margin: 20px 0
    }

    .faq-container {
        padding-right: 15px
    }

    .tracking-items > div, .tracking-items-degital > div {
        padding: 0;
    }

    .tracking-row {
        flex-wrap: nowrap;
    }

        .tracking-row hr {
            display: none;
        }

        .tracking-row .vertical-line-container {
            margin-right: -33px;
            margin-left: 33px;
            padding: 10% 0;
        }

            .tracking-row .vertical-line-container .vertical-line {
                border-left: dotted #bbb 6px;
            }

    .tracking-tick-container {
        padding: 0;
        background-color: transparent;
    }

    .shipping-delivery-address-section {
        padding: 15px 0;
    }

    #notEnoughVPointsModal button {
        margin-bottom: 10px;
        width: 100%;
    }
    .swal2-header {
        padding: 0 15px;
    }
    .swal2-content {
        padding: 5px 15px;
        text-align: left;
    }

    .user-page-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    #product-description .card-body {
        min-height: 100px;
    }
    .user-page-right {
        width: calc(100vw - 440px) !important;
        margin-right: 0 !important;
    }
    .user-page-left-spacing {
        min-width: 390px;
        height: 100px;
    }

    .mobile-left-menu.widescreen-profile-menu {
        left: 15px;
        z-index: 1;
        box-shadow: 0 0 10px 0 #000;
        position: fixed;
        margin-top: 180px;
        height: auto;
        padding-top: 4px;
        background: linear-gradient(90deg, #8C37F6,#5147FE);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        max-width: 350px;
    }

        .mobile-left-menu.widescreen-profile-menu .left-menu-close {
            display: none;
        }

    .widescreen-profile-menu .left-menu-profile {
        padding: 15px;
        padding-left: 50px;
        align-items: center;
        margin: 0;
        background-color: #fff;
    }

    .widescreen-profile-menu .left-menu-list-container {
        background: none;
        background-color: #fff;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .widescreen-profile-menu ul.left-menu-list {
        margin-bottom: 0;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        justify-content: center;
        padding: 0 50px 40px;
    }

    .widescreen-profile-menu .left-menu-list li {
        border: none;
    }

        .widescreen-profile-menu .left-menu-list li a:hover {
            color: #7903E9;
            font-weight: bold;
        }

    #editProfileForm,
    #cartAvailable.order-history,
    #cartAvailable.order-details, 
    #deleteAccountForm {
        width: 1000px;
        padding-top: 30px;
        height: calc(100vh - 96px);
    }

        #cartAvailable.order-details {
            padding-top: 0;
        }

    #editProfileForm::-webkit-scrollbar-thumb,
    #cartAvailable.order-history::-webkit-scrollbar-thumb,
    #deleteAccountForm::-webkit-scrollbar-thumb {
        background: #aaa;
    }
}

@media (min-width: 1200px) {
    #editProfileForm,
    #deleteAccountForm,
    #cartAvailable.order-history,
    #cartAvailable.order-details {
        max-width: 800px;
    }

    .mobile-left-menu.widescreen-profile-menu {
        max-width: 380px;
    }
    .user-page-left-spacing {
        min-width: 440px;
    }
    #changePasswordForm {
        margin: 0;
    }

    .delivery-address p,
    .delivery-address h5 {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .mobile-left-menu.widescreen-profile-menu {
        left: 10vw;
    }
    .user-page-right {
        margin-left: 8vw;
    }
}

.nav-tabs .nav-link {
width: 100%;
background-color: #fff;
}
@media (min-width: 768px) {
    .vertical-line-container {
        display: none;
    }
    .order-history.user-page-right .container {
        max-width: unset;
    }
}


@media (max-width: 576px) {
.nav-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 80%;
}
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
color: #8c37f6;
border-color: transparent transparent #8c37f6;
}

.nav-tabs .nav-link:focus {
outline: none;
}

.tab-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1rem 0.5rem;
    font-size: 14px;
}

.tab-body {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .tab-header {
        display: none;
    }
    .title-search-bar {
        display: none;
    }
}

.tab-search {
padding: 0.5rem;
}

@media (min-width: 576px) {
    .tab-search {
        display: none;
    }
    .tab-body {
        padding: 10px 0.8rem 0.4rem;
    }
}

.merchant .title h5,
.delivery-address .title,
.payment-info .title,
.shipping-address .title {
    font-size: 1rem;
    font-weight: 600;
}

    .delivery-address p {
        line-height: 1.3em;
        font-size: 14px;
        margin-bottom: 10px;
    }

.merchant-items {
    padding-right: 0;
}

.merchant-items .buy-review {
    text-transform: uppercase;
}

.order-details .product-info {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
}

@media (min-width: 576px) {
.merchant-items {
    margin-bottom: 15px;
}
.order-details .merchant-items {
    max-width: 600px;
}
}

@media (max-width: 576px) {
    .merchant .title h5, .delivery-address .title, .payment-info .title, .shipping-address .title {
        font-size: 1rem;
    }

    .payment-info span,
    .payment-btn a,
    .payment-btn button {
        font-size: 0.9rem;
    }
}

.merchant-items .title {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}

.merchant-items .title small.itemID {
    display: flex;
    gap: 10px;
}

.shop-name {
font-weight: bold;
}

@media (min-width: 576px) {
    .merchant-items .title small.itemID {
        display: none;
    }
}

.order-item {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.order-item .order-items {
    display: flex;
    flex-direction: column;
}

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

@media (max-width: 576px) {
    .order-item .order-items .order {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 0;
    }
    .view-details-link {
        margin: 0;
    }
}

.order-item .order-items .order-detail {
    display: flex;
    align-items: center;
    width: 100%;
}


.order-item .order-items .buy-review {
text-transform: uppercase;
}

@media (max-width: 576px) {
    .order-item .order-items .buy-review {
        display: none;
    }
}

.order-item .order-items .order-status {
margin-left: auto;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 5px;
background-color: transparent !important;
}

.order-item .order-items .order-status .status {
    text-wrap: nowrap;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50px;
    font-style: italic;
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: capitalize;
}

.order-item .order-items .order-status .status.status-pending {
    background: #ed7d31;
}

.order-item .order-items .order-status .status.status-delivery {
    background: #07b6c7;
}

.order-item .order-items .order-status .status.status-delivered {
    background: #37de8c;
}

.order-item .order-items .order-status .status.status-rejected {
    background: #c00000;
}

.order-item .order-items .order-status .status.status-return {
    background: #ff4d04;
}

.order-item .order-items .br-order {
display: flex;
justify-content: space-between;
}

@media (min-width: 576px) {
.order-item .order-items .br-order {
    display: none;
}
}

.order-item .order-items .br-order .buy-review {
display: block;
}

.order-item .order-items .br-order .order-status {
display: flex;
padding: 0;
}

.order-item .order-items .order-price {
font-weight: bold;
display: flex;
align-items: center;
font-size: 17px;
}
    .order-item .order-items .order-price del {
        font-weight: normal;
        margin-right: 5px;
    }

.order-item .order-items .order-last-row {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}

@media (max-width: 576px) {
.order-item .order-items .order-last-row {
    font-size: smaller;
}
}

.order-item .order-items .order-desc {
display: flex;
flex-direction: column;
}

    .order-item .order-items .order-desc .order-info {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
    }

    .order-item .order-items .order-desc .order-info select,
    .order-item .order-items .order-desc .order-info input {
        height: 2rem;
    }

        .order-item .order-items .order-desc .order-info select {
            background: #f2f2f2;
            border: none;
            padding: 5px;
            color: #a5a5a5;
            min-width: 150px;
        }

@media (max-width: 767px) {
    .merchant-items .title h6 {
        font-size: 14px;
    }
    .order-item .order-items .order-desc,
    .order-item .order-items .order-desc h6 {
        font-size: 14px;
    }
    .order-item .order-items .order-price,
    .order-item .order-items .order-price del {
        font-size: 18px;
        flex-wrap: wrap;
        gap: 0;
        margin-right: 5px;
    }
    .order-item .order-items .order-status .status {
        font-size: 12px;
    }
    .order-item .order-items .order-detail {
        align-items: center;
        flex-wrap: wrap;
    }
}

.order-variation {
margin-top: 5px;
font-size: 14px;
}

.order-item .order-items .order-desc .order-info input {
text-align: center;
}

.order-item .order-items .order-desc .text-muted {
color: #a5a5a5;
}
.view-details-link {
    display: flex;
    margin: auto;
    align-items: center;
}

.payment-info p {
    margin-bottom: 0;
}

.payment-info .payment-btn {
    display: flex;
    gap: 5px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .payment-info .payment-btn {
        justify-content: center;
    }
}

@media (min-width: 576px) {
.order-card {
    background: #fff;
    padding: 0.5rem 2rem;
}
}

@media (max-width: 576px) {
    .order-card {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0 10px;
    }
}

@media (min-width: 576px) {
.order-card .order-card-title,
.order-card .merchant-items,
.order-card .order-details {
    width: 80%;
}
}

.order-card small {
font-style: italic;
}

.order-card-title {
font-size: 1.25rem;
display: flex;
}

.fa-solid.fa-circle-chevron-left {
font-size: 26px;
margin-right: 10px;
}

@media (max-width: 576px) {
.order-card .order-card-title {
    display: none;
}
}

@media (min-width: 576px) {
.order-details {
    padding: 0.5rem 0;
}
}

.order-details .order-header {
display: flex;
justify-content: space-between;
}

@media (min-width: 576px) {
.order-details .order-header {
    align-items: center;
}
}

@media (max-width: 576px) {
.order-details .order-header {
    flex-direction: column;
    gap: 10px;
}
}

.order-details .order-header .order-page-id {
display: flex;
justify-content: space-between;
width: 100%;
}

.order-details .order-header .order-page-id a {
    color: #9a37f7;
}

@media (max-width: 576px) {
.order-details .order-header .order-page-id a {
    display: block;
}
}

.order-details .order-header .order-ask {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}

.order-details .order-header .order-ask .btn {
    color: #9a37f7;
    border-color: #9a37f7;
}

.cart-detail p {
display: flex;
gap: 7px;
}

.cart-detail p spam {
    display: flex;
    flex-direction: column;
}

.cart-detail p a {
    color: #9a37f7;
}

@media (max-width: 576px) {
.cart-detail p a {
    margin-left: auto;
}
}

@media (max-width: 576px) {
    .merchant-items,
    .cart-detail {
        padding: 0.8rem 0.1rem;
        background: #fff;
    }
    .delivery-address span,
    .delivery-address p,
    .delivery-address li,
    .delivery-address del {
        font-size: 14px;
    }
}

ul.shipping-list {
list-style: none;
padding: 0;
position: relative;
}

@media (max-width: 576px) {
ul.shipping-list {
    font-size: 80%;
}
}

@media (max-width: 576px) {
ul.shipping-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
}

ul.shipping-list::before {
content: "";
position: absolute;
margin-left: 5px;
width: 1px;
top: 8px;
bottom: 8px;
background: #d9d9d9;
z-index: 1;
}

ul.shipping-list li {
display: flex;
align-items: center;
gap: 10px;
position: relative;
font-size: 85%;
}

ul.shipping-list li.active span {
    color: #07b6c7;
}

ul.shipping-list li.active:before {
    background-color: #07b6c7;
}

ul.shipping-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #d9d9d9;
    border-radius: 1rem;
    z-index: 1;
}


/*Identity verifty*/
.btn-black {
    background: black;
    color: white;
    padding: 5px;
}

.btn-black :hover {
   color: #f0f2fb;
   text-decoration: none;
   background: #2d2b2b;  
   padding: 5px;    
}
.retake-verify-from {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.retake-verify-from button {
    flex: 1;
 }
.img-identity-placeholder-container {
    padding: 0;
    align-content: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-identity-placeholder {
    max-width: 50%;
    height: auto;
    margin-bottom: 30px;
}
.img-identity-selected-container {
    border: 2px solid black;
    border-radius: 15px;
    margin-bottom: 10px;
    display: inline-block;
    max-height: 250px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.img-identity-selected {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.selected-identity-delete-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 25px;
    width: 30px;
    cursor: pointer;
    background: url('/images/ic-delete.png') no-repeat center center;
    background-size: contain;
}
.text-left-red {
    text-align: left !important;
    color: red;
}
.text-success-center {
    text-align: center !important;
    color: #07B6C7;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.text-success-title-layout {
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.change-name {
    text-decoration: underline;
    cursor: pointer;
}

#selectLanguage {
    margin-left:15px;
}

#language-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#language-list li {
    display: inline;
}
#language-list .btn-link {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}
#language-list .selected {
    font-weight: bold;
    text-decoration: underline;
}
/* Catfish Bar Styling */
.catfish-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 15px 3vw;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    gap: 3vw;
}

.catfish-bar img{
    width: 50px;
}

.catfish-bar span {
   max-width: 50%;
   text-align: left;
   font-size: 16px;
   font-weight: 500;
}

.catfish-download {
    color: #fff;
    text-decoration: none;
    background-color: #07B6C7;
    border-radius: 5px;
    padding: 7px 3vw;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.catfish-download:hover {
   background-color: #fff; 
   color: #07B6C7;
}

.catfish-close {
    background: none;
    border: none;
    color: #ecf0f1;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Responsive styling for smaller screens */
@media (max-width: 600px) {
    .catfish-bar img {
        width: 35px;
    }

    .catfish-bar span {
        max-width: 45%;
    }
    
    .catfish-close {
        right: 10px;
        top: 10px;
    }
}