a {
  color: #5d3138;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400; }
  a:hover {
    color: #FF0088; }

body {
  font-family: "Open Sans"; }

input[type=submit] {
  /*background-color: $orange-btn;*/
  background-color: #67b748;
  /*color: black;*/
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  /*box-shadow: inset 0 -3px 0 #c98411;*/
  box-shadow: inset 0 -3px 0 #2e7314;
  display: inline-block;
  padding: 7px 15px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  border: none; }
  input[type=submit]:hover {
    text-decoration: none;
    /*background-color: #fbb745;*/
    /*        color: black;*/
    background-color: #7bd857;
    color: #fff; }
  input[type=submit]:active {
    /*box-shadow: inset 0 3px 0 #c98411;*/
    box-shadow: inset 0 3px 0 #2e7314; }

#apply-coupon-code input[type=submit] {
  font-size: 14px !important; }

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e6e4e4;
  outline: none;
  height: 42px;
  margin-top: 0px;
  padding: 0px;
  transition: 0.3s;
  margin-bottom: 15px; }
  input[type=text]:hover,
  input[type=email]:hover,
  input[type=tel]:hover,
  input[type=password]:hover {
    border-color: #5d3138;
    transition: 0.3s; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=password]:focus {
    border-color: #5d3138;
    transition: 0.3s; }
  input[type=text][name=coupon_code],
  input[type=email][name=coupon_code],
  input[type=tel][name=coupon_code],
  input[type=password][name=coupon_code] {
    width: 150px;
    height: 30px;
    margin: 0px 10px; }

.megamenu-block {
  display: none;
  position: absolute;
  padding: 20px;
  width: 100%;
  box-shadow: 0px 3px 30px 0px #000;
  z-index: 300;
  background: #fff;
  min-height: 200px;
  left: 0px; }
  .megamenu-block#megamenu__dicounts {
    left: 0px; }
    .megamenu-block#megamenu__dicounts ul {
      width: 100% !important;
      display: block;
      max-width: initial;
      padding: 0px;
      border: 0px; }
      .megamenu-block#megamenu__dicounts ul li {
        width: calc(33.33333% - 10px);
        margin: 5px;
        height: 180px;
        position: relative;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        padding-right: 25px; }
        .megamenu-block#megamenu__dicounts ul li i {
          color: #fff;
          font-size: 24px;
          position: absolute;
          top: 50%;
          right: -20px;
          transition: 0.3s;
          z-index: 10;
          transform: translate3d(0, -50%, 0); }
        .megamenu-block#megamenu__dicounts ul li:hover i {
          right: 20px; }
        .megamenu-block#megamenu__dicounts ul li a {
          display: flex;
          width: 100%;
          position: absolute;
          left: 0px;
          top: 0px;
          height: 100%;
          flex-direction: column;
          padding: 20px; }
        .megamenu-block#megamenu__dicounts ul li:hover .promoBgFade {
          opacity: 0.8; }
        .megamenu-block#megamenu__dicounts ul li .promoBgFade {
          position: absolute;
          height: 100%;
          width: 100%;
          left: 0px;
          top: 0px;
          opacity: 0.5;
          z-index: 1; }
        .megamenu-block#megamenu__dicounts ul li h3 {
          z-index: 10;
          position: relative; }
        .megamenu-block#megamenu__dicounts ul li p {
          z-index: 10;
          position: relative; }
  @media (max-width: 1025px) {
    .megamenu-block {
      position: relative;
      padding: 15px;
      width: 100%;
      box-shadow: none;
      min-height: initial;
      float: left;
      background-color: #eaeaea; }
      .megamenu-block ul {
        padding: 0px !important;
        width: 100%;
        border: none !important;
        max-width: initial !important; }
        .megamenu-block ul li {
          width: 100%;
          text-align: center; }
          .megamenu-block ul li a:hover {
            background: #b5b5b5; }
      .megamenu-block .image {
        display: none; } }
  .megamenu-block .image {
    max-width: 60%; }
    .megamenu-block .image img {
      max-width: 100%;
      height: 330px !important; }
  .megamenu-block ul {
    display: block;
    float: left;
    border-left: 1px solid #831f87;
    max-width: 30%;
    padding: 0px;
    padding-left: 30px; }
    .megamenu-block ul li {
      list-style: none;
      display: block;
      width: 100%; }
      .megamenu-block ul li a {
        color: black;
        font-family: "Open Sans";
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.56px;
        line-height: 19px;
        padding: 10px 10px;
        display: block;
        padding-left: 0px;
        text-decoration: none; }
        .megamenu-block ul li a:hover {
          text-decoration: none;
          color: #fe0360; }

.container-fluid {
  max-width: 1920px; }

#cart-panel.justAdded #cart-inner,
#cart-panel.hover #cart-inner {
  display: block;
  transition: 0.3s; }
  #cart-panel.justAdded #cart-inner .row,
  #cart-panel.hover #cart-inner .row {
    border: none !important; }

#cart-inner {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 350px;
  z-index: 200;
  display: none; }
  #cart-inner .bg {
    margin-top: 25px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.45);
    border-top: 5px solid #1bd81b;
    position: relative; }
    #cart-inner .bg #arrow {
      right: 20px;
      top: -43px;
      color: #fff;
      position: absolute;
      font-size: 65px;
      text-shadow: 0px -5px 0px #1bd81b; }

section#homepage {
  padding-top: 30px;
  position: relative; }

#promocodeCollect {
  background: #8b218f;
  min-height: 30px;
  margin: 50px auto;
  max-width: 1100px; }
  #promocodeCollect .modal_field_group_success {
    font-size: 32px;
    margin-top: 50px; }
    #promocodeCollect .modal_field_group_success .code {
      display: inline-block;
      padding: 5px 10px;
      border: 3px dashed;
      background: #fff;
      color: #f00;
      box-shadow: 0px 0px 0px 4px #fff;
      border-radius: 5px;
      font-size: 30px;
      margin-top: 50px; }
  #promocodeCollect input[type=email] {
    width: 320px;
    padding: 5px;
    margin: 20px auto;
    display: block;
    border: none;
    border-radius: 3px;
    color: #000;
    height: 50px;
    text-align: center; }
  #promocodeCollect button {
    border: none;
    width: 320px; }
  #promocodeCollect .infoText {
    text-align: center;
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase; }
    #promocodeCollect .infoText .title1 {
      margin-top: 40px;
      font-size: 20px;
      font-weight: 100; }
    #promocodeCollect .infoText .title2 {
      font-size: 42px;
      text-transform: lowercase;
      font-weight: 700; }
    #promocodeCollect .infoText .title3 {
      font-size: 20px;
      font-weight: 400;
      margin-top: 10px; }
  #promocodeCollect .imgLeft {
    background-image: url("../assets/site/img/promocode.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    #promocodeCollect .imgLeft .colorFade {
      position: absolute;
      left: 0px;
      width: 100%;
      height: 100%;
      top: 0px;
      background: #8b218f;
      opacity: 0.6;
      z-index: 2; }
    #promocodeCollect .imgLeft .inner {
      border: 1px solid #fff;
      min-height: 200px;
      margin: 15px 0px;
      z-index: 5;
      position: relative; }
      #promocodeCollect .imgLeft .inner #percent {
        font-size: 96px;
        color: #fff;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 30px;
        font-family: "Open Sans";
        font-weight: 800; }
      #promocodeCollect .imgLeft .inner #code {
        font-size: 36px;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
        font-family: "Open Sans";
        font-weight: 400;
        text-transform: uppercase; }
.qtys{
  font-family: "Open Sans";
  font-size: 18px !important;
  color: #000;
  margin-top: 20px;
}
.qtys span{
  font-weight: bold !important;
  font-size: 18px !important;
  border: none !important;
}
.homeCatItem {
  position: relative;
  height: 390px;
  box-shadow: 0px 0px 5px 0px #ccc;
  width: calc(50% - 30px);
  margin: 15px;
  float: left;
  transition: 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden; }
  @media (min-width: 1500px) {
    .homeCatItem {
      width: calc(33.3333% - 30px); } }
  @media (max-width: 900px) {
    .homeCatItem {
      width: calc(100% - 30px); } }
  .homeCatItem#pillows {
    background-image: url(../assets/site/img/pillow.png); }
  .homeCatItem#matras {
    background-image: url(../assets/site/img/matras.png); }
  .homeCatItem#namatras {
    background-image: url(../assets/site/img/namatras.png); }
  .homeCatItem#odeyala {
    background-image: url(../assets/site/img/odeyala.png); }
  .homeCatItem#komplekti {
    background-image: url(../assets/site/img/komplekti.png); }
  .homeCatItem#sherst {
    background-image: url(../assets/site/img/sherst.png); }
  .homeCatItem .fader {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.3s; }
    .homeCatItem .fader a {
      display: block;
      position: absolute;
      height: 100%;
      width: 100%; }
  .homeCatItem:hover {
    transition: 0.2s;
    box-shadow: 0px 0px 35px 0px #ccc; }
    .homeCatItem:hover .fader {
      opacity: 1;
      transition: 0.3s; }
  .homeCatItem .meta {
    height: 80px;
    background-color: #fff;
    bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 10; }
    @media (max-width: 490px) {
      .homeCatItem .meta {
        height: 140px; } }
    .homeCatItem .meta a.name {
      display: flex;
      position: absolute;
      padding-left: 15px;
      padding-right: 10px;
      max-width: 180px;
      height: 80px; }
      @media (max-width: 490px) {
        .homeCatItem .meta a.name {
          width: 100%;
          max-width: initial;
          margin-bottom: 10px;
          float: left;
          display: block;
          display: block;
          padding-top: 20px;
          height: 60px; }
          .homeCatItem .meta a.name span {
            display: block;
            text-align: center;
            width: 100%;
            font-size: 15px !important;
            text-decoration: none !important; }
          .homeCatItem .meta a.name::after {
            display: block;
            content: "";
            clear: both;
            height: 1px;
            width: 100%; } }
      .homeCatItem .meta a.name:hover {
        text-decoration: none; }
        .homeCatItem .meta a.name:hover span {
          color: #8b218f;
          transition: 0.1s;
          text-decoration: none; }
      .homeCatItem .meta a.name span {
        align-self: center;
        color: black;
        font-family: "Open Sans";
        font-size: 20px;
        font-weight: 700;
        line-height: 27px;
        text-transform: uppercase;
        transition: 0.1s;
        text-decoration: underline; }
    .homeCatItem .meta .discount {
      width: 220px;
      padding-top: 16px;
      float: right; }
      @media (max-width: 490px) {
        .homeCatItem .meta .discount {
          float: none;
          width: 100%;
          float: left;
          display: block;
          padding-left: 20px;
          margin-top: 60px; } }
      .homeCatItem .meta .discount .qnty {
        float: left;
        color: black;
        font-family: "Open Sans";
        font-size: 16px;
        font-weight: 400;
        padding-top: 16px; }
      .homeCatItem .meta .discount .bg {
        background-color: #8b218f;
        color: #fff;
        float: right;
        font-family: "Open Sans";
        font-size: 20px;
        font-weight: 300;
        padding: 10px;
        text-align: center;
        padding-left: 30px;
        position: relative; }
        .homeCatItem .meta .discount .bg .triangle {
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 24px 0 26px 22px;
          border-color: transparent transparent transparent #ffffff;
          -webkit-transform: rotate(360deg);
          left: 0px;
          top: 0px; }
  .homeCatItem .subcats {
    position: absolute;
    width: 230px;
    right: -230px;
    top: 0px;
    background-color: #fff;
    height: calc(100% - 80px);
    z-index: 10;
    transition: 0.3s;
    display: flex; }
    .homeCatItem .subcats ul {
      align-self: center;
      padding: 0px;
      display: block;
      width: 100%;
      margin-bottom: 0px; }
      .homeCatItem .subcats ul li {
        list-style: none;
        text-align: center; }
        .homeCatItem .subcats ul li a {
          color: #5d3138;
          font-family: "Open Sans";
          font-size: 14px;
          font-weight: 400;
          line-height: 19px;
          display: block;
          margin: 8px 5px;
          border: 1px solid #e5e5e5;
          padding: 8px 5px; }
          .homeCatItem .subcats ul li a:hover {
            background: #5d3138;
            color: #fff;
            text-decoration: none; }
  .homeCatItem:hover .subcats {
    right: 0px;
    transition: 0.3s; }

header {
  z-index: 200;
  position: relative;
  box-shadow: 0px 0px 30px -10px #000;
  width: 100%;
  top: 0px;
  background-color: #fff; }
  header #mobilePhone {
    display: block;
    font-size: 18px;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(93, 49, 56, 0.15);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    z-index: 20;
    position: relative;
    color: #5d3138;
    margin-top: 25px;
    z-index: 5;
    float: right; }
    header #mobilePhone:hover, header #mobilePhone:active {
      background-color: #5d3138;
      color: #fff; }
  header #headerPhone {
    color: #5d3138;
    font-family: "Open Sans";
    font-size: 18px !important;
    font-weight: 400;
    letter-spacing: 0.69px;
    line-height: 23px;
    margin-top: 28px; }
    @media (max-width: 1199px) {
      header #headerPhone {
        font-size: 16px !important; } }
    header #headerPhone span.hidden-sm {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #e2e2e2; }
      @media (max-width: 1037px) {
        header #headerPhone span.hidden-sm {
          border: none;
          padding: 0px; } }
    header #headerPhone .schedule {
      color: #9c9c9c;
      font-family: "Open Sans";
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0.38px;
      line-height: 12px;
      margin-top: 5px; }
  header #mainMenu {
    border-top: 1px solid #e8e8e8; }
    header #mainMenu span#menuToggleMobile {
      display: flex;
      padding: 15px;
      color: #5c2f38;
      font-family: 'Open Sans';
      font-size: 18px;
      text-align: center;
      width: 100%;
      justify-content: center;
      line-height: 40px !important; }
      header #mainMenu span#menuToggleMobile strong {
        display: inline-block;
        position: relative;
        width: 30px;
        height: 40px;
        padding-top: 9px;
        margin-right: 10px; }
        header #mainMenu span#menuToggleMobile strong i {
          display: block;
          height: 2px;
          width: 100%;
          background-color: #5c2f38;
          margin-bottom: 6px;
          transition: 0.3s;
          position: absolute; }
          header #mainMenu span#menuToggleMobile strong i:first-child {
            top: 9px; }
            header #mainMenu span#menuToggleMobile strong i:first-child.active {
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              top: 20px;
              transition: 0.3s; }
          header #mainMenu span#menuToggleMobile strong i:nth-child(2) {
            top: 19px;
            opacity: 1; }
            header #mainMenu span#menuToggleMobile strong i:nth-child(2).active {
              display: none;
              transition: 0.3s; }
          header #mainMenu span#menuToggleMobile strong i:nth-child(3) {
            top: 29px; }
            header #mainMenu span#menuToggleMobile strong i:nth-child(3).active {
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              transition: 0.3s;
              top: 21px; }
      header #mainMenu span#menuToggleMobile.active {
        color: #666; }
      @media (min-width: 1025px) {
        header #mainMenu span#menuToggleMobile {
          display: none; } }
    header #mainMenu.menufixed {
      position: fixed;
      left: 0px;
      top: 0px;
      z-index: 300;
      background-color: #5c2f38;
      box-shadow: 0px 0px 20px 0px #000000;
      width: 100%; }
      header #mainMenu.menufixed #discount {
        color: #fff; }
        @media (max-width: 1260px) {
          header #mainMenu.menufixed #discount span {
            display: none; } }
      header #mainMenu.menufixed #cart-panel {
        display: inline-block;
        position: relative;
        float: right;
        margin-right: 20px;
        height: 53px;
        margin-left: 20px; }
        header #mainMenu.menufixed #cart-panel > .icon {
          position: relative; }
          header #mainMenu.menufixed #cart-panel > .icon span#qnty {
            position: absolute;
            background: #fff;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            text-align: center;
            line-height: 22px;
            border: 1px solid #ff005e;
            font-size: 16px;
            color: #f34081;
            top: 5px;
            right: 3px;
            box-shadow: 0px 0px 15px -4px #868686;
            display: block;
            padding: 0px !important; }
            header #mainMenu.menufixed #cart-panel > .icon span#qnty.notEmpty {
              background-color: #1bd81b;
              color: #fff;
              border-color: #1bd81b; }
          header #mainMenu.menufixed #cart-panel > .icon > i {
            display: block;
            color: #fff;
            font-size: 28px;
            width: 100%;
            text-align: center;
            padding-top: 11px;
            height: 53px; }
        header #mainMenu.menufixed #cart-panel:hover {
          background-color: #fff; }
          header #mainMenu.menufixed #cart-panel:hover > span {
            color: #5c2f38; }
          header #mainMenu.menufixed #cart-panel:hover > .icon > i {
            color: #5c2f38; }
        header #mainMenu.menufixed #cart-panel > .icon {
          height: 53px;
          float: left;
          width: 53px; }
        header #mainMenu.menufixed #cart-panel > span {
          color: #fff;
          font-family: "Open Sans";
          font-size: 16px;
          font-weight: 400;
          display: block;
          padding: 15px 10px;
          float: left;
          text-transform: uppercase; }
          @media (max-width: 1260px) {
            header #mainMenu.menufixed #cart-panel > span {
              display: none; } }
      header #mainMenu.menufixed ul#firstLevel li span {
        color: #fff; }
    header #mainMenu .container-fluid > div > div {
      position: relative; }
    header #mainMenu ul#firstLevel {
      padding: 0px;
      margin: 0px;
      display: block;
      float: left;
      width: 100%;
      position: relative; }
      @media (max-width: 1024px) {
        header #mainMenu ul#firstLevel {
          float: none;
          display: none;
          margin-bottom: 10px; } }
      header #mainMenu ul#firstLevel li {
        list-style: none;
        float: left; }
        @media (max-width: 1024px) {
          header #mainMenu ul#firstLevel li {
            display: block;
            float: none;
            width: auto;
            text-align: center; } }
        header #mainMenu ul#firstLevel li:hover span {
          box-shadow: inset 0px 1px 0px 1px #e2e2e2;
          background-color: #fff;
          z-index: 400;
          position: relative;
          color: #5c2f38; }
          @media (max-width: 1024px) {
            header #mainMenu ul#firstLevel li:hover span {
              box-shadow: none;
              background-color: #e2e2e2;
              color: #ff005e; } }
        header #mainMenu ul#firstLevel li span {
          color: black;
          font-family: "Open Sans";
          font-size: 16px;
          font-weight: 400;
          padding: 15px 20px;
          text-transform: uppercase;
          display: block;
          cursor: pointer; }
          @media (max-width: 1073px) {
            header #mainMenu ul#firstLevel li span {
              padding: 15px 10px; } }
    header #mainMenu #discount {
      color: #5d3138;
      font-family: "Open Sans";
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      float: right !important; }
      header #mainMenu #discount span {
        font-weight: 800 !important;
        position: relative;
        padding-right: 35px !important; }
        header #mainMenu #discount span b {
          display: block;
          position: absolute;
          color: #fff;
          background: #f00;
          width: 26px;
          height: 26px;
          line-height: 26px;
          font-size: 14px;
          text-align: center;
          right: 3px;
          top: 5px;
          font-weight: 400;
          box-shadow: 0px 0px 20px -5px #000;
          border-radius: 50%;
          font-family: "Open Sans"; }
          @media (max-width: 1024px) {
            header #mainMenu #discount span b {
              display: none; } }
      @media (max-width: 1024px) {
        header #mainMenu #discount {
          display: block;
          text-align: center;
          float: none !important;
          display: none; } }
  header #controls {
    float: right;
    border-left: 1px solid #e2e2e2;
    margin-top: 10px;
    text-align: right;
    margin-left: -15px;
    padding-left: 5px; }
    @media (max-width: 767px) {
      header #controls {
        border: none;
        text-align: center;
        border: none;
        text-align: center;
        padding: 5px 0px;
        float: none;
        margin-left: 0px; } }
    header #controls .item {
      display: inline-block;
      margin: 0px 4px;
      padding: 8px;
      text-align: center;
      border: 1px solid #fff;
      color: #5d3138;
      width: 80px;
      border-radius: 5px;
      position: relative; }
      header #controls .item#compare {
        position: relative;
        cursor: pointer; }
        header #controls .item#compare span.qnty {
          display: none;
          position: absolute;
          background: #f6b343;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          text-align: center;
          line-height: 22px;
          border: 1px solid #f6b343;
          font-size: 16px;
          color: #ffffff;
          top: 5px;
          right: 7px;
          box-shadow: 0px 0px 15px -4px #868686; }
          header #controls .item#compare span.qnty.active {
            display: block; }
        header #controls .item#compare:active {
          box-shadow: inset 0px 0px 15px 0px #ccc; }
        header #controls .item#compare span {
          cursor: pointer; }
        header #controls .item#compare .icon {
          background-image: url(../assets/site/img/compare.png); }
      @media (max-width: 767px) {
        header #controls .item#cart-panel {
          cursor: pointer; } }
      header #controls .item#cart-panel .icon {
        background-image: url(../assets/site/img/cart.png); }
        header #controls .item#cart-panel .icon i {
          display: none; }
        header #controls .item#cart-panel .icon span#qnty {
          position: absolute;
          background: #fff;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          text-align: center;
          line-height: 22px;
          border: 1px solid #ff005e;
          font-size: 16px;
          color: #f34081;
          top: 5px;
          right: 7px;
          box-shadow: 0px 0px 15px -4px #868686; }
          header #controls .item#cart-panel .icon span#qnty.notEmpty {
            background-color: #1bd81b;
            color: #fff;
            border-color: #1bd81b; }
      header #controls .item#favorites {
        position: relative;
        cursor: pointer; }
        header #controls .item#favorites span.qnty {
          display: none;
          position: absolute;
          background: #ee2a4a;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          text-align: center;
          line-height: 22px;
          border: 1px solid #ee2a4a;
          font-size: 16px;
          color: #ffffff;
          top: 5px;
          right: 7px;
          box-shadow: 0px 0px 15px -4px #868686; }
          header #controls .item#favorites span.qnty.active {
            display: block; }
        header #controls .item#favorites:active {
          box-shadow: inset 0px 0px 15px 0px #ccc; }
        header #controls .item#favorites span {
          cursor: pointer; }
        header #controls .item#favorites .icon {
          background-image: url(../assets/site/img/star.png); }
      header #controls .item .icon {
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 5px; }
      header #controls .item:hover {
        color: #FF0088;
        border-color: #FF0088; }
      header #controls .item .icon {
        height: 30px; }
      header #controls .item span {
        border-bottom: 1px dashed;
        font-family: "Open Sans";
        font-size: 11px;
        font-weight: 400;
        cursor: default; }
  header #topline {
    background-color: #e8e8e8;
    height: 30px; }
    header #topline ul {
      padding: 0px;
      margin: 0px;
      padding-left: 15px; }
      header #topline ul li {
        list-style: none;
        float: left;
        padding-right: 20px; }
        header #topline ul li a {
          line-height: 30px;
          color: #5D3138;
          font-size: 13px; }
  header #meta a {
    line-height: 30px;
    margin-left: 15px;
    color: #5D3138;
    font-size: 13px; }
  header a#logo {
    margin: 15px 0px;
    display: block;
    text-align: center; }
    header a#logo img {
      max-width: 100%; }
  header form.mainSearch {
    position: relative;
    display: block;
    width: 100%; }
    header form.mainSearch span#searchToggle {
      display: block;
      margin-top: 25px;
      font-size: 18px;
      height: 40px;
      width: 40px;
      border: 1px solid rgba(93, 49, 56, 0.15);
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      z-index: 20;
      position: relative;
      color: #5d3138; }
      header form.mainSearch span#searchToggle.active {
        color: #fff;
        background-color: #5d3138; }
    header form.mainSearch input[type=search] {
      background-image: url("/web/20190202091006im_/https://wollwelt.org/img/search.png");
      background-repeat: no-repeat;
      background-position: 7px center;
      background-size: 15px;
      width: 100%;
      border: none;
      border-bottom: 1px solid #e6e4e4;
      outline: none;
      height: 42px;
      margin-top: 25px;
      padding: 0px;
      transition: 0.3s;
      padding-left: 30px; }
      @media (max-width: 1199px) {
        header form.mainSearch input[type=search] {
          background: none;
          display: none;
          position: absolute;
          left: 0px;
          margin-top: 0px;
          top: 0px;
          height: 40px;
          border: 1px solid #5d3138;
          width: 300px;
          background: #fff;
          border-left: none;
          padding-left: 50px;
          z-index: 10;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
          box-shadow: 0px 0px 20px 0px #666; }
          header form.mainSearch input[type=search]:focus {
            padding-left: 50px !important; } }
      header form.mainSearch input[type=search]:hover {
        border-color: #5d3138;
        transition: 0.3s; }
      header form.mainSearch input[type=search]:focus {
        box-shadow: 0px 1px 0px 0px #5d3138, 0px 7px 51px 0px #cccccc;
        border-color: #5d3138;
        transition: 0.3s;
        padding: 0px 10px;
        padding-left: 30px; }
  header #lang {
    float: right;
    text-align: right; }
    header #lang a {
      text-transform: uppercase;
      line-height: 30px;
      color: #5D3138;
      font-size: 13px;
      text-decoration: underline;
      font-weight: 700;
      font-family: "Open Sans";
      margin-left: 5px; }
      header #lang a:hover {
        text-decoration: none;
        font-weight: 700; }
      header #lang a.active {
        text-decoration: none;
        cursor: default;
        color: #666;
        font-weight: 400; }
        header #lang a.active:hover {
          font-weight: 400; }

footer {
  padding-top: 30px;
  margin-top: 50px;
  min-height: 180px;
  background-color: #e9e9e9;
  padding-bottom: 50px; }
  footer .footerContact {
    padding-right: 50px; }
    @media (max-width: 767px) {
      footer .footerContact {
        text-align: center !important;
        padding-right: 0px !important; } }
    footer .footerContact div {
      margin-bottom: 10px; }
    footer .footerContact .phone {
      color: #5d3138;
      font-family: "Open Sans";
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0.69px;
      line-height: 23px; }
    footer .footerContact .schedule {
      color: #5d3138;
      font-family: "Open Sans";
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0.38px;
      line-height: 12px; }
    footer .footerContact .mail a {
      color: #5d3138;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 400;
      line-height: 19px;
      text-decoration: underline; }
      footer .footerContact .mail a:hover {
        text-decoration: none; }
    footer .footerContact .map a {
      color: #5d3138;
      font-family: "Open Sans";
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0.38px;
      line-height: 12px;
      border-bottom: 1px dashed; }
      footer .footerContact .map a:hover {
        text-decoration: none;
        color: #FF0088; }
    footer .footerContact .address {
      color: #5d3138;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 400;
      line-height: 19px; }
  footer a#footerLogo {
    opacity: 0.6;
    text-align: center;
    display: block; }
    footer a#footerLogo img {
      max-width: 100%; }
  @media (max-width: 767px) {
    footer .footerBlock {
      text-align: center !important;
      margin-bottom: 20px; } }
  footer .footerBlock .socials a {
    display: inline-block;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: 1px solid #5d3138;
    margin-right: 10px;
    color: #5d3138;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    transition: 0.3s; }
    footer .footerBlock .socials a:hover {
      box-shadow: 0px 0px 10px 0px #666;
      transition: 0.3s; }
  footer .footerBlock .title {
    color: #5d3138;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 20px; }
  footer .footerBlock ul {
    margin: 0px;
    padding: 0px; }
    footer .footerBlock ul li {
      list-style: none;
      margin-bottom: 7px; }
      footer .footerBlock ul li a {
        color: #5d3138;
        font-family: "Open Sans";
        font-size: 12px;
        font-weight: 400;
        line-height: 17px; }

/*DEFAULTS OVERRIDE*/
main.content {
  padding-top: 30px; }

.filters {
  margin-top: 70px;
  float: none !important;
  width: auto !important;
  margin-right: 15px !important;
  margin-left: 0px !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0px !important; }
  .filters span#slider-reset {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .3s; }
    .filters span#slider-reset:hover {
      background: #e7e7e7;
      transition: .3s; }
    .filters span#slider-reset:active {
      box-shadow: inset 0px 3px 0px 0px #ccc;
      transition: .3s; }
    .filters span#slider-reset i {
      color: red; }
  .filters.is-shown {
    width: 100% !important;
    float: left !important;
    padding: 10px !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 4px;
    box-shadow: 0px 0px 25px -4px #666 !important;
    background-color: white !important;
    margin-right: 0px !important; }

ul.thumbs {
  margin: 0px !important; }

h1.category-name {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: black;
  font-family: "Helvetica";
  font-size: 36px;
  font-weight: 500; }

.sub-title {
  color: black;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0px;
  margin-top: 40px; }

ul.sub-links {
  margin-bottom: 40px; }
  ul.sub-links li {
    margin-bottom: 3px; }
    ul.sub-links li span {
      color: #c0c0c0;
      font-family: "Open Sans";
      margin-left: 4px; }
    ul.sub-links li a {
      color: #8b218f;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 400; }
      @media (max-width: 768px) {
        ul.sub-links li a {
          font-size: 18px; } }
      ul.sub-links li a:hover {
        color: #FF0088; }

ul.nav-tabs {
  border: none; }
  ul.nav-tabs li a {
    border: none;
    border-radius: 5px; }
    ul.nav-tabs li a:hover {
      background: rgba(139, 33, 143, 0.1); }
  ul.nav-tabs li.active a,
  ul.nav-tabs li.active a:hover,
  ul.nav-tabs li.active a:focus {
    border: none;
    background: #e7e7e7;
    border-radius: 5px;
    color: #922e96; }

nav.breadcrumbs {
  color: #666;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 18px; }
  nav.breadcrumbs span.rarr {
    margin: 0px 5px; }
  nav.breadcrumbs a {
    color: #8b218f;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none; }
    nav.breadcrumbs a:hover {
      text-decoration: underline; }

.filters .slider {
  text-align: center; }
  .filters .slider .ui-slider-handle {
    height: 22px !important;
    width: 22px !important;
    top: -11px !important;
    outline: none; }
  .filters .slider .ui-slider-horizontal .ui-widget-header {
    background: #8b218f !important;
    height: 2px !important;
    position: relative !important;
    top: -1px !important;
    z-index: 0 !important; }
  .filters .slider > div {
    margin-top: 25px !important;
    margin-bottom: 25px;
    margin-right: 20px; }
  .filters .slider input {
    text-align: center !important;
    height: 26px;
    border: 1px solid #cbcbcb;
    border-radius: 3px; }

.filter-param {
  float: left;
  width: 100%; }
  @media (max-width: 991px) {
    .filter-param {
      width: calc(33.3333% - 20px);
      margin-right: 20px; } }
  @media (max-width: 760px) {
    .filter-param {
      width: calc(50% - 20px);
      margin-right: 20px; } }
  @media (max-width: 760px) {
    .filter-param {
      width: calc(100% - 20px);
      margin-right: 20px; } }
  .filter-param h5 {
    color: black;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0px !important; }
  .filter-param label {
    color: black;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
      padding-left: 38px;}
    .filter-param label i.fa {
      display: inline-block;
      width: 28px;
      height: 28px;
      border: 1px solid #d9d9d9;
      border-radius: 1px;
      box-shadow: inset 0 0 6px rgba(197, 197, 197, 0.5);
      color: #fff;
      text-align: center;
      line-height: 28px;
      margin-right: 10px;
      font-size: 16px;
        margin-left: -38px;}
    .filter-param label :checked + i.fa {
      background-color: #8b218f; }
    .filter-param label input {
      display: none; }
  .filter-param label.color {
    font-size: 0px;
    float: left;
    margin-right: 5px; }
    .filter-param label.color i.fa {
      display: none !important; }
    .filter-param label.color :checked + span i.color {
      border: 8px solid #8b218f !important;
      transition: 0.3s; }
    .filter-param label.color:hover span {
      opacity: 0.8; }
    .filter-param label.color i.color {
      transition: 0.3s;
      height: 38px;
      width: 38px;
      border: 3px solid #fff;
      box-shadow: 0px 0px 10px -5px #000; }
    .filter-param label.color input {
      display: none !important; }

@media (min-width: 1024px) {
  .borderRight {
    border-right: 1px solid #eeeeee; } }
.services label {
  color: black;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400; }
  .services label i.fa {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #d9d9d9;
    border-radius: 1px;
    box-shadow: inset 0 0 6px rgba(197, 197, 197, 0.5);
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px; }
  .services label :checked + i.fa {
    background-color: #8b218f; }
  .services label input {
    display: none; }

ul.ui-autocomplete {
  width: 320px !important;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 10px 25px -5px #000;
  z-index: 201 !important; }
  ul.ui-autocomplete li {
    padding: 5px !important;
    border-bottom: 1px solid #e2e2e2;
    list-style: none; }
    ul.ui-autocomplete li:hover {
      background-color: #e2e2e2; }
    ul.ui-autocomplete li a {
      display: block;
      text-decoration: none; }
      ul.ui-autocomplete li a:hover {
        text-decoration: none;
        background-color: #e2e2e2; }
      ul.ui-autocomplete li a .autocomplete_img {
        width: 60px;
        height: 60px;
        float: left;
        margin-right: 10px; }
      ul.ui-autocomplete li a .autocomplete_content {
        float: none !important;
        margin-left: 70px;
        width: auto !important; }
        ul.ui-autocomplete li a .autocomplete_content .autocomplete_name {
          display: block;
          font-family: "Open Sans";
          font-size: 14px;
          color: #16a0ce; }
        ul.ui-autocomplete li a .autocomplete_content .autocomplete_price {
          color: #28a71b !important;
          font-weight: 400 !important; }

.total-order-mini {
  font-family: "Open Sans";
  font-size: 18px !important;
  padding: 7px 0px;
  color: #000;
  border-top: 1px solid #e2e2e2;
  margin-top: 20px; }

#cart-inner #cart {
  max-width: 100%; }
#cart-inner .row {
  margin: 0px !important;
    display: none;
}
  #cart-inner .row .item-thumb {
    float: left;
    width: 80px;
    height: 80px; }
    #cart-inner .row .item-thumb a img {
      max-width: 100%; }
  #cart-inner .row .item-name {
    margin-left: 95px;
    text-align: left;
    font-family: "Open Sans";
    font-size: 15px; }
  #cart-inner .row .item-total {
    margin-top: 10px;
    margin-left: 95px;
    text-align: right;
    font-size: 14px;
    color: green;
    font-family: "Open Sans"; }
    #cart-inner .row .item-total span.gray {
      color: #999;
      float: left;
      border: none; }

a#go-cart {
  color: #5d3138; }
  a#go-cart span {
    border-bottom: 1px dashed;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    cursor: initial !important; }
  a#go-cart:hover {
    color: #FF0088;
    text-decoration: none; }

a#checkout-from-mini {
  margin: 0px auto 10px auto; }

#empty-cart #empty-message {
  display: block;
  margin-left: 130px;
  text-align: left;
  color: #343434 !important;
  font-family: "Open Sans";
  border: none !important;
  font-size: 18px !important;
  float: none;
  text-transform: none;
  padding-top: 15px; }

.orange-btn {
  background-color: #f5a623;
  color: black;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 #c98411;
  display: inline-block;
  padding: 7px 15px;
  text-align: center;
  width: 90%;
  border-radius: 5px;
  outline: none; }
  .orange-btn:hover {
    text-decoration: none;
    background-color: #fbb745;
    color: black; }
  .orange-btn:active {
    box-shadow: inset 0 3px 0 #c98411; }

.compare input[type=submit].orange-btn {
  width: auto; }

button#compare-clear {
  display: inline-block;
  text-align: center;
  width: 300px;
  font-size: 16px;
  padding: 10px 5px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: .3s;
  outline: none; }
  button#compare-clear i {
    color: red; }
  button#compare-clear:hover {
    background: #e7e7e7;
    transition: .3s; }
  button#compare-clear:active {
    box-shadow: inset 0px 3px 0px 0px #ccc;
    transition: .3s; }

ul.compare-diff-all {
  margin: 30px 0px; }
  ul.compare-diff-all li:hover {
    background: none !important; }
    ul.compare-diff-all li:hover a {
      background: #e8e8e8; }
  ul.compare-diff-all li.selected:hover {
    background: #eee; }
  ul.compare-diff-all li.selected a {
    background: #eee; }
  ul.compare-diff-all li a {
    padding: 9px 14px !important;
    border-radius: 5px;
    font-size: 14px;
    color: #5d3138;
    font-family: "Open Sans";
    font-style: normal;
    text-decoration: none !important; }
    ul.compare-diff-all li a:hover {
      text-decoration: none !important; }
    ul.compare-diff-all li a:focus {
      text-decoration: none !important; }
    ul.compare-diff-all li a:active {
      text-decoration: none !important; }
    ul.compare-diff-all li a b i {
      font-style: normal !important;
      border-bottom: 1px dashed; }

#compare-table-fixed,
#compare-table thead {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: rgba(92, 47, 56, 0.26); }

table.compare td a.compare-remove {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
  display: block !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #e82664 !important;
  width: auto !important;
  height: auto !important;
  font-size: 13px; }
  table.compare td a.compare-remove span {
    border-bottom: 1px dashed; }
  table.compare td a.compare-remove:hover {
    opacity: 0.7; }
  table.compare td a.compare-remove i {
    display: inline-block;
    background-color: #e2e2e2;
    border-radius: 50%;
    text-align: center;
    width: 24px;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
    color: #e82664; }

@media (min-width: 1024px) {
  #compare-table-fixed {
    top: 55px !important; } }

span#favTitle {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/site/img/star.png);
  background-size: 36px;
  margin-bottom: 0px;
  margin-right: 10px; }
  span#favTitle.compare {
    background-image: url(../assets/site/img/compare.png); }
  span#favTitle.inCart {
    background-image: url(../assets/site/img/cart.png); }

#product-list {
  float: left;
  width: 100%; }

.sort_wrap {
  float: right; }

ul.sorting {
  margin-left: 0 !important;
  margin-bottom: 20px !important;
  padding-left: 0 !important;
  margin-top: 10px !important;
  padding: 0px 10px !important; }

.sort-underline {
  float: left;
  width: 100%; }

.badge {
  height: 60px !important;
  border-radius: 50% !important;
  line-height: 60px !important;
  width: 60px !important;
  background: #ff0065 !important;
  position: absolute !important;
  display: block !important;
  padding: 0px !important;
  box-shadow: 0px 0px 12px -3px #000;
  text-align: left !important;
  top: -5px !important;
  text-align: center !important;
  font-family: "Open Sans";
  right: -80px; }
  .badge::before {
    display: none !important; }
  .badge::after {
    display: none !important; }
  .badge span {
    color: #fff !important; }
  .badge.bestseller {
    background-size: 36px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: rotate(0deg) !important;
    background-image: url("/web/20190202091006im_/https://wollwelt.org/img/giftbox.png") !important;
    box-shadow: inset 0px 0px 0px 8px #f00, 0px 0px 14px -2px #000;
    background-color: #F00 !important; }
  .badge.new {
    background-color: #5d3138 !important;
    background-size: 55px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: rotate(0deg) !important;
    background-image: url("/web/20190202091006im_/https://wollwelt.org/img/vip.png") !important; }
    .badge.new span {
      display: none; }

.product-gallery .badge span {
  font-size: 13px !important;
  top: 25px; }

.product-gallery {
  margin: 0px !important;
  padding: 20px 15px;
  border: 1px solid #e7e7e7;
  margin-top: 30px !important; }

.select-styled {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 220px;
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("/web/20190202091006im_/https://wollwelt.org/img/arrowdown.gif") no-repeat 90% 50%; }
  .select-styled:hover {
    box-shadow: 0px 0px 15px -3px #000;
    color: #FF0088; }
  .select-styled select#product-sort {
    outline: none;
    padding: 5px 8px;
    width: 130%;
    height: 40px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.sort_div {
  float: right;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 30px; }
  .sort_div span {
    display: block;
    float: left;
    height: 40px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    font-size: 18px; }
    .sort_div span:hover {
      box-shadow: 0px 0px 15px -3px #000;
      color: #FF0088; }
    .sort_div span.active {
      background: #8a8a8a;
      color: #fff;
      box-shadow: inset 0px 0px 15px -3px #000;
      cursor: default; }

ul.carousel li {
  width: 275px !important;
  height: 450px !important; }
  ul.carousel li:hover {
    border-color: #fff; }
  ul.carousel li .hover-bg {
    height: 100% !important;
    bottom: -15px !important;
    min-height: 100%;
    overflow: hidden; }

#history {
  max-width: 1200px;
  margin: 0px auto; }

.viewedTitle {
  font-family: "Open Sans";
  color: #e15 !important;
  font-size: 28px;
  margin-top: 50px;
  float: left;
  width: 100%; }
  .viewedTitle i {
    display: inline-block;
    box-shadow: 0px 0px 6px -2px #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #565656;
  text-indent: -9999px;
  display: block;
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  opacity: 0.2; }

article.slider {
  box-shadow: none !important; }
  article.slider .countdown {
    margin-top: 10px !important; }
  article.slider .bx-wrapper {
    margin: 0px auto !important;
    float: none !important; }
    article.slider .bx-wrapper .bx-controls-direction a {
      top: 75px !important; }
    article.slider .bx-wrapper .bx-pager {
      padding-bottom: 0px !important; }
    article.slider .bx-wrapper .bx-viewport {
      height: 320px !important; }
    article.slider .bx-wrapper .homepage-bxslider > li {
      background-position: center;
      height: 260px; }
      article.slider .bx-wrapper .homepage-bxslider > li .slider.fill-entire-area .countdown .colorDefinition {
        border: none;
        background: black;
        padding: 15px 15px 8px;
        color: #fff; }
      article.slider .bx-wrapper .homepage-bxslider > li .captionPromo {
        width: 45%;
        float: right;
        text-align: left !important;
        padding-right: 75px;
        padding-left: 25px;
        height: 260px;
        font-family: "Open Sans"; }
        @media (max-width: 1199px) {
          article.slider .bx-wrapper .homepage-bxslider > li .captionPromo {
            width: auto !important; } }
        article.slider .bx-wrapper .homepage-bxslider > li .captionPromo .countTitle {
          font-family: "Open Sans";
          color: #fff;
          margin: 10px 0px;
          font-size: 11px;
          margin-top: 20px; }
        article.slider .bx-wrapper .homepage-bxslider > li .captionPromo h3 {
          margin: 0px;
          font-family: "Open Sans";
          font-weight: 800;
          text-transform: uppercase;
          font-size: 30px;
          margin-top: 30px;
          margin-bottom: 10px; }
        article.slider .bx-wrapper .homepage-bxslider > li .captionPromo p {
          margin: 0px;
          font-size: 16px; }

.bx-wrapper .bx-pager {
  padding-bottom: 30px !important; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #8b218f;
  opacity: 1; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 150px !important;
  background-color: #fff !important;
  height: 150px !important;
  line-height: 150px !important;
  width: 75px !important;
  text-align: center !important;
  user-select: none !important;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
  background: #fff !important;
  text-indent: initial !important;
  font-size: 48px;
  text-align: center !important;
  z-index: 99 !important;
  opacity: 1 !important; }
  .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px !important;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    box-shadow: -3px 0px 8px -7px #000 !important;
    padding-left: 10px; }
  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -5px !important;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    box-shadow: 3px 0px 8px -7px #000 !important;
    padding-right: 10px; }

.bx-wrapper {
  max-width: 1190px !important;
  margin: 30px 0px !important;
  position: relative;
  float: left;
  width: 100% !important; }
  .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: none !important;
    height: 550px !important; }

ul.category-list {
  padding: 0px;
  float: left;
  width: 100%; }
  ul.category-list.list li {
    width: calc(100% - 20px);
    height: auto; }
    ul.category-list.list li h5 {
      font-size: 22px; }
    ul.category-list.list li .image {
      width: 220px;
      float: left;
      margin-right: 30px;
      overflow: hidden; }
      ul.category-list.list li .image img {
        max-width: initial !important; }
    ul.category-list.list li .list-right {
      float: right;
      width: 20%;
      max-width: 230px;
      min-width: 225px; }
    ul.category-list.list li div.features {
      float: left;
      width: 40%;
      max-width: 330px; }
    ul.category-list.list li:hover .hover-bg {
      padding: 15px 25px;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.32);
      position: relative;
      height: 100%;
      float: left;
      width: calc(100% + 20px);
      padding-bottom: 0px;
      min-height: 100%;
      overflow: hidden; }
  ul.category-list li {
    list-style: none;
    float: left;
    position: relative;
    width: calc(20% - 20px);
    margin: 10px;
    height: 520px;
    overflow-y: hidden;
    border: 1px solid #e2e2e2; }
    @media (max-width: 1650px) {
      ul.category-list li {
        width: calc(25% - 20px); } }
    @media (max-width: 1366px) {
      ul.category-list li {
        width: calc(33.3333% - 20px); } }
    @media (max-width: 1050px) {
      ul.category-list li {
        width: calc(50% - 20px); } }
    @media (max-width: 549px) {
      ul.category-list li {
        width: calc(100% - 20px); } }
    ul.category-list li .discount-badge {
      position: absolute;
      z-index: 15;
      left: -25px;
      top: 0px;
      background: #f00;
      color: #fff;
      padding: 6px 24px 6px 15px;
      font-weight: bold;
      font-family: "Open Sans";
      font-size: 16px;
      border-top-right-radius: 17px;
      border-bottom-right-radius: 17px; }
      ul.category-list li .discount-badge span {
        display: block;
        position: absolute;
        height: 8px;
        width: 8px;
        background: #e21f1f;
        right: 11px;
        top: 14px;
        border-radius: 50%; }
    ul.category-list li span.avaliable {
      color: green;
      display: block;
      font-size: 14px;
      font-family: "Open Sans";
      padding: 5px 0px; }
    ul.category-list li div.yousave {
      display: block;
      font-size: 11px;
      color: red;
      font-family: "Open Sans";
      padding: 7px 0px;
      float: left;
      width: 100%; }
      ul.category-list li div.yousave span {
        border: 1px solid red;
        border-radius: 3px;
        display: inline-block;
        padding: 5px; }
    ul.category-list li ul.features {
      margin: 0px;
      padding: 0px;
      color: #666;
      font-family: "Open Sans";
      font-size: 13px;
      padding-bottom: 10px;
      float: left;
      width: 100%; }
      ul.category-list li ul.features li {
        width: 100%;
        border: none;
        height: auto;
        margin: initial !important;
        padding: initial !important;
        margin: 3px 0px !important;
        overflow-y: hidden !important;
        float: left; }
      ul.category-list li ul.features span.name {
        width: 50%;
        display: block;
        float: left;
        color: #999; }
      ul.category-list li ul.features span.value {
        font-weight: 700;
        display: block;
        margin-left: 50%; }
        ul.category-list li ul.features span.value span {
          white-space: initial !important; }
    ul.category-list li span#favoritesList {
      display: inline-block;
      position: relative;
      height: 42px;
      width: 42px; }
      ul.category-list li span#favoritesList .shop_favorites {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px; }
        ul.category-list li span#favoritesList .shop_favorites:hover a {
          box-shadow: inset 0px 0px 0px 1px #FF0088; }
        ul.category-list li span#favoritesList .shop_favorites a {
          position: relative;
          font-size: 0px;
          text-indent: -9999999px;
          border-radius: 4px;
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0px;
          left: 0px;
          display: block;
          background-image: url("../assets/site/img/star.png");
          background-size: 28px auto;
          background-position: center;
          background-repeat: no-repeat;
          opacity: 0.6; }
          ul.category-list li span#favoritesList .shop_favorites a.add {
            opacity: 0.6; }
          ul.category-list li span#favoritesList .shop_favorites a.del {
            opacity: 1; }
            ul.category-list li span#favoritesList .shop_favorites a.del::after {
              content: "\f00c";
              display: block;
              width: 18px;
              height: 18px;
              right: 0px;
              background-color: green;
              border-radius: 50%;
              color: #fff;
              text-align: center;
              line-height: 18px;
              font-size: 10px;
              font-family: "FontAwesome";
              text-indent: initial !important; }
          ul.category-list li span#favoritesList .shop_favorites a.qntyFav {
            display: none !important; }
    ul.category-list li a.compare {
      display: inline-block;
      height: 42px;
      width: 42px;
      position: relative;
      border-radius: 4px; }
      ul.category-list li a.compare:hover {
        box-shadow: inset 0px 0px 0px 1px #FF0088; }
        ul.category-list li a.compare:hover i {
          opacity: 0.8; }
      ul.category-list li a.compare i {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        display: block;
        background-image: url("../assets/site/img/compare.png");
        background-size: 28px auto;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.6; }
        ul.category-list li a.compare i.active {
          opacity: 1; }
          ul.category-list li a.compare i.active::after {
            content: "\f00c";
            display: block;
            width: 18px;
            height: 18px;
            right: 0px;
            background-color: green;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            line-height: 18px;
            font-size: 10px;
            font-family: "FontAwesome"; }
    ul.category-list li input[type=submit] {
      border: none;
      float: right;
      font-size: 18px;
      width: auto;
      font-weight: 600 !important;
      height: 42px;
      line-height: initial;
      padding: 0px 15px;
      padding-bottom: 3px;
      border-radius: 4px;
      outline: none; }
    ul.category-list li .controls {
      float: left;
      width: 100%;
      padding: 5px 0px; }
    ul.category-list li a {
      text-decoration: none; }
      ul.category-list li a:hover {
        text-decoration: none; }
      ul.category-list li a h5 {
        color: black;
        font-family: "Open Sans";
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        border: none !important; }
        @media (max-width: 768px) {
          ul.category-list li a h5 {
            font-size: 20px; } }
        ul.category-list li a h5:hover {
          text-decoration: underline;
          color: #FF0088; }
    ul.category-list li .gradient-fader {
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 25px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
    ul.category-list li .pricing {
      padding: 5px 0px 15px 0px; }
      ul.category-list li .pricing span.price {
        /*color: #5d3138;*/
        font-family: "Open Sans";
        font-size: 18px;
        font-weight: 600; }
    ul.category-list li .hover-bg {
      background-color: #fff;
      padding: 15px;
      min-height: 100%;
      overflow: hidden; }
    @media (min-width: 1024px) {
      ul.category-list li:hover {
        overflow-y: visible; }
        ul.category-list li:hover .hover-bg {
          padding: 15px 25px;
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.32);
          position: absolute;
          left: -10px;
          right: -10px;
          top: 0px;
          z-index: 100;
          min-height: 100%; }
        ul.category-list li:hover div.features {
          display: block; }
        ul.category-list li:hover span.summary {
          display: block; } }
    @media (max-width: 549px) {
      ul.category-list li {
        height: auto; }
        ul.category-list li .hover-bg {
          padding: 15px 25px;
          position: relative;
          top: 0px;
          z-index: 100; }
        ul.category-list li div.features {
          display: block; }
        ul.category-list li span.summary {
          display: block; } }
    ul.category-list li a .image {
      display: flex;
      width: 100%;
      height: 250px;
      justify-content: center;
      position: relative; }
      ul.category-list li a .image .fprview-more-info {
        z-index: 10 !important;
        display: none;
        font-family: "Open Sans";
        background-color: #ee1a3c;
        opacity: 1;
        top: calc(50% - 30px);
        margin: 0px !important;
        left: 10%; }
      @media (min-width: 1024px) {
        ul.category-list li a .image:hover .fprview-more-info {
          display: block;
          outline: none; }
        ul.category-list li a .image:hover img {
          opacity: 0.3; } }
      ul.category-list li a .image img {
        align-self: center;
        height: 230px !important;
        max-width: initial !important; }

/* FILTER TAGS */
#tags a.filter-tag {
  border-width: 1px;
  border-color: #ffea00;
  border-style: solid;
  border-radius: 18px;
  background-color: #ffea00;
  display: inline-block !important;
  font-size: 16px;
  font-family: "Open Sans";
  color: black;
  padding: 8px 46px 5px 30px;
  text-align: center;
  height: 40px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-left: 10px;
  margin-bottom: 10px; }
  #tags a.filter-tag:hover {
    color: #e82641; }
    #tags a.filter-tag:hover span.tag-close {
      color: #fff;
      background-color: #ff7ca6; }
  #tags a.filter-tag .icon16.color {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 1px;
    display: block;
    float: left;
    border: none; }
  #tags a.filter-tag span.tag-close {
    border-radius: 50%;
    background-color: white;
    width: 26px;
    height: 26px;
    color: #ccc;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    position: absolute;
    right: 5px;
    top: 6px;
    font-family: "Open Sans";
    font-weight: 800;
    padding-top: 1px; }

.lazyloading-load-more {
  width: 300px;
  margin: 10px auto;
  padding: 15px;
  clear: both;
  display: block; }

.lazyloading-paging {
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
  width: 100%; }
  .lazyloading-paging ul {
    padding: 0px;
    display: block;
    width: 100%;
    text-align: center; }
    .lazyloading-paging ul li {
      list-style: none;
      display: inline-block;
      margin: 5px 10px; }
      .lazyloading-paging ul li a {
        display: inline-block;
        height: 36px;
        width: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 4px;
        border: 1px solid #ccc;
        color: #8b218f; }
        .lazyloading-paging ul li a:hover {
          background: #e7e7e7;
          text-decoration: none; }
        .lazyloading-paging ul li a:active {
          box-shadow: inset 0px 3px 0px 0px #ccc; }
      .lazyloading-paging ul li.selected a {
        background: none;
        border: none;
        color: #666;
        cursor: default; }

/* CHEKOUT */
.orange-btn.checkout {
  border: none;
  padding: 15px; }

.checkout-step-content.auth blockquote {
  border-left: 5px solid #ffe529;
  font-size: 13px;
  font-family: "Open Sans";
  margin: 0px; }
.checkout-step-content.auth ul {
  display: block;
  float: left;
  width: 100%; }
  .checkout-step-content.auth ul li {
    margin-right: 25px;
    float: left; }
    .checkout-step-content.auth ul li label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: 400 !important;
      font-size: 13px;
      font-family: "Open Sans"; }

.checkout-content {
  float: left;
  width: 100%; }

.checkout-step {
  box-shadow: none !important;
  float: left;
  width: 100%; }

.checkout-options .rate .price {
   }
.checkout-options p {
  font-size: 13px;
  color: #666;
  font-family: "Open Sans"; }

.wa-value .hint {
  font-size: 12px;
  color: #999;
  font-family: "Open Sans";
  display: block;
  margin-top: 10px;
  display: none; }
.wa-value .errormsg {
  padding: 5px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #ff4981;
  background-color: #ffe7e7;
  border-color: #ebccd1;
  font-style: normal;
  font-family: "Open Sans"; }

#create-user-div {
  margin-top: 20px; }

.wa-submit input[type=submit] {
  background-color: #f5a623;
  color: black;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 #c98411;
  display: inline-block;
  padding: 7px 15px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  border: none; }
  .wa-submit input[type=submit]:hover {
    text-decoration: none;
    background-color: #fbb745;
    color: black; }
  .wa-submit input[type=submit]:active {
    box-shadow: inset 0 3px 0 #c98411; }

.checkout .wa-form .wa-field .wa-name {
  color: #b933b3;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  width: 90%; }
.checkout .wa-form .wa-field input[type=text],
.checkout .wa-form .wa-field input[type=email],
.checkout .wa-form .wa-field input[type=tel],
.checkout .wa-form .wa-field input[type=password] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e6e4e4;
  outline: none;
  height: 42px;
  margin-top: 0px;
  padding: 0px;
  transition: 0.3s;
  margin-bottom: 15px; }
  .checkout .wa-form .wa-field input[type=text].error,
  .checkout .wa-form .wa-field input[type=email].error,
  .checkout .wa-form .wa-field input[type=tel].error,
  .checkout .wa-form .wa-field input[type=password].error {
    border-color: red !important; }
  .checkout .wa-form .wa-field input[type=text]:hover,
  .checkout .wa-form .wa-field input[type=email]:hover,
  .checkout .wa-form .wa-field input[type=tel]:hover,
  .checkout .wa-form .wa-field input[type=password]:hover {
    border-color: #5d3138;
    transition: 0.3s; }
  .checkout .wa-form .wa-field input[type=text]:focus,
  .checkout .wa-form .wa-field input[type=email]:focus,
  .checkout .wa-form .wa-field input[type=tel]:focus,
  .checkout .wa-form .wa-field input[type=password]:focus {
    border-color: #5d3138;
    transition: 0.3s; }

.checkout h2 {
  background: none;
  padding: 0px; }
  .checkout h2 strong {
    display: inline-block;
    font-size: 16px;
    border-radius: 50%;
    background-color: #5d3138;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px; }
  .checkout h2 span {
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 400;
    line-height: 19px;
    color: #5d3138;
    border-bottom: 1px dashed;
    padding-top: 0px;
    display: inline-block;
    padding-bottom: 5px; }

/* CART */
.cart .col.services {
  margin-left: 20px; }

.minicart {
  margin-top: 110px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  border-top: 5px solid #1bd81b;
  position: relative; }
  .minicart .edit-order a {
    color: #5d3138; }
    .minicart .edit-order a:hover {
      text-decoration: none;
      color: #FF0088; }
    .minicart .edit-order a span {
      border-bottom: 1px dashed; }
  .minicart .row {
    margin: 0px !important;
    border: none !important; }
    .minicart .row .item-thumb {
      float: left;
      width: 80px;
      height: 80px; }
      .minicart .row .item-thumb a img {
        max-width: 100%; }
    .minicart .row .item-name {
      margin-left: 95px;
      text-align: left;
      font-family: "Open Sans";
      font-size: 15px; }
    .minicart .row .item-total {
      margin-top: 10px;
      margin-left: 95px;
      text-align: right;
      font-size: 14px;
      color: green;
      font-family: "Open Sans"; }
      .minicart .row .item-total span.gray {
        color: #999;
        float: left;
        border: none; }

.dialog-window .cart {
  z-index: 999 !important;
  box-shadow: 0px 3px 24px 0px #b9b9b9 !important; }

.options .inline-select {
  margin: 30px 0px;
  display: block;
  margin-bottom: 25px;
  float: left;
  width: 100%;
  list-style-position: inside;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  list-style-type: decimal;

}
  .options .inline-select a {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 3px 10px;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    min-width: 22px;
    text-align: center;
    color: #000;
    box-shadow: 0px 1px 3px 0px #ccc;
    min-width: 60%;
  }
    .options .inline-select a:hover {
      box-shadow: 0px 1px 8px 0px #ccc;
      background: #e8e8e8; }
    .options .inline-select a.selected {
      color: #fff;
      box-shadow: none;
      background: #8b218f; }
      .options .inline-select a.selected:hover {
        background: #8b218f;
        box-shadow: none; }

.select2-container--default .select2-selection--single {
  max-width: 100%;
  display: block;
  background-color: #fff;
  height: 45px !important;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 8px;
  padding-left: 15px;
  position: relative;
  outline: none;
  cursor: pointer;
  border: none;
  margin-bottom: 20px; }
  .select2-container--default .select2-selection--single:hover {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7); }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 9px !important;
  right: 10px !important;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 6px 0 6px !important;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

#cart-form-dialog img {
  display: block;
  margin: 20px 0px; }
#cart-form-dialog p {
  font-family: "Open Sans";
  font-size: 13px;
  color: #666; }
#cart-form-dialog .add2cart {
  display: block;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 15px; }
  #cart-form-dialog .add2cart .purchase {
    margin-bottom: 5px; }
  #cart-form-dialog .add2cart .price {
    display: block;
    margin: 30px 0px;
    font-size: 42px;
    color: #000;
    font-family: "Open Sans";
    height: initial;
    line-height: 42px; }
  #cart-form-dialog .add2cart .qty {
    display: flex;
    float: left;
    height: 50px;
    width: 100px;
    line-height: 50px;
    justify-content: space-between;
    margin-bottom: 20px; }
    #cart-form-dialog .add2cart .qty input {
      height: 50px;
      display: block;
      float: left;
      text-align: center;
      display: inline-block;
      border-radius: 3px;
      border: 1px solid #e8e8e8;
      background-color: #e8e8e8;
      font-family: "Open Sans";
      font-weight: 700;
      color: #666;
      width: 60px;
      font-size: 18px; }
    #cart-form-dialog .add2cart .qty span {
      display: inline-block;
      height: 50px;
      line-height: 50px;
      text-align: center;
      width: 30px;
      font-size: 20px;
      cursor: pointer;
      font-weight: 800; }
  #cart-form-dialog .add2cart input[type=submit] {
    background-color: #67b748;
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 -3px 0 #2e7314;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    border-radius: 5px;
    outline: none;
    border: none; }
    #cart-form-dialog .add2cart input[type=submit]:hover {
      text-decoration: none;
      background-color: #7bd857;
      color: #fff; }
    #cart-form-dialog .add2cart input[type=submit]:active {
      box-shadow: inset 0 3px 0 #2e7314; }

.dialog-window .cart {
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 100;
  overflow-x: hidden;
  box-shadow: 0 3px 19px 0px #656565;
  margin: 0 auto;
  text-align: left;
  width: 400px;
  bottom: 15%;
  background: #fff;
  padding: 25px;
  z-index: 999999;
  border-top: 6px solid #1fda1f; }

.total-word {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  color: #000;
  padding-top: 20px; }

.featured-shipping-and-payment {
  padding: 10px 0px;
  float: left;
  width: 100%; }

.cart-total {
  font-family: "Open Sans";
  font-size: 42px;
  font-weight: 700;
  color: #000;
  padding: 10px 0px; }

#apply-coupon-code {
  background: #fffae5;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: green;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 0px #ccc; }
  #apply-coupon-code .errormsg {
    color: red;
    display: block;
    margin-top: 10px;
    margin-left: 0px; }

.discountBlock {
  padding: 10px 0px;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400; }
  .discountBlock span {
    font-weight: 600; }

.cart2checkout {
  border: none;
  width: 300px; }

.couponToggle {
  padding: 10px 0px; }
  .couponToggle a {
    color: #FF0088;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal; }
    .couponToggle a:hover {
      text-decoration: none;
      opacity: 0.8; }
    .couponToggle a span {
      border-bottom: 1px dashed; }

.cart .row {
  border-bottom: 1px solid #ccc;
  position: relative; }
  .cart .row:last-child {
    border: none !important; }

.noBorder {
  border: none !important; }

.cart-summary-page.cart {
  padding: 15px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 5px 24px -7px #666; }
  .cart-summary-page.cart .item-total {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    color: #e15; }
  .cart-summary-page.cart .item-remove a {
    font-size: 14px;
    color: #ccc;
    margin-top: 3px;
    display: inline-block; }
    .cart-summary-page.cart .item-remove a:hover {
      color: #666; }
  .cart-summary-page.cart .item-qty input {
    display: inline-block;
    height: 28px;
    text-align: center;
    margin: 0px 4px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
    width: 40px;
    font-family: "Open Sans";
    font-weight: 700;
    color: #666; }
  .cart-summary-page.cart .item-qty span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 800; }
    .cart-summary-page.cart .item-qty span.cart_plus {
      color: green; }
    .cart-summary-page.cart .item-qty span.cart_minus {
      color: red; }
  .cart-summary-page.cart .item-name a {
    color: #FF0088;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    border: none !important; }
  .cart-summary-page.cart .item-name span.sku-name {
    display: block;
    color: #999;
    font-size: 13px;
    font-family: "Open Sans"; }
  .cart-summary-page.cart .item-thumb a {
    display: block;
    text-align: center; }
    .cart-summary-page.cart .item-thumb a img {
      width: 100px;
      max-width: 100%; }

/* SCROLL TO TOP */
.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 50px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  color: #000;
  text-align: center;
  line-height: 52px;
  font-size: 28px;
  white-space: nowrap;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border: 3px solid #fff;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  box-shadow: inset 0px 0px 2px #000, 0px 0px 20px -2px #666;
  z-index: 100; }

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ }

.no-touch .cd-top:hover {
  background-color: #fff;
  opacity: 1;
  box-shadow: inset 0px 0px 2px #FF0088, 0px 0px 20px -2px #666;
  color: #FF0088; }

/* INFO PAGES */
#page #guarantee ul.info {
  width: auto;
  display: block;
  float: left;
  margin: 10px 0px; }
  #page #guarantee ul.info.circles li {
    padding-left: 13px; }
  #page #guarantee ul.info.circles li::before {
    content: "\f111";
    font-size: 6px;
    width: 10px;
    padding-top: 6px;
    color: #000; }
#page #guarantee .panel-group.guarantee {
  float: left; }
#page #guarantee .panel-default > .panel-heading {
  background: #f3f3f3 !important;
  border-radius: 0px !important; }
#page #guarantee .panel-title > a {
  border-bottom: 1px dashed;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  color: #5c2f38; }
  #page #guarantee .panel-title > a:hover {
    text-decoration: none !important;
    color: #FF0088; }
  #page #guarantee .panel-title > a:focus, #page #guarantee .panel-title > a:active {
    text-decoration: none !important; }
#page .delivery-option .img {
  padding: 20px 0px; }
  #page .delivery-option .img img {
    height: 60px; }
#page .delivery-option p {
  display: block;
  padding: 0px 20px;
  font-family: "Open Sans"; }
#page #payment {
  margin-top: 40px;
  float: left;
  width: 100%; }
  #page #payment .img {
    padding: 20px 0px; }
    #page #payment .img img {
      height: 60px; }
  #page #payment p {
    display: block;
    padding: 0px 20px;
    font-family: "Open Sans"; }
#page h3 {
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 400;
  color: #777777;
  margin: 30px 0px; }
#page h4 {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700; }
#page ul.info {
  list-style: none;
  padding: 0px;
  margin: 0px;
  max-width: 1000px;
  margin: 30px auto; }
  #page ul.info li {
    display: block;
    font-family: "Open Sans";
    padding: 5px 0px;
    padding-left: 30px;
    position: relative; }
    #page ul.info li::before {
      display: inline-block;
      content: "\f00c";
      position: absolute;
      font-family: FontAwesome;
      width: 30px;
      left: 0px;
      font-size: 16px;
      color: #5c2f38; }

/* PRODUCT */
#setsDiscount {
  margin: 0px auto;
  width: 1100px;
  border: 2px solid #f8acb8;
  padding: 10px 5px;
  border-radius: 10px;
  margin-bottom: 120px; }
  #setsDiscount .title {
    font-family: "Open Sans";
    color: #e15 !important;
    font-size: 28px;
    padding-left: 20px; }
  #setsDiscount .bx-wrapper {
    margin-bottom: 0px !important; margin-top:0!important;}
    #setsDiscount .bx-wrapper .bx-viewport {
      height: 420px !important; overflow:hidden;}
    #setsDiscount .bx-wrapper .bx-controls-direction a {
      top: 60px !important; }
    #setsDiscount .bx-wrapper .bx-pager {
      padding-bottom: 0px !important;
      bottom: -90px !important; }
      #setsDiscount .bx-wrapper .bx-pager a {
        height: 60px !important;
        width: 60px !important;
        border-radius: 0px !important;
        background-color: #FFF !important;
        opacity: 1 !important;
        background-size: 50px auto !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        transition: 0.3s; }
        #setsDiscount .bx-wrapper .bx-pager a:hover {
          opacity: 0.7 !important; }
        #setsDiscount .bx-wrapper .bx-pager a.active {
          opacity: 0.4 !important;
          box-shadow: 0px 0px 0px 1px #f8acb8;
          background-size: 40px auto !important;
          transition: 0.3s; }
  #setsDiscount .productsets-set {
    position: relative;
    clear: none !important;
    margin: initial !important;
    padding: 0px 80px;
    //padding-top: 40px;
    /*height: 250px;*/ height:400px; }
    #setsDiscount .productsets-set .productsets-total {
      font-size: 13px;
      font-family: "Open Sans"; }
      #setsDiscount .productsets-set .productsets-total span {
        display: block;
        text-decoration: line-through;
        font-weight: bold;
        color: #ff0000;
        font-size: 16px;
        font-weight: 400;
        font-family: "Open Sans"; }
        #setsDiscount .productsets-set .productsets-total span .inner {
          color: #666;
          text-decoration: none; }
    #setsDiscount .productsets-set .productsets-buttons {
      height: auto;
      float: none !important; }
      #setsDiscount .productsets-set .productsets-buttons a {
        width: 165px;
        height: 40px;
        padding-left: 40px;
        background-color: #67b748;
        color: #fff;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: inset 0 -3px 0 #2e7314;
        display: inline-block;
        padding: 0px 15px;
        text-align: center;
        border-radius: 5px;
        outline: none;
        border: none;
        line-height: 40px;
        margin-bottom: 10px; }
        #setsDiscount .productsets-set .productsets-buttons a:hover {
          text-decoration: none;
          background-color: #7bd857;
          color: #fff; }
        #setsDiscount .productsets-set .productsets-buttons a:active {
          box-shadow: inset 0 3px 0 #2e7314; }
    #setsDiscount .productsets-set .productsets-line {
      border: none;
      float: left;
      position: relative;
      padding-left: 90px;
      margin-top: 10px; }
      #setsDiscount .productsets-set .productsets-line .equal {
        position: absolute;
        left: 20px;
        font-size: 50px;
        top: 36px;
        color: #b3b3b3;
        font-weight: 100; }
      #setsDiscount .productsets-set .productsets-line .productsets-price {
        width: 100%;
        margin: 0px !important;
        background: none !important;
        color: #ee2a4a;
        font-style: normal;
        font-size: 23px;
        text-transform: lowercase;
        font-family: "Open Sans";
        padding-bottom: 0px;
        text-align: center;
        width: 165px; }
        #setsDiscount .productsets-set .productsets-line .productsets-price::after, #setsDiscount .productsets-set .productsets-line .productsets-price::before {
          display: none !important; }
		  #setsDiscount .productsets-set .productsets-product-list{
			  width:auto;
		  }
    /*#setsDiscount .productsets-set .productsets-product-list {
      float: left;
      display: block;
      clear: none !important; }
      #setsDiscount .productsets-set .productsets-product-list li {
        border: none;
        width: auto;
        padding-right: 80px;
        position: relative; }
        #setsDiscount .productsets-set .productsets-product-list li h5 {
          text-align: left;
          float: left; }
          #setsDiscount .productsets-set .productsets-product-list li h5 a {
            color: #8b218f;
            font-family: "Open Sans"; }
            #setsDiscount .productsets-set .productsets-product-list li h5 a:hover {
              color: #ee2a4a; }
        #setsDiscount .productsets-set .productsets-product-list li .productsets-prices {
          text-align: left; }
          #setsDiscount .productsets-set .productsets-product-list li .productsets-prices .productsets-small-price {
            background: #ee2a4a;
            font-style: normal !important; }
            #setsDiscount .productsets-set .productsets-product-list li .productsets-prices .productsets-small-price::before, #setsDiscount .productsets-set .productsets-product-list li .productsets-prices .productsets-small-price::after {
              display: none !important; }*/
        #setsDiscount .productsets-set .productsets-product-list li .plus {
          position: absolute;
          right: 20px;
          font-size: 50px;
          top: 30%;
          color: #b3b3b3;
          font-weight: 100; }
        #setsDiscount .productsets-set .productsets-product-list li:last-child {
          padding-right: 0px; }
          #setsDiscount .productsets-set .productsets-product-list li:last-child .plus {
            display: none; }
        #setsDiscount .productsets-set .productsets-product-list li .productsets-image {
          height: 100px;
          width: 100px;
          float: left;
          margin-right: 10px; }
          #setsDiscount .productsets-set .productsets-product-list li .productsets-image img {
            max-width: 100px;
            max-height: 100px; }

#product-description {
  font-family: "Open Sans";
  font-size: 14px; }

.product-sidebar .cart {
  border: 1px solid #e7e7e7;
  margin-top: 30px; }
  .product-sidebar .cart .shop_favorites {
    display: inline-block;
    position: relative;
    height: 42px;
    width: 42px; }
    .product-sidebar .cart .shop_favorites:hover a {
      box-shadow: inset 0px 0px 0px 1px #FF0088; }
    .product-sidebar .cart .shop_favorites a {
      position: relative;
      font-size: 0px;
      text-indent: -9999999px;
      border-radius: 4px;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      display: block;
      background-image: url("../assets/site/img/star.png");
      background-size: 28px auto;
      background-position: center;
      background-repeat: no-repeat;
	  text-decoration:none;
      opacity: 0.6; }
      .product-sidebar .cart .shop_favorites a.add {
        opacity: 0.6; }
      .product-sidebar .cart .shop_favorites a.del {
        opacity: 1; }
        .product-sidebar .cart .shop_favorites a.del::after {
          content: "\f00c";
          display: block;
          width: 18px;
          height: 18px;
          right: 0px;
          background-color: green;
          border-radius: 50%;
          color: #fff;
          text-align: center;
          line-height: 18px;
          font-size: 10px;
          font-family: "FontAwesome";
          text-indent: initial !important; }
      .product-sidebar .cart .shop_favorites a.qntyFav {
        display: none !important; }
.product-sidebar h4 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px; }

ul.skus {
  display: block;
  margin-bottom: 25px;
  float: left;
  width: 100%;
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    list-style-type: decimal;
    /*height: 200px;*/
}
  ul.skus li {
    color: #000;
    display: block;
    position: relative;
    width: 100%;
    padding-left: 27px;
    height: 34px;
    padding-bottom: 0px;
    float: left; }
    ul.skus li input[type=radio] {
      position: absolute;
      visibility: hidden; }
    ul.skus li label {
      display: inline-block;
      position: relative;
      font-weight: 600;
      font-size: 14px;
      line-height: 34px;
      font-family: "Open Sans";
      cursor: pointer;
      -webkit-transition: all 0.25s linear;
      color: #666; }
      ul.skus li label .price {
        font-size: 12px;
        font-weight: 700;
        color: green; }
    ul.skus li:hover label {
      color: #8b218f; }
    ul.skus li .check {
      display: inline-block;
      position: absolute;
      box-shadow: inset 0px 0px 0px 2px #ccc;
      border-radius: 100%;
      height: 24px;
      width: 24px;
      top: 4px;
      left: -29px;
      z-index: 5;
      transition: 0.3s; }
    ul.skus li:hover .check {
      transition: 0.3s;
      box-shadow: inset 0px 0px 0px 2px #8b218f; }
    ul.skus li .check::before {
      display: block;
      position: absolute;
      content: '';
      border-radius: 100%;
      height: 10px;
      width: 10px;
      top: 7px;
      left: 7px;
      margin: auto; }
    ul.skus li input[type=radio]:checked + label .check {
      box-shadow: inset 0px 0px 0px 5px #8b218f;
      transition: 0.3s; }
    ul.skus li input[type=radio]:checked + label .check::before {
      background: #9f26a4;
      transition: 0.3s; }
    ul.skus li input[type=radio]:checked + label {
      color: #8b218f; }

.prdTitle {
  font-family: "Open Sans";
  font-weight: 400;
  border-left: 3px solid #81069e;
  padding: 20px;
  margin-bottom: 15px; }
  .prdTitle span {
    color: #666; }

section.related {
  border: none !important;
  max-width: 1200px;
  margin: 20px auto; }

h1 {
  margin: 30px 0px;
  font-family: Helvetica, Arial;
  font-weight: 700;
  font-size: 30px; }

#compare_block {
  margin-top: 40px; }

.gift-item {
  margin-top: 30px;
  padding: 15px;
  position: relative;
  border: 1px solid #f00;
  color: #f00;
  border-radius: 7px;
  box-shadow: 0px 2px 12px -4px #000; }
  .gift-item .gift-image {
    float: left;
    overflow: hidden;
    text-align: center; }
  .gift-item .gift-info {
    margin-left: 120px; }
    .gift-item .gift-info .gift-name {
      color: #f00;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 800; }
      .gift-item .gift-info .gift-name a {
        display: block;
        color: #f00;
        font-family: "Open Sans";
        display: block;
        letter-spacing: 0px;
        text-transform: initial;
        font-weight: 400;
        margin: 5px 0px; }
    .gift-item .gift-info .gift-price {
      float: left;
      padding: 5px 10px;
      color: #f00;
      margin-top: 5px;
      border: 1px solid #f00;
      border-radius: 3px;
      font-weight: 800;
      font-size: 14px; }

#cart-form-dialog input[type=submit] {
  display: inline-block;
  width: 220px;
  height: 50px;
  padding-left: 40px;
  background-image: url(/web/20190202091006im_/https://wollwelt.org/img/cart_button.png);
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  margin: 0px;
  background-color: #67b748;
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 #2e7314;
  display: inline-block;
  padding: 7px 15px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  border: none; }

.leadbox {
  background: none !important;
  box-shadow: none !important;
  border: none !important; }
  .leadbox .add2cart input[type=submit] {
    display: inline-block;
    width: 220px;
    height: 50px;
    padding-left: 40px;
    background-image: url("/web/20190202091006im_/https://wollwelt.org/img/cart_button.png");
    background-position: 24px center;
    background-repeat: no-repeat;
    background-size: 28px auto;
    margin: 0px; }
  .leadbox .qty {
    display: flex;
    float: left;
    height: 50px;
    width: 100px;
    line-height: 50px;
    justify-content: space-between;
    margin-bottom: 20px; }
    .leadbox .qty span {
      display: inline-block;
      height: 50px;
      line-height: 50px;
      text-align: center;
      width: 30px;
      font-size: 20px;
      cursor: pointer;
      font-weight: 800; }
      .leadbox .qty span.cart_plus {
        color: green; }
      .leadbox .qty span.cart_minus {
        color: red; }
    .leadbox .qty input {
      height: 50px;
      display: block;
      float: left;
      text-align: center;
      display: inline-block;
      border-radius: 3px;
      border: 1px solid #e8e8e8;
      background-color: #e8e8e8;
      font-family: "Open Sans";
      font-weight: 700;
      color: #666;
      width: 60px;
      font-size: 18px; }
  .leadbox .add2cart .compare-at-price {
    display: block; }
  .leadbox .add2cart .price {
    display: block;
    margin: 30px 0px;
    font-size: 42px;
    margin-top: 0;
    color: #000;
    font-family: "Open Sans";
    height: initial;
    line-height: 42px; }
    .leadbox .add2cart .price .currency {
      font-size: 26px;
      font-weight: 400;
      color: #000000; }
    .itemsets_list .razmer{
      font-size: 12px;
      margin-bottom: 5px;
    }
  .leadbox a.compare {
    display: inline-block;
    height: 42px;
    width: 42px;
    position: relative;
    border-radius: 4px; }
    .leadbox a.compare:hover {
      box-shadow: inset 0px 0px 0px 1px #FF0088; }
    .leadbox a.compare i {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      display: block;
      background-image: url("../assets/site/img/compare.png");
      background-size: 28px auto;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.4; }
      .leadbox a.compare i.active {
        opacity: 1; }
        .leadbox a.compare i.active::after {
          content: "\f00c";
          display: block;
          width: 18px;
          height: 18px;
          right: 0px;
          background-color: green;
          border-radius: 50%;
          color: #fff;
          text-align: center;
          line-height: 18px;
          font-size: 10px;
          font-family: "FontAwesome"; }

#product-core-image img {
  max-width: 100%;
  height: auto; }

.sideInfo {
  padding: 20px 0px;
  margin-top: 20px; }
  .sideInfo .item {
    font-family: "Open Sans";
    margin-bottom: 30px; }
    .sideInfo .item span {
      font-size: 18px;
      color: #FF0088;
      font-weight: 400;
      display: block;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .sideInfo .item p {
      font-size: 13px; }

/* COUNTDOWN */
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper {
  display: block;
  margin: 0px !important; }

.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a {
  color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em; }

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.flip-clock-wrapper:after {
  clear: both; }

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 4px;
  background: #fff; }

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important; }

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #000;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: 43px;
  right: -29px;
  color: #fff;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -36px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -36px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }
@-moz-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }
@-o-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }
@keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }
  100% {
    -webkit-transform: rotateX(0deg); } }
@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }
  100% {
    -moz-transform: rotateX(0deg); } }
@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }
  100% {
    -o-transform: rotateX(0deg); } }
@keyframes turn {
  0% {
    transform: rotateX(90deg); }
  100% {
    transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }
  100% {
    -webkit-transform: rotateX(-90deg); } }
@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }
  100% {
    -moz-transform: rotateX(-90deg); } }
@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }
  100% {
    -o-transform: rotateX(-90deg); } }
@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* ZOOM COUNTDOWM */
.flip-clock-wrapper ul {
  width: 22.400000000000002px;
  height: 33.6px;
  margin: 0 1.5px; }

.flip-clock-wrapper ul li {
  line-height: 33.6px; }

.flip-clock-wrapper ul li a div div.inn {
  font-size: 28px; }

.flip-clock-wrapper ul,
.flip-clock-wrapper ul li a div div.inn {
  border-radius: 3px; }

.flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; }

.flip-clock-wrapper ul li a div.up:after {
  top: 15.8px; }

.flip-clock-dot.top {
  top: 8.7px; }

.flip-clock-dot.bottom {
  top: 19.900000000000002px; }

.flip-clock-dot {
  width: 5px;
  height: 5px;
  left: 5px; }

.flip-clock-divider {
  width: 15px; }

/* PHOTO ZOOOM STYLES */

/*# sourceMappingURL=main.css.map */

#delivery .modal-dialog, #payments .modal-dialog, #garant .modal-dialog{
	z-index:2000;
}

.modal-body #page ul.info{
	margin:0;
}

.modal-body #page #payment{
	margin:0;
}

.modal-body #page #payment p{
	padding:0;
	border-bottom:1px #eee solid;
	padding-bottom:30px;
}

.modal-body #page #payment p.last{
	padding:0;
	border:0;
}

.modal-body #page #payment .img{
	padding:0;
	padding-top:15px;
}

.modal-body#page #guarantee ul.info{
	margin:0;
}

.next_garanty{
	background-color: #67b748;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 -3px 0 #2e7314 inset;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    width: 165px;
}

.next_garanty:hover {
    background-color: #7bd857;
    color: #fff;
    text-decoration: none;
}

.sideInfo .item{
	position:relative;
}

.sideInfo .item span{
	margin-left:20px;
}

.sideInfo .item .info{
	left: 0;
    margin: 0;
    position: absolute;
    top: 0;
	cursor:pointer;
}

.zoomWrapper{
	width:auto!important;
	//height:auto!important;
	margin-bottom:20px;
	overflow:hidden;
}

#zoom_01{
	position:relative!important;
	max-width: 100%;
}

.zoomWrapper>div{
	display:none;
}

.modal-dialog.modal-md{
	width:400px;
}

#add_cart .modal-dialog{
	z-index:2000;
	margin: -100px auto 0;
    top: 50%;
}

#add_cart .modal-dialog .next_garanty{
	margin-bottom:0;
	cursor:pointer;
}

#add_cart .modal-dialog .title_add_cart{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	margin-bottom:25px;
}

#add_cart .modal-dialog .modal-body{
	padding:25px 15px;
}

.dialog-window .cart{
	padding:5px 15px;
}

.dialog-window .dialog-close {
    color: #bbb;
    float: right;
    font-size: 200%;
    margin-right: -10px;
    margin-top: -10px;
    text-decoration: none;
}

.dialog-window .cart{
	width:420px;
	max-height:500px;
}

.popup_image img{
	max-width:100%;
	margin:0!important;
}

#cart-form-dialog ul.skus{
	margin-bottom:0;
}

#cart-form-dialog .stocks{
	display:none;
}
#cart-form-dialog .services{
	margin-bottom:5px;
	border-bottom:1px #eee solid;
	padding-bottom:5px;
}
#cart-form-dialog .services h4{
	margin:5px 0;
	font-size:14px;
}
#cart-form-dialog .purchase{
	margin-bottom:5px;
}
#cart-form-dialog .add2cart{
	margin:0;
	padding:0;
}
#cart-form-dialog .add2cart .price{
	padding:0;
	margin:5px 0;
	font-size:20px;
}
#cart-form-dialog ul.skus li label .price{
	display:none;
}

.productsets-product-list .sets-iteration-first{
	margin-right:50px;
	position:relative;
	overflow:visible;
}

.productsets-product-list .sets-iteration-first:after{
	position:absolute;
	color: #b3b3b3;
	font-weight:100;
	right:-45px;
	font-size: 50px;
	content:"+";
	top:130px;
}

#setsDiscount .productsets-set .productsets-line{
	margin-top:115px;
}

#setsDiscount .bx-wrapper .bx-controls-direction a {
    top: 140px !important;
}

#setsDiscount {
    border: 2px solid #f8acb8;
    border-radius: 10px;
    margin: 70px auto 120px;
    padding: 10px 5px;
    width: 1100px;
}

.itemsets_list{
	margin:0;
	padding:0;
	list-style:none;
	margin:0 -15px;
}

.itemsets_list li{
	display:inline-block;
	margin-bottom:15px;
  padding-left: 0;
  padding-right: 5px;
}

.itemsets_item{
	border:1px solid #e7e7e7;
	padding:7px;
}

.itemsets_image{
	max-height:100px;
	height:100%;
	overflow:hidden;
	text-align:center;
}

.itemsets_image img{
	max-width:100%;
}

.itemsets_name{
	text-align:center;
	margin:5px 0;
}

.itemsets_name a{
	font-size:13px;
	color:#000;
	display:block;
	overflow:hidden;
	/*height:40px;*/
}
.itemsets_name a span{
  white-space: nowrap;
}
.itemsets_price{
	text-align:center;
	font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
	color:#e15;
}

ul.skus li label .price{
	display:none;
}

ul#gallery_01 li{
	margin-bottom:15px;
}

#empty-cart #image{
	display:none;
}

#empty-cart #empty-message{
	margin:0;
	text-align: center;
	padding:0;
}

#cart-inner .bg{
	border-top:5px #8A218E solid;
}

#cart-inner .bg #arrow{
	text-shadow:0 -5px 0 #8A218E;
}

.homeCatItem .meta .discount {
    float: right;
    padding-top: 16px;
    width: 220px;
}

ul.category_icon{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

ul.category_icon li{
	display:inline-block;
}

ul.category_icon.podushki{
	margin:20px 0 0 130px;
}

ul.category_icon li a.hlopok{
	background:url(/web/20190202091006im_/https://wollwelt.org/img/category_icon/hlopok.png) no-repeat;
	width:55px;
	height:40px;
	display:block;
	text-decoration:none;
}

ul.category_icon li a.hlopok:hover{
	background:url(/web/20190202091006im_/https://wollwelt.org/img/category_icon/hlopok_hover.png) no-repeat;
	text-decoration:none;
}

ul.category_icon li a.sherst{
	background:url(/web/20190202091006im_/https://wollwelt.org/img/category_icon/sherst.png) no-repeat;
	width:43px;
	height:40px;
	display:block;
	text-decoration:none;
	margin-left:5px;
}

ul.category_icon li a.sherst:hover{
	background:url(/web/20190202091006im_/https://wollwelt.org/img/category_icon/sherst_hover.png) no-repeat;
	text-decoration:none;
}

ul.category_icon li a.hl_sherst{
	background:url(/web/20190202091006im_/https://wollwelt.org/img/category_icon/hl_sherst.png) no-repeat;
	width:102px;
	height:40px;
	display:block;
	text-decoration:none;
	margin-left:5px;
}

ul.category_icon li a.hl_sherst:hover{
	background:url(/web/20190202091006im_/https://wollwelt.org/img/category_icon/hl_sherst_hover.png) no-repeat;
	text-decoration:none;
}

ul.category_icon li a.bad{
	background:url(/web/20190202091006im_/https://wollwelt.org/img/category_icon/bad.png) no-repeat;
	width:48px;
	height:40px;
	display:block;
	text-decoration:none;
	margin-left:5px;
}

ul.category_icon li a.bad:hover{
	background:url(/web/20190202091006im_/https://wollwelt.org/img/category_icon/bad_hover.png) no-repeat;
	text-decoration:none;
}

ul.category_icon li a.house{
	background:url(/web/20190202091006im_/https://wollwelt.org/img/category_icon/house.png) no-repeat;
	width:43px;
	height:40px;
	display:block;
	text-decoration:none;
	margin-left:5px;
}

ul.category_icon li a.house:hover{
	background:url(/web/20190202091006im_/https://wollwelt.org/img/category_icon/house_hover.png) no-repeat;
	text-decoration:none;
}

ul.category_icon li a.car{
	background:url(../assets/site/img/category_icon/car.png) no-repeat;
	width:48px;
	height:40px;
	display:block;
	text-decoration:none;
	margin-left:5px;
}

ul.category_icon li a.car:hover{
	background:url(../assets/site/img/category_icon/car_hover.png) no-repeat;
	text-decoration:none;
}

ul.category_icon li a.umbrel{
	background:url(../assets/site/img/category_icon/umbrel.png) no-repeat;
	width:44px;
	height:40px;
	display:block;
	text-decoration:none;
	margin-left:5px;
}

ul.category_icon li a.umbrel:hover{
	background:url(../assets/site/img/category_icon/umbrel_hover.png) no-repeat;
	text-decoration:none;
}

/**/
ul.category_icon.matrasy{
	margin:20px 0 0 150px;
}

ul.category_icon li a.o_sp{
	background:url(../assets/site/img/category_icon/1sp.png) no-repeat;
	width:38px;
	height:40px;
	display:block;
	text-decoration:none;
}

ul.category_icon li a.o_sp:hover{
	background:url(../assets/site/img/category_icon/1sp_hover.png) no-repeat;
	text-decoration:none;
}

ul.category_icon li a.q_sp{
	background:url(../assets/site/img/category_icon/1-5sp.png) no-repeat;
	width:46px;
	height:40px;
	display:block;
	text-decoration:none;
	margin-left:10px;
}

ul.category_icon li a.q_sp:hover{
	background:url(../assets/site/img/category_icon/1-5sp_hover.png) no-repeat;
	text-decoration:none;
}

ul.category_icon li a.t_sp{
	background:url(../assets/site/img/category_icon/2sp.png) no-repeat;
	width:61px;
	height:40px;
	display:block;
	text-decoration:none;
	margin-left:10px;
}

ul.category_icon li a.t_sp:hover{
	background:url(../assets/site/img/category_icon/2sp_hover.png) no-repeat;
	text-decoration:none;
}
/**/


/**/
ul.category_icon.namatratsniki{
	margin:20px 0 0 155px;
}
ul.category_icon.odeyala{
	margin:20px 0 0 120px;
}
ul.category_icon.komplekty{
	margin:20px 0 0 170px;
}


.category_icon .tooltip-inner{
	background:#8B218F;
	color: #fff; /* text color */
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.25); /* drop shadow */
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.25); /* drop shadow */
	box-shadow: 0 0 25px rgba(0,0,0,.25); /* drop shadow */
	padding:5px 10px;
	font-size:13px!important;
	max-width:210px!important;
	opacity:1!important;
}

.category_icon .tooltip.top .tooltip-arrow {
	border-top-color: #8B218F;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

/**/
/*
     FILE ARCHIVED ON 09:10:06 Feb 02, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:17:01 Apr 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.366
  captures_list: 0.419
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.008
  cdx.remote: 5.965
  LoadShardBlock: 42.032 (3)
  PetaboxLoader3.datanode: 59.229 (5)
  load_resource: 1328.09 (2)
  PetaboxLoader3.resolve: 1304.303 (2)
*/