@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/css/all.min.css');

/* Astra, and GeneratePress Theme Compatibility */
.site-content .ast-container {
    display: block !important;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

/* OceanWP Theme Compatibility */
#site-header-inner,
#site-logo {
    height: auto !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* For  Theme Blocksy */
.theme-blocksy form.variations_form table.variations tr {
    flex-direction: row;
}
.theme-blocksy .single_variation_wrap .ct-increase,
.theme-blocksy .single_variation_wrap .ct-decrease,
.theme-blocksy .single_variation_wrap .screen-reader-text {
    display: none;
}
.theme-blocksy .single_variation_wrap .input-text {
    padding-inline: initial !important;
}
.theme-blocksy .gpsc-full-desc .commentlist .review .reply-link {
    margin-left: 0;
}
.theme-blocksy .gpsc-full-desc .woocommerce-Reviews {
    row-gap: 0;
}
.theme-blocksy .gpsc-toggle-button-wrapper {
    margin-top: 20px;
}
.theme-blocksy #respond .comment-form {
    grid-row-gap: 10px !important;
}
.theme-blocksy #review_form_wrapper #reply-title {
    margin-bottom: 0;
}

/* Theme Astra */
.theme-astra.woocommerce-js #reviews #review_form {
    border: none;
    padding: 0;
}
.theme-astra .gpsc-full-desc .comment-respond .comment-form-rating {
    font-size: 12px;
    margin: 0 0 5px !important;
}
.theme-astra .gpsc-full-desc .comment-respond .comment-form-rating p {
    line-height: 2.4 !important;
}
.theme-astra #reviews #review_form #respond #comment {
    height: auto;
}
.theme-astra.woocommerce-js .quantity .qty {
    margin-left: 0 !important;
}
#plus_qty-0.plus,
#minus_qty-0.minus {
    display: none !important;
}

/* Theme Big Bazaar  */
.theme-bigbazaar .gpsc-extra-description {
    margin-top: 20px;
}
.theme-bigbazaar p.stars a:after {
    display: none;
}

/* Page Container */
.product-template-default .site {
    display: block !important;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
#gpsc-main {
    --default-font: "Fira Sans", sans-serif;
    --gpsc-primary-color-rgb: 55, 73, 187;
    --white-color: #ffffff;
    --text-color: #01132d;
    --black-color: #111111;
    --text-color-light: #666666;
    --border-color: #d3d3d3;
    box-sizing: border-box;
    background-color: var(--white-color);
    padding-top: 30px;
    font-weight: normal;
}
.gpsc-container {
    max-width: 1320px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
.gpsc-container h1,
.gpsc-container h2,
.gpsc-container h3,
.gpsc-container h4,
.gpsc-container h5,
.gpsc-container h6 {
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
}
.gpsc-row {
    display: grid;
    gap: 24px;
}
img {
    max-width: 100%;
}

/* Breadcrumb */
.gpsc-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
    padding-left: 5px;
}
.gpsc-breadcrumb .woocommerce-breadcrumb {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gpsc-breadcrumb a {
    color: var(--black-color);
    position: relative;
    line-height: 16px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: .3s ease-in-out;
    font-weight: bold;
}
.gpsc-breadcrumb a:hover {
    text-decoration: underline;
}

/* Product Action Area */
.gpsc-product-details {
    padding: 0px 0 30px;
}
.gpsc-product-details .gpsc-action {
    margin: 0 0 30px;
    background: var(--white-color);
    padding: 15px 25px 15px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.gpsc-product-details .gpsc-action .gpsc-share-on {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.gpsc-product-details .gpsc-action .gpsc-share-on span {
    font-size: 14px;
    font-weight: 500;
}
.gpsc-product-details .gpsc-action .gpsc-share-on ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gpsc-product-details .gpsc-action .gpsc-share-on ul li {
    display: inline-block;
}
.gpsc-product-details .gpsc-action .gpsc-share-on ul li a {
    line-height: 1;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: var(--border-color);
    transition: 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gpsc-product-details .gpsc-action .gpsc-share-on ul li a svg {
    transition: 0.3s ease-in-out;
    fill: var(--black-color);
}
.gpsc-product-details .gpsc-action .gpsc-share-on ul li a:hover {
    background-color: var(--black-color);
}
.gpsc-product-details .gpsc-action .gpsc-share-on ul li a:hover svg {
    fill: var(--white-color);
}
.gpsc-product-details .gpsc-action .gpsc-share-on ul li:last-child a {
    margin-right: 0;
}
.gpsc-product-details .gpsc-action .gpsc-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gpsc-product-details .gpsc-action .gpsc-options ul li {
    display: inline-block;
}
.gpsc-product-details .gpsc-action .gpsc-options ul li a {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
}
.gpsc-product-details .gpsc-action .gpsc-options ul li a svg {
    margin-right: 5px;
    transition: 0.3s ease-in-out;
}
.gpsc-product-details .gpsc-action .gpsc-options ul li a:hover {
    color: var(--gpsc-secondary-color);
}
.gpsc-product-details .gpsc-action .gpsc-options ul li a:hover svg {
    fill: var(--gpsc-secondary-color);
}
.gpsc-product-details .gpsc-action .gpsc-options ul li:last-child a {
    margin-right: 0;
}

/* Product Description Area */
.gpsc-product-details .gpsc-row {
    grid-template-columns: 40% 60%;
}
.gpsc-text-content-area .gpsc-product-name {
    color: var(--gpsc-primary-color);
    padding: 5px 0 10px;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}

/* Product Image Area */
.gpsc-product-img {
    display: block;
    margin-bottom: 30px;
}
.gpsc-thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.gpsc-product-gallery figure {
    text-align: center;
    margin-bottom: 20px;
}
.gpsc-product-gallery figcaption {
    display: none;
}
.gpsc-thumbnails .gpsc-thumb-image {
    width: 60px;
    padding: 10px;
    border: 1px solid var(--border-color);
    margin-bottom: 0px;
}
.gpsc-gallery-area .gpsc-add-banner {
    width: 100%;
    height: 100px;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}
.gpsc-gallery-area .gpsc-add-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Info Area */
.gpsc-product-info {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
.gpsc-product-info-group {
    background-color: rgba(var(--gpsc-primary-color-rgb), .05);
    margin: 0 7px 7px -2px;
    display: inline-block;
    border-radius: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
.gpsc-product-info-group .gpsc-product-info-label {
    color: var(--text-color-light);
}
.gpsc-product-info-group .gpsc-product-info-data {
    font-weight: 700;
}
.gpsc-product-info-group .gpsc-product-info-data ins {
    text-decoration: none;
    background-color: transparent !important;
}
.gpsc-product-info-group .gpsc-product-info-data del {
    color: var(--text-color-light);
    margin-left: 5px;
}

/* Product Short Description */
.gpsc-product-short-description {
    margin-bottom: 10px;
}
.gpsc-product-short-description h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--black-color);
}
.gpsc-product-short-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gpsc-product-short-description ul li {
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 10px;
}
.gpsc-product-short-description .gpsc-view-btn {
    padding: 0;
    display: inline-block;
    text-decoration: none;
    color: var(--gpsc-secondary-color);
    border-bottom: 1px solid var(--gpsc-secondary-color);
    transition: .3s ease;
    cursor: pointer;
    font-size: 14px;
}
.gpsc-product-short-description .gpsc-view-btn:hover {
    box-shadow: 0 1px 0 var(--gpsc-secondary-color);
}


/* Countdown */
.wopd-countdown-wrapper {
    margin: 30px 0 15px;
}
.wopd-countdown-content {
    border: 1px solid var(--border-color);
    border-radius: 50px;
    height: 85px;
    position: relative;
    text-align: center;
    width: 300px;
    padding: 0 30px !important;
}
.wopd-before-content {
    margin: -12px 0 4px;
    background-color: var(--white-color);
    display: inline-block;
    padding: 0 10px;
}
#wopd-countdown {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    max-width: 300px;
    flex: 1 1 auto;
    gap: 10px;
}
#wopd-countdown li {
    display: inline-block;
    text-align: center;
    width: 60px;
    margin: 0 2px;
}
#wopd-countdown li strong {
    position: relative;
    display: block;
    margin: 0 auto 5px;
}
#wopd-countdown li:not(:last-child) strong:after {
    position: absolute;
    top: 0;
    right: -9px;
    content: ":";
    color: var(--text-color-light);
}
#wopd-countdown li strong .digit {
    width: 20px;
    height: 25px;
    line-height: 1;
    border-radius: 3px;
    font-size: 15px !important;
    margin:  0px 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--gpsc-secondary-color);
}
#wopd-countdown li span {
    font-size: 10px !important;
    font-weight: 400;
    color: var(--text-color-light);
}

/* Product Price Area */
.gpsc-price-box {
    min-width: 300px;
    display: inline-block;
    position: relative;
    padding: 15px;
    border: 2px solid var(--gpsc-primary-color);
}
.gpsc-price-box .single_variation .woocommerce-variation-price {
    line-height: 1;
    margin-bottom: 5px;
}
.gpsc-price-box .gpsc-product-price {
    font-size: 24px;
}
.gpsc-price-box .gpsc-product-price ins {
    font-weight: 600;
    color: #081621 !important;
    background-color: transparent !important; /* for theme compatibility */
}
.gpsc-price-box .gpsc-product-price del {
    font-weight: 400;
    margin-left: 10px;
    color: #5e5e5e !important;
}
.gpsc-price-box .gpsc-price-tag {
    margin: 0;
    display: block;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
}
.gpsc-price-box .gpsc-price-tag.fade {
    color: var(--text-color-light);
    opacity: 1;
}

/* Add to Cart Area */
.gpsc-cart,
.variations_button {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}
.gpsc-cart .quantity,
.variations_form .quantity {
    display: flex;
    height: auto !important;
}
.gpsc-cart .quantity .qty-btn,
.variations_form .quantity .qty-btn {
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: transparent;
    transition: .3s ease;
    border: 1px solid var(--border-color);
    cursor: pointer;
    padding: 0;
    color: var(--black-color);
    border-radius: 0;
}
.gpsc-cart .quantity .qty-btn:hover,
.variations_form .quantity .qty-btn:hover {
    background-color: var(--gpsc-secondary-color);
    color: var(--white-color);
}
.gpsc-cart .quantity .input-text,
.variations_form .quantity .input-text {
    width: 60px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    padding: 8px;
    height: auto;
}
.gpsc-cart .single_add_to_cart_button,
.variations_form .single_add_to_cart_button {
    border: none;
    background: var(--gpsc-primary-color) !important;
    transition: .3s ease-in-out !important;
    padding: 0 20px !important;
    display: inline-block;
    transition: .3s ease;
    margin: 0 !important;
    height: 42px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
    min-width: 200px;
}
.gpsc-cart .single_add_to_cart_button:hover,
.variations_form .single_add_to_cart_button:hover {
    box-shadow: 0 50px rgba(0, 0, 0, .2) inset !important;
}
.button-options .option-button {
    min-width: 75px;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    color: var(--black-color);
    text-transform: capitalize;
    border: 1px solid var(--border-color);
    background-color: transparent;
    transition: .3s ease-in-out;
    outline: 1px solid transparent;
}
.button-options .option-button.selected,
.button-options .option-button:hover {
    border-color: var(--gpsc-primary-color);
    outline-color: var(--gpsc-primary-color);
    background-color: var(--gpsc-primary-color);
    color: var(--white-color);
}
/* woocommerce button */
.gpsc-text-content-area .woocommerce-message {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 600;

}
.gpsc-text-content-area .woocommerce-message .button {
    max-width: 150px;
    text-align: center;
    display: inline-block;
    background-color: var(--gpsc-primary-color);
}

/* Extra Description Table */
.gpsc-extra-description table,
.gpsc-extra-description table td {
    border: 0;
}
.gpsc-extra-description table thead,
.gpsc-extra-description table tbody tr td {
    background-color: rgba(var(--gpsc-primary-color-rgb), .03);
}
.gpsc-extra-description table tbody tr {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px !important;
    line-height: 1.63 !important;
    font-weight: 500;
}
.gpsc-extra-description table tbody tr i {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border-radius: 50%;
    color: var(--white-color);
    transition: .53s ease-in-out;
    background-color: var(--gpsc-secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 22px;
    font-family: 'Font Awesome 5 Free' !important;
}
.gpsc-extra-description table tbody tr td {
    padding: 24px;
}
.gpsc-extra-description table tbody tr td:hover i {
    box-shadow: 0 0 13px -1px var(--gpsc-secondary-color);
}

/* Notice Area */
.wpsc-notification ul,
.wpsc-notification .woocommerce-message {
    gap: 12px;
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    background-color: var(--white-color);
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px 0 24px !important;
    padding: 16px !important;
}
.wpsc-notification ul.woocommerce-error {
    background-color: var(--white-color)0f0;
    border-color: #cc1818;
}
.wpsc-notification .woocommerce-message {
    background-color: #f0fff1;
    border-color: #07d139;
}
.wpsc-notification ul.woocommerce-error li,
.wpsc-notification .woocommerce-message {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.wpsc-notification ul.woocommerce-error li .button,
.wpsc-notification .woocommerce-message .button {
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 14px !important;
    flex-shrink: 0;
}
.wpsc-notification .woocommerce-message .button {
    color: #07d139 !important;
}
.wpsc-notification ul.woocommerce-error li .button {
    color: #cc1818 !important;
}
.wpsc-notification ul li .button:hover,
.wpsc-notification .woocommerce-message .button:hover {
    color: var(--gpsc-secondary-color) !important;
}

/* Full Description area */
.gpsc-full-description {
    padding: 20px 0;
    background-color: #F2F4F8;
}
.gpsc-full-description .gpsc-row {
    grid-template-columns: 70% 30%;
}
.gpsc-tab .gpsc-tab-contents {
    display: none;
}
.gpsc-tab-contents.refund-policy h2,
.gpsc-tab-contents.faq h2,
.gpsc-tab-contents.warranty h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.gpsc-tab .gpsc-tab-contents.show {
    display: block;
}
.gpsc-tab-btns button {
    border: none;
    flex: 0 0 auto;
    color: var(--black-color);
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    list-style: none;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: var(--white-color);
    transition: .3s ease;
    margin: 0 10px 20px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.gpsc-tab-btns button:hover,
.gpsc-tab-btns button.active {
    color: var(--white-color);
    box-shadow: none;
    background: var(--gpsc-secondary-color);
}
.gpsc-description-left .gpsc-tab-contents {
    padding: 20px;
    margin-top: 0;
    background: var(--white-color);
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.gpsc-tab-contents.ask-question .gpsc-section-head,
.gpsc-tab-contents.write-review .gpsc-section-head {
    border-bottom: 1px solid var(--border-color);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.gpsc-tab-contents .gpsc-section-head h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.gpsc-tab-contents .gpsc-section-head .gpsc-action-title .gpsc-section-text {
    margin: 0 !important;
    color: #666 !important;
    font-size: 15px;
}
.gpsc-tab-contents .gpsc-action-btn {
    flex-shrink: 0;
}
.gpsc-tab-contents .gpsc-action-btn .gpsc-btn-outline {
    display: inline-block;
    border: 2px solid var(--gpsc-primary-color);
    color: var(--gpsc-primary-color);
    transition: .3s ease;
    padding: 10px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
    text-decoration: none;
}
.gpsc-tab-contents .gpsc-action-btn .gpsc-btn-outline:hover {
    background-color: var(--gpsc-primary-color);
    color: var(--white-color);
}
.gpsc-tab-contents .gpsc-data-table {
    width: 100%;
}
.gpsc-tab-contents .gpsc-data-table.gpsc-flex-table {
    display: flex;
    flex-direction: column;
}
.gpsc-tab-contents .gpsc-data-table.gpsc-flex-table table {
    border: none;
    margin-bottom: 0;
}
.gpsc-flex-table tr {
    display: flex;
}
.gpsc-flex-table tbody tr {
    border-bottom: 1px solid #ecedef;
}
.gpsc-flex-table tbody tr:last-child {
    border-bottom: 0;
}
.gpsc-data-table .heading-row {
    background: rgba(var(--gpsc-primary-color-rgb), 0.05);
    color: var(--gpsc-primary-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 6px 20px;
    margin: 20px 0 0;
    border-radius: 5px;
    display: block;
    width: 100%;
}
.gpsc-tab-contents .gpsc-data-table tbody td {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: none;
}
.gpsc-data-table thead .heading-row {
    margin-top: 0;
    border: none;
}
.gpsc-data-table td.name {
    flex: 0 0 250px;
    display: flex;
    color: #666;
}
.gpsc-tab-contents .gpsc-data-table tbody td.value {
    font-weight: bold;
}

/* Product Variations Area */
.variations {
    border: none;
    margin: 0 0 20px;
}
.variations tr {
    margin-top: 10px;
    display: flex;
    align-items: center;
    border: none;
}
.variations tr .label {
    min-width: 50px;
    width: 50px;
    text-align: left;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    border: none;
    padding: 0;
}
.variations tr .label::before {
    content: ":";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.variations .value {
    border: 0px;
    padding: 0;
}
.single_variation .price del .woocommerce-Price-amount bdi {
    font-size: 16px;
    color: #a8a8a8 !important;
}
.single_variation .price ins .woocommerce-Price-amount bdi,
.single_variation .price .woocommerce-Price-amount bdi {
    font-size: 24px;
    font-weight: 700;
    color: var(--gpsc-primary-color) !important;
}
.gpsc-price-box .woocommerce-Price-currencySymbol {
    font-weight: bolder;
}
/* Widget Area */
.gpsc-description-sidebar .gpsc-sidebar-widget {
    background: var(--white-color);
    padding: 10px 20px 15px;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.gpsc-description-sidebar .gpsc-related-products h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    padding: 5px 0 5px;
    text-transform: capitalize;
    color: var(--gpsc-primary-color);
    border-bottom: 1px solid var(--border-color);
}

/* Related Product Widgets */
.gpsc-related-product {
    gap: 15px;
    display: flex;
    align-items: start;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}
.gpsc-related-product:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.gpsc-related-product .gpsc-related-product-thumb-area {
    flex: 0 0 100px;
    border: 2px solid #dfdfdf;
    position: relative;
    padding: 10px;
}
.gpsc-related-product .gpsc-related-product-thumb-area .gpsc-on-sale {
    color: var(--white-color);
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    background-color: var(--gpsc-secondary-color);
    position: absolute;
    left: 5px;
    top: 5px;
}
.gpsc-related-product .gpsc-related-product-text-content {
    flex: 1 0 0;
}
.gpsc-related-product .gpsc-related-product-text-content h3 {
    margin: 0;
}
.gpsc-related-product .gpsc-related-product-text-content h3 a {
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
    display: inline-block;
    margin-bottom: 5px;
}
.gpsc-related-product .gpsc-related-product-text-content h3 a:hover {
    color: var(--gpsc-secondary-color);
}
.gpsc-related-product .gpsc-related-product-text-content .gpsc-price {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0 !important;
}
.gpsc-related-product .gpsc-related-product-text-content .gpsc-add-to-cart a {
    padding: 0;
    color: var(--black-color);
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    display: inline-block;
    outline: none;
    border: none;
    line-height: 1;
    background-color: transparent;
}
.gpsc-related-product .gpsc-related-product-text-content .gpsc-add-to-cart a:hover {
    color: var(--gpsc-secondary-color);
}

/* Widget - Visited Status */
.gpsc-sidebar-widget.gpsc-visited-status {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gpsc-sidebar-widget.gpsc-visited-status p {
    margin: 0 !IMPORTANT;
    text-shadow: 0 0 #673AB7;
}
.gpsc-sidebar-widget.gpsc-visited-status p img {
    filter: drop-shadow(0px 0px 0px black);
}

/* widget Star Rating Area */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 20px;
    line-height: 1;
    font-size: 24px !important;
    width: 100px !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #2c2d33 !important;
    margin: 0;
}
.star-rating::before,
.star-rating span::before {
    content: "\2605 \2605 \2605 \2605 \2605";
    top: 0;
    left: 0;
    position: absolute;
    color: var(--gpsc-secondary-color) !important;
}
.star-rating::before {
    color: #4a4c4e54 !important;
    float: left;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #2c2d33;
}

/* Star rating input area */
.stars {
    margin: 0;
}
.stars a {
    position: relative;
    top: 8px;
    height: 20px;
    width: 20px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: var(--gpsc-secondary-color);
    outline: none;
}
.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: '\f005';
    text-indent: 0;
}
.stars.selected a.active~a::before,
.stars a:hover~a::before {
    font-weight: 400;
}
.stars.selected a:not(.active)::before,
.stars.selected a.active::before,
.stars:hover a::before {
    font-weight: 700;
}

/* Product Review Area */
.gpsc-full-desc #comments {
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.gpsc-full-desc p {
    margin-top: 0;
}
.gpsc-full-desc .woocommerce-Reviews-title {
    display: none;
}
.gpsc-full-desc .commentlist {
    padding: 0 0 20px;
    list-style: none;
    margin: 0;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.gpsc-full-desc .commentlist li {
    border: none !important;
}
.gpsc-full-desc .commentlist li img.avatar {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    border-radius: 50% !important;
}
.gpsc-full-desc .commentlist .comment_container {
    border: none;
    padding: 20px !important;
    border-radius: 10px;
    background-color: rgba(var(--gpsc-primary-color-rgb), .03);
    gap: 0 !important;
    display: flex;
    flex-wrap: wrap;
}
.gpsc-full-desc .commentlist .comment_container img.avatar {
    left: unset !important;
    top: unset !important;
}
.gpsc-full-desc .commentlist .review .children {
    margin: 0 !important;
    padding-left: 25px;
}
.gpsc-full-desc .commentlist .review .children .review {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gpsc-full-desc .commentlist .children .comment_container {
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
}
.gpsc-full-desc .commentlist .comment-text {
    border: none !important;
    padding: 0 0 0 22px !important;
    flex: 1;
}
.gpsc-full-desc .commentlist .comment-text .meta {
    margin-bottom: 0 !important;
}
.gpsc-full-desc .commentlist .comment-text p {
    margin-bottom: 12px !important;
}
.gpsc-full-desc .commentlist .comment-text .woocommerce-review__author {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.gpsc-full-desc .commentlist .comment-text .star-rating span {
    color: var(--gpsc-secondary-color);
}
.gpsc-full-desc .commentlist .review .reply-link {
    margin-left: 70px;
    text-decoration: none;
    color: var(--gpsc-primary-color);
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

/* Product Review Form */
.gpsc-full-desc .comment-respond {
    box-shadow: 0 0 5px #e5e5e5;
    border-radius: 10px;
    padding: 20px 20px 10px !important;
}
.gpsc-full-desc .comment-respond .comment-form-rating {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin: 5px 0 10px;
}
.gpsc-full-desc .comment-respond .comment-form-rating label,
.gpsc-full-desc .comment-respond .comment-form-rating p {
    margin: 0 !important;
    line-height: 1 !important;
    position: relative;
}
.gpsc-full-desc .comment-respond .comment-form-rating label {
    font-size: 14px;
    font-weight: 400;
}
.gpsc-full-desc .comment-respond .comment-form-rating label::after {
    content: ':';
    position: absolute;
    right: -8px;
}
.gpsc-full-desc .comment-respond .comment-form-comment label {
    display: none;
}
.gpsc-full-desc .comment-respond .comment-form-comment #comment {
    width: 100%;
    outline: none;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
}
.gpsc-full-desc .comment-respond .submit {
    line-height: 1.2;
    padding: 12px 24px 10px;
    transition: .3s ease-in-out;
    background-color: var(--gpsc-primary-color) !important;
}
.gpsc-full-desc .comment-respond .submit:hover {
    box-shadow: 0 50px rgba(0, 0, 0, .2) inset !important;
}
.gpsc-full-desc #reviews #comment {
    height: unset;
}
.gpsc-full-desc .comment-reply-title {
    width: 100%;
    gap: 10px;
    display: flex;
    align-items: center;
}
.gpsc-full-desc h3,
.gpsc-full-desc .comment-reply-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.gpsc-full-desc .comment-reply-title a {
    text-decoration: none;
}
.gpsc-full-desc .comment-reply-title small {
    margin-left: auto;
}
.gpsc-full-desc .comment-reply-title small a {
    color: var(--gpsc-primary-color);
}
.gpsc-toggle-button-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    margin-bottom: 15px;
}
.gpsc-toggle-button-wrapper .gpsc-toggle-text {
    font-size: 14px;
    font-weight: 500;
}

/* Review Awaiting Approval Notice */
.woocommerce-review__awaiting-approval {
    display: inline-block;
    border-left: 4px solid #ff9800;
    background: rgb(255 152 0 / 10%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 4px 16px 4px 8px;
    margin: 10px 0;
}

/* Review Summary */
.gpsc-full-desc .gpsc-summary-review {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px;
}
.gpsc-full-desc .gpsc-summary-review strong {
    font-size: 62px;
    line-height: 62px;
    font-weight: 700;
    color: var(--gpsc-secondary-color);
}
.gpsc-full-desc .gpsc-summary-review-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.gpsc-full-desc .gpsc-summary-review-left span {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--text-color);
}
.gpsc-full-desc .gpsc-summary-review ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gpsc-full-desc .gpsc-summary-review ul li {
    gap: 5px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.gpsc-full-desc .gpsc-summary-review ul li svg {
    color: var(--gpsc-secondary-color);
}
.gpsc-full-desc .gpsc-summary-review ul li span {
    width: 180px;
    height: 5px;
    display: block;
    position: relative;
    border-radius: 10px;
    background-color: rgba(var(--gpsc-primary-color-rgb), 0.15);
}
.gpsc-full-desc .gpsc-summary-review ul li span > span {
    background-color: var(--gpsc-secondary-color);
    width: 0%;
}
/* Review Summary - Tooltip */
.gpsc-summary-review-info-btn .frhd-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #9d9d9d;
    padding-bottom: 6px;
}
.gpsc-summary-review-info-btn .frhd-tooltip svg {
    outline: 1px solid #c7c7c7;
    outline-offset: 2px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.gpsc-summary-review-info-btn .frhd-tooltip .tooltiptext {
    visibility: hidden;
    width: 290px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
}
.gpsc-summary-review-info-btn .frhd-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateX(54px);
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.gpsc-summary-review-info-btn .frhd-tooltip:hover {
    cursor: pointer;
}
.gpsc-summary-review-info-btn .frhd-tooltip:hover svg {
    fill: #ef4a23;
}
.gpsc-summary-review-info-btn .frhd-tooltip:hover .tooltiptext {
    visibility: visible;
}

/* User Info in comments area */
.gpsc-tab-contents .comment-form-author,
.gpsc-tab-contents .comment-form-email {
    max-width: 47%;
    gap: 10px;
    display: inline-block;
    margin-right: 20px;
}
.gpsc-rating-reviews .comment-form input {
    padding: 10px 15px;
    line-height: 1;
    max-width: 100%;
    border: 1px solid var(--border-color) !important;
}

/* Product Review Form Switch Area */
.gpsc-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 !important;
}
.gpsc-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.gpsc-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--gpsc-primary-color-rgb), .2);
    transition: .4s;
    border-radius: 34px;
}
.gpsc-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked+.gpsc-slider {
    background-color: var(--gpsc-secondary-color);
}
input:checked+.gpsc-slider:before {
    transform: translateX(26px);
}

/* Product Review Rating Area */
.gpsc-overall-rating {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.gpsc-overall-rating p {
    margin: 0 !important;
}
.gpsc-overall-rating-card {
    position: relative;
    max-width: 300px;
    width: 100%;
}
.gpsc-overall-rating-card .gpsc-overall-rate {
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: var(--white-color);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black-color);
    position: relative;
    z-index: 1;
    padding: 5px 10px;
}
.gpsc-overall-rating-card .gpsc-overall-rate strong {
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    margin-right: 4px;
}
.gpsc-overall-rating-card .gpsc-overall-rate-bar {
    background-color: rgba(var(--gpsc-primary-color-rgb), .2);
    display: block;
    width: calc(100% - 92px);
    height: 8px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 10px;
}
.gpsc-overall-rating-card .gpsc-overall-rate-bar span {
    background-color: var(--gpsc-secondary-color);
    transition: .3s ease-in-out;
    width: 0%;
    height: 8px;
    display: block;
    border-radius: 10px;
}
.gpsc-rating {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.gpsc-rating-card {
    flex: 1 1 calc(100% / 3);
    max-width: calc((100% / 3) - 20px);
}
.gpsc-rating-card .gpsc-rating-content {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.gpsc-rating-card .gpsc-rating-content span {
    font-size: 14px;
    font-weight: 600;

}
.gpsc-rating-card .gpsc-rating-bar {
    background-color: rgba(var(--gpsc-primary-color-rgb), .2);
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.gpsc-rating-card .gpsc-rating-bar span {
    background-color: var(--gpsc-secondary-color);
    transition: .3s ease-in-out;
    width: 0%;
    height: 4px;
    display: block;
    border-radius: 10px;
}

/* Announcement Popup */
.gpsc-announcement-popup {
    display: none; 
}
.gpsc-announcement-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(var(--gpsc-primary-color-rgb), .3);
    z-index: 999;
}
.gpsc-announcement-popup .gpsc-announcement-popup-content {
    width: 100%;
    overflow: hidden;
    max-width: 520px;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    background-color: var(--black-color);
    position: absolute;
    top: 50%;
    left: 50%;
}
.gpsc-announcement-popup .popup-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    box-shadow: none;
    color: var(--white-color);
    background-color: transparent;
    transition: .3s ease-in-out;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--gpsc-secondary-color);
    border: 1px solid var(--black-color);
}
.gpsc-announcement-popup .popup-close-btn svg {
    width: 28px;
}
.gpsc-announcement-popup .popup-close-btn:hover {
    color: var(--gpsc-secondary-color);
    background-color: var(--white-color);
}
.gpsc-announcement-banner-img {
    width: 100%;
}
.gpsc-announcement-banner-img img {
    display: block;
    width: 100%;
}
.gpsc-announcement-content {
    text-align: center;
    padding: 24px 20px;
}
.gpsc-announcement-content h3,
.gpsc-announcement-content h5 {
    color: var(--white-color);
    margin: 0 0 10px ;
    font-weight: 600;
}
.gpsc-announcement-content h3,
.gpsc-announcement-content h5 strong {
    text-transform: uppercase;
}
.gpsc-announcement-content ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
.gpsc-announcement-content ul li {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--white-color);
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gpsc-announcement-content ul li svg {
    color: var(--gpsc-secondary-color);
}
.gpsc-announcement-content .gpsc-all-features-link {
    display: block;
    text-align: center;
}
.gpsc-announcement-content .gpsc-discount-btn {
    margin: 5px 0;
    min-width: 70%;
    font-size: 20px;
    padding: 10px 25px;
    color: var(--white-color);
    background-color: var(--gpsc-secondary-color);
}
.gpsc-announcement-content .gpsc-all-features-link {
    color: var(--white-color);
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
}
.gpsc-announcement-content .gpsc-denied-btn {
    padding: 0;
    margin: 5px 0 0;
    color: var(--white-color);
    background-color: transparent;
    box-shadow: none;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
}

/* Short Notice Area */
.gpsc-short-notice {
    background-color: var(--white-color);
    box-shadow: 0 0 10px -5px var(--border-color);
    position: fixed;
    left: 30px;
    bottom: 30px;
}
.gpsc-short-notice {
    width: 300px;
    padding: 15px 25px;
    border-radius: 20px;
}
.gpsc-short-notice .gpsc-short-msg p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0 !important;
}
.gpsc-short-notice-close-btn {
    padding: 0;
    box-shadow: none;
    color: var(--gpsc-secondary-color) !important;
    background-color: transparent !important;
    position: absolute;
    right: 10px;
    top: 10px;
}
.gpsc-short-notice-close-btn svg {
    width: 20px;
}


/* Discount Tag */
.gpsc-offer-tag {
    display: inline-block;
    padding: 10px 25px 10px 18px;
    border-radius: 100px;
    border: 1px solid #000000;
    position: relative;
    padding-left: 100px;
}
.gpsc-discount-tag svg {
    width: 48px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
.gpsc-offer-tag p {
    margin: 0 !important;
    padding: 0;
    line-height: 1 !important;
    font-size: 16px !important;
    font-weight: 600;
} 
.gpsc-offer-tag span {
    font-size: 12px;
}
.gpsc-blue-tag {
    background: linear-gradient(45deg,#00237e,var(--gpsc-primary-color),#04b5db,var(--gpsc-primary-color),#00237e);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color: #ffffff;
}
@keyframes gradient {
    0%, 100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/* Media Query  */
@media only screen and (max-width: 991px) {
    /* Product Details page layout */
    .gpsc-full-description .gpsc-row,
    .gpsc-product-details .gpsc-row {
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 768px) {
    /* Breadcrumb Area */
    .gpsc-breadcrumb .woocommerce-breadcrumb {
        width: 100%;
    }

    /* Product Action Area */
    .gpsc-product-details .gpsc-action {
        padding: 10px;
    }
    .gpsc-product-details .gpsc-action .gpsc-share-on ul li a {
        width: 20px;
        height: 20px;
        margin-right: 0;
    }
    .gpsc-product-details .gpsc-action .gpsc-options ul li a {
        margin-right: 3px;
    }
    .gpsc-ibox-card-area {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Product Full Description Area */
    .gpsc-tab-btns {
        display: flex;
        flex-wrap: wrap;
    }
    .gpsc-tab-btns button {
        margin: 0 3px 10px 0;
        flex: 1 1 85px;
        padding: 0;
        font-size: 12px;
        text-align: center;
        font-weight: 600;
    }
    .gpsc-flex-table tr {
        flex-wrap: wrap;
    }

    /* User Info in comments area */
    .gpsc-tab-contents .comment-form-author, .gpsc-tab-contents .comment-form-email {
        max-width: 30% !important;
    }
}

@media only screen and (max-width: 575px) {

    /* Product Variations Area */
    .variations tr .label {
        min-width: 50px;
        width: 50px;
    }
    .button-options .option-button {
        min-width: 50px;
        font-size: 12px;
    }
    .gpsc-cart .single_add_to_cart_button,
    .variations_form .single_add_to_cart_button {
        min-width: 150px;
    }

    /* Product Review Area */
    .gpsc-full-desc .commentlist .comment_container img.avatar {
        float: unset !important;
        position: relative !important;
        margin-bottom: 10px !important;
        margin-right: 10px;
    }
    .gpsc-full-desc .commentlist .comment-text {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .gpsc-full-desc .star-rating {
        float: unset;
    }
    .gpsc-full-desc .commentlist .review .reply-link {
        margin-left: 0;
    }
    .gpsc-toggle-button-wrapper .gpsc-toggle-text {
        font-size: 12px;
    }

    /* Product Review Rating Area */
    .gpsc-rating {
        flex-direction: column;
    }
    .gpsc-rating-card {
        flex: 1;
        width: 100%;
        max-width: 100%;
    }
    .gpsc-overall-rating {
        gap: 5px;
        flex-direction: column-reverse;
        align-items: start;
    }

    /* User Info in comments area */
    .gpsc-tab-contents .comment-form-author,
    .gpsc-tab-contents .comment-form-email {
        display: block;
        max-width: 100%;
        margin-right: 0;
    }

    .gpsc-tab-contents .comment-form-author input,
    .gpsc-tab-contents .comment-form-email input {
        max-width: 100%;
    }

    /* Notice msg */
    .wpsc-notification ul li, .wpsc-notification .woocommerce-message {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
