.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}@tailwind base;
@tailwind components;
@tailwind utilities;
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap")
a, a:visited, a:hover, a:active {
color: #fff; 
text-decoration: none; 
}
h1, h2, h3 {
font-family: "Cinzel", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
color: #737272;
}
h4, h5, h6 {
color: #b1af6a;
font-family: "Cinzel", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
p {
color: #737272;
}  .menu-toggle {
cursor: pointer;
padding: 10px;
width: 5rem;
}
#mobile-menu {
position: absolute;
top: 100%; 
left: 0;
width: 100%;
background-color: #fff; 
border-top: 1px solid #ddd; 
z-index: 1000; 
}
.site-header {
display: flex;
justify-content: space-evenly;
align-items: center;
position: relative;
background-color: #fff;
}
.site-branding {
position: relative; 
background-color: #fff;
}
.site-branding::after {
content: ''; 
position: absolute;
left: 50%; 
bottom: -20px; 
width: 0;
height: 0;
border-left: 130px solid transparent; 
border-right: 130px solid transparent; 
border-top: 20px solid #fff; 
transform: translateX(-50%); 
} .main-navigation {
display: none;
}
.main-navigation a {
padding: 10px;
text-decoration: none;
color: #737272;
}
.main-navigation a:hover {
color: #b1af6a;
border-bottom: 2px solid #b1af6a;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .cart-icon {
position: relative;
display: inline-block;
}
.cart-img {
width: 30px; 
height: auto;
}
.cart-count {
position: absolute;
top: -7px;
right: 5px;
background-color: red;
color: white;
padding: 0 5px;
border-radius: 50%;
font-size: 12px;
} .product-container {
width: auto;
height: auto;
overflow: hidden;
position: relative;
margin-bottom: 1rem;
}
.product-container img {
width: 6rem;
height: 6rem; transition: transform 0.5s ease;
}
.overlay {
width: 100%;
position: absolute;
text-align: center;
bottom: -100%;
background: rgba(0, 0, 0, 0.5); 
color: #fff; 
padding: 20px;
box-sizing: border-box;
transition: all 0.5s ease; 
}
.product-container:hover .overlay {
bottom: 0; 
}
.product-container:hover img {
transform: scale(1.1); 
}
@media (min-width: 768px) {
.product-container img {
width: 6rem; 
height: 6rem;
}
}
.card {
width: auto;
height: 10rem;
position: relative;
display: inline-block;
}
.card .img-top {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
.card:hover .img-top {
display: inline;
} .entry-header {
display: none;
} .hero-section-shop {
background-color: #ECECEC !important; 
color: #5F5F5F !important; 
padding: 3rem 0; 
margin-bottom: 1rem;
}
.product_title, .price {
font-size: 3rem;
font-family: 'cinzel';
}
.hero-content {
display: flex; 
align-items: center; 
justify-content: space-between; 
width: 100%; 
margin: 0 auto; 
padding: 0 2.5rem; 
} .woocommerce .woocommerce-breadcrumb {
margin-bottom: 0; 
} .woocommerce-products-header__title.page-title {
margin-bottom: 0; 
} .woocommerce-main-container {
display: flex;
flex-wrap: wrap;
padding: 0 2.5rem;
} .woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
display: inline-block; 
vertical-align: top; 
}
.woocommerce .woocommerce-ordering {
float: right; 
} @media only screen and (max-width: 768px) {
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
display: block; 
float: none;
text-align: center; 
}
} .products-container {
flex: 0 0 80%;
max-width: 80%;
} .woocommerce-sidebar {
flex: 0 0 20%;
max-width: 20%;
padding-left: 20px; 
padding-top: 3.5rem;
} @media (max-width: 768px) {
.products-container,
.woocommerce-sidebar {
flex: 0 0 100%;
max-width: 100%;
padding-left: 0;
}
.woocommerce-main-container .products-container {
order: 2;
}
.woocommerce-main-container .woocommerce-sidebar {
order: 1;
}
} .woocommerce ul.products {
margin: 0;
padding-top: 1rem;
list-style: none;
} .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: calc(33.333% - 2rem); 
float: left;
position: relative;
margin-bottom: 2rem; 
box-sizing: border-box;
transition: transform 0.3s ease; 
} .woocommerce ul.products li.product:nth-child(3n+1) {
clear: both;
}
.woocommerce ul.products li.product:not(:nth-child(3n)) {
margin-right: 2rem; 
} .woocommerce ul.products li.product img {
width: 100%;
height: 350px;
object-fit: contain; 
} .custom-product-wrapper {
position: relative;
overflow: hidden;
} .product-info-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); 
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.custom-product-wrapper:hover .product-info-hover {
opacity: 1;
visibility: visible;
} .woocommerce ul.products li.product:hover {
transform: scale(0.98); 
} .product-info-hover .inner-info {
color: #fff;
padding: 10px;
} .product-info-hover .product-buttons {
margin-top: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.product-info-hover .product-buttons a {
display: inline-block;
margin: 0 5px;
background: #fff;
color: #000;
padding: 5px 10px;
text-decoration: none;
border-radius: 2px;
transition: background-color 0.3s, color 0.3s;
}
.product-info-hover .product-buttons a:hover {
background: #000;
color: #fff;
} @media only screen and (max-width: 768px) {
.woocommerce ul.products li.product.custom-product, .woocommerce-page ul.products li.product.custom-product {
width: 48%; 
}
}
@media only screen and (max-width: 480px) {
.woocommerce ul.products li.product.custom-product, .woocommerce-page ul.products li.product.custom-product {
width: 100%; 
}
} .product-flex-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
padding: 0 2.5rem;
}
.woocommerce-loop-product__title {
color: white;
}
.woocommerce-product-gallery-wrapper {
flex: 1 1 50%;
max-width: 50%; 
padding-right: 20px; 
}
.product-summary {
flex: 1 1 50%;
max-width: 50%; 
}
.product_meta {
color: #737272;
}
.flex-control-nav.flex-control-thumbs{
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 20px 0;
} @media only screen and (max-width: 768px) {
.woocommerce-product-gallery-wrapper,
.product-summary {
flex: 1 1 100%;
max-width: 100%;
padding-right: 0; 
}
} .woocommerce .quantity, .woocommerce .single_add_to_cart_button {
display: inline-block; 
margin: 3rem 0;
} .woocommerce .single_add_to_cart_button {
margin: 0 5px;
background: #fff;
border: 1px solid #000;
color: #000;
padding: 5px 10px;
text-decoration: none;
border-radius: 2px;
transition: background-color 0.3s, color 0.3s; 
}
.woocommerce .single_add_to_cart_button:hover {
background: #000;
color: #fff;
} .tabs.wc-tabs {
display: flex !important;
padding: 20px 0 0 !important;
}
.tabs.wc-tabs a{
padding: 10px 20px;
display: flex;
align-items: center;
justify-content: center;
transition: .3s ease-in-out;
}
.tabs.wc-tabs .active a{
color: #fff;
background: #B1AF6A;
transition: .3s ease-in-out;
} .woocommerce-account-container {
display: flex;
justify-content: center;
align-items: center;
padding: 0 2.5rem;
}
.woocommerce-account-container .woocommerce-MyAccount-navigation {
width: 20%;
}
.woocommerce-account-container .woocommerce-MyAccount-content {
text-align: center;
width: 80%;
} .woocommerce-account .widget-area {
display: none;
} .return-to-shop, .wc-empty-cart-message, .woocommerce-notices-wrapper {
text-align: center
}
.wc-empty-cart-message, {
margin: 2rem 0;
}
.woocommerce-message {
display: none;
}
.return-to-shop a {
display: inline-block;
margin: 2rem 0;
background: transparent;
color: #000;
border: 1px solid #000;
padding: 5px 10px;
text-decoration: none;
border-radius: 2px;
transition: background-color 0.3s, color 0.3s;
}
.return-to-shop a:hover {
background: #000;
color: #fff;
}
.woocommerce-cart-container {
padding: 0 2.5rem;
}
.woocommerce-cart .widget-area {
display: none;
}
table {
width: 100%;
}
thead, .woocommerce-cart-form__cart-item {
border-bottom: 1px solid #ECECEC;
}
th {
color: #737272;
}
td {
color: #ababab;
}
.woocommerce-cart-form__cart-item {
text-align: center;
} .cart-actions {
display: flex;
align-items: center;
margin-top: 20px;
gap: 1rem;
}
.coupon {
display: flex;
align-items: center;
}
#coupon_code {
border: 1px solid #000;
padding: 5px 10px;
margin-right: 1rem;
}
.actions button {
display: inline-block;
margin: 2rem 0;
background: transparent;
color: #000;
border: 1px solid #000;
padding: 5px 10px;
text-decoration: none;
border-radius: 2px;
transition: background-color 0.3s, color 0.3s;
}
.actions button:hover {
background: #000;
color: #fff;
} .cart-totals-wrapper {
margin-top: 20px;
}
.cart-subtotal, .order-total {
text-align: left;
border-bottom: 1px solid #ECECEC;
}
.cart_totals h2 {
margin: 4rem 0 2rem 0;
font-size: 19px;
color: #737272;
text-transform: uppercase;
} .wc-proceed-to-checkout {
display: inline-block;
margin: 2rem 0;
background: transparent;
color: #000;
border: 1px solid #000;
padding: 5px 10px;
text-decoration: none;
border-radius: 2px;
transition: background-color 0.3s, color 0.3s;
}
.wc-proceed-to-checkout:hover {
background: #000;
color: #fff;
}  .woocommerce-checkout .widget-area {
display: none;
}
.woocommerce-info {
color: #737272;
margin: 2rem 0;
}
.woocommerce-billing-fields h3, #order_review_heading {
color: #b1af6a;
font-size: 1.5rem;
} .checkout-columns {
display: flex;
flex-wrap: wrap;
gap: 4rem;
padding: 0 2.5rem;
}
.woocommerce-form-coupon-toggle, .checkout_coupon, .woocommerce-form-coupon {
padding: 0 2.5rem;
margin-bottom: 2rem;
}
.checkout-column-left,
.checkout-column-right {
flex: 1;
} .woocommerce-checkout form .form-row {
margin-bottom: 20px; 
} .woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea {
width: 100%;
height: 40px; 
border: 1px solid #ccc;
padding: 10px; 
} .woocommerce-checkout form .form-row textarea {
height: auto; 
}
.woocommerce-checkout form .form-row label {
display: block;
margin-bottom: 0.5rem;
} .woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last {
flex: 0 0 48.7%; 
box-sizing: border-box;
}
.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper {
display: flex;
flex-wrap: wrap;
gap: 1rem;
} #billing_company_field, #billing_country_field, #billing_address_1_field, #billing_address_2_field, #billing_postcode_field, #billing_city_field, #billing_state_field, #billing_phone_field, #billing_email_field {
width: 100%;
} .woocommerce-checkout #place_order, .form-row-last button {
display: inline-block;
margin: 2rem 0;
background: transparent;
color: #000;
border: 1px solid #000;
padding: 5px 10px;
text-decoration: none;
border-radius: 2px;
transition: background-color 0.3s, color 0.3s;
}
.woocommerce-checkout #place_order:hover, .form-row-last button:hover {
background: #000;
color: #fff;
} .woocommerce-checkout .checkout-column-right {
background-color: #f9f9f9;
padding: 20px;
border-radius: 8px;
}
.woocommerce-checkout .checkout-column-left {
padding: 20px 0;
}
.shop_table, .woocommerce-checkout-review-order-table, .wc_payment_methods, .payment_methods methods, .woocommerce-terms-and-conditions-wrapper {
margin-bottom: 2rem;
} @media (max-width: 768px) {
.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last {
flex: 0 0 100%; 
}
} @media (max-width: 768px) {
.checkout-column-left,
.checkout-column-right {
flex-basis: 100%;
}
.checkout-columns {
gap: 2rem;
padding: 0 1.5rem;
}
.woocommerce-form-coupon-toggle {
padding: 0 1.5rem;
}
}  .flex-container {
display: flex;
justify-content: space-between; 
gap: 20px; 
} .flex-item {
flex: 1; 
} .full-width .wpcf7-form-control-wrap {
width: 100%; 
} .wpcf7-form-control-wrap {
margin-bottom: 20px; 
}
.wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-textarea {
width: 100%; 
box-sizing: border-box; 
border: 1px solid #ccc; 
margin: 1rem 0;
padding: 0.5rem;
}
.wpcf7-textarea {
height: 150px; 
}
.wpcf7-submit {
display: inline-block;
margin: 1rem 0;
background: transparent;
color: #000;
border: 1px solid #000;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 2px;
transition: background-color 0.3s, color 0.3s;
}
.wpcf7-submit:hover {
background: #000;
color: #fff;
}
.wc-block-product-categories-list ul{
padding-left: 20px
}