:root  {
--primary-color: #22570c;
--secondary-color: #3c841e;
}
body {
line-height: 1.667em;
color: rgb(33, 33, 33);
}
@font-face {
font-family: 'Shrikhand';
src: local('fonts/Shrikhand-Regular.woff2') format('woff2');
}
h1, h2, h3, h4, h5, h6, .title {
line-height: 1em;
text-align: center;
padding-bottom: .5rem;
font-family: 'Shrikhand', sans-serif;
font-weight: bold;
}
.frontpage-pagecontent {
margin: 0 0;
}
h1 {
font-size: 24px;
text-align: left;
margin-bottom: 0;
padding-bottom: 0;
}
.front-page-title h1 {
text-align: center;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4, .title {
font-size: 14px;
}
#header .table {
display: block;
}
.loop-meta {
padding: 20px 0;
}
.entry-content-featured-img {
margin: 0 auto 1.667em;
}
.content {
margin-top: 20px;
}
.header-primary-menu #header-aside, .header-primary-custom #header-aside {
width: 0%;
}
.header-primary-menu #branding, .header-primary-custom #branding {
width: 0%;
}
#site-logo {
display: flex;
justify-content: center;
margin: .2rem 0;
}
.menu-items>li>a .menu-title {
font-weight: bold;
text-wrap: nowrap;
}
.fa, .fab, .fad, .fal, .far, .fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.custom-logo, .site-logo-with-image, .site-logo-mixed-image {
max-width: 120px !important;
}
.menu-toggle {
min-height: 50px;
padding-left: 0.4rem;
font-size: 1.4rem;
}
.menu-toggle-text {
font-size: 1rem;
}
.woocommerce-product-attributes-item__label {
font-size: 1rem;
}
@media (max-width: 799px) {
.custom-logo, .site-logo-with-image, .site-logo-mixed-image {
max-width: 100px !important;
}
.menu-toggle {
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 1rem;
}
}
ul.products li.product {
margin-bottom: 1rem;
padding-bottom: .6rem !important;
border-bottom: 1px solid #ccc;
}
.product_title {
display: block !important;
font-size: 1.3rem;
padding-top: 1rem !important;
}
.single_add_to_cart_button, .add_to_cart_button {
background-color: var(--secondary-color) !important;
color: white !important;
}
@media only screen and (max-width: 455px) {
.woocommerce.archive.plural ul.products:not(.elementor-grid) li.product, .woocommerce-page.archive.plural ul.products:not(.elementor-grid) li.product {
width: 49%;
margin: 0px 0 1rem;
}
}
.woocommerce ul.products li.product .button {
margin-top: 0 !important;
}
.wptb-ph-element .wptb-button p {
text-align: center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
font-size: 12px;
}
.post-grid .item .layer-media img {
border-radius: 10px;
box-shadow: none;
width: 100%;
height: 200px;
}
img {
border-radius: 5px;
}
p > a {
text-decoration: underline;
}
.category-title {
max-width: 300px;
}
.woocommerce-LoopProduct-link img {
max-height: 200px;
object-fit: contain;
}
.hidden {
display: none !important;
}
.truncated-text {
margin-bottom: 1rem;
h2 {
margin: 0;
padding: 0;
}
}
.read-more-summary {
font-weight: bold;
margin-top: 0;
display: flex;
align-items: center;
position: relative;
}
.read-more-summary:hover {
cursor: pointer;
text-decoration: underline;
}
.semi_transparent_last_line {
margin-bottom: 0;
position: relative;
}
.semi_transparent_last_line::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1.5em;
background: linear-gradient(to bottom, transparent, #fff);
}
.short-description2 h2, .short-description2 p {
margin: .3rem 0;
}
.categoryFontSize{
font-size:1rem;
}
.category-img {
max-height: 200px;
}
.design-1 .pcdfwoo-product-cat_inner .pcdfwoo_title {
bottom: 5px;
padding: 0 5px;
}
.loop-description {
padding: 1rem;
border-top: 1px solid black;
}
.wpcf7-form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
}
.hootubix-cf7-style .wpcf7-form p {
width: 40%;
margin: .5rem;
text-align: left;
}
.entry-the-content p:first-child {
margin-top: 1.66666667em;
}
.front-page-categories {
padding:.5rem .5rem;
display:flex;
flex-direction:row;
flex-wrap: wrap;
justify-content:space-around;
}
.front-page-category {
max-width:25vw;
display:flex;
flex-direction:column;
align-items:center;
}
.front-page-category-img {
border-radius:.3rem;
}
.front-page-category-h2 {
text-align: center;
font-size:1.2rem;
}
.count {
background-color: transparent;
font-weight: normal;
}
.price {
color: var(--primary-color) !important;
font-size: 1.3rem !important;
font-weight: bold !important;
}
.footer-copy-link {
color: var(--secondary-color);
font-weight: bolder;
}
.subcategory-text {
font-size: .8rem;
margin: 0;
padding: .2rem 0 0 0;
a {
color: #222 !important;
text-align: center;
text-transform: capitalize;
}
}
@media (max-width:700px) {
.front-page-category {
min-width:80vw;
}
.front-page-category-h2 {
font-size:1rem;
}
}