/*
Theme Name: Dinstand Testing
Author: Quantum Quirks Media
Author URI: https://quantumquirks.media/
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: dinstand testing
Tested up to: 6.5.2
Requires PHP: >7.4

License: This theme, like WordPress, is licensed under the GPL.
*/

.added_to_cart {
    display: none !important;
}


/************ CART******/

.woocommerce .cart .quantity .qty {
    height: 40px;
    background-color: #FFFFFF;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    box-sizing: border-box;
    outline: none;
    font-family: museo-sans, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.53333;
    font-weight: 700;
    padding: 0 24px;
    color: #9f967c;
    line-height: 40px;
    width: 80px;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
}

.block-shoppping-cart table tbody tr td:nth-child(2) h6 a {
    color: #165A66;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: inherit;
}

.main-section-login .form-login input[type="text"] {
    width: 100%;
    margin-bottom: 30px;
}

.main-section-login .block-register-inner.disable .btn-login-action {
    display: none;
}

.main-section-login .hidden {
    display: none;
}

.disable-next input,
.disable-next select {
    border: none !important;
    padding: 0 !important;
    color: #9f967c !important;
    box-shadow: none !important;
}

.order_date {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #9A9A9A
}


/*show menu on mobile start*/


/*** Responsive Styles Tablet And Below ***/

@media all and (max-width: 980px) {
    div#bs-example-navbar-collapse-2 {
        display: block;
    }
}


/*show menu on mobile end*/