/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.radio-list,
.title-list,
.product-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #444;
	background: #fff;
	font: 14px/1.2857142857 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #9a527e;
}

a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?gwp8s8") format("truetype"), url("../fonts/icomoon.woff?gwp8s8") format("woff"), url("../fonts/icomoon.svg?gwp8s8#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-caret:before {
	content: "\e900";
}

.icon-tampon:before {
	content: "\e901";
}

.icon-towel:before {
	content: "\e902";
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea,
.form-control {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	padding: 8px;
	height: 40px;
	width: 100%;
	background: #fff;
	margin: 0;
	outline: none;
	box-shadow: none;
	border-radius: 4px;
	color: #444;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	border-radius: 5px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus,
.form-control:focus {
	border-color: #9a527e;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: rgba(68, 68, 68, .3);
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
	opacity: 1;
	color: rgba(68, 68, 68, .3);
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
	color: rgba(68, 68, 68, .3);
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	color: rgba(68, 68, 68, .3);
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder,
.form-control.placeholder {
	color: rgba(68, 68, 68, .3);
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* custom radio styles */

.jcf-radio {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	background: none;
	margin: 0;
	display: block;
}

.jcf-radio.jcf-checked span {
	opacity: 1;
	visibility: visible;
}

.jcf-radio span {
	box-shadow: 1px 0 0 rgba(0, 0, 0, .1);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	cursor: pointer;
	background: #9a527e;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	background: #fff;
	margin: 0;
	border: 1px solid #fff;
	width: 100%;
	height: 40px;
	border-radius: 5px;
}

.jcf-select.jcf-drop-active,
.jcf-select.jcf-focus {
	border-color: #9a527e;
}

.jcf-select.jcf-drop-active {
	border-radius: 5px 5px 0 0;
}

.jcf-select.jcf-drop-flipped {
	border-radius: 0 0 5px 5px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 8px 45px 8px 13px;
	color: #444;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 40px;
	bottom: 0;
	right: 0;
	cursor: pointer;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\e900";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
	border-radius: 5px 5px 0 0;
}

body > .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #9a527e;
	border-radius: 0 0 5px 5px;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #9a527e;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 18px;
	font-size: 13px;
	width: 100%;
	border-radius: 0 0 4px 4px;
}

.jcf-drop-flipped .jcf-list {
	border-radius: 4px 4px 0 0;
}

.jcf-drop-flipped .jcf-list ul li:last-child {
	border-radius: 0;
}

.jcf-drop-flipped .jcf-list ul li:first-child {
	border-radius: 4px 4px 0 0;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list ul li:last-child {
	border-radius: 0 0 4px 4px;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: normal;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 8px;
	color: #444;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: rgba(248, 178, 230, .42);
	color: #9a527e;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

#header {
	position: relative;
	position: relative;
	padding: 15px;
}

#header:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #f6b5e5;
	z-index: -1;
}

.logo {
	margin: 0 auto 15px;
	width: 160px;
}

.logo a {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.filter-form {
	position: relative;
}

.filter-form .form-element {
	margin: 0 0 20px;
}

.filter-form .form-element:last-child {
	margin: 0 0 5px;
}

.filter-form .input-wrap {
	width: 100%;
}

.radio-list {
	overflow: hidden;
	width: 140px;
	height: 50px;
	background: -webkit-linear-gradient(top, #d48ac3 0%, #d896c9 100%);
	background: linear-gradient(to bottom, #d48ac3 0%, #d896c9 100%);
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .25), inset 0 1px 0 rgba(0, 0, 0, .15);
	margin: 0 auto;
}

.radio-list li {
	width: 50%;
	float: left;
	position: relative;
	display: block;
	height: 100%;
}

.radio-list label {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.radio-list label.jcf-label-active .icon {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.radio-list .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	vertical-align: top;
	font-size: 34px;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #9a527e;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}

body {
	-ms-overflow-style: scrollbar;
}

.visual img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

iframe {
	display: block;
	width: 100%;
}

.btn {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	color: #fff;
	text-align: center;
	padding: 10px 12px;
	border: 0;
	outline: none;
	box-shadow: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase;
	background: #9a527e;
	border-radius: 5px;
	min-width: 130px;
}

.btn:hover,
.btn:active {
	background: #f6b5e5;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover,
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.container {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.pagination {
	position: relative;
	width: 100%;
	font-weight: 700;
}

.pagination .nav-links {
	overflow: hidden;
}

.pagination .page-numbers {
	padding: 0 4px;
	color: #444;
}

.pagination .page-numbers.current {
	pointer-events: none;
	color: #9a527e;
}

.pagination .page-numbers:hover {
	color: #9a527e;
}

.pagination .prev,
.pagination .next {
	float: left;
	padding: 0;
	font-weight: 400;
}

.pagination .prev.disabled,
.pagination .next.disabled {
	pointer-events: none;
	color: rgba(68, 68, 68, .5);
}

.pagination .prev{
    padding-left:15px;
}
.pagination .next {
	float: right;
    padding-right:15px;
}

.result-block {
	position: relative;
	margin-bottom: 20px;
}

.result-block .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 15px 10px;
}

.result-block .block-footer {
	position: relative;
	padding: 17px 0;
	text-align: center;
}

.result-block .block-footer .showing-text {
	display: block;
	letter-spacing: -.2px;
	font-weight: 400;
	margin: 0 0 12px;
}

.result-block .align {
	width: 100%;
}

.title-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 10px;
	line-height: 15px;
	font-weight: 400;
	color: #fff;
	position: relative;
	text-transform: uppercase;
}

.title-list:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #9a527e;
	z-index: -1;
}

.title-list a {
	color: #fff;
	line-height: inherit;
}

.title-list a:hover {
	color: #f6b5e5;
}

.title-list .icon-caret {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: inherit;
	margin: 0 0 0 2px;
}

.product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.product-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	padding: 0 15px;
}

.product-list .retailer-logo {
	display: inline-block;
	vertical-align: top;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 130px;
	padding: 0 20px 0 10px;
}

.product-list .retailer-logo a {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.product-list .retailer-logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.product-list .text {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #9a527e;
}

.product-list .text:before {
	display: block;
	content: attr(data-text);
	font-size: 10px;
	line-height: 12px;
	color: #515151;
	text-transform: uppercase;
	margin: 0 0 3px;
}

.product-list .description-text {
	display: block;
	text-align: left;
}

.product-list .visual {
	display: block;
	margin: 0 auto;
	max-width: 100px;
	width: 100%;
}

.product-list .visual a {
	max-width: inherit;
	width: 100%;
	display: block;
}

.product-list .visual img {
	max-width: inherit;
	width: 100%;
}

.product-list .btn-holder {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-list img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.product-list .col {
	padding: 15px 5px 13px;
}

.product-list .col.col-7 .align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-list .btn {
	display: block;
}

.title-dropdown .opener {
	display: block;
	background: #fff;
	border: 1px solid #fff;
	height: 40px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 22px;
	padding: 8px 45px 8px 13px;
	color: #444;
	-webkit-transition: none;
	transition: none;
	position: relative;
}

.title-dropdown .opener:before {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "\e900";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	input[type="date"],
	textarea,
	.form-control {
		padding: 8px 14px;
	}

	.jcf-select .jcf-select-text {
		padding: 8px 45px 8px 15px;
	}

	.jcf-list .jcf-option {
		padding: 8px 15px;
	}

	#header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.logo {
		width: 203px;
		padding: 3px 0 0;
		margin: 0;
	}

	.filter-form {
		width: calc(100% - 184px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -10px;
	}

	.filter-form .form-element {
		min-width: 33.333%;
		padding: 0 10px;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0;
	}

	.filter-form .form-element:last-child {
		margin: 0;
	}

	.radio-list {
		width: 100px;
		height: 40px;
		margin: 0 0 0 auto;
	}

	.radio-list .icon {
		font-size: 26px;
	}

	.pagination {
		width: auto;
	}

	.pagination .page-numbers {
		margin: 0 0 0 7px;
		padding: 0;
	}

	.pagination .prev,
	.pagination .next {
		display: none;
	}

	.result-block .col.active {
		background: rgba(248, 178, 230, .15);
	}

	.result-block .block-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.result-block .block-footer .showing-text {
		padding: 0 10px 0 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0;
	}

	.result-block .col-1 {
		width: 13%;
	}

	.result-block .col-2 {
		width: 12%;
	}

	.result-block .col-3 {
		width: 12%;
	}

	.result-block .col-4 {
		width: 18%;
	}

	.result-block .col-5 {
		width: 14%;
	}

	.result-block .col-6 {
		width: 12.5%;
	}

	.result-block .col-7 {
		width: 18.5%;
	}

	.product-list {
		margin: 0;
		width: 100%;
	}

	.product-list li {
		padding: 0;
	}

	.product-list .retailer-logo {
		margin: 0 0 8px;
		padding: 0;
		width: 100px;
	}

	.product-list .text:before {
		display: none;
	}

	.product-list .col {
		padding: 15px 10px;
	}

	.product-list .col.col-7 .align {
		display: block;
	}

	.product-list .btn {
		display: inline-block;
		vertical-align: top;
	}

	.title-dropdown .opener {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1029px) {
	.product-list .description-text {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.product-list .text {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (min-width: 1030px) {
	.result-block .col-1 {
		width: 12.5%;
	}

	.result-block .col-2 {
		width: 14.8%;
	}

	.result-block .col-3 {
		width: 10%;
	}

	.result-block .col-4 {
		width: 18.5%;
	}

	.result-block .col-5 {
		width: 10.2%;
	}

	.result-block .col-6 {
		width: 12.8%;
	}

	.result-block .col-7 {
		width: 21.2%;
	}

	.product-list .description-text {
		padding: 0 5px 0 11px;
	}

	.product-list .col {
		padding: 16px 13px 15px;
	}
}

@media (max-width: 767px) {
	.product-list .col {
		width: 25%;
		border-bottom: 1px solid #ebebeb;
	}

	.product-list .col.col-1 {
		width: 70px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-left: 0;
		padding-right: 0;
	}

	.product-list .col.col-2 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.product-list .col.col-3 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.product-list .col.col-4 {
		width: calc(100% - 70px);
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-left: 15px;
	}

	.product-list .col.col-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.product-list .col.col-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.product-list .col.col-7 {
		width: 100%;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
		padding-left: 0;
		padding-right: 0;
		border: none;
	}

	.hidden-xs {
		display: none !important;
	}

	.title-dropdown {
		position: relative;
		position: relative;
		padding: 0 0 20px;
	}

	.title-dropdown:before {
		position: absolute;
		display: block;
		content: "";
		top: 0;
		bottom: 0;
		left: -9999px;
		right: -9999px;
		background: #f6b5e5;
		z-index: -1;
	}

	.title-dropdown.active .opener {
		border-color: #9a527e;
		border-radius: 5px 5px 0 0;
	}

	.title-dropdown .slide {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 100%;
		width: 100%;
		background: #fff;
		margin-top: -20px;
	}

	.title-dropdown .slide .title-list {
		border: 1px solid #9a527e;
		border-width: 0 1px 1px;
		border-radius: 0 0 5px 5px;
		color: #444;
		line-height: 18px;
		font-size: 13px;
		text-transform: none;
	}

	.title-dropdown .slide .title-list:before {
		display: none;
	}

	.title-dropdown .slide .title-list li {
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.title-dropdown .slide .title-list li.active a {
		background: rgba(248, 178, 230, .42);
		color: #9a527e;
	}

	.title-dropdown .slide .title-list li a {
		color: #444;
		padding: 8px;
	}

	.title-dropdown .slide .title-list li a:hover {
		background: rgba(248, 178, 230, .42);
		color: #9a527e;
	}
}

@media (max-width: 479px) {
	.product-list .col {
		width: 24%;
	}

	.product-list .col.col-1 {
		width: 60px;
	}

	.product-list .col.col-4 {
		width: calc(100% - 60px);
	}

	.product-list .col.col-5 {
		width: 28%;
	}
}

.brand, #brand, .result-block .brand { display:none; }
.toweltext { display:none; }
#keywords2 { display:none; }