/*
 Theme Name: Lukas Almaira Shop
 Theme URI: https://themehunk.com/product/almaira-shop-multipurpose-responsive-ecommerce-theme/
 Author: ThemeHunk
 Author URI: https://www.themehunk.com
 Template: almaira-shop
 Description: Th Almaira Shop is an eCommerce WordPress theme specially made for shopping websites. Theme is best suited for Fashion & Clothing store, furniture, grocery, clothing, electronic, gadget store and decorative gifts stores.
 Version: 1.0.0
 Requires at least: 4.5
 Tested up to: 5.8.2
 Requires PHP: 5.6

 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  th-almaira-shop
 Tags: e-commerce, blog, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-image-header, featured-images, custom-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
*/
    /* --siteBackgroundColor: 150,3.7%,89.41%; */
@font-face{
  font-family:'Poppins';
  src: url('fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}    
 
 @font-face{
  font-family:'Futura';
  src: url('fonts/FuturaCyrillicMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}    
 .main-header-bar.two,html {
   background-color: hsla(150,3.7%,89.41%, 1);
}
 body,html {
    /* min-height:100vh; */
    color: hsla(0,1.33%,29.41%, 1);
	font-family:'Poppins';
}
footer.thunk-footer {
    padding-top: 5vh;
}
 h1 {
	font-family:'Futura';
}
h2{
	color:rgb(100, 100, 100);
	font-size:18px;
font-style:normal;
font-weight:300;
}
#page.almaira-site,.top-footer .top-footer-bar, .widget-footer .widget-footer-bar, .bottom-footer .bottom-footer-bar, .widget-cs .widget-cs-bar {
    background-color: hsla(150,3.7%,89.41%, 1);
}

.top-footer-col1 {
    text-align: center;
}

.almaira-shop-menu > li > a {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    padding: 0;
    padding-bottom: 1px;
}
.almaira-shop-menu li a:hover, .almaira-cart ul.cart_list li a:hover, .almaira-shop-menu .current-menu-item a span {
    color: initial;
	border-bottom:1px solid;
	
}

a{
	color:rgb(100, 100, 100);
}

.site-title a{
	font-family:'Futura';
font-size:32px;
font-style:normal;
webkit-font-smoothing:antialiased;
font-weight:300;
    text-transform: uppercase;
	letter-spacing: .14em;
}

#th-ribbon .rbn-desc {
    margin-bottom: 16px;
    color: #242424;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
ul#almaira-shop-menu {
    display: flex;
    flex-direction: column;
	gap:5px;
}

#th-ribbon .content-area {
    padding-bottom: 20px;
}

.thunk-ribbon .heading {
    max-width: 600px;
    font-size: 46px;
    line-height: 57px;
    color: #242424;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.site-content #sidebar-primary{
	display:none;
}

.site-content #primary {
    width: 100%;
    box-sizing: border-box;
}

.thunk-main-area {
	    flex-direction: column;
    width: 100%;
}

div#content {
    /* min-height: 70vh; */
}