@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: .975em;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.checkout-header {
    display: flex;
    justify-content: center;
    height: 65px;
    max-height: 65px;
    overflow: hidden;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);

}

.grey-bg {
    background: #fff !important;
}

.checkout-header .mw {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-header-img {
    height: 20px;
}

.checkout-header-cartlink {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.checkout-header-cartlink svg {
    color: #000;
    fill: #000;
    height: 25px;
    width: 25px;
}

.payment2-content {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.checkout-timer {
    padding: 1.2em;
    border-radius: 5px;
    background-color: #ffe4ca;
    border: 1px solid #e0ccba;
    font-size: 0.85em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    margin-bottom: 1.4em;
    color: black;
}

.checkout-timer svg {
    width: 32px;
    height: 32px;
    fill: #b89073;
    flex-shrink: 0;
}

.checkout-timer-r {
    display: flex;
    flex-direction: column;
}

.checkout-timer-cta {
    font-weight: 500;
}

.checkout-timer-content {
    display: flex;
    align-items: center;
    justify-content: start !important;
}

#checkout-timer-timer {
    color: #000000;
    font-weight: 700;
}

.checkout-step-header {
    padding-bottom: 1rem;
}

.checkout-step-header-title {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1.1rem;
}

.checkout-card-message {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    opacity: .8;
    font-size: .975em;
}

.secure-label {
    color: #505050;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-top: .2em;
    margin-bottom: .2em;
    font-size: .875em;
    white-space: nowrap;
}

.secure-label svg {
    width: 18px;
    height: 18px;
    fill: #505050;
}

.ui-input {
    padding-left: 15px;
    word-break: normal;
    line-height: inherit;
    font-size: .975em;
    color: #1b1b1b;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    height: 47px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #dedede;
}

#creditCardForm .ui-input {
    background-color: #fff;
}

.checkout-form-delivery {
    margin-top: 3em;
    padding-bottom: 2.2em;
}

.checkout-form-delivery-title {
    font-size: 1em;
    margin-bottom: 1em;
}

.checkout-form-delivery-method {
    padding: .65rem 1rem;
    border: 2px solid #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1.5em;
    justify-content: space-between;
    margin-bottom: 1em;
    cursor: pointer;
}

.cfdm-l {
    display: flex;
    align-items: center;
    gap: .8em;
}

.cfdm-infos {
    display: flex;
    flex-direction: column;
}

.cfdm-infos-title {
    font-size: .915em;
    font-weight: 600;
    line-height: 1.5;
}

.cfdm-infos-desc {
    font-size: .875em;
    color: #505050;
    line-height: 1.5;

}

.checkout-selected-dot {
    border: 5px solid #000 !important;
}

.checkout-select-dot {
    display: block;
    width: 18px;
    height: 18px;
    min-height: 18px;
    min-width: 18px;
    background-color: #fff;
    border-radius: 50%;
}

.cfdm-price {
    font-weight: 700;
    display: flex;
    justify-content: end;
    width: auto;
}

.cfdm-price-price {
    font-size: .875em;
}

.selector-background {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: .05;
    z-index: 0;
    border-radius: 8px;
}

.checkout-step-header {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 2px;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
}

.checkout-card-form-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75em 1em;
    border: 2px solid #000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #f4f4f4;
}

.ccfh-badges, .ccfh-l {
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 1;
}

.ccfh {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ccfh-title {
    font-size: .915em;
    font-weight: 600;
}

.ccfh-badges img {
    width: 140px;
}

.checkout-card-form-content {
    padding: 1.25em;
    background-color: #f4f4f4;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ui-form__submit {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 2em;
}

.ui-form__submit-button {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: .2px;
    cursor: pointer;
    padding: 0 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 65px;
    border-radius: 5px;
}

.checkout-card-trustbadges {
    padding: 1em 0;
    display: flex;
    justify-content: center;
}

.checkout-card-trustbadges img {
    width: 350px;
}

.product-wrap {
    position: relative;
}

.ccsc-list-item-product-quantity-container {
    position: absolute;
    right: -9.5px;
    top: -9.5px;
    background-color: #2b2b2ba4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.5px;
    height: 22.5px;
    z-index: 3;
    backdrop-filter: blur(5px);
}

.ccsc-list-item-product-quantity-quantity {
    color: #fff;
    font-size: .775em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .418);
}

.side-bg__product-image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, .1);
    object-fit: cover;
    border-radius: 5px;
}

.checkout-incart-price-barred {
    text-decoration: line-through !important;
    opacity: .65;
    flex-wrap: nowrap;
    display: flex;
    line-height: 1;
}

.checkout-incart-price-price {
    font-weight: 600;
    line-height: 1.5;
    text-align: right;
    display: block;
}

.checkout-cart-summary-calc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4em 0;
    font-size: .875em;
    line-height: 1.5;
}

.checkout-cart-summary-calc-item-value {
    opacity: .65;
}

.checkout-cart-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    font-size: 1.1em;
    font-weight: 600;
}

.kp-section {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.kp-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 17.5px;
}

.kp-item-img {
    width: 29px;
    height: 29px;
    opacity: .95;
}

.cfdm-infos, .kp-item-r {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.kp-item-title {
    font-size: .875em;
    font-weight: 600;
}

.kp-item-desc {
    font-size: .85em;
    color: rgb(107 114 128);
    line-height: 1.45em;
}

.ui-form__block {
    position: relative;
}

.ui-form__block .form-cards {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
}

.cvv {
    width: 35px;
}

.terms {
    border-top: 1px solid rgba(0, 0, 0, .1);
    background-color: #fcfcfc;
}

.terms small {
    font-size: 13px;
    color: rgb(177, 177, 177);
}