/*!
Theme Name: Boost Your Reviews
Theme URI:
Author:
Author URI:
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rocket_reviews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled {
    background-color: #3ac250;
    color: #fff;
    padding: 16px 20px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover {
    background-color: #3ac250;
    color: #fff;
}

.footer-content + .footer-content {
    padding-top: 0;
}

.footer-content .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-content .menu a {
    position: relative;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 0px;
    color: #999999;
    transition: all 3ms ease-in-out;
}

/* .footer-content .menu a::after {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */

.footer-content .menu a:hover,
.footer-content .menu a:focus {
    text-decoration: none;
    color: #0044b4;
}

.footer-content .menu a:hover::after,
.footer-content .menu a:focus::after {
    right: 10px;
    color: #0044b4;
}

.variations th.label {
    display: none;
}

.variations .reset_variations {
    display: none;
}

.variable-items-wrapper {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.variable-items-wrapper .variable-item {
    position: relative;
    font-weight: 400;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 13px 14px 13px 40px;
    border: 2px solid lightgrey;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.3;
}

.variable-items-wrapper .variable-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    background: #d9d9d9;
    border-radius: 50%;
}

.variable-items-wrapper .variable-item::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    width: 12px;
    height: 12px;
    aspect-ratio: 1/1;
    background: #000;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
    transition: all 0.3s ease;
}

.variable-items-wrapper .variable-item.selected {
    color: #ffffff;
    font-weight: 600;
    border-color: #0057E7;
    background: #0057E7;
}

.variable-items-wrapper .variable-item.selected::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.wcpa_form_outer {
    margin: 1em 0 1em 0 !important;
}

.col-lg-6 .form-block {
    width: 100%;
}

/*--- New Css file design -----*/
#review_product {
    position: relative;
}

/*
#review_product::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(assets/images/line-bg.png);
    top: -214px;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
*/

.review-color-one {
    background: #37ddf7;
}

.review-color-two {
    background: #fee3e1;
}

.review-color-three {
    background: #d5a3fd;
}

.product-review-box img {
    max-height: 235px;
    margin: auto;
}

.product-review-box {
    padding: 40px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
}

.btn-theme {
    border-radius: 8px;
    padding: 12px 30px;
}

.btn-red {
    background: #ff4515;
    color: #fff;
}

.btn-red:hover {

    color: #fff;
}


.btn-outline {
    background: #fff;
    border: 2px solid #000;
}

.top-bar {
    background: #0d4ac7;
    padding: 10px;
    text-align: center;
}

.top-bar span {
    font-size: 12px;
    color: #fff;
}

.header {
    padding: 6px 0;
}

.pt-100 {
    padding-top: 100px;
}

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

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

.pt-50 {
    padding-top: 40px;
}

.hero {
    /*background: linear-gradient(to bottom, #3e6fd4c9, #0d4ac7),*/
    /*  url(assets/images/hero-bg.png);*/
    background: linear-gradient(to bottom, #ebedf000, #ebedf000),
        url(assets/images/bg-w.webp);
      background-size: cover;
    background-position: bottom;
}

.hero-content h1 {
    /*color: #0057e7;*/
     color: #fff;
    font-size: 45px;
}

.hero-content h1 span {
    color: #f1c000;
}

.hero-content p {
    color: #fff;
}

.main-product {
    background: #f9f9f9;
}

.section-heading-two {
    position: relative;
}

.section-heading-one h1 span {
    color: #0d4ac7;
}

.section-heading-two span {
    position: absolute;
    height: 4px;
    width: 64%;
    background: #000;
    bottom: -20px;
    left: 0;
    border-radius: 30px;
}

.review-boost {
    position: relative;
}

.review-boost-content ol {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.right-image {
    position: relative;
    z-index: 9;
}

.floting-bg img {
    position: absolute;
    right: 0;
    width: 34%;
    top: 0%;
    z-index: 1;
}

.video-bg {
    position: relative;
    background: url(assets/images/Video-bg.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.section-heading-three h1 {
    color: #59b7fa;
}

.faq {
    background: rgb(235 236 237);
}

.faqs .card {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
    border-radius: 0;
    background: transparent;
}

.faqs .card-header {
    background: transparent;
}

.faqs .card-link {
    color: #000;
}

.faqs .card .card-header .card-link.collapsed:after {
    content: "\f106";
}

.faqs .card .card-header .card-link:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    float: right;
}

.btn-bg-red {
    background: rgba(255, 69, 21, 1);
    color: #fff;
    padding: 14px 20px;
}

.customize .section-heading-two span {
    transform: translate(-50%, -50%);
    left: auto;
    width: 30%;
}

.slick-slide {
    margin: 0 10px;
}

.testimonials-video {
    margin: 0 10px;
}

.features {
    background: #f6f6f0;
    position: relative;
    margin-top: 140px;
}

.pt-60 {
    padding-top: 60px;
}

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

.features-image {
    position: relative;
    height: 100%;

}

.features-image img {
    position: absolute;
    bottom: 0;
}

.img-hlf {
    width: 60%;
}

.trust {
    position: relative;
    /*background: #ebeced;*/
}

/*.trust::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  left: 0;*/
/*  bottom: -100px;*/
/*  background: url(assets/images/line-bg.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  background-position: center;*/
/*  z-index: 1;*/
/*}*/

/*.trust::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  right: 0;*/
/*  top: -20px;*/
/*  background: url(assets/images/shape.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  background-position: right;*/
/*  z-index: 1;*/
/*}*/

.trust-by {
    position: relative;
    z-index: 9;
}

.trust-by img {
    height: 100px;
    width: 140px;
    object-fit: contain;
}

.features-box-content h3 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-count {
    top: 4px;
    right: 12px;
    border-radius: 50%;
    background: #f33838;
}

.header .navbar-nav li .nav-link {
    font-weight: 500;
}

.header .navbar-nav > li {
    margin: 0px 0px 0px 4px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #FF786B !important
}


.single_variation_wrap {
    background: #EEEEEE;
    padding: 30px;
    border-radius: 10px;
}

.form-control {
    border-radius: 8px !important;
}

.google-loc {
    display: flex;
    align-items: center;
}

.google-loc .form-group {
    flex: 1;
    margin: 0;
}

.woocommerce button.button.alt {
    background-color: #FF4515 !important;
    border-color: #FF4515 !important;
    border-radius: 10px !important;
}


.contact-main-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 50px 30px;
    text-align: center;
    height: 100%;
}

.contact-main-box-content a {
    color: #000;
    text-decoration: none;
}

.contact-form-box {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
    padding: 70px;
    border-radius: 15px;

}

.contact-main-box-icon img {
    display: inline;
}

.btn-lg {
    border-radius: 10px !important;
}

.v-box {
    text-align: center;
    padding: 14px;
    height: 100%;
}

.v-box-icon img {
    display: inline;
}

.v-box-text {
    font-size: 12px;
    font-weight: 600;
}

.v-box-icon {
    margin-bottom: 8px;
}


.page-template-new-home .quantity {
    display: none !important;
}

.testimonials-video img {
    border-radius: 10px;
}


.testimonial-container {
    position: relative;
    border: 1px dotted;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}

.testimonials-users-details {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
}

.testimonials-user-data h4 {
    font-weight: bold;
    margin: 0;
}

.testimonials-user-data p {
    color: #7d7d7d;
    font-size: 14px;
}

.user-testimonial p {
    font-size: 14px;
}

.testimonial-rating {
    justify-content: start !important;
}

.slick-dots,
.slick-dots {
    bottom: -40px;
}


.section-heading-three span {
    color: #fff;
}

.why_choose_box {
    position: relative;
    z-index: 9;
    border: 1px solid #0056e7 ;
    padding: 24px;
    background: #0056e730;
    border-radius: 10px;
    height: 100%;
    text-align: center;
}

.why_choose_box img {
    width: 30%;
    margin: auto;
}

#review_product .title--section {
    position: relative;
    z-index: 9;
}

.our-scrolling-ticker.subpages-scrolling-ticker {
    padding: 15px 0;
}

.our-scrolling-ticker {
    background-color: #0057e7;
    padding: 26px 0;
}

.scrolling-ticker-box {
    --gap: 40px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}

.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-ticker-box {
    --gap: 20px;
}


.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 40s linear infinite;
}

.scrolling-content span Specificity: (0, 1, 1) {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    color: #000;
    vertical-align: middle;
}

.our-scrolling-ticker.subpages-scrolling-ticker .scrolling-content span img {
    max-width: 18px;
    margin-right: 20px;
}

.scrolling-content span {
    display: flex;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    color: #f1c000;
    vertical-align: middle;
}

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

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.bread-crumbs h3{
    font-size: 44px;
}

.hero-right-image{
    margin-bottom: -92px;
}


@media only screen and (max-width: 768px) {
    .floting-bg img {
        position: absolute;
        right: 0;
        width: 60%;
        bottom: 8%;
        z-index: 1;
        top: auto;
    }

    .features-image img {
        position: relative;
        width: 50%;
    }
    
    .features{
        margin-top: 0;
        padding-top: 0;
    }
    
    .video-bg{
        background-position: top;
    }
    
    .v-box-text{
        font-size: 9px;
    }
    
    
        .woo-variation-product-gallery {
        width: 100%;
        max-width: 100% !important;
    }
    .mini_cart{
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
     .woo-variation-product-gallery {
        width: 100%;
        max-width: 100% !important;
    }
    
    .mini_cart{
        font-size: 24px;
    }
}






