/*
Theme Name: Makeamove
Author: Makeamove
Author URI: https://Makeamove.pl
Version: 1.0
Tags: one-column, two-columns
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')

html * {
	font-family: 'Open Sans', sans-serif;
}
body {
    overflow-x: hidden;
}
.bg-black {
    background: #000;
}
.top {
    height: 40px;
}
.logo {
    max-width: 280px !important;
}
.fs-7 {
    font-size: 0.8rem !important;
}
.menu-item-has-children:hover > ul {
    display: block;
}
.menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.sub-menu a::after {
    display: none;
}
.sub-menu {
    width: 500px;
    padding: 25px;
}
.sub-menu .sub-menu {
    top: 0;
    left: 200px;
    border: 0;
}
.navbar-nav li a {
    font-weight: 400;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.menu-menu-glowne-container {
    width: 100%;
}
#menu-menu-glowne {
    justify-content: space-around;
}
#menu-menu-glowne li a {
    color: #000;
}
.onsale {
    border-radius: 0 !important;
    background-color: #e84855 !important;
    padding: 5px 10px !important;
}
.button.product_type_simple,
.add_to_cart_button {
    color: #fff !important;
    background-color: #e84855 !important;
}
.product .price del {
    text-decoration-color: #5e5e5e  !important;
    margin-right: 10px  !important;
    font-size: .875rem  !important;
    font-weight: 300  !important;
    color: #5e5e5e  !important;   
}
.woocommerce-loop-product__title {
    text-align: center !important;
    color: #000 !important;
    font-size: 1.25rem !important;
    font-weight: 300 !important;
}
.product {
    transition: box-shadow 0.3s ease-in-out !important;
    height: 100% !important;
    padding: 25px 15px 20px !important;
    text-align: center !important;
    border: 1px solid #ebebeb !important;
}
ul.products li.product:hover {
    cursor: pointer !important;
    -webkit-box-shadow: 0 16px 32px rgba(0,0,0,.05), 0 8px 16px rgba(0,0,0,.05), 0 4px 8px rgba(0,0,0,.05), 0 0 4px rgba(0,0,0,.05) !important;
    box-shadow: 0 16px 32px rgba(0,0,0,.05), 0 8px 16px rgba(0,0,0,.05), 0 4px 8px rgba(0,0,0,.05), 0 0 4px rgba(0,0,0,.05) !important;
}
.price {
    text-align: center !important;
}
/* normal and promo price */
.price > .woocommerce-Price-amount.amount,
.price ins {
    font-weight: 700 !important;;
    text-decoration: none !important;
    color: #000;
    font-size: 1.75rem;
}
.navbar-expand-lg {
    flex-wrap: wrap !important;
}
.top-show-menu {
    border-top: 1px solid #000;
}
.footer h4 {
    margin-bottom: 1em !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
}
.footer a {
    color: #000 !important;
    text-decoration: none !important;
}
.footer .list-group-flush>.list-group-item {
    padding-left: 0 !important;
}
li.product.type-product {
    height: auto !important;
    display: flex!important;
    flex-direction: column!important;
}
li.product.type-product .button {
    display: block!important;
    margin-top: auto!important;
    align-self: center!important;
}
.recommended-prod .woocommerce ul.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product {
    margin-bottom: 3rem !important;
}
.single_add_to_cart_button {
    background-color: #e84855 !important;
}
form.cart {
    display: flex !important;
}
.input-text.qty.text {
    height: 100% !important;
}
.summary.entry-summary {
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
.woocommerce-product-attributes-item__value p a,
.product_meta .posted_in a,
.added_to_cart.wc-forward {
    text-decoration: none;
    color: #000;
}
.woocommerce-message {
    border-top-color: #e84855;
}
.woocommerce-message::before {
    color: #e84855;
}
.woocommerce-message .button.wc-forward {
    background-color: #e84855;
    color: #ebebeb;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e84856;
    color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a {
    color: #e84856;
}
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 1.5rem;
}
.grow {
    transition: all .2s ease-in-out; 
}
.grow:hover { 
    transform: scale(1.03); 
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    z-index: 100;
}
.img-post {
    max-height: 200px;
    overflow: hidden;
}
.category-name {
    text-transform: uppercase;
}
.link-fix-div {
    text-decoration: none;
    color: #000;
}
.link-fix-div:hover {
    text-decoration: none;
    color: #000;
}
.thumb-logo {
    background: #020254;
}
.thumb-img {
    max-height: 110px;
}
@media (max-width: 991px) {
    .top-show-menu {
        border-top: none;
    }
    .sub-menu {
        width: auto;
        padding: 0;
        background: transparent;
        border: 0;
    }
    .sub-menu .sub-menu {
        position: static;
        background: transparent;
    }
}
@media (max-width: 769px) {

}