.page-header-wrapper {
  background: #47aff9; }
  .page-header-wrapper .mobile-menu-toggle {
    font-size: 1.5rem; }
    .page-header-wrapper .mobile-menu-toggle a {
      color: white; }
  .page-header-wrapper .page-header-basket-box {
    font-size: 1.5rem; }
    .page-header-wrapper .page-header-basket-box .count {
      background: white;
      color: #007bff;
      border-radius: 50%;
      font-size: 0.875rem;
      display: inline-block;
      line-height: 1rem;
      padding: 0.125rem 0.375rem;
      margin-left: 0.25rem;
      font-weight: bold; }
      @media (min-width: 768px) {
        .page-header-wrapper .page-header-basket-box .count {
          top: -0.875rem;
          position: relative; } }
      @media (max-width: 767.98px) {
        .page-header-wrapper .page-header-basket-box .count {
          position: absolute;
          top: 0rem;
          right: 0.2rem;
          border: 1px solid #007bff; } }
  .page-header-wrapper .page-header {
    color: white; }
    .page-header-wrapper .page-header a {
      color: white;
      text-decoration: none; }
      .page-header-wrapper .page-header a:hover {
        text-decoration: none;
        color: #dee2e6; }
  .page-header-wrapper .search .form-control {
    border-right: none; }
  .page-header-wrapper .search .input-group-text {
    background: white;
    color: #4599d8;
    border-left: none; }

.main-menu {
  position: relative;
  padding: 0.25rem 0; }
  .main-menu a {
    font-weight: normal;
    font-size: 0.9rem;
    text-decoration: none; }
    .main-menu a:hover {
      text-decoration: underline; }
  .main-menu .login-box {
    display: none;
    position: absolute;
    background: #ebf8ff;
    border: 1px solid #d7e1e7;
    z-index: 9999999;
    padding: .5rem;
    top: 1.85rem;
    left: 0;
    width: 100%; }
    @media (min-width: 576px) {
      .main-menu .login-box {
        left: auto;
        padding: 1rem;
        max-width: 400px; } }
    .main-menu .login-box form fieldset {
      width: auto !important; }
    .main-menu .login-box form label {
      width: 80px !important; }
    .main-menu .login-box form .btn {
      margin-left: 0; }
  .main-menu .menu {
    float: right;
    list-style: none; }
    .main-menu .menu li {
      float: left;
      margin-left: .25rem; }
      @media (min-width: 768px) {
        .main-menu .menu li {
          margin-left: .75rem; } }
      .main-menu .menu li a {
        color: #000000; }
      .main-menu .menu li.phone span.number {
        color: #67b75e; }

[data-toggle=collapse] .icon-open {
  display: none; }

[data-toggle=collapse].collapsed .icon-close {
  display: none; }

[data-toggle=collapse].collapsed .icon-open {
  display: inline; }

.mobile-menu .menu-close {
  width: 10%;
  background: #f8f9fa;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 5000000;
  text-align: center;
  opacity: 0.9;
  font-size: 1.5rem; }

.mobile-menu .menu {
  background: #3140FF;
  width: 90%;
  position: absolute;
  left: 0;
  z-index: 5000000; }

.mobile-menu a[data-toggle="collapse"] {
  display: none !important; }

.mobile-menu .container > ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .mobile-menu .container > ul > li {
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem; }
    .mobile-menu .container > ul > li:not(:last-child) {
      border-bottom: 1px solid #4599d8; }
    .mobile-menu .container > ul > li > a {
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      text-decoration: none; }
    .mobile-menu .container > ul > li a.nav-item {
      display: inline-block;
      max-width: 90%; }
    .mobile-menu .container > ul > li a {
      display: inline-block;
      padding: 0.2rem; }
    .mobile-menu .container > ul > li ul {
      list-style: none;
      padding-left: 1rem; }
    .mobile-menu .container > ul > li > ul > li:not(:last-child) {
      border-bottom: 1px dotted #999999; }
    .mobile-menu .container > ul > li > ul > li > ul > li > a {
      font-size: 0.9rem; }
    .mobile-menu .container > ul > li .submenu {
      background: white;
      padding: 0.25rem;
      font-size: 0.9rem; }
      .mobile-menu .container > ul > li .submenu ul {
        padding-left: 0.25rem; }
      .mobile-menu .container > ul > li .submenu .title {
        margin-bottom: 0rem;
        border-bottom: 1px solid #47aff9;
        padding: 0.25rem;
        text-decoration: none;
        font-weight: bold;
        display: block;
        font-size: 0.9rem; }
      .mobile-menu .container > ul > li .submenu .filter-color-box {
        width: 1.5rem;
        height: 1.5rem;
        border: 2px solid #dee2e6;
        border-radius: 50%;
        display: inline-block; }
      .mobile-menu .container > ul > li .submenu .our-brands a {
        padding: 0;
        margin-right: 0.25rem; }
      .mobile-menu .container > ul > li .submenu img {
        max-height: 3rem; }
    .mobile-menu .container > ul > li .m-open {
      display: none; }
    .mobile-menu .container > ul > li .collapsed .m-close {
      display: none; }
    .mobile-menu .container > ul > li .collapsed .m-open {
      display: inline-block; }

.autocomplete-wrapper {
  position: absolute;
  padding: 0.5rem;
  border: 1px solid #007bff;
  background: white;
  border-top: #dee2e6;
  z-index: 10000;
  left: 0;
  top: 2rem;
  width: 100%; }
  .autocomplete-wrapper ul {
    padding-left: 0;
    margin-bottom: 0; }
  .autocomplete-wrapper .section {
    display: none; }
  .autocomplete-wrapper .item {
    margin-bottom: 3px;
    border-top: 1px solid #EBEBEB; }
    .autocomplete-wrapper .item:first-child {
      border-top: none; }
    .autocomplete-wrapper .item a {
      display: block;
      text-decoration: none;
      color: #464646; }
      .autocomplete-wrapper .item a:hover {
        color: #4599d8; }

.menu-wrapper {
  background: #3140FF;
  margin-bottom: 1rem; }
  .menu-wrapper .menu {
    margin: 0 auto 0 auto;
    display: none; }
    @media (min-width: 768px) {
      .menu-wrapper .menu {
        display: block; } }
    .menu-wrapper .menu .m-open, .menu-wrapper .menu .m-close {
      display: none; }
    .menu-wrapper .menu > ul {
      display: flex;
      padding-left: 0;
      margin-bottom: 0;
      position: relative; }
      .menu-wrapper .menu > ul > li {
        display: flex;
        display: inline-block;
        width: 100%;
        text-align: center;
        border-right: 1px solid #4599d8; }
        .menu-wrapper .menu > ul > li:last-child {
          border-right: none; }
        .menu-wrapper .menu > ul > li > a {
          color: white;
          line-height: 2.5rem;
          text-transform: uppercase;
          padding: 0 1rem;
          text-decoration: none;
          display: block;
          font-weight: bold;
          white-space: nowrap; }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .menu-wrapper .menu > ul > li > a {
              padding: 0 .25rem;
              font-size: 0.8rem; } }
        .menu-wrapper .menu > ul > li:hover > a {
          background: #47aff9; }
        .menu-wrapper .menu > ul > li > .submenu {
          display: none; }
        .menu-wrapper .menu > ul > li:hover > .submenu {
          text-align: left;
          display: block;
          position: absolute;
          left: 0px;
          border: 3px solid #47aff9;
          width: 100%;
          padding: 1rem;
          background: white;
          z-index: 9999999; }
          .menu-wrapper .menu > ul > li:hover > .submenu .our-brands a:not(:last-child):after {
            content: '\2022';
            margin: 0 0.25rem; }
          .menu-wrapper .menu > ul > li:hover > .submenu .title {
            margin-bottom: 0.5rem;
            min-width: 80px;
            border-bottom: 1px solid #47aff9;
            padding: 0.5rem;
            white-space: nowrap;
            text-decoration: none;
            font-weight: bold;
            display: block;
            font-size: 1rem; }
          .menu-wrapper .menu > ul > li:hover > .submenu .subtitle {
            margin-bottom: 0.5rem;
            min-width: 80px;
            padding: 0 0.5rem;
            white-space: nowrap;
            text-decoration: none;
            font-weight: bold;
            display: block;
            font-size: 1rem; }
          .menu-wrapper .menu > ul > li:hover > .submenu a {
            font-weight: normal;
            text-decoration: none;
            text-transform: none;
            font-size: 0.9rem;
            white-space: nowrap; }
          .menu-wrapper .menu > ul > li:hover > .submenu .filter-color-box {
            width: 1.5rem;
            height: 1.5rem;
            border: 2px solid #dee2e6;
            border-radius: 50%;
            display: inline-block; }
          .menu-wrapper .menu > ul > li:hover > .submenu ul {
            margin-bottom: 0;
            padding-left: 0; }
          .menu-wrapper .menu > ul > li:hover > .submenu li {
            padding-left: 0.5rem; }

@media (min-width: 992px) {
  .btn:hover {
    cursor: pointer; } }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

.form-base fieldset {
  width: 80%;
  margin: auto; }
  @media (max-width: 575.98px) {
    .form-base fieldset {
      width: 100%;
      margin: 0; } }

.form-base label {
  margin-bottom: 0; }

.form-base .input.text, .form-base .input.password, .form-base .number {
  margin-bottom: 0.5rem;
  /*
		&.required label {
			background: transparent url('img/ui/input-required.png') no-repeat top right;
		}
		input {
			background: transparent url('img/ui/input-bg.png') no-repeat; width: 229px; height: 16px;padding: 10px 13px;
				border: none;
			&.short {background: transparent url('img/ui/input-short-bg.png') no-repeat; width: 159px;}
		}*/ }
  .form-base .input.text label, .form-base .input.password label, .form-base .number label {
    margin-bottom: 0;
    float: left;
    width: 130px;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.825rem;
    font-weight: bold;
    text-align: right;
    line-height: 2rem; }
    @media (max-width: 575.98px) {
      .form-base .input.text label, .form-base .input.password label, .form-base .number label {
        float: none;
        width: 100%;
        text-align: left; } }
  .form-base .input.text input, .form-base .input.password input, .form-base .number input {
    width: 200px;
    padding: .25rem .75rem;
    border: 1px solid #dee2e6; }
    @media (max-width: 575.98px) {
      .form-base .input.text input, .form-base .input.password input, .form-base .number input {
        width: 100%; } }
    .form-base .input.text input.short, .form-base .input.password input.short, .form-base .number input.short {
      width: 159px; }
      @media (max-width: 575.98px) {
        .form-base .input.text input.short, .form-base .input.password input.short, .form-base .number input.short {
          width: 100%; } }

.form-base .number {
  margin-bottom: 0; }
  .form-base .number input {
    width: 2.5rem;
    padding: 0.25rem 0.25rem;
    display: inline-block;
    text-align: center;
    margin: 0 .25rem;
    white-space: nowrap;
    padding: 0.25rem 0.125rem;
    width: 2rem; }
    @media (min-width: 768px) {
      .form-base .number input {
        padding: 0.25rem 0.25rem;
        width: 2.5rem;
        margin: 0 .5rem; } }
  .form-base .number .plus, .form-base .number .minus {
    font-size: 0.75rem; }

.form-base .input.checkbox {
  margin-bottom: 0.5rem; }
  .form-base .input.checkbox input {
    margin-left: 175px;
    margin-right: 5px; }
    @media (max-width: 575.98px) {
      .form-base .input.checkbox input {
        margin-left: 0; } }
  .form-base .input.checkbox label {
    font-size: 14px; }

.form-base .agree-checkboxes {
  margin-bottom: 0.5rem; }
  .form-base .agree-checkboxes .input-pretty {
    margin-left: 60px; }
    @media (max-width: 575.98px) {
      .form-base .agree-checkboxes .input-pretty {
        margin-left: 0; } }
    .form-base .agree-checkboxes .input-pretty::after {
      display: block;
      clear: both;
      content: ""; }
  .form-base .agree-checkboxes .input-pretty .error-message {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0.25rem; }

.form-base .input.street-complex .street {
  width: 134px;
  margin-right: 10px; }

.form-base .input.street-complex .street-no {
  width: 65px; }

.form-base .textarea {
  margin-bottom: 0.5rem; }
  .form-base .textarea label {
    float: left;
    width: 130px;
    padding-right: 15px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: right; }
    @media (max-width: 575.98px) {
      .form-base .textarea label {
        text-align: left;
        float: none;
        width: 100%; } }
  .form-base .textarea textarea {
    border: 1px solid #BEC3C5;
    padding: 10px 13px;
    width: 247px;
    height: 100px; }
    .form-base .textarea textarea.long {
      width: 450px; }
    @media (max-width: 575.98px) {
      .form-base .textarea textarea {
        width: 100%; } }

.form-base .error-message {
  font-weight: bold;
  color: #BB5353;
  margin: 5px 0 0 140px; }
  @media (max-width: 575.98px) {
    .form-base .error-message {
      margin-left: 0; } }

.form-base.after-registration {
  margin-bottom: 1.5rem;
  background: #d7edff;
  padding: 1rem; }

form select {
  display: inline-block;
  color: #444;
  padding: .25em 1.3em .25em .5em;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%234599d8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .6em top 50%, 0 0;
  background-size: .65em auto, 100%; }

form select::-ms-expand {
  display: none; }

form select:hover {
  border-color: #888; }

form select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none; }

form select option {
  font-weight: normal; }

.footer {
  font-size: .9rem;
  border-top: 3px solid #dee2e6;
  background: #f8f9fa;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  padding: 1rem 0.5rem; }
  @media (min-width: 768px) {
    .footer {
      margin-bottom: 2rem;
      margin-top: 3rem;
      padding: 2rem 1rem; } }
  .footer a {
    text-decoration: none; }
    .footer a:hover {
      color: #313131;
      text-decoration: underline; }
  .footer .title {
    font-weight: bold;
    margin-bottom: 20px; }
  .footer .logos {
    margin-top: 10px; }
  .footer .info {
    padding-top: 40px;
    clear: both; }
    .footer .info a {
      text-decoration: underline; }
      .footer .info a:hover {
        text-decoration: none; }

.product-variations {
  margin-bottom: 1rem;
  border: 1px solid #5ab352;
  border-left: none;
  border-right: none;
  padding: 0.5rem;
  position: relative; }
  .product-variations .product-set {
    text-align: center;
    padding: 20px 10px; }
    .product-variations .product-set.current {
      background: #fafafa; }
    .product-variations .product-set .price {
      font-weight: bold; }
      .product-variations .product-set .price.discount {
        color: #FA0000; }
    .product-variations .product-set .availability-box {
      margin-bottom: 3px; }
      .product-variations .product-set .availability-box .recommended {
        text-decoration: line-through; }
    .product-variations .product-set .image {
      position: relative; }
      .product-variations .product-set .image .campaign {
        position: absolute;
        height: 27px;
        bottom: 0px;
        right: 20px;
        line-height: 27px;
        color: white;
        font-weight: normal;
        padding: 0 10px;
        text-transform: uppercase;
        font-weight: bold; }
        .product-variations .product-set .image .campaign.campaign-action {
          background: #f1c30b; }
        .product-variations .product-set .image .campaign.campaign-discount {
          background: #fa0000; }
        .product-variations .product-set .image .campaign.campaign-news {
          background: #ef7000; }
      .product-variations .product-set .image .nwe-campaign {
        line-height: 30px;
        position: absolute;
        top: 20px;
        right: 20px;
        height: 30px;
        width: 30px;
        text-align: center; }
      .product-variations .product-set .image a img {
        margin: 0 auto; }
  .product-variations .slick-arrow {
    position: absolute;
    height: 40px;
    width: 25px;
    top: 50%;
    margin-top: -20px;
    z-index: 9999;
    font-size: 2rem; }
    .product-variations .slick-arrow:hover {
      background-position: bottom center; }
  .product-variations .slick-prev {
    left: 0px; }
  .product-variations .slick-next {
    right: 0px; }
  .product-variations .slick-next {
    right: 0; }

.set-slides img {
  max-width: 100%; }

.filter-navigation {
  margin-bottom: .25rem; }
  @media (min-width: 576px) {
    .filter-navigation {
      margin-bottom: 1rem; } }
  .filter-navigation a {
    font-size: 1rem;
    display: block;
    margin-bottom: 0.125rem;
    text-decoration: none;
    padding: 0.25rem .5rem;
    background: #e9ecef;
    padding: 0.15rem .5rem; }
    @media (min-width: 576px) {
      .filter-navigation a {
        padding: 0.25rem .5rem; } }
    @media (min-width: 768px) {
      .filter-navigation a {
        font-size: 1.25rem;
        padding: 0.5rem 1rem; } }
    .filter-navigation a:hover {
      text-decoration: underline; }
    .filter-navigation a.current {
      background: #4599d8;
      font-weight: bold;
      color: #fff; }
      .filter-navigation a.current svg {
        margin-left: 0.5rem; }

.filter-basic {
  font-size: 1rem;
  position: relative; }
  @media (max-width: 767.98px) {
    .filter-basic {
      background: #ebf8ff;
      padding: 0.25rem 0.5rem; } }
  .filter-basic .field-wrapper {
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .filter-basic .field-wrapper {
        display: inline-block;
        margin-right: 0.5rem;
        white-space: normal; } }
    .filter-basic .field-wrapper input {
      display: inline-block;
      margin-right: 0.125rem; }
    .filter-basic .field-wrapper label {
      display: inline-block;
      margin-bottom: 0; }
  .filter-basic .row-filter {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: .2rem;
    margin-bottom: .2rem; }
    @media (min-width: 576px) {
      .filter-basic .row-filter {
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem; } }
  .filter-basic .title {
    font-weight: bold; }
  .filter-basic .btn {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.3rem; }
    .filter-basic .btn svg {
      margin-left: 0.25rem; }
  .filter-basic .disabled label {
    color: #999; }
  .filter-basic .disabled img {
    opacity: 0.3; }
  .filter-basic .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    opacity: 0.8;
    text-align: center;
    padding: 30px 20px;
    font-size: 20px; }
  .filter-basic .filter-pb_tvar img {
    width: 55px; }
  .filter-basic .filter-p_cocky .filter-color-box {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    display: inline-block; }
    .filter-basic .filter-p_cocky .filter-color-box.selected {
      border-color: #CC7000; }
  .filter-basic .filter-p_cocky .field-wrapper {
    display: inline-block; }
  .filter-basic .filter-p_cocky input {
    display: none; }

#products-list-ajax-wrapper {
  position: relative; }
  #products-list-ajax-wrapper .loading {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(210, 210, 210, 0.9);
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding: 1rem 1rem; }

.products {
  margin-bottom: 10px; }
  .products .box {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 10px;
    line-height: 21px; }
  .products .image {
    margin-bottom: 0.5rem;
    position: relative;
    justify-content: center;
    align-items: center; }
    .products .image .campaign {
      position: absolute;
      bottom: 0px;
      right: 1rem;
      color: white;
      font-weight: normal;
      padding: 0.25rem 0.75rem;
      text-transform: uppercase;
      font-weight: bold; }
      .products .image .campaign.campaign-action {
        background: #f1c30b; }
      .products .image .campaign.campaign-discount {
        background: #fa0000; }
      .products .image .campaign.campaign-news {
        background: #ef7000; }
    .products .image .nwe-campaign {
      line-height: 30px;
      position: absolute;
      font-size: 1.5rem;
      right: 20px;
      bottom: 0;
      text-align: center;
      background: white;
      color: #5ab352; }
    .products .image .variant-tag {
      position: absolute;
      top: 0;
      left: 0;
      background: #4388cc;
      padding: 3px 5px;
      color: #fff;
      font-weight: bold;
      line-height: 21px; }
    .products .image .free-product {
      position: absolute;
      right: 5px;
      bottom: 5px;
      width: 82px;
      background: #c03131;
      padding: 1px;
      line-height: 16px;
      color: white;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold; }
      .products .image .free-product img {
        width: 80px; }
    .products .image .slick-slider {
      position: static; }
    .products .image .slick-arrow {
      position: absolute;
      height: 24px;
      width: 15px;
      top: 50%;
      margin-top: -12px;
      z-index: 9999;
      opacity: 0.3;
      font-size: 2rem; }
      .products .image .slick-arrow:hover {
        background-position: bottom center;
        opacity: 0.8; }
    .products .image .slick-slide::before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .products .image .slick-slide img {
      vertical-align: middle;
      display: inline-block; }
    .products .image .slick-prev {
      left: 0px; }
    .products .image .slick-next {
      right: 0px; }
  .products .name {
    display: block; }
    .products .name .action-text {
      color: #CC7000;
      text-decoration: underline;
      font-weight: bold; }
    .products .name:hover .action-text {
      text-decoration: none !important; }
  .products .recommended {
    text-decoration: line-through;
    /* &.action {color: $orange;} */
    /* &.discount {color: $red-discount} */ }
  .products .price-availability {
    margin-bottom: 4px; }
  .products .price {
    font-weight: bold; }
    .products .price.discount {
      color: #FA0000; }
    .products .price.newsletter {
      color: #5ab352; }
  .products .more {
    display: block;
    margin: 0 auto;
    background: #4599d8 url("img/ui/products-more.png") no-repeat top center;
    width: 141px;
    height: 40px; }

.availability {
  text-align: center; }
  .availability.ava-in_stock {
    color: #5ab352; }

.subcategories {
  margin: 0 -5px 10px -5px; }
  .subcategories > div {
    padding: 0 5px; }
  .subcategories a {
    display: block;
    background: #d7e1e7;
    text-align: center;
    border: 1px solid #d7e1e7;
    padding: 5px 10px;
    margin: 2px 5px; }

.product-detail {
  text-align: left;
  color: #272727; }
  .product-detail .image {
    text-align: center;
    position: relative; }
    .product-detail .image .campaign {
      position: absolute;
      height: 27px;
      bottom: 0px;
      right: 20px;
      line-height: 27px;
      color: white;
      font-weight: normal;
      padding: 0 10px;
      text-transform: uppercase;
      font-weight: bold;
      -webkit-box-shadow: 0px 0px 3px 1px #8c8c8c;
      -moz-box-shadow: 0px 0px 3px 1px #8c8c8c;
      box-shadow: 0px 0px 3px 1px #8c8c8c; }
      .product-detail .image .campaign.campaign-action {
        background: #f1c30b; }
      .product-detail .image .campaign.campaign-discount {
        background: #fa0000; }
      .product-detail .image .campaign.campaign-news {
        background: #ef7000; }
    .product-detail .image .main {
      margin-bottom: 0.5rem;
      position: relative;
      display: block; }
      .product-detail .image .main img {
        max-height: 7.5rem; }
        @media (min-width: 768px) {
          .product-detail .image .main img {
            max-height: 17.5rem; } }
    .product-detail .image .image-small .wrapper {
      width: 16.666666%;
      text-align: center;
      margin-bottom: 0.25rem; }
  .product-detail .img-slides .slick-list {
    margin-bottom: 6px; }
  .product-detail .info {
    margin-bottom: 1rem; }
    .product-detail .info .price-total {
      font-size: 2rem;
      font-weight: bold; }
    .product-detail .info .recommended {
      background: linear-gradient(to left top, transparent 47.75%, #a0a0a0 49.5%, #a0a0a0 50.5%, transparent 52.25%); }
  .product-detail .delivery-date span.value {
    font-weight: bold; }

.product-params th {
  font-weight: normal;
  white-space: nowrap; }

.product-banners {
  margin-bottom: 1rem;
  border-top: 2px solid #5ab352;
  border-bottom: 2px solid #5ab352;
  padding: 0.5rem 0; }
  @media (max-width: 575.98px) {
    .product-banners {
      font-size: 0.825rem; } }
  .product-banners .fa-fw {
    font-size: 2rem;
    color: #5ab352; }
  .product-banners > div {
    padding: 0 0.25rem;
    margin-bottom: 0.25rem; }

.product-added {
  margin-bottom: 15px; }
  .product-added .image {
    height: 60px;
    text-align: center; }
    .product-added .image img {
      height: 60px; }
  .product-added .info {
    background: transparent url("img/ui/success.png") no-repeat center left;
    padding: 15px 50px; }

.slick-dots {
  list-style: none;
  overflow: hidden;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin-right: 5px; }
    .slick-dots li button {
      text-indent: -50000px;
      display: block;
      height: 15px;
      width: 10px;
      border-radius: 50%;
      background: #464646; }
    .slick-dots li.slick-active button {
      background: #4599d8; }

.cparams div {
  border: 1px solid #464646; }

.cparams .title {
  background: #cfe9fc; }

.order-buttons {
  background: transparent url("img/ui/order-buttons-bg.png") repeat-x center;
  height: 40px;
  margin-bottom: 20px; }
  .order-buttons .btn-back {
    float: left;
    margin-left: 0 !important; }
  .order-buttons .btn-forward {
    float: right; }

.order-progress {
  color: #969696;
  font-size: 1rem;
  line-height: 2rem; }
  .order-progress a {
    color: #969696;
    text-decoration: none;
    color: #272727;
    font-weight: bold; }
    .order-progress a:hover {
      text-decoration: none; }
  .order-progress .number {
    background: #eaeaea;
    color: #4388cc;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 15px;
    margin-right: 10px; }
  .order-progress .next:hover {
    cursor: pointer; }
  .order-progress span.cont {
    display: none; }
    @media (min-width: 768px) {
      .order-progress span.cont {
        display: inline; } }
  .order-progress .active {
    background-position: bottom left; }
    .order-progress .active span.cont {
      color: #272727;
      font-weight: bold; }
    .order-progress .active .number {
      background: #4388cc;
      color: white; }

.order-totals {
  margin-bottom: 1.5rem;
  font-size: 14px;
  color: #848484;
  font-weight: bold; }
  .order-totals div.price {
    text-align: right;
    padding-left: 15px; }
  .order-totals .total {
    font-size: 20px;
    color: #272727;
    padding-right: 0px !important; }

.voucher {
  margin-bottom: 20px;
  border: 1px solid #dde3e7;
  padding: 10px 8px; }
  .voucher.credits {
    float: right;
    text-align: right; }
  .voucher label {
    margin-right: 10px;
    font-weight: bold;
    font-size: 19px;
    position: relative;
    top: 2px; }
  .voucher input {
    border: 1px solid #e2e7eb;
    width: 229px;
    padding: 7px 13px; }
    .voucher input.short {
      width: 159px; }
    .voucher input.tiny {
      width: 43px; }

.confirm-order .title-block {
  margin-bottom: 20px; }
  .confirm-order .title-block h1 {
    text-align: center;
    font-size: 30px; }

.confirm-order .address {
  padding: 20px;
  background: #d7edff; }

.confirm-order .confirm-order-table {
  font-weight: bold;
  margin-bottom: 30px; }
  .confirm-order .confirm-order-table .item-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px; }
  .confirm-order .confirm-order-table .point-info {
    margin: 5px 0;
    font-weight: normal;
    font-size: 12px; }
  .confirm-order .confirm-order-table .summary .label {
    font-size: 14px;
    font-weight: normal;
    text-align: right; }
  .confirm-order .confirm-order-table .summary .total-price {
    font-size: 22px;
    text-align: right; }

.confirm-order h2 a {
  font-weight: normal;
  font-size: 14px;
  margin-left: 10px; }

.order-end table.order-recap.color .total {
  background: #F1F1F1;
  font-size: 120%; }

.order-table {
  margin-bottom: 1rem; }
  .order-table .pretty {
    margin-right: 0; }
  .order-table table {
    width: 100%; }
  .order-table th {
    text-align: left;
    border-left: none, border-right none;
    border-top: none;
    padding: 0.5rem 0.5rem; }
  .order-table td {
    border: 1px solid #d8e3eb;
    vertical-align: middle;
    padding: 0.5rem 0.25rem; }
    .order-table td.radio {
      border-right: none;
      padding: 0.5rem 0.75rem;
      width: 3rem;
      text-align: center; }
    .order-table td.info {
      border-left: none;
      border-right: none; }
    .order-table td.price {
      border-left: none;
      color: #929ea6;
      white-space: nowrap;
      text-align: right;
      padding: inherit 0 .75rem; }
    .order-table td .pickup-change {
      font-weight: strong; }
    .order-table td label {
      margin-bottom: 0; }
  .order-table tr.active {
    border: 1px solid #dec050; }
    .order-table tr.active td {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe063+0,ffd144+100 */
      background: #ffe063;
      /* Old browsers */ }

.orders-list {
  width: 100%;
  border-collapse: collapse !important;
  margin-bottom: 2rem; }
  .orders-list td {
    border: 1px solid #d7e1e7;
    padding: 5px 10px;
    vertical-align: top; }
    .orders-list td.price {
      white-space: nowrap; }
    .orders-list td.repeat {
      border-bottom: 3px solid #97b1c1; }
  .orders-list tr.items td {
    border-bottom: 3px solid #97b1c1; }
  .orders-list tr.items .label {
    border-right: none; }
  .orders-list tr.items .list {
    border-left: none; }
  .orders-list .use td {
    color: #b94a48; }
  .orders-list .add td {
    color: #468847; }
  .orders-list .expired td {
    text-decoration: line-through; }

.results-places .row:hover {
  background: #eaeaea; }

.delivery-map-legend {
  background: #ebf8ff; }
  @media (max-width: 767.98px) {
    .delivery-map-legend {
      font-size: 0.825rem; } }

.modal-content .modal-title {
  color: #4599d8; }

.order-final-step .order-buttons .btn-forward {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-20p {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 575.98px) {
  [id^="hw-"] {
    display: none; } }

.pretty {
  white-space: normal;
  width: 100%; }

.pretty .state label {
  text-indent: 0;
  padding-left: 1.75rem;
  line-height: 1.2; }

.pretty .state label:after,
.pretty .state label:before,
.pretty.p-icon .state .icon {
  top: 0; }

.pretty a {
  z-index: 100;
  position: relative; }

body {
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  background: white;
  color: #464646; }

#scroll-up {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 3.5rem;
  z-index: 99999999;
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #007bff;
  color: white;
  opacity: 0.6;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%; }
  #scroll-up:hover {
    opacity: 0.8; }

a {
  color: #464646;
  text-decoration: underline; }

a:hover {
  color: #4599d8;
  text-decoration: none; }

strong, .strong {
  font-weight: bold; }

.empty {
  text-align: center;
  font-weight: bold;
  color: #797979;
  padding: 20px 0; }

ul {
  list-style: none; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: normal; }

a.btn {
  text-decoration: none; }

.big {
  font-size: 120%; }

.slider {
  text-align: center; }
  .slider .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 99999;
    color: #4599d8;
    font-size: 2.5rem;
    font-weight: bold; }
    .slider .slick-arrow.slick-next {
      right: 1.5rem;
      transition: right 150 ease-in-out; }
    .slider .slick-arrow.slick-prev {
      left: 1.5rem;
      transition: left 150 ease-in-out; }
  .slider ul.slick-dots {
    text-align: left;
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    margin-bottom: 0;
    width: 100%; }
    .slider ul.slick-dots li {
      margin: 0 0.5rem;
      display: inline-block; }
      .slider ul.slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        background: #e5e9ec;
        border: 1px solid #fff;
        outline: none; }
      .slider ul.slick-dots li.slick-active button {
        background: #4599d8; }

.featherlight-next:hover, .featherlight-previous:hover {
  background: transparent; }

.featherlight-next span, .featherlight-previous span {
  display: inline-block;
  color: #4599d8; }

.featherlight-previous {
  right: 90%; }

.featherlight-next {
  left: 90%; }

.message {
  padding: 10px 20px;
  font-weight: bold;
  border: 1px solid black;
  margin-bottom: 10px; }
  .message.error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7; }
  .message.success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .message.info {
    background-color: #F9FDFF;
    border-color: #4599d8;
    color: #464646;
    font-weight: normal; }

.popover {
  font-family: 'Source Sans Pro', sans-serif; }

.hp-banners > .row > .col-3 {
  border-top: 1px solid #4599d8;
  border-bottom: 1px solid #4599d8;
  padding: 0.5rem 0; }

.hp-banners .fa-fw {
  font-size: 2.5rem;
  color: #4599d8; }

.hp-banners a {
  text-decoration: none;
  color: #4599d8;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold; }
  .hp-banners a:hover {
    text-decoration: underline; }

.title-block {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem; }
  @media (max-width: 991.98px) {
    .title-block {
      margin-top: 0.5rem; } }
  .title-block h1 {
    font-size: 1.5rem; }

.content-icons {
  margin-bottom: 20px; }
  .content-icons a {
    text-decoration: none;
    border-left: 4px solid #6aba60;
    height: 100px;
    line-height: 22px;
    font-size: 16px;
    color: #000;
    padding: 0 90px 0 20px;
    text-transform: uppercase;
    min-height: 110px;
    display: table;
    margin-bottom: 5px;
    width: 100%;
    font-weight: bold;
    background-position: right bottom;
    background-repeat: no-repeat; }
    .content-icons a span {
      line-height: 21px;
      display: table-cell;
      vertical-align: middle; }
    .content-icons a.last {
      margin-right: 0; }
    .content-icons a:hover {
      text-decoration: underline; }
    .content-icons a.dotazy {
      background-image: url(https://www.kup-cocky.cz/img/ui/content-icons/dotazy.png); }
    .content-icons a.doprava-a-platba {
      background-image: url(https://www.kup-cocky.cz/img/ui/content-icons/doprava-a-platba.png); }
    .content-icons a.obchodni-podminky {
      background-image: url(https://www.kup-cocky.cz/img/ui/content-icons/obchodni-podminky.png); }
    .content-icons a.opakovat-objednavku {
      background-image: url(https://www.kup-cocky.cz/img/ui/content-icons/opakovat-objednavku.png); }
    .content-icons a.poradime {
      background-image: url(https://www.kup-cocky.cz/img/ui/content-icons/poradime.png); }
    .content-icons a.reklamace {
      background-image: url(https://www.kup-cocky.cz/img/ui/content-icons/reklamace.png); }
    .content-icons a.slevovy-system {
      background-image: url(https://www.kup-cocky.cz/img/ui/content-icons/slevovy-system.png); }
    .content-icons a.souteze {
      background-image: url(https://www.kup-cocky.cz/img/ui/content-icons/souteze.png); }
    .content-icons a.vernostni-program {
      background-image: url(https://www.kup-cocky.cz/img/ui/content-icons/vernostni-program.png); }
    .content-icons a.zaruka {
      background-image: url(https://www.kup-cocky.cz/img/ui/content-icons/zaruka.png); }

.nwe-modal input {
  width: 100%;
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  text-align: center; }

.content-boxes {
  margin-bottom: 20px; }
  .content-boxes .box {
    text-decoration: none;
    border-left: 4px solid #6aba60;
    padding: 5px 20px 5px 20px;
    margin-bottom: 20px; }
    .content-boxes .box .title {
      line-height: 24px;
      font-size: 16px;
      color: #000;
      font-weight: bold;
      margin-bottom: 5px; }
    .content-boxes .box ul {
      list-style: circle; }

.wysiwyg h2 {
  font-size: 18px;
  font-weight: bold;
  color: #272727;
  padding-bottom: 10px;
  line-height: 26px; }

.wysiwyg p {
  line-height: 22px;
  padding-bottom: 10px; }

.wysiwyg ul {
  list-style: disc;
  margin-bottom: 20px; }
  .wysiwyg ul li {
    margin-left: 20px; }
  .wysiwyg ul ul {
    margin-bottom: 0; }

.wysiwyg table {
  border-collapse: collapse;
  margin-bottom: 20px; }
  .wysiwyg table td, .wysiwyg table th {
    border: 1px solid #c6c5c5;
    padding: 3px 5px; }
  .wysiwyg table th {
    font-weight: bold; }

.wysiwyg table.table-color th {
  /*.blue-th;*/
  background: #cfe9fc;
  text-align: left; }

.paging {
  margin-bottom: 20px;
  text-align: center;
  border-top: 1px solid #E2E7EB;
  padding-top: 15px; }
  .paging span.current {
    margin: 0 2px;
    background: #4599d8;
    color: white;
    padding: 5px 8px; }
  .paging span a {
    font-size: 16px;
    color: #4599d8;
    margin: 0 2px; }

.help .fa-question-circle {
  color: #4599d8; }

.help .title {
  font-weight: bold;
  color: #4599d8; }

.content {
  margin-bottom: 20px; }
  .content .lc {
    font-size: 14px; }
    .content .lc .campaigns > a {
      display: inline-block;
      width: 100%;
      text-decoration: none;
      background: white;
      border-left: 5px solid black;
      font-size: 1.5rem;
      padding-left: 0.5rem; }
      .content .lc .campaigns > a:hover {
        background: #E90B18;
        color: white; }
    .content .lc .campaigns .discount {
      color: #E90B18;
      border-color: #E90B18; }
      .content .lc .campaigns .discount:hover {
        background: #E90B18; }
    .content .lc .benefits {
      margin-bottom: 1rem; }
      .content .lc .benefits .row {
        border-left: 5px solid #dee2e6; }
      .content .lc .benefits strong {
        font-size: 1.2rem; }
      .content .lc .benefits .fa-fw {
        color: #5ab352;
        font-size: 1.5rem; }
      .content .lc .benefits a {
        text-decoration: none; }
        .content .lc .benefits a:hover {
          text-decoration: underline; }
      .content .lc .benefits .benefit-discount.row {
        border-left-color: #E90B18; }
      .content .lc .benefits .benefit-discount .fa-fw {
        color: #E90B18; }
      .content .lc .benefits .benefit-discount a {
        color: #E90B18; }
      .content .lc .benefits strong {
        font-weight: normal; }
    .content .lc .menu {
      margin-bottom: 1rem; }
      .content .lc .menu a {
        text-decoration: none;
        display: block; }
        .content .lc .menu a:hover {
          text-decoration: underline; }
      .content .lc .menu > ul {
        padding-left: 0; }
        .content .lc .menu > ul > li {
          margin-bottom: 0.25rem;
          border-left: 5px solid #dee2e6;
          padding-left: 0.5rem; }
          .content .lc .menu > ul > li.active {
            border-left-color: #4599d8; }
            .content .lc .menu > ul > li.active > a {
              color: #4599d8; }
          .content .lc .menu > ul > li > a {
            font-weight: bold;
            font-size: 1rem; }
          .content .lc .menu > ul > li ul > li.active > a {
            font-weight: bold; }
        .content .lc .menu > ul ul {
          padding-left: 1rem; }
    .content .lc .heureka-reviews {
      margin-bottom: 0.5rem; }
      .content .lc .heureka-reviews .title {
        font-size: 1.25rem;
        margin-bottom: 0.5rem; }
      .content .lc .heureka-reviews .review {
        margin-bottom: 0.75rem;
        font-size: 0.875rem; }
        .content .lc .heureka-reviews .review .name {
          text-align: right;
          font-style: italic; }
        .content .lc .heureka-reviews .review .stars {
          text-align: right;
          color: #5ab352; }

.articles {
  margin-bottom: 20px; }
  .articles .article {
    margin-bottom: 10px; }
    .articles .article .info .name {
      font-size: 18px;
      display: block;
      margin-bottom: 5px;
      color: #4599d8; }

.popover {
  min-width: 260px !important; }

.product-pick .row, .basket-pick .row {
  border-bottom: 1px solid #dee2e6;
  text-align: center; }
  .product-pick .row:first-child, .basket-pick .row:first-child {
    border-bottom-color: #4599d8;
    font-weight: bold; }

.product-pick .number input, .basket-pick .number input {
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center; }

.product-pick .v-cell, .basket-pick .v-cell {
  padding: 0.2rem; }

#eu-cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 0.8rem;
  width: 100%;
  background: #F7F7F7;
  z-index: 10000;
  color: black;
  text-align: center;
  border-top: 1px solid #C3C2C4;
  opacity: 0.9; }
  @media (min-width: 768px) {
    #eu-cookie {
      font-size: 1rem; } }

.other-highlight, .other-highlight-mobile {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.25rem;
  padding: 5px 15px; }
  @media (min-width: 576px) {
    .other-highlight, .other-highlight-mobile {
      margin-bottom: 0.5rem; } }
