.header-menu {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-left: -0.7rem;
}

.header-menu .menu > li > a {
	padding: 0 0.7rem;
}

.mobile-menu .menu .js-drilldown-back a {
	color: #c36aa5;
}

.mobile-menu .menu .js-drilldown-back a:before {
	border-top: 2px solid #c36aa5;
	border-left: 2px solid #c36aa5;
}


.mobile-menu .is-drilldown {
	margin-top: 0;
	padding-top: 0;
}

.mobile-menu .mobile-menu-search .icon {
	fill: #fff;
}

.mobile-menu .mobile-menu-search input {
	color: #fff;
}

.mobile-menu .mobile-menu-search input::placeholder {
	color: #fff;
}

.mobile-menu .mobile-menu-search input::-webkit-input-placeholder {
	color: #fff;
}

/* .mobile-menu .mobile-menu-search input::-moz-placeholder {
    color: #fff;
} */

.mobile-menu .mobile-menu-search input::-ms-input-placeholder {
	color: #fff;
}

.main-menu .main-menu-category > a {
	font-size: 1rem;
    font-weight: 400;
    padding: .9375rem 0.900rem;
	color: #a30076;
}

.video-item__dzen {
	transform: translate(0px, -80px);
}

.inner-bg:not(.breadcrumb) {
	background-color: #fff;
}

#carousel_video,
#carousel_video_mob {
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity .3s ease-out;
}

#carousel_video_mob {
    object-fit: cover;
}

#carousel_video.is-show,
#carousel_video_mob.is-show {
	opacity: 1;
}

.more-text__hide:not(.active) {
	display: none;
}

.more-text__button {
	margin-top: 12px;
}

.more-text__button span:after {
	content: attr(data-show);
	color: #c36aa5;
	border-bottom: 1px dashed;
	cursor: pointer;
}

.more-text__button.active span:after {
	content: attr(data-hide);
}

.sw-app-body .sw-swiper-button-prev,
.sw-app-body .sw-swiper-button-next {
	top: calc(100% + 30px) !important;
}

.sw-app-body .sw-swiper-button-next {
	left: 44px !important;
	right: auto !important;
}

.inner-container .product-info .product-info-button-primary.product-info-button-subscrib,
.inner-container .product-info .product-info-button-primary.product-info-button-subscribe {
	margin-bottom: 26px;
}

.fly-circle__feedback {
	position: fixed;
	z-index: 20;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	margin: 0;
	border-radius: 50%;
	background-color: #eebdd4;
	background-image: url(/local/templates/bitlate_pro2/images/fly-callback.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
}


.index-page.menu-fixed.slideout-panel {
	box-shadow: none;
}

.main-product-tabs .tabs {
	text-align: left !important;
}

#page .main-product-tabs .tabs-title > a {
	padding-left: 0;
}

.main-product-tabs .tabs .tabs-title:not(.is-active) {
	display: none;
}

.main-product-tabs .tabs .tabs-title.is-active > #product-tab-hits-label span,
.main-brand .main-brand-caption,
.product-seeit .h2 {
	text-align: left;
	color: #c36aa5;
	font-weight: bold;
	font-size: 2.4rem;
	padding-left: 0;
}

.product-seeit .h2,
.main-brand .main-brand-caption {
	font-family: Blogger Sans;
}

.products-flex-item {
	width: 25%;
	position: relative;
}

.product-grid .item {
	border: 0;
	padding: 0.8rem;
}

.product-grid .name a,
.product-list .name a {
	vertical-align: top;
}

.product-grid .name a span,
.product-list .name a span {
	text-align: left;
	font-size: 0.9rem;
}

html .product-grid .price,
html .product-list .price {
	color: #c36aa5;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
}


/* .catalog-sorting > label > span {
	display: none;
} */

.catalog-sorting .jqselect {
	margin-left: 0;
}

.catalog-show-count {
	
	font-size: 1rem;
}

.catalog-page-to-block:not(.column) .catalog-show-count {
	text-align: center;
}

.catalog-show-count a,
.catalog-show-count a.selected,
.catalog-show-count a:hover {
	color: #c36aa5;
}

.cart .order-checkout .cart-content {
	border: 0;
}

.product-accordion-tabs .tabs {
	background-color: transparent;
}

.product-accordion-tabs .tabs .tabs-title {
	border-right: none;
}

.product-accordion-tabs .tabs .tabs-title a {
	color: #c36aa5;
}

.product-accordion-tabs .tabs .tabs-title:not(.is-active) > a:hover {
	background-color: transparent;
}

.callout {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.basket-title {
	text-align: center;
	margin-top: 2rem;
}

.basket-title .cart-caption {
	font-size: 2rem;
}

/* footer */

.footer-main {
	background-color: #fff;
}

.footer-top {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.footer-top__logo {
	width: 14.0625rem;
	flex: 0 0 14.0625rem;
}

.footer-top__desc {
	margin-left: 4rem;
}

body #page .footer-top__desc p {
	font-size: 0.8rem;
	line-height: 1rem;
}


.footer-main__flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

.footer-main .footer-main-menu {
	margin: 0;
	width: calc(100% - 30rem);
}

.footer-main__right {
	flex: 0 0 16rem;
}

.footer-main__right .footer-line-top-social a {
    display: inline-block;
    margin-right: .4375rem;
    font-size: 0;
    line-height: 0;
}

.footer-main__right .footer-line-top-social a .icon {
    width: 2.125rem;
    height: 2.125rem;
    padding: .4375rem .4375rem .5rem;
    vertical-align: middle;
    overflow: visible;
    border: .125rem solid #445f72;
    border-radius: 1.0625rem;
	fill: #445f72;
}

.footer-main__right-title {
	font-size: .9375rem;
	padding: .25rem 0;
	line-height: 1.375rem;
	margin-bottom: 0.4rem;
}

.footer-main__right-subscribe .footer-line-top-caption {
	display: none;
}

.footer-main__right-subscribe form > .inline-block-container.col-sm-8.col-12 {
	width: auto !important;
	padding: 0 !important;
	display: flex;
	justify-content: space-between;
}

.footer-main__right-subscribe form input[type=text] {
	margin: 0;
	width: calc(100% - 7rem);
}

.footer-main__right-social {
	margin-top: 1.4rem;
}

.footer-main__right-social ul.footer-line-top-social {
	margin: 0;
}

/* /footer */


@media screen and (min-width: 32.375em) {
    .product-price {
		overflow: hidden;
		min-width: 175px;
    }
}

@media screen and (min-width: 62.37375em) {

	.menu-fixed.is-fixed {
		padding-top: 166px;
	}

	.menu-fixed.is-fixed header {
	    padding-bottom: 0;
		position: fixed;
		top: 0;
	    left: 0;
	    right: 0;
	    z-index: 36;
		background-color: #fff;
	}

	.menu-fixed.is-fixed .header-menu-fixed {
	    position: relative;
	    left: auto;
	    right: auto;
	    z-index: 1;
	}
}


@media screen and (min-width: 77.375em) {
    .footer-main .footer-main-menu .footer-main-menu-category {
        width: 33.33%;
    }
}


@media (min-width: 992px) {
    /* .justify-content-lg-between {
        justify-content: flex-start !important;
    } */
}

@media screen and (max-width: 32.3738em) {
	.products-flex-grid.small-down-2 .products-flex-item {
		height: 18rem;
	}
}

@media (max-width: 1237px) {
	.header-menu {
		display: none;
	}

	.header-mobile-fixed > .justify-content-lg-between {
		justify-content: flex-start !important;
	}

	.header-fixed-block {
		display: block !important;
	}
}

@media screen and (max-width: 997px) {

	.footer-top {
		justify-content: center;
	}

	.footer-top__desc {
		display: none;
	}

	.footer-main .footer-main-menu .footer-main-menu-category:not(:first-child) {
		display: none;
	}

}

@media screen and (max-width: 757px) {

	.products-flex-item {
		width: 50%;
	}

	.form #order_form_content .columns textarea {
		margin-top: 1em;
	}

	.footer-main__flex {
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.footer-main .footer-main-menu {
		width: auto;
	}

	.footer-main__right {
		flex: 0 0 auto;
		width: 280px;
	}
}

@media screen and (max-width: 460px) {
	.main-product-tabs .products-flex-grid.small-down-2 .products-flex-item {
		width: 100%;
	}

	.main-product-tabs .products-flex-item:not(.pos1):not(.pos2) {
		display: none;
	}
}