/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.gift_cards_content {
    overflow: hidden;
}

.gift_cards_landing {
    padding-top: 15px;
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    .gift_cards_landing {
        max-width: 640px;
        padding-top: 43px;
    }
}
@media (min-width: 1280px) {
    .gift_cards_landing {
        max-width: 1280px;
    }
}
.gift_cards_landing-landing {
    margin-bottom: 100px;
}
.gift_cards_landing-container {
    display: flex;
    flex-wrap: wrap;
}
.gift_cards_landing-carousels {
    width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 1280px) {
    .gift_cards_landing-carousels {
        width: 702px;
        padding: 0 51px;
    }
}
.gift_cards_landing-carousels .owl-prev {
    position: absolute;
    outline: none;
    transform: translateY(-100%);
}
.gift_cards_landing-carousels .owl-prev.disabled {
    opacity: 0.1;
}
.gift_cards_landing-carousels .owl-next {
    position: absolute;
    outline: none;
    transform: translateY(-100%);
}
.gift_cards_landing-carousels .owl-next.disabled {
    opacity: 0.1;
}
.gift_cards_landing-carousel_top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.gift_cards_landing-carousel_top .owl-stage-outer {
    border-radius: 10px;
}
.gift_cards_landing-carousel_top .owl-prev {
    top: 54%;
    left: -38px;
}
.gift_cards_landing-carousel_top .owl-next {
    top: 54%;
    right: -40px;
}
.gift_cards_landing-carousel_top .swiper_button {
    position: absolute;
    top: inherit;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: auto;
}
.gift_cards_landing-carousel_top .swiper-button-disabled {
    color: #ccc;
    pointer-events: none;
}
.gift_cards_landing-chosen_card_title {
    font-size: 0.9375rem;
    line-height: 21px;
}
@media (min-width: 1280px) {
    .gift_cards_landing-chosen_card_title {
        font-size: 18px;
    }
}
.gift_cards_landing-chosen_card_title--invalid {
    color: #f00;
}
.gift_cards_landing-carousel_bottom {
    position: relative;
}
.gift_cards_landing-tips--mobile {
    margin: 5px 0 15px;
}
.gift_cards_landing-tips--desktop {
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .gift_cards_landing-tips--desktop {
        max-width: 480px;
    }
}
.gift_cards_landing .gift_cards_guide {
    margin-bottom: 30px;
}
@media (max-width: 1023.98px) {
    .gift_cards_landing .gift_cards_guide-divider {
        margin: 0 5px;
    }
}
@media (min-width: 1024px) {
    .gift_cards_landing .rec_products-control_icon {
        position: relative;
        width: 15px !important;
        height: 30px !important;
    }
}

.gift_card_large-item {
    position: relative;
}
.gift_card_large-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.gift_card_large-temp_title {
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    padding: 0 30px;
    transform: translateY(-50%);
    text-align: center;
}
@media (min-width: 768px) {
    .gift_card_large-temp_title {
        font-size: 18px;
    }
}
.gift_card_large-prev_btn {
    left: -51px;
    display: none;
}
@media (min-width: 768px) {
    .gift_card_large-prev_btn {
        display: flex;
    }
}
.gift_card_large-next_btn {
    right: -54px;
    display: none;
}
@media (min-width: 768px) {
    .gift_card_large-next_btn {
        display: flex;
    }
}

.gift_card_small {
    overflow: visible;
}
@media (min-width: 768px) {
    .gift_card_small {
        overflow: hidden;
    }
}
.gift_card_small-input {
    width: 0;
    height: 0;
    visibility: hidden;
}
.gift_card_small-input + label {
    width: 100%;
    border: 2px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    vertical-align: bottom;
}
.gift_card_small-input:checked + label, .gift_card_small-input:checked:hover + label {
    border: 2px solid #000;
}
@media (min-width: 1280px) {
    .gift_card_small-input:hover + label {
        border: 1px solid #000;
    }
}
.gift_card_small-prev_btn, .gift_card_small-next_btn {
    top: 20px;
    height: auto;
}
@media (min-width: 768px) {
    .gift_card_small-prev_btn, .gift_card_small-next_btn {
        display: flex;
    }
}
.gift_card_small-prev_btn .icon, .gift_card_small-next_btn .icon {
    width: 10px;
}
.gift_card_small-prev_btn {
    left: -45px;
}
.gift_card_small-next_btn {
    right: -45px;
}
.gift_card_small--disabled {
    visibility: hidden;
}
.gift_card_small-shift_obj {
    max-width: 28.5714285714%;
}
@media (min-width: 768px) {
    .gift_card_small-shift_obj {
        max-width: 16.6666666667%;
    }
}

.gift_create_form {
    width: 100%;
}
@media (min-width: 1280px) {
    .gift_create_form {
        width: calc(100% - 702px);
        padding-left: 49px;
    }
}
.gift_create_form-title {
    margin-bottom: 6px;
    font-size: 18px !important;
    text-align: left;
}
.gift_create_form-title_appendix {
    text-transform: capitalize;
}
.gift_create_form-card_number {
    font-size: 9px;
    color: #999;
}
@media (min-width: 768px) {
    .gift_create_form-card_number {
        margin-bottom: 18px;
    }
}
.gift_create_form-amount_text {
    font-weight: 700;
}
.gift_create_form-amount_text--invalid {
    color: #f00;
    margin-left: 1px;
}
@media (min-width: 768px) {
    .gift_create_form-amount_text--invalid {
        width: 70%;
    }
}
.gift_create_form-gift_amount {
    min-width: 100px;
}
.gift_create_form-currency_label {
    margin-right: 10px;
    white-space: nowrap;
}
.gift_create_form-delivery_field {
    flex-direction: column;
}
@media (min-width: 768px) {
    .gift_create_form-delivery_field {
        flex-direction: row;
        justify-content: space-between;
    }
}
.gift_create_form-delivery_date_label {
    padding-top: 9px;
    white-space: nowrap;
}
.gift_create_form-msg_wrapper {
    margin-bottom: 20px;
}
.gift_create_form-msg {
    height: 80px;
    padding: 11px 10px;
    resize: none;
}
.gift_create_form-msg.form-control {
    height: 124px;
}
@media (min-width: 1280px) {
    .gift_create_form-msg.form-control {
        height: 80px;
    }
}
.gift_create_form-msg_chars {
    font-size: 11px;
    color: #999;
}
.gift_create_form-align_wishlist {
    display: flex;
    justify-content: space-between;
}
.gift_create_form .form-control::-moz-placeholder {
    color: #999;
}
.gift_create_form .form-control:-ms-input-placeholder {
    color: #999;
}
.gift_create_form .form-control::placeholder {
    color: #999;
}

.gift_create_date_field {
    text-align: left;
    line-height: 38px;
    width: 100% !important;
    min-width: calc(100% - 0.9375rem);
}
.gift_create_date_field::-webkit-datetime-edit-year-field {
    color: #000;
}
.gift_create_date_field::-webkit-date-and-time-value {
    text-align: left;
    line-height: 38px;
    width: 100% !important;
}
.gift_create_date_field::-webkit-calendar-picker-indicator {
    margin-right: -20px;
    padding: 10px 0 10px 200px;
    opacity: 0;
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: none;
}
.gift_create_date_field::-moz-calendar-picker-indicator {
    opacity: 0;
}

.gift_date_android {
    line-height: 14px;
}
.gift_date_android::-webkit-date-and-time-value {
    line-height: 14px;
}

.gift_amount {
    gap: 10px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
}
@media (min-width: 768px) {
    .gift_amount {
        justify-content: start;
    }
}
.gift_amount-enter {
    display: flex;
    align-items: center;
    width: 100%;
}
@media (min-width: 768px) {
    .gift_amount-enter {
        width: 236px;
    }
}
.gift_amount-field {
    height: 30px;
    padding-right: 5px;
    padding-left: 10px;
}
.gift_amount-btn {
    width: auto;
    height: 30px;
    line-height: 0.5;
    text-transform: unset !important;
}
@media (min-width: 1280px) {
    .gift_amount-btn {
        width: auto;
    }
}
.gift_amount-btn--focused {
    border-width: 2px;
    border-color: #000;
}

.tooltip-inner {
    max-width: 300px;
}
@media (max-width: 1023.98px) {
    .tooltip-inner {
        margin-left: 44px;
    }
}
.tooltip-inner .list {
    padding-left: 25px;
}

@media (max-width: 1023.98px) {
    .tooltip_custom-gift_card {
        padding-bottom: 10px;
    }
}

/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.dpicker-inactive {
    color: #999;
}
.dpicker-inactive--notallowed {
    color: #f0f0f0;
}
.dpicker-input_image {
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 20px;
    transform: translateY(50%);
}
@media (min-width: 768px) {
    .dpicker-input_image {
        margin-top: 10px;
        margin-right: 10px;
        transform: translateY(0);
    }
}
.dpicker-input_image--mobile {
    pointer-events: none;
}
.dpicker-input_image_block {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.dpicker-month {
    height: 18px;
    margin: -1px 7px 0 auto;
    font-weight: 700;
}
.dpicker-year {
    height: 18px;
    margin-top: -1px;
    margin-bottom: 0;
    font-weight: 700;
}
.dpicker-container {
    position: absolute;
    right: auto;
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    width: 246px;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0 0 2px);
}
.dpicker-container::before {
    /* stylelint-disable order/properties-order */
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    margin-bottom: -4px;
    /* stylelint-enable order/properties-order */
    top: 0;
    right: 180px;
    transform: translate(0%, -10px);
}
.dpicker-container.dpicker-invisible {
    display: none;
}
.dpicker-container table button.dpicker-active {
    width: 30px;
    height: 24px;
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
}
.dpicker-container table button.dpicker-active::after {
    /* stylelint-disable order/properties-order */
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #fff;
    margin-left: -4px;
    /* stylelint-enable order/properties-order */
    margin-top: -7px;
    margin-left: 17px;
    transform: rotate(224deg);
}
.dpicker-container table {
    width: 100%;
    height: 162px;
    margin-top: 10px;
}
.dpicker-container table td {
    width: 30px;
}
.dpicker-container table span {
    padding: 1px 6px;
}
.dpicker-invisible {
    visibility: hidden;
}
.dpicker-next-month {
    flex: 0 0 10%;
    height: 18px;
    margin-top: -3px;
    margin-left: auto;
    border: 0;
    background: transparent;
}
.dpicker-next-month:focus-visible {
    border: 0;
}
.dpicker-gift_arrow {
    width: 5px;
    height: 10px;
}
.dpicker-gift_arrow--left_align {
    margin-right: 15px;
    transform: rotate(180deg);
}
.dpicker-previous-month {
    flex: 0 0 10%;
    height: 18px;
    margin-top: -3px;
    margin-left: 13px;
    border: 0;
    background: transparent;
}
.dpicker-previous-month:focus-visible {
    border: 0;
}
.dpicker-container table button {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #fff;
    border-radius: 10%;
    background-color: #fff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}
.dpicker-container table button:hover {
    border: 1px solid #333;
}
.dpicker input {
    width: 100%;
    height: calc(2.3875rem + 2px);
    margin: 0;
    padding: 0.625rem 0.9375rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.9375rem;
    line-height: 1.3;
    color: #000;
    cursor: pointer;
}
.dpicker input:focus-visible {
    border: 1px solid #ccc;
}

.weekday--hover {
    background-color: #eee;
}

.gift_cards_guide {
    margin-bottom: 48px;
}
.gift_cards_guide-link {
    color: #666;
    text-decoration: underline;
}
.gift_cards_guide-modal_content {
    border: 0;
}
@media (max-width: 1023.98px) {
    .gift_cards_guide-modal_content {
        height: 100%;
    }
}
@media (min-width: 768px) {
    .gift_cards_guide-modal_content {
        max-width: 804px;
    }
}
.gift_cards_guide-about_popup {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.gift_cards_guide-about_popup::-webkit-scrollbar {
    display: none;
}
.gift_cards_guide-divider {
    height: 14px;
    max-height: 100%;
    margin: 0 30px;
    border-left: 1px solid #666;
}
.gift_cards_guide-container {
    max-height: 700px;
    margin-bottom: 30px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media (min-width: 1024px) {
    .gift_cards_guide-container {
        margin-right: 0;
        padding: 0 35px;
    }
}
@media (min-width: 768px) {
    .gift_cards_guide-container {
        height: 493px;
    }
}
.gift_cards_guide-container::-webkit-scrollbar {
    width: 6px;
    background-image: linear-gradient(to right, #fff 25%, #ccc 50%, #fff 25%);
}
.gift_cards_guide-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #999;
}
.gift_cards_guide-container .tab-pane {
    margin-right: 5px;
    margin-left: 5px;
    padding: 23px 0 10px;
}
.gift_cards_guide-links {
    margin-top: 50px;
}
.gift_cards_guide-tab_link {
    text-transform: capitalize !important;
    font-size: 14px;
    border-bottom: 1px solid #ccc !important;
}
.gift_cards_guide-tab_link.active {
    border-bottom: 2px solid #000 !important;
}
.gift_cards_guide .gift_cards_guide-tab_link {
    text-transform: capitalize !important;
    line-height: 22px;
    font-size: large;
    text-align: center;
}
@media (min-width: 768px) {
    .gift_cards_guide .gift_cards_guide-tab_link {
        padding-right: 2px;
        padding-left: 2px;
    }
}
.gift_cards_guide .gift_cards_guide-tab_link[data-title]::before {
    content: attr(data-title);
    display: block;
    font-weight: 700;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}
.gift_cards_guide-accordion_block {
    margin-bottom: 30px;
}
.gift_cards_guide-title {
    margin-bottom: -3px;
}
.gift_cards_guide-popup_container {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 1024px) {
    .gift_cards_guide-popup_container {
        max-width: 940px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1280px) {
    .gift_cards_guide-popup_container {
        max-width: 1250px;
    }
}
.gift_cards_guide-arrow {
    width: 10px !important;
}

.accordion-body > :last-child {
    margin-bottom: 20px !important;
}

.checkout_footer {
    padding: 0;
    background: #f0f0f0;
}
.checkout_footer-support {
    max-width: 1220px;
    margin: 0 auto;
    padding: 20px 0 30px;
}
.checkout_footer-contacts {
    margin: 0;
}
.checkout_footer-links {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.checkout_footer-link::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    margin: 0 12px;
    background-color: #ccc;
    vertical-align: middle;
}
.checkout_footer-link:last-child::after {
    content: none;
}
.checkout_footer-divider {
    width: 100%;
    height: 1px;
    margin: 16px 0;
    background-color: #ccc;
}
.checkout_footer-mail, .checkout_footer-phone {
    margin: 0 0 11px;
}
.checkout_footer-mail a, .checkout_footer-chat span {
    text-decoration: underline;
}
.checkout_footer-phone a:hover {
    text-decoration: none;
}
.checkout_footer-mail_icon {
    height: 15px;
}
.checkout_footer-chat_icon {
    height: 24px;
    transform: translate(0, -4px);
}
.checkout_footer-mail_icon, .checkout_footer-phone_icon, .checkout_footer-chat_icon {
    margin: 0 10px 0 0;
}
