@import 'polaris.css';

#widget_cart-drawer {
    display: none;
}

#modal_content_loading {
    display: flex;
    justify-content: center;
    padding: 32px;
}

#giftItToggle {
    display: flex;
    justify-content: center;
    flex-flow: row;
    align-items: center;
    column-gap: 4px;
    cursor: pointer;
    background: transparent;
    border: none;
    pointer-events: all;
}

#modal_content_wrapper {
    display: none;
    flex-flow: column;
    overflow: auto;
}

#collapsibleBatchWrapping {
    transition: height 0.5s ease-in-out;
    height: 0px;
    overflow-y: hidden;
}

.collapsibleBatchWrapping--open {
    height: 80px !important;
}


#modalFooter {
    padding: 1px 20px 1px 20px;
    background: var(--surface-neutral-subdued, #F6F6F7);
    border-radius: 0 0 8px 8px;

}

#giftitLink {
    margin: 0;
    text-align: center;
}

#optionsModalContent {
    height: auto;
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
}


#cartModalContent {
    height: auto;
    display: flex;
    flex-flow: column;
    flex-grow: 1;
}

#control_checkbox_cart-drawer {
    display: none;
}

.giftit-form-check-input {
    width: 1.6em !important;
    height: 1.6em !important;
}

#giftit_modal{
    z-index: 30000;
}

#ribbon_widget {
    text-align: start !important;
    background: transparent;
    width: 100%;
    margin: 28px 8px;
}

label {
    font-size: 14px;
}

.giftit-text-bold-common {
    font-family: system-ui;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #202223;
}

.giftit-text-common {
    font-family: system-ui;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #202223;
}

.giftit-text-bold-common_16 {
    font-family: system-ui;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #202223;
}

.giftit-text-bold-subdued_16 {
    font-family: system-ui;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--p-text-subdued);
}

.giftit-Polaris-Modal-Dialog__Container {
    padding-top: 80px;
}

.giftit-attention {
    padding-left: 15px;
}

#container_toggle {
    padding: 0 0 4px 8px;
}


#sectionF {
    font-size: 1px;
}

.giftit-justify-content-center {
    justify-content: center !important;
}

.giftit-align-items-center {
    align-items: center !important;
}

.giftit-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.giftit-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.giftit-col-3 {
    flex: 0 0 auto;
    width: 25%
}

.giftit-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.giftit-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.giftit-col-6 {
    flex: 0 0 auto;
    width: 50%
}

.giftit-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.giftit-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.giftit-col-9 {
    flex: 0 0 auto;
    width: 75%
}

.giftit-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.giftit-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.giftit-col-12 {
    flex: 0 0 auto;
    width: 100%
}

.giftit-d-flex {
    display: flex !important;
}

.giftit-w-100 {
    width: 100% !important;
}

.giftit-row {
    display: flex !important;
    flex-flow: row !important;
}

@media (max-width: 575.98px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .giftit-justify-content-md-end {
        justify-content: flex-end !important;
    }
}

@media (min-width: 992px) {
    .giftit-justify-content-lg-end {
        justify-content: flex-end !important;
    }
}

@media (min-width: 1200px) {
    .giftit-justify-content-xl-end {
        justify-content: flex-end !important;
    }
}

.custom-select-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#giftWrapSelectValue,
#giftMessageSelectValue {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.custom-select-button-image__option {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    object-fit: cover;
}

.custom-select-button-image {
    width: 20px;
    height: 20px;
    border-radius: 7px;
    object-fit: cover;
}

.custom-select-button-icon {
    width: 20px;
    height: 20px;
}

#giftWrapSelectPopover,
#giftMessageSelectPopover {
    width: 100%;
}

#giftWrapSelectContainer {
    position: relative;
}

#giftMessageSelectContainer {
    position: relative;
}

.contentSection {
    display: flex;
    flex-flow: column;
    row-gap: 8px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#sectionB,
#sectionD {
    flex-flow: column;
    row-gap: 16px;
}