﻿@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.html-connect-page [id*="-notification"]:not(#bar-notification),
.html-connect-page .ajax-loading-block-window,
.html-connect-page .main-menu {
    display: none !important;
}

.html-connect-page body {
    overflow-x: clip;
}

.html-connect-page body .select2-container {
    z-index: 1000000;
}

.html-connect-page body .text-success {
    color: #3d7632;
}

.html-connect-page body .text-danger {
    color: #B51F1F
}

.html-connect-page .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.html-connect-page .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.html-connect-page .cookie-consent-popup-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.html-connect-page .cookie-consent-popup-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 10000;
}

.html-connect-page .cookie-consent-popup-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.html-connect-page .cookie-consent-popup-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.html-connect-page .cookie-consent-popup-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.html-connect-page .cookie-consent-popup-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.html-connect-page .cookie-consent-container {
    max-width: 470px;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup {
    position: relative;
    padding: 20px 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    text-align: left;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .title strong {
    color: #000;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .title .mfp-close {
    position: static;
    color: #000;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .inputs {
    display: flex;
    flex-wrap: wrap;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .inputs.filter-addresses {
    padding: 10px;
    margin: 0;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .group-inputs {
    margin: 0 -1% 5px;
    width: 100%;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .inputs label,
.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .inputs input,
.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .inputs select {
    display: block;
    text-align: left;
    margin: 0 0 5px 0;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .inputs.filter-addresses [data-filter-addresses] {
    width: 100%;
    border-radius: 10px;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .available-addresses .addresses-list {
    max-height: 295px;
    overflow: auto;
    padding: 0 10px;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons {
    display: flex;
    justify-content: center;
    margin: 0;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons .add-address,
.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons .confirm {
    background-color: #b51f29;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 10px 0 !important;
    text-align: center;
    color: #fff;
    padding: 10px 20px 10px 10px;
    border: 0;
    position: relative;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons .add-address {
    background-color: #1b1f27;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons .confirm:hover {
    background-color: #cb232e;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons .add-address:hover {
    background-color: #1b1f27;
    opacity: 0.9;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons .confirm:not(.loading):before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f101";
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 13px;
    color: #fff;
    line-height: 27px;
    transition: all 300ms linear;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons .add-address .lds-dual-ring,
.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons .confirm .lds-dual-ring {
    width: 16px;
    height: 16px;
}

.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons .add-address .lds-dual-ring:after,
.html-connect-page .cookie-consent-container .cookie-consent-popup .billing-address .buttons .confirm .lds-dual-ring:after {
    width: 16px;
    height: 16px;
    margin: 0;
    border-width: 3px;
}

.html-connect-page .validation-summary-errors {
    text-align: center;
    margin: 10px 0;
    color: #b51f29;
}

.html-connect-page .item-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

.html-connect-page .item-list .item input {
    margin-right: 8px;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.html-connect-page .item-list .item label {
    background-color: #fff;
    border-radius: 10px !important;
    cursor: pointer;
    width: 100%;
    color: #444;
    font-size: 12px;
    padding: 8px 20px;
    font-weight: 500;
    position: relative;
}

.html-connect-page .item-list .item input:checked ~ label {
    color: #b51f29
}

.html-connect-page .new-address .inputs .option-list li {
    background-color: transparent !important;
    padding: 0;
    border-radius: 30px;
}

.html-connect-page .new-address .inputs .option-list input[type=radio] {
    display: none;
}

.html-connect-page .new-address .inputs .option-list input[type=radio] ~ label {
    margin: 0 !important;
    line-height: 25px;
    text-align: center !important;
    cursor: pointer;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    width: auto !important;
    color: #000;
    background-color: #fff;
}

.html-connect-page .new-address .inputs .option-list input[type=radio]:checked ~ label {
    color: #fff;
    background-color: #1b1f27;
}

.html-connect-page .header {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}

.html-connect-page .header .header-links span,
.html-connect-page .header .header-links > ul > li > a,
.html-connect-page .header .header-links > ul > li:before,
.html-connect-page .header .header-links a:before,
.html-connect-page .header .header-links #topcartlink:before {
    color: #fff;
}

.html-connect-page .header .header-links .wishlist-qty,
.html-connect-page .header .header-links .cart-qty {
    background-color: #fff;
    color: #b51f2a !important;
}

.html-connect-page .header .flyout-cart {
    color: #333;
}

.html-connect-page .header .search-box form:not(.active),
.html-connect-page .header .search-box form:not(.active) input,
.html-connect-page .header .search-box form:not(.active) input::placeholder,
.html-connect-page .header .search-box form:not(.active) button,
.html-connect-page .header .search-box form:not(.active) button:before {
    background-color: transparent;
    color: #fff;
}

.html-connect-page .header-logo .white img,
.html-connect-page .header-logo .black img {
    max-height: 115px;
}

.html-connect-page .header-logo .black {
    display: none;
}

.html-connect-page .header-logo .white {
    display: block;
}

.html-connect-page .page {
    padding-top: 0;
}

.html-connect-page .page .section-title {
    text-align: center;
    font-size: 56px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.html-connect-page .page .section-content {
    display: flex;
    justify-content: center;
}

.html-connect-page .page .section-content + .section-content {
    margin-top: 60px;
}

.html-connect-page .page .section-content.section-row {
    margin: 0 -10px;
}

.html-connect-page .page .section-content .section-col {
    flex-grow: 1;
    width: 100%;
    padding: 0 10px;
}

.html-connect-page .page .connect-card {
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.html-connect-page .page .connect-card .card-title {
    padding: 15px 20px;
    border-bottom: 2px solid #ebebeb;
}

.html-connect-page .page .connect-card .card-body {
    padding: 15px 20px;
}

.html-connect-page .page .hero-section-wrapper {
    padding: 200px 0;
    background: linear-gradient(to right, rgba(28, 28, 64, 1) 0%, rgba(181, 31, 42, 1) 80%);
    color: #fff;
}

.html-connect-page .page .perks-section-wrapper {
    margin-top: -100px;
}

.html-connect-page .page .availability-section-wrapper {
    margin-top: -150px;
}

.html-connect-page .page .subscription-section-wrapper {
    margin: 60px 0 0;
    background-image: url('/Themes/BarberStore/Content/images/connect/wave1.png');
    background-repeat: no-repeat;
    background-size: 110% 90%;
    background-position: center;
    padding: 130px 0 400px;
    position: relative;
}

.html-connect-page .page .advantages-section-wrapper {
    margin-top: 60px;
    margin-bottom: -240px;
    z-index: 1;
    position: relative;
}

.html-connect-page .page .add-to-cart-section-wrapper {
    margin: 60px 0 0;
    background-image: url('/Themes/BarberStore/Content/images/connect/wave1.png');
    background-repeat: no-repeat;
    background-size: 110% 90%;
    background-position: center top;
    padding: 130px 0 400px;
    position: relative;
}

.html-connect-page .page .faq-section-wrapper {
    background-image: url('/Themes/BarberStore/Content/images/connect/wave2.png');
    background-repeat: no-repeat;
    background-size: 110% 90%;
    background-position: center;
    padding: 200px 0 400px;
    position: relative;
}

.html-connect-page .page .video-section-wrapper {
    margin: 80px 0 0;
    padding: 150px 0 0;
    background-image: url('/Themes/BarberStore/Content/images/connect/wave3.png');
    background-repeat: no-repeat;
    background-size: 110% 90%;
    background-position: center;
    color: #fff;
    position: relative;
}

.html-connect-page .page .hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.html-connect-page .page .hero-section {
    text-align: center;
}

.html-connect-page .page.subscription-page .hero-section p:nth-child(1),
.html-connect-page .page.subscription-page .hero-section p:nth-child(2) {
    font-size: 60px;
}

.html-connect-page .page.subscription-page .hero-section p:nth-child(3) {
    margin: 40px 0;
    font-size: 44px;
}

.html-connect-page .page .hero-section img {
    width: 580px;
    max-width: 90%;
}

.html-connect-page .page .hero-section .hero-title img {
    display: block;
    width: 580px;
    max-width: 90%;
    margin: 0 auto 80px auto;
}

.html-connect-page .page .hero-section .hero-title p {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 2px;
}

.html-connect-page .page .hero-section .hero-title p:not(:first-of-type) {
    font-size: 64px;
}

.html-connect-page .page .hero-section .hero-title p:last-of-type {
    font-size: 56px;
}

.html-connect-page .page .hero-section .hero-action {
    background-color: #ffcc00;
    font-size: 48px;
    font-weight: 900;
    color: #000;
    padding: 5px 30px;
    border-radius: 100px;
    text-decoration: none !important;
    margin-top: 30px;
    transition: background 150ms ease-in-out;
}

.html-connect-page .page .hero-section .hero-action:hover {
    background-color: #efbe00;
    transition: background 150ms ease-in-out;
}

.html-connect-page .page.subscription-page .hero-section .hero-action {
    background-color: #2d9b2d;
    font-size: 56px;
    font-weight: normal;
    color: #fff;
    padding: 0 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    text-decoration: none !important;
    margin-top: 30px;
    transition: background 150ms ease-in-out;
}

.html-connect-page .page.subscription-page .hero-section .hero-action:hover {
    background-color: #257e25;
    transition: background 150ms ease-in-out;
}

.html-connect-page .page .perks-section {
    background-color: #fff;
    color: #333;
    border-radius: 15px;
    display: flex;
}

.html-connect-page .page .perks-section .item {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.html-connect-page .page .perks-section .item .title {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 900;
}

.html-connect-page .page .perks-section .item .details {
    color: #333;
    margin-top: 10px;
}

.html-connect-page .page .availability-section .section-title {
    text-align: center;
    color: #fff;
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 20px;
}

.html-connect-page .page .availability-section .availability {
    text-align: center;
    font-size: 54px;
    font-weight: 900;
    margin: 20px 0;
    color: #000
}

.html-connect-page .page .availability-section .progress {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 20px;
}

.html-connect-page .page .availability-section .progress .begin,
.html-connect-page .page .availability-section .progress .end {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.html-connect-page .page .availability-section .progress .begin img,
.html-connect-page .page .availability-section .progress .end img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.html-connect-page .page .availability-section .progress .development {
    flex-grow: 1;
    margin: 0 15px;
    position: relative;
    top: -15px;
}

.html-connect-page .page .availability-section .progress .development .pill {
    width: 100%;
    height: 18px;
    background: #ddd;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.html-connect-page .page .availability-section .progress .development .pill div {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    background: linear-gradient(to right, rgba(28, 28, 64, 1) 0%, rgba(181, 31, 42, 1) 80%);
}

.html-connect-page .page .availability-section .progress .development .start,
.html-connect-page .page .availability-section .progress .development .finish,
.html-connect-page .page .availability-section .progress .development .current {
    font-size: 20px;
    color: #000;
    padding: 0 5px;
    margin: 0 5px;
}

.html-connect-page .page .availability-section .progress .development .start,
.html-connect-page .page .availability-section .progress .development .finish {
    position: absolute;
    top: -35px;
}

.html-connect-page .page .availability-section .progress .development .start {
    left: 0;
}

.html-connect-page .page .availability-section .progress .development .finish {
    right: 0;
}

.html-connect-page .page .availability-section .progress .development .start:before,
.html-connect-page .page .availability-section .progress .development .finish:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 2px;
    height: 35px;
    background-color: #000;
}

.html-connect-page .page .availability-section .progress .development .start:before {
    left: 0;
}

.html-connect-page .page .availability-section .progress .development .finish:before {
    right: 0;
}

.html-connect-page .page .availability-section .progress .development .current {
    position: absolute;
    bottom: -35px;
    opacity: 0.5;
}

.html-connect-page .page .availability-section .progress .development .current:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 35px;
    background-color: #000;
}

.html-connect-page .page .availability-section .savings {
    text-align: center;
    font-size: 36px;
    margin-top: 20px;
    color: #000;
}

.html-connect-page .page .availability-section .savings .highlight {
    color: #B51F1F;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 0 0 4px #000;
}

.html-connect-page .page .availability-section .section-content .section-col {
    flex-grow: 1;
    width: auto;
}

.html-connect-page .page .availability-section .section-content .section-col:nth-child(2n + 1) {
    width: 100%;
}

.html-connect-page .page .availability-section .section-content .section-col .operand,
.html-connect-page .page .availability-section .section-content .section-col .operator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    padding: 20px 0;
    height: 100%;
}

.html-connect-page .page .availability-section .section-content .section-col .operand img {
    max-width: 100px;
    max-height: 100px;
}

.html-connect-page .page .availability-section .section-content .section-col .operand .description {
    font-size: 20px;
    flex-grow: 1;
    padding: 0;
}

.html-connect-page .page .availability-section .section-content .section-col .operand .description .highlight {
    color: #B11F2A;
    font-weight: 900;
}

.html-connect-page .page .availability-section .section-content .section-col .operand .amount {
    color: #2D9B2D;
    font-size: 48px;
}

.html-connect-page .page .availability-section .section-content .section-col .operator img {
    max-width: 55px;
    max-height: 55px;
}

.html-connect-page .page .subscription-section .section-title {
    color: #fff;
}

.html-connect-page .page .subscription-section > .connect-card {
    padding: 20px 0;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border: 1px solid #000;
    border-radius: 30px;
    box-shadow: 0 14px 12px #d5d5d5;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card .card-title {
    font-size: 18px;
    color: #000;
    text-align: center;
    border-bottom-color: #000;
    padding: 0 0 10px;
    margin: 15px 20px;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card .card-title .highlight {
    color: #B11F2A;
    font-weight: 900;
    text-transform: uppercase;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card .card-body img {
    display: block;
    max-width: 100%;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card .card-footer {
    color: #000;
    text-align: center;
    border-top: 2px solid #000;
    padding: 10px 0 0;
    margin: 15px 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card .card-footer img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status img {
    margin-bottom: 15px;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button {
    display: block;
    background-color: transparent;
    color: #000;
    margin-top: 10px;
    border-radius: 31px;
    padding: 10px 15px;
    font-weight: 900;
    border: 1px solid #000;
    transition: all 150ms linear;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    transition: all 150ms linear;
    cursor: pointer;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button.cancel-resubscribe-button {
    color: #f18e01;
    border-color: #f18e01;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button.cancel-resubscribe-button:hover {
    background-color: #f18e01;
    border-color: #f18e01;
    color: #fff;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button.continue-resubscribe-button {
    color: #2D9B2D;
    border-color: #2D9B2D;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button.continue-resubscribe-button:hover {
    background-color: #2D9B2D;
    border-color: #2D9B2D;
    color: #fff;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button.retry-payment-button {
    background-color: #2d9b2d;
    color: #fff;
    padding: 2px 8px;
    border: 2px solid #fff;
    font-size: 26px;
    border-radius: 10px;
    transition: background 150ms ease-in-out;
    font-weight: normal;
    margin: auto;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button.retry-payment-button:hover {
    background-color: #257e25;
    transition: background 150ms ease-in-out;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button.retry-payment-button + p {
    margin-top: 15px;
    color: #B11F2A
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .card-footer {
    flex-direction: column;
    font-size: 26px;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.status .card-footer p:first-child {
    color: #B11F2A;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-body .date {
    text-align: left;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-body .date p {
    font-size: 14px;
    color: #000;
    line-height: 0.9;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-body .date p strong,
.html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-body .date p strong {
    background: linear-gradient(to right, rgba(28, 28, 64, 1) 0%, rgba(181, 31, 42, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-body .date p:first-child strong {
    font-size: 48px;
    font-weight: normal;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-body .date p:last-child strong {
    font-size: 64px;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-footer {
    flex-direction: column;
    font-size: 28px;
    background: linear-gradient(to right, rgba(28, 28, 64, 1) 0%, rgba(181, 31, 42, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-footer img {
    max-height: 50px;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.card .card-footer {
    font-size: 36px;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.billing .card-body {
    font-size: 20px;
    color: #000;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.billing .card-footer {
    font-size: 22px;
    text-align: left;
}

.html-connect-page .page .subscription-section > .connect-card .connect-card.billing .card-footer img {
    max-height: 64px;
}

.html-connect-page .page .advantages-section .card-title .advantages-title {
    font-size: 32px;
    padding: 10px 0;
    border-radius: 30px;
    background-color: #1c1c40;
    color: #fff;
    margin: auto;
    text-align: center;
    width: 80%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.html-connect-page .page .advantages-section .card-title .advantages-title.connect {
    background: linear-gradient(to right, rgba(28, 28, 64, 1) 0%, rgba(181, 31, 42, 1) 80%);
    padding: 15px 0;
}

.html-connect-page .page .advantages-section .card-title .advantages-title.connect img {
    display: block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 100%;
}

.html-connect-page .page .advantages-section .advantages-list li {
    padding: 8px 0 8px 30px;
    position: relative;
    font-size: 22px;
    color: #000;
}

.html-connect-page .page .advantages-section .advantages-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.html-connect-page .page .advantages-section .advantages-list li:after {
    display: block;
    position: absolute;
    font-weight: bold;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.html-connect-page .page .advantages-section .advantages-list li.checked:before {
    border: 2px solid #3d7632;
}

.html-connect-page .page .advantages-section .advantages-list li.checked:after {
    content: '\2713';
    color: #3d7632;
    font-size: 24px;
    top: 1px;
    left: 4px;
}

.html-connect-page .page .advantages-section .advantages-list li.unchecked:before {
    border: 2px solid #B51F1F;
}

.html-connect-page .page .advantages-section .advantages-list li.unchecked:after {
    content: '\2718';
    color: #B51F1F;
    font-size: 18px;
    top: 7px;
    left: 4px;
}

.html-connect-page .page .add-to-cart-section .connect-card {
    max-width: 60%;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-title {
    background: linear-gradient(to right, rgba(28, 28, 64, 1) 0%, rgba(181, 31, 42, 1) 80%);
    text-align: center;
    font-size: 84px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0 7px 10px -2px #999999;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-title img {
    display: block;
    max-width: 50%;
}

.html-connect-page .page .add-to-cart-section .connect-card {
    margin: 120px 0 0;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body {
    text-align: center;
    color: #000;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body > * {
    margin-top: 15px;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body .subscription-type {
    font-size: 48px;
    line-height: 0.6;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body .subscription-old-price {
    text-decoration: line-through;
    font-size: 40px;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body .subscription-price {
    font-size: 48px;
    color: #B51F1F;
    font-weight: 900;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body .subscription-price small {
    color: #000;
    font-weight: normal;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body .subscription-buttons .add-to-cart-button {
    background: linear-gradient(to right, rgba(28, 28, 64, 1) 0%, rgba(181, 31, 42, 1) 80%);
    text-align: center;
    border-radius: 50px;
    padding: 15px 30px;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: box-shadow 150ms ease-in-out;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body .subscription-buttons .add-to-cart-button:hover {
    box-shadow: 0 0 5px 1px #ffa4a4;
    transition: box-shadow 150ms ease-in-out;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body .subscription-buttons .add-to-cart-button .lds-dual-ring {
    background: linear-gradient(to right, rgb(19, 19, 44) 0%, rgb(143, 26, 34) 80%);
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body .subscription-buttons .add-to-cart-button .lds-dual-ring:after {
    width: 30px;
    height: 30px;
    margin: auto;
}

.html-connect-page .page .add-to-cart-section .connect-card .card-body .subscription-lead {
    font-size: 18px;
}

.html-connect-page .page .calculator-section .connect-card {
    max-width: 55%;
    width: 100%;
    text-align: center;
    color: #000;
}

.html-connect-page .page .calculator-section .connect-card h2 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
}

.html-connect-page .page .calculator-section .progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.html-connect-page .page .calculator-section .progress.orders-count {
    padding-top: 65px;
}

.html-connect-page .page .calculator-section .progress.orders-value {
    padding-bottom: 65px;
}

.html-connect-page .page .calculator-section .progress .development {
    flex-grow: 1;
    margin: 0 15px;
    position: relative;
}

.html-connect-page .page .calculator-section .progress .development:before,
.html-connect-page .page .calculator-section .progress .development:after {
    display: block;
    position: absolute;
    width: 1px;
    color: #000;
    font-weight: 900;
}

.html-connect-page .page .calculator-section .progress .development:before {
    left: 0;
}

.html-connect-page .page .calculator-section .progress .development:after {
    right: 0;
}

.html-connect-page .page .calculator-section .progress.orders-count .development:before {
    content: '1';
    top: -32px;
    border-bottom: 24px solid #000;
}

.html-connect-page .page .calculator-section .progress.orders-value .development:before {
    content: '50';
    bottom: -36px;
    border-top: 24px solid #000;
}

.html-connect-page .page .calculator-section .progress.orders-count .development:after {
    content: '15';
    top: -32px;
    border-bottom: 24px solid #000;
}

.html-connect-page .page .calculator-section .progress.orders-value .development:after {
    content: '2000';
    bottom: -36px;
    border-top: 24px solid #000;
}

.html-connect-page .page .calculator-section .progress .development .pill {
    width: 100%;
    appearance: none;
    height: 4px;
    background: #000;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
    opacity: 0.9;
}

.html-connect-page .page .calculator-section .progress .development .pill:hover {
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.html-connect-page .page .calculator-section .progress .development .pill::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 3px #ccc;
}

.html-connect-page .page .calculator-section .progress .development .pill::-moz-range-thumb {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 3px #ccc;
}

.html-connect-page .page .calculator-section .progress .development .current {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    border-radius: 4px;
    cursor: default;
    white-space: nowrap;
    z-index: 1;
}

.html-connect-page .page .calculator-section .progress.orders-count .development .current {
    top: -36px;
}

.html-connect-page .page .calculator-section .progress.orders-value .development .current {
    bottom: -36px;
}

.html-connect-page .page .calculator-section .progress .development .current:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.html-connect-page .page .calculator-section .progress.orders-count .development .current:after {
    bottom: -8px;
    border-width: 8px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
}

.html-connect-page .page .calculator-section .progress.orders-value .development .current:after {
    top: -8px;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #000 transparent;
}

.html-connect-page .page .calculator-section .estimate {
    padding: 40px 0;
}

.html-connect-page .page .calculator-section .estimate .amount {
    display: block;
    font-size: 48px;
    padding: 20px 0;
}

.html-connect-page .page .calculator-section .estimate .amount .highlight {
    color: #2D9B2D
}

.html-connect-page .page .calculator-section .estimate .amount .lead {
    display: block;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
}

.html-connect-page .page .calculator-section .estimate .hero-action {
    display: inline-block;
    background: #000;
    text-align: center;
    border-radius: 50px;
    padding: 15px 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.html-connect-page .page .faq-section .section-title {
    margin-bottom: 80px;
}

.html-connect-page .page .faq-section .faq-items {
    color: #000;
}

.html-connect-page .page .faq-section .faq-items .title {
    font-family: 'Euclid-Circular', sans-serif;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 24px;
    position: relative;
    vertical-align: middle;
    color: #000;
    padding: 12px 0;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    text-align: left !important;
}

.html-connect-page .page .faq-section .faq-items .title:before {
    content: '?';
    display: block;
    border-radius: 50%;
    border: 2px solid #000;
    width: 28px;
    height: 28px;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    text-align: center;
    margin: 1px 8px 0 0;
    flex-shrink: 0;
}

.html-connect-page .page .faq-section .faq-items .title:after {
    content: '\2304';
    display: block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 32px;
    font-weight: 900;
    line-height: 0;
    text-align: center;
    margin-left: auto;
    transform: scaleX(1.5);
}

.html-connect-page .page .faq-section .faq-items .content {
    font-family: 'Euclid-Circular', sans-serif;
    text-align: left !important;
}

.html-connect-page .page .faq-section .faq-items .ui-accordion-header-collapsed:nth-last-child(2) {
    border-bottom-color: transparent;
}

.html-connect-page .page .video-section {
    display: flex;
    justify-content: center;
    flex-shrink: 2;
}

.html-connect-page .page .video-section .frame {
    position: relative;
    top: -300px;
    max-width: calc(100% - 70px);
}

.html-connect-page .page .video-section .frame img {
    display: block;
    width: 100%;;
}

.html-connect-page .page .video-section .frame iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 93.75%;
    height: 92.75%;
    border-radius: 5%;
    border-color: #000;
}


.html-connect-page .page .terms-section .terms {
    text-align: center;
    font-size: 24px;
    color: #000;
}

.html-connect-page .page .terms-section .terms a {
    display: block;
    width: 190px;
    margin: 16px auto 0;
    background: linear-gradient(to right, rgba(28, 28, 64, 1) 0%, rgba(181, 31, 42, 1) 80%);
    border-radius: 30px;
    padding: 10px 29px;
    position: relative;
}

.html-connect-page .page .terms-section .terms a:after {
    content: '';
    display: block;
    background-image: url('/Themes/BarberStore/Content/images/connect/ICON CLIK NEGRU.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 80px;
    transform: rotate(300deg);
    position: absolute;
    right: -40px;
    top: -10px;
}

.html-connect-page .page .terms-section .terms a img {
    display: block;
    width: 100%;
}

.html-connect-page .mero-modal {
    max-width: 590px;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 1.5px;
}

.html-connect-page .mero-modal:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #112650;
    z-index: -1;
}

.html-connect-page .mero-modal .mero-title {
    font-size: 28px;
    line-height: 34px;
    padding-top: 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    position: relative;
}

.html-connect-page .mero-modal .mero-title h1 {
    color: #fff;
}

.html-connect-page .mero-modal .mero-title strong {
    font-size: 18px;
}

.html-connect-page .mero-modal .mero-title .mero-dismiss {
    position: absolute;
    top: 20px;
    right: 5%;
    cursor: pointer;
}

.html-connect-page .mero-modal p {
    margin: 40px 0;
}

.html-connect-page .mero-modal p strong {
    font-size: 16px;
}

@media (max-width: 1366px) {
    .html-connect-page .page .add-to-cart-section-wrapper,
    .html-connect-page .page .faq-section-wrapper,
    .html-connect-page .page .subscription-section-wrapper {
        padding: 150px 0;
    }

    .html-connect-page .page .terms-section-wrapper {
        margin-bottom: 100px;
    }

    .html-connect-page .page .perks-section .item .title {
        font-size: 18px;
    }

    .html-connect-page .page .advantages-section .advantages-list li {
        font-size: 18px;
    }

    .html-connect-page .page .faq-section .section-title {
        top: -180px;
    }
}

@media (max-width: 1000px) {
    body {
        padding-top: 0;
    }

    .html-connect-page .main-menu {
        display: block !important;
    }

    .html-connect-page .header {
        background-color: #fff;
    }

    .html-connect-page .header-logo .black {
        display: block;
    }

    .html-connect-page .header-logo .white {
        display: none;
    }

    .html-connect-page .header .header-links span,
    .html-connect-page .header .header-links > ul > li > a,
    .html-connect-page .header .header-links > ul > li:before,
    .html-connect-page .header .header-links a:before,
    .html-connect-page .header .header-links #topcartlink:before {
        color: #bcbfc2;
    }

    .html-connect-page .header .header-links .wishlist-qty,
    .html-connect-page .header .header-links .cart-qty {
        background-color: #b51f29;
        color: #fff !important;
    }

    .html-connect-page .header .search-box form,
    .html-connect-page .header .search-box form input,
    .html-connect-page .header .search-box form input::placeholder,
    .html-connect-page .header .search-box form button,
    .html-connect-page .header .search-box form button:before {
        background-color: #fff;
        color: #000;
    }

    .html-connect-page .page .section-title {
        font-size: 42px;
    }

    .html-connect-page .page.subscription-page .hero-section p:nth-child(1),
    .html-connect-page .page.subscription-page .hero-section p:nth-child(2) {
        font-size: 52px;
    }

    .html-connect-page .page.subscription-page .hero-section p:nth-child(3) {
        font-size: 38px;
    }

    .html-connect-page .page .add-to-cart-section-wrapper,
    .html-connect-page .page .faq-section-wrapper,
    .html-connect-page .page .subscription-section-wrapper {
        padding: 100px 0;
        background-size: 160% 90%;
    }

    .html-connect-page .page .terms-section-wrapper {
        margin-bottom: 100px;
    }

    .html-connect-page .page .perks-section .section-content {
        flex-wrap: wrap;
    }

    .html-connect-page .page .perks-section .section-content .item {
        width: 50%;
    }

    .html-connect-page .page .advantages-section .advantages-list li {
        text-align: left;
    }

    .html-connect-page .page .terms-section .terms {
        font-size: 18px;
    }

    .html-connect-page .page .video-section .frame {
        top: -200px;
    }

    .html-connect-page .page .availability-section .savings {
        font-size: 22px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operand img {
        max-width: 85px;
        max-height: 85px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operand .description {
        font-size: 18px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operand .amount {
        font-size: 26px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operator img {
        max-width: 40px;
        max-height: 40px;
    }

    .html-connect-page .page .subscription-section > .connect-card .connect-card .card-title {
        font-size: 16px;
    }

    .html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button {
        padding: 10px;
        font-size: 11px;
    }

    .html-connect-page .page .subscription-section > .connect-card .connect-card.status .customer-subscription-button.retry-payment-button {
        font-size: 18px;
    }

    .html-connect-page .page .subscription-section > .connect-card .connect-card.status .card-footer {
        font-size: 18px;
    }

    .html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-body .date p:first-child strong {
        font-size: 32px;
    }

    .html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-body .date p:last-child strong {
        font-size: 48px;
    }

    .html-connect-page .page .subscription-section > .connect-card .connect-card.availability .card-footer {
        font-size: 22px;
    }

    .html-connect-page .page .subscription-section > .connect-card .connect-card.card .card-footer {
        font-size: 26px;
    }

    .html-connect-page .page .subscription-section > .connect-card .connect-card.billing .card-body {
        font-size: 16px;
    }

    .html-connect-page .page .subscription-section > .connect-card .connect-card.billing .card-footer {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .html-connect-page .page .section-title {
        font-size: 36px;
    }

    .html-connect-page .page .hero-section .hero-title p {
        font-size: 32px;
    }

    .html-connect-page .page .hero-section .hero-title p:not(:first-of-type) {
        font-size: 36px;
    }

    .html-connect-page .page .hero-section .hero-title p:last-of-type {
        font-size: 34px;
    }

    .html-connect-page .page .hero-section .hero-action {
        font-size: 26px;
    }

    .html-connect-page .page.subscription-page .hero-section p:nth-child(1),
    .html-connect-page .page.subscription-page .hero-section p:nth-child(2) {
        font-size: 44px;
    }

    .html-connect-page .page.subscription-page .hero-section p:nth-child(3) {
        font-size: 32px;
    }

    .html-connect-page .page.subscription-page .hero-section .hero-action {
        font-size: 44px;
    }

    .html-connect-page .page .advantages-section .section-content {
        flex-wrap: wrap;
    }

    .html-connect-page .page .advantages-section .section-content > .section-col:last-child {
        margin-top: 20px;
    }

    .html-connect-page .page .add-to-cart-section .connect-card,
    .html-connect-page .page .calculator-section .connect-card {
        max-width: 100%;
    }

    .html-connect-page .page .subscription-section > .connect-card > .section-content {
        flex-wrap: wrap;
    }

    .html-connect-page .page .subscription-section > .connect-card > .section-content .section-col {
        width: 50%;
        margin-top: 20px;
    }

    .html-connect-page .page .availability-section .section-title,
    .html-connect-page .page .availability-section .availability {
        font-size: 36px;
    }

    .html-connect-page .page .availability-section .savings {
        font-size: 18px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operand img {
        max-width: 70px;
        max-height: 70px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operand .description {
        font-size: 14px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operand .amount {
        font-size: 20px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operator img {
        max-width: 20px;
        max-height: 20px;
    }

    .html-connect-page .page .faq-section .section-title {
        margin: 0 0 20px;
    }

    .html-connect-page .page .faq-section .faq-items .title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .html-connect-page .page .video-section-wrapper {
        margin: 0;
    }

    .html-connect-page .page .hero-section .hero-title p {
        font-size: 24px;
    }

    .html-connect-page .page .hero-section .hero-title p:not(:first-of-type) {
        font-size: 26px;
    }

    .html-connect-page .page .hero-section .hero-title p:last-of-type {
        font-size: 22px;
    }

    .html-connect-page .page .hero-section .hero-action {
        font-size: 18px;
    }

    .html-connect-page .page.subscription-page .hero-section p:nth-child(1),
    .html-connect-page .page.subscription-page .hero-section p:nth-child(2) {
        font-size: 26px;
    }

    .html-connect-page .page.subscription-page .hero-section p:nth-child(3) {
        font-size: 20px;
        margin: 20px 0;
    }

    .html-connect-page .page.subscription-page .hero-section .hero-action {
        font-size: 32px;
        border-radius: 10px;
    }

    .html-connect-page .page .video-section .frame {
        top: -150px;
    }

    .html-connect-page .page .availability-section .section-title,
    .html-connect-page .page .availability-section .availability {
        font-size: 26px;
    }

    .html-connect-page .page .availability-section .section-content {
        flex-wrap: wrap;
    }

    .html-connect-page .page .availability-section .savings {
        font-size: 18px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operand img {
        max-width: 100px;
        max-height: 100px;
        margin-bottom: 8px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operand .description {
        font-size: 20px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operand .amount {
        font-size: 48px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operator img {
        max-width: 55px;
        max-height: 55px;
    }

    .html-connect-page .page .availability-section .progress .begin, .html-connect-page .page .availability-section .progress .begin,
    .html-connect-page .page .availability-section .progress .begin, .html-connect-page .page .availability-section .progress .end {
        display: none;
    }

    .html-connect-page .page .calculator-section .progress {
        padding: 0 5px;
    }

    .html-connect-page .page .availability-section .section-content .section-col .operand,
    .html-connect-page .page .availability-section .section-content .section-col .operator {
        padding: 5px 0;
    }
}