/* New dealers CSS */

.g-black-btn {
    min-width: 128px;
    padding: 10px 10px;
    border-radius: 25px;
    font-family: var( --main-font );
    background: var( --blue-color );
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.g-black-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.4);
}
.g-black-btn svg {
    margin-right: 8px;
}
.g-header-info-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.g-lang-switcher {
    margin-left: 0;
    margin-right: 32px;
}


/* Header CSS */

.g-menu-for-users {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.g-user-cart {
    width: 40px;
    height: 40px;
    padding: 7px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 23px;
    background-color: var(--neutral-100-color);
    border-radius: 25px;
    position: relative;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.g-user-cart svg {
    width: 24px;
    height: 24px;
}
.g-user-cart:hover {
    background-color: var(--neutral-200-color);
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.g-user-account {
    width: 40px;
    height: 40px;
    padding: 5px 5px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blue-color);
    font-weight: 600;
    border-radius: 25px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-user-account:hover {
    color: var(--neutral-500-color);
    text-decoration: none;
    background-color: var(--neutral-100-color);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-cart-number {
    font-size: 12px;
    border: 3px solid #ffffff;
    font-weight: 600;
    background-color: var(--yellow-color);
    width: 24px;
    min-width: 24px;
    border-radius: 25px;
    height: 24px;
    line-height: 1.2;
    position: absolute;
    color: var(--neutral-500-color);
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3px;
    right: -10px;
}
.g-empty-cart-popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}
.g-empty-cart-popup-wrap.active {
    display: flex;
}
.g-empty-cart-popup-bg {
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 52;
}
.g-empty-cart-popup {
    position: absolute;
    width: 100%;
    max-width: 670px;
    height: 100%;
    max-height: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 55;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.10);
}
.g-close-empty-cart-popup {
    cursor: pointer;
    position: absolute;
    display: flex;
    top: 24px;
    right: 24px;
}
.g-close-empty-cart-popup:hover svg path {
    fill: var(--neutral-500-color);
}
.g-top-empty-cart-content {
    width: 100%;
    padding: 32px 64px 32px;
}
.g-top-empty-cart-content img {
    width: 100%;
    max-width: 255px;
    margin-bottom: 32px;
}
.g-bottom-empty-cart-content {
    padding: 27px 64px 32px;
    border-top: 1px solid var(--neutral-300-color);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.g-empty-cart-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 16px;
}
.g-empty-cart-subtitle {
    color: #000;
    font-weight: 500;
    line-height: 1.2;
}
.g-empty-cart-link {
    font-size: 14px;
    color: var(--neutral-500-color);
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.g-empty-cart-link svg {
    margin-left: 8px;
}
.g-empty-cart-link:hover {
    color: var(--yellow-color);
    text-decoration: none;
}
.g-ready-cart-popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}
.g-ready-cart-popup-wrap.active {
    display: flex;
}
.g-ready-cart-popup-bg {
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 52;
}
.g-ready-cart-popup {
    position: absolute;
    width: 100%;
    max-width: 560px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 55;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.10);
}
.g-close-ready-cart-popup {
    cursor: pointer;
    position: absolute;
    display: flex;
    top: 24px;
    right: 24px;
}
.g-ready-cart-popup .g-empty-cart-title {
    margin-bottom: 25px;
}
.g-ready-cart-popup .g-account-cart-value {
    margin-bottom: 15px;
}
.woocommerce-message {
    margin-bottom: 0;
    padding: 0 0 0 0!important;
}
.woocommerce-message::before,
.woocommerce-message::before {
    display: none;
}
.g-hidden-add-to-cart {
    max-height: 1px;
    opacity: 0;
}
.g-cart-number.g-disable {
    display: none;
}


/* Log in page CSS */

.g-login-section {
    background-size: cover;
    background-position: center center;
    min-height: 80vh;
    padding: 45px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.g-login-section .woocommerce {
    max-width: 420px;
    border-radius: 24px;
    background: #ffffff;
    padding: 64px 64px;
}
.g-log-in-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.g-log-in-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.g-log-in-col .g-black-btn {
    display: none;
}
.g-log-in-col .g-lang-switcher {
    margin-right: 0;
}
.g-log-in-col form.woocommerce-form-login {
    border: none;
    padding: 0 0;
    margin: 0 0;
    border-radius: 0;
}
.g-log-in-col .g-log-in-title {
    margin-bottom: 45px;
    text-align: center;
    font-weight: 700;
}
.g-log-in-col form.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: none;
}
.g-login-section .g-hide-label label {
    margin-bottom: 0;
    max-height: 1px;
    opacity: 0;
}
.g-log-in-col form.woocommerce-form-login input,
.g-log-in-col form.lost_reset_password input {
    border-radius: 8px;
    border: 1px solid #DADCE3;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 500;
}
.g-log-in-col form.woocommerce-form-login input::placeholder,
.g-log-in-col form.lost_reset_password input::placeholder {
    font-size: 14px;
    color: var( --neutral-400-color );
    font-weight: 500;
}
.g-lost-password {
    margin-bottom: 32px;
    display: flex;
    justify-content: flex-end;
}
.g-lost-password a {
    color: var( --red-color );
    font-size: 10px;
    font-weight: 500;
    text-align: right;
    line-height: 1.5;
}
.g-lost-password a:hover {
    color: var( --red-color );
    text-decoration: none;
    opacity: 0.8;
}
.g-log-in-col form.woocommerce-form-login .g-log-in-btn,
.g-log-in-col form.lost_reset_password .woocommerce-Button {
    width: 100%;
    padding: 15px 10px;
    border-radius: 50px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 700;
    color: var( --neutral-500-color );
    line-height: 1.5;
    background-color: var( --neutral-100-color );
}
.g-log-in-col form.woocommerce-form-login .g-log-in-btn:hover,
.g-log-in-col form.lost_reset_password .woocommerce-Button:hover {
    opacity: 0.8;
}
.g-log-in-col form.lost_reset_password .woocommerce-form-row {
    width: 100%;
    margin-bottom: 15px;
}
.g-log-in-col form.woocommerce-form-login .password-input {
    width: 100%;
}
.g-log-in-col .woocommerce form .form-row {
    padding: 0 0;
}
.g-log-in-col form.woocommerce-form-login .g-email-input {
    margin-bottom: 15px;
}
.g-log-in-col form.woocommerce-form-login .g-password-input {
    margin-bottom: 10px;
}
.woocommerce-notices-wrapper {
    border-radius: 8px;
    overflow: hidden;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 15px 15px 15px 30px;
    background-color: transparent;
    border: none;
    font-size: 14px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 15px;
    left: 5px;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    font-size: 14px;
}
.lost_reset_password label {
    display: none!important;
}
.g-login-section .woocommerce-error a {
    display: none;
}


/* User account */

.g-login-section.g-with-user {
    background-image: none!important;
    background-color: var( --neutral-200-color );
    padding: 64px 15px;
}
.g-login-section.g-with-user .woocommerce {
    max-width: none;
    padding: 0 0;
    border-radius: 0;
    background: transparent;
    width: 100%;
}
.g-account-owner h1 {
    margin-bottom: 64px;
    font-weight: 700;
}
.g-login-section.g-with-user .g-container {
    width: 100%;
}
.g-login-section.g-with-user .woocommerce-MyAccount-navigation ul {
    padding-inline-start: 0px;
    list-style: none;
    margin-bottom: 0;
}
.g-point-info {
    border-radius: 24px;
    background: #FFF;
    padding: 24px 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.g-point-content-title {
    font-size: 16px;
    color: var( --neutral-500-color );
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
}
.g-point-image {
    width: 72px;
    height: 72px;
}
.g-point-value {
    margin-bottom: 5px;
    font-weight: 700;
}
.g-point-content {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.g-check-user-points-history {
    color: var( --neutral-500-color );
    font-size: 14px;
    line-height: 1.2;
    text-decoration: underline;
}
.g-check-user-points-history:hover {
    color: var( --yellow-color );
}
.g-login-section.g-with-user .g-point-table-wrap {
    border-radius: 24px;
    background: #FFF;
    padding: 32px 24px;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.g-login-section.g-with-user .woocommerce-MyAccount-content .ywpar-wrapper .ywpar_myaccount_entry_info {
    display: none;
}
.g-point-table-title {
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
}
.g-point-table-wrap .ywpar-wrapper h2,
.g-point-table-wrap .ywpar-wrapper .ywpar_tabs_header {
    display: none;
}
.g-point-table-wrap .ywpar_points_rewards {
    border: none!important;
}
.g-point-table-wrap .ywpar-wrapper {
    width: 100%;
}
.g-go-to-main-account {
    color: var( --neutral-500-color );
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.g-go-to-main-account svg {
    margin-right: 3px;
}
.g-go-to-main-account:hover {
    color: var( --yellow-color );
    text-decoration: none;
}
.g-go-to-main-account:hover svg path {
    stroke: var( --yellow-color );
}
.g-point-table-wrap .ywpar_points_rewards {
    margin-bottom: 100px!important;
}
.g-hpx-account .g-account-empty-orders,
.g-hpx-account .g-account-address,
.g-hpx-account .g-edit-address-form-wrap {
    color: var(--neutral-500-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 24px;
    background: #FFF;
    padding: 32px 24px;
    min-height: 590px;
}
.g-hpx-account .g-account-empty-orders .woocommerce-info {
    padding: 0 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.g-hpx-account .g-account-empty-orders .woocommerce-info .g-yellow-btn {
    margin-top: 20px;
}
.g-hpx-account .g-account-address-title,
.g-hpx-account  .g-address-content-wrap {
    color: var(--neutral-500-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
}
.g-hpx-account  .g-address-content-wrap {
    line-height: 1.5;
}
.g-hpx-account .g-account-address h3,
.g-edit-address-form-wrap h3 {
    color: var(--neutral-500-color);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
.g-hpx-account .g-account-address .g-woocommerce-address .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
}
.g-hpx-account .g-edit-address-form-wrap h3 {
    margin-bottom: 45px;
}
.g-edit-address-form-wrap .form-row {
    width: 100%!important;
    max-width: none;
    margin-bottom: 24px!important;
    position: relative;
}
.g-new-form-fields-style button.g-yellow-btn {
    background-color: var(--yellow-color);
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var(--neutral-500-color);
    min-width: 160px;
    padding: 15px 25px;
    display: block;
}
.g-new-form-fields-style button.g-yellow-btn:hover {
    background-color: var(--dark-yellow-color);
    text-decoration: none;
    color: var(--neutral-500-color);
}
.g-new-form-fields-style .form-row input {
    position: relative;
    padding: 15px 15px;
    width: 100%;
    outline: 0;
    border: 1px solid #DADCE3;
    border-radius: 8px;
    transition: box-shadow 150ms ease-out;
    background-color: transparent;
    z-index: 11;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: var(--neutral-500-color);
}
.g-new-form-fields-style .form-row input.g-active-input {
    border: 1px solid var(--neutral-500-color);
}
.g-new-form-fields-style .form-row label {
    position: absolute;
    left: 15px;
    top: 11px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: var(--neutral-400-color);
    background-color: #ffffff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    margin-bottom: 0;
}
.g-new-form-fields-style .form-row label.g-active-field {
    transform: translateY(-125%);
    font-size: 10px;
    color: var(--neutral-500-color);
    z-index: 12;
    top: 15px;
    padding: 0 3px;
}
.g-new-form-fields-style .form-row .woocommerce-input-wrapper {
    width: 100%;
}
.g-new-form-fields-style .form-row .required {
    display: none;
}
.g-new-form-fields-style #billing_company_field,
.g-new-form-fields-style #billing_country_field,
.g-new-form-fields-style #billing_address_2_field,
.g-new-form-fields-style #billing_state_field,
.g-account-navigation-item.g-account-my-points-list {
    display: none!important;
}
.g-account-section {
    background-color: #ffffff;
    border-radius: 24px;
    margin-bottom: 32px;
    overflow: hidden;
}
.g-account-dealer-sets-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-account-dealer-sets-link:hover {
    text-decoration: none;
}
.g-account-dealer-sets-link:hover .g-go-to-main-account {
    color: var(--yellow-color);
}
.g-account-dealer-sets-link:hover .g-go-to-main-account svg path {
    stroke: var(--yellow-color);
}
.g-account-dealer-sets-image-wrap {
    width: 100%;
    max-width: 58%;
    padding: 35px 55px 35px 25px;
    background-color: #f9f9f9;
}
.g-account-set-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--neutral-500-color);
    line-height: 1.2;
}
.g-account-set-subtitle {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-bottom: 85px;
}
.g-account-dealer-sets-content-wrap {
    width: 100%;
    max-width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 110px 35px 32px 50px;
}
.g-account-catalogs-image-wrap {
    width: 100%;
    max-width: 58%;
}
.g-account-catalogs-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center center;
    min-height: 380px;
}
.g-account-catalogs-content-wrap {
    width: 100%;
    max-width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 55px 35px 50px 50px;
}
.g-account-catalogs-content-wrap .g-account-set-title {
    margin-bottom: 24px;
}
.g-catalogs-archive-link {
    color: var(--neutral-500-color);
    width: 100%;
    max-width: 244px;
    background: var(--yellow-color);
    min-height: 48px;
    text-align: center;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-account-catalogs-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-account-catalogs-link:hover {
    text-decoration: none;
}
.g-account-catalogs-link:hover .g-catalogs-archive-link {
    background: var(--blue-color);
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-catalog-update {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 45px;
    color: var(--neutral-500-color);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}
.g-catalog-update .g-latest-catalog-name {
    font-weight: 700;
}
.g-point-table-wrap #ywpar_tabs {
    margin: 0 0;
}
.g-point-table-wrap table.shop_table th {
    font-size: 14px;
    font-weight: 600;
    padding: 0 5px;
}
.g-point-table-wrap table.shop_table td {
    font-size: 14px;
    color: #000000;
    padding: 0 5px;
    line-height: 1.2;
}
.g-point-table-wrap thead .ywpar_points_rewards-points {
    text-align: center;
}
.g-point-table-wrap tbody .ywpar_points_rewards-points {
    line-height: 1px!important;
    color: transparent!important;
}
.g-point-table-wrap tbody .ywpar_points_rewards-points span {
    color: #000000!important;
    font-size: 14px!important;
    line-height: 38px!important;
}
.g-point-table-wrap .g-points-history {
    width: 100%;
}
.g-account-promotion-link-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-account-promotion-link-wrap:hover {
    text-decoration: none;
}
.g-account-promotion-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--neutral-500-color);
    line-height: 1.2;
    margin-bottom: 20px;
}
.g-account-promotion-description,
.g-account-promotion-description p {
    font-size: 16px;
    color: var(--neutral-500-color);
    line-height: 1.2;
    font-weight: 400;
}
.g-account-promotion-description {
    margin-bottom: 20px;
}
.g-account-promotion-description p {
    margin-bottom: 15px;
}
.g-account-promotion-info {
    width: 100%;
    max-width: 42%;
    padding: 55px 35px 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.g-account-promotion-image {
    width: 100%;
    max-width: 58%;
}
.g-promotion-img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
    background-position: center center;
}
.g-promotion-link {
    width: 100%;
    max-width: 244px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    background-color: var(--blue-color);
    text-align: center;
    padding: 15px 25px;
    color: #ffffff;
    min-height: 48px;
    display: block;
    border-radius: 50px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-account-promotion-link-wrap:hover .g-promotion-link {
    background: var(--dark-yellow-color);
    text-decoration: none;
    color: var(--neutral-500-color);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-account-point-shop {
    padding: 32px 25px 10px 25px;
}
.g-account-shop-info-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 25px;
}
.g-account-point-shop-title,
.g-account-point-shop-info {
    width: 100%;
    max-width: 48%;
}
.g-account-point-shop-title,
.g-account-point-shop-title p {
    color: #000000;
    margin-bottom: 0;
}
.g-account-point-shop-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.g-account-exchange-points {
    font-size: 16px;
    color: #28a745;
    font-weight: 500;
}
.g-account-point-shop-link img {
    width: 32px;
    height: 32px;
}
.g-account-point-shop-link:hover {
    opacity: 0.8;
}
.g-account-shop-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.g-single-gift-product-card {
    width: 100%;
    max-width: 24%;
    margin-bottom: 15px;
}
.g-single-gift-product-card .g-gift-img-wrap {
    padding: 15px 20px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    height: 195px;
}
.g-single-gift-product-card .g-gift-product-img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    background-position: center center;
}
.g-single-gift-product-link .g-gift-product-title {
    font-size: 16px;
    color: #020617;
    font-weight: 700;
    margin-bottom: 8px;
    min-height: 45px;
}
.g-single-gift-product-link:hover,
.g-single-gift-product-link:hover .g-gift-product-title {
    color: var( --yellow-color );
    text-decoration: none;
}
.g-single-gift-product-link .g-gift-product-price {
    font-size: 16px;
    color: #020617;
    font-weight: 700;
}
.g-single-gift-product-link .g-gift-product-price .g-gift-price-value {
    font-weight: 500;
}
.g-single-gift-product-link:hover .g-gift-product-price {
    color: #020617;
}
.g-account-section.g-account-samples-archive {
    padding: 32px 25px 25px 25px;
}
.g-account-samples-archive .g-account-point-shop-title {
    font-weight: 700;
}
.g-account-samples-archive .g-account-point-shop-info {
    justify-content: flex-end;
}
.g-account-samples-archive .g-account-shop-info-panel {
    align-items: center;
}
.g-account-samples-archive .g-catalog-card {
    width: 100%;
    max-width: 24%;
}
.g-account-samples-archive .g-catalog-cards-wrap {
    width: 100%;
    justify-content: space-between;
}
.g-account-samples-archive .g-related-img-wrap {
    height: 232px;
    position: relative;
    padding: 16px 16px;
}
.g-account-samples-archive .g-samples-new,
.g-samples-content .g-samples-new {
    position: absolute;
    color: #173E7D;
    top: 8px;
    right: 10px;
    font-size: 14px;
    font-weight: 500;
}
.g-samples-content .g-related-img-wrap {
    position: relative;
}
.g-account-samples-archive .g-catalog-card .g-single-related-product-wrap {
    min-height: 274px;
}
.g-account-samples-archive .g-related-title {
    font-size: 14px;
}
.g-account-samples-archive .g-single-related-product-wrap:hover .g-related-title {
    text-decoration: none;
}
.g-account-samples-archive .g-catalog-add-to-cart .quantity-buttons {
    margin-bottom: 12px;
    padding: 6px 12px;
}
.g-account-samples-archive .g-catalog-add-to-cart .product-quantity {
    font-size: 14px;
}


/* Dealer page */

.g-dealer-form-wrap {
    border-radius: 24px;
    background: #FFFFFF;
    padding: 64px 64px;
    max-width: 768px;
    margin: 0 auto 40px;
}
.g-contact-section .g-dealer-form-wrap h1 {
    padding-bottom: 0;
    margin-bottom: 15px;
}
.g-contact-section .g-dealer-form-wrap .g-top-contact-info {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 45px;
}
.g-contact-section .g-dealer-form-wrap .g-form-label {
    background-color: #ffffff;
}
.g-contact-section .g-dealer-form-wrap .wpcf7-submit {
    background-color: var( --yellow-color );
    color: var( --neutral-500-color );
}
.g-contact-section .g-dealer-form-wrap .wpcf7-submit.g-disabled {
    opacity: 0.4;
}
.g-contact-section .g-dealer-form-wrap .g-notification-box .g-some-notification {
    top: -15px;
    white-space: normal;
}
.g-contact-section .g-dealer-form-wrap .g-notification-box .g-some-notification p {
    font-size: 12px;
}
.g-contact-section .g-dealer-form-wrap .textarea-box {
    margin-bottom: 10px;
}
.g-account-navigation-item {
    padding: 35px 25px;
    border-bottom: 1px solid var( --neutral-300-color );
}
.g-account-page-content ul .g-account-navigation-item:last-child {
    border-bottom: none;
}
.g-navigation-item-paremeters {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.g-personal-settings-title {
    color: var( --neutral-500-color );
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}
.g-account-page-content ul .g-account-navigation-item:last-child .g-personal-settings-title {
    margin-bottom: 0px;
}
.g-account-customer-logout .g-navigation-item-paremeters {
    align-items: center;
}
.g-navigation-item-paremeters svg {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 15px;
}
.g-account-navigation-item a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.g-navigation-item-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.g-personal-settings-subtitle {
    color: var( --neutral-500-color );
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}
.g-account-navigation-item.g-account-downloads,
.g-account-navigation-item.g-account-edit-account {
    display: none;
}


/* Cart page */

.g-cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}
.g-cart-table {
    width: 100%;
    max-width: 56%;
}
.g-cart-table table.shop_table .g-cart-single-item {
    border: none;
    border-top: 1px solid #020617;
    padding: 64px 0 64px;
}
.g-cart-table .shop_table tbody .cart_item:first-child .g-cart-single-item {
    padding-top: 0;
    border-top: 1px solid #ffffff;
}
.g-cart-table .g-main-cart-item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.g-cart-result {
    width: 100%;
    max-width: 44%;
}
.g-cart-result .cart_totals {
    width: 100%!important;
    max-width: 416px;
    margin-left: 45px;
}
.g-account-points {
    display: flex;
    padding: 15px 25px;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    background: var(--neutral-100-color);
    margin-bottom: 25px;
    min-height: 70px;
}
.g-account-points-title {
    font-size: 14px;
    color: var(--neutral-500-color);
    font-weight: 600;
    line-height: 1.2;
}
.g-account-points-value {
    font-size: 32px;
    font-weight: 700;
    color: var(--neutral-500-color);
    line-height: 1.2;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.g-account-points-value.disabled {
    color: var( --red-color );
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.g-account-points-value .g-points-currency {
    font-size: 32px;
    padding-left: 5px;
    font-weight: 500;
    line-height: 1.2;
}
.g-cart-result .shop_table {
    display: none;
}
.g-cart-result-information {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px 25px;
    border-radius: 24px;
    background: var(--neutral-100-color);
}
.g-cart-result-information .wc-proceed-to-checkout {
    width: 100%;
    padding: 0 0 10px 0;
}
.g-account-cart-value {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.g-cart-table table.shop_table {
    border: none;
    border-radius: 0;
}
.g-single-item-info {
    width: 100%;
    max-width: 72%;
    padding-left: 32px;
}
.g-single-item-image {
    width: 100%;
    max-width: 28%;
    background-color: #f9f9f9;
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
}
.g-cart-coupon {
    display: none!important;
}
.g-cart-table .cart_item .g-single-item-image-product {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-position: center center;
}
.g-cart-item-top-info {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 30px 25px 0px;
    border-bottom: 1px solid var( --neutral-300-color );
    position: relative;
}
.g-cart-item-name {
    font-size: 24px;
    line-height: 1.2;
    color: #020617;
    font-weight: 700;
    margin-bottom: 8px;
}
.g-cart-item-remove {
    position: absolute;
    top: 0;
    right: 0;
}
.g-cart-item-sku {
    font-size: 14px;
    line-height: 1.2;
    color: var( --neutral-400-color );
}
.g-remove-item svg {
    width: 24px;
    height: 24px;
}
.g-remove-item:hover {
    opacity: 0.8;
}
.g-cart-notices {
    display: none;
}
.g-cart-single-item .g-cart-item-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-cart-item-total-price {
    font-size: 24px;
    line-height: 1.2;
    color: var( --neutral-500-color );
    font-weight: 700;
}
.g-cart-item-total-price .g-points-currency {
    font-size: 24px;
    line-height: 1.2;
    color: var( --neutral-500-color );
    font-weight: 500;
    padding-left: 5px;
}
.g-cart-item-quantity {
    width: 100%;
    max-width: 226px;
}
.g-cart-item-properties {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.g-item-single-property {
    font-size: 14px;
    font-weight: 500;
    padding-right: 40px;
    color: var( --neutral-500-color );
}
.g-item-single-property-name {
    font-size: 14px;
    font-weight: 700;
    color: var( --neutral-500-color );
}
.woocommerce-cart .g-classic-index-page {
    min-height: calc(100vh - 135px);
}


/* Catalog CSS */

.g-catalogs-section .g-specialization-trigger-content .nav-tabs .nav-item {
    width: 50%;
}
.g-catalogs-section .g-catalog-card {
    width: 100%;
    max-width: 25%;
    padding: 0 15px;
}
.g-catalog-cards-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.g-cart-table thead {
    display: none;
}
.g-catalogs-section .g-catalog-card .g-related-img-wrap {
    min-height: 440px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.g-catalogs-section .g-catalog-card .g-related-img-wrap .g-info-product-img {
    object-fit: cover;
}
.g-catalogs-section .tab-content {
    margin-left: -15px;
    margin-right: -15px;
}
.g-catalogs-section .g-single-related-product-wrap:hover .g-info-product-img {
    transform: none;
}
.g-catalogs-section  .g-single-related-product-wrap:hover .g-related-title {
    text-decoration: none;
}
.g-get-catalog-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    border: 1px solid var(--neutral-300-color);
    font-weight: 700;
    text-decoration: none;
    color: var(--neutral-500-color);
    line-height: 1.2;
    padding: 12px 35px;
    border-radius: 50px;
}
.g-get-catalog-pdf:hover {
    color: var(--neutral-500-color);
    text-decoration: none;
    border: 1px solid var(--neutral-500-color);
}
.g-catalog-download-pdf {
    padding-top: 10px;
    width: 100%;
    max-height: 1px;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s linear;
}
.g-get-catalog-pdf svg {
    width: 24px;
    height: auto;
    margin-right: 8px;
}
.g-catalog-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    padding-top: 16px;
    position: absolute;
    z-index: 3;
    width: calc(100% + 2px);
    bottom: 0;
    left: -1px;
}
.g-catalog-info .g-related-title {
    width: 100%;
}
.g-catalog-card .g-single-related-product-wrap {
    position: relative;
    min-height: 496px;
}
.g-catalogs-section .g-catalog-card {
    margin-bottom: 65px;
}
.g-catalog-card .g-single-related-product-wrap:hover .g-catalog-download-pdf {
    max-height: 75px;
    opacity: 1;
    transition: max-height 0.3s linear;
}
.g-catalog-add-to-cart {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.g-catalog-add-to-cart .quantity-buttons {
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #DADCE3;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-catalog-add-to-cart .g-yellow-btn.order-button {
    width: 100%;
    border: none;
}
.g-printed-catalog-card-wrap .g-related-title {
    margin-bottom: 16px;
}
.g-catalog-add-to-cart .quantity-buttons .minus,
.g-catalog-add-to-cart .quantity-buttons .plus {
    border: none;
    padding: 0 0;
    background: transparent;
    outline: none;
    width: 24px;
    height: auto;
}
.g-catalog-add-to-cart .quantity-buttons .minus:hover,
.g-catalog-add-to-cart .quantity-buttons .plus:hover {
    opacity: 0.8;
}
.g-catalog-add-to-cart input::-webkit-outer-spin-button,
.g-catalog-add-to-cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.g-catalog-add-to-cart input[type=number] {
    -moz-appearance: textfield;
}
.g-catalog-add-to-cart .product-quantity {
    min-width: 60px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: none;
}
.g-catalog-add-to-cart .product-quantity,
.g-catalog-add-to-cart .product-quantity:hover,
.g-catalog-add-to-cart .product-quantity:active,
.g-catalog-add-to-cart .product-quantity:focus {
    outline: none;
}
.g-catalog-add-to-cart {
    width: 100%;
    max-height: 1px;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s linear;
}
.g-catalog-card .g-single-related-product-wrap:hover .g-catalog-add-to-cart {
    max-height: 350px;
    opacity: 1;
    transition: max-height 0.5s linear;
}
.g-catalog-add-to-cart .quantity-buttons .minus,
.g-catalog-add-to-cart .quantity-buttons .plus,
.g-catalog-add-to-cart .quantity-buttons .minus:hover,
.g-catalog-add-to-cart .quantity-buttons .plus:hover,
.g-catalog-add-to-cart .quantity-buttons .minus:active,
.g-catalog-add-to-cart .quantity-buttons .plus:active,
.g-catalog-add-to-cart .quantity-buttons .minus:focus,
.g-catalog-add-to-cart .quantity-buttons .plus:focus {
    outline: none;
}


/* Single product page */

.g-product-gift-type .g-prod-gallery-wrap {
    width: 100%;
}
.g-product-gift-type .g-prod-gallery-wrap img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}
.g-product-gift-type .g-product-skills {
    display: none;
}
.g-product-gift-type .g-featured-image-hook-wrap {
    margin-bottom: 16px;
}
.g-product-gift-type form.cart {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.g-product-info-section.g-product-gift-type .g-main-product-info {
    border-bottom: none;
    margin-bottom: 15px;
}
.g-product-gift-type form.cart  .quantity {
    margin-bottom: 0!important;
}
.g-product-gift-type .single_add_to_cart_button.g-yellow-btn {
    background-color: var( --yellow-color )!important;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #020617!important;
    min-width: 160px;
    padding: 15px 25px;
    display: block;
}
.g-product-gift-type .single_add_to_cart_button.g-yellow-btn:hover {
    background-color: var( --dark-yellow-color )!important;
    text-decoration: none;
    color: #020617!important;
}
.g-simple-product-price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.g-product-parameter-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding-right: 25px;
}
.g-current-product-price {
    font-weight: 700;
    margin-right: 5px;
}
.g-simple-product-quantity-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DADCE3;
}
.g-product-quantity-value input[type=number]::-webkit-inner-spin-button,
.g-product-quantity-value input[type=number]::-webkit-outer-spin-button,
.g-cart-item-control input[type=number]::-webkit-inner-spin-button,
.g-cart-item-control input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.g-product-quantity-value input[type=number],
.g-cart-item-control input[type=number] {
    -moz-appearance: textfield;
}
.g-product-quantity-value {
    width: 100%;
    max-width: 304px;
}
.g-product-quantity-value .g-quantity,
.g-product-quantity-value .quantity,
.g-cart-item-control .g-quantity,
.g-cart-item-control .quantity {
    position: relative;
    margin: 0 0 0 0!important;
    float: none!important;
}
.g-product-quantity-value .g-input-overlay,
.g-cart-item-control .g-input-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #DADCE3;
    border-radius: 8px;
    z-index: 1;
}
.g-product-quantity-value .g-quantity,
.g-cart-item-control .g-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    min-height: 48px;
}
.g-product-minus,
.g-product-plus,
.g-cart-minus,
.g-cart-plus {
    z-index: 3;
    cursor: pointer;
}
.g-product-minus svg,
.g-product-plus svg,
.g-cart-minus svg,
.g-cart-plus svg {
    width: 24px;
    height: 24px;
}
.g-product-quantity-value .g-quantity input,
.g-cart-item-control .g-quantity input {
    border: none;
    padding: 0 0;
}
.g-product-gift-type .g-short-description a {
    color: var( --yellow-color );
}
.g-product-gift-type .g-short-description a:hover {
    color: var( --yellow-color );
    text-decoration: none;
    opacity: 0.8;
}
.g-product-gift-type .g-custom-summary .single_variation_wrap {
    display: flex!important;
}
.g-gift-variation {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.g-product-gift-type .g-custom-summary .variations_form table .label label {
    padding-right: 25px;
}
.g-product-info-section.g-product-gift-type .variations tbody tr td.value {
    width: 100%;
    max-width: 304px;
    display: flex;
    justify-content: flex-end;
}
.g-simple-product-quantity-wrap.g-variation-quantity-type {
    padding-bottom: 24px;
}
.woocommerce div.product .g-product-info-section.g-product-gift-type form.cart .variations select {
    min-height: 48px;
    width: 100%;
    max-width: 304px;
    min-width: auto;
    text-align: center;
    padding: 5px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../image/input-dropdown.svg');
    background-repeat: no-repeat;
    background-position: right 16px center;
}


/* Gifts archive */

.g-gifts-archive-section {
    padding: 64px 15px;
}
.g-gifts-archive-section h1 {
    font-weight: 700;
    margin-bottom: 45px;
}
.g-gifts-archive-items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.g-gifts-archive-section .g-single-gift-product-card {
    max-width: 25%;
    margin-bottom: 52px;
    padding: 0 15px;
}
.g-gifts-archive-section .g-single-gift-product-card .g-gift-img-wrap {
    height: 304px;
}
.g-gifts-archive-section .g-single-gift-product-card .g-gift-product-img {
    max-width: 100%;
}
.g-gifts-archive-col {
    padding: 0 0;
}
.g-gifts-archive-section .g-single-gift-product-link .g-gift-product-price {
    font-size: 18px;
    width: 100%;
    max-width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.g-gifts-archive-section .g-single-gift-product-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}
.g-gifts-archive-section .g-single-gift-product-link .g-gift-product-title {
    width: 100%;
    max-width: 80%;
    margin-bottom: 0;
}
.g-gifts-archive-section .g-gift-price-value {
    padding-left: 5px;
}
.g-gifts-archive-section .g-single-gift-product-link .g-gift-product-title {
    min-height: auto;
}
.g-gifts-archive-section .g-gift-product-subtitle {
    font-size: 14px;
    color: var(--neutral-500-color);
    margin-bottom: 8px;
}
.g-gifts-program-section .g-point-box {
    min-height: 385px;
    display: flex;
    align-items: flex-end;
    padding-top: 0;
}
.g-gifts-program-section .g-dealer-program-title {
    font-size: 48px;
    margin-bottom: 64px;
}
.g-gifts-program-section .g-dealer-program-title p {
    font-size: 48px;
    margin-bottom: 0;
}
.g-dealer-program-gift .g-point-title {
    max-width: 450px;
}
.g-dealer-program-gift .g-point-subtitle {
    max-width: 450px;
}
.g-dealer-program .g-gifts-program-section {
    padding: 45px 15px 120px;
}
.g-program-gift-image {
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 1;
}
.g-dealer-program-gift .g-exchange-point {
    min-height: 385px;
    margin-bottom: 32px;
}
.g-program-gift-info .g-exchange-info {
    border: 1px solid #dadce3;
    border-radius: 24px;
    padding: 25px 75px;
    position: relative;
}
.g-program-gift-info .g-gift-info-image {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: auto;
}
.g-program-gift-info p {
    font-weight: 400;
    margin-bottom: 0;
}
.g-dealer-program-point .g-current-program-title {
    font-size: 32px;
    font-weight: 700;
}
.g-dealer-program-point .g-current-program-subtitle {
    font-size: 24px;
}
.g-dealer-program-point .g-current-program {
    margin-bottom: 20px;
}
.g-current-period-program {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 25px;
}


/* Checkout page */

.g-checkout-section {
    padding: 65px 15px;
    background-color: #f9f9f9;
    min-height: calc(100vh - 145px);
}
.g-checkout-section .g-classic-title {
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
}
.g-main-checkout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.g-main-checkout .g-checkout-customer-info {
    width: 100%;
    max-width: 65%;
    min-height: 850px;
}
.g-main-checkout .g-checkout-review-info {
    width: 100%;
    max-width: 35%;
    padding-left: 50px;
}
.g-main-checkout .g-checkout-review-wrap {
    padding: 32px 32px 15px;
    background-color: #ffffff;
}
.g-main-checkout .g-checkout-review-wrap h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 28px;
}
.g-main-checkout .g-checkout-review-wrap .cart-subtotal,
.g-main-checkout .g-checkout-review-wrap .shop_table thead {
    display: none;
}
.g-main-checkout .g-checkout-review-wrap table.shop_table {
    border: none;
    border-radius: 0px;
    margin-bottom: 24px;
}
.g-main-checkout .g-checkout-review-wrap table.shop_table .product-name,
.g-main-checkout .g-checkout-review-wrap table.shop_table .product-quantity {
    font-size: 14px;
    font-weight: 500;
    color: var(--neutral-500-color);
    line-height: 1.2;
}
.g-main-checkout .g-checkout-review-wrap table.shop_table td {
    border: none;
}
.g-main-checkout .g-checkout-review-wrap table.shop_table .product-quantity {
    padding-right: 5px;
    min-width: 26px;
}
.g-main-checkout .g-checkout-review-wrap table.shop_table .product-name,
.g-main-checkout .g-checkout-review-wrap table.shop_table .product-total {
    padding: 0 0 10px 0;
    min-height: 30px;
}
.g-main-checkout .g-checkout-review-wrap table.shop_table .product-total span {
    font-size: 14px;
    font-weight: 700;
    color: var(--neutral-500-color);
}
.g-main-checkout .g-checkout-review-wrap table.shop_table .product-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.g-main-checkout .g-checkout-review-wrap table.shop_table .product-total {
    text-align: right;
}
.g-main-checkout .g-checkout-review-wrap .g-order-review-delivery .g-order-review-delivery-title {
    padding: 0 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--neutral-500-color);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.g-main-checkout .g-checkout-review-wrap .g-order-review-delivery .g-order-review-delivery-value {
    padding: 0 0;
}
.g-checkout-section ul.woocommerce-error li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.g-checkout-section ul.woocommerce-error li a {
    margin-top: 25px;
    background: var(--yellow-color);
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var(--neutral-500-color);
    min-width: 160px;
    padding: 15px 25px;
    display: block;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-checkout-section ul.woocommerce-error li a:hover {
    background: var(--dark-yellow-color);
    text-decoration: none;
    color: var(--neutral-500-color);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-main-checkout .g-checkout-review-wrap .g-order-review-delivery .g-order-review-delivery-value span {
    font-size: 14px;
    font-weight: 700;
    color: var(--neutral-500-color);
    text-align: right;
    max-width: 150px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.g-order-review-divider td {
    width: 100%;
    border-bottom: 1px solid #dadce3 !important;
    padding: 32px 0 0 0 !important;
}
.g-main-checkout .g-checkout-review-wrap .order-total td {
    padding: 15px 0 0 0;
}
.g-main-checkout .g-checkout-review-wrap .g-order-total-value {
    text-align: right;
    color: var(--neutral-500-color);
    line-height: 1.2;
    font-weight: 700;
    font-size: 32px;
}
.g-main-checkout .g-checkout-review-wrap .g-order-total-value span {
    color: var(--neutral-500-color);
    line-height: 1.2;
    font-weight: 700;
    font-size: 32px;
    margin-left: 3px;
}
.g-main-checkout .g-checkout-review-wrap .g-order-total-title {
    font-size: 14px;
    line-height: 1.2;
    color: var(--neutral-500-color);
    font-weight: 700;
}
.g-checkout-cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-main-checkout .g-checkout-review-wrap .cart_item td {
    padding: 0 0;
}
.g-checkout-section .g-main-checkout .woocommerce-billing-fields h3 {
    display: none;
}
.g-checkout-info-number {
    width: 24px;
    height: 24px;
    background-color: var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}
.g-checkout-info-value {
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
}
.g-checkout-info-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.g-checkout-billing-wrap .g-checkout-info-title {
    margin-bottom: 45px;
}
.g-checkout-shipping-wrap.disable .g-checkout-info-title {
    opacity: 0.4;
}
.g-checkout-shipping-wrap .g-checkout-info-title {
    margin-bottom: 30px;
}
.grecaptcha-badge {
    z-index: 70;
}
.g-checkout-shipping-wrap.disable .g-checkout-shipping-fields {
    display: none;
}
.g-checkout-review-wrap .woocommerce-checkout-payment {
    border-radius: 0px!important;
    background-color: transparent!important;
}
.g-checkout-review-wrap .g-place-order-wrap {
    padding: 0 0!important;
}
.g-checkout-review-wrap .g-place-order-wrap button.g-submit-order {
    background: var( --yellow-color );
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var( --neutral-500-color );
    min-width: 160px;
    padding: 15px 25px;
    display: block;
    width: 100%;
    margin-bottom: 35px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-checkout-review-wrap .g-place-order-wrap button.g-submit-order:hover {
    background: var( --dark-yellow-color );
    text-decoration: none;
    color: var( --neutral-500-color );
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-checkout-review-wrap .g-place-order-wrap button.g-submit-order:disabled {
    background-color: #F3F3F3!important;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #93939b!important;
    min-width: 160px;
    padding: 15px 25px;
    display: block;
    width: 100%;
    margin-bottom: 35px;
}
.g-checkout-review-wrap .woocommerce-Price-currencySymbol,
.g-order-total-value .woocommerce-Price-currencySymbol {
    display: none;
}
.g-checkout-review-wrap .g-custom-currency-symbol {
    margin-left: -5px;
}
.g-order-description,
.g-order-description p {
    color: #676a73;
    margin-bottom: 8px;
    font-size: 14px;
}
.g-order-description ul li {
    font-size: 14px;
}
.g-order-description ul {
    padding-inline-start: 25px;
}
.g-order-description a {
    color: #676a73;
    text-decoration: underline;
    font-size: 14px;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.g-order-description a:hover {
    color: var( --neutral-500-color );
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.g-checkout-customer-info .g-yellow-btn {
    margin-bottom: 24px;
}
.g-checkout-customer-info .g-yellow-btn.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
.vd-checkout-divider {
    width: 100%;
    height: 1px;
    background-color: #DADCE3;
    margin: 24px 0 48px;
}
.g-checkout-billing-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4%;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
    max-width: 48%;
    margin-bottom: 24px;
    position: relative;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row:nth-child(1) {
    order: 1;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2) {
    order: 2;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row.validate-email {
    order: 3;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row.validate-phone {
    order: 4;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row .input-text {
    position: relative;
    padding: 15px 15px;
    width: 100%;
    outline: 0;
    border: 1px solid #DADCE3;
    border-radius: 8px;
    background-color: transparent;
    z-index: 3;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: var(--neutral-500-color);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row .input-text.g-active-input {
    border: 1px solid var(--neutral-500-color);
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row label .required {
    display: none;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row label {
    color: #838AA3;
    line-height: 1.3;
    background-color: transparent;
    z-index: 11;
    padding: 0 5px;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 18px;
    left: 13px;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}
.g-checkout-billing-wrap .woocommerce-billing-fields__field-wrapper .form-row label.g-active-field {
    font-size: 10px;
    color: var(--neutral-500-color);
    top: -3px;
    background-color: #f9f9f9;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}


/* Samples archive */

.g-catalogs-section.g-samples-variation .g-specialization-trigger-content {
    padding: 0 15px;
}
.g-catalogs-section.g-samples-variation .g-samples-content {
    padding: 0 0;
}
.g-catalogs-section.g-samples-variation .g-catalog-card .g-related-img-wrap {
    min-height: 350px;
    padding: 16px 16px;
}
.g-catalogs-section.g-samples-variation .g-catalog-card .g-single-related-product-wrap {
    min-height: 396px;
}
.g-catalogs-section.g-samples-variation .g-catalog-card .g-related-img-wrap .g-info-product-img {
    object-fit: contain;
}


/* Equipment page */

.g-equipment-section .g-single-kit-slide {
    width: 100%;
    max-width: 23%;
    padding-bottom: 64px;
}
.g-equipment-section .g-equipment-variation {
    padding: 0 0;
}
.g-equipment-wrap {
    display: flex;
    gap: 2.5%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.g-equipment-section .g-slide-popup-top-content {
    height: 100%;
}
.g-equipment-section .g-slide-popup-image {
    max-width: 65%;
    height: 100%;
}
.g-equipment-section .g-slide-popup-main-content {
    max-width: 35%;
}
.g-equipment-section .g-single-kit-slide-img {
    height: 100%;
    cursor: pointer;
}
.g-equipment-sku {
    font-size: 14px;
    color: #838AA3;
    margin-bottom: 25px;
}
.g-equipment-section .g-slide-popup-title {
    margin-bottom: 20px;
}
.g-equipment-section .g-single-kit-slide-img img {
    height: 320px;
}
.g-checkout-btn.g-hidden-btn {
    display: none;
}
.g-checkout-shipping-fields .wcus-checkout-fields {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.g-checkout-billing-wrap .col-12,
.g-checkout-shipping-wrap .col-12 {
    padding: 0 0;
}
.g-checkout-shipping-fields h3,
.g-checkout-shipping-fields .woocommerce-additional-fields__field-wrapper,
.g-checkout-billing-wrap .address-field,
.g-checkout-review-wrap .woocommerce-shipping-totals {
    display: none;
}
.g-checkout-billing-wrap .address-field {
    max-height: 1px;
    order: 13;
    opacity: 0;
}
.g-checkout-shipping-wrap .wcus-checkout-fields div:first-of-type,
.g-checkout-shipping-wrap .wcus-checkout-fields .woocommerce-input-wrapper {
    width: 100%;
}
.g-checkout-shipping-wrap .wcus-checkout-fields .zen-ui-select__value,
.g-checkout-shipping-fields .form-row input.input-text {
    border: 1px solid var(--neutral-500-color);
    border-radius: 8px;
    padding: 15px 15px !important;
    font-size: 14px;
    background-color: transparent;
}
.g-checkout-shipping-wrap .wcus-checkout-fields .zen-ui-select__value-text {
    font-size: 14px;
    line-height: 1.2;
}
.g-equipment-section .g-slide-popup-top-content .g-single-kit-slide-img span,
.g-equipment-section .g-slide-popup-top-content .g-single-kit-slide-img .g-kit-main-img {
    height: 100%;
}
.g-equipment-section .g-slide-popup-top-content .g-single-kit-slide-img span {
    width: 100%;
}
.g-checkout-section .woocommerce-form-coupon-toggle {
    display: none;
}
.g-dealer-set-section .fade {
    transition: opacity 0.3s linear;
}
.g-col-long-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-footer-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 45px;
}
.g-footer-logo img {
    width: auto;
    height: 60px;
}
.g-home-footer-wrap {
    padding: 20px 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.g-home-footer-wrap ul.menu {
    list-style: none;
    padding-inline-start: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
}
.g-footer-copyright {
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    opacity: 0.4;
    text-align: right;
    padding: 20px 0 30px;
}
.g-points-info {
    display: none;
}
.g-home-footer-wrap ul.menu li {
    margin-right: 45px;
}
.g-home-footer-wrap ul.menu li a {
    font-size: 14px;
    font-weight: 700;
    color: #020617;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.g-home-footer-wrap ul.menu li a:hover {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.g-checkout-trigger.disabled {
    cursor: no-drop;
    background-color: #dfdfdf;
    font-weight: 700;
    color: #635e5e;
    pointer-events: none;
}
.g-sets-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--neutral-300-color);
    border-radius: 100px;
}
.g-sets-form .wpcf7-submit {
    margin: 0px;
    background-color: #F5CD00;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.g-sets-form .wpcf7-submit:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.g-sets-form p {
    margin-bottom: 0px;
}
.g-sets-form .wpcf7-spinner {
    position: absolute;
}
.g-sets-form input,
.g-sets-form input:hover,
.g-sets-form input:focus {
    outline: none;
}
.g-sets-form .wpcf7-intl_tel {
    border: none;
    margin-left: 8px!important;
    padding-left: 45px!important;
}
.g-popup-form-wrap .wpcf7-response-output {
    position: absolute;
    margin: 3px 0 0 0!important;
    font-size: 12px;
    max-width: 100%;
    padding: 3px 5px!important;
}
.g-popup-form-wrap .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent!important;
    border: none;
    color: #46b450;
    font-size: 14px;
}
.g-popup-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.g-popup-form-wrap .wpcf7 form.unaccepted .wpcf7-response-output,
.g-popup-form-wrap .wpcf7 form.spam .wpcf7-response-output {
    border-color: transparent;
    border: none;
    color: red;
    font-size: 16px;
}
.g-form-product-title {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    border: none;
    font-weight: 500;
}
.g-hpx-account .woocommerce-orders-table {
    background: #ffffff;
    padding: 32px 24px;
    border-radius: 24px!important;
    min-height: 590px;
    border: none!important;
}
.g-hpx-account table.woocommerce-orders-table th {
    font-size: 14px;
    font-weight: 600;
    padding: 0 5px;
}
.g-hpx-account table.woocommerce-orders-table th span {
    font-size: 14px;
    font-weight: 600;
}
.g-hpx-account table.woocommerce-orders-table td,
.g-hpx-account table.woocommerce-orders-table td span {
    font-size: 14px;
}
.g-hpx-account table a {
    color: #000000;
    line-height: 1.2;
    font-size: 14px;
}
.g-edit-account-wrap {
    border-radius: 24px;
    background: #FFF;
    padding: 32px 24px;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.g-edit-account-wrap form.edit-account {
    margin-bottom: 45px;
}
.g-edit-account-wrap .g-edit-account-title,
.g-edit-account-wrap legend {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
}
.g-hpx-account .woocommerce-error li,
.g-hpx-account .woocommerce-info li,
.g-hpx-account .woocommerce-message li {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.2;
}
.g-edit-account-wrap form.edit-account .form-row label {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.g-edit-account-wrap form.edit-account .form-row span em {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
}
.g-edit-account-wrap form.edit-account .form-row input.input-text {
    position: relative;
    padding: 15px 15px;
    width: 100%;
    outline: 0;
    border: 1px solid var(--neutral-500-color);
    border-radius: 8px;
    background-color: transparent;
    z-index: 3;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: var(--neutral-500-color);
    margin-bottom: 15px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.g-edit-account-wrap form.edit-account .form-row .required {
    display: none;
}
.g-edit-account-wrap form.edit-account .form-row input.input-text[name="account_display_name"] {
    margin-bottom: 3px;
}
.g-edit-account-wrap form.edit-account .form-row .show-password-input {
    display: none;
}
.g-edit-account-wrap form.edit-account .form-row .password-input {
    width: 100%;
}
.g-product-info-section {
    min-height: calc(100vh - 218px);
}
.g-disable-link {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    background-color: #F3F3F3;
    border-radius: 100px;
    font-weight: 700;
    color: #93939b;
    min-width: 160px;
    padding: 15px 25px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    cursor: not-allowed;
    opacity: .5;
}
.g-disable-link:hover {
    color: #93939b;
    text-decoration: none;
}
.g-period-info {
    color: #e21414;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
}
.g-dealer-banner-section.g-thank-you-variation {
    min-height: calc(100vh - 137px);
}
.g-hpx-account .woocommerce-order-details {
    border-radius: 24px;
    background: #FFF;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.g-hpx-account .woocommerce-order-details .woocommerce-order-details__title {
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
}
.g-hpx-account .woocommerce-order-details .woocommerce-table.order_details {
    border: none;
}
.g-hpx-account .woocommerce-order-details .woocommerce-table.order_details th {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    padding: 8px 5px 8px 0;
    color: #000000;
}
.g-hpx-account .woocommerce-order-details .woocommerce-table.order_details td {
    font-size: 14px;
    color: #000000;
    padding: 8px 5px 8px 0;
    line-height: 1.2;
}
.g-hpx-account .woocommerce-order-details .woocommerce-table.order_details span {
    font-size: 14px;
    line-height: 1.2;
}

.g-hpx-account .woocommerce-order-details .woocommerce-table.order_details .wc-item-meta {display:none;}

.woocommerce-notices-wrapper .woocommerce-message {
    width: 100%;
    max-width: 1372px;
    padding: 0 15px!important;
    margin: 0 auto 25px;
    font-weight: 500;
    font-size: 18px;
    color: var(--neutral-400-color);
    line-height: 1.5;
}
.woocommerce-notices-wrapper .woocommerce-message a {
    color: var(--neutral-500-color);
    opacity: 1;
    transition: opacity 0.3s linear;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover {
    color: var(--neutral-500-color);
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s linear;
}


/* Temporary changes */

.woocommerce-cart-notice-minimum-amount {
    display: none;
}
.g-checkout-section .woocommerce-cart-notice-minimum-amount {
    display: none!important;
}
.woocommerce-checkout-payment .wc_payment_methods,
.g-checkout-review-wrap .woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.g-checkout-section .woocommerce-notices-wrapper,
.g-checkout-section .woocommerce-message {
    display: none;
}
.g-main-checkout .g-checkout-review-wrap table.shop_table .cart-discount {
    display: none;
}
.g-order-info-discount,
.g-order-info-order_total {
    display: none;
}
.g-account-navigation-item.g-account-edit-address {
    display: none;
}
.g-user-account-order-info {
    display: none;
}