/*
Theme Name: Glowing Child Theme
Theme URI: https://glowing.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Child theme for Glowing Theme
Version: 1.0.0
Template: glowing
Text Domain: glowing-child
*/

.login-required {
    font-weight: 600;
    color: #000;
}

.yay-currency-product-custom-fixed-prices-variable {
    display: none;
    width: 100%;
}

.yay-currency-custom-select__trigger {
    color: #7e7e7e;
    background: #FAFAFA;
    border-radius: 3px;
    margin-top: 10px;
}


.trp-shortcode-switcher {
    position: static;
    display: inline-block;
    overflow: hidden;
    padding: 0px 0;
    border: var(--border, none);
    border-radius: var(--border-radius, 5px);
    background: var(--bg, #fff);
    width: auto;
    box-shadow: none;
    margin-top: 9px;
    margin-right: 10px;
}

.trp-language-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    text-decoration: none;
    min-height: 0;
    box-sizing: content-box;
}

.g5shop__filter-button {

    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ec3237;
   
    color: var(--g5-btn-color);
    background-color: #ec3237;
    border-radius: 3px;
}

.g5shop__filter-button:hover,
.g5shop__filter-button:focus,
.g5shop__filter-button:active {
    border: 1px solid #ae3335;
    background-color: #ae3335;
    color: #fff; /* optional, make text readable */
    outline: none; /* remove default focus outline */
}

.woocommerce ul.product_list_widget:not(.cart_list) li .star-rating {
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}


.g5shop_header-action-icon a i:hover {
    color: #ae3335;
}

.top-contact {
    font-size: 12px;
    color: var(--g5-color-text-main);
}

.contact-item {
    padding-right: 30px;
}

.contact-item i {
    padding-right: 10px;
    transition: 0.3s ease;
}

.contact-item a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
}

/* Hover effect */
.contact-item a:hover {
    color: #ae3335;
}

.contact-item:hover i {
    transform: translateY(-2px);
}

.g5shop_header-action-icon a>span {
    background-color: #ec3237;
    color: var(--g5-color-dark-foreground);
}

.g5shop__loop-product-title:hover a{
transition: color 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
   color: #ae3335;
}

.woocommerce .g5shop__product-item .g5shop__product-info .price del, .woocommerce ul.products li.product .price del {
    color: #ec3237;
}


.g5shop__product-flash, .woocommerce span.onsale {
    background: #ec3237;
    font-size: smaller;
}


.g5shop__switch-layout a.active, .g5shop__switch-layout a:active, .g5shop__switch-layout a:focus, .g5shop__switch-layout a:hover
 {
    color: #ae3335;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #ec3237;
}


.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
    background-color: #ec3237;
    color: #fff;
     
}


.g5core__single-breadcrumbs{
    display: none;
}
.breadcrumbs-wrap {
    display: none;
}


.slick-arrow i{
    color: #ffffff;
}
.slick-arrow i:hover{
    color: #ffffff;
}


.directorist-content-active .directorist-listing-single--bg {
    border-radius: 3px;
    background-color: var(--directorist-color-white);
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .04);
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    border: 1px solid var(--directorist-color-border-light);
}


.directorist-container, .directorist-container-fluid, .directorist-container-lg, .directorist-container-md, .directorist-container-sm, .directorist-container-xl, .directorist-container-xxl {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.directorist-content-active .directorist-listing-single__meta{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    padding: 0;
    font-size: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 0px solid var(--directorist-color-border);
}

/* Target all links and the address item inside the listing card */
.directorist-listing-single.directorist-listing-single--bg.directorist-listing-card.directorist-listing-no-thumb a,
.directorist-listing-single.directorist-listing-single--bg.directorist-listing-card.directorist-listing-no-thumb .directorist-listing-card-address {
    transition: color 0.5s, text-decoration 0.5s !important;
}

/* Hover style for links */
.directorist-listing-single.directorist-listing-single--bg.directorist-listing-card.directorist-listing-no-thumb a:hover {
    color: #ae3335 !important;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
    cursor: pointer !important;
}

/* Hover style for the address <li> */
.directorist-listing-single.directorist-listing-single--bg.directorist-listing-card.directorist-listing-no-thumb 
.directorist-listing-card-address:hover {
    color: #ae3335 !important;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
    cursor: pointer !important;
}


.directorist-single-contents-area {
    margin-top: 0;
}

/* Your box styling */
.reseller-target-box {
    background-color: #f2f2f2;
    border: 0px solid #f2f2f2;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #7e7e7e;
}

/* Style H2 inside the box */
.reseller-target-box h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
}

/* Style H2 inside the box */
.reseller-target-box p {
    color: #7e7e7e;
    margin-bottom: 4px;
}


.nf-form-content .submit-container {
    display: flex;
    justify-content: flex-end;
}

.nf-form-fields-required{
    display: none;
    
}

.g5core-back-to-top {
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    z-index: 2;
    color: #fff;
    background-color: #ec32378c !important;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 50%;
}

/* GRID */
.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 15px;
}

/* CARD */
.social-card {
    text-decoration: none;
    color: #fff;
    border-radius: 14px;

    /* perfect centering */
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100px; /* clean square tiles */
    
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

/* ICON */
.social-card i {
    font-size: 34px;
    line-height: 1;
    transition: transform 0.25s ease;
}

/* HOVER EFFECT */
.social-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.social-card:hover i {
    transform: scale(1.15);
}

/* BRAND COLORS */
.facebook { background: #1877F2; }
.instagram { 
    background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf);
}
.youtube { background: #FF0000; }
.tiktok { background: #000000; }

/* OPTIONAL: subtle glow on hover */
.facebook:hover { box-shadow: 0 10px 25px rgba(24,119,242,0.5); }
.instagram:hover { box-shadow: 0 10px 25px rgba(214,41,118,0.5); }
.youtube:hover { box-shadow: 0 10px 25px rgba(255,0,0,0.5); }
.tiktok:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.6); }


.directorist-content-active .directorist-listing-single.directorist-listing-card .directorist-listing-single__thumb{
    margin: 0;
    position: relative;
    padding: 0px 0px 0;
}

.directorist-content-active .directorist-listing-single__thumb .directorist-thumnail-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 0 0 !important;
    overflow: hidden;
    z-index: 0;
    background-color: var(--directorist-color-bg-gray);
}

.directorist-content-active .directorist-listing-single.directorist-listing-card .directorist-thumnail-card-front-img {
    border-radius: 3px 3px 0 0 !important;
}

.slick-arrow.slick-prev {
    left: 100px !important;
}

.slick-arrow.slick-next {
    right: 100px !important;
}

.slick-arrow{
    border: 2px solid var(--g5-color-border);
    border-radius: 50%;
    position: absolute;
    top: 45%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 14px;
    background: #f5f5f5;
    border-radius: 3px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
margin-top: 8px; /* space between items */
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 10px 12px;
color: #000 !important;
background: transparent;
border-radius: 3px;
transition: background-color .2s ease, color .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus {
color: #fff !important;
background-color: #ec3237 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a:focus {
color: #fff !important;
background-color: #ae3335 !important;
}

/* Base link */
.woocommerce table.my_account_orders .product-name a,
.woocommerce table.order_details .product-name a,
.woocommerce table.shop_table.cart .product-name a {
    position: relative;
    color: #000000 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Underline (hidden by default) */
.woocommerce table.my_account_orders .product-name a::after,
.woocommerce table.order_details .product-name a::after,
.woocommerce table.shop_table.cart .product-name a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #ae3335;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* Hover text color */
.woocommerce table.my_account_orders .product-name a:hover,
.woocommerce table.my_account_orders .product-name a:focus,
.woocommerce table.order_details .product-name a:hover,
.woocommerce table.order_details .product-name a:focus,
.woocommerce table.shop_table.cart .product-name a:hover,
.woocommerce table.shop_table.cart .product-name a:focus {
    color: #ae3335 !important;
}

/* Hover underline animation */
.woocommerce table.my_account_orders .product-name a:hover::after,
.woocommerce table.my_account_orders .product-name a:focus::after,
.woocommerce table.order_details .product-name a:hover::after,
.woocommerce table.order_details .product-name a:focus::after,
.woocommerce table.shop_table.cart .product-name a:hover::after,
.woocommerce table.shop_table.cart .product-name a:focus::after {
    transform: scaleX(1);
}


.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 1px;
    border-right-width: 1px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 23px 12px;
    box-sizing: border-box;
    color: #000000;
}

.woocommerce button,
.woocommerce a.button,
.woocommerce input.button {
    text-transform: none;
}

.woocommerce-checkout button,
.woocommerce-account button {
    text-transform: none;
}

.woocommerce table th {
    text-transform: none !important;
    letter-spacing: normal;
}

.woocommerce table.order_details tfoot tr:last-child td {
    font-size: 20px !important;
    color: #4CAF50 !important;
}
.order-again {
    margin-top: 16px;
    text-align: right;
}
