/*
Theme Name: Store Max
Theme URI: https://themehunk.com/th-shop-mania/
Author: ThemeHunk
Author URI: https://www.themehunk.com
Template: th-shop-mania
Description: Store Max is the child theme of TH Shop Mania, It offers deeply integration with Woocommerce and helps to create a awesome store site.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5.4
Requires PHP: 5.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: store-max
Tags: e-commerce, blog, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, add_editor_style, featured-image-header, featured-images, 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.
*/
.blog .site-main{
	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
}
.page-content.blog .site-main{
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
}
.page-content.blog  article.thunk-post-article{
	width: 32.5%;
}
.wp-block-search__inside-wrapper button{
	padding: 7px 12px;
	border-radius: 5px;
}
.widget_tag_cloud a{
	background: #005904;
}
.widget_tag_cloud a:hover{
	color: #FFF;
}
.sidebar-main > *{
	margin-bottom: 21px;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
	width: 90px;
}
.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, 
.wc-block-grid.has-3-columns .wc-block-grid__product{
    flex: 1 0 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 21px;
    border: 1px solid #efefef;
}
.cart-button .buttons a{
	font-size: 0.9rem!important;
}
.woocommerce-checkout .main-area{
	max-width: 75%;
}
.woocommerce-cart.woocommerce-page table.cart td.actions .coupon{
	align-items: center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
 	font-weight: 500;
}
.widget-footer .widget-footer-wrap{
	padding: 75px 0;
}
.wp-block-search__inside-wrapper .wp-element-button {
    padding: 5px 12px;
}
 #move-to-top {
    width: 54px;
    height: 54px;
    font-size: 2rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 154px;
    box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -moz-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -webkit-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -o-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
}
@media screen and (max-width: 1024px){
.mobile-nav-tabs li a {
	font-size: 12px;
}
}