/* Styles for Sexujte.sk v2.0
 * IPsystem s.r.o  / 2017
 * ------------------------------------------------------
 */
::-moz-selection {
  text-shadow: none;
  color: #FF0085;
  background-color: #FFEEEF; }

::selection {
  text-shadow: none;
  color: #FF0085;
  background-color: #FFEEEF; }

::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

body {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #3c3c3c;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  box-sizing: border-box;
  position: relative; }

html {
  width: 100%;
  height: 100%; }

@media (max-width: 800px) {
  body {
    padding: 0; } }

.container-slim {
  width: 90%;
  max-width: 900px;
  margin: auto; }

.row-m-0 {
  margin-left: 0;
  margin-right: 0; }

ul li ul {
  padding-left: 24px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #000;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6em;
  margin-top: 0; }

h1 {
  line-height: 1.4em; }

h1, h2 {
  margin-bottom: 16px; }

h3, h4, h5 {
  margin-bottom: 0; }

h1, .h1 {
  font-size: 28px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 14px; }

.f-siz-xsmall {
  font-size: 12px; }

.f-siz-small {
  font-size: 14px; }

.f-siz-base {
  font-size: 16px; }

.f-siz-large {
  font-size: 48px; }

.f-w-t {
  font-weight: 300; }

.f-w-b {
  font-weight: 400; }

.f-w-m {
  font-weight: 500; }

.f-w-l {
  font-weight: 700; }

.f-s-italic {
  font-style: italic; }

.f-stike {
  text-decoration: line-through; }

.line-h-l {
  line-height: 2.4em; }

.line-h-b {
  line-height: 1.6em; }

.line-h-s {
  line-height: 1.4em; }

.line-h-1 {
  line-height: 1em; }

a {
  color: inherit;
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.8;
  color: #FF0085; }

.text-under a {
  text-decoration: underline; }

.df-classic .df-card__price--new {
  color: #FF0085 !important;
}

.df-classic .df-term[data-selected] {
  background-color: #FF0085 !important;
  border-color: #FF0085 !important;
}

.doofinderLogo {
  display: none !important;
}

@media (max-width: 500px) {
  h1, .h1 {
    font-size: 24px; } }

.c-white {
  color: #fff; }

.c-grey {
  color: #888; }

.c-black {
  color: #000; }

.c-primary {
  color: #FF0085; }

.c-success,
.availability-y {
  color: #64AA00 !important; }

.c-error,
.availability-n {
  color: #ca113a !important; }

.bg-white {
  background: #fff; }

.bg-primary {
  background: #000; }

.bg-grey {
  background: #f9f9f9; }

.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.pos-fix {
  position: fixed; }

.d-none {
  display: none; }

.d-inline {
  display: inline; }

.d-inlineBlock {
  display: inline-block; }

.d-block {
  display: block; }

.d-table {
  display: table; }

.d-tableCell {
  display: table-cell; }

.d-tableColumn {
  display: table-column; }

.d-tableRow {
  display: table-row; }

.overflow-hidden {
  overflow: hidden; }

.visib-hidden {
  visibility: hidden; }

.v-a-base {
  vertical-align: baseline; }

.v-a-bott {
  vertical-align: bottom; }

.v-a-midd {
  vertical-align: middle !important; }

.hover-opacity,
.hover-shadow,
.hover-color-brand {
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

.hover-opacity:hover {
  opacity: 0.8; }

.hover-shadow:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35); }

.hover-color-brand:hover {
  color: #FF0085; }

label {
  font-weight: 700;
  font-size: 14px;
  display: block;
  padding-left: 0; }

input, textarea, select {
  background-color: #FDFDFD;
  color: #000;
  font-size: 14px;
  border: 1px solid #e1e2e6;
  border-radius: 4px;
  padding: 8px 16px;
  height: 40px;
  box-shadow: none; }

select {
  text-overflow: ellipsis; }

input[type="number"] {
  width: 60px;
  padding: 8px;
  text-align: center; }

.input--big {
  height: 48px; }

textarea {
  height: 100px;
  resize: vertical; }

input:focus, textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

button[disabled],
html input[disabled],
.disabled select {
  cursor: not-allowed;
  opacity: 0.8; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #888; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #888; }

.checkbox, .radio {
  margin: 0;
  padding: 0; }

.checkbox, .radio label {
  display: inline-block; }

.checkbox-block {
  display: block; }

input[type="checkbox"], input[type="radio"] {
  height: auto;
  margin: 7px 0 0; }

.field {
  margin-bottom: 16px; }

.has-error label {
  color: #ca113a; }

.has-error input,
.has-error select {
  border-color: #ca113a;
  background-color: #FFEEEF; }

.error-text {
  color: #ca113a;
  font-size: 14px; }

.cursor-pointer {
  cursor: pointer; }

.frame {
  padding: 16px;
  border: 1px solid #e1e2e6;
  background-color: #f9f9f9;
  font-size: 14px; }

.frame--blue {
  border-color: #4285F4;
  background-color: #E6F3FE; }

.collapsed > .angle-transf {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

.angle-transf {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

.icon-info {
  color: #4285F4;
  margin-left: 8px; }

@media (max-width: 500px) {
  .icon-info {
    display: none; }
  .frame {
    padding: 8px;
    font-size: 12px; } }

.border {
  border: 1px solid #e1e2e6; }

.border-t {
  border-top: 1px solid #e1e2e6; }

.border-b {
  border-bottom: 1px solid #e1e2e6; }

.border-b {
  border-bottom: 1px solid #e1e2e6; }

.border-r {
  border-right: 1px solid #e1e2e6; }

.border-l {
  border-left: 1px solid #e1e2e6; }

.border-pink {
  border-color: #FFD1E1; }

.m-0 {
  margin: 0 !important; }

.m-auto {
  margin: auto; }

.m-xs {
  margin: 8px; }

.m-s {
  margin: 16px; }

.m-m {
  margin: 32px; }

.m-l {
  margin: 56px; }

.m-xl {
  margin: 112px; }

.m-t-0 {
  margin-top: 0 !important; }

.m-t-auto {
  margin-top: auto; }

.m-t-xs {
  margin-top: 8px; }

.m-t-s {
  margin-top: 16px; }

.m-t-m {
  margin-top: 32px; }

.m-t-l {
  margin-top: 56px; }

.m-t-xl {
  margin-top: 112px; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-auto {
  margin-bottom: auto; }

.m-b-xs {
  margin-bottom: 8px; }

.m-b-s {
  margin-bottom: 16px; }

.m-b-m {
  margin-bottom: 32px; }

.m-b-l {
  margin-bottom: 56px; }

.m-b-xl {
  margin-bottom: 112px; }

.m-r-0 {
  margin-right: 0 !important; }

.m-r-auto {
  margin-right: auto; }

.m-r-xxs {
  margin-right: 4px; }

.m-r-xs {
  margin-right: 8px; }

.m-r-s {
  margin-right: 16px; }

.m-r-m {
  margin-right: 32px; }

.m-r-l {
  margin-right: 56px; }

.m-r-xl {
  margin-right: 112px; }

.m-l-0 {
  margin-left: 0 !important; }

.m-l-auto {
  margin-left: auto; }

.m-l-xxs {
  margin-left: 4px; }

.m-l-xs {
  margin-left: 8px; }

.m-l-s {
  margin-left: 16px; }

.m-l-m {
  margin-left: 32px; }

.m-l-l {
  margin-left: 56px; }

.m-l-xl {
  margin-left: 112px; }

.p-0 {
  padding: 0 !important; }

.p-xs {
  padding: 8px; }

.p-s {
  padding: 16px; }

.p-m {
  padding: 32px; }

.p-l {
  padding: 56px; }

.p-xl {
  padding: 112px; }

.p-t-0 {
  padding-top: 0 !important; }

.p-t-xs {
  padding-top: 8px; }

.p-t-s {
  padding-top: 16px; }

.p-t-m {
  padding-top: 32px; }

.p-t-l {
  padding-top: 56px; }

.p-t-xl {
  padding-top: 112px; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-xs {
  padding-bottom: 8px; }

.p-b-s {
  padding-bottom: 16px; }

.p-b-m {
  padding-bottom: 32px; }

.p-b-l {
  padding-bottom: 56px; }

.p-b-xl {
  padding-bottom: 112px; }

.p-r-0 {
  padding-right: 0 !important; }

.p-r-xs {
  padding-right: 8px; }

.p-r-s {
  padding-right: 16px; }

.p-r-m {
  padding-right: 32px; }

.p-r-l {
  padding-right: 56px; }

.p-r-xl {
  padding-right: 112px; }

.p-l-0 {
  padding-left: 0 !important; }

.p-l-xs {
  padding-left: 8px; }

.p-l-s {
  padding-left: 16px; }

.p-l-m {
  padding-left: 32px; }

.p-l-l {
  padding-left: 56px; }

.p-l-xl {
  padding-left: 112px; }

.section {
  padding: 32px 0 56px 0; }

.section-top {
  padding-top: 32px; }

.section-bottom {
  padding-bottom: 56px; }

@media (max-width: 500px) {
  .section {
    padding: 16px 0 28px 0; }
  .section-top {
    padding-top: 16px; }
  .section-bottom {
    padding-bottom: 28px; } }

.w-xs {
  width: 8px; }

.w-s {
  width: 16px; }

.w-m {
  width: 32px; }

.w-l {
  width: 56px; }

.w-xl {
  width: 112px; }

.w-xxl {
  width: 224px; }

.w-xxxl {
  width: 336px; }

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.max-w-750 {
  max-width: 750px; }

.max-w-900 {
  max-width: 900px; }

.max-w-360 {
  max-width: 360px; }

.min-w-60 {
  min-width: 56px; }

.min-w-120 {
  min-width: 112px; }

.min-w-240 {
  min-width: 224px; }

.w-40 {
  width: 40px; }

.h-60 {
  height: 60px; }

.l-nav {
  background: #fff;
  border: 1px solid #e1e2e6;
  padding: 8px 0;
  margin-left: 0;
  margin-right: 0; }

.l-nav__hm {
  display: none; }

.l-nav__logo {
  overflow: hidden;
  display: inline-block;
  height: 44px;
  padding-top: 7px; }

.l-nav__hm,
.l-nav__logo,
.l-nav__pages,
.l-nav__right {
  float: left; }

.l-nav__logo {
  width: 25%; }

.l-nav__pages {
  width: 50%; }

.l-nav__right {
  width: 25%; }

.hm__btn {
  position: relative;
  margin-right: 16px;
  padding: 6px 0;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent; }
  .hm__btn .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #FF0085;
    margin-bottom: 4px; }

@media (max-width: 800px) {
  .l-nav__pages {
    display: none; }
  .l-nav__hm {
    width: 10%;
    display: block; }
  .l-nav__logo {
    width: 60%; }
  .l-nav__right {
    width: 30%; } }

@media (min-width: 800px) {
  .nav__search-btn {
    display: none; } }

.show-nav {
  display: block !important;
  margin-top: -17px; }

.header__base {
  padding-top: 56px;
  padding-bottom: 56px;
  margin-top: 56px; }

.header-none {
  margin-top: 55px; }

@media (max-width: 800px) {
  .header__base,
  .header-none {
    margin-top: 50px; }
  .l_nav__logo {
    margin-top: 12px;
    padding-left: 16px; } }

@media (max-width: 500px) {
  .header__base {
    padding: 32px 0; }
  .l-nav__logo img {
    height: 20px;
    margin-left: -8px; } }

.l-aside {
  float: left;
  width: 250px; }

.l-content {
  float: left;
  width: calc(100% - 260px);
  padding-left: 32px; }

@media (max-width: 992px) {
  .l-aside {
    width: 230px; }
  .l-content {
    width: calc(100% - 240px); } }

@media (max-width: 800px) {
  .l-aside {
    float: none;
    width: 100%;
    display: none; }
  .l-content {
    float: none;
    width: 100%;
    padding-left: 0; } }

.sprite {
  background-image: url("../images/spritesheet.png");
  background-repeat: no-repeat;
  display: inline-block; }

.sprite-back-top {
  width: 24px;
  height: 24px;
  background-position: -5px -5px; }

.sprite-check-box {
  width: 20px;
  height: 22px;
  background-position: -39px -5px; }

.sprite-flag {
  width: 20px;
  height: 24px;
  background-position: -69px -5px; }

.sprite-icon-play {
  width: 32px;
  height: 32px;
  background-position: -5px -39px; }

.sprite-id-badge {
  width: 26px;
  height: 18px;
  background-position: -47px -39px; }

.sprite-medall {
  width: 15px;
  height: 25px;
  background-position: -83px -39px; }

.sprite-package {
  width: 26px;
  height: 27px;
  background-position: -47px -74px; }

.sprite-products {
  width: 26px;
  height: 26px;
  background-position: -83px -74px; }

.sprite-shopping-cart-full {
  width: 25px;
  height: 22px;
  background-position: -99px -5px; }

.sprite-timer {
  width: 22px;
  height: 24px;
  background-position: -108px -37px; }

.sprite-truck {
  width: 26px;
  height: 21px;
  background-position: -119px -71px; }

.sprite-wallet {
  width: 26px;
  height: 21px;
  background-position: -5px -102px; }

.sprite-sub {
  background-image: url("../images/spritesheet-subcategories.png");
  background-repeat: no-repeat;
  display: inline-block; }

.sprite-sub-ananalne {
  width: 24px;
  height: 32px;
  background-position: -5px -5px; }

.sprite-sub-gelove {
  width: 32px;
  height: 32px;
  background-position: -39px -5px; }

.sprite-sub-highttech {
  width: 32px;
  height: 32px;
  background-position: -5px -47px; }

.sprite-sub-latex {
  width: 12px;
  height: 32px;
  background-position: -81px -5px; }

.sprite-sub-luxury {
  width: 32px;
  height: 32px;
  background-position: -47px -47px; }

.sprite-sub-plastove {
  width: 10px;
  height: 32px;
  background-position: -89px -47px; }

.sprite-sub-realisticke {
  width: 18px;
  height: 32px;
  background-position: -103px -5px; }

.sprite-sub-supravy {
  width: 32px;
  height: 28px;
  background-position: -5px -89px; }

.bg-subscribe {
  background-color: #FFEEEF;
  border: 1px solid #FFD1E1; }

.brandLink {
  width: 120px;
  height: 82px;
  margin: 4px;
  float: left;
  border: 1px solid #e1e2e6; }

.brandLink a {
  display: block;
  height: 100%; }

.benefit {
  float: left;
  width: 25%;
  padding-right: 8px; }

.benefit:last-of-type {
  padding-right: 0; }

@media (max-width: 600px) {
  .benefit {
    width: 50%; } }

.Btn {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 32px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }
  .Btn:hover {
    opacity: 0.8;
    color: #fff; }

.Btn:focus,
.Btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: inherit; }

.btn--small {
  padding: 8px 16px; }

.btn--big {
  height: 48px; }

.btn-primary {
  color: #fff;
  background-color: #FF0085;
  border: 1px solid #FF0085; }

.btn_white {
  color: #FF0085;
  background-color: #fff;
  border: 1px solid #fff; }

.btn-ghost_primary {
  background-color: transparent;
  border: 1px solid #FF0085;
  color: #FF0085; }
  .btn-ghost_primary:hover {
    background-color: #FF0085;
    color: #fff;
    opacity: 1; }

.nav__cart-btn {
  padding: 6px 16px; }

@media (max-width: 500px) {
  .nav__cart-btn {
    padding: 8px; }
    .nav__cart-btn .btn__icon {
      margin-right: 0; }
    .nav__cart-btn .btn__price {
      display: none; } }

.fancy-link {
  display: inline-block;
  text-decoration: none; }

@media (min-width: 800px) {
  .fancy-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #FF0085;
    transition: width .2s; }
  .fancy-link:hover::after {
    width: 100%; }
  .fancy-link:hover {
    color: #FF0085;
    opacity: 1; } }

.link-white {
  color: #fff; }

@media (min-width: 1026px) {
  .link-white::after {
    background: #fff; }
  .link-white:hover {
    color: #fff; } }

.lm {
  background-color: rgba(255, 238, 244, 0.3);
  border: 1px solid #FFD1E1;
  border-radius: 4px;
  margin-bottom: 32px;
  font-size: 14px; }

.lm__title {
  color: #000;
  font-weight: 700;
  padding: 8px 16px; }

.lm__menu {
  padding: 8px 16px;
  line-height: 2.4em; }

.category--active {
  color: #FF0085; }

.menu--active,
.subcategory--active {
  border-bottom: 1px solid #FF0085;
  color: #FF0085; }

.menu--active {
  padding-bottom: 4px; }

.lm-info {
  display: none; }

.circle {
  width: 32px;
  height: 32px;
  background-color: #FF0085;
  color: #fff;
  text-align: center;
  line-height: 1em;
  font-weight: 700;
  padding: 6px 0;
  border-radius: 50%;
  margin-top: 5px; }

.circle--icon {
  padding: 7px 0; }

.circle--green {
  background-color: #64AA00; }

.circle--red {
  background-color: #ca113a; }

.search__input {
  width: calc(100% - 50px);
  max-width: 330px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.search__btn {
  padding: 6px 16px;
  height: 40px;
  margin-top: -1px;
  margin-left: -6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.show-search {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FFD1E1;
  z-index: 3;
  padding: 16px 0; }

.hide-search {
  display: none; }

.pc {
  overflow: hidden;
  border: 1px solid #e1e2e6;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-bottom: 8px;
  float: left;
  width: calc(33.33% - 8px);
  margin-right: 8px; }

.pc:hover {
  -webkit-box-shadow: 0 0 12px rgba(255, 204, 225, 0.9);
  box-shadow: 0 0 12px rgba(255, 204, 225, 0.9); }

.pc__header {
  padding: 8px; }

.pc__img {
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 200px;
  display: table;
  table-layout: fixed;
  width: 100%; }

.pc__img img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.pc__discount {
  position: absolute;
  display: table;
  background-color: #ca113a;
  color: white;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  z-index: 2;
  font-weight: bold;
  line-height: 15px; }
  .pc__discount span {
    vertical-align: middle;
    display: table-cell; }

.pc__new {
  background-color: #00BDFD; }

.discount--detail {
  top: 4px;
  left: 4px; }

.pc__body {
  padding: 8px; }

.pc__title {
  display: block;
  height: 48px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis; }

.pc__price {
  color: #FF0085;
  font-weight: 700;
  margin-bottom: 0; }

.pc__sale {
  color: #888;
  font-weight: 400;
  margin-left: 8px;
  text-decoration: line-through; }

.pc__footer {
  border-top: 1px solid #e1e2e6;
  font-size: 12px;
  padding: 4px; }

@media (min-width: 800px) and (max-width: 992px) {
  .pc {
    width: calc(50% - 8px); } }

@media (min-width: 480px) and (max-width: 660px) {
  .pc {
    width: calc(50% - 8px); } }

@media (max-width: 500px) {
  .pc__img {
    height: 160px; }
  .pc__title {
    height: auto;
    max-height: 68px; } }

@media (max-width: 480px) {
  .pc {
    width: 100%;
    margin-right: 0; } }

.bc {
  color: #FF0085;
  font-size: 12px;
  margin-bottom: 8px; }

.bc li:after {
  content: '\00bb';
  padding-left: 8px; }

.bc li:last-child {
  color: #888; }

.bc li:last-child:after {
  content: ''; }

.subcategory-container {
  margin-right: -8px; }

.subcategory {
  overflow: hidden;
  margin-bottom: 16px;
  width: 100%; }

.subcategory__item {
  float: left;
  border: 1px solid #e1e2e6;
  font-size: 14px;
  padding: 4px;
  width: calc(25% - 8px);
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-transition: all 550ms ease-in-out;
  -moz-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out; }

.subcategory__item a {
  display: table; }

.subcategory__item:hover {
  border-color: #FF0085; }

.subcategory__item:before {
  color: #888;
  font-family: FontAwesome;
  content: "\f105";
  float: right;
  margin-right: 4px;
  line-height: 34px; }

.item__image,
.item__heading {
  display: table-cell;
  vertical-align: middle; }

.item__image {
  margin: 0 auto;
  height: 32px;
  width: 32px;
  text-align: center;
  display: table;
  table-layout: fixed;
  position: relative; }

.item__image .image__img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.item__image .image__img span {
  margin: auto; }

.item__heading {
  padding: 0 10px;
  text-align: left;
  line-height: 1.1em; }

@media (max-width: 992px) {
  .subcategory__item {
    width: calc(33.33% - 8px); } }

@media (max-width: 500px) {
  .subcategory__item {
    width: 100%;
    margin-right: 0;
    padding: 4px;
    margin-bottom: 4px; } }

.pg {
  margin-top: 16px;
  text-align: center; }

.pg__pages {
  margin-top: 32px; }

.pg__page {
  padding-right: 16px; }

.page--current {
  font-weight: 500;
  color: #FF0085; }

.filter {
  border: 1px solid #e1e2e6;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 14px; }

.filter__param,
.filter__warehouse,
.filter__box {
  padding: 8px 16px; }

.filter__param {
  border-right: 1px solid #e1e2e6; }

.filter__box {
  border: 1px solid #e1e2e6;
  margin-top: -1px;
  background-color: #fefeff;
  overflow: hidden; }

.filter__box__menu,
.filter__box__content {
  float: left; }

.filter__box__menu {
  width: 130px;
  border-right: 1px solid #e1e2e6; }

.filter__box__content {
  width: calc(100% - 150px);
  margin-left: 16px; }

@media (max-width: 500px) {
  .filter__box__menu,
  .filter__box__content {
    float: none;
    width: 100%; }
  .filter__box__menu {
    border-right: 0;
    border-bottom: 1px solid #e1e2e6; } }

.fch {
  margin-right: 16px; }

.fch__count {
  font-size: 14px;
  color: #888;
  margin-left: 4px; }

@media (max-width: 1199px) {
  .filter__warehouse {
    border-right: 0; }
  .filter__param,
  .filter__warehouse {
    border-bottom: 1px solid #e1e2e6; } }

.fb {
  border: 1px solid #e1e2e6;
  background-color: #FFEEEF;
  padding: 8px 16px;
  margin-top: 8px;
  border-radius: 4px; }

.fb__item {
  color: #FF0085;
  font-size: 14px; }

.pd__img-cover {
  border: 1px solid #e1e2e6;
  position: relative;
  margin-bottom: 32px; }

.pd__img,
.item__img {
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 240px;
  display: table;
  table-layout: fixed;
  width: 100%; }

.pd__img-img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.pd__price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px; }

.pd__discount,
.pd__warehouse {
  font-size: 14px; }

.pd__thumbs {
  overflow: hidden;
  margin-right: -8px; }

.thumb__item {
  border: 1px solid #e1e2e6;
  float: left;
  width: calc(33.33% - 8px);
  margin-right: 8px;
  margin-bottom: 8px; }
  .thumb__item .item__img {
    height: 58px; }

.thumb__item:last-of-type {
  margin-right: 0; }

.item__more {
  height: 58px;
  display: inline-block;
  padding-top: 16px; }

@media (max-width: 800px) {
  .pd__thumbs,
  .pd__img-cover {
    margin-bottom: 8px; } }

.cart__table {
  width: 100%;
  margin-bottom: 16px; }
  .cart__table th {
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #e1e2e6; }

.td {
  border-bottom: 1px solid #e1e2e6;
  padding: 16px 0; }

.cart__img-box {
  float: left; }

.cart__desc {
  float: left;
  padding-left: 16px; }

.cart__desc2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px; }

.cart__img {
  height: 58px;
  padding-right: 8px;
  width: 66px; }

.cart__box {
  display: table; }

.cart__total {
  width: 30%;
  padding-right: 14px; }

.availability {
  font-size: 14px;
  font-style: italic;
  color: #64AA00; }

@media (max-width: 500px) {
  .td {
    display: block;
    text-align: center;
    padding: 4px 0;
    width: 100%;
    border-bottom: 0; }
  .td--left {
    text-align: left; }
  .cart__close,
  .tr-divider {
    border-bottom: 1px solid #e1e2e6;
    padding-bottom: 8px;
    margin-bottom: 8px; }
  .cart__img-box,
  .cart__desc {
    float: none; }
  .cart__desc {
    font-size: 14px; }
  .cart__desc,
  .cart__desc2 {
    font-size: 14px;
    text-align: center;
    display: block;
    padding-left: 0; }
  .cart__img {
    height: 48px;
    padding-right: 0;
    margin-bottom: 8px; }
  .cart__img2 {
    margin: auto; }
  .cart__box {
    display: block; } }

.sl {
  font-size: 20px;
  margin-bottom: 32px; }

.sl__box:first-of-type {
  margin-right: 16px; }

.box--active {
  color: #FF0085;
  font-weight: 700; }

.box--actived {
  color: #000; }

@media (max-width: 680px) {
  .sl {
    margin-bottom: 8px; }
  .sl__box {
    display: block;
    margin-bottom: 16px; }
  .sl__box:first-of-type {
    margin-right: 0; } }

.loading {
  position: fixed;
  top: 50%;
  right: 50%;
  margin-right: -45px;
  xbackground-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none; }

.loading--active {
  display: block; }

.loading__icon,
.loading__text {
  color: #FF0085; }

.loading__text {
  font-size: 12px; }

.msg {
  padding: 8px 16px;
  margin-bottom: 32px; }

.error-text:before {
  font-family: FontAwesome;
  content: "\f071";
  padding-right: 4px; }

.msg__title {
  color: #fff; }

.msg--error {
  border: 1px solid #ca113a;
  background-color: #ca113a; }

.msg--info {
  border: 1px solid #4285F4;
  background-color: #4285F4; }

.text-banner {
  background-color: #FFEEEF;
  border: 1px solid #FFD1E1;
  padding: 8px;
  display: none; }

@media (max-width: 500px) {
  .img-banner {
    display: none; }
  .text-banner {
    display: block; } }

.navbar-toggle .icon-bar {
  background-color: #FF0085; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #FF0085;
  border-bottom: 1px solid #FF0085; }

.navbar-toggle {
  float: left;
  padding: 6px 0; }

@media (max-width: 800px) {
  .container {
    width: 100%; } }

@media (min-width: 800px) and (max-width: 1200px) {
  .container {
    width: 100%; } }

.hor-tabs .nav-tabs > li {
  float: none; }

.hor-tabs .nav-tabs {
  border-bottom: none; }

.tooltip-inner {
  max-width: 320px;
  color: black;
  background-color: #EBEBEB; }

.tooltip.right .tooltip-arrow {
  border-right-color: #EBEBEB; }

.tooltip.left .tooltip-arrow {
  border-left-color: #EBEBEB; }

@media (max-width: 800px) {
  .tooltip-inner {
    max-width: 300px; } }

@media (max-width: 500px) {
  .xs-hide {
    display: none !important; }
  .xs-w-full {
    width: 100%; }
  .xs-d-block {
    display: block; }
  .xs-text-left {
    text-align: left; }
  .xs-text-right {
    text-align: right; }
  .xs-text-center {
    text-align: center; }
  .xs-p-s {
    padding: 16px; }
  .xs-p-m {
    padding: 32px; }
  .xs-p-t-0 {
    padding-top: 0; }
  .xs-p-b-0 {
    padding-bottom: 0; }
  .xs-p-t-s {
    padding-top: 16px; }
  .xs-p-t-m {
    padding-top: 32px; }
  .xs-p-b-s {
    padding-bottom: 16px; }
  .xs-p-b-m {
    padding-bottom: 32px; }
  .xs-p-l-0 {
    padding-left: 0; }
  .xs-p-r-0 {
    padding-right: 0; }
  .xs-m-auto {
    margin: 0 !important; }
  .xs-m-r-0 {
    margin-right: 0 !important; }
  .xs-m-l-0 {
    margin-left: 0 !important; }
  .xs-p-l-xss {
    padding-left: 4px; }
  .xs-m-t-s {
    margin-top: 16px; }
  .xs-m-t-m {
    margin-top: 32px; }
  .xs-m-b-s {
    margin-bottom: 16px; }
  .xs-m-b-m {
    margin-bottom: 32px; }
  .xs-list > li {
    display: block;
    margin-bottom: 16px; }
  .col-xxs-12 {
    width: 100%; }
  .xs-f-siz-xsmall {
    font-size: 12px; } }

@media (max-width: 768px) {
  .smm-m-t-m {
    margin-top: 32px; } }

@media (max-width: 800px) {
  .sm-text-left {
    text-align: left; }
  .sm-text-right {
    text-align: right; }
  .sm-text-center {
    text-align: center; }
  .sm-hide {
    display: none; }
  .sm-w-full {
    width: 100%; }
  .sm-d-block {
    display: block; }
  .sm-p-t-s {
    padding-top: 16px; }
  .sm-p-t-m {
    padding-top: 32px; }
  .sm-p-b-s {
    padding-bottom: 16px; }
  .sm-p-b-m {
    padding-bottom: 32px; }
  .sm-m-t-s {
    margin-top: 16px; }
  .sm-m-t-m {
    margin-top: 32px; }
  .sm-m-b-s {
    margin-bottom: 16px; }
  .sm-m-b-m {
    margin-bottom: 32px; } }

@media (max-width: 992px) {
  .md-hide {
    display: none !important; }
  .md-m-t-m {
    margin-top: 32px; } }
