/*
Theme Name: REDFOX
Theme URI: 
Description: redfox
Version: 1.0
Author: 
Author URI: 
*/

@import "assets/bootstrap-4.3/css/bootstrap.min.css"; /* bootstrap */
@import "assets/fontawesome/css/all.min.css"; /* font-awesome */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* container fix */

@media (min-width: 1280px) {
.container {
    max-width: 1200px;
}
}
#wrapper-navbar {
    position:fixed;
    left:0;
    top:0;
    width:100%;
}

/* font family */

body {
    font-family: 'Montserrat', sans-serif;
}

/* head */
.navbar-brand img {
    width: 172px;
}

.navbar-toggler  {
    border:0px !important;
    box-shadow: none !important;
    outline:none !important;
}


/* footer */
.logo-footer {
    width:172px;
}





/* blog post */
#simple-post span {

    color: #41516F;
    font-size: 22px;
    font-weight: 500;
    line-height: 45px;


}

.post-meta span {
    color: #41516F !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    line-height: 34px !important;
}

#simple-post p span {
    color: #41516F !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    line-height: 34px !important;
}

#simple-post strong em {
    color: #41516F !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 45px !important;
}

#simple-post img {
    margin: 0px auto;
    display: block;
    max-width: 100%;
}

.home-blog-post h2 {
    margin-top:30px;
}

table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #eee;
    text-align: left;

}


#simple-post table td, #simple-post table th, #simple-post table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr {
    max-width: 100%;
    padding: .857em .587em;
}

#simple-post tr td {
    padding: 6px 24px;
    border-top: 1px solid #eee;
}
.post-page:after {
    display:none;
}


.featured-image-post {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;

    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
   
    background-size: cover;
}

@media (max-width:992px) {
    .featured-image-post {
    height: 265px;
    min-height: 265px;
    background-size: cover;
}
}


.woocommerce form .form-row, .woocommerce form .form-row label  {
    width: 100%;
}
span.woocommerce-input-wrapper {
    width:100%;
}



.woocommerce-LoopProduct-link {
    display: block;
}


#sub-woocommerce, #page-sub {    
    
    margin-top: 58px;
    padding-top: 58px;
    padding-bottom: 58px;

}

.woocommerce-breadcrumb {
    padding-bottom: 45px;
}

@media (max-width:992px) {
    .products.row img {
        width:100% !important;
    }
    #sub-woocommerce, #page-sub {
    margin-top: 47px;
    padding-top: 35px;
    padding-bottom: 35px;
}
}
.bg-light {
    background-color: transparent!important;
}

#searchform {
	margin-bottom:0px;
}