/* header */
.page-id-64750 .page-header {
	display:none;
}

#confidence_block .confidence_block_inner div {
	display:flex;
	align-items:center;
}

.select2-results__option:first-child {
	margin-top:0px !important;
	padding-top:6px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color:#5987fb !important;
	color:#ffffff;
}

.select2-results__option {
	padding:6px !important;
	margin:0;
}

body > .select2-container {
	margin-top:34px;
}

@media( max-width:767px ) {
	body > .select2-container {
		margin-top:48px;
	}
}

body {
	height:auto;
}

.stickyselect-wrapper {			
	position:fixed;
	z-index:1000;
	background-color:#f4f4f4;
	width:100%;
	bottom:-135px;
	left:0;
	padding:15px 0 15px;
	font-size:18px;
	transition:all 0.4s ease-out 0s;
}

.stickyselect-show .stickyselect-wrapper {
	bottom:0;
}

.stickyselect-container {
	max-width:900px;
	padding:0 25px;
	margin:0 auto;
}

.stickyselect-input-wrapper {
	display:flex;	
	align-items:center;
	justify-content:space-between;
	margin-bottom:10px;
}

.stickyselect-input-wrapper .select2-container {
	flex:1;			
	margin-right:12px; 
	border:none;
	background-color:#fff;
	height:48px;
}

.stickyselect-input-wrapper label {
	font-weight:bold;
	font-size:18px;
}

.stickyselect-action-wrapper a {
	display:block;
	text-decoration:none;
	background-color:#35396f;
	color:#ffffff;
	border-radius:9px;
	width:100%;
	padding:10px 25px;
	text-align:center;
	transition:all 0.2s ease 0s;
	border:none;
	cursor:pointer;
	font-weight:bold;
	font-size:18px;
}

.stickyselect-action-wrapper a:hover,
.stickyselect-action-wrapper a:focus {
	background-color:#565a95;
}

.select2-container .select2-selection--single {
	height:48px;
	display:flex;
	align-items:center;
	border:2px solid #d2d2d2 !important;
	border-radius:5px;
	outline:none;
	padding-left:8px;
	padding-right:20px;
	background-color:#fff !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left:0;
	padding-right:0;
}

.select2-dropdown {
	border:2px solid #d2d2d2 !important;
	border-radius:4px 4px 0 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top:50%;
	transform:translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color:#050038 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color:transparent transparent #050038 transparent;
}

.select2-results__option span,
.select2-selection__rendered span {
	display: flex;
	align-items: center;
	font-size:14px;
}

.img-product {
	max-width:25px;
	margin-right:5px;
}

@media( max-width:575px ) {
	.stickyselect-wrapper {
		padding:10px 0;
		bottom:-165px;
	}
	
	.stickyselect-show .stickyselect-wrapper {
		bottom:0px;
	}
	
	.stickyselect-show.stickyselect-down .stickyselect-wrapper {
		bottom:-120px;
	}
	
	.select2-container .select2-selection--single {
		height:40px;
	}
	
	.stickyselect-container {
		padding:0 15px;
	}
	
	.stickyselect-input-wrapper {
		flex-direction:column;
	}
	
	.stickyselect-input-wrapper .select2-container {
		width:100% !important;
		margin-right:0;
		margin-bottom:5px;
		height:40px;
		flex:inherit;
	}
	
	.stickyselect-input-wrapper label {
		font-size:14px;
	}
	
	.stickyselect-input-wrapper {
		margin-bottom:5px;
	}
	
	.stickyselect-action-wrapper a {
		padding:5px 15px;
	}
}

.stickyselect-drop {
	display:none;
	border-radius:8px 8px 0 0;
	position:absolute;
	cursor:pointer;
	width:60px;
	height:30px;	
	bottom:100%;
	left:15px;
	background-color:#5f8a6f;
	transition:all 0.2s ease 0s;
}

.stickyselect-drop:hover {
	height:40px;
}

@media( max-width:575px ) {
	.stickyselect-drop {
		display:block;		
	}	
	
	.stickyselect-drop:before {
		content:'';
		border: solid #fff;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 5px;
		position:absolute;
		top:45%;
		left:50%;
		transform:translate(-50%,-50%) rotate(45deg);
		-webkit-transform:translate(-50%,-50%) rotate(45deg);
	}
	
	.stickyselect-wrapper.down .stickyselect-drop:before {
		transform:translate(-50%,-50%) rotate(225deg);
		-webkit-transform:translate(-50%,-50%) rotate(225deg);
		top:55%;
	}
}

/* Discount */
.original {
	position:relative;
	font-weight:400;
}

.original:before {
	width: 100%;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	height: 0;
	border-bottom: 1px solid #f9423a;
	opacity: .7;
	transform: rotate(-15deg);
}

.disc {
	color: #f9423a;
	font-weight:bold;
}

/* toTop */
.toTop {
	width:60px;
	height:60px;
	bottom:105px;
	right:15px;
	z-index:1010;
	transition:all 0.4s ease 0.2s;
}

.toTop img {
	width:100%;
}

@media( max-width:991px ) {
	.toTop {
		bottom:150px;
	}
}

@media( max-width:575px ) {
	.toTop {
		bottom:140px;	
		width:48px;
		height:48px;	
	}
	
	.stickyselect-down .toTop {
		bottom:20px;
	}
}