/*
Theme Name: Digital Performance Gear
Theme URI: https://dpgperforms.com/
Description: A custom Wordpress theme developed for Digital Performance Gear.
Version: 1.0
Author: Mathew Smith
Author URI: https://mathewsmithstudio.com/
Tags: blue, gray, white, two-columns, fixed-width
*/

/*
font-family: "Syne", sans-serif;
*/

@font-face {
	font-family: 'Intro Rust Base';
	src: url('assets/fonts/introrust-base-webfont.woff2') format('woff2'),
		 url('assets/fonts/introrust-base-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	color: #191919;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.8;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Syne", sans-serif;
	font-weight: 700;
	margin: 0;
}

.subheading {
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

a {
	color: #0085ca;
	text-decoration: none;
	transition: all .15s ease-in-out;
}

a:hover {
	color: #191919;
}

.btn {
	font-family: "Syne", sans-serif;
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 18px;
	padding: 18px 28px;
}

.btn-primary {
	color: #ffffff;
	background-color: #0085ca;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #000000 !important;
}

.btn-secondary {
	color: #ffffff;
	background-color: transparent;
	border: 3px solid rgba(255, 255, 255, 0.25);
	padding: 15px 25px;
}

.btn-secondary:hover, .btn-secondary:active {
	background-color: transparent !important;
	border-color: #ffffff;
}

.btn-tertiary {
	color: #000000;
	background-color: transparent;
	border: 3px solid #0085ca;
	padding: 15px 25px;
}

.btn-tertiary:hover, .btn-tertiary:active {
	color: #ffffff;
	background-color: #0085ca; !important;
}

.button {
	color: #ffffff;
	background-color: #0085ca;
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 18px;
	padding: 18px 28px;
}

.button:hover {
	color: #ffffff;
	background-color: #000000;
}

.button:disabled {
	opacity: 0.5 !important;
	cursor: not-allowed;
}

/*.topbar {
	display: none;
}

.topbar p {
	color: #ffffff;
	font-size: 0.875rem;
	margin: 0;
	padding: 20px;
}

.topbar p a {
	color: #ffffff;
}

.topbar p i {
	margin-right: 8px;
}*/

header {
	padding: 0 30px;
}

body.woocommerce header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

body.blog header, body.single-post header, body.archive header, body.search-results header, body.woocommerce header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.page-header header {
	border-bottom: none !important;
}

.navbar {
	padding: 30px 0;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar-brand img {
	width: 120px;
}

.navbar-toggler {
	border: none;
	border-radius: 0;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav {
	background-color: #0085ca;
	padding: 20px 30px;
	margin-top: 40px;
}

.navbar-nav .nav-link {
	color: #ffffff;
	font-family: "Syne", sans-serif;
	font-size: 0.9375rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	border-top: 5px solid rgba(0, 133, 202, 0);
}

body.home .navbar-nav .nav-link {
	color: #ffffff;
}

.navbar-nav .nav-link:hover, body.home .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .current_page_parent .nav-link, body.single-post .nav-item-70 .nav-link, body.archive.category .nav-item-70 .nav-link, body.search-results .nav-item-70 .nav-link, body.tax-product_cat .nav-item-71 .nav-link {
	color: #ffffff;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	background-color: #0085ca;
	border: none;
	border-radius: 0;
	padding: 0;
	margin-top: 0 !important;
}

.dropdown .dropdown-item {
	color: #ffffff;
	font-family: "Syne", sans-serif;
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.5rem 1.75rem 0.4rem;
}

.dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.dropdown .current-menu-item .dropdown-item, .dropdown .dropdown-item:active {
	background-color: rgba(0, 0, 0, 0.15);
}

body.page-id-229 .navbar-nav .dropdown.nav-item-67 .current-menu-item .dropdown-item:not(:hover), body.page-id-229 .navbar-nav .dropdown.nav-item-68 .current-menu-item .dropdown-item:not(:hover) {
	background: transparent;
}

.navbar .nav {
	background-color: #0085ca;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 18px;
}

.navbar .nav .nav-link {
	color: #ffffff;
	padding: 0.75rem;
}

.navbar .nav .nav-link:hover {
	cursor: pointer;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #ffffff;
}

.navbar .nav .nav-link span {
	font-family: "Syne", sans-serif;
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

body.home .navbar .nav .nav-link span {
	color: #ffffff;
}

.navbar .nav .nav-link:hover span {
	color: #ffffff;
	background-color: #0085ca;
}

.popover .aws-container .aws-search-field {
	font-size: 15px;
	border-color: #e3e3e3;
	padding: 4px 12px;
}

.popover .aws-container .aws-search-form .aws-form-btn {
	background-color: #f7f4f7;
	border-color: #e3e3e3;
}

.popover .aws-container .aws-search-form .aws-form-btn:hover {
	background-color: #f7f4f7;
}

.home-slider {
	background-color: #000000;
}

.home-slider .carousel-indicators {
	display: none;
	bottom: 40px;
	margin: 0;
}

.home-slider .carousel-indicators [data-bs-target] {
	color: #777777;
	font-size: 0.8125rem;
	line-height: 1;
	background: none;
	width: auto;
	height: auto;
	text-indent: unset;
	border: 2px solid rgba(0, 133, 202, 0);
	border-radius: 12px;
	padding: 8px 12px;
	margin: 0 4px;
	opacity: 1;
}

.home-slider .carousel-indicators .active {
	border-color: #0085ca;
}

.home-slider .carousel-fade .carousel-item {
	transition: transform 1s ease, opacity 1s ease-out;
}

.home-slider .carousel-item .overlay {
	background: linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-slider .carousel-item .swipe {
	background: url(assets/images/logo_swipe_overlay.svg) no-repeat right center;
	background-size: auto 100%;
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	height: 75%;
}

.home-slider .carousel-caption {
	bottom: 20%;
	left: 0;
	right: 0;
	text-align: left;
	padding: 0;
}

.home-slider .carousel-caption h1 {
	color: #ffffff;
	margin-bottom: 20px;
}

.home-slider .carousel-caption p {
	color: #ffffff;
	margin-bottom: 0;
}

.home-slider .btn {
	display: none;
}

.home-slider .carousel-control-prev, .home-slider .carousel-control-next {
	display: none;
}

.home-features {
	/*padding: 24px 0 0;*/
}

.home-features a {
	display: block;
	overflow: hidden;
	position: relative;
}

.home-features a .photo {
	overflow: hidden;
}

.home-features a .photo img {
	transition: all 0.3s ease-out;
}

.home-features a:hover .photo img {
	/*opacity: 0.5;*/
	transform: scale(1.1);
}

.home-features a .overlay {
	background: linear-gradient( rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) );
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
}

.home-features .content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
}

.home-features .content h3 {
	color: #ffffff;
}

.home-about .content {
	color: #ffffff;
	background: #0085ca url(assets/images/cropped_logo_swipe_overlay.svg) no-repeat left top;
	background-size: auto 90%;
	padding: 50px 30px;
}

.home-about .content .subheading {
	color: rgba(255, 255, 255, 0.5);
}

.home-about .content h2 {
	margin-bottom: 20px;
}

.home-products {
	padding: 50px 0;
}

.home-products .heading {
	margin-bottom: 30px;
}

ul.products {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

ul.products li.product {
	text-align: center;
	flex: 0 0 100%;
	max-width: 100%;
	border: 0px solid #dddddd;
	border-width: 0 1px 1px 1px;
	padding: 20px;
	position: relative;
}

ul.products li.product:first-of-type {
	border-width: 1px;
}

ul.products li.product img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	transition: all .15s ease-in-out;
}

ul.products li.product a:hover img {
	opacity: 0.5;
}

ul.products li.product .woocommerce-loop-product__title {
	color: #000000;
	font-size: 1rem;
	margin-bottom: 4px;
	transition: all .15s ease-in-out;
}

ul.products li.product a:hover .woocommerce-loop-product__title {
	color: #0085ca;
}

ul.products li.product .woocommerce-loop-product__cat {
	color: #777777;
	font-size: 0.6875rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 4px;
}

ul.products li.product .price {
	color: #000000;
	font-family: "Syne", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
}

ul.products li.product a.add_to_cart_button {
	color: #000000;
	font-size: 0.9375rem;
	font-weight: 400;
	border: 2px solid #0085ca;
	border-radius: 12px;
	background: transparent;
	padding: 8px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

ul.products li.product a.add_to_cart_button:hover {
	color: #ffffff;
	background-color: #0085ca;
}

.woocommerce div.product div.images img, .woocommerce div.product .costume-thumbnails img, .woocommerce div.product .product-thumbnails img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative;
	border: 1px solid #dddddd;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing:content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing:content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	border-top: 1px solid #dddddd;
	margin: 0;
	padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 20%;
	float: left;
	border-right: 1px solid #dddddd;
	margin: 0;
	list-style: none;
	padding: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img/*, .woocommerce div.product .costume-thumbnails li img, .woocommerce div.product .product-thumbnails li img*/ {
	cursor: pointer;
	opacity: .5;
	margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover/*, .woocommerce div.product .costume-thumbnails li img.active, .woocommerce div.product .costume-thumbnails li img:hover, .woocommerce div.product .product-thumbnails li img.active, .woocommerce div.product .product-thumbnails li img:hover*/ {
	opacity: 1;
}

.woocommerce div.product .product_title {
	margin-bottom: 10px;
}

.woocommerce div.product .price {
	font-weight: 700;
}

.woocommerce div.product form.cart {
	border-top: 1px solid #dddddd;
	padding-top: 40px;
	margin-top: 30px;
	overflow: hidden;
}

.woocommerce div.product form.cart .variation {
	margin-bottom: 20px;
}

.woocommerce div.product form.cart .variation label {
	display: block;
	margin-bottom: 4px;
}

.woocommerce div.product form.cart .quantity {
	display: inline-block;
	margin-right: 8px;
}

.woocommerce div.product .quantity .qty {
	font-size: 0.8125rem;
	font-weight: 700;
	width: 80px;
	line-height: 1;
	border: 2px solid #dddddd;
	border-radius: 18px;
	display: inline-block;
	padding: 18px 28px;
}

.woocommerce div.product form.cart .button {
	color: #000000;
	background-color: transparent;
	border: 2px solid #0085ca;
}

.woocommerce div.product .yith-add-to-wishlist-button-block {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button {
	border: 2px solid #dddddd;
	border-radius: 18px;
	padding: 16px;
	margin-left: 8px;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button svg {
	width: 16px;
	height: 17px;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button__label {
	display: none;
}

.woocommerce div.product .product_description {
	margin-top: 40px;
}

.woocommerce div.product .product_meta {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 40px 0 30px;
}

.woocommerce div.product .product_meta > span {
	display: block;
}

.woocommerce div.product .product_meta a {
	color: #777777;
}

.woocommerce div.product .woocommerce-tabs {
	margin-top: 100px;
}

.woocommerce div.product .woocommerce-tabs .tabs {
	list-style: none;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 30px 0;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs .tabs li {
	display: inline-block;
}

.woocommerce div.product .woocommerce-tabs .tabs li a {
	color: #000000;
	font-size: 0.9375rem;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs .tabs li.active a {
	border-bottom: 2px solid #000000;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin-top: 30px;
}

.woocommerce div.product .upsells.products h2:not(.woocommerce-loop-product__title) {
	font-size: 2rem;
	margin-bottom: 30px;
}

.home-blog {
	background-color: #eeeeee;
	padding: 50px 0;
}

.home-blog .heading {
	margin-bottom: 30px;
}

.home-blog .blog img {
	margin-bottom: 20px;
	transition: all .15s ease-in-out;
}

.home-blog .blog a:hover img {
	opacity: 0.5;
}

.home-blog .blog h4 {
	color: #777777;
	font-size: 0.75rem;
	font-weight: 400;
	margin-bottom: 10px;
}

.home-blog .blog h4 a {
	color: #777777;
}

.home-blog .blog h4 a:hover {
	color: #0085ca;
}

.home-blog .blog h3 {
	font-size: 1rem;
}

.home-blog .blog h3 a {
	color: #000000;
}

.home-blog .blog h3 a:hover {
	color: #0085ca;
}

.home-testimonials {
	padding: 50px 0;
}

.home-testimonials h2 {
	color: #0085ca;
	margin-bottom: 30px;
}

.home-testimonials .carousel-item {
	background: url(assets/images/testimonial_background.svg) no-repeat center center;
	background-size: auto 50%;
	padding: 20px 0;
}

.home-testimonials .carousel-item h3 {
	font-size: 1.125rem;
	line-height: 1.8;
	margin-bottom: 40px;
}

.home-testimonials .carousel-item .avatar {
	width: 80px;
	border-radius: 100%;
	margin-bottom: 20px;
}

.home-testimonials .carousel-item h4 {
	text-transform: uppercase;
}

.home-testimonials .carousel-item h5 {
	color: #777777;
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 4px;
}

.home-testimonials .carousel-control-prev, .home-testimonials .carousel-control-next {
	display: none;
}

.home-testimonials .carousel-control-prev {
	left: 0;
}

.home-testimonials .carousel-control-next {
	right: 0;
}

.home-partners {
	padding: 0 0 50px;
}

.home-partners .logo {
	padding: 0 15px;
}

.home-partners .logo img {
	max-height: 100px;
	margin: 0 auto;
	transition: opacity .15s ease-in-out;
}

.home-partners .logo a:hover img {
	opacity: 0.5;
}

.home-subscribe {
	color: #ffffff;
	padding: 50px 0;
}

.home-subscribe .subheading {
	color: rgba(255, 255, 255, 0.5);
}

.home-subscribe h2 {
	margin-bottom: 30px;
}

.home-subscribe p {
	margin-bottom: 40px;
}

.home-subscribe .form-control {
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 18px;
}

.home-subscribe .form-control::placeholder {
	color: #ffffff;
	opacity: 0.5;
}

.page-header {
	color: #ffffff;
	background-color: #000000;
	padding: 50px 0;
}

.page-header h2 {
	font-size: 0.6875rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.page-header h1 {
	text-transform: uppercase;
}

.shop-breadcrumb {
	background-color: #eeeeee;
	padding: 20px 0;
}

.page-introduction {
	color: #ffffff;
	background: #0085ca url(assets/images/introduction_swipe_overlay.svg) no-repeat right top;
	background-size: auto 100%;
	padding: 50px 0;
}

.page-introduction h2 {
	margin-bottom: 16px;
}

.page-introduction p {
	margin-bottom: 0;
}

.page-products-nav {
	background-color: #eeeeee;
	padding: 50px 0;
}

.page-products-nav .nav-link {
	border: 2px solid #eeeeee;
	border-radius: 16px;
	width: 173px;
	padding: 16px;
}

.page-products-nav .nav-pills .nav-link.active, .page-products-nav .nav-pills .show > .nav-link {
	color: #000000;
	background-color: transparent;
	border-color: #0085ca;
}

.page-products-nav img {
	width: 90px;
	height: auto;
	margin-bottom: 20px;
}

.page-products-nav h3 {
	color: #000000;
	font-size: 1rem;
}

.page-products .content .box {
	padding: 50px 30px;
}

.page-products .collections-top .content .box {
	padding: 50px 30px 0;
}

.page-products .content h2 {
	margin-bottom: 20px;
}

.page-products .content .btn {
	margin-right: 8px;
}

.page-products .section-slideshow .carousel, .page-products .section-slideshow .carousel-inner, .page-products .section-slideshow .carousel-item {
	height: 350px;
}

.page-products .image {
	height: 350px;
}

.page-products .collections-top {
	background-color: #eeeeee;
	padding: 50px 0;
}

.page-products .video video {
	max-width: 100%;
	vertical-align: bottom;
}

.page-products .carousel, .page-flags .carousel {
	padding: 50px;
}

.page-products .section-slideshow .carousel {
	padding: 0;
}

.page-products .carousel.single {
	padding: 90px 0;
}

.page-products .carousel .overlay, .page-flags .carousel .overlay {
	background: url(assets/images/product_slideshow_background.svg) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

.page-products .carousel .carousel-indicators, .page-flags .carousel .carousel-indicators {
	display: none;
	bottom: 40px;
	margin: 0;
}

.page-products .carousel .carousel-indicators [data-bs-target], .page-flags .carousel .carousel-indicators [data-bs-target] {
	color: #ffffff;
	font-size: 0.9375rem;
	line-height: 1;
	background: none;
	width: auto;
	height: auto;
	text-indent: unset;
	border: 2px solid transparent;
	border-radius: 12px;
	padding: 8px 12px;
	margin: 0 4px;
	opacity: 0.5;
}

.page-products .carousel .carousel-indicators .active, .page-flags .carousel .carousel-indicators .active {
	border-color: #ffffff;
	opacity: 1;
}

.page-products .carousel-item .heading, .page-flags .carousel-item .heading {
	margin-bottom: 40px;
}

.page-products .carousel-item h2, .page-flags .carousel-item h2 {
	color: #ffffff;
	font-family: 'Intro Rust Base';
	font-weight: normal;
}

.page-products .carousel-item p {
	color: #ffffff;
	margin: 10px 0 0;
}

.page-products .carousel-item img {
	padding: 0 20px;
}

.page-products .carousel-item h3 {
	color: #ffffff;
	font-size: 1.25rem;
	margin-top: 30px;
}

.page-products .carousel-item .content {
	display: block;
	min-height: 0;
}

.page-products .carousel-item .content h4 {
	color: #ffffff;
	background-color: #0085ca;
	padding: 6px 0 4px;
	margin-bottom: 20px;
}

.page-products .carousel-item .content ul {
	list-style-position: inside;
	padding: 0;
	margin: 0 0 30px;
}

.page-products .carousel-item .content li {
	color: #ffffff;
}

.page-flags .flag {
	color: #ffffff;
}

.page-flags .flag img {
	max-width: 150px;
}

.page-flags .flag h3 {
	font-size: 1.25rem;
	margin: 20px 0 4px;
}

.page-flags .flag p {
	line-height: 1.5;
	margin: 0;
}

.page-products-bottom {
	background-color: #eeeeee;
	padding: 50px 0;
}

.page-products-bottom .heading {
	margin-bottom: 50px;
}

.page-products-bottom .icon {
	height: 70px;
	margin-bottom: 30px;
}

.page-products-bottom h3 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.page-products-bottom .photo {
	border: 6px solid #ffffff;
	border-radius: 100%;
	width: 100%;
	max-width: 150px;
}

.page-products-bottom h4 {
	font-size: 1.25rem;
	margin: 30px 0 20px;
}

.page-products-collections {
	padding: 50px 0;
}

.page-products-collections .col-md-3 {
	border: 0px solid #dddddd;
	border-width: 0 1px 1px 1px;
	padding: 20px;
}

.page-products-collections .col-md-3:first-of-type {
	border-width: 1px;
}

.page-products-collections h3 {
	color: #000000;
	font-size: 1.25rem;
	margin-top: 20px;
}

.page-who-top {
	color: #ffffff;
	background: #0085ca url(assets/images/cropped_logo_swipe_right_overlay.svg) no-repeat right top;
	background-size: auto 93%;
	padding: 50px 0;
}

.page-who-top h2 {
	margin-bottom: 40px;
}

.page-who-top img {
	width: 80px;
	margin-bottom: 30px;
}

.page-who-top h3 {
	margin-bottom: 12px;
}

.page-who .content .box {
	padding: 50px 30px;
}

.page-who .content h2 {
	margin-bottom: 20px;
}

.page-who .image {
	height: 350px;
}

.page-who-video {
	background-color: #eeeeee;
	padding: 50px 0;
}

.page-who-bottom {
	padding: 50px 0;
}

.page-who-bottom .heading {
	margin-bottom: 30px;
}

.page-who-bottom .team-member .box {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.page-who-bottom .team-member .content {
	padding: 24px 30px;
}

.page-who-bottom .team-member .subheading {
	color: #777777;
}

.page-who-bottom .team-member h3 {
	font-size: 1.25rem;
}

.page-process-top {
	background-color: #eeeeee;
	padding: 50px 0;
}

.page-process-top img {
	width: 90px;
	height: auto;
	margin-bottom: 20px;
}

.page-process-top h3 {
	font-size: 1rem;
}

.page-process .content .box {
	padding: 50px 30px;
}

.page-process .content h2 {
	margin-bottom: 20px;
}

.page-process .image {
	height: 350px;
}

.page-faq {
	padding: 50px 0;
}

.page-faq .category {
	margin-bottom: 30px;
}

.page-faq .category:last-of-type {
	margin-bottom: 0;
}

.page-faq h3 {
	margin-bottom: 20px;
}

.page-faq .accordion {
	border-top: 1px solid #dddddd;
}

.page-faq .accordion-item {
	border: 0;
	border-bottom: 1px solid #dddddd;
	border-radius: 0;
}

.page-faq .accordion-item:first-of-type > .accordion-header .accordion-button, .page-faq .accordion-item:last-of-type > .accordion-collapse {
	border-radius: 0;
}

.page-faq .accordion-button {
	font-weight: 700;
	padding-left: 0;
	padding-right: 0;
}

.page-faq .accordion-button:not(.collapsed) {
	color: #000000;
	background: none;
	box-shadow: none;
}

.page-faq .accordion-button::after {
	width: 2.25rem;
	height: 2.25rem;
	border: 2px solid #0085ca;
	border-radius: 12px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-size: 15px;
	background-position: center;
}

.page-faq .accordion-body {
	padding: 0 5rem 1.25rem 0;
}

.page-faq .accordion-body p:last-of-type {
	margin-bottom: 0;
}

.page-faq .sidebar h4 {
	margin-bottom: 20px;
}

.blog-content {
	padding: 50px 0;
}

.blog-content .posts h2.archive-title {
	margin-bottom: 30px;
}

.blog-content .posts img {
	margin-bottom: 20px;
	transition: all .15s ease-in-out;
}

.blog-content .posts a:hover img {
	opacity: 0.5;
}

.blog-content .posts h4 {
	color: #777777;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 10px;
}

.blog-content .posts h4 a {
	color: #777777;
}

.blog-content .posts h4 a:hover {
	color: #0085ca;
}

.blog-content .posts h3 {
	font-size: 1.5rem;
}

.blog-content .posts h3 a {
	color: #000000;
}

.blog-content .posts h3 a:hover {
	color: #0085ca;
}

.blog-content .post h2, .blog-content .post h3, .blog-content .post h4, .blog-content .post h5, .blog-content .post h6, .blog-content .post .ratio {
	margin: 30px 0;
}

.blog-content .post .heading {
	margin-bottom: 30px;
}

.blog-content .post .heading h2 {
	margin: 0 0 10px;
}

.blog-content .post .post-photo {
	width: 100%;
	margin: 0 0 30px;
}

.page-content {
	padding: 50px 0;
}

.page-content .content h2, .page-content .content h3, .page-content .content h4, .page-content .content h5, .page-content .content h6 {
	margin: 20px 0;
}

.page-content .content h2:first-of-type, .page-content .content h3:first-of-type, .page-content .content h4:first-of-type, .page-content .content h5:first-of-type, .page-content .content h6:first-of-type {
	margin-top: 0;
}

.page-content .content .careers-list {
	background-color: #eeeeee;
	padding: 10px 16px;
	margin-top: 30px;
}

.page-content .sidebar h4 {
	margin-bottom: 20px;
}

.page-content .guide h5 {
	margin: 20px 0;
}

.page-sizing-bottom {
	position: relative;
	padding: 50px 0;
}

.page-sizing-bottom .overlay {
	background: url(assets/images/product_slideshow_background.svg) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

.page-sizing-bottom .container {
	position: relative;
}

.page-sizing-bottom .heading {
	margin-bottom: 40px;
}

.page-sizing-bottom h2 {
	color: #ffffff;
	font-family: 'Intro Rust Base';
	font-weight: normal;
}

.page-sizing-bottom h4 {
	color: #ffffff;
	background-color: #0085ca;
	padding: 6px 0 4px;
	margin-bottom: 20px;
}

.page-sizing-bottom ul {
	list-style-position: inside;
	padding: 0;
	margin: 0 0 30px;
}

.page-sizing-bottom li {
	color: #ffffff;
}

.page-contact {
	padding: 50px 0;
}

.page-contact h2 {
	margin-bottom: 30px;
}

.shop-slider {
	background-color: #000000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.shop-slider .carousel-indicators {
	bottom: 40px;
	margin: 0;
}

.shop-slider .carousel-indicators [data-bs-target] {
	color: #777777;
	font-size: 0.9375rem;
	line-height: 1;
	background: none;
	width: auto;
	height: auto;
	text-indent: unset;
	border: 2px solid rgba(0, 133, 202, 0);
	border-radius: 12px;
	padding: 8px 12px;
	margin: 0 4px;
	opacity: 1;
}

.shop-slider .carousel-indicators .active {
	border-color: #0085ca;
}

.shop-slider .carousel-item .overlay {
	background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) );
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
}

.shop-slider .carousel-item .swipe {
	background: url(assets/images/logo_swipe_overlay.svg) no-repeat right center;
	background-size: auto 100%;
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	height: 75%;
}

.shop-slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: left;
}

.shop-slider .carousel-caption h1 {
	color: #ffffff;
	font-size: 4.25rem;
	margin-bottom: 20px;
}

.shop-slider .carousel-caption p {
	color: #ffffff;
	font-size: 1.125em;
	margin-bottom: 30px;
}

.shop-slider .carousel-control-prev, .shop-slider .carousel-control-next {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	display: inline-block;
	width: auto;
	opacity: 1;
	line-height: 1.25;
	border: 2px solid #ffffff;
	border-radius: 18px;
	padding: 14px 20px 12px;
}

.shop-slider .carousel-control-prev {
	left: 30px;
}

.shop-slider .carousel-control-next {
	right: 30px;
}

.shop-slider .carousel-control-prev:hover, .shop-slider .carousel-control-next:hover {
	color: #000000;
	background-color: #ffffff;
}

.shop-products {
	padding: 50px 0;
}

.shop-products .heading {
	margin-bottom: 30px;
}

.shop-products .heading h2 {
	font-size: 2.25rem;
}

.shop-categories a {
	display: block;
	/*overflow: hidden;*/
	position: relative;
}

.shop-categories .content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	padding: 50px;
}

.shop-categories .content h3 {
	color: #ffffff;
	font-size: 2rem;
	/*line-height: 1;*/
	text-shadow: 0 0 10px #000000, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000, 0 0 50px #000000, 0 0 60px #000000, 0 0 70px #000000, 0 0 80px #000000, 0 0 90px #000000, 0 0 100px #000000;
}

.woocommerce .woocommerce-result-count {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-ordering {
	margin-bottom: 20px;
}

.woocommerce .products-per-page {
	float: none !important;
	margin-left: 0 !important;
}

.woocommerce-pagination {
	margin-top: 40px;
}

.woocommerce-pagination .page-numbers {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center !important;
	flex-wrap: wrap;
}

.woocommerce-pagination .page-numbers li {
	margin: 6px;
}

.woocommerce-pagination .page-numbers li .page-numbers {
	border: 1px solid #dddddd;
	padding: 8px 14px;
}

.woocommerce-pagination .page-numbers li a.page-numbers {
	transition: all .15s ease-in-out;
}

.woocommerce-pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li .page-numbers.current {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

#sidebar .widget_search .searchform {
	display: flex;
	align-items: stretch;
	height: 44px;
	width: 100%;
}

#sidebar .widget_search .searchform .search-wrapper {
	flex-grow: 1;
	position: relative;
	vertical-align: top;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#sidebar .widget_search .searchform input[type='text'] {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	border: 1px solid #dddddd;
	padding: 6px 12px;
}

#sidebar .widget_search .searchform button {
	background-color: #eeeeee;
	line-height: 44px;
	border: 1px solid #dddddd;
	height: 44px;
	width: 48px;
	padding: 0;
	margin-left: -1px;
}

#sidebar .widget_search .searchform button:hover {
	background-color: #eeeeee;
}

#sidebar .recent-posts-widget-with-thumbnails li a .rpwwt-post-title {
	color: #000000;
	line-height: 1.5;
	display: block;
}

#sidebar .recent-posts-widget-with-thumbnails li a:hover .rpwwt-post-title {
	color: #0085ca;
}

#sidebar .aws-container .aws-search-field {
	color: #000000;
	font-size: 15px;
	border: 1px solid #dddddd;
	padding: 6px 12px;
}

#sidebar .aws-container .aws-search-form .aws-form-btn {
	background-color: #eeeeee;
	border-color: #dddddd;
}

#sidebar .aws-container .aws-search-form .aws-form-btn:hover {
	background-color: #eeeeee;
}

#sidebar .widget {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#sidebar .widget.widget_aws_widget {
	border-bottom: none;
	padding-bottom: 0;
}

#sidebar h4 {
	color: #0085ca;
	font-size: 0.875rem;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#sidebar .widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar .widget_categories ul .cat-item a {
	color: #000000;
	font-family: "Syne", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0.25rem 0;
}

#sidebar .widget_categories ul .cat-item a:hover {
	color: #0085ca;
}

#sidebar .widget_categories ul .cat-item.current-cat > a {
	/*font-weight: bold;*/
	color: #0085ca;
}

.wpb_category_n_menu_accordion ul li > a > span.wpb-submenu-indicator {
	font-weight: normal !important;
}

.wpb_wmca_accordion_wrapper_theme_transparent ul ul {
	padding: 0;
}

.wpb_wmca_accordion_wrapper_theme_transparent ul li a {
	border: none !important;
	border-radius: 0 !important;
}

.wpb_category_n_menu_accordion li a {
	color: #000000 !important;
	font-family: "Syne", sans-serif;
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

.wpb_wmca_accordion_wrapper_theme_transparent ul li a:hover, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.wpb-wmca-focus>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current_page_ancestor>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current_page_parent>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current_page_item>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-menu-parent>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-menu-ancestor>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-menu-item>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-cat>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.wpb-wmca-current-cat-parent>a, .wpb_wmca_accordion_wrapper_theme_transparent>ul>li.wpb-submenu-indicator-minus>a {
	background-color: #eeeeee !important;
}

#sidebar .wpc-posts-found {
	display: none;
}

#sidebar .wpc-filter-title {
	color: #0085ca;
	font-family: "Syne", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#sidebar .wpc-filters-section {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.offcanvas-backdrop.show {
	opacity: 0.7;
}

#sidebarCart {
	width: 340px;
	z-index: 9999;
}

#sidebarCart .offcanvas-header {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
}

#sidebarCart .offcanvas-title {
	font-size: 1.25rem;
}

#sidebarCart .widget_shopping_cart {
	flex: 1 1 auto;
	display: flex;
	padding: 0;
	/*overflow-y: visible;*/
}

#sidebarCart .widget_shopping_cart .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

#sidebarCart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	padding: 15px;
}

#sidebarCart .widget_shopping_cart .woocommerce-mini-cart-scroll {
	flex: 1 1 auto;
	overflow-y: auto;
}

#sidebarCart .widget_shopping_cart .product_list_widget {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
}

#sidebarCart .widget_shopping_cart .mini_cart_item {
	font-size: 0.875rem;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 30px 15px 15px;
	position: relative;
	overflow: auto;
}

#sidebarCart .widget_shopping_cart .mini_cart_item:last-child {
	border-bottom: none;
}

#sidebarCart .widget_shopping_cart .mini_cart_item a.remove {
	font-size: 1.25rem;
	font-weight: 100;
	line-height: 1;
	position: absolute;
	top: 12px;
	right: 12px;
}

#sidebarCart .widget_shopping_cart .mini_cart_item img {
	max-width: 60px;
	height: auto;
	float: left;
	margin-right: 14px;
}

#sidebarCart .widget_shopping_cart .mini_cart_item .quantity {
	display: block;
}

#sidebarCart .widget_shopping_cart p.total {
	font-size: 1.125rem;
	padding: 15px;
	margin: 0;
	border-top: 1px solid #e3e3e3;
	margin-bottom: 5px;
	overflow: auto;
}

#sidebarCart .widget_shopping_cart p.total .amount {
	float: right;
}

#sidebarCart .widget_shopping_cart .buttons {
	padding: 15px;
	margin-bottom: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
}

#sidebarCart .widget_shopping_cart .buttons .button {
	color: #000000;
	background-color: #eeeeee;
	margin-bottom: 10px;
}

#sidebarCart .widget_shopping_cart .buttons .button.checkout {
	color: #ffffff;
	background-color: #0085ca;
	margin-bottom: 0;
}

#sidebarCart .widget_shopping_cart .buttons .button:hover {
	color: #ffffff;
	background-color: #000000;
}

.woocommerce-cart-form {
	overflow-x: scroll;
}

table.cart {
	width: 100%;
	margin-bottom: 40px;
}

table.cart thead {
	border-bottom: 1px solid #e2e2e2;
}

table.cart th {
	padding: 20px;
}

table.cart .cart_item {
	border-bottom: 1px solid #e2e2e2;
}

table.cart .cart_item td {
	padding: 20px;
}

table.cart td.product-thumbnail img {
	max-width: 90px;
	height: auto;
}

table.cart .product-quantity .quantity input {
	width: 100px;
	padding: 9px;
}

table.cart td.actions {
	text-align: right;
	padding-top: 30px;
}

table.cart td.actions .coupon {
	display: flex;
	float: left;
	width: 60%;
}

table.cart td.actions .coupon .input-text {
	padding: 14px 20px;
	border: 1px solid #dddddd;
	margin-right: 10px;
}

.cart_totals {
	border: 6px solid #e2e2e2;
	padding: 30px;
}

.cart_totals h2 {
	margin-bottom: 20px;
}

.cart_totals .shop_table {
	width: 100%;
	margin-bottom: 20px;
}

.cart_totals .cart-subtotal {
	border-bottom: 1px solid #e2e2e2;
}

.cart_totals table th, .cart_totals table td {
	padding: 18px 0;
}

.cart_totals table td {
	text-align: right;
	padding-left: 18px;
}

.cart_totals .order-total td {
	font-size: 1.5em;
}

.cart_totals .checkout-button {
	display: block;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
	padding: 20px;
}

.checkout_coupon {
	overflow: auto;
	padding-bottom: 40px;
}

.form-row-first {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.form-row-last {
	width: 48%;
	float: right;
}

.clear {
	clear: both;
}

.checkout_coupon .form-row-first {
	width: auto;
	margin-right: 0;
}

.checkout_coupon .form-row-last {
	width: auto;
	float: left;
	margin-left: 20px;
}

.col2-set {
	width: 100%;
}

.col2-set .col-1, .col2-set .col-2 {
	margin-bottom: 30px;
	flex: none;
	width: auto;
}

form.checkout h3 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
}

.form-row-wide {
	clear: both;
	width: 100%;
}

.form-row label {
	display: block;
	margin-bottom: 8px;
}

.form-control, .form-select {
	line-height: 30px;
	padding: 6px 36px 6px 12px;
	border: 1px solid #dddddd;
}

.form-row .required {
	color: #e2401c;
}

.form-row span:not(.required):not(.optional) {
	display: block;
	margin-top: 10px;
}

#order_review {
	width: 100%;
	padding: 30px;
	border: 6px solid #e2e2e2;
}

#order_review table {
	width: 100%;
}

#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
	border-top: 1px solid #e2e2e2;
	padding: 18px 0;
}

#order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td {
	border-top: none;
}

#order_review .woocommerce-checkout-review-order-table thead th:last-child, #order_review .woocommerce-checkout-review-order-table td {
	text-align: right;
}

#order_review .woocommerce-checkout-review-order-table td.product-name {
	text-align: left;
}

.woocommerce ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

#payment .payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

#payment .payment_methods .payment_box fieldset {
	margin: 20px 0;
}

#payment .payment_methods .payment_box .form-row-first {
	margin-bottom: 0;
}

#payment .payment_methods .payment_box .js-sv-wc-payment-gateway-credit-card-form-inputjs-sv-wc-payment-gateway-credit-card-form-account-number {
	margin-bottom: 1rem;
}

#payment .payment_methods .woocommerce-error {
	margin-bottom: 0;
}

#payment .place-order .button {
	width: 100%;
}

#payment .woocommerce-privacy-policy-text p {
	margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation {
	width: 27%;
	float: left;
	margin-right: 4%;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e2e2e2;
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #e2e2e2;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	padding: 14px 0;
	display: block;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: #161619;
}

.woocommerce-MyAccount-navigation ul li a:hover:before, .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-MyAccount-content {
	width: 69%;
	float: right;
}

fieldset {
	border: 1px solid #e2e2e2;
	padding: 24px;
	margin: 30px 0;
}

fieldset legend {
	font-size: inherit;
	font-weight: bold;
	float: none;
	width: auto;
	padding: 10px 16px;
	margin: 0 0 0 -16px;
}

.col2-set.addresses {
	width: 100%;
	float: none;
	margin-right: 0;
	overflow: auto;
}

.col2-set.addresses .col-1 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.col2-set.addresses .col-2 {
	width: 48%;
	float: right;
}

.woocommerce-MyAccount-content h3 {
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.addresses header.title a {
	color: #ffffff;
	background-color: #672f5e;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	border: none;
	border-radius: 0;
	padding: 24px 50px;
	margin-bottom: 20px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.addresses header.title a:hover {
	color: #ffffff;
	background-color: #191919;
}

.woocommerce-order-overview {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	overflow: auto;
}

.woocommerce-order-details h2, .woocommerce-customer-details h2 {
	margin-bottom: 20px;
}

.woocommerce-table.order_details {
	width: 100%;
	margin-bottom: 30px;
}

.woocommerce-table.order_details th {
	padding: 18px 0;
}

.woocommerce-table.order_details tfoot th, .woocommerce-table.order_details td {
	border-top: 1px solid #e2e2e2;
	padding: 18px 0;
}

.cta {
	color: #ffffff;
	background-color: #0085ca;
	padding: 50px 0;
}

.cta .btn-primary {
	color: #0085ca;
	background-color: #ffffff;
	margin-right: 8px;
}

footer {
	color: #999999;
	background-color: #000000;
	font-size: 0.875rem;
}

footer a {
	color: #999999;
}

footer a:hover {
	color: #ffffff;
}

footer .footer {
	padding: 50px 0;
}

footer .footer-1 .widget_media_image {
	margin-bottom: 30px;
}

footer .footer-1 img {
	width: 180px;
}

footer .footer-1 h3 {
	color: #0085ca;
	font-size: 1rem;
	letter-spacing: 1px;
}

footer .footer-1 h3 em {
	color: #5853a3;
	font-style: normal;
}

footer .footer-1 #text-4 {
	margin-bottom: 30px;
}

footer .footer h4 {
	color: #ffffff;
	font-size: 0.875rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

footer .footer-1 h4 {
	margin-bottom: 10px;
}

footer .footer-1 .nav-item {
	margin: 0 0 14px 14px;
}

footer .footer-1 .nav-link {
	color: #ffffff;
	padding: 0;
}

footer .footer-1 .nav-link:hover {
	color: #0085ca;
}

footer .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .menu li {
	margin-bottom: 2px;
}

footer .copyright {
	padding: 20px 0;
	background-color: #1e1e1e;
}

footer .copyright p {
	margin: 0;
}

footer .copyright .nav-link {
	color: #ffffff;
	transition: opacity .15s ease-in-out;
}

footer .copyright .nav-link:hover {
	opacity: 0.5;
}

.popover {
	border-color: #e3e3e3;
	border-radius: 0;
	z-index: 9999;
}

.popover-body {
	padding: 10px;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before {
	border-bottom: none;
}

body.home .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .bs-popover-start>.popover-arrow::before {
	border-left: none;
}

table.wishlist_table {
	font-size: medium !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	font-family: "Syne", sans-serif;
	font-size: 0.8125rem !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	ul.products li.product {
		text-align: left;
		flex: 0 0 50%;
		max-width: 50%;
	}
	ul.products li.product:nth-of-type(2) {
		border-width: 1px 1px 1px 0;
	}
	ul.products li.product:nth-child(2n+4) {
		border-width: 0 1px 1px 0;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	header {
		padding: 0 50px;
	}
	body.home header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9998;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	body.home .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	body.home .navbar .nav .nav-link {
		color: #ffffff;
	}
	.home-slider .carousel-indicators {
		display: flex;
	}
	.home-slider .carousel-caption h1 {
		font-size: 2.5rem;
	}
	.home-slider .carousel-caption p {
		font-size: 1.125em;
		margin-bottom: 30px;
	}
	.home-slider .btn {
		display: inline-block;
	}
	.home-features .content {
		padding: 50px;
	}
	.home-about .content {
		padding: 130px 80px 100px;
	}
	.home-products {
		padding: 100px 0;
	}
	.home-blog {
		padding: 100px 0;
	}
	.home-testimonials {
		padding: 100px 0 80px;
	}
	.home-testimonials .carousel-item {
		background-size: auto 100%;
	}
	.home-partners {
		padding: 0 0 100px;
	}
	.home-subscribe {
		padding: 100px 0;
	}
	.woocommerce .woocommerce-result-count {
		float: left;
		padding: 14px 0;
	}
	.woocommerce .woocommerce-ordering {
		float: right;
	}
	ul.products.columns-3 li.product {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	ul.products.columns-4 li.product {
		flex: 0 0 25%;
		max-width: 25%;
	}
	ul.products li.product:nth-of-type(2), ul.products li.product:nth-child(2n+4) {
		border-width: 0;
	}
	ul.products li.product {
		border-width: 1px 1px 1px 0 !important;
	}
	ul.products li.product.first {
		border-width: 1px !important;
	}
	ul.products.columns-3 li.product:nth-child(n + 4), ul.products.columns-4 li.product:nth-child(n + 5) {
		border-top-width: 0 !important;
	}
	.woocommerce div.product .product_title {
		font-size: 2.25rem;
	}
	.woocommerce div.product .price {
		font-size: 1.5rem;
	}
	.page-header {
		padding: 150px 0;
	}
	.page-header h1 {
		font-size: 4rem;
	}
	.page-introduction {
		padding: 85px 0;
	}
	.page-products .content {
		min-height: 600px;
		display: flex;
	}
	.page-products .collections-top .content {
		min-height: 0;
	}
	.page-products .collections-top .content .box {
		padding: 0 70px;
	}
	.page-products-collections .col-md-3 {
		border-width: 1px 1px 1px 0;
	}
	.page-products-collections .col-md-3.first {
		border-width: 1px;
	}
	.page-products-collections .col-md-3:nth-child(n + 5) {
		border-top-width: 0;
	}
	.page-products .content .box {
		align-self: center;
		padding: 100px 70px;
	}
	.page-products-bottom {
		padding: 100px 0;
	}
	.page-products .section-slideshow .carousel, .page-products .section-slideshow .carousel-inner, .page-products .section-slideshow .carousel-item {
		height: 100%;
	}
	.page-products .image {
		height: auto;
	}
	.page-products-collections {
		padding: 100px 0;
	}
	.page-products .carousel, .page-flags .carousel {
		padding: 80px 0 120px;
	}
	.page-products .carousel .carousel-indicators, .page-flags .carousel .carousel-indicators {
		display: flex;
	}
	.page-who-top {
		padding: 100px 0;
	}
	.page-who .content .box {
		padding: 100px 70px;
	}
	.page-who .image {
		height: auto;
	}
	.page-who-video {
		padding: 100px 0;
	}
	.page-who-bottom {
		padding: 100px 0;
	}
	.page-process-top {
		padding: 80px 0;
	}
	.page-process .content .box {
		padding: 100px 70px;
	}
	.page-process .image {
		height: auto;
	}
	.page-faq {
		padding: 100px 0;
	}
	.blog-content {
		padding: 100px 0;
	}
	.blog-content .post .post-photo {
		float: right;
		width: 50%;
		margin: 0 0 30px 30px;
	}
	.page-content {
		padding: 100px 0;
	}
	.page-sizing-bottom {
		padding: 100px 0;
	}
	.page-contact {
		padding: 100px 0;
	}
	.shop-products {
		padding: 100px 0;
	}
	.cta {
		padding: 70px 0;
	}
	footer .footer {
		padding: 100px 0;
	}
	footer .footer-1 img {
		width: 260px;
	}
	body.home .popover {
		border: none;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-brand img {
		width: 150px;
	}
	.home-slider .carousel-caption h1 {
		font-size: 3rem;
	}
	.home-about .content h2 {
		font-size: 2.5rem;
	}
	.home-products .heading h2 {
		font-size: 2.25rem;
	}
	.home-blog .heading h2 {
		font-size: 2.25rem;
	}
	.home-subscribe h2 {
		font-size: 2.625rem;
	}
	.home-testimonials h2 {
		font-size: 2.25rem;
	}
	.home-testimonials .carousel-item h4 {
		font-size: 1.125rem;
	}
	/*.page-header h1 {
		font-size: 2.5rem;
	}*/
	.page-introduction h2 {
		font-size: 2.25rem;
	}
	.page-products .content h2 {
		font-size: 2.25rem;
	}
	.page-products-bottom .heading h2 {
		font-size: 2.25rem;
	}
	.page-products .carousel-item h2, .page-flags .carousel-item h2 {
		font-size: 2.75rem;
	}
	.page-who-top h2 {
		font-size: 2.25rem;
	}
	.page-who-top h3 {
		font-size: 1.5rem;
	}
	.page-who .content h2 {
		font-size: 2.25rem;
	}
	.page-who-bottom .heading h2 {
		font-size: 2.25rem;
	}
	.page-process .content h2 {
		font-size: 2.25rem;
	}
	.page-sizing-bottom h2 {
		font-size: 2.75rem;
	}
	.page-contact h2 {
		font-size: 2rem;
	}
	.cta h3 {
		font-size: 2rem;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar {
		padding: 0;
	}
	.navbar-brand img {
		width: 150px;
	}
	.navbar-nav {
		background-color: transparent;
		padding: 0;
		margin-top: 0;
	}
	.navbar-nav .nav-link {
		color: #000000;
		padding: 3.8rem 1.75rem 4.1125rem !important;
	}
	body.page-id-229 .navbar-nav .nav-item-67 .nav-link:not(:hover), body.page-id-229 .navbar-nav .nav-item-68 .nav-link:not(:hover) {
		color: #000000;
		border-top-color: rgba(0, 133, 202, 0);
	}
	.navbar-nav .nav-link:hover, body.home .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .current_page_parent .nav-link, body.single-post .nav-item-70 .nav-link, body.archive.category .nav-item-70 .nav-link, body.search-results .nav-item-70 .nav-link, body.tax-product_cat .nav-item-71 .nav-link /*, body.search .nav-item-22 .nav-link, body.single-post .nav-item-22 .nav-link*/ {
		color: #0085ca;
		border-top-color: #0085ca;
	}
	.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
		color: #000000;
	}
	.dropdown .dropdown-menu {
		display: none;
	}
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
	.dropdown-menu {
		padding: 1.25rem 0;
	}
	.navbar .nav {
		background-color: transparent;
		border-top: none;
		padding: 0;
	}
	.navbar .nav .nav-link {
		color: #000000;
	}
	.navbar .nav .nav-link:hover, body.home .navbar .nav .nav-link:hover {
		color: #0085ca;
	}
	.navbar .nav .nav-link span {
		border: 2px solid #0085ca;
		border-radius: 12px;
		padding: 8px 12px 7px;
		transition: all .15s ease-in-out;
	}
	.home-slider .carousel-caption h1 {
		font-size: 4rem;
	}
	.home-features .content h3 {
		font-size: 2rem;
	}
	.home-about .content h2 {
		font-size: 3rem;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.navbar-brand img {
		width: 200px;
	}
	.home-slider .carousel-control-prev, .home-slider .carousel-control-next {
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
		display: inline-block;
		width: auto;
		opacity: 1;
		line-height: 1.25;
		border: 2px solid #ffffff;
		border-radius: 18px;
		padding: 14px 20px 12px;
	}
	.home-slider .carousel-control-prev {
		left: 30px;
	}
	.home-slider .carousel-control-next {
		right: 30px;
	}
	.home-slider .carousel-caption h1 {
		font-size: 4.25rem;
	}
	.home-slider .carousel-control-prev:hover, .home-slider .carousel-control-next:hover {
		color: #000000;
		background-color: #ffffff;
	}
	.home-testimonials .carousel-control-prev, .home-testimonials .carousel-control-next {
		color: #000000;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
		display: inline-block;
		width: auto;
		opacity: 1;
		line-height: 1.25;
		border: 2px solid #0085ca;
		border-radius: 18px;
		padding: 14px 20px 12px;
	}
}