[name="checkout"] .input-text {
    padding: 5px 10px;
}

#smsbump-consent-message {
    display: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
.bc-account-page .woocommerce-Button {
    background-color: #f4d20d;
    color: #141414;
    min-width: 200px;
    padding: 16px 40px px 14px;
    font-family: Poppins, sans-serif;
    border: 0;
    box-shadow: none;
    font-weight: 600;
    font-size: 16px;
    min-height: 58px;
    letter-spacing: .0625em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    text-transform: uppercase;
    -webkit-appearance: none;
    max-width: 270px;
    opacity: 1;
    line-height: 1.6;
}

.account-content__inner .select2 .selection .select2-selection,
.account-content__inner input {
    order: 1px px solid #e0e3e9;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.5;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: block;
}

.woosw-btn,
.woosw-btn-added {
    background-color: #f4d20d;
    color: #141414;
    border: 0;
    padding: 10px 20px;
    font-size: 16px;
}

#woosw_copy_btn {
    background-color: #f4d20d;
    outline: none;
    border: 1px solid #000;
}

@media screen and (min-width: 1000px) {
    #add-to-cart-btn {
        margin-left: 0px;
    }
}

table.woosw-items {
    width: 100%;
}

table.woosw-items .add_to_cart_button {
    background-color: #f4d20d;
}

.content-area {
    min-height: 400px;
    position: relative;
    z-index: 1;
}

.site-main {
    max-width: 1600px;
    padding: 0 80px;
    min-height: calc(100vh - 72px);
    margin: 0 auto;
}

.woocommerce-breadcrumb {
    color: #b3b2af;
}

.woocommerce-breadcrumb a {
    color: #000;
}

.orderby {
    cursor: pointer;
    height: 46px;
}

.top-bar-shop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.top-bar-shop .woocommerce-notices-wrapper {
    grid-column: 1/-1;
}

.woocommerce-ordering {
    justify-self: end;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-items: center;
    gap: 20px;
}

.archive-content .listing__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.archive-main {
    margin-top: 42px;
}

.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.woocommerce-pagination ul .page-numbers {
    display: flex;
    gap: 10px;
}

.woocommerce-pagination .page-numbers li {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    font-weight: 600;
    transition: all 0.5s ease;
}

.woocommerce-pagination .page-numbers li span {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-pagination .page-numbers li:hover {
    background: #f9d60d;
}

.woocommerce-pagination .page-numbers li:has(.current) {
    background: #f9d60d;
}

.my-bug-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

#remove-all-items {
    font-size: 14px;
    padding: 8px 8px;
    min-width: 150px;
    min-height: 30px;
    margin: 0;
}

.cart-item-number {
    display: flex;
    background-color: #f7dd4a;
    border-radius: 50%;
    font-size: 14px;
    height: 23px;
    width: 23px;
    position: relative;
    top: -4px;
    margin-left: 2px;
    justify-content: center;
    align-items: center;
    min-width: 25px;
}

#remove-all-items {
    text-decoration: underline;
    cursor: pointer;
}

@media (min-width: 750px) {
    .fc-checkout-header .fc-checkout__branding img {
        max-width: 200px;
        width: auto;
    }
}

.fc-progress-bar__bar.is-current {
    background-color: #f4d20d !important;
}

.fc-progress-bar__bar.is-complete {
    background-color: #f4d20d !important;
}

#menu-category-sidebar-manuals li.listing-menu__cat.expanded .listing-menu__cat-list {
    display: block;
}

#reviews .ivole-summaryBox,
#reviews .cr-summary-separator {
    display: none;
}

.bc-product__description div p:last-child {
    margin-bottom: 20px;
}

/*Cart*/

.cart-wrapper {
    display: flex;
    gap: 50px;
    margin: 0 0 5% 0;
}

.cart-wrapper .woocommerce-cart-form {
    width: 70%;
}

.cart-wrapper .cart-collaterals {
    width: 30%
}

.cart-wrapper .cart-collaterals .cart_totals {
    width: 100%;
}

.cart-wrapper .woocommerce-cart-form .cart.woocommerce-cart-form__contents {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: table;
}

.cart-wrapper .woocommerce-cart-form .cart.woocommerce-cart-form__contents .quantity {
    border: 0;
}

.cart-wrapper .woocommerce-cart-form .cart.woocommerce-cart-form__contents #coupon_code {
    width: fit-content;
    height: auto;
    min-height: 58px;
    padding: 0 10px;
    margin-right: 10px;
    float: left;
}

.cart-wrapper .wc-proceed-to-checkout a {
    background-color: #f4d20d !important;
    color: #141414 !important;
    font-family: Poppins, sans-serif;
    border: 0;
    box-shadow: none;
    font-weight: 600;
    font-size: 16px;
    min-height: 58px;
    letter-spacing: .0625em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    text-transform: uppercase;
    -webkit-appearance: none;
    max-width: 270px;
    opacity: 1;
    line-height: 1.6;
}

.cart-wrapper .wc-proceed-to-checkout a:hover {
    background-color: #f7dd4a !important;
}

.shipping-calculator-button {
    text-decoration: underline;
}

.woocommerce-notices-wrapper {
    border-top-color:transparent
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f4d20d;
    color: #141414;
    border-top: 0px;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-message::before {
    content: "\e015";
    color: #141414;
}

.woocommerce table.shop_table td.product-thumbnail img {
    max-width: 300px;
}

@media (max-width: 1199px) {

    .cart-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .cart-wrapper .woocommerce-cart-form,
    .cart-wrapper .cart-collaterals {
        width: 100%;
    }

    .cart-wrapper .woocommerce-cart-form .cart.woocommerce-cart-form__contents .quantity {
        margin-left: auto;
    }

}

@media (max-width: 768px) {
    .cart-wrapper .woocommerce-cart-form .cart.woocommerce-cart-form__contents .coupon {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .cart-wrapper .woocommerce-cart-form .cart.woocommerce-cart-form__contents button,
    .cart-wrapper .woocommerce-cart-form .cart.woocommerce-cart-form__contents input {
        width: 100% !important;
    }
}