/*!
Theme Name: flowerswp
Text Domain: flowerswp
*/


.woocommerce-Price-amount {
    text-align: center;
}

.woocommerce-Price-amount bdi {
    display: block;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-checkout h3 {
    display: none;
}

.woocommerce-checkout .widget-area,
.woocommerce-checkout .entry-footer {
    display: none;
}

.woocommerce-checkout .entry-title {
    margin: 80px 0 50px;
    text-align: center;
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    background-color: #E6E6E6;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce-checkout label {
    display: block;
    color: #282828;
    opacity: .5;
    margin-bottom: 9px;
}

#billing_company_field,
#billing_last_name_field,
#billing_country_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_state_field,
#billing_postcode_field,
#billing_email_field,
#billing_city_field,
.woocommerce-checkout-review-order-table,
#payment .place-order,
.woocommerce-additional-fields,
.woocommerce-message,
#form-url,
.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-form-login__rememberme {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 16px;
    margin-bottom: 25px;
    border-bottom: solid 1px #BBA968;
}

.woocommerce-EditAccountForm input,
.woocommerce-form-login input,
.woocommerce-form-register input {
    background-color: #E6E6E6;
    display: block;
    margin-bottom: 10px;
}

.woocommerce-EditAccountForm .woocommerce-Button {
    margin-top: 20px;
}

.woocommerce-EditAccountForm label {
    display: block;
}

.woocommerce-MyAccount-navigation li a {
    font-weight: 500;
    color: #000;
    display: block;
    margin: 0 5px 10px;
}

.woocommerce-MyAccount-navigation .is-active a {
    color: #BBA968;
}

.woocommerce-MyAccount-orders {
    width: 100%;
    text-align: center;
}

.woocommerce-MyAccount-orders td {
    padding: 10px 0;
}

#payment .woocommerce-checkout-payment {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

#payment input {
    width: auto;
    margin: 0;
    padding: 0;
    display: inline;
}

#payment label {
    opacity: 1;
    padding-left: 10px;
    display: inline;
}

#payment li {
    list-style-type: none;
    margin: 10px 0;
}

#payment li img {
    display: none;
}

#payment li p {
    display: none;
}

.col2-set .form-row-first,
.col2-set .form-row-last {
    width: 100% !important;
    position: relative;
    z-index: 2;
}

.woocommerce-checkout label .optional,
.woocommerce-checkout label .required {
    display: none;
}

.checkout-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 960px;
}

.checkout-flex__form {
    width: 100%;
    max-width: 580px;
}

.checkout-flex__form .btn {
    width: 100%;
    margin-top: 50px;
}

.checkout-flex__total {
    width: 35%;
}

.checkout-tabs {
    display: flex;
    align-items: flex-end;
    margin: 0 auto 50px;
    max-width: 960px;
}

.checkout-tabs .item {
    width: 100%;
    max-width: 300px;
    text-align: center;
    opacity: .5;
    transition: .3s;
    cursor: pointer;
    padding-bottom: 11px;
    border-bottom: solid 1px #000000;
}

.checkout-tabs .active {
    border-bottom: solid 3px #000000;
    opacity: 1;
}

.checkout-alert .item {
    width: 100%;
    background-color: #BBA968;
    backdrop-filter: blur(15px);
    color: #fff;
    padding: 20px;
    display: none;
    margin-bottom: 20px;
}

.checkout-alert .item h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}

.checkout-alert .item p {
    display: block;
    margin-bottom: 20px;
}

.checkout-alert .item p:last-child {
    margin-bottom: 0;
}

.checkout-alert .active {
    display: block;
}

.rd-container {
    z-index: 100;
    width: 100%;
    max-width: 280px;
    background-color: #282828 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #fff;
}

.rd-month,
.rd-days {
    width: 100%;
}

.rd-days-row {
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rd-day-body {
    padding: 5px;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rd-time {
    width: 100%;
}

.rd-day-selected {
    background-color: #BBA968 !important;
}

.rd-next,
.rd-back {
    color: #fff;
}

.rd-day-disabled {
    color: #fff !important;
    opacity: .5;
}

#dt,
#dt2 {
    background: url('./assets/img/main/dropdown.svg') no-repeat 95% center #E6E6E6;
}

.woocommerce-error {
    list-style-type: none;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 20px 0;
}

.woocommerce-NoticeGroup {
    border: 1px solid #BBA968;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
}

.delivery-second {
    display: none;
}

.dev2 .delivery-second {
    display: block;
}

.fakeDt2 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.dev2 .fakeDt {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.dev2 .fakeDt2 {
    opacity: 1;
    visibility: visible;
    position: static;
}

.err {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: #fff;
    text-align: center;
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    padding: 1.25em;
}

.err-active {
    opacity: 1;
    visibility: visible;
}

.header-wrap .current_page_item a {
    color: #BBA968 !important;
}

.header-wrap .current_page_item a::after {
    background-color: #BBA968 !important;
}

form br {
    display: none;
}

.wpcf7-response-output {
    font-size: 12px;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: solid 2px red;
}

.cart-wrap__list--sidebar {
    text-align: right;
    max-width: 300px;
}

.cart-wrap__list--sidebar .ttl {
    text-align: right;
    margin-bottom: 20px;
    font-size: 18px;
}

.cart-wrap__list--sidebar .item {
    margin-bottom: 10px;
}

.cart-wrap__list--sidebar .item div {
    display: inline;
}


.cart-wrap__list--sidebar .btn {
    width: 100%;
}

.catalog-wrap {
    min-height: 70vh;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #D9D9D9;
}

::-webkit-scrollbar-thumb {
    background-color: #BBA968;
    border-radius: 1px;
    box-shadow: inset 1px 1px 10px #BBA968;
}

.header-wrap__city--list {
    padding: 10px 0 0 !important;
}

.cart-wrap__close {
    display: flex;
    justify-content: flex-end;
    transform: translateY(-10px);
    margin-bottom: 10px;
}

.cart-wrap__close svg {
    cursor: pointer;
}

.catalog-wrap__list {
    align-items: flex-end !important;
}

@media (max-width: 720px) {
    .checkout-flex {
        flex-direction: column;
    }

    .checkout-flex__total,
    .checkout-flex__form {
        width: 100%;
        max-width: 280px;
    }

    .cart-wrap__list--sidebar,
    .cart-wrap__list--sidebar .ttl {
        text-align: left;
    }
}

@media (max-width: 520px) {

    .woocommerce-form-login input,
    .woocommerce-form-register input {
        margin: 10px auto;
    }

    .checkout-flex__form {
        max-width: 100%;
    }

}