#index #banner {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 600px;
    background: #0d121a;
}

#index #banner img {
    position: relative;
    float: left;
    margin-right: 60px;
    height: 285px;
    object-fit: scale-down;
    object-position: 100% 50%;
    z-index: 10;
}

#index #banner .content {
    padding-top: 50px;
    align-content: center;
}

#index #banner .headline {
    position: relative;
    float: left;
    width: 460px;
}

#index #banner .since {
    position: relative;
    float: left;
    width: 100%;
    font: 400 14px/1 "Titillium";
    text-transform: uppercase;
}

#index #banner .headline .title {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 100%;
    font: 700 44px/1.1 "Montserrat";
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}

#index #banner .headline .desc {
    position: relative;
    float: left;
    margin-top: 40px;
    padding-right: 20px;
    width: 100%;
    font: 300 12px/1.6 "Montserrat";
    letter-spacing: 0.6px;
    color: rgba(185, 185, 190, 0.79);
}

#index #banner .headline .socials {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
    width: 100%;
}

#index #banner .headline .socials a {
    position: relative;
    float: left;
    margin: 0 44px 0 0;
    width: 34px;
    height: 34px;
}

#index #banner .headline .socials svg {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    fill: #ffff;
}

#index #banner .headline .socials i {
    font-size: 34px;
    color: #fff;
}

#index #products {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    width: 100%;
    background: var(--main1);
}

#index #products .top {
    position: relative;
    float: left;
    margin-bottom: 60px;
    width: 100%;
}

#index #products .top .section {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font: 400 14px/1 "Titillium";
    letter-spacing: 0.6px;
}

#index #products .top .section i {
    margin-right: 10px;
}

#index #products .top .title {
    position: relative;
    float: left;
    margin-top: 5px;
    width: 50%;
    font: 600 36px/1.2 "Titillium";
    letter-spacing: 1px;
    color: #b9b9be;
}

#index #products .top .desc {
    position: relative;
    float: right;
    font: 400 14px/1.6 "Titillium";
    letter-spacing: 0.6px;
    text-align: right;
}

#index #products .list {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    width: 100%;
}

#index #products .list a.item {
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: calc(20% - 40px);
}

#index #products .list a.item img {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 6px;
    object-fit: scale-down;
    object-position: 50% 50%;
    transition: all 0.2s ease-in-out;
}

#index #products .list a.item:hover img {
    z-index: 200;
    transform: scale(1.05);
}

#index #products .list a.item span.title {
    position: relative;
    float: left;
    margin: 12px 0 10px 0;
    padding: 0 10px;
    width: 100%;
    font: 400 12px/1.6 "Titillium";
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: center;
    color: #b9b9be;
}

#index #testimonial {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    width: 100%;
    background: var(--main2);
}

#index #testimonial .top {
    position: relative;
    float: left;
    width: 100%;
}

#index #testimonial .top .section {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font: 400 14px/1 "Titillium";
    letter-spacing: 0.6px;
}

#index #testimonial .top .section i {
    margin-right: 10px;
}

#index #testimonial .top .title {
    position: relative;
    float: left;
    margin-top: 5px;
    width: 50%;
    font: 600 36px/1.2 "Titillium";
    letter-spacing: 1px;
    color: #b9b9be;
}

#index #testimonial .top .desc {
    position: relative;
    float: right;
    font: 400 14px/1.6 "Titillium";
    letter-spacing: 0.6px;
    text-align: right;
}

#index #testimonial .top .desc a {
    font-weight: 700
}

#index #testimonial .swiperComments {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
}

#index #testimonial .item {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    padding: 30px;
    width: calc(33.3333% - 20px);
    color: #878796;
    background: var(--main3);
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer
}

#index #testimonial .item .desc {
    position: relative;
    float: left;
    width: 100%;
    font: 300 16px/1.6 "Titillium";
    letter-spacing: 0.6px;
}

#index #testimonial .item .detail {
    position: relative;
    float: left;
    margin-top: 30px;
    width: 100%;
}

#index #testimonial .item .detail img {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#index #testimonial .item .detail .name {
    position: relative;
    float: left;
    margin: 4px 0 2px 0;
    width: calc(100% - 60px);
    font: 700 14px/1 "Titillium";
    letter-spacing: 0.4px;
}

#index #testimonial .item:hover {
    margin-top: -10px;
    color: var(--main3);
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

#index #igs {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    width: 100%;
}

#index #igs #curator-feed-default-feed-layout {
    width: 100%;
}

#index #igs .top {
    position: relative;
    float: left;
    margin-bottom: 60px;
    width: 100%;
}

#index #igs .top .section {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font: 400 14px/1 "Titillium";
    letter-spacing: 0.6px;
}

#index #igs .top .section svg {
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: #b9b9be;
}

#index #igs .top .title {
    position: relative;
    float: left;
    margin-top: 5px;
    width: 50%;
    font: 600 36px/1.2 "Titillium";
    letter-spacing: 1px;
    color: #b9b9be;
}

#index #why {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    width: 100%;
    background: #1f2c3c;
}

#index #why > img {
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: -10;
}

#index #why .left {
    position: relative;
    float: left;
    width: 50%;
}

#index #why .left .section {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font: 400 14px/1 "Titillium";
    letter-spacing: 0.6px;
}

#index #why .left .section i {
    margin-right: 10px;
}

#index #why .left .title {
    position: relative;
    float: left;
    margin-top: 5px;
    width: 50%;
    font: 600 36px/1.2 "Titillium";
    letter-spacing: 1px;
    color: #fff;
}

#index #why .left .desc {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    width: 100%;
    font: 400 14px/1 "Titillium";
    letter-spacing: 0.6px;
}

#index #why .list {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    width: 50%;
}

#index #why .list span {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
    padding: 10px 16px;
    font: 300 12px/1 "Titillium";
    letter-spacing: 0.6px;
    color: #a1a1ad;
    background: var(--main2);
    border-right: 2px solid var(--main4);
}

/* Auth _____________________________________ */
#auth {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background: var(--main1);
}

#auth .main {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0 20px 0;
    width: 100%;
    height: calc(100% - 70px);
}

#auth .main > img {
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    z-index: 0;
}

#auth .main form .verified-status {
    position: relative;
    float: left;
    padding: 4px 6px;
    font: 400 10px/1 "Titillium";
    color: #fff;
    border-radius: 2px;
}

#auth .main form .move {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 100%;
    letter-spacing: 0.8px;
    color: #75818e;
}

#auth .main form .move i {
    font-size: 18px;
    margin-left: 5px;
}

/* Testimonial _______________________________ */
#auth.testimonial .main > img {
    opacity: 0.2 ;
}

#auth.testimonial .main .content > .top {
    position: relative;
    float: left;
    margin-top: 60px;
    width: 100%;
}

#auth.testimonial .main .content > .top .section {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font: 400 14px/1 "Titillium";
    letter-spacing: 0.6px;
}

#auth.testimonial .main .content > .top .section i {
    margin-right: 10px;
}

#auth.testimonial .main .content > .top .title {
    position: relative;
    float: left;
    margin-top: 5px;
    width: 100%;
    font: 700 42px/1.2 "Titillium";
    letter-spacing: 1px;
    color: #fff;
}

#auth.testimonial .main .content > .top .desc {
    position: relative;
    float: left;
    font: 400 18px/1.6 "Titillium";
    letter-spacing: 0.6px;
    text-align: right;
    color: var(--title);
}

#auth.testimonial .main .content > .list {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
}

#auth.testimonial .item {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 30px;
    width: calc(33.3333% - 15px);
    color: #878796;
    background: #e5e5e5;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    cursor: pointer
}

#auth.testimonial .item .desc {
    position: relative;
    float: left;
    width: 100%;
    font: 300 16px/1.6 "Titillium";
    letter-spacing: 0.6px;
}

#auth.testimonial .item .detail {
    position: relative;
    float: left;
    margin-top: 30px;
    width: 100%;
}

#auth.testimonial .item .detail img {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#auth.testimonial .item .detail .name {
    position: relative;
    float: left;
    margin: 4px 0 2px 0;
    width: calc(100% - 60px);
    font: 700 14px/1 "Titillium";
    letter-spacing: 0.4px;
}

#auth.testimonial .item:hover {
    margin-top: -10px;
    color: var(--main3);
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

/* Dashboard _________________________________ */
#dash {
    position: relative;
    float: left;
    padding-top: 70px;
    width: 100%;
    height: 100%;
}

#dash .main {
    position: relative;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
    width: 100%;
    min-height: 540px;
}

#dash .main .content {
    width: 720px;
}

#dash .profile .buy {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    height: 28px;
    font: 600 12px/1 "Titillium";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid var(--main4);
    border-radius: 3px;
}

#dash .profile .buy:hover {
    color: #fff;
    background: var(--main4);
}

#dash .profile .buy i {
    margin-right: 6px;
    color: var(--main4);
}

#dash .profile .buy:hover i {
    color: #fff;
}

#dash .profile {
    position: relative;
    float: left;
    padding-top: 50px;
    display: flex;
    width: 100%;
}

#dash .profile .logout {
    position: absolute;
    top: 0;
    right: 0;
    font: 500 12px/1 "Titillium";
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

#dash .profile img {
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

#dash .profile .name {
    position: relative;
    flaot: left;
    margin-top: 20px;
    width: 100%;
    font: 600 16px/1 "Titillium";
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

#dash .profile .idCust {
    position: relative;
    float: left;
    margin-top: 6px;
    width: 100%;
    font: 300 10px/1 "Titillium";
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-align: center;
}

#dash .profile .edit {
    position: relative;
    float: left;
    margin-top: 6px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.6px;
}

#dash .orders {
    position: relative;
    float: left;
    margin: 40px 0;
    width: 100%;
}

#dash .orders .switch-tab {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
    list-style: none;
    z-index: 100;
}

#dash .orders .switch-tab li {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 6px);
    height: 40px;
    font: 400 11px/1 "Titillium";
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: var(--content);
    background: var(--main2);
    cursor: pointer;
    border: 1px solid #3e5068;
}

#dash .orders .switch-tab li:first-child {
    border-radius: 3px 0 0 3px;
}

#dash .orders .switch-tab li:last-child {
    border-radius: 0 3px 3px 0
}

#dash .orders .switch-tab .clicked {
    border-color: var(--main4);
    background: var(--main4);
    color: #fff;
}

#dash .orders .tab {
    display: none;
    position: absolute
}

#dash .orders .opened {
    display: block;
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    width: 100%;
}

#dash .orders .empty {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 20px 0 60px 0;
    width: 100%;
}

#dash .orders .empty i {
    position: relative;
    float: left;
    width: 100%;
    font-size: 62px;
    text-align: center;
    color: #fff;
}

#dash .orders .empty .title {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 100%;
    font: 600 20px/1 "Titillium";
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--title);
}

#dash .orders .empty .desc {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 100%;
    font: 300 14px/1.5 "Titillium";
    text-align: center;
    letter-spacing: 0.6px;
}

#dash .orders .item {
    position: relative;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    height: 120px;
}

#dash .orders .item .left {
    position: relative;
    float: left;
    width: 250px;
    height: 100%;
    border: 1px solid #3e5068;
    border-radius: 3px 0 0 3px;
}

#dash .orders .item .left img {
    position: relative;
    float: left;
    width: 80px;
    height: calc(100% - 20px);
    object-fit: cover;
    object-position: 50% 50%
}

#dash .orders .item .left .block {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    padding: 0 10px;
    width: calc(100% - 80px);
    height: calc(100% - 20px);
}

#dash .orders .item .left .block .id-order {
    position: relative;
    float: left;
    width: 100%;
    font: 400 10px/1 "Titillium";
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

#dash .orders .item .left .block .product {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 100%;
    font: 300 16px/1 "Titillium";
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: var(--title);
}

#dash .orders .item .left .block .nominal {
    position: relative;
    float: left;
    margin-top: 6px;
    width: 100%;
    font: 600 12px/1.2 "Titillium";
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
}

#dash .orders .item .left a {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20px;
    font: 400 11px/1 "Titillium";
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background: var(--purple2);
    border-radius: 0 0 0 3px;
}

#dash .orders .item .left a:hover {
    filter: brightness(120%);
}

#dash .orders .item .middle {
    position: relative;
    float: left;
    width: calc(100% - 380px);
    height: 100%;
    border: 1px solid #3e5068;
    border-width: 1px 0;
}

#dash .orders .item .middle div {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    padding: 0 10px;
    width: 50%;
    height: calc(50% - 10px);
    font: 400 12px/1 "Titillium";
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #fff;
    border-bottom: 1px solid #3e5068;
}

#dash .orders .item .middle div span {
    position: relative;
    float: left;
    margin-bottom: 4px;
    width: 100%;
    font: 400 10px/1 "Titillium";
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--content);
}

#dash .orders .item .middle a {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
    ont: 400 11px/1 "Titillium";
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background: var(--purple1);
}

#dash .orders .item .right {
    position: relative;
    float: left;
    width: 130px;
    height: 100%;
    border: 1px solid #3e5068;
    border-radius: 0 3px 3px 0;
    z-index: 100;
}

#dash .orders .item .right div {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    padding: 0 15px;
    width: 100%;
    height: 50%;
    font: 600 16px/1 "Titillium";
    text-transform: uppercase;
    color: #fff;
    border-radius: 0 0 3px 0;
}

#dash .orders .item .right div:first-child {
    font: 400 12px/1 "Titillium";
    border-radius: 0 3px 0 0;
}

#dash .orders .item .right div span {
    opacity: 0.7;
    position: relative;
    float: left;
    margin-bottom: 4px;
    width: 100%;
    font: 400 11px/1 "Titillium";
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-align: right;
    color: #fff;
}

#dash div[pop-wrapper='message'] .content .cx-texts {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
}

#dash div[pop-wrapper='message'] .content .cx-texts .title {
    position: relative;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    font: 600 18px/1 "Titillium";
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
}

#dash div[pop-wrapper='message'] .content .cx-texts .desc {
    position: relative;
    float: left;
    width: 100%;
    font: 400 12px/1.6 "Titillium";
    letter-spacing: 0.6px;
}

#dash div[pop-wrapper='testimonial'] .content .cx-texts .title {
    position: relative;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    font: 700 22px/1 "Titillium";
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--main4);
    border-bottom: 1px solid #3e5068;
}

#dash div[pop-wrapper='testimonial'] .content .cx-texts .desc {
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;
    font: 300 11px/1.6 "Titillium";
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--title);
}

/* Products __________________________________ */
#product {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: unset;
}

#product > .content {
    margin-bottom: 40px;
}

#product .banner {
    opacity: 0.5;
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 50%;
}

#product .main {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1020px;
}

#product .left {
    position: relative;
    float: left;
    width: calc(100% - 540px);
}

#product .left .section {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
    font: 400 12px/1 "Titillium";
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 100%;
}

#product .left .section i {
    margin-right: 10px;
    cursor: pointer
}

#product .left .name {
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;
    font: 700 32px/1.2 "Titillium";
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

#product .left .desc {
    position: relative;
    float: left;
    width: 100%;
    font: 400 13px/1.6 "Titillium";
    letter-spacing: 0.6px;
}

#product .left .desc p {
    margin-bottom: 12px;
}

#product .left .socials {
    position: relative;
    float: left;
    margin: 40px 0 30px 0;
    width: 100%;
}

#product .left .socials a {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 34px;
    height: 34px;
}

#product .left .socials svg {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    fill: #ffff;
}

#product .left .socials i {
    font-size: 34px;
    color: #fff;
}

#product .main .right {
    position: relative;
    float: left;
    padding: 20px;
    width: 480px;
    background: var(--main3);
    border: 1px solid #3e5068;
    border-radius: 3px;
}

#product .main .right .title, #product .methods .title {
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    font: 600 18px/1.2 "Titillium";
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--title);
}

#product .main .right .title.question-mark {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#product .main .right .title.question-mark i {
    font-size: 20px;
    color: var(--main4);
    cursor: pointer
}

#product .main .right .desc {
    position: relative;
    float: left;
    width: 100%;
    font: 300 11px/1.5 "Titillium";
    letter-spacing: 0.6px;
}

#product .main .right .nominals {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
}

#product .nominals .list {
    position: relative;
    float: left;
    width: 100%;
}

#product .methods {
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 20px 20px 5px 20px;
    width: 100%;
    background: var(--main3);
    border: 1px solid #3e5068;
    border-radius: 3px;
}

#product .methods .switch-label {
    flex-wrap: wrap;
    padding: 10px 0 0 0;
    margin-bottom: 15px;
    width: calc(25% - 10px);
    height: unset;
    color: #333;
    background: #fff;
    border: none;
}

#product .methods .switch-label img {
    position: relative;
    float: left;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    object-fit: scale-down;
    object-position: 50% 50%;
}

#product .methods .switch-label .name {
    position: relative;
    float: left;
    margin-top: 10px;
    padding: 6px;
    width: 100%;
    font: 400 12px/1 "Titillium";
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background: #c74227;
}

#product .methods .switch-label .amount {
    position: relative;
    float: left;
    padding: 8px;
    width: 100%;
    font: 600 14px/1 "Titillium";
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: var(--main4);
    border-radius: 0 0 3px 3px;
}

.after-method {
    background: #0008;
}

.after-method .content {
    padding: 0 !important;
    background: #fff;
    border-radius: 6px;
}

.after-method .content i[pop-close] {
    height: 58px;
    background: none;
}

.after-method .content .title {
    position: relative;
    float: left;
    padding: 20px;
    width: 100%;
    font: 600 18px/1 "Titillium";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: var(--green2);
    border-radius: 6px 6px 0 0;
}

.after-method[pop-wrapper='qris'] .content .desc {
    position: relative;
    float: left;
    padding: 10px 20px;
    width: 100%;
    font: 300 11px/1.6 "Titillium";
    letter-spacing: 0.6px;
    background: #f2f2f2;
}

.after-method .content .qrCode {
    position: relative;
    float: left;
    width: 100%;
    object-fit: scale-down;
    object-position: 50% 50%;
}

.after-method .content a[download] {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font: 600 14px/1 "Titillium";
    color: #fff;
    background: var(--main4);
}

.after-method .content .guide {
    position: relative;
    float: left;
    padding: 10px 20px;
    font: 300 12px/1.6 "Titillium";
    letter-spacing: 0.6px;
    color: #fff;
    background: #cf4216;
}

.after-method .content .detail {
    position: relative;
    float: left;
    padding: 20px 20px 10px 20px;
    width: 100%;
}

.after-method .content .detail div {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    font: 400 12px/1.4 "Titillium";
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--title);
    border-bottom: 1px solid #ededed;
}

.after-method .content .detail div span {
    width: calc(100% - 150px);
    font-weight: 600;
    color: #3b4d64;
    text-align: right;
}

.after-method .content .total {
    position: relative;
    float: left;
    padding: 0 20px 15px 20px;
    width: 100%;
    text-align: right;
}

.after-method .content .total img {
    position: relative;
    float: left;
    width: 120px;
    height: 30px;
    object-fit: scale-down;
    object-position: 0% 0%;
}

.after-method .content .total .pay {
    position: relative;
    float: left;
    margin-bottom: 7px;
    width: calc(100% - 120px);
    font: 400 11px/1 "Titillium";
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--title);
}

.after-method .content .total .price {
    position: relative;
    float: left;
    width: calc(100% - 120px);
    font: 700 24px/1 "Titillium";
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--green1);
}

.after-method .content .total .desc {
    opacity: 0.8;
    position: relative;
    float: left;
    margin-top: 15px;
    padding-top: 15px;
    width: 100%;
    font: 300 10px/1.6 "Titillium";
    letter-spacing: 0.6px;
    text-align: left;
    border-top: 1px solid #f2f2f2;
}

.after-method .content .total .desc a {
    text-decoration: underline;
    vertical-align: top;
}

.after-method .content .action {
    position: relative;
    float: left;
    padding: 0 20px 20px 20px;
    width: 100%;
}

.after-method .content .action.not-valid button[type='submit'] {
    display: none
}

.after-method .content .action.not-valid .cancel {
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

div[pop-wrapper='imgHelp'] {
    background: #131b2680;
}

div[pop-wrapper='imgHelp'] .center .content {
    align-items: flex-start;
    height: 420px;
    overflow-y: auto;
}

div[pop-wrapper='imgHelp'] .center .content img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #fff;
}

/* Contact ___________________________________ */
.contact .content .section {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 100%;
    font: 400 11px/1 "Titillium";
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact .content .section i {
    margin-right: 10px;
}

.contact .content .terms {
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    font: 400 12px/1.5 "Titillium";
    letter-spacing: 0.6px;
}

/* Maintenance _______________________________ */
#maintenance {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#maintenance .logo {
    position: relative;
    float: left;
    margin-bottom: 60px;
    width: 100%;
    height: 80px;
    object-fit: scale-down;
    object-position: 0% 50%;
}

#maintenance .title {
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    font: 600 26px/1 "Montserrat";
    letter-spacing: 1px;
    color: var(--main4);
}

#maintenance .desc {
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 460px;
    font: 300 14px/1.6 "Titillium";
    letter-spacing: 0.8px;
    color: #fff;
}

#maintenance .socials {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    width: 100%;
}

#maintenance .socials svg {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 42px;
    height: 42px;
    fill: #fff;
}

#maintenance .socials i {
    position: relative;
    float: left;
    width: 42px;
    height: 42px;
    font-size: 42px;
    color: #fff
}

#maintenance .copy {
    position: relative;
    float: left;
    width: 360px;
    font: 300 12px/1.6 "Titillium";
    letter-spacing: 0.4px;
}

/* Responsive ________________________________ */
@media screen and (max-width: 1100px) {
    #index #banner img {
        height: 100px;
    }
}

@media screen and (max-width: 1030px) {
    #product .left {
        margin-right: 40px;
        width: calc(100% - 440px);
    }

    #product .main .right {
        width: 400px;
    }
}

@media screen and (max-width: 960px) {
    #index #products .list a.item {
        width: calc(25% - 10px)
    }
}

@media screen and (max-width: 900px) {
    #auth.testimonial .item {
        width: calc(50% - 10px)
    }
}

@media screen and (max-width: 800px) {
    #product .left {
        margin: 0 0 40px 0;
        width: 100%
    }

    #product .main .right {
        width: 100%;
    }

    #product .methods .switch-label {
        width: calc(33.3333% - 10px);
    }
}

@media screen and (max-height: 720px) {
    #auth {
        height: auto;
    }

    #auth .main {
        padding: 70px 0 20px 0;
    }
}

@media screen and (max-width: 700px) {
    #dash .orders {
        margin-bottom: 40px;
    }

    #dash .orders .item {
        height: auto;
    }

    #dash .orders .item .left {
        width: 100%;
        height: 120px;
        border-radius: 0;
    }

    #dash .orders .item .left img {
        width: 120px;
    }

    #dash .orders .item .left .block {
        width: calc(100% - 120px)
    }

    #dash .orders .item .left a {
        border-radius: 0;
    }

    #dash .orders .item .middle {
        width: calc(100% - 130px);
        height: 150px;
        border-width: 0 1px 1px 1px;
    }

    #dash .orders .item .right {
        width: 130px;
        height: 150px;
        border-width: 0 1px 1px 1px;
        border-radius: 0;
    }

    #dash .orders .item .right div {
        border-radius: 0 !important
    }
}

@media screen and (max-width: 660px) {
    #index #banner .content {
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
    }

    #index #banner img {
        margin: 0 0 40px 0;
        width: 100%;
        object-position: 0% 50%;
    }

    #index #products .list a.item {
        margin-bottom: 20px;
        border-radius: 6px;
        width: calc(33.333% - 10px);
        background: transparent
    }

    #index #products .list a.item img {
        border-radius: 6px
    }

    #index #products .list a.item span.title {
        /*display: none*/
    }

    .crt-controls-outside {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #product .methods .switch-label {
        width: calc(50% - 10px);
    }

    #auth.testimonial .item {
        width: 100%
    }

    .after-method .center {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 620px) {
    #index #banner img {
        object-position: 50% 50%;
    }

    #index #banner .headline {
        width: 100%;
        text-align: center;
    }

    #index #banner .headline .socials {
        justify-content: center;
    }

    #index #banner .headline .socials a {
        margin: 0 20px;
    }

    #index #products .top a {
        display: none
    }

    #index #products .top .desc {
        text-align: left
    }

    #index #why .content {
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start
    }

    #index #why .left {
        margin-bottom: 60px;
        width: 100%
    }

    #index #why .left .title {
        width: 100%
    }

    #index #why .list {
        justify-content: flex-start;
        width: 100%
    }
}

@media screen and (max-width: 460px) {
    #index #banner {
        padding: 40px 0;
        height: auto;
    }

    #index #banner img {
        opacity: 0.2;
        position: relative;
        margin: 0 0 40px 0;
        width: 100%;
        object-fit: scale-down;
        object-position: 50% 50%;
        z-index: -10;
    }

    #index #banner .headline .title {
        font: 700 24px/1.2 "Montserrat";
    }

    #index #products .top {
        flex-wrap: wrap
    }

    #index #products .top .title, #index #testimonial .top .title {
        width: 100%
    }

    #index #products .top .desc, #index #testimonial .top .desc {
        /*display: none*/
    }

    #auth .main {
        height: auto
    }

    #auth .main .content {
        align-items: flex-start;
        padding: 0
    }

    #dash .orders .item .middle {
        width: 100%;
        height: 120px;
    }

    #dash .orders .item .right {
        width: 100%;
        height: auto;
    }

    #dash .orders .item .right div {
        width: 50%;
        height: 60px;
    }
}

@media screen and (max-width: 400px) {
    #dash .user .order, #dash .user .profile {
        width: 100%;
        border-radius: 0;
    }

    #dash .orders .switch-tab li {
        margin-bottom: 10px;
        width: calc(50% - 6px);
        border-radius: 3px !important
    }
}
