/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html *:focus {
	outline: 5px auto Highlight !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}

.testimonial-slides .elementor-slide-description {
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
}

#outer-wrap {
	overflow-x: hidden;
}
 
/* FOOTER */

#footer-email-icon {
	oveflow-x: hidden;
}

/* STICKY HEADER */

#site-header {
	border-bottom: none;
	transition: background-color, 0.5s;
}

body.home #site-header.stuck {
	background-color: white;
	color: black;
}

	body.home #site-header .elementor-button-icon i,
	body.home #site-header .elementor-search-form__toggle i {
		transition: none;
	}

	body.home #site-header .elementor-nav-menu > .menu-item > a,
	body.home #site-header .elementor-button-icon,
	body.home #site-header .elementor-search-form__toggle,
	body.home #site-header .elementor-menu-toggle {
		transition-property: color, fill;
		transition-duration: 0.5s;
	}

	body.home #site-header.stuck .elementor-nav-menu > .menu-item > a,
	body.home #site-header.stuck .elementor-button-icon,
	body.home #site-header.stuck .elementor-search-form__toggle,
	body.home #site-header.stuck .elementor-menu-toggle {
		color: black;		
		fill: black;
	}

body.home #site-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

body.home #main {
	padding-top: 110px;
}

@media (min-width: 768px) {
	body.home #site-header:not(.stuck) #logo-desktop-black {
		display: none;
	}
	
	body.home #site-header:not(.stuck) #logo-desktop-white {
		display: block;
	}
	
	body.home #site-header.stuck #logo-desktop-black {
		display: block;
	}
	
	body.home #site-header.stuck #logo-desktop-white {
		display: none;
	}
}

@media (max-width: 767px) {
	body.home #main {
		padding-top: 125px;
	}
	
	body.home #logo-black {
		opacity: 0;
		transition: opacity, 0.5s;
	}
	
	body.home #logo-white {
		opacity: 1;
		transition: opacity, 0.5s;
	}
	
	body.home #site-header.stuck #logo-black {
		opacity: 1;
	}
	
	body.home #site-header.stuck #logo-white {
		opacity: 0;
	}
}

.you-may-also-like-section .sezzle-shopify-info-button {
	display: none;
}
/*
.sezzle-ap-logo,
.ap-modal-info-link {
	display: none !important;
}
*/

#home-hero-video {
	overflow: hidden;
}

#home-hero-video video {
	position: absolute;
	z-index: 0;
	inset: 0;
}

@media (max-width: 1100px) and (min-width: 768px) {
	#home-hero-video video {
		max-width: none;
		width: auto;
		min-width: 100%;
		height: 100%;
	}
}

@media (max-width: 767px) {
	#home-hero-video video {
		height: auto;
	}
	
	#elementor-product-wrapper > .elementor-container > .elementor-row > .elementor-column:last-child > .elementor-column-wrap > .elementor-widget-wrap {
		flex-direction: column;
		align-items: stretch;
	}
	
	#elementor-product-wrapper > .elementor-container > .elementor-row > .elementor-column:last-child > .elementor-column-wrap > .elementor-widget-wrap .elementor-widget-woocommerce-product-add-to-cart {
		order: -1;
		margin-bottom: 20px;
	}
	
	#elementor-product-wrapper > .elementor-container > .elementor-row > .elementor-column:last-child > .elementor-column-wrap > .elementor-widget-wrap .elementor-page-title {
		order: -3;
	}
	
	#elementor-product-wrapper > .elementor-container > .elementor-row > .elementor-column:last-child > .elementor-column-wrap > .elementor-widget-wrap .elementor-product-pricing {
		order: -2;
	}
}

body .elementor-popup-modal .dialog-message {
	overflow: hidden;
}

body .elementor-popup-modal .dialog-message iframe {
	display: block;
}

body.home .elementor-popup-modal .dialog-message {
	max-height: 599px;
}

#bearvault-translation-disclaimer {
	min-height: 35px;
	padding: 5px 10px;
	background-color: #12112E;
	color: white;
	text-align: center;
}

#bearvault-translation-disclaimer a {
	color: inherit;
	text-decoration: underline;
}

body.translatepress-fr_CA #bearvault-translation-disclaimer {
	display: block !important;
}

body.translatepress-fr_CA .hide-from-french {
	display: none !important;
}

body:not(.translatepress-fr_CA) .french-content {
	display: none !important;
}

body.translatepress-fr_CA.home #bearvault-translation-disclaimer ~ #outer-wrap #site-header:not(.stuck) {
	top: 35px;
}

body.is-canada .only-us {
	display: none !important;
}

body.is-canada #trp-floater-ls div:not(#trp-floater-poweredby) > a[href*="/es/"] {
	display: none !important;
}

body.is-usa #trp-floater-ls div:not(#trp-floater-poweredby) > a[href*="/fr/"] {
	display: none !important;
}
.custom-toggle-with-img .elementor-accordion-item a.elementor-accordion-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-toggle-with-img .elementor-accordion-item a.elementor-accordion-title img {
    width: 50px;
}
.single-wps_products .swp-btn-add-to-cart:hover {
	background: #121131!important;
}
.single-wps_products .swp-btn-add-to-cart:hover span {
    color: #fff !important;
}


@media all and (max-width: 1199px) {
.shoping-page-layout ul.swp-items.wps-items.wps-items-list {
    grid-template-columns: repeat(3, 1fr) !important;
}
}
@media all and (max-width: 800px) {
.shoping-page-layout ul.swp-items.wps-items.wps-items-list {
    grid-template-columns: repeat(2, 1fr) !important;
}
}
@media all and (max-width: 550px) {
.shoping-page-layout ul.swp-items.wps-items.wps-items-list {
    grid-template-columns: repeat(1, 1fr) !important;
}
	.shoping-page-layout ul.swp-items.wps-items.wps-items-list li {
    max-width: inherit;
}
.shoping-page-layout ul.swp-items.wps-items.wps-items-list li .swp-product-image-feat-wrapper, .shoping-page-layout ul.swp-items.wps-items.wps-items-list li .swp-product-image-feat-wrapper a, .shoping-page-layout ul.swp-items.wps-items.wps-items-list li .swp-product-image-feat-wrapper img {
    width: 100%;
}
	.shoping-page-layout ul.swp-items.wps-items.wps-items-list li .swp-thumbnails-wrapper {
    max-width: inherit;
}
}

.swp-cart-container.wps-cart section.swp-cart-notes.wps-cart-notes {
    display:none;
}

header.elementor-sticky--active.elementor-sticky--effects .sticky-header-color svg path,
header.elementor-sticky--active.elementor-sticky--effects span.sub-arrow svg path,
body:not(.home) header :is(.sticky-header-color, span.sub-arrow) svg path {
    fill: #000;
}
.sticky-header.elementor-sticky--effects .sticky-icon-color svg {
    fill: #2B2E32 !important;
}
.elementor-search-form__container input {
    padding: 12px 20px !important;
    color: #fff !important;
    outline: 0 !important;
}
.elementor-search-form__container .dialog-lightbox-close-button {
    width: 20px;
    margin: 0 10% 0 0;
}
.elementor-search-form__container .dialog-lightbox-close-button svg path {
    fill: #fff;
}
@media all and (max-width: 767px) {
	
	header:not(.elementor-sticky--effects) .logo-desktop-black {
    display: none;
}
		header.elementor-sticky--effects .logo-desktop-white {
    display: none;
}
	.elementor-search-form__container .dialog-lightbox-close-button {
    margin: 0;
}
}



@media all and (min-width: 767px) {
.elementor-element.custom-sticky-sidebar {
    position: sticky;
    top: 130px;
}
}
@media all and (max-width: 768px) {
.shoping-page-layout li {
    flex-wrap: wrap !important;
}
.shoping-page-layout li .swp-component.wps-component.wps-component-products-title {
    position: relative;
}
	.shoping-page-layout li .wps-component-products-images img {
    height: 170px;
    object-fit: contain;
}
.elementor-widget-shopwp-products ul.swp-items.wps-items.wps-items-list {
    display: flex;
    flex-flow: wrap;
}
.elementor-widget-shopwp-products ul.swp-items.wps-items.wps-items-list li {
    width: calc(100% / 2 - 10px);
}
	.elementor-widget-shopwp-products ul.swp-items.wps-items.wps-items-list li button.swp-btn.swp-btn-add-to-cart {
    font-size: 14px;
    padding: 11px 10px;
    width: auto;
    min-height: inherit;
}
.elementor-widget-shopwp-products ul.swp-items.wps-items.wps-items-list li .swp-add-to-cart-inner {
    display: block;
    width: auto;
}
}

.wps-product-single .wp-block-columns.alignwide {
	margin-inline: 0px!important;
}

.wps-product-single .swp-items-wrapper[data-items-type="products"] > .swp-items {
    grid-template-columns: repeat(4, 1fr);
}

button.swp-btn-quantity.swp-btn-quantity-decrement.wps-quantity-decrement:focus,
button.swp-btn-quantity.swp-btn-quantity-increment.wps-quantity-increment:focus
{
	background-color: #fff!important;
}


@media all and (max-width: 768px){
	.wps-product-single .swp-items-wrapper[data-items-type="products"] > .swp-items {
    grid-template-columns: repeat(2, 1fr);
}
}

.swp-dropdown-label .szh-menu-button {
	min-width: 0;
	border: 1px solid #516c9d;
    border-radius: 5px;
    overflow: hidden;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	background-color: #516c9d;
}