/* CSS Document */
/* Sidebar and Content Layout */
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: none !important;
}
.woocommerce-page .site-main {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;
}
.woocommerce-page #content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;  
}
.woocommerce-page #primary {
    flex: 1 1 25%;  
    padding: 0px;
}
.woocommerce-page footer {
    padding: 20px;
    text-align: center;
}
.woocommerce-page footer a {}
.woocommerce-page footer a:hover {}
/*******************************************************/
.woocommerce {
    position:relative !important;
    display: flex; 
    gap: 30px; 
    padding: 20px; 
    width: 100%; 
    margin: 0 auto; 
}

.woocommerce-error ul,
.woocommerce-notices-wrapper ul{
    list-style: none;
}
.woocommerce-error {
    position: absolute;
    display: flex;
    top: 0;
    width: 60%;
    margin-top: -25px;   
    margin-left: 30px;
    padding: 5px 20px;
    background-color: rgba(241,241,241,0.00);
    color: #FF2E00;
    
}
.woocommerce-MyAccount-navigation {
    width: 300px; 
    flex-shrink: 0; 
}
.woocommerce-MyAccount-navigation ul {
    list-style: none; 
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px; 
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px 20px; 
    background-color: #f5f5f5; 
    color: #333; 
    text-decoration: none; 
    border-radius: 4px; 
    transition: all 0.3s ease; 
}
.woocommerce-Payment ul{
    list-style: none !important;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #D2D2D2; 
    color: #000; 
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #000; 
    color: #fff; 
    font-weight: bold; 
}
.woocommerce-MyAccount-content {
    flex: 1; 
    max-width: calc(100% - 330px);
}
.woocommerce-MyAccount-content a.button{
    padding: 15px;
    margin-top: 0px;
    display: flex;
}
.woocommerce-info a.button,
.woocommerce-info a.button .added_to_cart {
    margin-top: 15px !important;
    border-radius: 4px!important;
    margin-left: 0px !important;
}
.woocommerce-Addresses {
    display: flex; 
    gap: 20px; 
}
.woocommerce-Address {
    flex: 1; 
    background-color: #fff; 
    padding: 20px; 
    border: 1px solid #e0e0e0; 
    border-radius: 4px; 
}
.woocommerce-Address-title {
    margin-bottom: 15px; 
}
.woocommerce-Address-title h2 {
    margin: 0; 
    font-size: 18px; 
}
.woocommerce-Address-title .edit {
    font-size: 14px; 
    color: #0073e6; 
    text-decoration: none; 
}
.woocommerce-Address-title .edit:hover {
    text-decoration: underline; 
}
.address {
    font-style: normal; 
    color: #666; 
}
@media (max-width: 768px) {
    .woocommerce {
        flex-direction: column; 
    }
    .woocommerce-MyAccount-navigation {
        width: 100%; 
    }
    .woocommerce-MyAccount-content {
        max-width: 100%; 
    }
    .woocommerce-Addresses {
        flex-direction: column; 
    }
}
/***********************************************************************************/
#customer_login {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.u-columns {
    width: 100%;
}
.u-column1,
.u-column2 {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid rgba(221,221,221,0.72);
    background-color: rgba(249,249,249,0.66);
}
@media (min-width: 768px) {
    .u-columns {
        display: flex;
        justify-content: space-between;
    }
    .u-column1,
    .u-column2 {
        max-width: 48%;
    }
}
.woocommerce-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.woocommerce-form-row {
    display: flex;
    flex-direction: column;
}
.woocommerce-form input {
    width: auto;
    padding: 10px;
    border: 1px solid rgba(221,221,221,0.72);
    border-radius: 4px;
}
.woocommerce-button {
    background-color: #0071a1;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
    border-radius: 4px;
}
.woocommerce-button:hover {
    background-color: #005680;
}
.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}
.woocommerce-LostPassword {
    text-align: left;
}
/*********************************************************************************************************/
.woocommerce-privacy-policy-text p{
    display:none
}
.woocommerce-EditAccountForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid rgba(221,221,221,0.72);
    background-color: rgba(249,249,249,0.66);
}
.woocommerce-form-row--first,
.woocommerce-form-row--last {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.woocommerce-form-row--wide {
    display: flex;
    flex-direction: column;
    width: 100%;
}
fieldset {
    border: 1px solid rgba(221,221,221,0.72);
    padding: 15px;
    border-radius: 4px;
}
legend {
    font-weight: bold;
}
#wcpay_selected_currency {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(221,221,221,0.72);
    border-radius: 4px;
}
.woocommerce-Input {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(221,221,221,0.72);
    border-radius: 4px;
}
.woocommerce-Button {
    background-color: #0071a1;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
    border-radius: 4px;
    width: 100%;
}
.woocommerce-Button:hover {
    background-color: #005680;
}
@media (min-width: 768px) {
    .woocommerce-EditAccountForm {
        max-width: 1400px;
    }
    .woocommerce-form-row--first,
    .woocommerce-form-row--last {
        flex: 1;
    }
    .woocommerce-EditAccountForm > div {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }
}
/*********************************************************************************/
.woocommerce-address-fields {
    background-color: rgba(249,249,249,0.66);
    padding: 20px;
    border-radius: 4px;
}
.woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.form-row {
    flex: 1 1 calc(50% - 15px);
    display: flex;
    flex-direction: column;
}
.form-row label {
    font-weight: bold;
    margin-bottom: 5px;
}
.input-text, 
.country_to_state, 
.select2-selection {
    width: 100% !important;
    padding: 10px;
    border: 1px solid rgba(221,221,221,0.72);
    border-radius: 4px;
    font-size: 16px;
}
.select2-selection {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 5px;
}
.woocommerce-input-wrapper {
    width: 100%;
}
button.button,
input[type="submit"].button {
    background-color: #0071a1; 
    color: #fff; 
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px; 
    transition: background 0.3s ease;
}
button.button:hover,
input[type="submit"].button:hover {
    background-color: #005a87; 
}
@media (max-width: 768px) {
    .form-row {
        flex: 1 1 100%;
    }
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: rgba(219,242,255,0.00);
  padding: 10px;
}