/*
Theme Name: The7 Child
Theme URI: https://growproslutions.com/
Description: Custom child theme for The7.
Author: Steven
Template: dt-the7
Version: 1.0.0
Text Domain: dt-the7-child
*/


:root {
    --wp--style--global--content-size: 1900px;
    --wp--style--global--wide-size: 1900px;
}
body{
    --wp--style--root--padding-right: 2vw;
    --wp--style--root--padding-left: 2vw;
}
.wp-block-cover.alignfull.is-light.cover-radius.aos-animate {
    margin: 0.5vw;
}

body header.wp-block-template-part {
    position: fixed;
    top: 1vw;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    max-width: 1860px;
    width: 90vw;
    margin: 0 auto;
    z-index: 9999;
    overflow: visible;
    border-radius: 100px;
background: #FFFFFF33 !important;
}
body header.wp-block-template-part > .wp-block-group {
    background: transparent !important;
    border-radius: 50px;
}

.wp-block-group {
    border-radius: 10px !important;
}
.rounded-group {
    border-radius: 10px !important;
    overflow: hidden;
}
html { scroll-behavior: smooth; scroll-padding-top: 80px; }

.wp-site-blocks {
    max-width: 2000px;
    margin:0 auto;
}
span.wp-block-cover__background.has-background-dim-40.has-background-dim.wp-block-cover__gradient-background.has-background-gradient, video.wp-block-cover__video-background.intrinsic-ignore {
    border-radius: 16px;
    overflow: hidden;
}

body header.wp-block-template-part {
  transition: background-color .3s ease;
}

body header.wp-block-template-part.is-scrolled {
  background: var(--wp--preset--color--bbe-neutral-600) !important
}
 
body header.wp-block-template-part.is-scrolled a{
  color: #ffffff !important;
}
body header.wp-block-template-part.is-scrolled .has-bbe-neutral-900-color{
  color: #ffffff !important;
  /* background: var(--wp--preset--color--bbe-neutral-600) !important */
}

body header.wp-block-template-part.is-scrolled .wp-block-navigation__submenu-container.has-bbe-neutral-900-color{
    background: var(--wp--preset--color--bbe-neutral-600) !important;
}

.wc-block-customer-account__link {
	color: var(--wp--preset--color--bbe-neutral-900);
}
.wc-block-customer-account__link:hover {
    color: var(--wp--preset--color--bbe-primary-600);
}
video.wp-block-cover__video-background {
    position: absolute !important;
    top: -5% !important;
    left: 0 !important;

    width: 100% !important;
    height: 110% !important;

    max-width: none !important;
    max-height: none !important;

    object-fit: cover !important;
    object-position: center center !important;

    transform: none !important;

    display: block !important;
    border-radius: 30px !important;
}




/* ==========================================================
   GrowPros WooCommerce FSE
   The7 Elementor Shop inspired layout
   ========================================================== */


/* ----------------------------------------------------------
   Main shop layout
   ---------------------------------------------------------- */




.gps-the7-shop {
    --gps-shop-border: rgba(0, 0, 0, 0.12);
    --gps-shop-muted: rgba(0, 0, 0, 0.58);
    --gps-shop-soft: rgba(0, 0, 0, 0.06);
}

.gps-the7-shop > .wp-block-columns {
    align-items: flex-start;
}


/* ----------------------------------------------------------
   Sidebar
   ---------------------------------------------------------- */

.gps-shop-filters {
    box-sizing: border-box;
    padding-right: 32px;
    font-family: inherit;
    color: inherit;
}


/* Remove default Gutenberg/Woo list appearance */

.gps-shop-filters ul,
.gps-shop-filters ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Main section headings */

.gps-shop-filters > .wp-block-heading {
    margin: 0 0 20px;
    padding: 0;

    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;

    color: inherit;
}


/* ----------------------------------------------------------
   Product Categories
   ---------------------------------------------------------- */

.gps-shop-filters .wc-block-product-categories {
    margin: 0;
    padding: 0;
}

.gps-shop-filters .wc-block-product-categories-list {
    margin: 0;
    padding: 0;
}


/* Every category row */

.gps-shop-filters
.wc-block-product-categories-list-item {
    position: relative;
    margin: 0;
    padding: 0;

    list-style: none;
}


/* Links */

.gps-shop-filters
.wc-block-product-categories-list-item > a {
    display: inline-block;

    padding: 5px 0;

    color: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;

    text-decoration: none;

    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.gps-shop-filters
.wc-block-product-categories-list-item > a:hover {
    opacity: 0.6;
}


/* Top level categories */

.gps-shop-filters
> .wc-block-product-categories
> .wc-block-product-categories-list
> .wc-block-product-categories-list-item
> a {
    font-weight: 600;
}


/* Child categories */

.gps-shop-filters
.wc-block-product-categories-list
.wc-block-product-categories-list {
    margin: 2px 0 7px;
    padding-left: 18px;
}

.gps-shop-filters
.wc-block-product-categories-list
.wc-block-product-categories-list
.wc-block-product-categories-list-item > a {
    padding: 4px 0;

    font-size: 14px;
    font-weight: 400;

    opacity: 0.78;
}


/* Product count */

.gps-shop-filters
.wc-block-product-categories-list-item-count {
    margin-left: 5px;

    font-size: 12px;
    font-weight: 400;

    color: var(--gps-shop-muted);
}


/* Do not use round count badges */

.gps-shop-filters
.wc-block-product-categories-list-item-count::before {
    content: "(";
}

.gps-shop-filters
.wc-block-product-categories-list-item-count::after {
    content: ")";
}


/* ----------------------------------------------------------
   Section separators
   ---------------------------------------------------------- */

.gps-shop-filters .wp-block-separator {
    width: 100%;
    margin: 30px 0;

    border: 0;
    border-top: 1px solid var(--gps-shop-border);

    opacity: 1;
}


/* ----------------------------------------------------------
   Product Filters
   ---------------------------------------------------------- */

.gps-shop-filters
.wp-block-woocommerce-product-filters {
    margin: 0;
    padding: 0;
}


/* Filter titles */

.gps-shop-filters
.wp-block-woocommerce-product-filters
.wp-block-heading {
    margin: 28px 0 14px;

    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;

    color: inherit;
}


/* First heading should not get excessive spacing */

.gps-shop-filters
.wp-block-woocommerce-product-filters
.wp-block-heading:first-child {
    margin-top: 0;
}


/* ----------------------------------------------------------
   Checkbox filters
   ---------------------------------------------------------- */

.gps-shop-filters
.wp-block-woocommerce-product-filter-checkbox-list {
    margin: 0;
    padding: 0;
}

.gps-shop-filters
.wp-block-woocommerce-product-filter-checkbox-list
label {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;

    color: inherit;
}


/* Checkbox */

.gps-shop-filters input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;

    vertical-align: middle;

    accent-color: currentColor;
}


/* ----------------------------------------------------------
   Price Filter
   ---------------------------------------------------------- */

.gps-shop-filters
.wp-block-woocommerce-product-filter-price {
    margin: 0;
}


/* Price input fields */

.gps-shop-filters
.wp-block-woocommerce-product-filter-price input {
    box-sizing: border-box;

    min-height: 40px;

    padding: 8px 11px;

    border: 1px solid var(--gps-shop-border);
    border-radius: 0;

    background: transparent;

    font-family: inherit;
    font-size: 13px;

    color: inherit;

    box-shadow: none;
}


/* Price slider */

.gps-shop-filters
.wc-block-product-filter-price-slider {
    margin-top: 8px;
}


/* ----------------------------------------------------------
   Active filters
   ---------------------------------------------------------- */

.gps-shop-filters
.wp-block-woocommerce-product-filter-active {
    margin-bottom: 20px;
}

.gps-shop-filters
.wc-block-product-filter-removable-chips {
    gap: 6px;
}


/* Active filter chips */

.gps-shop-filters
.wc-block-product-filter-removable-chips
button {
    min-height: auto;

    padding: 5px 9px;

    border: 1px solid var(--gps-shop-border);
    border-radius: 2px;

    background: transparent;

    font-family: inherit;
    font-size: 12px;

    color: inherit;
}


/* ----------------------------------------------------------
   Result title + sorting
   ---------------------------------------------------------- */

.gps-the7-shop
.wp-block-query-title {
    margin: 0;

    font-family: inherit;
}

.gps-the7-shop
.wc-block-product-results-count {
    font-size: 14px;
    color: var(--gps-shop-muted);
}


/* Sorting dropdown */

.gps-the7-shop
.woocommerce-ordering select,
.gps-the7-shop
.wc-block-components-sort-select__select {
    min-height: 42px;

    padding: 8px 36px 8px 12px;

    border: 1px solid var(--gps-shop-border);
    border-radius: 0;

    background-color: transparent;

    font-family: inherit;
    font-size: 14px;

    color: inherit;

    box-shadow: none;
}


/* ----------------------------------------------------------
   Product grid
   ---------------------------------------------------------- */

.gps-the7-shop
.wp-block-woocommerce-product-template {
    row-gap: 38px;
}


/* Product image */

.gps-the7-shop
.wc-block-components-product-image,
.gps-the7-shop
.wp-block-woocommerce-product-image {
    overflow: hidden;

    margin-bottom: 16px;
}


/* Product images */

.gps-the7-shop
.wc-block-components-product-image img,
.gps-the7-shop
.wp-block-woocommerce-product-image img {
    width: 100%;
    height: auto;

    transition: transform 0.35s ease;
}

.gps-the7-shop
.wc-block-components-product-image:hover img,
.gps-the7-shop
.wp-block-woocommerce-product-image:hover img {
    transform: scale(1.03);
}


/* Product title */

.gps-the7-shop
.wp-block-woocommerce-product-title {
    margin: 0 0 7px;

    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.gps-the7-shop
.wp-block-woocommerce-product-title a {
    color: inherit;
    text-decoration: none;
}

.gps-the7-shop
.wp-block-woocommerce-product-title a:hover {
    opacity: 0.65;
}


/* Price */

.gps-the7-shop
.wp-block-woocommerce-product-price {
    margin: 0 0 12px;

    font-family: inherit;
    font-size: 14px;
}


/* Add to cart */

.gps-the7-shop
.wp-block-woocommerce-product-button {
    margin-top: 10px;
}

.gps-the7-shop
.wp-block-woocommerce-product-button
.wp-block-button__link {
    min-height: 40px;

    padding: 10px 18px;

    border-radius: 0;

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
}


/* ----------------------------------------------------------
   Pagination
   ---------------------------------------------------------- */

.gps-the7-shop
.wp-block-woocommerce-product-collection-pagination {
    margin-top: 50px;
}


/* ----------------------------------------------------------
   Tablet
   ---------------------------------------------------------- */

@media (max-width: 1024px) {

    .gps-shop-filters {
        padding-right: 18px;
    }

}


/* ----------------------------------------------------------
   Mobile
   ---------------------------------------------------------- */

@media (max-width: 781px) {

    .gps-the7-shop > .wp-block-columns {
        display: block;
    }

    .gps-shop-filters {
        width: 100% !important;

        margin-bottom: 40px;
        padding-right: 0;
    }

    .gps-the7-shop
    .wp-block-woocommerce-product-template {
        row-gap: 30px;
    }

}






.trusted-logos figure.wp-block-image {
    height: 150px !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.trusted-logos figure.wp-block-image img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 120px !important;

    object-fit: contain !important;
    margin: 0 auto !important;
}



.contact-form{
	max-width:800px;
	margin-inline: auto !important;
}