/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.marquee-box {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(265.65deg, #cf0d1c 0%, #163f85 55.9%, #0a224b 98.94%);
    background-size: 800% 100%;
    background-position: 0% 50%;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 9px 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.08) inset;
}

.glow-overlay {
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    animation: glowMove 3s linear infinite;
    pointer-events: none;
    z-index: 2;
}

.marquee-line {
    display: flex;
    width: fit-content;
    animation: scroll 35s linear infinite;
    position: relative;
    z-index: 3;
}

.marquee-line span {
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
    font-weight: 500;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes glowMove {
    0% {
        left: -50%;
    }

    100% {
        left: 100%;
    }
}

@media (max-width: 768px) {
    .marquee-box {
        font-size: 14px;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .marquee-box {
        font-size: 13px;
        padding: 10px 0;
    }
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.brx-popup-content {
    width: 100%;
}

.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.cart-detail .woocommerce-mini-cart__buttons .button {
    background-color: #ffffff;
    border-radius: 20px;
    color: #111;
    border: 1px solid;
}

.cart-detail .woocommerce-mini-cart__buttons a.button.checkout.wc-forward {
    background-color: #3967ab;
    color: #fff;
}

.free-ship-progress-bar {
    margin-bottom: 15px;
    /*         margin: 15px 0; */
    /*         padding: 15px; */
    border-bottom: 1px solid #eee;
}

.progress-bar.cart_bar_w {
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.progress.percent_shipping_bar {
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#667eea),
            to(#764ba2));
    background: -o-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    border-radius: 10px;
    display: block;
}

.free-shipping-message {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

/*     .primary-color {
        color: #667eea;
        font-weight: bold;
    } */

.free-shipping-achieved {
    padding: 10px 5px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: var(--bricks-bg-success);
    color: var(--bricks-text-success);
}

.pb-15 {
    padding-bottom: 15px;
}

#brxe-oynxyq .cart .quantity {
    width: 100%;
}

form.cart .quantity {
    max-width: 30%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #000;
}

#brxe-oynxyq .cart .single_add_to_cart_button,
#brxe-oynxyq a.button[data-product_id] {
    font-size: 15px;
    color: #ffffff;
    font-family: "Instrument Sans";
    text-transform: capitalize;
    font-weight: 600;
    line-height: 32px;
    background-color: #3967ab;
    border: 0;
    border-style: solid;
    border-color: #ffa286;
    border-radius: 30px;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#brxe-oynxyq .cart .single_add_to_cart_button.wc-buy-now-btn {
    width: 100%;
    background: #ce2b37;
}

form.cart .quantity+button,
form.woocommerce-cart-form .quantity+button {
    margin-top: 0px;
}

form.cart {
    /*     display: flex;
    gap: 0 10px; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

form.cart .single_add_to_cart_button {
    max-width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: auto !important;
}

.salesgen-bmsm-wrapper .salesgen-bmsm-item-label {
    width: auto;
}

.products .add_to_cart_button {
    display: none;
}

.woocommerce-notices-wrapper .salesgen-discount-notices,
.woocommerce-notices-wrapper .salesgen-discount-notices.salesgen-closest-o {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
}

.woocommerce-info {
    border-radius: 10px;
}

.woocommerce .button {
    background-color: #000000;
    color: rgb(255 255 255);
    border-radius: 10px;
}

.woocommerce .button:disabled {
    background-color: var(--bricks-bg-light);
    color: inherit;
}

.cart-collaterals .wc-proceed-to-checkout .button {
    font-size: 1.2em;
    line-height: 40px;
    text-decoration: none;
    width: 100%;
}

.cart-collaterals {
    margin-bottom: 3rem;
}

.spswiper-vertical>.spswiper-wrapper {
    width: 100%;
    height: auto;
    gap: 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
}

.spswiper-vertical .wcgs-thumb {
    margin: 0 !important;
}

.size-chart {
    width: 100%;
    border-collapse: collapse;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.size-chart caption {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.size-chart th,
.size-chart td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: center;
    font-size: 15px;
}

.size-chart th {
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#ff4500),
            to(#ff6347));
    background: -o-linear-gradient(left, #ff4500, #ff6347);
    background: linear-gradient(to right, #ff4500, #ff6347);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.size-chart tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.size-chart tbody tr:hover {
    background-color: #ffece8;
}

.blinking-yellow {
    color: green;
    text-decoration: underline;
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

.google-word span {
    font-family: "Product Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
}

.google-word .g {
    color: #4285f4;
}

.google-word .o1 {
    color: #db4437;
}

.google-word .o2 {
    color: #f4b400;
}

.google-word .g2 {
    color: #4285f4;
}

.google-word .l {
    color: #0f9d58;
}

.google-word .e {
    color: #db4437;
}

img.size-22x22 {
    max-width: 22px;
    max-height: 22px;
}

img.size-40x40 {
    max-width: 40px;
    max-height: 40px;
}

.brxe-product-add-to-cart .wcpa_form_outer {
    border: 1px solid #e5e5e5;
    background: -o-linear-gradient(184.35deg,
            #cf0d1c 0%,
            #163f85 55.9%,
            #0a224b 98.94%);
    background: linear-gradient(265.65deg,
            #cf0d1c 0%,
            #163f85 55.9%,
            #0a224b 98.94%);
    padding: 12px;
    border-radius: 5px;
    margin: 0;
}

.cr-reviews-grid-inner .cr-reviews-grid-col {
    -ms-grid-columns: 50% 0px 50%;
    grid-template-columns: 50% 50%;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 0px;
}

.cr-reviews-grid .cr-review-card .rating-row {
    padding: 10px 0 0 0;
}

.cr-reviews-grid .cr-review-card .middle-row,
.cr-reviews-grid .cr-review-card .cr-incentivized-row {
    padding: 0;
    background: transparent;
    font-size: 15px;
    border: 0;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name {
    /*                 font-family: 'Inter'; */
    font-size: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cr-reviews-grid .cr-review-card .crstar-rating span,
.cr-reviews-slider .cr-review-card .crstar-rating span {
    font-size: 12px;
    color: #ce2b37;
}

.cr-reviews-grid .cr-review-card .crstar-rating::before,
.cr-reviews-slider .cr-review-card .crstar-rating::before {
    font-size: 12px;
}

.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
    width: 15px;
    height: 25px;
}

.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
    width: 20px;
    height: 20px;
    fill: #e00f1e;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating {
    color: #ce2b37;
}

.rating-label {
    display: none;
}

.brxe-product-add-to-cart .wcpa_wrap .wcpa_price_summary,
.brxe-product-add-to-cart .wcpa_wrap .wcpa_field_label,
.brxe-product-add-to-cart .wcpa_wrap .wcpa_group_field label,
.brxe-product-add-to-cart .wcpa_field .wcpa_radio.wcpa_selected label {
    color: #fff;
}

#gg-review-slider {
    overflow: hidden;
    padding: 10px 5px;
    background: #fff;
    margin-bottom: 30px;
}

.gg-review-track-wrapper {
    overflow: hidden;
}

.gg-review-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-animation: scrollLeft 260s linear infinite;
    animation: scrollLeft 260s linear infinite;
}

.gg-review-track-wrapper:hover .gg-review-track {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.gg-review-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 270px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.gg-stars {
    margin-bottom: 5px;
}

.star-rating span:before {
    color: #FFD707
}

img.gg-stars-rate {
    width: 100px;
}

.custom-from-price {
    font-size: 1.5rem;
    color: #d52a1a;
}

button.button.buy_now_button {
    /*                 margin-top: 10px; */
    border-radius: 30px;
    padding: 17px !important;
    width: 100%;
    background: #ce2b37;
    color: white;
}

button.button.buy_now_button.loading:after {
    display: none;
}

button.button.buy_now_button.loading {
    color: #fff;
    pointer-events: none !important;
}

/*                                     button.button.buy_now_button {
                                        position: relative;
                                        color: rgba(255,255,255,0.05);
                                    }

                                    .devvn-quickbuy button.buy_now_button:after {
                                        animation: spin 500ms infinite linear;
                                        border: 2px solid #fff;
                                        border-radius: 32px;
                                        border-right-color: transparent !important;
                                        border-top-color: transparent !important;
                                        content: "";
                                        display: block;
                                        height: 16px;
                                        top: 50%;
                                        margin-top: -8px;
                                        left: 50%;
                                        margin-left: -8px;
                                        position: absolute;
                                        width: 16px;
                                    } */


@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-15000px);
        transform: translateX(-15000px);
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-15000px);
        transform: translateX(-15000px);
    }
}

@media (max-width: 768px) {
    .table-wrapper {
        width: 100%;
        /* max-width: 500px; */
        overflow-x: auto;
    }

    .gg-review-card {
        width: 200px;
        padding: 10px;
    }

    .gg-stars img {
        width: 80px;
    }
}