/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    min-height: 100vh;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-top: 0;
}

a:hover {
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

button {
    border: none;
}

form {
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.container {
    padding: 0 14px;
}

.pointer-text {
    cursor: text;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.page-wrapper {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.page-inner {
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

.page-container {
    position: relative;
    width: 100%;
    z-index: 10;
}

@media (min-width: 375px) {
    .container {
        padding: 0 37px;
    }
}

@media (min-width: 530px) {
    .page-inner {
        width: 530px;
    }
    .page-container {
        width: auto;
    }
    .container {
        max-width: 323px;
        padding: 0;
        margin: 0 auto;
    }

    .page-wrapper {
        background: url("../img/body-bg.jpg") no-repeat;
        background-size: cover;
        padding: 29px 20px;
    }

    .page-wrapper:after {
        content: '';
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0.8;
    }
}

@media (min-width: 767px) {
    .page-wrapper {
        padding: 29px 50px 91px 50px;
    }

    .page-container {
        display: flex;
        box-shadow: 0px 5px 20px #000000;
        width: auto;
    }

    .page-inner {
        flex: 1 0 auto;
    }
}

@media (min-width: 1024px) {

}

/* header style */
.page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 0;
}

.page-header a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin-right: 12px;
    font-size: 20px;
}

.page-header .cs-badge {
    display: inline-block;
    font-size: 1rem;
    font-weight: 200;
    background: #3498FD;
    color: #fff;
    height: 29px;
    padding: 0 10px;
    text-transform: uppercase;
    border-radius: 8px;
    line-height: 30px;
}

/* category boxes */
.category-boxes {
    height: 64px;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}

.category-boxes .images {
    height: 64px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
}

.category-boxes .images:after {
    content:'';
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.category-boxes .images img {
    border-right: 1px solid #fff;
    height: 100%;
}

.category-boxes .container {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.category-boxes__item {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.category-boxes__item strong {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}

.category-boxes__item span {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

@media (min-width: 530px) {
    .category-boxes .container {
        max-width: 270px;
    }
}

/* promotions box */
.promotion-box {
    background: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding: 18px 0 12px 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.promotion-box p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0;
}

.promotion-box p strong {
    font-size: 14px;
    font-weight: 700;
}

.promotion-box strong {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

@media (min-width: 530px) {
    .promotion-box {
        font-size: 22px;
    }
}


/* sidebar */
.sidebar {
    display: none;
    overflow: hidden;
}

.picture {
    display: none;
}

@media (min-width: 767px) {
    .sidebar {
        display: block;
        width: 186px;
        flex: 0 0 186px;
    }

    .picture {
        display: block;
    }

    .sidebar img {
        object-fit: cover;
        width: 100%;
        height: auto;
        display: block;
        border-bottom: 1px solid #fff;
    }

    .sidebar picture {
        width: 100%;
    }

    .sidebar .lg-img {
        display: none;
    }
}

@media (min-width: 930px) {
    .sidebar {
        width: 373px;
        flex: 0 0 373px;
    }

    .sidebar .lg-img {
        display: block;
    }

    .sidebar .small-img {
        display: none;
    }
}

/* membership */
.content-membership {
    padding-top: 23px;
}

.content-membership__header {
    text-align: left;
    margin-bottom: 28px;
    padding-left: 15px;
}

.content-membership__header h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.content-membership__header p {
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 375px) {
    .content-membership__header {
        padding-left: 0;
    }
}

@media (min-width: 530px) {
    .content-membership .container {
        max-width: 300px;
    }
}


/* creadit card */
.credit-card-box {
    margin-bottom: 12px;
}

.credit-card-box--hastm {
    margin-top: 20px;
}

.credit-card-box--has-shadow {
    padding: 14px 18px 8px 18px;
    box-shadow: 0px 2px 6px #00000099;
    border-radius: 6px;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.credit-card-box--has-shadow .container {
    padding: 0;
}

.credit-card-box__secure {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 22px;
}

.credit-card-box__secure h2 {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.credit-card-box__secure img {
    margin-right: 7px;
    max-width: 27px;
}

.credit-card-box__secure .btn {
    position: relative;
    left: 2px;
}

/* form */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"] {
    height: 46px;
    border: 1px solid #b0b0b0;
    border-radius: 6px;
}

input[type="text"]:active,
input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    border-color: none;
}

.credit-card-box input {
    background: #FBF7E6;
}

.credit-card-box label {
    background: none;
}

.credit-card-box label.is-active {
    background: #fff;
}

.form-group {
    position: relative;
    margin-bottom: 16px;
}

.form-credit-cards {
    position: absolute;
    right: 0;
    top: 7px;
    display: flex;
}

.form-credit-cards img {
    display: inline-block;
    margin-right: 9px;
}

.form-credit-cards img.inactive {
    opacity: 0.15;
}

#card-number {
    padding-right: 80px;
}

.form-row {
    margin-left: -3px;
    margin-right: -3px;
}

.form-col {
    padding: 0 3px;
}


/* Buttons style */
.btn.btn-primary {
    background-color: #35a140;
    color: #fff;
    height: 54px;
    border: none;
    display: inline-flex;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background-color: #287b31;
    color: #fff;
}

.btn.btn-primary:not(:disabled):hover,
.btn.btn-primary:not(:disabled):focus,
.btn.btn-primary:not(:disabled):active {
    background-color: #287b31;
    color: #fff;
}

.btn-primary.btn-hasicon i {
    display: inline-block;
}

.btn-primary i.forward {
    background: url("../img/icons/forward-icon.svg") no-repeat;
    margin-left: 16px;
    width: 37px;
    height: 33px;
    background-size: 100%;
    opacity: 0.55;
}

.btn.btn-secondary {
    display: inline-flex;
    height: 32px;
    border: none;
    font-size: 12px;
    border-radius: 0;
    align-items: center;
    padding: 0 10px;
    background: #f0f0f0;
    color: #878787;
}

.btn.btn-secondary:hover {
    background: #c6c6c6;
    color: #000;
}

/* offers box */
.offer-box {
    margin-bottom: 25px;
}

.offer-box__content {
    padding: 12px 10px 15px 15px;
    border: 1.2px dashed #A0A0A0;
    border-radius: 6px;
    padding-left: 31px;
    position: relative;
}

.offer-box .offer-time {
    text-align: center;
    font-size: 13px;
    margin-top: 8px;
}

.offer-progress {
    background: #d4eed7;
    height: 6px;
    position: relative;
    z-index: 10;
    top: -3px;
    border-radius: 0;
}

.offer-progress .progress-bar {
    height: 6px;
    background: #34a03f;
    border-radius: 0;
    position: absolute;
}


.offer-box .offer-time .time {
    display: inline-block;
    font-weight: 700;
}

.offer-box .offer-time.is-expire .time {
    color: #FF0000;
    text-transform: uppercase;
}

.offer-text .red {
    color: #FF0000;
    font-weight: 700;
}

.offer-text .green {
    color: #50A221;
}

.offer-text .text-line-1 {
    font-size: 12px;
    margin-bottom: 5px;
}

.offer-text .text-line-2 {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 0;
}

.offer-text .text-line-1 strong {
    font-weight: 700;
    font-size: 18px;
}

.offer-check {
    position: absolute;
    top: 19px;
    left: 15px;
}

.offer-check input {
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.offer-check label {
    width: 10px;
    height: 10px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    position: relative;
}

.offer-check label:after {
    content: '';
}

.offer-check input:checked+label:after {
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* footer */
.page-footer {
    padding: 32px 0 30px 0;
    text-align: center;
    font-size: 13px;
}

.page-footer a {
    text-decoration: underline;
    color: #000;
}

.page-footer p {
    line-height: 1.2;
    margin-bottom: 20px;
}

.page-footer p:last-child {
    margin-bottom: 0;
}

.page-footer .middle-text {
    font-size: 12px;
    margin-bottom: 26px;
}

.page-footer p span {
    display: block;
    margin: 7px 0;
}

.page-footer .copyright {
    color: #000;
    font-size: 11px;
    font-weight: 700;
}


/*----------------------------- MODAL -------------------------------*/
html.modal-open, body.modal-open {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 0 !important;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 1);
}

.modal {
    overflow: hidden;
    padding-right: 0 !important;
}


.modal-dialog {
    margin: 25px 13px 65px 13px;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 65px auto;
    }
}

@media (min-width: 767px) {
    .modal-dialog {
        max-width: 710px;
    }
}

.modal-header {
    border: none;
    border-radius: 0;
    background: #dcdcdc;
    align-items: center;
    justify-content: left;
    padding: 13px 18px;
    height: 59px;
    border-bottom: 1px solid #ccc;
}

.modal-header .close {
    margin: 0;
    position: absolute;
    right: 13px;
    top: 13px;
    background: #EEEEEE;
    opacity: 1;
    padding: 0;
    border-radius: 4px;
    width: 39px;
}

.modal-header .close .close-icon {
    display: block;
    background: url("../img/icons/close-icon.svg") no-repeat;
    background-size: 20px 20px;
    background-position: center;
    width: 34px;
    height: 34px;
    margin: 0 auto;
}

.modal-body {
    /* padding-left: 43px;
    padding-right: 43px;
    padding-top: 5px; */
    padding: 10px 0;
}

@media (min-width: 767px) {
    /* .modal-body {
        padding-left: 56px;
        padding-right: 56px;
        padding-top: 5px;
    } */
}

.modal-content {
    border: none;
    overflow: hidden;
}

#statementModal .modal-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    /* margin-left: -34px; */
}

@media (min-width: 767px) {
    #statementModal .modal-title {
        margin-left: 0;
    }
}

#statementModal .modal-title .statement-icon {
    display: block;
    background: url("../img/icons/statement-icon.svg") no-repeat;
    width: 32px;
    height: 28px;
    margin-right: 12px;
}

/* #statementModal .modal-footer {
    background-image: url("../img/modal-footer-bg-sm.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0;
    height: 119px;
    width: 100%;
} */

@media (min-width: 530px) {
    /* #statementModal .modal-footer {
        background-image: url("../img/modal-footer-bg-md.jpg");
    } */
}

@media (min-width: 767px) {
    /* #statementModal .modal-footer {
        background-image: url("../img/modal-footer-bg.jpg");
    } */
}

#statementModal .modal-body p {
    line-height: 1.9;
}

#statementModal .tab-wrapper {
    max-height: 370px;
    margin: 0 25px;
    overflow-y: auto;
}

@media (min-width: 530px) {
    /* #statementModal .modal-footer {
        height: 197px;
    } */
}

@media (min-width: 767px) {
    #statementModal .tab-wrapper {
        margin-bottom: 50px;
        margin: 0 100px 50px 100px;
    }
}


/*------------------ TAB ---------------------*/
.nav-tabs {
    margin: 0 50px 5px 50px;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.tab-wrapper .tab-pane.fade {
    transition: opacity .35s ease-in-out;
}

.nav-tabs .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    font-weight: 700;
    color: #000;
    position: relative;
}

.tabs-container {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.tabs-container .active-line {
    position: absolute;
    top: 43px;
    left: -20px;
    height: 2px;
    background: #62D024;
    z-index: 1;
    opacity: 0;
    transition: left .25s ease-in-out, opacity 1s;
}

/* .nav-tabs .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #62D024;
    width: 0;
    transition: all .25s ease-in-out;
}

.nav-tabs .nav-link.active {
    color: #000;
}

.nav-tabs .nav-link.active:after {
    width: 100%;
} */

@media (min-width: 767px) {
    .nav-tabs {
        margin: 0 0 5px 0;
    }
    #statementModal .nav-tabs {
        max-width: 355px;
        margin-left: auto;
        margin-right: auto;
    }
    .tabs-container {
        margin-bottom: 55px;
    }
}

/*--------------------------- END MEMBERSHIP STYLE ----------------------------*/





/*-------------------------------- GIFT CSS -----------------------------------*/
.content-gift {
    padding: 32px 0 5px 0;
    text-align: center;
}

.content-gift .container {
    padding: 0 27px;
}

.content-gift__header h1 {
    font-size: 30px;
    font-weight: 400;
}

.content-gift__header p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
}

.content-gift__body {
    max-width: 262px;
    margin: 0 auto;
}

.content-gift__body img {
    margin-bottom: 14px;
}

.gift-price-badge {
    background: #C0E3F2;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 30px;
    line-height: 1;
    padding: 10px 0;
    font-size: 14px;
}

.gift-price-badge span {
    font-weight: 700;
}

.gift-shipping-box {
    display: flex;
}

.gift-shipping-box .gift-box-icon {
    background: url('../img/icons/shipping-icon.svg') no-repeat;
    width: 49px;
    height: 41px;
    display: inline-block;
    margin-left: -10px;
    margin-right: 12px;
}

.gift-shipping-box p {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

/* used for btn */
.btn-holder--hasMoreBtn {
    display: flex;
}

.btn-holder--hasMoreBtn .btn:not(:last-child) {
    margin-right: 20px;
}

.btn.btn-no {
    background: #A3A3A3;
    font-size: 14px;
    text-transform: uppercase;
}

.content-gift .btn-holder {
    margin-top: 15px;
}

.content-gift .btn-gift {
    text-transform: uppercase;
    font-size: 26px;
}

.content-gift .btn-gift img {
    margin-right: 12px;
    margin-top: -4px;
}

/*-------------------------------- END GIFT CSS -----------------------------------*/


/*-------------------------------- SHIPPING CSS ------------------------------------*/
.content-shipping {
    padding: 32px 0 0 0;
    text-align: center;
}

.content-shipping__header h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
}

.content-shipping__header p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
}

.form-privacy {
    color: #404040;
    font-size: 13px;
    margin-bottom: 20px;
}

.form-privacy a {
    color: #404040;
    text-decoration: underline;
}

.form-shipping label {
    margin-bottom: 0;
    position: absolute;
    left: 19px;
    top: 12px;
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 15px;
    color: #b9b9b9;
}


.form-shipping .form-group {
    margin-bottom: 20px;
}

form .help-text {
    color: #404040;
    font-size: 12px;
    margin-bottom: 35px;
    margin-top: -13px;
}

form .help-text + .form-adresses {
    margin-top: -20px;
}

form .help-text a {
    color: #404040;
    text-decoration: underline;
}

.done-text {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 15px;
}

.link {
    display: block;
    font-size: 12px;
    text-decoration: underline;
}

.link.link-grey {
    color: #7f7f7f;
}

.content-shipping__footer .link {
    margin-top: 20px;
}

.thank-you-msg {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}


@media (min-width: 530px) {
    .content-shipping {
        padding-top: 20px;
    }
}

.content-billing .content-shipping__header h1 {
    margin-bottom: 15px;
}

.content-billing .form-privacy {
    margin-bottom: 34px;
}

.form-billing label {
    margin-bottom: 0;
    position: absolute;
    left: 19px;
    top: 12px;
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 15px;
    color: #b9b9b9;
}


.form-billing .form-group {
    margin-bottom: 20px;
}

/*-------------------------------- END SHIPPING CSS ------------------------------------*/


/*-------------------------------- LOGIN CSS ------------------------------------*/
.content-login {
    text-align: center;
    padding-top: 26px;
}

.content-login__header {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    color: #50A221;
}

.content-login__header div {
    font-size: 22px;
}

.content-login__header p {
    margin-bottom: 0;
    font-size: 13px;
    white-space: nowrap;
}

.content-login__header .icon-check-filled {
    background: url("../img/icons/check-filled.svg") no-repeat;
    background-size: 100%;
    opacity: 0.49;
    width: 43px;
    flex: 0 0 43px;
    height: 43px;
    display: block;
    margin-top: 5px;
    margin-right: 12px;
    margin-left: -12px;

}

.content-login__body>p {
    text-align: left;
    font-size: 13px;
    margin-bottom: 28px;
}

.content-login__body>p strong {
    font-size: 15px;
}

.form-login .btn .icon-check-nofilled {
    background: url("../img/icons/check-notfilled.svg") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    opacity: 0.55;
}

.form-login .btn span {
    display: inline-block;
    margin-left: 20px;
}

.form-login .form-group {
    margin-bottom: 30px;
}

.form-head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.form-head i {
    display: inline-block;
}

.form-head .icon-lock {
    background: url("../img/icons/lock-icon.svg") no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
}

.form-head span {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    margin-left: 11px;
    font-size: 18px;
}

.form-login .icon-locked-input {
    background: url("../img/icons/locked-input.svg") no-repeat;
    background-size: 100%;
    opacity: 0.3;
    position: absolute;
    right: 13px;
    top: 13px;
    width: 15px;
    height: 22px;
}

.form-login .form-uname input {
    padding-right: 30px;
}

.form-login .form-pass input {
    padding-right: 90px;
}

/*-------------------------------- END LOGIN CSS ------------------------------------*/


/* FORM GENERAL STYLE */
form input[type="text"],
form input[type="password"] {
    font-size: 15px;
}

form label {
    margin-bottom: 0;
    position: absolute;
    left: 13px;
    top: 12px;
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 15px;
    color: #b9b9b9;
    white-space: nowrap;
    transition: all .2s ease-in-out;
    cursor: text;
}

form label.is-active {
    left: 10px;
    top: -10px;
    font-size: 12px;
    color: #000;
    z-index: 100;
}

form .password-toggle {
    position: absolute;
    display: flex;
    right: 17px;
    top: 15px;
    cursor: pointer;
}

form .password-toggle i {
    display: inline-block;
    background: url("../img/icons/eye-icon.svg") no-repeat;
    background-size: 100%;
    width: 26px;
    height: 15px;
    margin-right: 8px;
    margin-top: 1px;
}

form .password-toggle span {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-weight: 700;
}

form .form-helper {
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    margin-top: 5px;
    padding-left: 12px;
}

.error-box {
    background: #EBEBEB;
    padding: 12px;
    font-size: 14px;
    color: #DA0000;
    margin-bottom: 27px;
    display: none;
}

.error-box.show {
    display: block;
}

.error-box p {
    margin-bottom: 7px;
}

.error-box p:last-child {
    margin-bottom: 0;
}

form .is-valid input[type="text"],
form .is-valid input[type="tel"] {
    border-color: #62D024;
}

form .is-valid label {
    color: #62D024;
}

form .has-error input[type="text"],
form .has-error input[type="tel"]  {
    border-color: #FF0000;
}

form .has-error input.form-control:focus {
    border-color: #FF0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

form .has-error label {
    color: #FF0000;
}

form .error-helper {
    display: none;
    color: #FF0000;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
}

input#expiration {
    /* padding-left: 25px; */
}

.autocomplete-box {
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    padding: 10px 15px 13px 20px;
    text-align: right;
}

.autocomplete-box p {
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.autocomplete-box a {
    font-size: 13px;
    color: #000;
}

.autocomplete-box+.help-text {
    margin-top: 10px;
}

/* SELECT style  */
form select {
    width: 100%;
    height: 46px;
    border: 1px solid #b0b0b0;
    font-size: 15px;
    background: #fff;
    border-radius: 6px;
    padding: 0 15px;
}

/* SELECT 2 custom style  */
.select2-container {
    max-width: 100% !important;
    display: block;
}

.select2-container *:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.select2-container--default .select2-selection--single {
    height: 46px;
    border-radius: 6px;
    padding: 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 45px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b9b9b9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 5px 0 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 7px 5px;
}


/* Animations */
.btn.hasShineEffect {
    overflow: hidden;
    position: relative;
}

.btn.hasShineEffect:after {
    animation: shine 6s linear infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -120%;
    left: -120%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate(-40deg);
    background: rgba(255, 255, 255, 0.13);
}

.btn.hasShineEffect:active:after {
    opacity: 0;
}

.btn.btn-gift.hasShineEffect:after {
    animation: shine2 6s linear infinite;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(-50deg);
}

@keyframes shine {
    10% {
        opacity: 1;
        top: 50%;
        left: 90%;
        transition-property: left, top, opacity;
        transition-duration: 0.8s, 0.8s, 0.15s;
        transition-timing-function: linear;
    }

    60% {
        opacity: 0;
        top: 50%;
        left: 90%;
        transition-property: left, top, opacity;
    }
}

@keyframes shine2 {
    10% {
        opacity: 1;
        top: 40%;
        left: 40%;
        transition-property: left, top, opacity;
        transition-duration: 1s, 1s, 0.15s;
        transition-timing-function: linear;
    }

    100% {
        opacity: 0;
        top: 40%;
        left: 40%;
        transition-property: left, top, opacity;
    }
}


/*--------------------------- New version of billing views ----------------------------------*/
.credit-card-box__inner {
    padding: 14px 18px 8px 18px;
    box-shadow: 0px 2px 6px #00000099;
    border-radius: 6px;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.promotion-box--inverse {
    background: transparent;
    color: #000;
    font-weight: 400;
    margin-bottom: 12px;
}

.content-membership--center .promotion-box {
    padding-top: 15px;
    font-size: 22px;
    margin-left: -15px;
    margin-bottom: 8px;
}

.content-membership--center .promotion-box strong {
    font-size: 35px;
}

.content-membership__header--center,
.content-membership__header--center p {
    text-align: center;
    margin-bottom: 0;
}

.content-membership__header--center h1 {
    margin-bottom: 8px;
}

.content-membership__header--center p {
    font-size: 14px;
}

/* Lock timer code */
.lock-timer {
    background: #FFEB9C;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 3px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.lock-timer__title {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}

.lock-timer + .promotion-box--inverse {
    margin-top: -17px;
}

.lock-timer__box {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.lock-timer__box.is-expire {
    color: #FF0000;
}

.lock-timer__item {
    display: flex;
    position: relative;
}

.lock-timer__item  div {
    background: rgba(255, 255, 255, 0.3);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 32px;
    height: 39px;
    margin: 0 2.5px;
}

.lock-timer__item:nth-child(1),
.lock-timer__item:nth-child(2) {
    padding-right: 28px;
}

.lock-timer__item:nth-child(1):before,
.lock-timer__item:nth-child(1):after,
.lock-timer__item:nth-child(2):before,
.lock-timer__item:nth-child(2):after {
    content: '';
    position: absolute;
    background: #000;
    width: 4px;
    height: 4px;
}

.lock-timer__item:nth-child(1):before,
.lock-timer__item:nth-child(2):before {
    right: 13px;
    top: 13px;
}

.lock-timer__item:nth-child(1):after,
.lock-timer__item:nth-child(2):after {
    right: 13px;
    top: 26px;
}

.lock-timer-text {
    font-family: 'Roboto Condensed', sans-serif;
    color: #50A221;
    text-transform: uppercase;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 0;
}


/* Credit card box version 2 */
.cc-card-v2 {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    margin-bottom: 15px;
}

.credit-card-box--v2 .error-helper {
    margin-top: -10px;
    margin-bottom: 5px;
}

/* overflow hidden item */
.cc-card-v2 .cc-card-wrapper {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    /* input style */
    flex-basis: 100%;
    background: #FFFAE3;
    border: 1px solid #b0b0b0;
    border-radius: 6px;
}


/* input style off */
.cc-card-v2 .cc-card-wrapper input {
    border: none;
    position: relative;
    background: transparent;
    font-weight: 700;
    transition: all .3s ease-in-out; /* left transition */
}

.cc-card-v2 .cc-card-wrapper label {
    background: transparent;
}

.cc-card-v2 .cc-card-wrapper label.is-active {
    background: #fff;
}

.cc-card-v2 .cc-card-wrapper .input-item {
    position: relative;
}

.cc-card-v2 .cc-card-wrapper .input-cc-number {
    width: 190px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.cc-card-v2 .cc-card-wrapper .input-cc-number.is-valid input{
    transform: translate(-120px, 0);
}

.cc-card-v2 .cc-card-wrapper .input-cc-number.is-valid:before {
    content: '';
    background-color: #fff;
    width: 12px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 10;
}

.cc-card-v2 .cc-card-wrapper .input-cc-cvc {
    opacity: 0;
}

/* credits card override */
.cc-card-v2 .form-credit-cards {
    position: relative;
    top: 0;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 12px;
}

.cc-card-v2 .form-credit-cards img {
    margin-right: 0;
    margin-bottom: 4px;
}

.cc-card-wrapper .slider-container .input-item.has-error input:focus {
    box-shadow: none;
    border: none;
}

.cc-card-v2 .cc-card-wrapper .form-inputs {
    position: absolute;
    left: 180px;
    top: 0;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
    transition: left .2s ease-in-out;
}

.cc-card-v2 .cc-card-wrapper .form-inputs.is-shift {
    left: 130px;
}

.cc-card-v2 .cc-card-wrapper .form-inputs.is-shift .input-cc-cvc {
    opacity: 1;
}

/* input color modifiers */
.cc-card-v2 .cc-card-wrapper .is-valid input {
    color: #4CAF50;
}

.cc-card-v2 .cc-card-wrapper .is-valid input {
    color: #4CAF50;
    border-color: #b0b0b0;
}

.cc-card-v2 .cc-card-wrapper .is-valid label {
    color: #000;
}

#cc-card-v2-exp {
    border: none;
    height: 40px;
    width: 75px;
    margin-top: 4px;
    text-align: center;
}

#cc-card-v2-cvc {
    border: none;
    height: 40px;
    width: 50px;
    margin-top: 4px;
    text-align: center;
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
