/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.14.1770743993
Updated: 2026-02-10 17:19:53

*/
div#vt_added_to_cart_notification {
    background-color: #7aad37;
}
div#vt_added_to_cart_notification a {
    color: #fff;
}
.single-product .related.products:last-of-type {
    display: none;
}
.ihc-login-template-11 .impu-form-submit input{
    cursor: pointer;
}
body:not(.page-id-1518) .ihc-hide-login-pw, .ihc-hide-pw, .product-buttons{
    display: none !important;
}
.product-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.product-table th,
.product-table td {
    border: 1px solid #ddd;
    padding: 10px;
    width: 25%;
}
.product-table th {
    background-color: #f9f9f9;
}
.quiz-container {
    background-color:#f5f5f5;
}
.quiz-box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}
.quiz-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}
.quiz-title span {
    font-weight: 600;
    font-size: 20px;
    padding-right: 5px;
}
.quiz-btn, .global-btn-style {
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #7aad37;
    box-shadow: none !important;
    border: 1px solid #7aad37 !important;
    border-radius: 5px;
    font-size: 12px;
    padding: 9px 13px;
    font-weight: 400 !important;
}
.quiz-btn:hover, .global-btn-style:hover {
    background-color: #d8b458;
    color: #fff;
    border-color: #d8b458 !important;
}
.quiz-result {
    margin-top: 20px;
}
.quiz-navigation {
    margin-top: 15px;
}
.quiz-nav-btn {
    padding: 3px 10px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
}
.quiz-nav-btn:hover {
    background-color: #7aad37;
    color: #fff;
}
.product-table {
    width: 100%;
    border-collapse: collapse;
}
.product-table th {
    background-color: #f9f9f9;
}
.question-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-navv {
    display: flex;
    justify-content: end;
    align-items: center;
}
.product-table tbody tr td:last-child {
    text-align: center;
}

.container {

    max-width: 1200px;

    margin: 0 auto;

    padding: 30px;

}

.quiz-listing-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

    gap: 20px;

}

.quiz-card {

    border: 1px solid #ccc;

    padding: 20px;

    border-radius: 12px;

    text-align: center;

}

.start-btn {

    display: inline-block;

    margin-top: 10px;

    padding: 10px 20px;

    background: #0073aa;

    color: #fff;

    text-decoration: none;

    border-radius: 6px;

}

.start-btn:hover {

    background: #005f8d;

}
.page-title .alert {
    margin: auto;
    padding: inherit;
    background-color: #c09853;
    display: inline-block;
}
.page-title h1 {
    margin: auto;
}
.page-title .alert p {
    padding: 5px 10px;
    margin: auto;
    color: #fff;
}
ul.list-product {
    list-style: auto;
    padding-left: 15px;
}
.quiz-breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.breadcrumb-btn {
    background: #f08d79;
    padding: 6px 12px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    transition: 0.2s ease;
}

.breadcrumb-btn:hover {
    background: #7aad37;
    color: #fff;
}

.breadcrumb-current {
    padding: 6px 12px;
    border-radius: 20px;
    background: #7aad37;
    color: #fff;
}
@media (max-width: 767px) {
  .single-product-finder main#main {
    padding: 15px;
  }
  .table-wrapper {
    max-width: 330px;
    overflow: scroll;
}
.product-table tbody tr td:first-child, .product-table tbody tr td:nth-child(2) {
    min-width: 250px !important;
}
.product-table tbody tr td:nth-child(3), .product-table tbody tr td:nth-child(4) {
    min-width: 150px !important;
}
.product-table tbody tr td:nth-child(5) {
    min-width: 170px !important;
}
}

