/*!
Theme Name: Stockie-child
Theme URI: http://stockie.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Stockie is flexible and high performance multipurpose WordPress Theme for personal and corporate use. It comes with the most popular WordPress page builder Visual Composer. Create gorgeous pages and layouts fast and easy without coding.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: stockie
Text Domain: stockie-child
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, theme-options, 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 with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@media screen and (min-width: 992px) {
	body.stockie-with-header-7 {
		--stockie-child-menu-panel-width: 350px;
	}

	body.stockie-with-header-7 .site-header.header-7 ~ .fullscreen-nav.split {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		z-index: -1;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu {
		background: var(--clb-color-white);
		box-shadow: 0 0px 5px rgba(0, 0, 0, 0.06);
		bottom: 0;
		height: 100vh;
		left: 0;
		line-height: 1.4;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		text-align: left;
		top: 0;
		transform: translateX(-100%);
		transition: all var(--clb-transition-duration) var(--clb-transition-function);
		visibility: hidden;
		width: var(--stockie-child-menu-panel-width);
		z-index: 101;
	}

	body.admin-bar.stockie-with-header-7 .stockie-child-mega-menu {
		top: 32px;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(var(--clb-header-height-7));
		visibility: visible;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__content {
		height: calc(100% - 100px);
		max-height: calc(100% - 100px);
		overflow: hidden auto;
		padding: var(--clb-spacer-small);
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__section + .stockie-child-mega-menu__section {
		margin-top: 0;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__section {
		display: none;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__section.is-active {
		display: block;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__section-title {
		align-items: center;
		display: grid;
		font-size: 0.95em;
		font-weight: 700;
		gap: 14px;
		grid-template-columns: 62px minmax(0, 1fr);
		letter-spacing: 0;
		line-height: 1.2;
		margin: 0 0 18px;
		text-transform: none;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__section-title::before {
		background: linear-gradient(currentColor, currentColor) 0 0 / 4px 4px no-repeat, linear-gradient(currentColor, currentColor) 6px 0 / 4px 4px no-repeat, linear-gradient(currentColor, currentColor) 12px 0 / 4px 4px no-repeat, linear-gradient(currentColor, currentColor) 0 6px / 4px 4px no-repeat, linear-gradient(currentColor, currentColor) 6px 6px / 4px 4px no-repeat, linear-gradient(currentColor, currentColor) 12px 6px / 4px 4px no-repeat, linear-gradient(currentColor, currentColor) 0 12px / 4px 4px no-repeat, linear-gradient(currentColor, currentColor) 6px 12px / 4px 4px no-repeat, linear-gradient(currentColor, currentColor) 12px 12px / 4px 4px no-repeat;
		color: #24262b;
		content: "";
		display: block;
		flex: 0 0 auto;
		height: 16px;
		justify-self: center;
		width: 16px;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__card-grid {
		display: grid;
		gap: 14px;
		grid-template-columns: minmax(0, 1fr);
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__card {
		align-items: center;
		color: var(--clb-color-black);
		display: grid;
		font-size: 0.82em;
		gap: 12px;
		grid-template-columns: 52px minmax(0, 1fr);
		line-height: 1.2;
		min-height: 52px;
		min-width: 0;
		text-align: left;
		text-decoration: none;
		transition: color var(--clb-transition-duration) var(--clb-transition-function);
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__card.has-submenu {
		grid-template-columns: 52px minmax(0, 1fr) auto;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__card:hover,
	body.stockie-with-header-7 .stockie-child-mega-menu__card:focus,
	body.stockie-with-header-7 .stockie-child-mega-menu__card.is-submenu-active {
		color: var(--clb-color-primary);
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__card-media {
		align-items: center;
		background: var(--clb-fill-color);
		border-radius: 50%;
		display: flex;
		height: 52px;
		justify-content: center;
		overflow: hidden;
		width: 52px;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__card-media img {
		display: block;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__card-media svg {
		display: block;
		fill: none;
		height: 1.3rem;
		stroke: currentColor;
		width: 1.3rem;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__card-media--letter {
		font-size: 1.05rem;
		font-weight: 700;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__card-title {
		font-size: 0.92em;
		font-weight: 500;
		max-width: 100%;
		min-width: 0;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__card-arrow {
		font-size: 1.3rem;
		font-weight: 300;
		line-height: 1;
		opacity: 0.45;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__subpanel {
		background: var(--clb-color-white);
		box-shadow: 0 0px 5px rgba(0, 0, 0, 0.06);
		height: 100vh;
		left: 100%;
		opacity: 0;
		overflow: hidden auto;
		padding: var(--clb-spacer-small);
		pointer-events: none;
		position: absolute;
		top: 0;
		transform: translateX(-12px);
		transition: all var(--clb-transition-duration) var(--clb-transition-function);
		visibility: hidden;
		width: var(--stockie-child-menu-panel-width);
	}

	body.admin-bar.stockie-with-header-7 .stockie-child-mega-menu__subpanel {
		height: calc(100vh - 32px);
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__subpanel.is-active {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
		visibility: visible;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__subgrid {
		display: grid;
		gap: 16px 10px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__subcard {
		align-items: center;
		color: var(--clb-color-black);
		display: flex;
		flex-direction: column;
		font-size: 0.82em;
		gap: 6px;
		line-height: 1.15;
		min-width: 0;
		text-align: center;
		text-decoration: none;
		transition: color var(--clb-transition-duration) var(--clb-transition-function);
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__subcard:hover,
	body.stockie-with-header-7 .stockie-child-mega-menu__subcard:focus {
		color: var(--clb-color-primary);
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__subcard-media {
		align-items: center;
		background: var(--clb-fill-color);
		border-radius: 50%;
		display: flex;
		height: 52px;
		justify-content: center;
		overflow: hidden;
		width: 52px;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__subcard-media img {
		display: block;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__subcard-media svg {
		display: block;
		fill: none;
		height: 1.3rem;
		stroke: currentColor;
		width: 1.3rem;
	}

	body.stockie-with-header-7 .stockie-child-mega-menu__subcard-title {
		font-size: 0.92em;
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	body.stockie-with-header-7.home .page-sidebar.sidebar-left {
		display: none;
	}

	body.stockie-with-header-7.home #content > .page-container {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	body.stockie-with-header-7.home .page-content.with-left-sidebar {
		float: left;
		width: 100%;
	}

	body.stockie-with-header-7.home .page-content.with-left-sidebar {
		overflow: hidden;
		position: relative;
	}

	body.stockie-with-header-7.home .page-content.with-left-sidebar sr7-content {
		left: 0 !important;
		width: 100% !important;
	}

	body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons--header7 {
		color: #24262b;
		display: flex;
		flex: 1 1 auto;
		justify-content: center;
		margin-top: 0;
		min-height: 0;
		width: 100%;
	}

	body.stockie-with-header-7 .site-header.header-7 {
		padding-top: 10px;
		padding-bottom: 0;
	}

	body.stockie-with-header-7 .site-header.header-7 .header-wrap {
		height: 100%;
	}

	body.stockie-with-header-7 .site-header.header-7 .header-wrap-inner {
		align-items: center;
		flex-direction: column;
		height: 100%;
		justify-content: flex-start;
		margin-top: 0;
		padding-top: 0;
	}

	body.stockie-with-header-7 .site-header.header-7 .top-part {
		display: flex;
		flex: 1 1 0;
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 0;
		min-height: 0;
		overflow: hidden;
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
	}

	body.stockie-with-header-7 .site-header.header-7 .bottom-part {
		flex: 0 0 auto;
		width: 100%;
	}

	body.stockie-with-header-7 .site-header.header-7 .top-part-inner {
		display: none;
		flex: 0 0 auto;
	}

	body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__list {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 0;
		height: 100%;
		justify-content: space-between;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__item {
		margin: 0;
		padding: 0;
	}

	body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__link {
		align-items: center;
		color: inherit;
		display: inline-flex;
		text-align: center;
	}

	body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon {
		flex-direction: column;
		gap: 0.18rem;
		height: calc(var(--clb-icon-button) + 8px);
		line-height: 1;
		min-height: 0;
		padding: 0;
		width: calc(var(--clb-icon-button) + 8px);
	}

	body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon::after {
		height: calc(var(--clb-icon-button) + 8px);
		left: calc(50% - (var(--clb-icon-button) + 8px) / 2);
		top: calc(50% - (var(--clb-icon-button) + 8px) / 2);
		width: calc(var(--clb-icon-button) + 8px);
	}

	body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon svg {
		display: block;
		fill: none;
		height: 1.3rem;
		position: relative;
		stroke: currentColor;
		width: 1.3rem;
		z-index: 1;
	}

	body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon i {
		font-size: 1.3rem;
		line-height: 1;
		position: relative;
		z-index: 1;
	}

	body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon--letter {
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1;
	}

	body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__title {
		display: block;
		font-size: 0.68rem;
		font-weight: 500;
		line-height: 1.1;
		max-width: 78px;
		overflow-wrap: normal;
		position: relative;
		text-transform: capitalize;
		word-break: normal;
		z-index: 1;
	}

	body.stockie-with-header-7 .site-header.header-7 .bottom-part .menu-other .header-cart {
		min-height: 0;
	}

	body.stockie-with-header-7 .site-header.header-7 .bottom-part .menu-other .cart-total {
		height: 0;
		line-height: 0;
		overflow: hidden;
		padding: 0;
		transform: none;
	}

	body.stockie-with-header-7 .site-header.header-7 .bottom-part .menu-other .cart-total .cart-customlocation {
		display: block;
		font-size: 0;
		height: 0;
		opacity: 0;
		pointer-events: none;
	}

	@media screen and (max-width: 1366px) {
		body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__title {
			max-width: 70px;
		}
	}

	@media screen and (max-height: 820px) {
		body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon {
			height: calc(var(--clb-icon-button) + 2px);
			width: calc(var(--clb-icon-button) + 2px);
		}

		body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon::after {
			height: calc(var(--clb-icon-button) + 2px);
			left: calc(50% - (var(--clb-icon-button) + 2px) / 2);
			top: calc(50% - (var(--clb-icon-button) + 2px) / 2);
			width: calc(var(--clb-icon-button) + 2px);
		}

		body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon svg,
		body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon i {
			font-size: 1.18rem;
			height: 1.18rem;
			width: 1.18rem;
		}

		body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__title {
			font-size: 0.62rem;
			max-width: 66px;
		}
	}

	@media screen and (max-height: 700px) {
		body.stockie-with-header-7 .site-header.header-7 {
			padding-top: 6px;
		}

		body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon {
			height: calc(var(--clb-icon-button) - 4px);
			width: calc(var(--clb-icon-button) - 4px);
		}

		body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__icon::after {
			height: calc(var(--clb-icon-button) - 4px);
			left: calc(50% - (var(--clb-icon-button) - 4px) / 2);
			top: calc(50% - (var(--clb-icon-button) - 4px) / 2);
			width: calc(var(--clb-icon-button) - 4px);
		}

		body.stockie-with-header-7 .site-header.header-7 .stockie-child-sidebar-icons__title {
			font-size: 0.58rem;
			max-width: 62px;
		}
	}

	body.single-product .woo_c-product-image-slider .owl-dots-images,
	body.single-product .woo_c-product-image-slider .owl-dots,
	body.single-product .woo_c-product-image-slider .owl-nav,
	body.single-product .woo_c-product-image .numbers_slides,
	body.single-product .woocommerce-product-gallery .flex-control-thumbs {
		display: none !important;
	}
}
