/*
 Theme Name:   Storefront Child
 Theme URI:    http://example.com/storefront-child/
 Description:  Storefront Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 */

/* Import parent theme styles */
@import url("../storefront/style.css");

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">

/* Add your custom styles below */
.site-header{
    background-color:#fff !important;
}

header {
	margin-bottom: 0 !important;
}

body {
	background: #F4F4F4;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-size: 1em;
    line-height: 1.5;
    color: #1E0013;
}

.site-footer {
	padding: 15px 0 !important;
	background: #4E444E;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    padding: 12px 20px;
    clear: both;
}

.site-footer .site-info a {
	color: #fff !important;
    text-decoration: none; 	
}

.site-footer .site-info {
	padding: 0 !important;
	text-align: center;
}

/* .site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
 */
.hentry, .site-main {
	margin-bottom: 0;
}

h1, h1.entry-title {
	font-size: 28px;
    font-weight: bold;
}

.site-main {
	background: #fff;
    padding: 40px;
    text-align: left;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: 0;
}

.storefront-sorting, .site-search {
	display: none;
}

.post-edit-link {
	background: #1e0013f2;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}

.content-area {
	margin: 30px 0 70px;
}

.storefront-breadcrumb {
	background: #1e0013f2;
}

header.site-header {
	background: none !important;
}

@media screen and (min-width: 1200px) {
	   header.site-header {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 30px 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) { 
/* 	.woocommerce-active .site-header .site-branding {
		width: 300px !important;
	} */
	header.site-header {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 30px 0;
	}
	.col-full-2 {
		width: auto !important;
	}
}

@media screen and (max-width: 767px) {
	.site-content {
		height: auto !important;
	}
	   
	header.site-header {
		display: inherit;
        align-items: inherit;
        justify-content: inherit;
        padding: 30px 0 0;
	}
	
	.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
		max-width: 100px;
	}
	
	button.menu-toggle {
		background: none !important;
		position: relative;
		right: 10px;
		border: 0;
	}
	
	.woocommerce-active .site-header .site-branding img {
		position: relative;
		left: 10px;
	}
	
	.col-full-2 {
		width: 100% !important;
	}
	
	.woocommerce-active .site-header .site-branding {
		width: 60%;
	}
	
/* 	#site-navigation {
		display: flex;
	} */
	.main-navigation div.menu {
		display: none;
		padding: 0 20px;
	}
	
	.main-navigation ul li {
		border-bottom: 1px solid #ccc;
	}
	
	.main-navigation ul li a {
		padding: 10px 0 !important;
	}
	
	.main-navigation ul li:last-child {
		border-bottom: 0 !important;
	}
}




.col-full-2 {
	width: 52.33em;
}

.woocommerce-active .site-header .site-branding {
	margin-bottom:0 !important;
}

.woocommerce-active .site-header .site-branding {
	width: 80%;
}

.site-branding .site-description {
	margin-top: 10px;
}

.woocommerce-breadcrumb a, a.woocommerce-review-link, .product_meta a {
    color: #c3c3c3;
}

.woocommerce-breadcrumb {
	color: #fff !important;
}

#menu-main-menu {
	text-align: right;
}

.storefront-breadcrumb {
	margin-bottom: 0 !important;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery, .site-main ul.products li.product {
	border: 1px solid #ccc !important;
	padding: 30px !important;
	background: #fff;
}

button, input[type=button], input[type=reset], input[type=submit], .button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart {
	background-color: #1e0013f2 !important;
    border: 1px solid #1e0013f2 !important;
	padding: 10px 30px !important;
}

.woocommerce-products-header {
	padding-bottom: 50px !important;
}

.site-main {
	background: inherit!important;
    padding: 0!important;
}

.site-main ul.products.columns-3 li.product {
/* 	box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 6px 0px; */
    background: #fff;
    border-radius: 10px;
}

.widget.woocommerce.widget_shopping_cart {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 6px 0px!important;
	width: 300px;
}

a.button.wc-forward {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--woo-wallet.is-active a,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active a,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address.is-active a,
.woocommerce-MyAccount-navigation-link--edit-account.is-active a {
	background: #1e0013f2 !important;
	color: #fff !important;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	border: 1px solid #1e0013f2;
    padding: 8px 15px;
    background: #fff;
}

.storefront-full-width-content .content-area {
	background: #fff;
    padding: 30px;
    border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 6px 0px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
	box-shadow: none !important;
	background: inherit !important;
    border: 1px solid #ccc !important;
}

fieldset {
    border: 0!important;
    margin: 0!important;
    background: inherit!important;
    padding: 0!important;
}

.site-main ul.products.columns-3 li.product {
	background: #f9f9f9;
}

.woocommerce-Price-amount.amount {
	font-weight: 700;
    font-size: 16px;
}   

.product.type-product img {
	max-width: 150px;
}

.add_to_cart_button {
	margin-right: 10px;
}

.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
        margin-left: 0;
        margin-right: 0;
    }

.select2-container .select2-selection--single {
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 80%;
}

.main-navigation ul li a {
	position: relative;
	top: 0;
	transition: all 0.5s ease;
}

.main-navigation ul li a:hover {
    color: #290d1f;
	top: -5px;
}

h2 {
    font-size: 24px;
}

#TB_ajaxContent, #TB_window {
	width: 550px !important;
}

#TB_ajaxContent .form-table td {
	padding: 0 !important;
}

.site-content {
	height: calc(100vh - 250px);
}

.hentry.type-page .entry-header {
	padding-bottom: 30px !important;
}

article#post-10  {
	max-width: 500px;
    margin: auto;
}

.logged-in article#post-10  {
	max-width: inherit;
    margin: inherit;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
	border: 0 !important;
}

#menu-mobile-menu {
	padding: 0 15px;
}


.button.view {
	background: none !important;
    color: #290d1f;
    border: 1px solid #290d1f;
}

a.added_to_cart.wc-forward {
    background: none !important;
    color: #290d1f;
    border: 1px solid #290d1f;
}

.button.cancel {
	background: none !important;
    color: #e2211c;
    border: 1px solid #e2211c  !important;
}

table td, table th {
	padding: 10px !important;
}

#site-navigation-menu-toggle {
	border: 0 !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #4e444e !important;
}

@media screen and (max-width: 465px) {
	#site-navigation-menu-toggle {
		top: -40px;
	}
}