/*
Theme Name: Most
Theme URI: https://themeforest.net/user/madsparrow/portfolio
Author: Mad Sparrow
Author URI: https://themeforest.net/user/madsparrow
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready, editor-style, featured-images, footer-widgets, theme-options, threaded-comments
Requires PHP: 7.4
Tested up to: 6.8
*/


body[data-menu=fixed] .main-header__layout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}


/* ============== Shop WooCommerce =================*/
.ms-product .ms-product-content {
    padding-left: 24px;
    padding-top: 12px;
    border-radius: 0 0 20pt 0;
    margin-top: 22px;
}

.ms-product:hover .ms-product-media img {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=password], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], .has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-text-input input[type=password], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0, 0, 0, .5);
    border-color: hsla(0, 0%, 100%, .7);
    color: #aeaeae;
}



/* CHECKOUT page - Discont progress */
.simple-cart-discount-progress.top {
    background-color: #f7f7f7;
    border-color: #dddddd;
    margin-top: 80px;
}

.simple-cart-discount-progress {
    position: fixed;
    left: 0;
    right: 0;
    background: #f7f7f7;
    padding: 15px;
    text-align: center;
    z-index: 5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-right: 40px;
    width: 400px;
}

.woocommerce-content-loop-header form .orderby {
    color: var(--color-contrast-high);
    width: 100%;
    border-radius: 6pt;
    padding: .5em 2.2em .5em 1.2em;
    height: 45px;
    margin-top: 2pt;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
    padding-top: 5pt;
    padding-bottom: 5pt;
	line-height: 1.1em;
}



.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=password], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], .has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-text-input input[type=password], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #121212;
}
