:root {
    --pink-50: #fde9ef;
    --pink-100: #f8b9cf;
    --pink-200: #F48FB1;
    --pink-300: #f06896;
    --pink-400: #ed4b82;
    --pink-500: #e91e63;
    --pink-600: #d41b5a;
    --pink-700: #a51546;
    --pink-800: #801136;
    --pink-900: #620d2a;
    --iwc-pink: #ff41b4;
    --blue-50: #e6f6fe;
    --blue-100: #b1e4fc;
    --blue-200: #8bd7fa;
    --blue-300: #56c5f8;
    --blue-400: #35baf6;
    --blue-500: #03a9f4;
    --blue-600: #039ade;
    --blue-700: #0278ad;
    --blue-800: #025d86;
    --blue-900: #014766;
    --cart-header-color: #fff;
    --cart-table-header-background: #1b1517;
    --cart-icon-color: #FFFFFF99;
    --border-color:rgba(0, 0, 0, 0.38);
    --border-light-color: #FFFFFF99;
    --cart-description-color: rgba(0, 0, 0, 0.6);
    --black: #000;
    --white: #fff;
    --blend-white: #FFFFFF99;
    --outline-btn-border-color: #FFFFFF1F;
    --btn-disabled-color: #FFFFFF61;
    --btn-disabled-background: #FFFFFF1F;
    --primary-outline-btn-hover-bg: #F068960A;
    --primary-link-btn-hover-bg: #F068960A;
    --secondary-outline-btn-hover-bg: #03DAC50A;
    --secondary-link-btn-hover-bg: #03DAC50A;
    --link-color: #FFFFFF99;
    --follow-btn-background-hover: #ffffff17;
    --follow-btn-background: #FFFFFF1F;
    --content-background: #121212;
}

body{
    background-color: #FAFAFA !important;
    color: #00000099;

}
.redesign-container{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.redesign-background{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #121212;
}

.redesign-background-theme {
    background: #ffffff;
}

.redesign-btn{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 16px;
    background: transparent;
    border-radius: 4px;
    transition: .5s;
}
.redesign-btn:hover{
    transition: .5s;
}
.redesign-btn.primary{
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #F48FB1;
}
.redesign-btn.primary.active, .redesign-btn.primary:hover{
    color: #121212;
    background: #F48FB1;
    border: 1px solid #F48FB1;
}
.redesign-btn.secondary{
    border: 1px solid #8BD7FA;
    color: #8BD7FA;
}
.redesign-btn.secondary.active, .redesign-btn.secondary:hover{
    color: #121212;
    background: #8BD7FA;
    border: 1px solid #8BD7FA;
}

.policy-title,
.policy-date {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: rgba(0, 0, 0);
}

.policy-title {
    margin-top: 40px;
}

.policy-date {
    margin: 20px 0;
}

.policy-content {
    color: #000000;
}


/** Form Text Inputs - fti-1 **/
.fti-1-input {
    color: rgba(0, 0, 0, 0.87);
    background-color: transparent !important;
    border: solid rgba(0, 0, 0, 0.12);
}
.fti-1-input-error-state {
    caret-color: var(--pink-500);
}
.fti-1-icon {
    fill: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
}
.fti-1-errors-wrap {
    color: var(--pink-500);
    transition: all 0.3s ease-in;
}
.fti-1-fieldset {
    transition: color 0.3s ease-in;
    border: solid rgba(0, 0, 0, 0.12) 2px;
    text-align: left;
}
.fti-1-legend {
    color: rgba(0, 0, 0, 0.6);
}
.fti-1-fieldset-error {
    border: solid var(--pink-500) 2px;
}
.fti-1-legend-error {
    color: var(--pink-500);
    transition: color 0.3s ease-in;
}
/** Form Text Inputs - fti-1 **/
.redesign-storeName {
    color: #121212;
}

.clip-main {
    border: 1px solid #0000001F
}

.clips .clip .clip-info .clip-title a {
    color: #121212 !important;
}
.item-description, .clip-title, .item-info, .clip-type-icon {
    color: #121212 !important;
}

.item-info-date {
    letter-spacing: 0.4000000059604645px;
    padding-left: 25px;
}

.clips .clip .clip-thumb {
    background-color: white;
}
.clips .clip .clip-thumb .clip-thumb-16-9 {
    border-radius: 12px;
    background-color: white;
}

.clip-main {
    border: 1px solid #0000001F;
    background-color: white;
}

/* Tip Form Modal */

.tipForm .modal-content{
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 0px;
    height: auto;
}

.tipsiteMemberForm {
    margin-top: 15px;
}

.tipForm .failMessage, .tipForm .errorMessage {
    text-align: center;
    color: red;
}

.tipForm .choice, .tipForm .otherChoice {
    margin-bottom: 10px;
    color: #00000099;
}

.tipForm .infoBlock{
    padding-right: 0;
}

.tipForm .minimumAmount {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #00000099;
    text-align: center;
    padding: 0 0 15px 15px;
}

.tipForm .tipTitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000DE;
    text-align: left;
    padding: 0 0 15px 15px;
}

.tipForm .paymentTitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000;
    padding: 0 0 15px 0;
}

.tipForm .amountSection {
    padding-left: 0;
}

.tipForm .amountSection label {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
}

.tipForm .processing-fee {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
}

.tipForm .totalCheckout {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #00000099;
}

.tipForm .totalCartAmount {
    color: #000000DE;
}

.tipForm #note {
    resize: none;
}

.tipForm .fa-check {
    color: #36b1ea;
}

.tipForm .successContent {
    text-align: center;
}

.tipForm .successContent h2 {
    margin-top: 10px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18000000715255737px;
}

.tipForm .successContent p{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding: 20px 0 50px 0;
}

.tipForm .discrete {
    margin: 0 auto;
}

.tipForm .successMessage {
    color: rgba(0, 0, 0, 0.60);
}

.tipForm .fa-credit-card {
    color: #36b1ea;;
}

.tipForm .checkout {
    text-align: justify;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000DE;
}

.tipForm .storeBorder {
    text-align: justify;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000;
}

.tipForm .tip-container-redesign .row{
    padding: 10px 0 25px 15px;
}

.tipForm .footerTipModal{
    padding-top: 30px;
}

.tipForm .footerTipModal p{
    letter-spacing: 0.4000000059604645px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.38);
}

.tipForm .close-btn {
    display: block;
    color: #00000099;
    font-size: 24px;
}

.tipForm .aboutChargeInfoContainer{
    padding-left: 7px;
}

.tipForm .aboutChargeInfoContainer p{
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: rgba(0, 0, 0, 0.38);
}

.tipForm .closeIcon path {
    fill: #000000;
}

.tipForm .alertContainer svg {
    height: 15px;
    fill: #00000061;
}

.tipForm .alert {
    padding: 10px;
    font-size: 14px;
}
.tipForm a {
    color: #36b1ea;
    text-decoration: underline;
}
.tipForm h1 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 20px;
}

.tipForm .totalCheckout h1 {
    margin-bottom: 0;
}

.tipForm h1 .fa {
    color: #36b1ea;
}
.tipForm label {
    font-size: 14px;
    font-weight: 300;
    color: #00000099;
}

.tipForm .form-control{
    min-height: 48px;
}

.tipForm .form-group input {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #00000099;
    border: 1px solid #00000061;
}

.tipForm .form-group input:-webkit-autofill {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000099;
    font-weight: 500;
}

.tipForm .radioChoice {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.tipForm .radioChoice label {
    font-weight: normal;
    color: #00000099;
}

.tipForm .radioChoice input[type='radio'] {
    display: none;
}

.tipForm .radioChoice label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    background-color: transparent;
}

.tipForm .radioChoice input[type='radio']:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 19px;
    content: " ";
    display: block;
    background: #FF41B4;

}

.tipForm .radioChoice input[type='radio']:checked + label:before {
    border: 2px solid #FF41B4;
}

.tipForm .checkbox {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.tipForm .checkbox label{
    padding-left: 12px;
}

.tipForm input[type='checkbox'] {
    accent-color: #FF41B4;
    display: none;
}

.tipForm .checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    height: 18px;
    width: 18px;
    left: 0;
    top: 2px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.12);

}

.tipForm input[type='checkbox']:checked + label:after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;

}

.tipForm input[type='checkbox']:checked + label:before {
    background-color: #FF41B4;
}

.tipForm .form-group select {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #00000099;
    border: 1px solid #00000061;
}

.tipForm .noteArea {
    margin-bottom: 0;
}

.tipForm .noteArea textarea{
    max-height: 70px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #00000099;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.tipForm .product {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin: 0 0 15px 0;
    padding: 15px 0 15px 0;
    min-height: 100px;
}

.tipForm .complete{
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 20px;
    color: #000000DE;
}

.tipForm .pic {
    padding-left: 0;
}

.tipForm .pic img {
    height: 80px;
}

.tipForm .title {
    color: #36b1ea;
    font-size: 20px;
    margin-top: 15px;
}

.tipForm .model {
    font-size: 16px;
}

.tipForm .cost {
    font-size: 26px;
    color: #36b1ea;
    margin-top: 18px;
}

.tipForm .discount {
    font-size: 18px;
    margin: 35px 0 25px 0;
}

.tipForm .pink {
    color: #E82394;
}

.tipForm .fa-user {
    color: #36b1ea;
}

.tipForm .joinButton {
    margin: 25px 0 25px 0;
}

.tipForm .send-tip-container {
    padding-bottom: 20px;
}

.tipForm .send-tip-container button {
    margin-top: unset;
}


.tipForm .join {
    width: 200px;
    line-height: 50px;
    color: #ffffff;
    text-decoration: none;
    height: 60px;
    font-size: 20px;
    margin-left: 25px;
}

.tipForm .member {
    margin-top: 15px;
    color: #000000;
}

.tipForm .redesign-input{
    background: transparent !important;
}

.tipForm .redesign-input .noteArea textarea{
    background: transparent !important;
}

.tipForm .input {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 15px 15px 0 15px;
    width: 100%;
}

.tipForm .tipFormDivider {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.tipForm .cvvInputContainer {
    position: relative;
}

.tipForm .cvvInputContainer input[type="text"]{
    padding-right: 30px;
}

.tipForm .cvvInputContainer svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 10px;
    fill: #00000061;
}

.tipForm .payment {
    padding-left: 0;
    padding-right: 0;
    color: #000000DE;
}

.tipForm .paymentContainer {
    padding-left: 0;
}

.tipForm .month {
    padding: 0;
    margin-top: 3px;
}

.tipForm .month label {
    font-size: 14px;
}

@media (max-width: 991px) {
    .tipForm .month label {
        font-size: 12px;
    }
}

.tipForm .year {
    margin-top: 3px;
    padding-right: 0;
}

.tipForm .card {
    margin-top: 12px;
}

.tipForm .Ccard {
    height: 21px;
    padding-left: 0;
    padding-right: 0;
}

.tipForm .Ccard img{
    width: 104px;
    height: 21px;
}

.tipForm .modal-dialog {
    width: 780px;
    margin: 20px auto;
}


@media (max-width: 1199px) {
    .tipForm .modal-dialog {
        width: 100%;
        margin: 20px auto;
        padding: 10px;
    }
}

.tipForm .state {
    padding-left: 0;
}

.tipForm .pCode {
    padding-left: 0;
    padding-right: 15px;
}

.tipForm .lastName {
    padding-left: 0;
}

.tipForm .emailContainer {
    height: 63px;
}


.tipForm .link {
    font-size: 14px;
    margin-top: -10px;
}

.tipForm .total {
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.tipForm .redesign-total {
    margin-top: unset;
    border-bottom: unset;
}

.tipForm .receipt label {
    margin-top: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.6);
}

.tipForm .agree {
    margin-top: 0;
}

.tipForm .agree label{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.6);
}

.tipForm .order {
    width: 100%;
    margin-top: 15px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 8px;
    background: #FF41B4;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.tipForm .agree a {
    text-decoration: none;

}

@media (max-width: 991px) {
    .tipForm .order {
        font-size: 20px;
    }

    .tipForm .member {
        font-size: 16px;
    }
}

.tipForm .done {
    padding: 0;
    margin: 0;
}

.tipForm #Phone {
    width: 100%;
}

@media (max-width: 767px) {
    .filter-and-sort svg {
            path {
                fill: white !important;
        }
    }
    .filter-buttons {
        .reset-button {
            border: 1px solid var(--iwc-pink) !important;
            background-color: #eeee !important;
            color: var(--iwc-pink) !important;
        }
    }
    .tipForm .title, .tipForm .model, .tipForm .cost div, .tipForm .joinButton, .tipForm .checkout {
        text-align: center;
    }

    .input-container-small .w-search.small {
        background: #dcdcdc !important;
    }

    .tipForm .modal-body {
        padding: 24px 15px 15px;
    }

    .tipForm .pic img {
        margin: 0 auto;
    }

    .tipForm .member {
        float: none !important;
        text-align: center;
    }

    .tipForm .join {
        margin: 0 auto !important;
    }

    .tipForm .year {
        padding-left: 0;
    }

    .tipForm .state {
        padding-right: 0;
    }

    .tipForm .total {
        padding-bottom: 40px;
    }

    .tipForm .infoBlock {
        padding-left: 6px;
    }

    .tipForm .form-control {
        min-height: 34px;
    }

    .tipForm .lastName {
        padding-left: 15px;
    }

    .tipForm .pCode {
        padding-left: 15px;
    }

    .tipForm .emailContainer {
        height: 49px;
    }

    .tipForm .Ccard {
        padding-right: 11px;
        margin-bottom: 11px;
    }

    .tipForm .orderSummaryBlock {
        padding: unset;
    }

    .tipForm .noteArea {
        padding-right: unset;
        padding-left: 6px;
    }

    .tipForm .totalDividerContainer {
        padding: 0 5px 0 5px
    }

    .tipForm .complete {
        margin-left: 6px;
    }

    .tipForm .totalDividerContainer .tipFormDivider {
        width: 100%;
    }

    .tipForm .radioChoice input[type='radio']:checked + .otherChoice:after {
        left: 19px;
    }

    .tipForm .radioChoice input[type='radio']:checked + label:after {
        left: 19px;
    }

    .tipForm .product .form-group {
        text-align: unset;
    }

    .tipForm #amountInput-block {
        width: 100%;
    }

    .tipForm .state {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tipForm .successContent {
        margin-top: 45px;
    }

    .tipForm .successContent a {
        position: absolute;
        right: 20px;
        top: -30px;
    }

    /* member form*/

    .tipsiteMemberForm .summaryBlock {
        padding: 0;
    }

    .tipsiteMemberForm .redesign-input .tipFormDivider {
        width: 100%;
    }

    .tipsiteMemberForm .tip-container-redesign {
        text-align: unset;
    }

    .tipsiteMemberForm .tip-container-redesign .amountSection div:nth-child(5) {
        padding-right: 7px;
    }

    .tipsiteMemberForm .tip-container-redesign .amountSection div:nth-child(6) {
        padding-right: 50px;
    }

    .tipsiteMemberForm .tip-container-redesign .amountSection div:nth-child(7) {
        width: 100%;
        padding-left: 15px;
    }

    /*.row-content-count {*/
    /*    border-top: 1px solid #0000001F !important;*/
    /*    border-bottom: 1px solid #0000001F !important;*/
    /*}*/

}

@media (max-width: 390px) {

    .tipForm .product .amountSection div:nth-child(5) {
        padding-left: 8px;
        padding-right: 7px;
    }

    .tipForm .product .amountSection div:nth-child(5) label:after{
        left: 12px;
    }
}

.tipForm .guest-tip-processing-fee {
    font-weight: 300;
}

.shoping-cart-container {
    color: rgba(0, 0, 0, 0.87);
}

.shoping-cart-container .cartTotalTooLowMessage {
    color: var(--pink-500);
    background-color: rgba(255, 65, 180, 0.04);
}

.shoping-cart-container .btn-primary {
    background-color: var(--pink-500);
    color: white;
    border: 1px solid var(--pink-500);
}

.shoping-cart-container .btn-primary:hover,
.shoping-cart-container .btn-primary:focus {
    background-color: var(--pink-500) !important;
    color: white;
}

.shoping-cart-container .close-icon-wrapper {
    display: none;
    visibility: hidden;
}

.shoping-cart-container .categoryDisplay {
    font-size: 14px;
    color: var(--blue-500);
}

.shoping-cart-container .cost {
    color: var(--blue-500);
}

.shoping-cart-container #total-cart-balance {
    color: var(--blue-500) !important;
}

.shoping-cart-container #total-cart-wrapper {
    color: var(--blue-500) !important;
}

.shoping-cart-container .cartSubmit {
    background-color: var(--blue-500);
    color: white;
    border: 1px solid var(--blue-500);
}

.shoping-cart-container .cartSubmit:hover {
    background-color: var(--blue-500);
    color: white;
}

.shoping-cart-container ~ #modal-container .modal-content,
.shoping-cart-container ~ #modal-container h2 {
    background-color: white !important;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
}

.shoping-cart-container ~ #modal-container .order {
    color: white;
}

.shoping-cart-container ~ .multipleCouponModal .modal-content {
    background-color: white !important;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
}

.promo:not(:last-child) {
    border-top: solid 1px var(--border-color);
}

.alphabet-container ~ .container .description {
    color: #000000BD;
}
.addFundsModal .modal-content {
    background-color: #FFF;
    border: 1px solid #0000001F
}

.addFundsModal .form-control:-webkit-autofill,
.addFundsModal .form-control:-webkit-autofill:hover,
.addFundsModal .form-control:-webkit-autofill:focus,
.addFundsModal .form-control:-webkit-autofill:active,
.addFundsModal .form-control:-webkit-autofill::first-line {
	box-shadow: 0 0 0 30px #fff inset !important;
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
	background: #fff !important;
	color: #00000099 !important;
	border: 1px solid #0000001F !important;
}

.addFundsModal .form-control option {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 991px) {
    .addFundsModal h4.mobileFundsAdd {
        color: rgba(0, 0, 0, 0.87);
    }

    .addFundsModal .row {
        margin: 0;
    }

    .addFundsModal .form-block {
        margin-bottom: 16px;
    }

    .addFundsModal .newCreditCard .row .form-group:nth-of-type(2) {
        padding: 0;
        margin: 0;
    }

    .addFundsModal .form-group-dark.col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .addFundsModal .newCreditCard .form-group-dark-row {
        margin-bottom: 0;
    }

    .addFundsModal .form-control::placeholder {
        color: rgba(0, 0, 0, 0.6);
    }

    .addFundsModal .form-group-dark-row.form-group-dark .popover {
        left: 31px !important;
    }


}
.add-funds-heading .fundsAdd,
.form-block p,
.totalFunds {
    color: #000000DE;
}
.addFundsModal .close-modal {
    background-image: url('../../../../images/cross-dark.svg');
}
.form-block, .form-block.dark-block {
    background: #fff;
    border: 1px solid #0000001F;
}
.pink-radio, .pink-checkbox, .form-block p.text-left {
    color: #000000;
}
.tip-value {
    opacity: 0.6;
}
.checkmark {
    border: 2px solid #00000099 !important;
}
.checkmark:hover {
    border: 2px solid #000000DE !important;
}
.pink-radio input:checked ~ .checkmark {
  border-color: var(--iwc-pink) !important;
}
.pink-checkbox input:checked ~ .checkmark {
  border-color: var(--iwc-pink) !important;
  background: var(--iwc-pink) !important;
}
.pink-radio .checkmark:after {
    background: var(--iwc-pink) !important;
}
.pink-checkbox .checkmark:after {
    border: solid #FFF !important;
    border-width: 0 2px 2px 0 !important;
}
.notice p {
    color: #00000061!important;
}
.notice:before, .cvv-notice {
    background-image: url('../../../../images/alert-white.svg');
}
.divider {
    background: #0000001F;
}
.btn.btn-primary.full-width.addFunds, .btn.btn-primary.join, .btn-primary {
    border: none;
    color: var(--white) !important;
    background: var(--iwc-pink) !important;
}
.btn.btn-primary.full-width:hover, .btn.btn-primary.full-width:focus, .btn.btn-primary.full-width.addFunds:hover, .btn.btn-primary.join:hover {
    background: #FF63C8 !important;
}
.btn.btn-primary.full-width {
    color: var(--white);
}
.dark-input {
    border: 1px solid #0000001F !important;
    color: #00000099 !important;
    background-color: #fff !important;
}
select.dark-input {
    background-image: url('../../../../images/arrow-dark.svg') !important;
}
.redesign-btn.primary {
    border: 1px solid #0000001F;
    color: var(--iwc-pink);
}
.redesign-btn.primary.active, .redesign-btn.primary:hover {
    color: var(--iwc-pink);
    background: #FF41B40A;
    border: 1px solid #FFFFFF1F
}
.form-group-dark .popover.popover-error .popover-content{
    background: rgba(0,0,0,0);
    color: #B00020 !important;
}

.fti-2 .errorInput:focus~.fti-2-label {
    color: #B00020 !important;
}
.dark-input.errorInput {
    border-color: var(--iwc-pink) !important;
}
.local-payment-tabs .local-payment-tab:hover, .local-payment-tabs .local-payment-tab.selected {
    border-bottom: 1px solid var(--iwc-pink);
}
.local-payment-tabs .local-payment-tab:hover > a, .local-payment-tabs .local-payment-tab.selected a {
    color: var(--iwc-pink);
}

.mc-message .inputs .model,
.mc-message #auto-populated-models-list,
.mc-message .form-control {
    color: #121212 !important;
}

.header-wrapper h4 {
    color: #000000BD;
}

.ais-SortBy-select, .ais-MenuSelect-select {
    background: #fff;
    border: 1px solid #0000001F;
    color: #000000DE;
}

.ais-SortBy-option, .ais-MenuSelect-option {
    background: #fff;
    color: #000000DE
}

.ais-Pagination-list li.ais-Pagination-item {
    border: 1px solid #0000000f;
    color: #000000;
}

.ais-Pagination-list li.ais-Pagination-item.ais-Pagination-item--disabled {
    background: #0000000f;
    color: #00000061;
}


.ais-Pagination-list li.ais-Pagination-item.ais-Pagination-item--disabled:hover {
    border: 1px solid #0000000f;
}

.ais-Pagination-list .ais-Pagination-item:hover:not(.ais-Pagination-item--selected) a,
.ais-Pagination-list li.ais-Pagination-item--selected a,
.ais-Pagination-list li.ais-Pagination-item--selected a:hover {
    background-color: transparent !important;
    color: #000;
}

.ais-Pagination-list .ais-Pagination-item:hover:not(.ais-Pagination-item--selected),
.ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--selected {
    border: 1px solid #000;
}

.ais-Pagination-list .ais-Pagination-item a {
    color: #00000061;
    text-decoration: none;
}
.content-footer .text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.buy-btn-block .addToCart {
    border: solid 1px rgba(0, 0, 0, 0.12);
}

.blue-200 {
    font-size: 14px;
    font-weight: 500;
    color: var(--blue-500) !important;
}

span.caption.pink-200 {
    color: #FF41B4;
}

.topList,
.topList ~ .topSection {
    background-color: transparent !important;
}

.topList .topName {
    color: rgba(0, 0, 0, 0.87);
}

.topList .topLink .roundPic {
    box-shadow: 0 0 4px 5px #A0A0A0;
}

.top50 {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400 !important;
}

.topBox {
    border: 2px solid #000 !important;
}

.topBox .rankName {
    color: #000;
}

.topBox .rankNumber {
    color: var(--pink-500);
}
.addFundsModal .modal-content {
    background-color: #fff;
}
.showMoreTopList a,
.showMoreBottom a {
    font-size: 14px;
  color: var(--pink-500) !important;
  border-color: var(--pink-500) !important;
}

#emailModal .modal-lg.success-created .modal-content {
    background-color: #FFFFFF;
    color: #424242;
    border: 1px solid #FFFFFF;
}

#emailModal .modal-lg.success-created .closeIcon {
    background-image: url('/images/icon_close_white.svg');
}

#emailModal .success-created h1, p {
    color: #424242;
}


.content-box .model-avatar .text-white {
    overflow-x: hidden;
    max-width: 176px;
    text-overflow: ellipsis;
}

.mc-message-view .btn-primary {
    color: white !important;
    background-color: var(--pink-500) !important;
    border: 1px solid var(--pink-500);
}
.mc-message-view #delete_conv_button {
    background-color: var(--blue-500);
    color: white;
    border: 1px solid var(--blue-500);
}
.page-title {
    color: #000000DE !important;
}
.news-card {
    background: #FFF !important;
    border: 1px solid #0000001F !important;
}
.featured-news .news-title a, .regular-news .news-title a {
    color: #FF41B4 !important;
}
.news-content {
    color: #000000DE;
}
.news-bottom-fade {
    background: #FFF !important;
    color: var(--pink-500) !important;
    border-color: var(--pink-500) !important;
}
.mainSection .news-nav a.prev.btn-primary:hover, .mainSection .news-nav a.btn-primary:hover {
    background-color: #FF63C8 !important;
}

#transactionDetail .title {
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
}

#transactionDetail .fa-times {
    color: #555;
    font-size: 24px;
}

#transactionDetail .modal-content {
    padding: 10px;
    background-color: #FFFFFF;
}

#transactionDetail .info {
    margin-bottom: 20px;
    color: #000000;
}

#transactionDetail .detail {
    color: #666666;
    margin-bottom: 0;
}

#transactionDetail .error {
    margin-bottom: 20px;
    text-align: center;
}

#transactionDetail .col-sm-6 {
    text-align: center;
}

.addFundsModal .mobile-header {
    background-color: #fff !important;
}
.addFundsModal .mobile-header .fundsAdd {
    color: #000000DE !important;
}
.addFundsModal .submit-part {
    background-color: #fff !important;
}
.mobile-view-button-block {
    background-color: #FFF !important;
}
.manageCardsSection .subtitle-2, #paymentModal .successContent .successMessage  {
    color: #000000DE !important;
}
#paymentModal .alert-danger {
    background-color: #B00020;
    border-color: #B00020;
    color: #FFFFFF;
}
/* Redesign Homepage */
#hero-carousel {
    border: 1px solid var(--border-color);
    background: #FFF;
}

#hero-carousel .hero-title {
    color: #fff;
}

#hero-carousel .hero-artists {
    background: #FAFAFA;
}

#hero-carousel hr {
    border-top: 1px solid #1f1f1f;
}

#hero-carousel .icon-container {
    color: #616161;
}

#hero-carousel .video-info .clip-price.pull-right {
    color: #8bd7fa;
}

#hero-carousel .video-info .pop-title .click-hit {
    color: #fff;
}

#hero-carousel .storeName.click-hit {
    color: #000000DE;
}
#hero-carousel .storeName.click-hit:hover {
    color: rgba(255, 255, 255, 0.6);
}
#hero-carousel .carousel-indicators li {
    background-color: #3d3d3d;
}

#hero-carousel .carousel-indicators li.active {
    background-color: #f48fb1;
}

#hero-carousel .carousel-indicators li {
    border: 1px solid transparent;
}

#hero-carousel .carousel-control {
    background: rgba(0, 0, 0, 0.74);
}

#hero-carousel .video-info {
    border-bottom: 1px solid #0000001F;
}

.hero-video-title {
    color: #000000DE;
}
.hero-video--price {
    color: var(--blue-200);
}
.col-md-6.hero-section {
    background-color: #FAFAFA;
}
.home-container-header h4 {
    color: #000000DE;
}
.home-container .home-container-header:hover h4 {
    color: var(--iwc-pink);
}
.home-container .home-container-header:hover .chevron-double-right::after,
.home-container .home-container-header:hover .chevron-double-right::before {
    border-color: #00000099;

}
.chevron-double-right::after,
.chevron-double-right::before {
    border-color: #000000DE;
}
.chevron-single-right::after {
  border-color: #00000099;
}
.home-modal-container a.home-modal-categories-link:hover h2{
    color: var(--pink-500);
}
#topFeatured .home-container-header {
    margin-bottom: 40px;
}
.home-modal-categories-link:hover .chevron-single-right::after {
    border-color: #000000DE;
}
.home-conteiner-subheader h5 {
    color: #000000DE;
}
.home-container-filter {
    .home-filter {
        .home-filter-option {
            border: 1px solid #0000001F;
        }
        .home-filter-option.selected, .home-filter-option:hover {
            border-color: #F0689614;
            color: #FF41B4;
            background-color: #FF41B414;
        }
    }
}
.home-modal {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.74); /* Black w/ opacity */
}

/* Modal Content */
.home-modal-container {
  background-color: #fff;
}
.home-modal-container a.home-modal-categories-link h2 {
    color: #00000099;
}
/* The Close Button */
.home-modal-close::before,
.weeks-top-20-modal-close::before,
.home-modal-close::after,
.weeks-top-20-modal-close::after {
  background: #00000099;
}
.home-modal-close:hover,
.weeks-top-20-modal-close:hover,
.home-modal-close:focus,
.weeks-top-20-modal-close:focus {
  color: #000;
}
.home-artist-name {
    color: #000000DE;
}
.home-top-rank {
    color: #00000099;
}

.splide__arrow.iwc-splide-arrow {
  background: rgba(255, 255, 255, 0.74);
}
.splide__arrow.iwc-splide-arrow svg {
    fill: #fff;
}
.splide__arrow.iwc-splide-arrow.iwc-round:before {
  background: rgba(255, 255, 255, 0.74);
}
.home-favorite-container {
    border: 1px solid #0000001F;
    background: #FFFFFF;

    .home-artist-item a .topLeftHeart {
        color: var(--iwc-pink);
    }
    .home-vertical-divider {
        border-left: 1px solid #0000001F;
    }
    .home-tip-favorite {
        background-color: var(--blue-500);
        color: #FFF;
    }
    .home-tip-favorite:before {
        background-image: url('/images/dollar-attachment-white.svg');
    }
    .home-tip-favorite:hover {
        background-color: var(--blue-400);
    }
    .home-message-favorite:before {
        background-image: url('/images/message-blue-500.svg');
    }
    .home-message-favorite:hover {
        background-color: #0000000A;
        border: 1px solid #0000000A;
    }
    .home-subscribe-favorite:before {
        background-image: url('/images/subscribe-pink-500.svg');
    }
    .home-artist-ava-container {
        padding: 0 68px 8px 68px;
    }
    .home-tip-message a {
        text-transform: uppercase;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 1.25px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex: 1;
    }
    .home-tip-message a:before {
        position: static;
    }
    a.home-tip-favorite:before {
        width: 8px;
    }
    .home-subscribe-favorite:hover {
        background-color: #FF41B40A;
        border:  1px solid #FF41B40A;
    }
    .home-message-favorite {
        color: var(--blue-500);
        border: 1px solid var(--blue-500);
    }
    .home-subscribe-favorite {
        border: 1px solid var(--iwc-pink);
        color: var(--iwc-pink);
        width: 250px;
    }
    .home-favorite-remove {
        color: var(--blue-500);
    }
    .home-favorite-remove:hover {
        color: var(--blue-100);
    }
    .home-favorite-heart {
        fill: var(--iwc-pink);;
        position: absolute;
    }
}

#paymentModal .modal-content {
    background-color: rgba(255, 255, 255, 1);
}

.tipMemberForm .amountSection {
    background-color: rgba(255, 255, 255, 1);
}

.tipMemberForm .form-control {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

#paymentModal .storeName {
    color: #fff;
}

#paymentModal #note {
    border: 1px solid rgba(0, 0, 0, 0.12);
    max-height: none;
}

#paymentModal .totalCheckout h1 {
    color: #000000;
}

#paymentModal hr {
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 6px;
    margin-top: 10px;
}

#paymentModal button.order {
    color: #FFF;
    background-color: rgba(255, 65, 180, 1);
}

#paymentModal button.order:hover {
    color: #FFF !important;
    background-color: rgba(255, 65, 180, 1) !important;
}

#paymentModal .tooltip {
    border-bottom: 1px dotted black;
}

.help-text {
    color: #000;
    background-color: #e1e1e1;
    border: 1px solid #272727;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.help-text a {
    color: #fff;
}
.success-content-circle {
    border: 2px solid var(--blue-100);
}
.success-content-circle .success-check {
    color: var(--blue-100);
}
.success-content-row {
    color: #fff;
}
.splide__pagination__page.iwc-splide-page {
    background: #0000001F;
}
.splide__pagination__page.iwc-splide-page.is-active {
    background: var(--iwc-pink);
}

.home-category-item {
  border: 1px solid var(--border-color);
  background-color: #FFFFFF;
width: 344px;

    .home-category-image-container {
        background-color: #FFFFFF;
        padding: 0px !important;
        height: 190px;
    }

    .home-category-image-container .content-as-category-preview {
        width: 100%;
        height: inherit;
        object-fit: cover;
        border-radius: 12px;
        max-height: 190px;
    }

    .home-category-image {
        margin: auto;
        width: auto;
        height: 100%;
    }

    .home-category-name {
        color: #000000DE;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .home-category-count {
        color: #00000099;
    }
}

@media only screen and (max-width: 768px) {
    .home-category-item {
        width: 242px;
    }
    .home-category-item .home-category-image-container {
        height: 135px;
    }
}

#top-categories #top_categories_slider:hover .splide__track {
    all: unset; 
    overflow-x: hidden; 
    position: relative; 
    z-index: 1;
}
#top-categories .splide__arrow {
    z-index: 2;
}
#top-categories .home-category-item {
    position: relative;
}
#top-categories .home-category-item .home-category-desc {
    display: none;
    background: #fff;
    border: 1px solid #9e9e9e;
    padding: 8px 16px;
    border-top: 0;
    border-radius: 0px 0px 12px 12px;
    top: calc(100% - 12px);
    width: calc(100% + 2px);
    left: -1px;
}
#top-categories .home-category-item:hover .home-category-desc {
    position: absolute;
    z-index: 1;
    display: flex !important;
}
#top-categories .home-category-item .home-category-desc-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}
#top-categories .home-category-item > a {
    display: block;
}
/* END Redesign Homepage */

/* Redesign AI Chatbot */
.beta-label {
    background: #FF41B4;
}

.beta-label p, .beta-label .info {
    color: #FFFFFFDE;
}

.row-ai-chatbot a {
    border: 1px solid #0000001F;
    color: #FF41B4;
}

.row-ai-chatbot svg path {
    fill: #FF41B4;
}

.ai-chatbot-modal .ai-artistname {
	color: #000000DE;
}
.ai-chatbot-modal .pricing {
	border-top: 1px solid #0000001F;
	border-bottom: 1px solid #0000001F;
	color: #000000DE;
}
.ai-chatbot-modal .costs-header {
	color: #000000DE;
}
.ai-chatbot-modal .messages-option {
	color: #000000DE;
}
.ai-chatbot-modal .messages-pricing {
	color: #00000099;
}
.ai-chatbot-modal .guarantee {
	border-top: 1px solid #0000001F;
}
.ai-chatbot-modal .guarantee-icon {
	color: #00000061;
}
.ai-chatbot-modal .start-messaging {
    opacity: 1;
    background: rgba(0, 0, 0, 0.38);
	color: rgba(0, 0, 0, 0.38);
}
.ai-chatbot-modal .start-messaging::before {
    background: #0000001F;
}
.ai-chatbot-modal .start-messaging:not([disabled]) {
	background: #FF41B4;
	color: #FFFFFF;
}
.ai-chatbot-modal .add-funds {
	border: 1px solid #FF41B4;
	color: #FF41B4;
}
.ai-chatbot-modal .no-funds-warning {
	color: #00000061;
}
.ai-chatbot-modal .funds-row-text {
	color: #00000099;
}
.ai-chatbot-modal .funds-row-value {
	color: #000000DE;
}

.ai-chats .search-button {
    color: #00000099 !important;
}

.ai-chatbot-service .search-button {
    opacity: 0;
}

.ai-chats-header h1 {
    color: #000000DE;
}

.ai-dialogs {
    border: 1px solid #0000001F;
}

.ai-dialog {
    background: #FFFFFF;
}

.ai-dialog:not(:last-child) {
    border-bottom: 1px solid #0000001F;
}

.ai-dialog__artist-name {
    color: #FF41B4;
}

.ai-last-message {
    color: #000000DE;
}

.ai-remaining-messages {
    color: #00000099;
}

.ai-remaining-messages span {
    color: #03A9F4;
}

.ai-dialog-action {
    border: 1px solid #0000001F;
}

.ai-dialog-action svg path {
    fill: #FF41B4;
}

.ai-dialog-action svg.disabled-thread path {
    fill: #b00020d4;
}

.ai-dialog-action:hover svg.disabled-thread path {
    fill: #B00020;
}


.ai-dialog-action_delete svg path {
    fill: #00000099;
}

.ai-dialog-action:hover {
    background: #FF41B429;
}

.ai-dialog-action_delete:hover svg path {
    fill: #B00020;
}

.ai-dialog .delete-mobile {
    background: #B00020;
}

.no-ai-chats__circle {
    background: #0000001F;
}

.no-ai-chats__text {
    color: #00000099;
}

.explore-chatbots {
    border-top: 1px solid #0000001F;
}

.explore-title {
    color: #000000DE;
}

.explore-artist-name {
    color: #000000DE;
}

.explore-artist-name mark {
    color: #000000DE !important;
}

.explore-btn {
    background: #FF41B4;
    color: #FFFFFF;
}

.explore-btn:hover {
	color: #FFFFFF;
}

.beta-feature::after {
    color: #000000DE;
}

@media (max-width: 456px) {
	.ai-chatbot-modal .guarantee {
        border-bottom: 1px solid #0000001F;
	}
}
/* End redesign AI Chatbot */

/* Content Item White */
.content-box {
    .video-icon:before {
        content: url(/design-1/images/icons/video-dark.svg);
    }
    .content-extended {
        background: #FFF;
    }

    .cart-icon:before {
        content: url(/design-1/images/icons/cart-new-hover.svg);
    }
    .cart-icon:hover:before {
        content: url(/design-1/images/icons/cart-new-hover-white.svg);
    }
    .text-blend-white, .content-button, .content-rank  {
        color: #00000099;
    }
    .pink-200 {
        color: var(--iwc-pink);
    }
    .share-icon:before {
        content: url(/design-1/images/icons/share-grey.svg);
    }
    .wishlist-icon:before {
        content: url(/design-1/images/icons/wishlist-grey.svg);
        width: 18px;
        height: 21px;
    }
    .content-button:hover {
        background: transparent;
        border-color: #A3A0A2;
    }
    .content-button .follow-icon {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.6);
    }
    .content-button .pink-200,
    .content-button .pink-200 {
        font-size: 16px;
    }
    .model-avatar span:first-child:not(.content-rank) {
        height: 32px;
        width: 32px;
        background-position: bottom;
        background-size: cover;
        border-radius: 50%;
    }
}
.content-box .video-icon:before,
.content-box .audio-icon:before {
    line-height: 0;
}
/* End Content item White */

#deleteConfirm .modal-content {
    background-color: #FFFFFF !important;
}

#deleteConfirm .modal-dialog .deleteTitle {
    color: #000000;
}

#deleteConfirm .cansel-btn {
    border: 1px solid #E0E0E0;
}

#deleteConfirm .cansel-btn {
    border: 1px solid #E0E0E0;
}

#deleteConfirm .cansel-btn:hover {
    background-color: var(--blue-100);
}

#deleteConfirm .confirm-btn:hover {
    background-color: var(--blue-300);
}

#deleteConfirm .confirm-btn {
    color: #FFFFFF;
}
.block-header {
    font-size: 36px;
}
#weeks-top-20-slider {
    .hidden-slide {
        visibility: hidden;
    }
}

.content-button {

}

.content-buttons-ext .first-buttons .content-button {
    width: 100%;
}
.content-buttons-ext {
    flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
    #weeks-top-20-slider .tittle-price {
        max-width: calc(100% - 45px);
    }
}
@media only screen and (max-width: 768px) {

    .text-blend-white {
        color: rgba(0, 0, 0, 0.6) !important;
    }

    /* For mobile phones: */
    .home-container {
        margin: 48px 16px;
    }
    .home-container-header {
        margin-bottom: 16px;
    }
    .home-container-active-title .chevron-double-right {
        top: 0;
    }
    .home-artist-avatar {
        height: 100px;
        width: 100px;
    }
    .home-favorite-container .home-artist-ava-container {
        padding: 0 25px 8px 31px;
    }

    .home-favorite-container {
        padding: 16px;
        width: 195px;
    }
    .home-favorite-container .home-vertical-divider {
        display: none;
    }
    .home-favorite-container .home-artist-item {
        padding-bottom: 16px;
        width: 100%;
    }
    .home-favorite-container .home-favorite-wrap {
        flex-flow: row wrap;
    }
    .home-favorite-container .home-favorite-controls {
        height: 80px;
        flex: 1;
    }
    .home-favorite-container .home-tip-favorite {
        width: 100%;
    }
    .home-favorite-container .home-message-favorite,
    .home-favorite-container .home-subscribe {
        width: calc(50% - 4px);
    }
    .home-favorite-container .home-subscribe {
        transform: translate(0, -100%);
        margin-top: 7px;
    }
    .home-favorite-container .home-message-favorite {
        transform: translate(110%, 0);
    }
    .home-favorite-container .home-favorite-controls .home-message-favorite,
    .home-favorite-container .home-favorite-controls .home-subscribe-favorite {
        font-size: 0;
    }

    .home-favorite-container .home-tip-message a:before {
        position: absolute;
    }
    .home-favorite-container a.home-message-favorite:before {
        left: 29px;
    } 
    .home-favorite-container a.home-subscribe-favorite:before {
        left: 35px;
    }
    .home-favorite-container .home-favorite-controls .home-unsubscribe:before {
        background-image: url(/design-1/images/unsubscribe_white.svg);
    }
    .home-favorite-container .home-unsubscribe i {
        display: none;
    }
    .home-favorite-container .home-favorite-controls .home-tip-message a.home-tip-favorite:before {
        position: static;
        margin-bottom: 1px;
    }
    .home-favorite-container .home-favorite-controls .home-tip-message a.home-tip-favorite {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .home-favorite-container .home-artist-name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .home-favorite-container .home-unsubscribe {
        border: 1px solid var(--blue-500);
    }
    .home-favorite-container .home-unsubscribe:hover,
    .home-favorite-container .home-unsubscribe:focus,
    .home-favorite-container .home-unsubscribe:active {
        background-color: #0000000A;
        border: 1px solid #0000000A;
    }

    .col-md-6.home-container-with-modal {
        margin-top: 48px;
    }
    .col-md-6.hero-section {
        padding: 0 16px;
    }
    .home-favorite-container .home-artist-name {
        font-size: 16px;
    }
    .home-favorite-container .home-tip-message {
        flex-direction: column;
    }
    .home-favorite-container .home-subscribe-favorite {
        width: 100%;
    }
    .home-favorite-container .favorite-mobile-hide {
        display: none;
    }
    .home-favorite-container .favorite-mobile-show {
        display: inline;
    }
    .home-favorite-remove {
        display: none;
    }
    .home-artist-name {
        font-size: 14px;
        line-height: 16px;
    }
    #top_100_artists_slider .home-artist-name {
        font-size: 12px;
    }
    .home-top-rank {
        display: block;
        font-size: 16px;
    }
    .content-items-slider .splide__slide .content-box .content-extended {
        border: none;
    }
    .col-md-6.home-container-with-modal {
        padding-left: 16px;
        padding-right: 16px;
    }
    #hero-carousel {
        border: 0px;
        padding-bottom: 52px;
    }
    #hero-carousel .author-info {
        padding: 8px 16px;
    }
    #hero-carousel .model-icon {
        width: 32px;
        height: 32px;
    }
    #hero-carousel .storeName.click-hit {
        font-size: 14px;
        line-height: 20px;
    }
    #hero-carousel .video-info {
        padding: 16px;
    }
    .hero-video-title {
        font-size: 14px;
    }
    .hero-video--price {
        line-height: 16px;
        font-size: 10px;
    }
    .video-info .divider {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .icon-container .icon-text {
        display: none;
    }
    .hero-video-misc {
        font-size: 12px;
        line-height: 16px;
    }
    #hero-carousel .video-info {
        padding: 16px;
    }
    .splide__pagination__page.iwc-splide-page {
        width: 10px;
    }
    .splide__pagination.iwc-splide-pagination {
        bottom: -30px;
    }
    #hero-carousel .video-content {
        height: 220px;
    }
    #hero-carousel .hero-artists-6 {
        display: none;
    }
    #hero-carousel .hero-artists-9 {
        display: none;
    }
    #hero-carousel .hero-artists-12 {
        display: none;
    }
    #hero-carousel .hero-artists-18 {
        display: none;
    }
    #hero-carousel .hero-artists-4 {
        display: flex;
    }
    .shoping-cart-container .close-icon-wrapper {
        display: block;
        visibility: inherit;
    }
}
@media only screen and (min-width: 768px) {

    #hero-carousel .hero-artists-6 {
        display: none;
    }
    #hero-carousel .hero-artists-9 {
        display: none;
    }
    #hero-carousel .hero-artists-12 {
        display: flex;
    }
    #hero-carousel .hero-artists-18 {
        display: none;
    }
    #hero-carousel .hero-artists-4 {
        display: none;
    }
    #hero-carousel .hero-artists {
        column-gap: 46px;
    }
}
@media only screen and (min-width: 941px) {
    #hero-carousel .hero-artists-6 {
        display: none;
    }
    #hero-carousel .hero-artists-9 {
        display: none;
    }
    #hero-carousel .hero-artists-12 {
        display: none;
    }
    #hero-carousel .hero-artists-18 {
        display: flex;
    }
    #hero-carousel .hero-artists-4 {
        display: none;
    }
    #hero-carousel .hero-artists {
        column-gap: 11px;
    }
}
@media only screen and (max-width: 991px) {
    .col-md-6.home-container-with-modal {
        margin-top: 48px;
    }
}
@media only screen and (min-width: 992px) {
    #hero-carousel .hero-artists-6 {
        display: flex;
    }
    #hero-carousel .hero-artists-9 {
        display: none;
    }
    #hero-carousel .hero-artists-12 {
        display: none;
    }
    #hero-carousel .hero-artists-18 {
        display: none;
    }
    #hero-carousel .hero-artists-4 {
        display: none;
    }
    #hero-carousel .hero-artists {
        column-gap: 32px;
    }
}
@media only screen and (min-width: 1110px) {
    #hero-carousel .hero-artists-6 {
        display: none;
    }
    #hero-carousel .hero-artists-9 {
        display: flex;
    }
    #hero-carousel .hero-artists-12 {
        display: none;
    }
    #hero-carousel .hero-artists-18 {
        display: none;
    }
    #hero-carousel .hero-artists-4 {
        display: none;
    }
    #hero-carousel .hero-artists {
        column-gap: 32px;
    }
}
@media only screen and (min-width: 1446px) {
    #hero-carousel .hero-artists-6 {
        display: none;
    }
    #hero-carousel .hero-artists-9 {
        display: none;
    }
    #hero-carousel .hero-artists-12 {
        display: flex;
    }
    #hero-carousel .hero-artists-18 {
        display: none;
    }
    #hero-carousel .hero-artists-4 {
        display: none;
    }
    #hero-carousel .hero-artists {
        column-gap: 32px;
    }
}
@media only screen and (min-width: 1772px) {
     #hero-carousel .hero-artists {
        column-gap: 48px;
    }
}
@media only screen and (min-width: 1900px) {
    #hero-carousel .hero-artists-6 {
        display: none;
    }
    #hero-carousel .hero-artists-9 {
        display: none;
    }
    #hero-carousel .hero-artists-12 {
        display: none;
    }
    #hero-carousel .hero-artists-18 {
        display: flex;
    }
    #hero-carousel .hero-artists-4 {
        display: none;
    }
    #hero-carousel .hero-artists {
        column-gap: 11px;
    }
}
@media only screen and (min-width: 2102px) {
    #hero-carousel .hero-artists {
        column-gap: 32px;
    }
}
@media only screen and (min-width: 2332px) {
    #hero-carousel .hero-artists {
        column-gap: 55px;
    }
}

.blue-200 {
    font-size: 14px;
    font-weight: 500;
    color: var(--blue-500) !important;
}
.content-box {
    background: none;
}

span.caption.pink-200 {
    color: #FF41B4;
}

.topList,
.topList ~ .topSection {
    background-color: transparent !important;
}
.side-bar-algolia {
    background-color: #FAFAFA !important;
}
.sideBar {
    background-color: #FFF !important;
    border: 1px solid #0000001F !important;

    .profileName {
        color: #000000DE;
    }
    .options {
        color: #FFF !important;
        background-color: #FF41B4;
    }
    .options:hover {
        background-color: #FF63C8;
        color: #FFF !important;
    }
    .options-blue {
        background-color: #FFF;
        color: #03A9F4;
        border: 1px solid #03A9F4;
    }
    .options-blue:hover {
        color: #03A9F4 !important;
        background-color: #0000000A;
        border: 1px solid #0000000A;
    }
    .dollar-shaped path {
        fill: #03A9F4;
    }
    .content_items {
        color: #000000DE;
    }
    .options-social, .options-social:focus {
        background: #fff !important;
        color: #00000099 !important;
        border: 1px solid #0000001F !important;
    }
    .options-social:hover {
        background-color: #0000001F !important;
    }
    .options-social svg path {
        fill: #00000099;
    }
    .unFavoriteTrigger.options-social svg path {
        fill: var(--iwc-pink);
    }
}
.ais-SortBy-select, .ais-MenuSelect-select {
    background: #FFF !important;
    border: 1px solid #0000001F !important;
    color: #000000DE !important;
}
.ais-Pagination-list li.ais-Pagination-item {
    border: 1px solid #0000001F !important;
    color: #00000099 !important;
}
.ais-Pagination-list .ais-Pagination-item:hover:not(.ais-Pagination-item--selected), .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--selected {
    background: #F068961F !important;
    border: 1px solid var(--iwc-pink) !important;
    color: var(--iwc-pink) !important;
}
.ais-Pagination-list .ais-Pagination-item:hover:not(.ais-Pagination-item--selected) a, .ais-Pagination-list li.ais-Pagination-item--selected a, .ais-Pagination-list li.ais-Pagination-item--selected a:hover {
    color: var(--iwc-pink) !important;
}
#searchbox .ais-SearchBox-input {
    background: #0000001F !important;
    color: #585858 !important;
    border: 1px solid #0000001F !important;
}
#searchbox .ais-SearchBox-input::placeholder {
    color: #585858;
}
.common-custom-toggle {
    .btn-dropdown-custom {
        background-color: #FFF !important;
        color: #000000DE !important;
        border: 1px solid #0000001F !important;
    }
    .open>.dropdown-menu {
        border: 1px solid #0000001F !important;
        background: #FFF !important;
        color:  #000000DE !important;
        box-shadow: none;
    }
    .dropdown-toggle .custom-caret {
        background-image: url('/design-1/images/icons/arrow-dark.svg') !important;
    }
}

#StoreMain {
    .topSelling, .categoryPlaceholder, .store_total_items, .about h2  {
        color: #000000DE;
    }

    .about .about-text {
        border: 1px solid #0000001F;
        color: #000000DE;
    }

}


/** Form Text Inputs - fti-1 **/

.custom_clip_order_form .customOrder {
    color: #000000DE;
}

.custom_clip_order_form .form-control {
    color: #000000;
}

.custom_clip_order_form .form-control, .custom_clip_order_form .form-group-multi-select .selectize-input {
    background-color: transparent;
    border-radius: 4px !important;
}

.custom_clip_order_form .form-group-multi-select .selectize-input {
    background-image: url(/design-1/images/arrow_dark.svg);
}


.custom_clip_order_form .form-control {
    border: 1px solid #00000061 !important;
}

.custom_clip_order_form select.form-control {
    background-image: url(/design-1/images/arrow_dark.svg);
}

.custom_clip_order_form .form-control option, .custom_clip_order_form .form-group-multi-select option {
    background-color: #ffffff;
    color: #00000099;
}

.form-control .selectize-dropdown-content {
    background-color: #ffffff;
    color: #00000099;
}
.form-control .selectize-dropdown-content:hover {
    background-color: #ffffff;
    color: #00000099;
}

.custom_clip_order_form .hr {
    background: #0000001F;
}


.custom_clip_order_form .custom_clips_title {
    color: #000000DE;
}

.custom_clip_order_form .checkbox-container {
    border: 1px solid #0000001F;
}

.custom_clip_order_form .pink-checkbox {
    color: #00000099;
}
.custom_clip_order_form .pink-checkbox:hover .checkmark  {
    border: 2px solid #000000;
}

.custom_clip_order_form .pink-checkbox .checkmark {
    border: 2px solid #00000099;
}

.custom_clip_order_form .pink-checkbox input:checked ~ .checkmark {
    background: #FF41B4 !important;
    border: 2px solid #FF41B4 !important;
}

.custom_clip_order_form .pink-checkbox input:checked ~ .checkmark::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.custom_clip_order_form .pink-radio {
    color: #00000099;
}

.custom_clip_order_form .pink-radio .checkmark {
    border-color: #00000099;
}

.custom_clip_order_form .pink-radio input:checked ~ .checkmark {
    border-color: #FF41B4 !important;
}

.custom_clip_order_form .pink-radio .checkmark:after {
    background: #FF41B4 !important;
}

.custom_clip_order_form #custom_name_input_block {
    color: #00000099;
}

.custom_clip_order_form #custom_name_input_block .text_input {
    background: transparent;
    border: 1px solid #00000061;
}

.custom_clip_order_form .custom-description-label {
    color: #000000DE;
}

.custom_clip_order_form .remaining, .custom_clip_order_form .not-allowed-text, .custom_clip_order_form .goodTip {
    color: #00000099;
}

.custom_clip_order_form .orderSummary {
    color: #000000DE;
}

.custom_clip_order_form .custom_clips_subtitle {
    color: #000000DE;
}

.custom_clip_order_form .summary-row .text-right {
    color: #00000099;
}

.custom_clip_order_form .completeOrder .checkout-subtotal, .custom_clip_order_form .completeOrder .checkout-total {
    color: #000000DE;
}

.custom_clip_order_form .completeOrder .text-right {
    color: #00000099;
}

.custom_clip_order_form .complete {
    background: #FF41B4;
    color: #FFFFFF;
}

.custom_clip_order_form .complete:hover {
    background: #FF63C8 !important;
    color: #FFFFFF !important;
}


/** scrollbar **/

::-webkit-scrollbar-track {
    background: #ababab;
}

::-webkit-scrollbar-thumb {
    background: #2e2e2e;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0, 0.6);
}
/** scrollbar **/

.cc-container {
    background-color: #FAFAFA;
}
.cc-title h5{
    color: rgba(0,0,0, .87);
}
.cc-tabs {
    border-bottom: 1px solid rgba(0,0,0, .12);
}
.cc-tabs a.cc-tab {
    color: rgba(0,0,0, .60);
}

.cc-tabs a.cc-tab.active, .cc-tabs a.cc-tab:hover {
    color: #FF41B4;
    border-bottom: 1px solid #FF41B4;
}
.cc-model-name span {
    color: #FF41B4;
}
.cc-model-name span:hover {
    color: var(--pink-100);
}
.cc-block {
    border: 1px solid rgba(0,0,0, .12);
    background-color: white;
}
.cc-block-title {
    color: rgba(0,0,0, .87);
}
.cc-block-title .material-symbols-outlined.dollar-shaped {
    background-image: url('../../../images/white/dollar-shaped.svg');
}
.cc-order-note {
    color: rgba(0,0,0, .87);
}
.cc-order-row {
    color: rgba(0, 0, 0, .87);
}

.divider {
    background: rgba(0, 0, 0, .12);
}
.cc-row-title:not(.cc-price-row), .cc-row-title:not(.cc-price-row) a {
    color: rgba(0,0,0, .60);
;}
.cc-row-subtotal {
    color: rgba(0,0,0, .87);
}
.cc-row-description {
    color: rgba(0,0,0, .87);
}
.cc-row-description a {
    color: #FF41B4;
}
.cc-row-description a:hover {
    color: var(--pink-100);
}
.cc-order-chat {
    background: rgba(0,0,0, .04);
}
.cc-message-block .cc-message-date {
    color: rgba(0,0,0, .38);
}
.cc-message-block .cc-message:after {
    border-left: 6px solid rgba(0,0,0, .12);
}
.cc-message-block .cc-message .cc-message-text-area {
    background-color: rgba(0,0,0, .12);
}
.cc-message-block .cc-message .cc-message-text-area p {
    color: #000000;
}
.cc-message-block.cc-sender_model .cc-message:after {
    border-right: 7px solid #FF41B4;
}
.cc-message-block.cc-sender_model .cc-message .cc-message-text-area {
    background-color: #FF41B4;
}
.cc-message-enter #custom_order_chat_message_input {
    background-color: rgba(0,0,0, .04);
    color: black;
}
.cc-message-enter .cc-send-message {
    background-color: rgba(0,0,0, .04);
    color: rgba(0,0,0, .5);
}
.cc-message-enter .cc-send-message:hover {
    color: black;
}

@media (max-width: 767px) {
    .cc-order-header {
        background-color: #fff;
    }

    .row-content-count {
        border-top: 1px solid #0000001F !important;
        border-bottom: 1px solid #0000001F !important;
    }
}

#paymentModal.tipMemberForm {
    .storeName {
        color: #000000DE;
    }
    .modal-content {
        background-color: #FFF;
    }
    .amountSection {
        background-color: #FFF;
    }
    .form-control {
        border: 1px solid #00000061;
        background-color: #fff;
        color: #000000DE;
    }
    .totalCheckout h1 {
        color: #000000DE;
        font-size: 20px;
        opacity: 0.87;
        font-weight: 500;
    }
    .info-icon img {
        padding: 16px 16px 0 0;
        background-size:auto;
        width:0px;
        height: 0px;
        background-image: url("../../../../images/alert-white.svg");
    }
    button.order {
        color: #FFF;
        background-color: var(--iwc-pink);
    }
    button.order:hover {
        color: #FFF !important;
        background-color: #FF63C8 !important;
    }
    .order img {
        margin-bottom: 2px;
        padding: 18px 18px 0 0;
        background-size:auto;
        width:0px;
        height: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/images/dollar-attachment-white.svg");
    }
    .success-content-row {
        color: #000000DE;
    }
    .success-content-circle .success-check {
        color: var(--blue-500);
    }
    .success-content-circle {
        border: 2px solid var(--blue-500);
    }

}

#wishlist-search-form {
    .mobile-filter .filter-btn {
        background-color: #00000061;
    }
    .filter-modal {
        background-color: #FAFAFA;
        .modal-header, .modal-tabs {
            background-color: #FFF;
        }
    }
    .close-btn svg path {
        fill: #00000099;
    }
}
.wishlist-empty .heading, .wishlist-empty .heading-mobile {
    color: #000 !important;
}
.wishlist-empty.container img {
    padding: 206px 206px 0 0;
    background-size:auto;
    width:0px;
    height: 0px;
    background-image: url("../../../images/wishlist-empty.svg");
}
@media (max-width: 768px) {
    #wishlist-search-form {
        .filter-modal .modal-tabs .single-tab:hover, .filter-modal .modal-tabs .single-tab.active {
            color: var(--iwc-pink);
            border-bottom: 1px solid var(--iwc-pink);
        }
        .filter-modal .content .single-item[selected]:before {
            border-color: var(--iwc-pink);
        }
        .filter-modal .content .single-item[selected]:after {
            background-color: var(--iwc-pink);
        }
        .filter-modal .content .single-item:before {
            border: 1px solid #00000099;
        }
    }
}
.topList .topName {
    color: rgba(0, 0, 0, 0.87);
}

.topList .topLink .roundPic {
    box-shadow: 0 0 4px 5px #A0A0A0;
}

.content-items-slider .splide__slide {
    width: auto;
}

.content-items-slider .splide__track {
    pointer-events: none;
}
#weeks-top-20-slider .first-buttons {
    padding-bottom: 10px;
    margin-bottom: 10px;
    gap: 5px;
}
.content-items-slider .splide__track:hover {
    all: unset;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
.content-items-slider .splide__track .clip {
    pointer-events: auto;
}
.content-items-slider .content-box {
    margin-bottom: 0;
}
#pagination.pagination-hidden {
    display: none;
}
.no-overflow-x {
    overflow-x: hidden;
}
.splide__arrow.iwc-splide-arrow {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-out;
}
#hero-carousel .splide__arrow.iwc-splide-arrow {
    opacity: 0;
}
#hero-carousel .splide__arrow.iwc-splide-arrow:hover {
    opacity: 1;
}
.splide__arrow.iwc-splide-arrow:disabled,
.splide__arrow.iwc-splide-arrow:disabled:hover {
    opacity: 0;
}
.content-items-slider .splide__arrow.iwc-splide-arrow {
    z-index: 2;
}
.splide__arrow.iwc-splide-arrow.splide__arrow--prev {
    left: 0;
}
.splide__arrow.iwc-splide-arrow.splide__arrow--next {
    right: 0;
}
.top50 {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400 !important;
}

.customTopList .top50.top-list-stores-title, .customTopList .topName {
    color: #646464 !important;
}

.topBox {
    border: 2px solid #000 !important;
}

.topBox .rankName {
    color: #000;
}

.topBox .rankNumber {
    color: #FF41B4;
}

.showMoreTopList a,
.showMoreBottom a {
    font-size: 14px;
    color: #FF41B4 !important;
    border-color: #FF41B4 !important;
}

#direct-modal-heading .fundsAdd {
    color: #fff;
}

.mob-attributes-wrapper .aa-section-title {
    color: #000;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 4px 0;
    margin: 0 0 5px;
}

.addFundsModal .newCreditCard .form-group-dark {
    padding: 0;
}

@media (min-width: 991px) {
    .addFundsModal .col-sm-12.col-md-7.add-funds-col {
        padding-left: 0px;
        padding-right: 8px;
    }
    
    .addFundsModal .col-sm-12.col-md-5.add-funds-col {
        padding-left: 8px;
        padding-right: 0px;
    }

    .addFundsModal .existingCreditCard .fti-2.card_file {
        padding-left: 0;
    }

    .addFundsModal .existingCreditCard .fti-2.card_file select#credit_card {
        background-position-x: 160px;
    }
    
    .addFundsModal .existingCreditCard .fti-2.card_file,
    .addFundsModal .existingCreditCard .fti-2.ccvSection {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .addFundsModal .existingCreditCard #credit_card_select .row-gapped:before,
    .addFundsModal .existingCreditCard #credit_card_select .row-gapped:after {
        display: none;
    }
    .addFundsModal .existingCreditCard #credit_card_select .row-gapped {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .addFundsModal .existingCreditCard #credit_card_select {
        margin-top: 16px;   
    }

    .addFundsModal .existingCreditCard .fti-2.card_file,
    .addFundsModal .existingCreditCard .fti-2.ccvSection {
        margin: 0;
        padding: 0;
    }
}

.addFundsModal .btn.btn-primary.full-width.addFunds,
.addFundsModal .btn.btn-primary.full-width.addFundsMobile {
    transition: none;
    border: none;
}

.addFundsModal .btn.btn-primary.full-width.addFunds:hover,
.addFundsModal .btn.btn-primary.full-width.addFunds:focus,
.addFundsModal .btn.btn-primary.full-width.addFunds:active,
.addFundsModal .btn.btn-primary.full-width.addFundsMobile:hover,
.addFundsModal .btn.btn-primary.full-width.addFundsMobile:focus,
.addFundsModal .btn.btn-primary.full-width.addFundsMobile:active {
    background: #FF63C8 !important;
    color: #fff !important;
    letter-spacing: 1.25px;
}

.addFundsModal .col-sm-12.form-group.form-group-dark {
    padding: 0;
}

.addFundsModal .summarySection .notice {
    padding-left: 34px;
}
.addFundsModal .summarySection .notice:before {
    left: 3px;
    top: 3px;
}

@media (max-width: 990px) {
    .addFundsModal .newCreditCard .row .form-group-dark.form-group:first-child,
    .addFundsModal .newCreditCard .row .form-group-dark.form-group:last-child,
    .addFundsModal .form-group-dark-row:not(.radioChoice) {
        padding: 0px !important;
        margin: 0px !important;
        margin-bottom: 28px !important;
    }

    .addFundsModal .form-block {
        margin-bottom: 16px;
    }

    .addFundsModal .modal-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    
    .addFundsModal .mobile-view-button-block {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .addFundsModal .newCreditCard .row .form-group.form-group-dark.cvv-icon-row {
        margin-bottom: 0 !important;
    }

    .addFundsModal .modal-header {
        border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    }

    .addFundsModal .newCreditCard .divider {
        margin-top: 0px;
    }
}

/*  -- START .fti-2 COMMON -- */
.fti-2 {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	height: 46px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	box-sizing: border-box;
}

.fti-2 .fti-2-input {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;

	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 4px;
	outline: none;
	background-color: transparent;
	text-indent: 16px;
	box-shadow: none;
}

.fti-2 .fti-2-label {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;
	background-color: transparent;
	position: absolute;
	top: 10px;
	left: 14px;
	padding: 0px 4px;
	pointer-events: none;
	user-select: none;
}

.fti-2-icon-right {
	height: 100%;
	margin-right: 16px;
	box-sizing: border-box;
	display: flex;
	justify-items: center;
	align-items: center;
}

.fti-2 .fti-2-input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.fti-2 .fti-2-input:focus~.fti-2-label,
.fti-2 .fti-2-filled~.fti-2-label,
.fti-2 .fti-2-filled:focus~.fti-2-label {
	top: -9px;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.4px;
}

.fti-2,
.fti-2 .fti-2-label {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3;
}

.fti-2 .fti-2-input::-webkit-input-placeholder {
	color: transparent !important;
}
.fti-2 .fti-2-input:-moz-placeholder {
	color: transparent !important;
}
.fti-2 .fti-2-input::-moz-placeholder {
	color: transparent !important;
}
.fti-2 .fti-2-input:-ms-input-placeholder {
	color: transparent !important;
} 
.fti-2 .fti-2-input::placeholder {
	color: transparent !important;
}
.fti-2 select.fti-2-input {
    text-indent: 0px;
    padding-left: 16px;
}
/* .fti-2 WHITE */
.fti-2 .fti-2-label {
	color: rgba(0, 0, 0, 0.6);
}

.fti-2 {
	background: white;
	border-color: rgba(0, 0, 0, 0.38);
}

.fti-2 .fti-2-input:focus~.fti-2-label,
.fti-2 .fti-2-filled~.fti-2-label,
.fti-2 .fti-2-filled:focus~.fti-2-label {
	color: rgba(0, 0, 0, 0.38);
	background: rgba(255, 255, 255, 1);
}

.fti-2 .fti-2-input {
	color: rgba(0, 0, 0, 0.87);
	caret-color: rgba(0, 0, 0, 1);
}
/* .fti-2 WHITE ERROR */
.fti-2 .fti-2-input:has(.errorInput)~.fti-2-label,
.fti-2 .fti-2-input:focus:has(.errorInput)~.fti-2-label {
    color: #B00020;
}

.fti-2 .fti-2-input:has(.errorInput) {
    caret-color: #B00020;
	  color: #B00020;
}

.fti-2:has(.errorInput) {
	border-color: #B00020;
}

.fti-2 .fti-2-input:-webkit-autofill, 
.fti-2 .fti-2-input:-webkit-autofill:hover, 
.fti-2 .fti-2-input:-webkit-autofill:focus {
	-webkit-text-fill-color: rgba(0, 0, 0, 0.87);
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
	caret-color: rgba(0, 0, 0, 1);
	appearance: auto;
} 

/* -- END fti-2  --  */   

.addFundsModal .fti-2 .cvv-notice {
	right: 0px;
	top: 0px;
}

.addFundsModal:not(.c2cModal) .form-control,
.addFundsModal:not(.c2cModal) .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
}

#paymentModal .amountInput {
    height: auto;
    margin-bottom: 12px;
}

#paymentModal.addFundsModal .btn.btn-primary.full-width.addFunds,
#paymentModal.addFundsModal .btn.btn-primary.full-width.addFunds:hover,
#paymentModal.addFundsModal .btn.btn-primary.full-width.addFundsMobile,
#paymentModal.addFundsModal .btn.btn-primary.full-width.addFundsMobile:hover {
    letter-spacing: 1.25px;
}

#paymentModal.addFundsModal .form-group-dark .text-center .redesign-btn.primary.full-width {
    transition: none;
}

@media only screen and (min-width: 992px) {
    .addFundsModal .row-gapped {
        display: flex;
        gap: 8px;
        justify-content: space-between;
        align-items: center;    
    }
    .addFundsModal .row-gapped:before,
    .addFundsModal .row-gapped:after {
        display: none;
    }
}

.addFundsModal .totalFunds {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #000000;
    min-height: 48px;
}

.addFundsModal .add-funds-heading h4 {
    margin-bottom: 0; 
}

/* Local Payment Options fixes */
@media only screen and (max-width: 767px) {
    .addFundsModal.local-payment-option > .mobile-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        padding: 16px !important;
        background: #fff !important;
        z-index: 1 !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .addFundsModal.local-payment-option > .mobile-header .close-modal {
        position: static;
        background-image: url(../../../../images/cross-dark.svg);
        background-attachment: scroll;
    }

    .addFundsModal.local-payment-option .row .form-block .submit-part {
        display: none;
    }

    .addFundsModal .mobile-view-button-block {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0px;
        width: 100vw;
        padding: 16px;
        z-index: 1;
    }

    .addFundsModal.local-payment-option .contactStuff {
        margin-bottom: 40px;
    }

    #paymentModal.addFundsModal.local-payment-option .radioChoice .fti-2 {
        margin-bottom: 10px !important;
    } 
}

@media only screen and (min-width: 769px) {
    .local-payment-option.addFundsModal .modal-header {
        border-bottom: none;
    }

    .local-payment-option.addFundsModal .local-payment-tabs {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .local-payment-option.addFundsModal .local-payment-tabs .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .local-payment-option.addFundsModal .local-payment-tabs .row .local-payment-tab {
        text-overflow: ellipsis; 
        overflow: hidden; 
        white-space: nowrap;
        width: auto;
    }
}

@media only screen and (min-width: 992px) {
    .local-payment-option.addFundsModal #addFundsForm .add-funds-col:nth-child(1) {
        padding-left: 0;
        padding-right: 16px;
    }
    .local-payment-option.addFundsModal #addFundsForm .add-funds-col:nth-child(2) {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .local-payment-option.addFundsModal #addFundsForm .add-funds-col {
        padding-left: 0;
        padding-right: 0px;
    }
}

.local-payment-option.addFundsModal .local-payment-tabs {
    box-shadow: 0px -1px 0px -1px rgba(0, 0, 0, 0.12) inset;
}

#paymentModal.addFundsModal.local-payment-option .radioChoice.subtitle-2 {
    margin-bottom: 0px;
}

.addFundsModal.local-payment-option .fti-2.form-group.form-group-dark.form-group-dark-row {
    margin-bottom: 28px !important;
}
/* Local Payment Options fixes */

select#bill_country_select, select#bill_state_select{
    padding-right: 30px;
    max-width: 390px;
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
}


.open>.dropdown-menu {
    background-color: #FFF !important;
}

.common-custom-toggle .open .dropdown-toggle .caret-container .custom-caret {
    background-image: url('../../../images/arrow_up_white.svg') !important;
}

.ais-SearchBox form {
    position: relative;
}

.home-modal {
    z-index: 100000;
}

.redesign-select-selected {
    background-color: #FFF;
    border: 1px solid #0000001F;
}

.redesign-select-selected:after {
  border-color: #000099 transparent transparent transparent !important;
}

.redesign-select-selected.select-arrow-active:after {
  border-color: transparent transparent #00000099 transparent !important;
}

.redesign-select-items div,.select-selected {
  color: #000000DE;
}

.redesign-select-items {
  background-color: #FFF;
  box-shadow: 0px 3px 14px 0px #0000001F;
}

.redesign-select-items div:hover, .same-as-selected {
  background-color: #f5f5f5;
}

.left-panel-sticky-filters {
	position: sticky;
	top: 60px;
	height: calc(100vh - 240px);
	overflow-y: scroll;
	scroll-behavior: smooth;
	scroll-snap-type: proximity;
	scrollbar-color: transparent transparent;
	max-height: 2400px;
	scrollbar-width: thin;
}

.left-panel-sticky-filters.full-height {
	height: calc(100vh - 70px);
}

.fti-1-fieldset:focus-within {
    border-color:#03A9F4;

    .fti-1-legend{
        color:#03A9F4;
    }

    .fti-1-input {
        caret-color: #03A9F4;
    }
}

#guestShoppingCartForm,
#addFundsForm,
#membr-edit #accordion {
    .fti-2:focus-within {
        border-color:#03A9F4;

        .fti-2-label {
            color:#03A9F4;
        }

        .fti-2-input {
            caret-color: #03A9F4;
        }
    }
}

#guestShoppingCartForm,
#addFundsForm,
#membr-edit #accordion {
    .fti-2:has(.errorInput) {
        border-color: #B00020;

        .fti-2-input {
            caret-color: #B00020;
        }

        .fti-2-label {
            color: #B00020;
        }

        .fti-2-label {
            color: #B00020;
        }
    }
}

#supportForm .modal-input:focus {
    border-color: #B00020;
}

#accordion .popover-inner .popover-content {
    color: #B00020;
}

.input-container-small .w-search.small {
    background: #dcdcdc !important;
}
/*category page view list styles*/
#grid-view-mobile, #list-view-mobile {
    svg {
        rect {
            fill: rgba(255, 65, 180, 1);
        }
        path {
            fill-opacity: 1;
            fill: #fff;
        }
    }
}

.c-body .list-view .c-card:hover {
    border: 1px solid rgba(255, 65, 180, 1) !important;
    .c-card-title {
        color: rgba(255, 65, 180, 1);
    }
}

.theme-switcher {
    .switcher-wrapper {
        .theme-switcher-label {
            background: #FF41B43D;
            .switch-option {
                fill: #00000061 !important;
            }

            .switch-toggle {
                background: #FF41B4;
                box-shadow: 3px 2px 3.7px #0000005e;

                svg {
                    fill: #fff;
                }
            }
        }
    }
}

.switch-button {
    svg {
        path {
            transition: fill 0.6s ease, stroke 0.6s ease;
        }
        path:first-child {
            stroke-opacity: 0.6;
        }
        path:last-child {
            fill-opacity: 0.6;
        }
    }
}

.switch-button.active {
    svg {
        path {
            fill: rgba(255, 65, 180, 1);
        }
        path:first-child {
            stroke: rgba(255, 65, 180, 1);
            stroke-opacity: 1;
        }
        path:last-child {
            fill: #fff;
            fill-opacity: 1;
        }
    }
}

.view-switcher #list-view svg:hover, .view-switcher #grid-view svg:hover {
    fill: rgba(255, 65, 180, 0.12);
}

/*Followed Artists filters*/
.artists-filter {
    a {
        font-size: 14px;
        letter-spacing: 1.25px;
        color: rgba(0, 0, 0, 0.6);
        padding: 5px 16px;
    }
    a:hover {
        color: rgba(255, 65, 180, 1);
    }
    .active {
        background: rgba(255, 65, 180, 0.08);
        color: rgba(255, 65, 180, 1);
    }
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    width: max-content;
}
.artists-filter a:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.empty-followed-artists {
    .empty img {
        content: url('/images/group.svg');
    }

    .empty-block {
        text-align: center;
    }

    .empty-block .empty {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.12);
        position: relative;
        border-radius: 50%;
        height: 209px;
        width: 209px;
        text-align: center;
        margin: 20px auto;
    }

    .favorites {
        font-size: 24px;
        color: rgba(0, 0, 0, 0.87);
        margin: 35px 10px 20px 10px;
    }

    .empty-block .followButton {
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        background-color: rgba(255, 65, 180, 1);
        padding: 10px 16px 10px 16px;
        display: inline-block;
    }

    .empty-block .followButton:hover {
        color: rgba(255, 255, 255, 1) !important;
        background-color: rgba(255, 99, 200, 1) !important;
    }
}

@media (max-width: 768px) {
    .empty-followed-artists {
        .col-xs-4 {
            padding: 0;
            width: 0;
        }
        .empty-block {
            margin: 0;
            width: 100%;
        }
        .favorites {
            font-size: 20px;
        }
    }
    .artists-filter {
        display: inline-flex;
        width: 100%;
        a {
            width: 50%;
            padding: 5px 14px;
            text-align: center;
        }
    }
}

.categoty-modal-limit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
    z-index: 1000000;
}

.categoty-modal-limit-icon {
    border: 2px solid #8BD7FA;
}

.category-modal-limit-content {
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 1);
}

.category-modal-limit-text {
    color: #00000060;
}
#buorgul, #buorgpermanent {
    color:#fff !important;
    background: #FF41B4 !important;
}
.buorg {
    background-color: #FEF1F9 !important;
}
/*Content box*/

.content-button {
    border: solid 1px rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.6);
}

.content-button span{
    color: rgba(0, 0, 0, 0.6);
}

.model-content-box-name-color {
    color: rgba(0, 0, 0, 0.6);
}

.badge-content-item {
    background: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
}
.addToCart.disabled:not(.content-store-button-cart) {
    background: transparent;
    opacity: 1;
}
.addToCart.disabled.content-store-button-cart, #store-disabled-btn.content-store-button-cart {
    background-color: rgb(85, 85, 85);
    color: rgb(255, 255, 255);
}
/* Home blocks */
.main {
    background: transparent;
}
.main section h5 {
    color: #212121;
}
.main section h5 a {
    color: #FF40B6;
}
.main section h5 a:after {
    border: solid #FF40B6;
    padding: 3px;
    border-width: 0 2px 2px 0;
}
.main .section-description p, .main .switcher span {
    color: #666;
}
.main .switcher span {
    border: 1px solid #D1D1D1;
}
.main .switcher span:not(.active):hover {
    color: #FF40B6;
    background: #EEE;
}
.main .switcher span.active {
    color: #FF40B6;
    background: #EEE;
    cursor: default;
}
.main .show-more-divider {
    background: #9E9E9E;
}
.main .show-more, .main .show-all {
    color: #FF40B6;
}
.main .show-more:after, .main .show-all:after {
    border: solid #FF40B6;
    padding: 3px;
    border-width: 0 0 2px 2px;
}
.main .show-all:after {
    border-width: 0 2px 2px 0;
}
.trending-items a {
    background: #E0E0E0;
    color: #1D1D1D;
}
.trending-items a:hover{
    background: #FF40B6;
    color: #FFF;
}
.trending-items a:before {
  background: #FF40B6;
}
.trending-items a:hover:before {
    background: #1D1D1D;
}
.trending-scroll-wrapper .scroll-btn {
    background: #E0E0E0;
  }
.trending-scroll-wrapper .scroll-btn:after {
    border: solid #FF40B6;
    padding: 3px;
    border-width: 0 2px 2px 0;
}
.trending-scroll-wrapper .left.scroll-btn:after {
    border-width: 2px 0 0 2px;
}
.artist-info h6 .artist-name, .artist-info .primary-category {
    color: #212121;
}
.artist-info h6 .artist-name:hover {
    color: #FF40B6;
}
.artist-info .primary-category {
    background: #E0E0E0;
}
.shimmer-wrapper {
    background-color: #E0E0E0;
}
.shimmer {
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0) 100%
    );
}
.main .banners {
    .banner {
        .banner-link {
            color: #E5E0E3;

            .banner-action {
                background: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
            }
            .banner-action:after {
                border: solid #E5E0E3;
                border-width: 0 2px 2px 0;
            }
        }
    }
}
/* CATEGORY CARD */
.category-card {
    border: 1px solid var(--border-color);
    background: #FFF;

    h6 {
        color: #212121
    }
    p {
        color: #666;
    }
    p.category-description {
        background: #FFF;
        border: 1px solid var(--border-color);
    }

}
@media (max-width: 480px) {
    .main .banners {
        .banner-link {
            background: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
        }
        .banner-action {
            background: transparent;
        }
   }
}
/*END CATEGORY CARD */
/* end home blocks */

.cc-order-row .material-symbols-outlined.dollar-shaped {
    background-image: url('../../../images/white/dollar-shaped.svg');
}