/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-negative-gap.elementor-element.elementor-element-287c179.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none !important;
}
del .amount {
    color: red;
    font-weight: bold;
    text-decoration: line-through;
}
.woovr-variation-description,.woocommerce-variation-description {
    font-size: 25px !important;
    color: red;
    font-weight: bold;
}
div#tab-item-title-additional_information,div#tab-item-title-wd_additional_tab,#tab-item-title-description{
	display:none;
}

.entry-content {
    max-height: none !important; /* Remove any maximum height restrictions */
    overflow: visible !important; /* Disable any scrolling */
}

.wc-tab-inner {
    max-height: none !important; /* No height restriction on tab content */
    overflow: visible !important; /* Disable scrollbars */
}

.wd-accordion-item {
    margin-bottom: 20px; /* Add some space between sections */
}

.wd-accordion-title {
    background-color: #f5f5f5; /* Change background color of titles */
    padding: 15px; /* Add some padding */
}

.wd-accordion-title span {
    font-size: 18px; /* Adjust font size */
}

.wd-accordion-item .entry-content {
    display: block !important; /* Always show content */
    max-height: none !important; /* Ensure no content is hidden */
}

.wd-accordion-title {
    cursor: default; /* Disable the clickable behavior */
}

.wd-accordion-opener {
    display: none; /* Remove the opener/arrow */
}

.wd-accordion-item {
    border: none !important; /* Optional: Remove borders around accordion items */
}

.wd-accordion-title-text {
    font-weight: bold; /* Optional: Make the titles bold */
}
span.nav-link-text {
    font-size: 21px !important;
}
p#billing_first_name_field {
    width: 100%!important;
}
.form-container {
    margin-top: 5%;
}
.from-div{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 25px;
    border: solid 2px;
    padding: 2%;
    margin: 1%;
	height: 64px;
}
.formproduct{
border:0px !important;
text-align: right;
  margin: 9px;
  }
#buttonHolder{
  background: #123524 !important;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  border-radius: 20px !important;
  color: white;height: 64px;
  }
  
 label,input{
 font-family: 'QuixoticSans-Bold';
 }
#btn12345{
position:fixed;
width:100%;
bottom:0;
background:#ee7214 !important;
color:white;
font-size: 27px;
height: 6%;
left:0;
right:0;
display:block;
z-index:999999999;
}

.call-buttons {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 2%;
}

.call-button {
    display: inline-block;
    padding: 10px 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ee7214;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 88%;
    margin: auto;
}

.call-button:hover {
    background-color: #ee7214;
    transform: scale(1.1);
    color: white;
}

@font-face {
    font-family: 'AQEEQSANSPRO-Regular';
    src: url('https://greenfy.store/wp-content/uploads/alfont_com_AQEEQSANSPRO-Regular.otf') format('opentype');
}


body {
    font-family: 'AQEEQSANSPRO-Regular' ;
}
* {
    font-family: 'AQEEQSANSPRO-Regular' ;
}

span.woocommerce-Price-amount.amount {
    font-size: 30px;
}