body.woocommerce-cart #wc-stripe-express-checkout-element,
body.woocommerce-cart .ppcp-messages,
body.woocommerce-cart .ppc-button-wrapper,
body.woocommerce-cart .wcpay-express-checkout-wrapper {
    display:none !important;
}


.carousel-purchase {
    clear:both;
    border-top:6px solid #fff;
    padding-bottom: 1px;
    margin-top: 0;
    padding-top: 0;
    background-color: #fff;
    border-bottom: solid rgba(0, 178, 181, 0.3) 1px;
    position: relative;
    top:0;
    z-index: 1000;
}

.pink-bg .carousel-purchase {
    border-top:6px solid #edd6cc;
    background-color: #edd6cc;
}
.tax-series .series-head .description {
    max-width: unset !important;
}
.book-details {
    background-color: #fff !important;
    position: relative;
    top: -5px;
    padding-top: 5px;
    z-index: 20;
}
.cart_text-box {
    position: absolute;             /* <— absolutely positioned */

    padding: 1rem 1.5rem;
    background: #00b2b5;
    color: #fff;
    border-radius: 4px;
    font-family: sans-serif;

    z-index: 20001;                    /* optional */
}

.cart_text-box::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;

    /* Inverted vertical triangle: point UP */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #00b2b5;  /* this makes the point go upward */
    border-top: 0;

    top: -8px;       /* move above the box */
    right: 16px;     /* horizontal position */
}


.other-titles .book-carousel .item h4 {
    font-weight: normal !important;
    color: black !important;
}
.other-titles .book-carousel .item>a {
    min-height: fit-content !important;
}
.carousel-purchase br {
    clear: both;
}
.other-titles {
    padding: 0 0 !important;
}
.other-titles .header-block {
    max-width: 1200px !important;
}
.other-titles h2.wp-block-heading {
    padding: 0 !important;
}
.banner-slider {
    opacity: 0;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 70px;
}
.other-titles .book-carousel .item h4 {
    margin: 5px 0 !important;
}
.carousel-purchase .cart-price {
    color: #00b2b5;
    font-size: 90%;
    font-weight: bold;
    float: left;
}
.carousel-purchase .cart-buynow {
    float: right;
    height:25px;
}
.carousel-purchase .cart-incart {
    float: right;
    height:22px;
    position: relative;
}
.added_to_cart {
    margin-left: 10px;
}

.checkout-button {
    background-color: #ff4d4a !important;
}

input.input-text.qty.text {
    width: auto !important;
    color: #00b2b5;
    font-weight: 700;
}

.maxW {
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}
.single-book #wrapper #content .entry-content {
    padding-top: 30px !important;
}
.wc-block-cart__submit-button , .checkout-button , #place_order {
    background: #00b2b5 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.color-white {
    color: #fff;
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: revert !important
}
.add_to_cart_button {
    border-radius: unset !important;
}
#masthead .h-holder div.col.utility .woo-holder {
    position: relative;
    width: 80px;
    height: 36px;
    padding-top: 10px;
}
.cart_totals {
    float: unset !important;
    width: 100% !important;
}
proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0;
    max-width: 400px;
    float: right;
}
tr:has(#pwgc-redeem-gift-card-number) {
    display: none !important;
}
.woocommerce a.remove {
    font-weight: normal !important;
}
.cart_totals .entry-content ul {
    padding: 0 !important;
}
.woocommerce-cart-form th {
    border-right: 1px solid #fff !important;
    background-color: #00b2b5;
    color: #fff !important;
}

.woocommerce-cart-form th:nth-child(-n + 2) {
    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    background-color: #fff !important;
}
.product-subtotal {
    font-weight: 700;
    color: #00b2b5;
}
.woocommerce table.shop_table {
    border: none !important;
}
.wSelect-theme-classic.wSelect {
    border-radius: 0 !important;
}
.shop_table_responsive .actions {
    padding-top: 50px !important;
}
.wSelect-theme-classic.wSelect {
    border-radius: 0 !important;
    webkit-border-radius: 0 !important
}
.woocommerce-cart-form tr:nth-child(-n + 1) {
    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
}
.shop_table_responsive table {
    border: none !important;
}
.shop_table_responsive .input-text.qty.text {
    border: #00b2b5 solid 2px !important;
    border-radius: 5px;
}
.shop_table_responsive button[type=submit] {
    background-color: #00b2b5 !important;
    color: #fff !important;
    height: 50px !important;
}

.woocommerce button.button:disabled[disabled] {
    background-color: #00b2b5 !important;
    color: #fff !important;
}
.coupon button {
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(52, 156, 157, 1.00) !important;
    color: rgba(52, 156, 157, 1.00) !important;
    font-size: 35px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    padding: 8px 0 0 0 !important;
}
.coupon #coupon_code {
    width: calc(100% - 50px) !important;
    margin: 0 !important;
    height: 50px;
    border-color: rgba(52, 156, 157, 1.00);
}
.wc-proceed-to-checkout {
    max-width: 500px !important;
    float: right;
}
.pwgc-remove-card , .woocommerce-remove-coupon {
    color: #a00000 !important;
}
.showlogin , .showcoupon , .show-pw-gift-card{
    font-weight: 700;
    color: #00b2b5 !important;
    display: block;
}

.coupon #coupon_code::placeholder {
    color:  rgba(52, 156, 157, .6) !important;
    font-weight: 600 !important;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error::before {
    content: "\e016";
    color: #b81c23;
    float: right !important;
    position: relative !important;
    margin-right: 50px !important;
}

 .woocommerce-info {
     border-top: 3px solid #00b2b5 !important
 }
.woocommerce-cart-form  input.input-text {
    width: 150px !important;
}
.woocommerce-cart-form .coupon label {
    display:none !important;
}

#masthead .h-holder div.col.utility .woo-holder .icon-wrapper .woo-icon {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    padding: 0 5px 0 5px;
}

#masthead .h-holder div.col.utility .woo-holder .icon-wrapper div {
    margin-right: 5px;
}

#masthead .country-select {
    display: none !important;
}

.woocommerce-checkout input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]) {
    height: 65px !important;
    padding-top: 25px !important;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    color: #fff;
    background: #00b2b5;
    font-weight: bold;
}


button.wc-block-components-totals-coupon__button {
    xborder-radius: 4px;
    padding-top: 18px;
    border: 2px solid #333;
    background: #333;
    opacity: 1;
    transition: all .3s ease-in-out !important; /* vendorless fallback */
    -o-transition: all .3s ease-in-out !important; /* opera */
    -ms-transition: all .3s ease-in-out !important; /* IE 10 */
    -moz-transition: all .3s ease-in-out !important; /* Firefox */
    -webkit-transition: all .3s ease-in-out !important; /*safari and chrome */
}

button.wc-block-components-totals-coupon__button:disabled {
    opacity: .6;
    border: 2px solid #fff;
    background: #fff;
    color: #000;
}

button.wc-block-components-totals-coupon__button:hover {
    background-color: #00b2b5;
    color: #fff;
    opacity: 1;
    border: 2px solid #fff;

}

.single_add_to_cart_button {
    background-color: #00b2b5 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: .64em !important;
}
#payment-method-message {
    display: none;
}
.woocommerce-message {
    border-top-color: #00b2b5 !important;
}
#alg_currency_select {
    display: none !important;
}
#currency-wrap {
    position: absolute;
    top: 140px;
    z-index: 12;
    width: 100%;
    padding: 0 10px;
    pointer-events: none;
}

body.admin-bar #currency-wrap {
    top: 172px;
}
@media (max-width: 782px) {
    body.admin-bar #currency-wrap {
        top: 172px;
    }
}


button.wc-block-components-checkout-place-order-button {
    background-color: #00b2b5;
    border-radius: 4px;
    padding-top: 20px !important;
    transition: all .3s ease-in-out !important; /* vendorless fallback */
    -o-transition: all .3s ease-in-out !important; /* opera */
    -ms-transition: all .3s ease-in-out !important; /* IE 10 */
    -moz-transition: all .3s ease-in-out !important; /* Firefox */
    -webkit-transition: all .3s ease-in-out !important; /*safari and chrome */
}
.wSelect-theme-classic.wSelect {
    margin-bottom:0px !important;

}
.home #wrapper #content .entry-content {
    padding-top: 5px !important;
}
button.wc-block-components-checkout-place-order-button:hover {
    border: none !important;
    background-color: #09d1d6;
}
button.button {
    background-color: #09d1d6;
    height: 50px;
    color: #fff;
}
.woocommerce-info:has(.show-pw-gift-card) {
    display: none !important;
}
.wc-block-checkout__form select {
    height: 65px !important;
}

.wc-blocks-components-select__container {
    height: 4.1em !important;
}

#validate-error-coupon {
    color: #fff;
}

#validate-error-coupon span {
    padding-top: 3px;
}


.modal-window__content {
    margin: auto;
    left: 0;
    right: 0;
}

.modal-window__close {
    right: 5px;
    top: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgb(163 156 156 / 50%);
    -webkit-box-shadow: 1px 1px 1px 1px rgb(163 156 156 / 50%);
    -moz-box-shadow: 1px 1px 1px 1px rgb(163 156 156 / 50%);
}

#wrapper #content .breadcrumb {
    position: relative !important;
}

.cartbin { opacity: .7; }
.cart-incart , .cart-buynow { cursor: pointer; }

.woocommerce-store-notice, p.demo_store {
    background-color: #00b2b5 !important;
    color: #fff !important;
}

@media only screen and (max-width: 1440px) {
    .book-carousel .slick-arrow.slick-next {
        right: -40px !important;
        z-index: 2000;
    }

    .book-carousel .slick-arrow.slick-prev {
        left: -40px !important;
        z-index: 2000;
    }
}


@media only screen and (max-width: 1000px) {
    .ll-hide {
        display: none !important;
    }
}


.series-list .item {
    padding: 0 20px 20px 20px !important;
}
.book-badge {
    z-index: 2000;
    top: -10px !important;
}

#ajaxsearchpro1_1 {
    background: transparent !important;
    box-shadow: none !important;
}

#masthead {
    z-index: 20000 !important;
}