/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .price-hidden {
    font-weight: 600;
    color: #666;
    font-style: italic;
}
.wc-login-button-wrapper {
    margin: 15px 0;
    text-align: left;
}
.wc-show-login-modal {
    background-color: #0073aa;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.wc-show-login-modal:hover {
    background-color: #005177;
}
.wc-auth-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.wc-auth-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
}
.wc-auth-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
}
.wc-auth-modal-close:hover {
    color: #000;
}
.wc-auth-modal h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.wc-auth-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
}
.wc-auth-tab {
    flex: 1;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}
.wc-auth-tab.active {
    color: #0073aa;
    border-bottom-color: #0073aa;
}
.wc-auth-tab-content {
    display: none;
}
.wc-auth-tab-content.active {
    display: block;
}
.wc-form-group {
    margin-bottom: 15px;
}
.wc-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.wc-form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.wc-form-message {
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    display: none;
}
.wc-form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}
.wc-form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}
.wc-auth-tab-content button[type='submit'] {
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.wc-auth-tab-content button[type='submit']:hover {
    background-color: #005177;
}

.not-login .single_variation_wrap{
     display: none !important;
}

.help-content h3{
    margin: 0 0 10px 0;
}
.help-content{
    background-color: #fff;
    border-radius: 18px;
    border: 1px solid #000000;
    padding: 15px 20px;
  }


