 
 .two-cols-contact-form {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
}

.get_quote {
    background-color: var(--theme-palette-color-1);
    color: white;
    width: 100%;
    padding: 20px 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
}

.quote-container, .quote-container-print {
    width: var(--theme-container-width);
    max-width: var(--theme-normal-container-max-width);
    margin-inline: auto;
}



.entry-meta, .ct-woo-card-actions {
    display: none !important;
}

.stepInner {
  display: none; 
  padding: 10px;
  border: 2px solid  #cccb;
  margin: -3px 0 10px 0; 
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
}


.stepCat {
  cursor: pointer;
  background: var(--theme-palette-color-1);
  padding: 12px;
  font-weight: bold;
  border: 1px solid var(--theme-palette-color-1);
  margin-top: 10px;
  border-radius: 5px;
  color:white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quote-icon {
   font-size: 2rem;
    line-height: 0;
    margin-top: -5px;
}

.show-all-options {
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.show-all-options:hover {
    background: var(--theme-button-background-hover-color);
    color: var(--theme-button-text-hover-color);
}

.stepOpt input[type="checkbox"] {
    transform: scale(1.5);
    margin-top: 0.2rem;
}

.stepOpt {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quote-btn {
    margin: 2rem 0;
    width: 150px;
    font-size: 1.1rem;
    background: var(--theme-palette-color-1);
    color: white;
}

.quote-email-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 20px;
}

.quote-email-option input[type="checkbox"] {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.2rem;
}

.quote-email-option label {
    margin: 0px !important;
    font-size: 1rem !important;
}

.quote-options-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.quote-options-table th {
    text-align: left;
    background: var(--theme-button-background-initial-color);
}

.option-head-table {
    width: 90%;
}

.quote-options-table td {
    padding: 10px;
    border: 1px solid var(--theme-button-background-initial-color);
}

.quote-options-table caption {
    margin-top: 5px;
    text-align: left;
    font-size: 14px;
    font-style: italic;
    font-weight: lighter;
    padding: 0px;
    line-height:1.5;
}
.quantity-table input {
    width: 90px;
}

.quantity-table input:disabled {
    background-color: #f0f0f0;
    color: #888;
}

.quote-print-message {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.quote-print-message p {
    font-size: 1.1rem;
    margin: 0px 0px 20px 0px;
}

.quote-print-message h1 {
    font-size: 1.8rem;
    margin: 30px 0px 10px 0px;
}

.quote-tel-link {
    font-size: 1rem;
    font-weight: 500;
}

.quote-container-print table, td, tr {
    border: none;
}

.current-cat, .current-cat a {
    color: var(--theme-palette-color-4);
}

.woocommerce ul.products li.product img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
}

.woocommerce-product-gallery .ct-media-container{
    max-height: 500px;
}

.grecaptcha-badge {
    display: none !important;
}

.hidden{
  display:none;
}

.quote-container h1 {
    font-size: 1.8rem;
    margin: 20px 0px 10px 0px;
    font-weight: normal;
}

.quote-container h2 {
    font-size: 1.4rem;
    font-weight: normal;
    margin:0px 0px 10px 0px;
}

.quote-container p {
    font-size: 1.1rem;
    margin:0px 0px 20px 0px;
}

.quote-container-buttons {
    display: flex;
    gap: 1rem;
}

.quote-print {
    max-width: 610px;
    margin: auto;
    border: 1px solid black;
    margin-bottom: 40px;
    border-radius: 5px;
    padding: 5px;
}

.back-btn {
    margin: 2rem 0;
    width: 150px;
    font-size: 1.1rem;
}

#step-2-quote-form label {
    font-size: 1rem;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.nc-filter{
    border:1px solid #e5e7eb;
    background:#fff;
    margin:0 0 16px
    
}

.nc-filter h4{
    margin:0;
    padding:10px 12px;
    background: var(--theme-palette-color-4);
    font-weight:700;
    font-size:1.2rem;
}

.nc-filter h4 a {
    color: white;
    width: 100%;
    display: block;
}


.nc-filter ul{
    list-style:none;
    margin:0;
    padding:0;
}

.nc-filter li a{
    display:block;
    padding:10px 12px;
    text-decoration:none;
    color:#222
}

.nc-filter li a:hover{
    background:var(--theme-button-background-initial-color)
}

.nc-filter li.current-cat>a,
.nc-filter li.current-cat-parent>a{
    background:var(--theme-button-background-initial-color);
    font-weight:700
}


.ct-panel-actions {
    display: none;
}

.ct-panel-content-inner {
    padding: 0px 25px;
}

.ct-container-fluid {
    width: auto;
    margin: 0px 25px;
}

.ct-toggle-dropdown-mobile {
    margin-right: 2px;
}

.ct-toggle-dropdown-mobile svg {
    width: 18px;
    height: 18px;
}

.wc-archive-bottom {
    margin-top: 40px;
}


/* Media Query */
@media (max-width: 360px) {
	.ct-header-cta {
		display: none;
	}
}

@media (max-width: 767px) {
    .quote-container h1, .quote-print-message h1 {
        font-size: 1.5rem;
    }
    
    .quote-container h2 {
        font-size: 1.2rem;
 
    }
    
    .quote-container p,.quote-print-message p  {
        font-size: 1rem;
    }
    
}
