#notification_banner {
	display: none;
}

#body > .container {
    width: 100%;
}

#top {
	background-color: #000;
	color:#fff;
}

#packageConfigurator {
	margin-left:-16px;
	margin-right:-16px;
	margin-top:-8px;
}

#topinner {
	max-width: 560px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-bottom:32px;
}

#topinner h1, #topinner p {
    margin: 0 0 16px;
}

#selected-case {
	padding-top:16px;
	padding-bottom:16px;
}

#component-selection {
	position:relative;
	padding-right:272px;
}

#floater {
	right: 0;
    left: auto;
    z-index: 3;
    width:256px;
    position: absolute;
  	top: 0; 	
}

#floater_inner {
	border-radius: 16px;
	border: 1px solid #DCDCDC;
	background: #F7F8FB;
	box-shadow: 1px 2px 14px 0 rgba(0, 0, 0, 0.06);
	padding: 16px;
}

#floater .total-price {
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: -1.6px;
	white-space: nowrap;
}

#floater .price_dec {
	font-size: 16px;
}

#packageConfigurator ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

.category {
	margin-bottom: 8px;
	position: relative;
}

.category .components_wrapper {
	display:none;
	position: relative;
}

.category.active .components_wrapper {
	display:block;
}

.s_header {
	padding: 16px;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid #DCDCDC;
	background-color: #FFF;
	display: flex;
	justify-content: space-between;
}

.s_header .prices {
	text-align: right;
	flex-direction: column;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}

.s_header:hover {
	border: 1px solid #3B9EF6;
}

.category.active .s_header {
	border: 2px solid #3B9EF6;
	background-color: #EFF8FF;
}

#packageConfigurator .components {
	padding-top:8px;	
}

.component {
	display: flex;
	gap: 16px;
	cursor: pointer;
	padding-top:12px;
}

.component .img_innerwrapper {
	display:none;
	position: absolute;
}

.component.selected .img_innerwrapper {
    top: 8px;
    left:0;
    border-radius: 8px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	width: 239px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.component.selected .img_innerwrapper:empty {
	display: none
}

.component.selected .img_innerwrapper img {
	border-radius: 8px;
}

.component .img_wrapper {
	width:239px;
	flex-shrink: 0;
}

.component.disabled {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}

.componentText {
	display: flex;
	justify-content: space-between;
    flex-grow: 1;
}

.mtpcInput {
	display: none;
}

.mtpcInput + label {
	border: 1px solid #DCDCDC;
	width:24px;
	height:24px;
	border-radius: 50%;
}

.component:hover label {
	border: 1px solid #3B9EF6;
}

.mtpcInput:checked + label {
	border: 4px solid #3B9EF6;
	background-color: white;
}

.descr_wrapperW {
	display: flex;
	gap:8px;
	align-items: center;
}

.descr_wrapperW > div:first-child {
	display: flex;
    align-self: center;
    height:24px;
}

.addSubmit {
	width:100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

#pSliderWrapper {
	padding-bottom:16px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.stock_buttons {
	padding-left: 255px;
	padding-top: 8px;
	display: flex;
	gap:8px;
}

#mobileMenu {
	display: none !important;
}

.stock_buttons input {
	display: none;
}

.stock_buttons label, .swtBtn {
	border-radius: 6px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	margin: 0;
	color:#3d3d3d;
	line-height: 34px;
}

.stock_buttons label:hover, .swtBtn:hover {
	border: 1px solid #3B9EF6;
}

.stock_buttons input:checked + label, .swtBtn.active {
	border: 2px solid #3B9EF6;
	background: #EFF8FF;
	line-height: 32px;
}

#packages > div {
	padding:8px;
	height:518px;
	position: relative;
}


#packages .img_wrapper img {
	padding:0;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	width: 100%;
	object-fit: cover;
	height:200px;
}

#packages .price-wrapper {
	position: absolute;
	bottom:24px;
	right: 24px;
    left: 24px;
}

#packages {
	margin-top:-16px;
	margin-left: -8px;
    margin-right: -8px;
}

.img_wrapper p {
	margin:0;
}

#packages .innerWrapper {
	border-radius: 16px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	box-shadow: 1px 2px 14px 0 rgba(0, 0, 0, 0.06);
	height:100%;
}

#packages .textContent {
	padding:16px;
}

#packages .selected-case {
	padding:16px;
}

#packagewrapper #topinner img {
	margin-left:auto;
	margin-right:auto;
}

#why {
	border-radius: 16px;
	background: #FFF;
	padding: 32px 16px;
}

#why > div {
	padding-left:8px;
	padding-right:8px;
}

#why h5 {
	margin:8px 0;
}

#why p {
	font-size: 12px;
	margin:0;
}

#faq {
	margin:0;
	padding:0;
	list-style-type: none;
}

#faq {
	display: flex;
	gap: 16px;
	flex-direction: column;
	text-align: left;
}

#faq li {
	border-radius: 6px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding:8px 16px 8px 16px;
	cursor: pointer;
}

#faq li.selected {
	height:auto;
}

#faq .textInfo {
	font-size: 16px;
	font-weight: 700;
	display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}

#faq .textInfo .icon {
	width: 24px;
}

#faq .innerTextInfo {
	display: none;
	padding-top:8px;
	padding-bottom: 8px;
}

#faq .selected .innerTextInfo {
	display: block;
}

#faq .icon-Chevron-Down:before {
    content: "\e956";
}

#faq .selected .icon-Chevron-Down:before {
    content: "\e951";
}

@media screen and (max-width: 767px) {
	#floater {
		position: fixed;
		bottom: 0;
		height: 64px;
		top: auto;
		left:0;
		right:0;
		z-index:1003;
		width: 100%;
		padding-left:8px;
		padding-right:8px;
		margin-bottom:8px;
	}
	
	#floater_inner {
		display: flex;
		justify-content: space-between;
		padding:8px;
		gap:16px;
	}
	
	#pSliderWrapper {
		padding:0;
		white-space: nowrap;
	}
	
	#vatswitch, #vat-precent {
		display: none;
	}
	
	.addSubmit {
		max-width: 300px;
	}
	
	#component-selection {
		padding-right:0;
	}
}

