.cookie-status-message {
	display: none;
}

.mobileHide {
	display: block;
}

.mobileOnly {
	display: none;
}

@media screen and (max-width: 768px) {
	.mobileHide {
		display: none;
	}

	.mobileOnly {
		display: block;
	}
}

.header .nav-toggle {
	width: 28px;
	height: 40px;
}

header .minicart-wrapper .action.showcart {
	width: 38px;
	height: 32px;
}

#mpblog-list-container .post-post_content {
	font-size: 18px;
}

#mpblog-list-container .post-post_content h3 {
	font-size: 24px;
}

.post-post_content .cms-content-important {
	background: #cce9ff;
	position: relative;
	padding-left: 55px;
	font-size: 21px;
	line-height: 30px;
	font-family: Lato, sans-serif;
}

.post-post_content .cms-content-important:before {
	content: "\f06a";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 18px;
	left: 12px;
	font-size: 35px;
	color: #abccea;
}

header .panel.wrapper {
	background-color: #293030;
	color: #fff
}

header .panel.wrapper .links a {
	color: #fff
}

.minicart-wrapper {
	width: 36px;
}

.catalog-product-view .product-add-form.fixedForm {
	transition: all .3s;
	margin-top: 11px;
}

.catalog-product-view .product-add-form.fixedForm.sticky .pickTab.outlet {
	width: 69%;
	float: right;
}

.catalog-product-view .product-add-form.fixedForm.sticky {
	position: fixed;
	top: 0;
	width: 200px;
	z-index: 3;
	margin-top: 145px;
	margin-left: 386px;
}

.catalog-product-view .product-add-form.fixedForm.sticky .box-picker {
	top: -36px;
}

.catalog-product-view .product-add-form.fixedForm.sticky .price-box {
	margin-top: 12px;
}

.product.data.items {
	padding-right: 100px;
}

.catalog-product-view .columns .column.main .product.info.detailed.bought {
	padding-right: 100px;
}

.catalog-product-view .columns .column.main .product.info.detailed.main .product.data.items {
	z-index: 2;
}

.catalog-product-view .product.data.items .data.item.title.sticky {
	position: fixed;
	top: 33px;
	z-index: 11;
}

.catalog-product-view .product-add-form.fixedForm.sticky .price-box {
	width: 100%;
	height: 35px;
	text-align: center;
}

.catalog-product-view .product-add-form.fixedForm.sticky .box-tocart {
	width: 100%;
	text-align: center;
}

.catalog-product-view .product-add-form.fixedForm.sticky .box-tocart .field.qty {
	width: 100%;
}

.catalog-product-view .product-add-form.fixedForm.sticky .box-tocart .actions {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.catalog-product-view .product-add-form.fixedForm.sticky .shippingCostContent {
	text-align: center;
	font-size: 16px;
}

.catalog-product-view .product-add-form.fixedForm.sticky .stock {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.catalog-product-view .product.data.items .data.item.title.sticky .data.switch {
	border: 1px solid #d1d1d1;
	border-radius: 4px;
}

.coupon-code__product-button-wrapper.sticky {
}

#productFixedFormAdditionalData a {
	display: none;
}

#productFixedFormAdditionalData a.ask-for-product {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0;
	padding: 7px 0;
}


.catalog-product-view .product-add-form ~ .catalog-product-view .product-social-links {
	padding-top: 93px;
}

.catalog-product-view .product.info.detailed.main .data.item.content {
	border: 0;
	border-top: 1px solid #d1d1d1;
	float: none;
	margin-left: 0;
}

.catalog-product-view .product.info.detailed.main .data.item.content .content__title {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.catalog-product-view .product.info.detailed.main .tab__menu {
	display: flex;
}

.page-header.sticky div.header.content {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background: #fff;
	z-index: 6;
}

.catalog-product-view .page-header.sticky {
	position: fixed;
	top: 0;
	background: white;
	z-index: 4;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.catalog-product-view .page-header.sticky .panel.wrapper {
	display: none;
}

.catalog-product-view .page-header.sticky .header.content {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.catalog-product-view .product.info.detailed.main .tab__menu.sticky {
	position: fixed;
	z-index: 11;
	top: 78px;
	width: 100%;
	background: white;
	height: 36px;
	max-width: 1132px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.catalog-product-view .product.data.items .tab__menu.sticky .data.item.title a {
	border-radius: 4px;
	line-height: 1;
}

.catalog-product-view .product.data.items .tab__menu.sticky .data.item.title {
	display: flex;
}

.catalog-product-view .page-wrapper.sticky {
	margin-top: 120px;
}

.catalog-product-view .tab__menu.sticky + .product.data.items {
	padding-top: 30px;
}

.catalog-product-view .media__wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	margin-bottom: 20px;
}

.catalog-product-view .product.data.items .media {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
	border-top: 1px solid #ddd;
	border-bottom: unset;
	padding: 20px 0;
	min-width: 0;
}

.catalog-product-view .product.data.items .media-right {
	padding: 0;
}

.catalog-product-view .product.data.items .media .media-body {
	width: unset;
	float: unset;
}

.catalog-product-view .product.data.items .media .media-body .row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.catalog-product-view .product.data.items .media .media-body .row .col-md-4 {
	width: 70%;
	float: unset;
	min-height: unset;
}

.catalog-product-view .media .media-body .price-col {
	display: flex;
	justify-content: center;
}

.catalog-product-view .product .media .media-body .row:before {
	content: unset;
}

.catalog-product-view .data.item.content .media .media-body .price-box,
.catalog-product-view .data.item.content .media .media-body .productAvailability {
	padding: 0;
}

.catalog-product-view .data.item.content .media .availability-in-tabs .stock {
	position: unset;
	top: unset;
	padding: 0;
	text-align: center;
}

.catalog-product-view .media .availability-in-tabs .stock.unavailable span {
	bottom: unset;
}

.catalog-product-view .media .media-body .media-heading {
	text-align: center;
}

.catalog-product-view .media .media-right form {
	display: flex;
	justify-content: center;
}

.catalog-product-view .owl-carousel .owl-stage-outer {
	display: flex;
	justify-content: center;
}

.catalog-product-view .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: 0 !important;
}

.catalog-product-view .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: 0 !important;
}

.catalog-product-view .product.data.items .data.item.title.active a.data.switch,
.catalog-product-view .product.data.items .data.item.title.active a.data.switch:hover {
	border: 1px solid #005595;
}

@media (max-width: 1200px) {
	.catalog-product-view .media__wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1200px) {
	.catalog-product-view .media__wrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 540px) {
	.catalog-product-view .media__wrapper {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1100px) {
	.catalog-product-view .page-header.sticky {
		padding-bottom: 77px;
	}
}

@media (max-width: 768px) {
	.catalog-product-view .product.info.detailed.main .tab__menu {
		gap: 20px 0;
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) AND (max-width: 1300px) {
	.catalog-product-view .product-add-form.fixedForm.sticky {
		margin-left: 0;
		right: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.catalog-product-view .columns .column.main .product.info.detailed.main .product.data.items {
		width: 100%;
	}
    body.overlay-modal-carrier {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .modalMapInPost {
        max-width: 80% !important;
        max-height: 80% !important;
        background: #fff;
    }
    .inpost-carrier-wrapper {
        margin: 10px 0 0 0;
        font-size: 11px;
    }
    .inpost-carrier-wrapper .point-data {
        margin: 0 0 10px 0;
    }
    .inpost-carrier-wrapper .point-data p {
        margin: 0;
    }
    .inpost-modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;

    }
    .inpost-modal__container {
        position: relative;
        background: #fff;
        max-width: 90%;
        max-height: 85%;
        width: 100%;
        height: 100%;
        margin: 20px;
        padding: 70px 20px 20px;
        overflow: hidden;
    }
    .inpost-modal__container .btn-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        border-radius: 50px;
        border: #000 1px solid;
        cursor: pointer;
        z-index: 9999;

    }
    .inpost-modal__container .btn-close:hover {
        transition: .3s;
        background: #cecece;
    }
    .inpost-modal__container .btn-close::after,
    .inpost-modal__container .btn-close::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        width: 15px;
        height: 1px;
    }
    .inpost-modal__container .btn-close::after {
        transform: rotate(45deg);
    }
    .inpost-modal__container .btn-close::before {
        transform: rotate(-45deg);
    }
}
