@charset "UTF-8";
/*@import url(http://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600,700);*/
/*  Default Variables   */
@import url(../vendor/fontello2/css/fontello2.css);
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active,
input[type=text]:focus,
input[type=text]:active, input[type=email]:focus, input[type=email]:active, input[type=password]:focus, input[type=password]:active, textarea:focus, textarea:active {
  outline: none !important;
  border-color: #92c3c0 !important;
  box-shadow: 0 0 4px 1px white !important;
  -moz-box-shadow: 0 0 4px 1px white !important; }

.btn {
  font-size: 18px;
  border-radius: 25px;
  font-weight: 300;
  margin: 3px 2px;
  color: #171717;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 25px;
  cursor: pointer; }
  .btn .icon-go {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 10px; }

.btn-quad {
  border-radius: 0 !important;
  border: 0;
  font-size: 15px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 500;
  height: 66px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer; }
  .btn-quad i {
    margin-left: 10px; }
  .btn-quad:hover {
    /*background:rgba(255,255,255,0.9);*/
    /*border-color:$pink !important;*/
    box-shadow: 0px 0px 11px #fcf3f6 !important;
    -moz-box-shadow: 0px 0px 11px #fcf3f6 !important; }

button > * {
  display: inline-table !important; }

.sign-in-container .btn-go a {
  display: block;
  padding: 15px 30px !important; }

.btn-go-with-a a {
  display: block;
  padding: 15px 30px !important; }

button.btn-go {
  padding: 14px 30px;
  padding-right: 15px; }

.btn-go {
  position: relative;
  /*border: 2px solid transparent;*/
  background: white;
  background-clip: padding-box;
  padding: 0;
  /*    padding: 14px 30px;
      padding-right: 15px;*/
  font-size: 14px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 500;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  text-align: center;
  cursor: pointer; }
  .btn-go a {
    padding: 14px 30px !important;
    padding-right: 15px;
    display: block; }
  .btn-go:hover, .btn-go:active, .btn-go:focus {
    outline: none !important;
    /*background:rgba(255,255,255,0.9);*/
    /*border-color:$pink !important;*/
    box-shadow: 0px 0px 11px #fcf3f6 !important;
    -moz-box-shadow: 0px 0px 11px #fcf3f6 !important; }
    .btn-go:hover:before, .btn-go:active:before, .btn-go:focus:before {
      background: #e990b2;
      box-shadow: 0px 0px 11px #e990b2 !important;
      -moz-box-shadow: 0px 0px 11px #e990b2 !important; }
  .btn-go:before {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 25px; }
  .btn-go a {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%; }
  .btn-go button {
    padding: 0 25px;
    margin: 0;
    border: 0 !important; }
    .btn-go button:hover {
      box-shadow: none !important;
      -moz-box-shadow: none !important; }
  .btn-go.left-icon {
    /*padding-left: 25px;*/
    padding-right: 25px; }
    .btn-go.left-icon i {
      font-size: 10px;
      margin-right: 10px;
      position: relative;
      top: -1px; }
  .btn-go.bold * {
    font-weight: 700; }

.btn-go-bolder-border:before {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px; }

.btn-go-3 {
  position: relative;
  /*border: 2px solid transparent;*/
  background: white;
  background-clip: padding-box;
  font-size: 12px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 500;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  text-align: center;
  cursor: pointer;
  padding: 2px;
  /*width: fit-content;*/ }
  .btn-go-3 > div {
    background: white;
    position: relative;
    /*        left:2px;
            right:2px;
            top:2px;
            bottom:2px;*/
    border-radius: 21px;
    font-size: 14px;
    /*width: fit-content;*/
    padding: 12px 30px !important;
    display: inline-table !important; }
  .btn-go-3:hover {
    /*background:rgba(255,255,255,0.9);*/
    /*border-color:$pink !important;*/
    box-shadow: 0px 0px 11px #92c3c0 !important;
    -moz-box-shadow: 0px 0px 11px #92c3c0 !important; }
  .btn-go-3 a {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%; }

.btn-go-2, button[type=submit], .btn.btn-success {
  border-radius: 25px;
  background: white;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0);
  outline: none; }
  .btn-go-2:focus, .btn-go-2:active, .btn-go-2:hover, button[type=submit]:focus, button[type=submit]:active, button[type=submit]:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success:hover {
    outline: none !important;
    border-color: #e990b2;
    box-shadow: 0px 0px 11px #e990b2;
    -moz-box-shadow: 0px 0px 11px #e990b2; }

button[type=submit] {
  border: none; }

.btn.btn-success, .btn.btn-warning {
  color: #171717;
  border: 4px solid #e990b2; }

.btn.btn-warning {
  background: white !important;
  border: 4px solid #92c3c0 !important; }
  .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning:hover {
    outline: none;
    border-color: #92c3c0;
    box-shadow: 0px 0px 11px #92c3c0;
    -moz-box-shadow: 0px 0px 11px #92c3c0; }

.btn.see-more {
  margin-top: 30px;
  /*float:right;*/
  position: relative;
  /*right:0;*/ }

.button-login-standard span:before {
  color: white;
  font-size: 20px; }

.btn.btn-primary {
  background: #0186bd;
  border: 1px solid #0186bd; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #1178a7;
    /*border: 1px solid $blueH;*/ }

.btn.btn-default {
  background: transparent;
  border: 1px solid #fff; }
  .btn.btn-default:hover, .btn.btn-default:focus {
    background: #fff;
    /*border: 1px solid #fff;*/
    color: #474747; }

.input-group .input-group-btn {
  /*position:relative;*/ }
  .input-group .input-group-btn:hover {
    z-index: 2; }

.btn.btn-search {
  margin-left: -2px !important;
  color: #dddddd;
  background: #f4f4f4;
  border: 1px solid #f4f4f4; }
  .btn.btn-search:hover, .btn.btn-search:focus {
    background: white;
    /*border: 1px solid white;*/
    box-shadow: 0px 0px 11px white;
    -moz-box-shadow: 0px 0px 11px white; }

.error-button {
  background: white;
  border: 1px solid white; }
  .error-button:hover, .error-button:focus {
    /*background: $yellowH;*/
    /*border: 1px solid $yellowH;*/
    /*        border: 1px solid #33aaff;*/
    /*border: 1px solid #333;*/
    background: white;
    color: #333;
    box-shadow: 0px 0px 11px white;
    -moz-box-shadow: 0px 0px 11px white; }

.btn.btn-danger {
  background: #dd2211;
  color: white;
  /*border: 1px solid $gray;*/ }

.btn-add-to-cart:hover, .btn-add-to-cart:focus, .btn-go:hover, .btn-go:focus, .green:hover, .green:focus, .btn-success:hover, .btn-success:focus, .btn-info:hover, .btn-info:focus {
  box-shadow: 0px 0px 11px white;
  -moz-box-shadow: 0px 0px 11px white; }

@media (max-width: 767px) {
  .btn-go, .green, .btn-success, .btn-info, .btn-danger, .error-button {
    width: 100%; } }

.sign-in-container .btn {
  padding-left: 30px;
  padding-right: 30px; }

.btn.btn-info {
  background: white;
  color: #333;
  border: 1px solid #ddd; }
  .btn.btn-info:hover, .btn.btn-info:focus {
    background: white;
    color: black;
    /*border: 1px solid white;*/ }
    .btn.btn-info:hover :before, .btn.btn-info:focus :before {
      color: white; }

.btn-dark {
  line-height: 15px;
  width: auto;
  height: auto;
  border-radius: 5px;
  background: #3e3e3e;
  font-size: 15px;
  padding: 15px 30px;
  margin: 0;
  border: 0;
  color: white;
  font-weight: 600;
  border-radius: 0; }
  .btn-dark a {
    color: white; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background: #1e1e1e;
    box-shadow: 0px 0px 7px 0px #e990b2;
    -moz-box-shadow: 0px 0px 7px 0px #e990b2;
    color: white; }

.button-input {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 0; }
  .button-input input {
    margin: 0;
    width: auto;
    border: none; }
  .button-input button {
    margin: 0;
    float: right;
    /*top:5px;*/
    position: relative;
    border: none;
    border-left: none;
    background: none;
    height: 34px;
    border-radius: 0 5px 5px 0; }
    .button-input button i:before {
      color: #afafaf; }
    .button-input button:hover {
      background: white; }

.radio-separate {
  display: inline-block;
  border-radius: 5px !important; }
  .radio-separate i {
    /*height:30px;*/ }
  .radio-separate .active {
    background: #f2f2f2 !important;
    color: #f5a320;
    -webkit-box-shadow: none; }
    .radio-separate .active i {
      color: #f5a320 !important; }
    .radio-separate .active:hover {
      background: white !important;
      border: 1px solid #e59310;
      color: white; }
      .radio-separate .active:hover i {
        color: #EEE; }
  .radio-separate .btn {
    background: white;
    border: 1px solid #ccc; }
    .radio-separate .btn i {
      color: #bbb; }
    .radio-separate .btn:hover {
      background: white;
      border: 1px solid #e59310; }
      .radio-separate .btn:hover i {
        color: #EEE; }

.slick-arrow {
  width: 48px;
  height: 45px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(2, 3, 3, 0.1);
  -moz-box-shadow: 0px 0px 7px 0px rgba(2, 3, 3, 0.1);
  border: none;
  border-radius: 5px; }

.sign-up input.form-control, .sign-in-container input.form-control {
  border-radius: 4px !important;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: #ffffff;
  margin: 0 10px; }

label.control-label {
  color: #373737;
  font-size: 16px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 500; }

.form-horizontal .control-label {
  text-align: left; }

input:focus, input:-webkit-autofill:focus, .form-control:focus, input[type=text]:focus, textarea:focus {
  outline-color: white;
  box-shadow: 0px 0px 11px white !important;
  -moz-box-shadow: 0px 0px 11px white !important;
  backgrond-color: white !important;
  border-color: white; }

.btn-dark:hover, .btn-danger:hover {
  outline-color: #888;
  box-shadow: 0px 0px 11px #888;
  -moz-box-shadow: 0px 0px 11px #888;
  /*backgrond-color:white !important;*/
  border-color: #888; }

button:focus {
  border-color: white;
  outline-color: white !important;
  /*-webkit-focus-ring-color:white ;*/ }

.btn.btn-info.button-login-standard {
  padding: 10px 5px;
  padding-top: 8px;
  padding-left: 0px;
  font-weight: 500; }
  .btn.btn-info.button-login-standard a {
    color: #888; }
  .btn.btn-info.button-login-standard:hover {
    color: white; }
    .btn.btn-info.button-login-standard:hover a {
      color: white; }
  .btn.btn-info.button-login-standard span:before {
    margin-right: 15px; }

@media (max-width: 480px) {
  .btn.btn-info.button-login-standard {
    padding: 10px 15px !important; } }
input:not([type=checkbox]), select, .fancy-select .trigger {
  border-radius: 2px !important;
  height: 42px !important;
  border-color: #d7d7d7 !important;
  color: #999999;
  font-size: 13px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  padding-left: 15px; }

.fancy-select .trigger {
  padding-left: 15px !important; }

.submit-2, #sortForm button[type=submit] {
  border-radius: 25px !important;
  border: 0 !important;
  color: #ffffff;
  font-size: 14px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 500;
  padding: 0 25px;
  padding-right: 15px;
  position: relative; }
  .submit-2:hover, #sortForm button[type=submit]:hover {
    border-style: inset;
    border: 4px solid white !important;
    padding-left: 21px; }
    .submit-2:hover span, #sortForm button[type=submit]:hover span {
      color: white; }
  .submit-2 span, #sortForm button[type=submit] span {
    margin-left: 10px;
    color: #e990b2;
    font-size: 12px; }

input[type=radio] {
  height: 14px !important;
  margin-right: 4px; }

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

.button-container-for-gradient-border {
  position: relative;
  z-index: 2; }

.btn-go-4 {
  background: #92c3c0;
  color: white;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 16px; }
  .btn-go-4:hover, .btn-go-4:active, .btn-go-4:focus {
    color: white;
    box-shadow: 0 0 4px 1px #92c3c0 !important;
    -moz-box-shadow: 0 0 4px 1px #92c3c0 !important; }

.btn.disabled {
  cursor: not-allowed;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }
  .btn.disabled button {
    width: 100%; }
  .btn.disabled:before {
    /*&:hover,&:active,&:focus{*/
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    cursor: not-allowed;
    /*}*/ }
  .btn.disabled :disabled {
    cursor: not-allowed; }
    .btn.disabled :disabled:hover, .btn.disabled :disabled:active, .btn.disabled :disabled:focus {
      /*color:white;*/
      cursor: not-allowed;
      box-shadow: none !important;
      -moz-box-shadow: none !important; }

/*.no-radius,.no-radius>*{
    border-radius: 4px !important; 
    &:after,&:before{
        border-radius: 4px !important;
    }
}*/
.popup {
  z-index: 101;
  position: fixed;
  height: 100%;
  width: 100%;
  background: white;
  top: 0;
  left: 0;
  z-index: 100;
  border-top: 5px solid #00aced;
  border-bottom: 5px solid #00aced;
  -webkit-transition: all 500ms 1s linear;
  -moz-transition: all 500ms 1s linear;
  -ms-transition: all 500ms 1s linear;
  -o-transition: all 500ms 1s linear;
  transition: all 500ms 1s linear; }
  .popup.disabled {
    height: 0%;
    border: 0px solid transparent;
    -webkit-transition: all 500ms 1.5s linear;
    -moz-transition: all 500ms 1.5s linear;
    -ms-transition: all 500ms 1.5s linear;
    -o-transition: all 500ms 1.5s linear;
    transition: all 500ms 1.5s linear; }

.loader {
  margin: 0 auto;
  top: calc(50% - 100px);
  font-size: 17px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  z-index: 101;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms 0.5s linear;
  -moz-transition: all 500ms 0.5s linear;
  -ms-transition: all 500ms 0.5s linear;
  -o-transition: all 500ms 0.5s linear;
  transition: all 500ms 0.5s linear; }
  .loader.disabled {
    font-size: 0px; }
  .loader.small {
    top: 0;
    font-size: 5px;
    margin-top: 35px; }
  .loader.cart-loader {
    font-size: 10px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px; }

.activity {
  position: fixed;
  top: 40px;
  /*left: 5px;*/
  width: 120px;
  height: 60px;
  background: transparent;
  z-index: 55;
  /*left:0;*/
  border: none;
  /*border-radius: 50%;*/
  /*border: 2px solid $sky;*/
  /*@media(max-width:767px)*/
  /*{*/
  margin: 0 auto;
  left: 0;
  right: 0;
  /*}*/ }

@-webkit-keyframes load {
  0%,
    100% {
    box-shadow: 0em -2.6em 0em 0em #00aced, 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2), 2.5em 0em 0 0em rgba(172, 237, 1, 0.2), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.2), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.2), -2.6em 0em 0 0em rgba(172, 237, 1, 0.5), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.7), 1.8em -1.8em 0 0em #00aced, 2.5em 0em 0 0em rgba(172, 237, 1, 0.2), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.2), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.2), -2.6em 0em 0 0em rgba(172, 237, 1, 0.2), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.5), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.7), 2.5em 0em 0 0em #00aced, 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.2), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.2), -2.6em 0em 0 0em rgba(172, 237, 1, 0.2), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.2), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.5), 2.5em 0em 0 0em rgba(172, 237, 1, 0.7), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.2), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.2), -2.6em 0em 0 0em rgba(172, 237, 1, 0.2), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.2), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2), 2.5em 0em 0 0em rgba(172, 237, 1, 0.5), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.7), 0em 2.5em 0 0em #00aced, -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.2), -2.6em 0em 0 0em rgba(172, 237, 1, 0.2), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.2), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2), 2.5em 0em 0 0em rgba(172, 237, 1, 0.2), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.5), 0em 2.5em 0 0em rgba(172, 237, 1, 0.7), -1.8em 1.8em 0 0em #00aced, -2.6em 0em 0 0em rgba(172, 237, 1, 0.2), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.2), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2), 2.5em 0em 0 0em rgba(172, 237, 1, 0.2), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.5), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.7), -2.6em 0em 0 0em #00aced, -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.2), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2), 2.5em 0em 0 0em rgba(172, 237, 1, 0.2), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.2), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.5), -2.6em 0em 0 0em rgba(172, 237, 1, 0.7), -1.8em -1.8em 0 0em #00aced; } }
@keyframes load {
  0%,
    100% {
    box-shadow: 0em -2.6em 0em 0em #00aced, 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2), 2.5em 0em 0 0em rgba(172, 237, 1, 0.2), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.2), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.2), -2.6em 0em 0 0em rgba(172, 237, 1, 0.5), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.7), 1.8em -1.8em 0 0em #00aced, 2.5em 0em 0 0em rgba(172, 237, 1, 0.2), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.2), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.2), -2.6em 0em 0 0em rgba(172, 237, 1, 0.2), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.5), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.7), 2.5em 0em 0 0em #00aced, 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.2), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.2), -2.6em 0em 0 0em rgba(172, 237, 1, 0.2), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.2), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.5), 2.5em 0em 0 0em rgba(172, 237, 1, 0.7), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.2), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.2), -2.6em 0em 0 0em rgba(172, 237, 1, 0.2), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.2), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2), 2.5em 0em 0 0em rgba(172, 237, 1, 0.5), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.7), 0em 2.5em 0 0em #00aced, -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.2), -2.6em 0em 0 0em rgba(172, 237, 1, 0.2), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.2), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2), 2.5em 0em 0 0em rgba(172, 237, 1, 0.2), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.5), 0em 2.5em 0 0em rgba(172, 237, 1, 0.7), -1.8em 1.8em 0 0em #00aced, -2.6em 0em 0 0em rgba(172, 237, 1, 0.2), -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.2), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2), 2.5em 0em 0 0em rgba(172, 237, 1, 0.2), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.5), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.7), -2.6em 0em 0 0em #00aced, -1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 237, 1, 0.2), 1.8em -1.8em 0 0em rgba(172, 237, 1, 0.2), 2.5em 0em 0 0em rgba(172, 237, 1, 0.2), 1.75em 1.75em 0 0em rgba(172, 237, 1, 0.2), 0em 2.5em 0 0em rgba(172, 237, 1, 0.2), -1.8em 1.8em 0 0em rgba(172, 237, 1, 0.5), -2.6em 0em 0 0em rgba(172, 237, 1, 0.7), -1.8em -1.8em 0 0em #00aced; } }
.blog-details .top-image, .blog-list .top-image {
  margin-bottom: 40px; }
.blog-details a:hover, .blog-details a:focus, .blog-details a:active, .blog-list a:hover, .blog-list a:focus, .blog-list a:active {
  color: #e990b2 !important; }
.blog-details .news-details-container, .blog-list .news-details-container {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 20px; }
  .blog-details .news-details-container *, .blog-list .news-details-container * {
    color: #ccc; }
.blog-details .news-title, .blog-list .news-title {
  font-size: 30px;
  text-transform: uppercase;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px; }

.category-menu {
  position: relative;
  margin-bottom: 15px;
  height: 50px; }
  .category-menu:before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content: '';
    z-index: -1;
    height: 50px; }
  .category-menu ul {
    height: 48px;
    background: white;
    padding-left: 0 !important;
    display: block;
    margin: 0 auto;
    text-align: center; }
    .category-menu ul > li {
      height: 48px;
      display: block;
      float: left;
      width: 25% !important; }
      .category-menu ul > li a {
        padding-top: 12px;
        font-size: 16px;
        text-transform: uppercase;
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        color: #777 !important; }
        .category-menu ul > li a:hover, .category-menu ul > li a:focus, .category-menu ul > li a:active {
          color: #000 !important; }
          .category-menu ul > li a:hover:after, .category-menu ul > li a:focus:after, .category-menu ul > li a:active:after {
            content: '';
            width: 100%;
            background: #e990b2;
            position: absolute;
            bottom: 0px;
            left: 0;
            height: 2px;
            /*z-index:4;*/ }

.blog-list .posts {
  padding: 0 0px; }
  .blog-list .posts .wide-one {
    margin-bottom: 40px; }
.blog-list .cat-container span {
  color: #989898;
  font-size: 12px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400; }
  .blog-list .cat-container span.cat {
    color: #57395d;
    font-weight: 500;
    text-transform: uppercase; }
.blog-list .one-news {
  display: block;
  /*width:100%;*/
  margin: 20px 0;
  /*padding:0 5px;*/
  /*margin-bottom:30px;*/
  padding: 0 50px; }
  .blog-list .one-news:not(.wide-one) .btn-go {
    margin-top: 10px !important; }
  @media (min-width: 992px) {
    .blog-list .one-news:not(.wide-one):nth-of-type(2n-1) {
      padding-left: 0px; }
      .blog-list .one-news:not(.wide-one):nth-of-type(2n-1) > div {
        padding-left: 5px; }
    .blog-list .one-news:not(.wide-one):nth-of-type(2n) {
      padding-right: 0px; }
      .blog-list .one-news:not(.wide-one):nth-of-type(2n) > div {
        padding-right: 5px; } }
  .blog-list .one-news .news-desc {
    margin-top: 30px; }
  .blog-list .one-news .news-img {
    /*padding:0;*/ }
    .blog-list .one-news .news-img img {
      margin: 0 auto;
      max-width: 100%; }

.blog-details .news-details-container {
  margin-top: 30px;
  color: #989898;
  font-size: 12px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400; }
.blog-details .news-title {
  font-size: 50px;
  line-height: 1; }
.blog-details .news-text {
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .blog-list .news-img .img-responsive {
    max-height: 300px; } }
@media (max-width: 767px) {
  .blog-list img {
    margin: 0 auto;
    margin-bottom: 30px; }

  .blog-details .news-title {
    font-size: 40px;
    line-height: 1; } }
@media (max-width: 480px) {
  .blog-details {
    padding: 30px !important; } }
footer {
  color: white;
  min-height: 200px;
  height: auto;
  padding: 40px 0;
  padding-bottom: 0;
  font-size: 14px; }
  footer a:hover {
    color: white;
    text-shadow: 0px 0px 8px #fff; }
  footer .footer-middle.safari a {
    text-shadow: none !important; }
    footer .footer-middle.safari a:hover {
      color: #fcf3f6 !important;
      text-decoration: underline; }
  footer > * {
    width: 100%;
    margin: 0 !important; }
  footer .icon-arrow-up {
    margin: 12px;
    width: 45px;
    height: 44px;
    padding-left: 9px; }
  footer .footer-top {
    background: #fcf3f6;
    padding: 10px 0; }
    footer .footer-top a:hover {
      color: #e990b2;
      /*            text-shadow: 2px 2px 8px  #000;*/ }
    footer .footer-top img {
      max-height: 55px; }
    footer .footer-top .container > *:last-child {
      text-align: right; }
    footer .footer-top .container > div {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      float: none; }
      @media (min-width: 480px) {
        footer .footer-top .container > div {
          padding: 20px 0; } }
    @media (max-width: 480px) {
      footer .footer-top .container .go-to-container {
        padding-bottom: 20px;
        width: 100%;
        display: block;
        text-align: center; } }
    footer .footer-top .container .central-col {
      text-align: center;
      width: 100%;
      color: #57395d;
      font-size: 18px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 500; }
      footer .footer-top .container .central-col span {
        margin-left: 7px;
        margin-right: 7px; }
      @media (max-width: 800px) {
        footer .footer-top .container .central-col span {
          margin-left: 0px; } }
      @media (max-width: 480px) {
        footer .footer-top .container .central-col {
          display: block !important;
          padding: 15px;
          line-height: 36px;
          margin-top: 15px; } }
    footer .footer-top .container button {
      font-size: 14px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 500;
      color: #171717;
      padding-left: 20px; }
  footer .footer-middle {
    background: #e990b2;
    padding-left: 30px;
    padding-bottom: 15px;
    /**{color:white !important;}*/ }
    footer .footer-middle .footer-font {
      font-weight: 400; }
    footer .footer-middle .container > div {
      padding-left: 0; }
    footer .footer-middle h3 {
      margin-bottom: 17px; }
    footer .footer-middle ul {
      column-count: 2;
      -moz-column-count: 2;
      -webkit-column-count: 2; }
      @media (max-width: 991px) and (min-width: 767px), (max-width: 380px) {
        footer .footer-middle ul {
          column-count: 1;
          -moz-column-count: 1;
          -webkit-column-count: 1; } }
      footer .footer-middle ul li {
        /*height:24px;*/ }
        footer .footer-middle ul li a {
          /*height:24px;*/ }
          footer .footer-middle ul li a:active, footer .footer-middle ul li a:focus {
            color: #fcf3f6 !important; }
  footer .footer-bottom > .container > * {
    padding: 0;
    font-size: 12px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 400; }
    footer .footer-bottom > .container > * > div {
      color: #c4c4c4; }
    footer .footer-bottom > .container > * a {
      color: #e990b2; }
  footer .footer-bottom > .container div {
    padding-bottom: 0; }
  footer .under-hr {
    padding-top: 30px; }
  footer .all-rights div {
    padding-bottom: 5px !important; }
  footer div,
  footer div a {
    color: #171717; }
  footer h3 {
    color: white;
    font-size: 16px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 900;
    margin-bottom: 25px; }
    footer h3:before {
      color: white !important;
      margin-right: 15px !important;
      font-size: 13px;
      position: relative;
      top: -1px; }
  footer ul {
    padding-left: 4px;
    /*list-style-position: inside;*/
    list-style-type: none; }
    footer ul li {
      color: white;
      line-height: 24px; }
      footer ul li:before {
        font-family: fontello;
        content: "\e801";
        margin-right: 4px; }

@-moz-keyframes rot180 {
  100% {
    -moz-transform: rotate(180deg); } }
@-webkit-keyframes rot180 {
  100% {
    -webkit-transform: rotate(180deg); } }
@keyframes rot180 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@-moz-keyframes rot180 {
  100% {
    -moz-transform: rotate(180deg); } }
@-webkit-keyframes rot180 {
  100% {
    -webkit-transform: rotate(180deg); } }
@keyframes rot180b {
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
.gradient-1, .btn-go:before, .category-menu:before, .page-menu .navbar #navbar, .page-menu .navbar .navbar-nav .gradient-border, .page-menu .navbar .navbar-nav > li:hover .gradient-border, .grad-circle-1 {
  background: -webkit-linear-gradient(0deg, #e990b2 0%, #eddeba 100%);
  background: -moz-linear-gradient(0deg, #e990b2 0%, #eddeba 100%);
  background: -o-linear-gradient(0deg, #e990b2 0%, #eddeba 100%);
  background: -ms-linear-gradient(0deg, #e990b2 0%, #eddeba 100%);
  background: linear-gradient(90deg, #e990b2 0%, #eddeba 100%); }

.gradient-2, .btn-go-3, header .breadcrumb, .grad-circle-2, .sorting, .pagination .pager .active {
  background: -webkit-linear-gradient(30deg, #b5d8d6 14%, #c8ecee 86%);
  background: -moz-linear-gradient(30deg, #b5d8d6 14%, #c8ecee 86%);
  background: -o-linear-gradient(30deg, #b5d8d6 14%, #c8ecee 86%);
  background: -ms-linear-gradient(30deg, #b5d8d6 14%, #c8ecee 86%);
  background: linear-gradient(60deg, #b5d8d6 14%, #c8ecee 86%); }

.gradient-3 {
  background: -webkit-linear-gradient(30deg, #e990b2 14%, #f7e0e6 86%);
  background: -moz-linear-gradient(30deg, #e990b2 14%, #f7e0e6 86%);
  background: -o-linear-gradient(30deg, #e990b2 14%, #f7e0e6 86%);
  background: -ms-linear-gradient(30deg, #e990b2 14%, #f7e0e6 86%);
  background: linear-gradient(60deg, #e990b2 14%, #f7e0e6 86%); }

.gradient-4, .submit-2, #sortForm button[type=submit] {
  background: -webkit-linear-gradient(30deg, #e990b2 29%, #f7e0e6 71%);
  background: -moz-linear-gradient(30deg, #e990b2 29%, #f7e0e6 71%);
  background: -o-linear-gradient(30deg, #e990b2 29%, #f7e0e6 71%);
  background: -ms-linear-gradient(30deg, #e990b2 29%, #f7e0e6 71%);
  background: linear-gradient(60deg, #e990b2 29%, #f7e0e6 71%); }

.rot180:before {
  -webkit-animation-direction: normal;
  /* Safari 4.0 - 8.0 */
  animation-direction: normal;
  -webkit-animation-play-state: unset;
  animation-play-state: unset;
  -webkit-animation: rot180 0.2s;
  -moz-animation: rot180 0.2s;
  animation: rot180 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.table {
  display: table; }

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

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

.pink {
  color: #e990b2; }

.rot180b:before {
  -webkit-animation-direction: reverse;
  /* Safari 4.0 - 8.0 */
  animation-direction: reverse;
  -webkit-animation: rot180b 0.2s;
  -moz-animation: rot180b 0.2s;
  animation: rot180b 0.2s;
  /*        -webkit-animation-play-state:forwards;
          animation-play-state:forwards;*/ }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.animation-02, .page-menu .navbar .navbar-nav > li a:after, .page-menu .navbar .navbar-nav .gradient-border, .page-menu .navbar .navbar-nav .gradient-border > .white .baner:hover, .page-menu .navbar .navbar-nav > li:hover .gradient-border, a, li, btn, i:before, .logo, a > div:before, .top-belt, .clear-filter > *, .product-details .collapse,
.remove-favourite-cookie, .icon-little-down, .phone-right, .cart-top *, .order-details {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#topFixedMenu ul, .top-belt, .moving {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/*li,btn{
    transition: all 0.5s ease;
}*/
a {
  outline: none !important;
  color: #171717;
  /*color:$orange;*/ }
  a:hover {
    /*color:$orangeH;*/
    text-decoration: none; }

.black-font-1 {
  color: #171717;
  font-size: 13px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  /*line-height: 231.812px; Przybliżenie (wynika z podstawienia czcionki) */
  text-align: left; }

.white-font-1 {
  color: white;
  font-size: 13px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  /*line-height: 231.812px; Przybliżenie (wynika z podstawienia czcionki) */
  text-align: left; }

.grey-font-1 {
  color: #adadad;
  font-size: 13px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  /*line-height: 231.812px; Przybliżenie (wynika z podstawienia czcionki) */
  text-align: left; }

.main-menu-font {
  color: #171717;
  font-size: 15px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  /*line-height: 231.812px; Przybliżenie (wynika z podstawienia czcionki) */
  text-align: justify; }

.footer-font {
  font-weight: 500;
  color: #ffffff;
  font-size: 13px; }

h3 {
  color: #171717;
  font-size: 30px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 900;
  text-align: left; }

.kalam {
  font-family: kalam;
  font-size: 15px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  text-align: center; }

.header-kalam {
  font-family: Kalam;
  color: #ffffff;
  font-size: 25px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  text-align: left; }

.header-little {
  font-family: Roboto;
  color: #171717;
  font-size: 13px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400; }

.nowrap {
  white-space: nowrap; }

.window-alert, .alert-info {
  font-size: 23px;
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 5px;
  color: #ccc;
  width: 100% !important;
  padding: 20px 30px !important;
  /*display: inline-flex;*/
  /*align-items: center;*/
  /*margin:20px;*/
  text-align: center;
  /*    .before-message{
          height:100%;
          width:20px;
          background: $orange;
      }*/
  /*border:4px solid #333;*/ }
  .window-alert span, .alert-info span {
    font-size: 40px;
    color: #e990b2;
    float: left;
    margin-right: 30px;
    /*padding-right: 20px;*/
    vertical-align: middle; }

.container {
  max-width: 1240px;
  width: auto;
  padding: 0; }

.center-flex {
  display: inline-flex;
  align-items: center; }

/*  CSS Reset   */
textarea {
  resize: vertical; }

/*input{
    border-radius: inherit !important;
}*/
/*  END Reset   */
body, * {
  /*@include font(14px, 16px, $font, #000);*/
  font-family: roboto;
  /*min-height: 101%;*/ }

@media (max-width: 1270px) and (min-width: 480px) {
  .container {
    padding-left: 50px;
    padding-right: 50px; } }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
  text-align: center; }

.main-background {
  /*background-image: url("../img/main.jpg");*/
  height: calc(100vh - 190px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed; }

.main-background h1 {
  color: #fff;
  font: 4vmax/5vmax "hindi", sans-serif;
  font-weight: 800;
  text-align: center;
  text-shadow: 2px 2px 0px #000; }

.main-background h2 {
  font: 2vmax/3vmax "hindi", sans-serif;
  color: #fff !important;
  margin-top: 30px;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 0px #000; }

.btn.btn-default {
  background-color: #FFF !important;
  color: #333 !important;
  font-size: 15px;
  font-weight: 500; }

@media (max-width: 480px) {
  .display-amount {
    text-align: center !important; }

  .number-products-per-page {
    display: block;
    text-align: center;
    white-space: nowrap !important; }
    .number-products-per-page a {
      font-size: 20px;
      margin: 5px;
      top: 4px;
      position: relative; }

  .pager, .pagination {
    margin-top: 0 !important; }

  footer {
    text-align: center;
    background-color: white;
    padding-top: 0 !important; }
    footer ul, footer .mapa {
      list-style-type: none;
      display: none;
      text-align: center;
      margin-top: 20px; }
    footer .footer-middle {
      padding-bottom: 30px; }
      footer .footer-middle .mobile-collapsed-target {
        margin-top: 0;
        position: relative;
        top: -4px; }
    footer li {
      color: #444;
      font-size: 19px;
      line-height: 52px;
      text-align: left;
      /*border-bottom: 1px solid #ddd;*/ }
      footer li .footer-font {
        font-size: 16px;
        line-height: 24px; }
    footer .mobile-collapsed {
      cursor: pointer; }
      footer .mobile-collapsed:focus ul {
        display: block; } }
.account-tabs {
  margin-bottom: 15px; }

.entity-table {
  margin: 25px 0;
  display: table;
  width: 100%; }
  .entity-table .theader {
    display: table-row; }
    .entity-table .theader .th {
      font-size: 16px;
      line-height: 16px;
      font-family: "hindi", sans-serif;
      color: #000;
      display: table-cell;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 10px; }
  .entity-table .tbody {
    display: table-row-group; }
    .entity-table .tbody .trow {
      display: table-row; }
      .entity-table .tbody .trow .td {
        vertical-align: top;
        display: table-cell;
        padding: 10px;
        border-bottom: 1px solid #ddd; }
        .entity-table .tbody .trow .td .entity-block {
          display: inline-block; }
          .entity-table .tbody .trow .td .entity-block .left-side {
            margin-right: 20px; }
            .entity-table .tbody .trow .td .entity-block .left-side .entity-img {
              display: initial;
              max-width: 160px;
              max-height: 115px;
              border-radius: 3px; }
          .entity-table .tbody .trow .td .entity-block .right-side h2 {
            font-size: 16px;
            line-height: 20px;
            font-family: "hindi", sans-serif;
            color: #000;
            font-weight: bold;
            margin: 0 0 25px 0; }
      .entity-table .tbody .trow:hover, .entity-table .tbody .trow.selected {
        /*background: $lightGray;*/ }
  .entity-table .entity-to-show {
    display: table-row;
    background: #f4f4f4; }
    .entity-table .entity-to-show.disabled {
      display: none; }

.trans, header .search-box.search.search-container .search-productslist .search-result, header .search-box.search.search-container .search-productslist .search-result a {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

.bold {
  font-weight: bold; }

.container-fix {
  display: inline-block;
  width: 100%; }

.r45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.r-45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px !important; }

.pager li {
  font-size: 14px;
  font-weight: 500; }
  .pager li a {
    padding-top: 8px;
    height: 33px; }
  .pager li .active {
    color: white;
    border: 0;
    border-radius: 0; }

.about-us {
  margin-top: 20px;
  height: auto;
  padding: 0px; }
  .about-us .row {
    min-height: 100%;
    height: 100%; }

.darker-container {
  clear: both;
  font-size: 14px;
  min-height: 100%;
  height: 100%;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  box-sizing: border-box;
  background-color: #f6f7f9;
  padding: 10px;
  padding-top: 20px; }

.thin-col, .wide-col {
  min-height: 100%;
  height: 100%;
  padding: 5px; }
  .thin-col h3, .wide-col h3 {
    margin-top: 5px;
    margin-bottom: 22px; }
    .thin-col h3 strong, .wide-col h3 strong {
      font-weight: 600; }

.wide-col {
  color: #414141;
  font-weight: 300; }
  .wide-col .darker-container {
    padding: 30px; }
  .wide-col strong {
    font-weight: 500; }

.thin-col {
  text-align: center;
  font-weight: 300; }
  .thin-col .darker-container {
    padding-top: 10px; }
    .thin-col .darker-container .top-font {
      padding-top: 5px; }
  .thin-col i {
    color: #e990b2;
    font-size: 60px; }
  .thin-col .top-font {
    font-size: 22px; }
  .thin-col .bottom-font {
    font-size: 16px;
    font-weight: 600; }

.slick-list {
  z-index: 1; }
  .slick-list img {
    /*width:100%;*/
    height: auto; }

.slick-list, .slick-arrow {
  display: inline-block !important;
  vertical-align: middle !important;
  position: relative; }

.slick-arrow {
  z-index: 2; }
  .slick-arrow:hover {
    background: #e990b2;
    box-shadow: 0px 0px 11px #e990b2;
    -moz-box-shadow: 0px 0px 11px #e990b2; }
    .slick-arrow:hover i:before {
      color: white; }
  .slick-arrow i:before {
    color: #bebebe;
    font-size: 12px; }

.slick-next-b {
  display: none !important;
  left: -150px; }

.slick-prev-b {
  display: none !important;
  left: 40px; }

.slider-container {
  white-space: nowrap;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden; }

.slick-list {
  /*left:-56px;*/
  width: 100%;
  z-index: 1;
  /*position: absolute;*/
  overflow: auto; }
  .slick-list img {
    width: 100%;
    margin: 0;
    padding: 0; }

.info-box {
  position: absolute;
  height: 100%;
  width: inherit;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center; }
  .info-box .title .first {
    font-size: 28px;
    color: #f58220; }
  .info-box .description {
    font-size: 38px;
    color: #222;
    font-weight: 700;
    width: 400px;
    white-space: normal; }
  .info-box .btn {
    margin-top: 12px;
    width: auto;
    height: auto;
    padding: 8px 16px; }
    .info-box .btn a {
      color: white;
      font-size: 16px; }

#slider-arrows-popular, #slider-arrows-last {
  float: right; }
  #slider-arrows-popular .slick-arrow, #slider-arrows-last .slick-arrow {
    left: 0;
    right: 0; }

#products-slider-popular, #products-slider-last {
  /*.slick-track{width:100% !important;}*/
  padding-bottom: 0; }
  #products-slider-popular .slick-list, #products-slider-last .slick-list {
    left: 0; }

.header-tiles-slider {
  margin-bottom: 5px;
  margin-top: 45px; }

.subpage img {
  max-width: 90%; }

@media (max-width: 767px) {
  .subpage .btn.btn-go {
    margin-top: 30px; } }
@media (min-width: 480px) {
  .header-tiles-slider {
    float: left;
    margin-bottom: 5px;
    margin-top: 35px;
    line-height: 31px; }

  #slider-arrows-popular, #slider-arrows-last {
    margin-top: 30px; } }
@media (max-width: 480px) {
  .subpage img {
    display: block;
    float: none !important;
    max-width: 90%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important; } }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: inherit;
  /*border-color: #337ab7;*/ }

.fixed-facebook {
  position: fixed;
  z-index: 9999;
  right: 1px;
  text-align: right;
  top: 30%; }
  @media (max-width: 480px) {
    .fixed-facebook {
      display: none; } }
  @media (max-width: 1480px) {
    .fixed-facebook .kalam, .fixed-facebook img {
      display: none !important; } }
  .fixed-facebook .kalam {
    color: #3b5998;
    display: inline-block; }
  .fixed-facebook img {
    /*float:right;*/
    display: inline-block;
    margin-right: 13px; }
  .fixed-facebook .button-container {
    width: 100%;
    text-align: right;
    margin-top: 5px; }
    .fixed-facebook .button-container .button {
      float: right;
      color: white;
      background-color: #3b5998;
      width: 41px;
      height: 58px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .fixed-facebook .button-container .button:hover {
        -moz-box-shadow: 0px 0px 11px #aaa;
        box-shadow: 0px 0px 11px #aaa; }
      .fixed-facebook .button-container .button i {
        background: transparent;
        font-size: 25px; }

.top-belt-mobile {
  height: 5px; }

header {
  background-repeat: no-repeat;
  background-size: auto 144px; }
  @media (max-width: 767px) {
    header {
      padding: 50px;
      padding-top: 0; } }
  header .top-belt {
    transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    position: fixed;
    z-index: 777;
    width: 100%; }
    header .top-belt .top-fixed-menu {
      width: 100%;
      height: 34px;
      position: relative; }
      header .top-belt .top-fixed-menu ul {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0px;
        display: table;
        width: 100%;
        list-style-type: none;
        table-layout: fixed; }
        @media (max-width: 1200px) {
          header .top-belt .top-fixed-menu ul {
            table-layout: auto;
            padding-left: 0; } }
        header .top-belt .top-fixed-menu ul li {
          display: table-cell;
          list-style-type: none;
          text-align: center; }
          header .top-belt .top-fixed-menu ul li a {
            color: white;
            text-align: center;
            padding: 15px; }
            header .top-belt .top-fixed-menu ul li a:hover {
              text-decoration: underline;
              color: #fcf3f6; }
    header .top-belt .rectangle {
      height: 7px;
      width: 100%; }
    header .top-belt .masked-belt {
      text-align: center;
      position: relative;
      width: 100%;
      height: 17px; }
      header .top-belt .masked-belt i {
        width: 10px;
        /*margin: auto;*/
        position: relative;
        color: white;
        font-size: 12px;
        top: -25px;
        left: -9px;
        padding: 15px;
        cursor: pointer; }
      header .top-belt .masked-belt.ff i {
        width: 10px;
        /*margin: auto;*/
        position: relative;
        color: white;
        font-size: 12px;
        top: -28px;
        left: -1px;
        padding: 15px;
        cursor: pointer; }
      header .top-belt .masked-belt .top-button-with-arrow {
        margin: 0px auto;
        /*clip-path: url(#TopButtonWithArrow);*/
        text-align: center;
        height: 17px; }
        header .top-belt .masked-belt .top-button-with-arrow.safari {
          clip-path: none;
          -webkit-mask-image: url("../img/top-mask.svg") !important;
          mask-image: url("../img/top-mask.svg") !important;
          -webkit-mask-position: top center !important;
          mask-position: top center !important;
          mask-repeat: no-repeat !important;
          -webkit-mask-repeat: no-repeat !important;
          -webkit-mask-size: 100px 100px !important;
          mask-size: 100px 100px !important; }
          header .top-belt .masked-belt .top-button-with-arrow.safari i {
            left: -9px; }
  @media (min-width: 1320px) {
    header .navbar-main-container {
      padding: 0 !important; } }
  @media (max-width: 910px) {
    header .cart-top .num-items {
      display: block; } }
  header .cart-top .num-items {
    font-weight: 300; }
  header .cart-top > * {
    text-decoration: none !important; }
  header .cart-top a:hover * {
    color: #e990b2; }
  header .cart-top .header-text:before {
    color: #e990b2;
    font-size: 19px;
    margin-right: 9px;
    position: relative;
    top: 0px; }
  header .user-panel {
    background: rgba(56, 56, 56, 0.8);
    font: 14px/14px "hindi", sans-serif;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0;
    left: 0; }
    header .user-panel .btn {
      margin: 0;
      border-radius: 0;
      font-size: 14px;
      height: 34px; }
  header .main-part {
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin: 0; }
    header .main-part .row {
      text-align: center; }
      header .main-part .row .logo img {
        max-height: 40px; }
    @media (max-width: 850px) and (min-width: 768px) {
      header .main-part .search-container input.search {
        font-size: 11px; } }
    @media (max-width: 767px) {
      header .main-part {
        padding: 0; }
        header .main-part > * {
          padding: 0 !important;
          margin: 0 !important;
          text-align: center; }
        header .main-part .icon-phone-call {
          top: 5px;
          position: relative; }
          header .main-part .icon-phone-call:before {
            font-size: 28px; }
        header .main-part .search-container {
          margin-bottom: 20px;
          margin-top: 20px; }
        header .main-part .hamburger {
          position: absolute;
          top: 30px;
          right: 0px;
          border: 0;
          color: #e990b2;
          /*left:14px;*/
          width: 49px;
          height: 45px;
          background: -webkit-linear-gradient(0deg, #e990b2 0%, #eddeba 100%);
          background: -moz-linear-gradient(0deg, #e990b2 0%, #eddeba 100%);
          background: -o-linear-gradient(0deg, #e990b2 0%, #eddeba 100%);
          background: -ms-linear-gradient(0deg, #e990b2 0%, #eddeba 100%);
          background: linear-gradient(90deg, #e990b2 0%, #eddeba 100%);
          border-radius: 0;
          float: right !important;
          display: block;
          /*margin-right:15px !important;*/
          margin-top: 7px !important; } }
    @media (max-width: 767px) and (max-width: 400px) {
      header .main-part .hamburger {
        top: 15px; } }
    @media (max-width: 767px) {
          header .main-part .hamburger:before {
            position: absolute;
            left: 1px;
            background: white;
            width: 47px;
            height: 43px;
            content: "";
            top: 1px; }
          header .main-part .hamburger.active {
            line-height: initial; }
            header .main-part .hamburger.active .r45 {
              transform: translateY(8px) rotateZ(45deg);
              -ms-transform: translateY(8px) rotateZ(45deg);
              -webkit-transform: translateY(8px) rotateZ(45deg); }
            header .main-part .hamburger.active .r-45 {
              transform: translateY(-8px) rotateZ(-45deg);
              -ms-transform: translateY(-8px) rotateZ(-45deg);
              -webkit-transform: translateY(-8px) rotateZ(-45deg); }
            header .main-part .hamburger.active .icn-hd {
              opacity: 0; }
          header .main-part .hamburger > * {
            background-color: #e990b2 !important;
            display: block !important;
            margin-left: 8px;
            z-index: 4;
            width: 32px;
            margin-top: 7px;
            margin-bottom: 7px;
            position: relative; }
        header .main-part .col-xs-2 {
          width: 15.5% !important; }
        header .main-part .cart-num-iteams {
          top: -5px;
          left: -5px; }
          header .main-part .cart-num-iteams:before {
            font-size: 28px; }
          header .main-part .cart-num-iteams .cart-circle {
            left: 3px;
            top: 10px;
            font-size: 12px;
            border-radius: 10px !important;
            line-height: 14px;
            width: 17px;
            height: 17px; } }
  header .logo:hover {
    /*            -webkit-filter: contrast(120%); filter: contrast(120%);  
                -webkit-filter: brightness(1.05); filter: brightness(1.05);*/ }
  @media (min-width: 1080px) {
    header .main-part {
      padding: 20px;
      height: 122px;
      /*margin-top: 35px;*/ }
      header .main-part .row {
        text-align: center; }
        header .main-part .row .logo img {
          max-height: 40px; } }
  @media (max-width: 1080px) {
    header .main-part {
      padding: 20px; }
      header .main-part .row {
        text-align: center; } }
  header .black-font-1 {
    font-weight: 500; }
  header .phone-container {
    white-space: nowrap; }
    header .phone-container * {
      color: #e990b2; }
    header .phone-container .icon-contact {
      font-size: 20px;
      color: #e990b2; }
      header .phone-container .icon-contact .black-font-1 {
        font-weight: 300 !important;
        font-size: 14px; }
      header .phone-container .icon-contact:before {
        position: relative;
        top: 2px; }
    header .phone-container .phone-right {
      color: #57395d;
      /*font-size:20px;*/
      white-space: nowrap; }
    header .phone-container:hover * {
      color: #e990b2; }
  @media screen and (min-width: 690px) {
    header .hide-wide {
      display: none; }
    header .page-menu {
      padding: 0px;
      height: 65px; } }
  header .header-text {
    underline: none;
    color: #888888; }
  header a:hover {
    color: #e990b2; }
  header .your-cart {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    padding-right: 0px !important; }
  header .wish-list {
    text-align: center; }
    header .wish-list a:before {
      font-size: 19px;
      color: #e990b2;
      position: relative;
      top: 2px;
      margin-right: 4px;
      cursor: pointer; }
  header .cart-info {
    text-align: right;
    padding: 0; }
  @media (max-width: 767px) {
    header .wish-list, header .cart-info {
      float: left !important; }
    header .wish-list {
      text-align: left; } }
  header .search-box.search.search-container {
    /*group-btn:last-child>.btn*/ }
    header .search-box.search.search-container button, header .search-box.search.search-container input {
      background: white; }
    header .search-box.search.search-container button {
      border-radius: 25px 0 0 25px;
      border-left: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
      border-top: 1px solid #eaeaea;
      border-right: none; }
    header .search-box.search.search-container input {
      border-radius: 0 25px 25px 0 !important;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
      border-top: 1px solid #eaeaea;
      border-left: none;
      box-sizing: border-box; }
      header .search-box.search.search-container input:active, header .search-box.search.search-container input:focus {
        border-left: 1px solid #eaeaea; }
    header .search-box.search.search-container .search-productslist {
      position: absolute;
      /*border: 2px solid $sky;*/
      text-align: left;
      -moz-box-shadow: 0px 0px 11px #aaa;
      box-shadow: 0px 0px 11px #aaa;
      background: white;
      width: 100%;
      left: 0;
      /*background: #fff;*/
      z-index: 4;
      /*            padding: 5px 0;*/ }
      header .search-box.search.search-container .search-productslist .search-result:not(:last-child) {
        border-bottom: 1px solid #d8d8d8; }
      header .search-box.search.search-container .search-productslist .search-result {
        padding: 10px 20px !important;
        cursor: pointer;
        height: auto !important; }
        header .search-box.search.search-container .search-productslist .search-result .result-img-container {
          margin-right: 0px !important;
          /*margin-left: 0 !important;*/
          /*padding: 0;*/
          /*display: inline-block;*/ }
        header .search-box.search.search-container .search-productslist .search-result a {
          padding: 0 !important;
          margin: 0 !important;
          color: #333;
          text-decoration: none; }
        header .search-box.search.search-container .search-productslist .search-result.category-result a {
          /*color: $green;*/ }
        header .search-box.search.search-container .search-productslist .search-result:hover {
          /*background: $sky;*/
          background: #fcf3f6;
          -moz-box-shadow: 0px 0px 11px #aaa;
          box-shadow: 0px 0px 11px #aaa; }
          header .search-box.search.search-container .search-productslist .search-result:hover a {
            color: black; }
  header .search-form span {
    position: relative;
    z-index: 1; }
  header .search-form .search {
    width: 100%;
    height: 37px;
    padding: 0 10px;
    font: 13px/13px "hindi", sans-serif;
    border-radius: 5px 0 0 5px;
    outline: none; }
    header .search-form .search:hover {
      box-shadow: 0px 0px 11px #e990b2 !important;
      -moz-box-shadow: 0px 0px 11px #e990b2 !important;
      z-index: 3;
      position: relative; }
  header .search-form .icon-search {
    height: 37px;
    margin: 0;
    padding: 0px 10px;
    margin-top: -2px; }
    header .search-form .icon-search i {
      font-size: 17px;
      padding-left: 8px;
      top: -2px;
      position: relative;
      font-weight: 900; }
  header .search-form .input-group-btn {
    height: 42px; }
    header .search-form .input-group-btn:hover {
      z-index: 3 !important;
      position: relative; }
      header .search-form .input-group-btn:hover .icon-search {
        box-shadow: 0px 0px 11px #e990b2 !important;
        -moz-box-shadow: 0px 0px 11px #e990b2 !important; }
    header .search-form .input-group-btn .icon-search {
      height: 42px; }
  header .search-form input {
    position: relative;
    z-index: 2;
    border-color: #eaeaea !important; }
    header .search-form input:focus {
      -moz-box-shadow: 0px 0px 11px #e990b2;
      box-shadow: 0px 0px 11px #e990b2; }
    header .search-form input:focus, header .search-form input:active, header .search-form input:hover {
      border-left: 1px solid #eaeaea; }
  header .navbar-default, header .navbar {
    border: none;
    margin-bottom: 0; }
  header .navbar {
    background: none; }
    header .navbar .logo {
      padding-left: 0 !important; }
  @media (max-width: 767px) {
    header .navbar {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 10px; }
      header .navbar .center-flex {
        display: inline-block; }
        header .navbar .center-flex .logo img {
          margin: 0 !important; }
        header .navbar .center-flex > * {
          display: inline-block;
          vertical-align: middle;
          float: none; } }
  header .navbar-collapse {
    padding: 0 0;
    /*max-width:1200px;*/ }
  header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:focus, header .navbar-default .navbar-nav > .open > a:hover {
    /*background: $dark-selected;*/
    /*color: #fff;*/ }
  header .top-menu {
    height: 52px; }
  header .top-menu, header .page-menu, header .row {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    margin-bottom: 20px; }
  header .breadcrumb {
    border-radius: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px 25px;
    padding-top: 16px;
    /*padding-top:0;*/
    /*display: flex;*/
    color: #ffffff;
    font-size: 12px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 700; }
    header .breadcrumb.safari {
      height: 42px !important;
      padding-top: 13px;
      position: relative;
      top: -10px;
      /*z-index: 2;*/ }
    header .breadcrumb li {
      display: inline-table;
      vertical-align: middle;
      position: relative;
      top: -4px; }
    header .breadcrumb a {
      color: #fff !important; }
    header .breadcrumb .active {
      font-weight: 500;
      color: #fff; }

.breadcrumb > li + li:before {
  content: '\e829';
  font-family: fontello;
  color: white;
  font-size: 9px;
  font-weight: 300;
  position: relative;
  top: -1px; }

.page-menu .dropdown {
  background: none; }
.page-menu .navbar {
  font-weight: 600;
  margin: 0 !important;
  border-radius: 0; }
  .page-menu .navbar .caret {
    display: none;
    margin-left: 20px; }
    .page-menu .navbar .caret:before {
      font-size: 24px !important; }
  .page-menu .navbar .text {
    display: inline-block; }
  .page-menu .navbar .carot {
    display: inline-block;
    font-size: 10px;
    padding-left: 24px; }
  .page-menu .navbar .expandable {
    background: white; }
  .page-menu .navbar #navbar {
    padding: 1px;
    margin-bottom: 20px; }
  .page-menu .navbar .navbar-nav {
    display: table;
    background: white;
    width: 100%;
    /*table-layout:fixed;*/
    position: relative;
    height: 52px;
    /*            @media(max-width:768px)
                    {
                        //2columns
                    display:block;
                    >li{
                        width:50% !important;
                       
                        &:nth-of-type(2n){
                            float:left;
                        }  
                        &:nth-of-type(2n-1){
                            float:right;
                        }  
                    }
                }*/ }
    .page-menu .navbar .navbar-nav > li a {
      position: relative; }
      .page-menu .navbar .navbar-nav > li a:after {
        position: absolute;
        bottom: 0px;
        content: '';
        left: 0;
        height: 2px;
        background: #e990b2;
        width: 100%;
        opacity: 0; }
      .page-menu .navbar .navbar-nav > li a > .sub-categories, .page-menu .navbar .navbar-nav > li a > .dropdown-menu {
        display: block; }
    .page-menu .navbar .navbar-nav > li:hover > a, .page-menu .navbar .navbar-nav > li:active > a, .page-menu .navbar .navbar-nav > li:focus > a {
      position: relative; }
      .page-menu .navbar .navbar-nav > li:hover > a:after, .page-menu .navbar .navbar-nav > li:active > a:after, .page-menu .navbar .navbar-nav > li:focus > a:after {
        opacity: 1; }
    .page-menu .navbar .navbar-nav > li ul > li > a:hover, .page-menu .navbar .navbar-nav > li ul > li > a:active, .page-menu .navbar .navbar-nav > li ul > li > a:focus {
      position: relative; }
      .page-menu .navbar .navbar-nav > li ul > li > a:hover:after, .page-menu .navbar .navbar-nav > li ul > li > a:active:after, .page-menu .navbar .navbar-nav > li ul > li > a:focus:after {
        opacity: 1; }
    @media (min-width: 768px) {
      .page-menu .navbar .navbar-nav > li {
        display: table-cell !important;
        float: none !important; } }
    @media (max-width: 900px) and (min-width: 768px) {
      .page-menu .navbar .navbar-nav > li a {
        font-size: 14px; } }
    .page-menu .navbar .navbar-nav > li > a {
      text-align: center;
      padding: 10px !important;
      padding-top: 16px !important; }
    @media (max-width: 767px) {
      .page-menu .navbar .navbar-nav > li {
        position: relative !important; }
        .page-menu .navbar .navbar-nav > li > a {
          padding-top: 13px !important;
          text-align: left !important; }
          .page-menu .navbar .navbar-nav > li > a:after {
            display: none; }
        .page-menu .navbar .navbar-nav > li.expandable {
          position: relative !important; }
          .page-menu .navbar .navbar-nav > li.expandable > a {
            position: relative; }
            .page-menu .navbar .navbar-nav > li.expandable > a:before {
              content: '\e81a' !important;
              font-family: fontello;
              position: absolute;
              right: 10px;
              top: 13px;
              font-size: 8px;
              color: #444;
              -webkit-transition: all 0.1s ease-in-out;
              -moz-transition: all 0.1s ease-in-out;
              -ms-transition: all 0.1s ease-in-out;
              -o-transition: all 0.1s ease-in-out;
              transition: all 0.1s ease-in-out; }
          .page-menu .navbar .navbar-nav > li.expandable li > a {
            position: relative; }
            .page-menu .navbar .navbar-nav > li.expandable li > a:before {
              content: '\e81c' !important;
              font-family: fontello;
              position: absolute;
              right: 10px;
              top: 14px;
              font-size: 8px;
              color: #444;
              -webkit-transition: all 0.1s ease-in-out;
              -moz-transition: all 0.1s ease-in-out;
              -ms-transition: all 0.1s ease-in-out;
              -o-transition: all 0.1s ease-in-out;
              transition: all 0.1s ease-in-out; }
          .page-menu .navbar .navbar-nav > li.expandable .white {
            min-height: initial !important; }
            .page-menu .navbar .navbar-nav > li.expandable .white ul {
              width: 100%; }
        .page-menu .navbar .navbar-nav > li .gradient-border {
          position: relative !important;
          top: 1px !important;
          height: 0;
          border-top: 1px solid #e990b2;
          padding: 0 !important; }
          .page-menu .navbar .navbar-nav > li .gradient-border li:first-of-type {
            border-top-width: 1px; }
          .page-menu .navbar .navbar-nav > li .gradient-border :after {
            display: none !important; }
        .page-menu .navbar .navbar-nav > li.open .dropdown-toggle {
          font-weight: 500;
          color: #e990b2; }
        .page-menu .navbar .navbar-nav > li.open .gradient-border {
          transform: translateX(0);
          -ms-transform: translateX(0);
          -webkit-transform: translateX(0);
          opacity: 1 !important;
          height: auto;
          visibility: visible !important; }
        .page-menu .navbar .navbar-nav > li.open > a:before {
          color: #e990b2;
          -ms-transform: rotate(180deg);
          /* IE 9 */
          -webkit-transform: rotate(180deg);
          /* Chrome, Safari, Opera */
          transform: rotate(180deg); } }
    .page-menu .navbar .navbar-nav ul {
      border-radius: 0 !important; }
    .page-menu .navbar .navbar-nav .gradient-border {
      /*display:none;*/
      width: 100%;
      height: fit-content;
      background: white;
      padding: 1px;
      padding-top: 0;
      position: absolute;
      left: -1px;
      box-sizing: content-box;
      opacity: 0;
      overflow-x: hidden;
      transform: translateX(-12px);
      -ms-transform: translateX(-12px);
      -webkit-transform: translateX(-12px);
      visibility: hidden;
      top: 53px;
      z-index: 222; }
      .page-menu .navbar .navbar-nav .gradient-border > .white {
        background: white;
        width: 100%;
        left: 0;
        top: 0;
        position: relative;
        /*background:white;*/
        font-size: 17px;
        border: none;
        box-shadow: none;
        min-height: 150px; }
        .page-menu .navbar .navbar-nav .gradient-border > .white > * {
          float: left !important;
          display: block !important; }
        .page-menu .navbar .navbar-nav .gradient-border > .white > ul {
          padding-top: 10px;
          position: relative;
          border: 0 !important;
          margin: 0;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-box-shadow: none; }
          @media (min-width: 768px) {
            .page-menu .navbar .navbar-nav .gradient-border > .white > ul {
              display: flex;
              flex-direction: column;
              flex-wrap: wrap;
              width: 60%;
              padding-left: 30px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .page-menu .navbar .navbar-nav .gradient-border > .white > ul li {
      width: 32.0%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-menu .navbar .navbar-nav .gradient-border > .white > ul li {
      width: 49%; } }

          @media (max-width: 767px) {
            .page-menu .navbar .navbar-nav .gradient-border > .white > ul {
              padding-bottom: 0px !important;
              display: block !important;
              border-left: 0 !important;
              border-right: 0 !important; }
              .page-menu .navbar .navbar-nav .gradient-border > .white > ul li {
                border-left: 0 !important;
                border-right: 0 !important; }
              .page-menu .navbar .navbar-nav .gradient-border > .white > ul a {
                display: block !important;
                padding: 0 !important;
                padding-left: 30px !important;
                padding-top: 12px !important;
                border-bottom: 1px solid #e990b2; } }
          .page-menu .navbar .navbar-nav .gradient-border > .white > ul > li {
            display: inline-block;
            margin: 0; }
            .page-menu .navbar .navbar-nav .gradient-border > .white > ul > li a {
              font-size: 16px;
              font-weight: 400;
              line-height: 18px; }
              .page-menu .navbar .navbar-nav .gradient-border > .white > ul > li a:before {
                font-size: 9px;
                position: relative;
                top: -2px;
                margin-right: 10px; }
        @media (max-width: 1023px) {
          .page-menu .navbar .navbar-nav .gradient-border > .white {
            min-height: auto; }
            .page-menu .navbar .navbar-nav .gradient-border > .white .baner {
              display: none !important; }
            .page-menu .navbar .navbar-nav .gradient-border > .white > ul {
              width: 100%; } }
        .page-menu .navbar .navbar-nav .gradient-border > .white .baner {
          margin: 0;
          width: 40% !important;
          margin-top: 7px;
          padding-right: 5px;
          /*cursor:pointer;*/ }
          @media (max-width: 767px) {
            .page-menu .navbar .navbar-nav .gradient-border > .white .baner {
              display: none !important; } }
          .page-menu .navbar .navbar-nav .gradient-border > .white .baner img {
            max-width: 100%; }
          .page-menu .navbar .navbar-nav .gradient-border > .white .baner:hover img {
            filter: contrast(110%); }
        @media (max-width: 1200px) and (min-width: 1024px) {
          .page-menu .navbar .navbar-nav .gradient-border > .white .baner {
            width: 30% !important; }
          .page-menu .navbar .navbar-nav .gradient-border > .white .dropdown-menu {
            width: 70% !important; } }
    .page-menu .navbar .navbar-nav > li {
      border-radius: 0 !important;
      position: static !important; }
      .page-menu .navbar .navbar-nav > li:hover {
        background: white; }
        .page-menu .navbar .navbar-nav > li:hover > a {
          color: black; }
        .page-menu .navbar .navbar-nav > li:hover:before {
          position: absolute;
          width: 100%;
          height: 12px;
          background: #e990b2;
          bottom: 0;
          left: 0; }
        .page-menu .navbar .navbar-nav > li:hover .gradient-border {
          /*z-index:222;*/
          visibility: visible;
          top: 53px;
          /*display:block !important;*/
          opacity: 1;
          transform: translateX(0px);
          -ms-transform: translateX(0px);
          -webkit-transform: translateX(0px); }
          .page-menu .navbar .navbar-nav > li:hover .gradient-border ul {
            margin-top: 0;
            display: block !important; }
      .page-menu .navbar .navbar-nav > li > a {
        height: 52px; }
  @media (max-width: 800px) {
    .page-menu .navbar .caret {
      margin: 2px; } }
  .page-menu .navbar .navbar-header {
    background: white; }
    .page-menu .navbar .navbar-header button {
      /*margin-top:16px;*/
      /*margin-right:40px;*/ }
    .page-menu .navbar .navbar-header img {
      height: 35px;
      margin-left: 20px;
      margin-top: 5px; }
  .page-menu .navbar a {
    padding: 12px;
    font-size: 17px;
    color: #171717; }
    .page-menu .navbar a.btn {
      padding: 8px 15px; }
    .page-menu .navbar a:hover {
      background: white;
      color: black; }
  .page-menu .navbar .hamburger {
    /*background: #fff;*/
    border: 2px solid #555;
    background: #e990b2;
    width: 40px;
    height: 33px;
    padding: 3px 7px; }
    .page-menu .navbar .hamburger .icon-bar {
      background: #555; }
    .page-menu .navbar .hamburger span {
      background: #e990b2; }
    .page-menu .navbar .hamburger:hover, .page-menu .navbar .hamburger.active {
      background: #e990b2; }
    .page-menu .navbar .hamburger:hover span, .page-menu .navbar .hamburger.active span {
      background: #e990b2; }
  .page-menu .navbar .categories a {
    color: #474747; }
    .page-menu .navbar .categories a:hover {
      color: #e990b2; }
  .page-menu .navbar .categories ul {
    padding-left: 30px; }
    .page-menu .navbar .categories ul li {
      list-style: none; }
    .page-menu .navbar .categories ul.dropdown-menu {
      padding-left: 0; }
.page-menu .my-dropdown:hover > ul {
  /*                    -webkit-column-count: 2;  Chrome, Safari, Opera 
                      -moz-column-count: 2;  Firefox 
                      column-count: 2;
                      -webkit-column-gap: 40px;  Chrome, Safari, Opera 
                      -moz-column-gap: 40px;  Firefox 
                      column-gap: 40px;*/
  display: block; }
.page-menu .my-dropdown ul {
  padding: 0 !important;
  padding-left: 10px !important;
  /*display:block;*/
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  min-height: 100%;
  background: white;
  -moz-box-shadow: 0px 0px 25px #aaa;
  box-shadow: 0px 0px 25px #aaa;
  /*border:1px solid rgba(0,0,0,0.1);*/
  width: 277%;
  list-style: none; }
  .page-menu .my-dropdown ul a {
    color: black;
    text-decoration: none; }
    .page-menu .my-dropdown ul a:before {
      font-size: 9px;
      margin-right: 15px; }
  .page-menu .my-dropdown ul li {
    top: 2px;
    position: relative;
    display: inline-table;
    float: left;
    width: 280px;
    /*padding:10px;*/
    color: #353535;
    font-size: 17px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 400;
    line-height: 55px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    text-align: left; }
    .page-menu .my-dropdown ul li a {
      width: 280px;
      background: white;
      /*display: flex;*/
      justify-content: flex-start !important; }
      .page-menu .my-dropdown ul li a:hover {
        background: #eee;
        color: black; }

@media (max-width: 1400px) {
  .my-dropdown ul {
    width: 200% !important; } }
@media (max-width: 1000px) {
  .my-dropdown ul {
    width: 100% !important; } }
@media (min-width: 768px) {
  .page-menu {
    display: block !important; } }
.account-dropdown .dropdown-menu a:hover {
  background: #e990b2;
  color: #fff; }

.top-slider {
  margin-bottom: 20px; }
  .top-slider img {
    min-width: 100%; }
  .top-slider .btn {
    padding: 15px;
    padding-top: 15px; }
  .top-slider .slick-arrow {
    padding-top: 10px; }

.login-part {
  width: 80px; }
  .login-part a {
    font-size: 12px;
    width: 80px; }

@media (max-width: 767px) {
  .top-slider {
    margin-bottom: 0; }
    .top-slider .slick-track {
      min-height: 120px; }
      .top-slider .slick-track img {
        min-height: 120px;
        display: block;
        object-fit: cover; }

  .slick-list {
    /*left:0px !important;*/
    position: static !important;
    text-align: left; }
    .slick-list img {
      border: 0 !important;
      border-image-width: 0 !important; }
    .slick-list .info-box > div {
      margin-left: 120px;
      background: transparent; }
    .slick-list .title * {
      font-size: 12px !important; }
    .slick-list .description {
      font-size: 16px; }
    .slick-list .btn {
      /*padding:1px;*/ }
      .slick-list .btn * {
        font-size: 12px !important; }

  .navbar-collapse {
    display: block;
    height: auto !important;
    /*position:relative;*/ }

  .top-colour-hr {
    height: 5px;
    width: 100%;
    background: #e990b2; }

  .top-menu {
    background: white;
    height: auto !important;
    padding: 0;
    margin: 0; }

  .top-background-image {
    padding-bottom: 0; }

  .search {
    border-radius: 5px; }

  .page-menu {
    height: auto !important;
    margin-top: 10px !important;
    padding: 0;
    margin-bottom: 20px; }
    .page-menu #navbar {
      padding: 0 !important; }
    .page-menu .navbar-collapse {
      border-top: 0; }
    .page-menu .navbar {
      border: 0 !important;
      background: white; }
      .page-menu .navbar .dropdown-menu {
        display: none; }
      .page-menu .navbar .dropdown > .dropdown-menu {
        display: none !important;
        height: 0; }
      .page-menu .navbar .dropdown.open > .dropdown-menu {
        display: block !important;
        height: auto; }
      .page-menu .navbar ul {
        text-align: left;
        width: 100%;
        background: -webkit-linear-gradient(0deg, #e990b2 0%, #eddeba 100%) !important;
        background: -moz-linear-gradient(0deg, #e990b2 0%, #eddeba 100%) !important;
        background: -o-linear-gradient(0deg, #e990b2 0%, #eddeba 100%) !important;
        background: -ms-linear-gradient(0deg, #e990b2 0%, #eddeba 100%) !important;
        background: linear-gradient(90deg, #e990b2 0%, #eddeba 100%) !important;
        padding-top: 1px !important;
        /*padding:5px;*/
        padding: 0;
        margin: 0; }
        .page-menu .navbar ul li {
          width: 100% !important;
          background: white;
          margin-bottom: 1px; }
          .page-menu .navbar ul li .caret {
            float: right;
            top: 5px;
            position: relative; }
        .page-menu .navbar ul a {
          height: 44px !important; }
        .page-menu .navbar ul .dropdown-toggle {
          padding: 14px !important; }
      .page-menu .navbar li {
        height: auto !important; }
      .page-menu .navbar li.open ul {
        z-index: 12; }
        .page-menu .navbar li.open ul a {
          font-size: 16px;
          padding-left: 20px !important; }
      .page-menu .navbar .dropdown-menu {
        height: auto !important;
        min-height: 0 !important;
        background: white !important; }
        .page-menu .navbar .dropdown-menu li {
          padding-top: 3px !important; }
    .page-menu .my-dropdown ul {
      position: relative !important;
      left: 0 !important; }

  .page-menu .navbar ul {
    height: auto !important; } }
.mobile-menu {
  display: none;
  position: absolute;
  z-index: 2100;
  top: 105px;
  width: 100%;
  left: 0;
  /*padding-top:0px;*/
  padding: 30px !important;
  box-shadow: 0px 0px 17px 0px rgba(2, 3, 3, 0.8);
  -moz-box-shadow: 0px 0px 17px 0px rgba(2, 3, 3, 0.8);
  border-bottom: 4px solid #e990b2;
  border-top: 4px solid #e990b2; }
  .mobile-menu .page-menu {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .mobile-menu .page-menu .dropdown-menu a {
      display: flex !important;
      align-items: center; }
    .mobile-menu .page-menu #navbar {
      margin-bottom: 0; }
  .mobile-menu .navbar-collapse {
    width: 100% !important; }
  .mobile-menu .in {
    display: block !important; }
  .mobile-menu .navbar .navbar-nav {
    top: 0 !important; }

#home-menu > .page-menu {
  display: block !important; }

@media (min-width: 768px) {
  #home-menu {
    display: none !important; }

  .hamburger, .navbar-header {
    display: none !important; } }
@media (max-width: 767px) {
  header {
    background-image: none !important; } }
.app-cart .top-button-with-arrow {
  /*display:none;*/
  /*opacity:0;*/ }
  .app-cart .top-button-with-arrow i {
    /*left:-8px !important;*/ }
  .app-cart .top-button-with-arrow.safari i {
    /*left:-17px;*/ }

.product-gallery {
  padding: 0px; }
  .product-gallery > * {
    padding: 15px 0px; }
  .product-gallery img:hover {
    box-shadow: 0px 0px 11px #92c3c0 !important;
    -moz-box-shadow: 0px 0px 11px #92c3c0 !important; }
  .product-gallery .main-photo-container, .product-gallery .small-photo-container {
    /*border-radius: 5px;*/
    border: 1px solid #ededed; }
    .product-gallery .main-photo-container img, .product-gallery .small-photo-container img {
      min-width: 100%; }
  .product-gallery .small-photo-container + .small-photo-container {
    margin-top: 7px; }

.row-with-product-details .btn-info:hover, .row-with-product-details .btn-info:active, .row-with-product-details .btn-info:focus {
  color: #92c3c0; }

.circle, .grad-circle-1, .grad-circle-2 {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: inline-table;
  color: white;
  margin-right: 5px; }

.grad-circle-1 {
  /*padding-left: 8px;*/
  text-align: center;
  padding-top: 2px; }

.grad-circle-2 {
  /*padding-left: 3px;*/
  text-align: center;
  padding-top: 1.2px; }

.icon-star {
  margin-left: 10px; }

.amount {
  margin: 0px 0; }
  .amount .amount-changer {
    max-width: 150px; }
    .amount .amount-changer input {
      text-align: center; }

.symbol-product-icons {
  padding: 15px 0; }
  .symbol-product-icons img {
    margin-right: 5px; }

.product-code {
  color: #919191;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 30px; }
  .product-code span {
    color: #414141; }

.details-storage, .details-realisation {
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 500;
  color: #919191;
  margin-top: 20px;
  margin-bottom: 20px; }
  .details-storage span, .details-realisation span {
    display: inline-block; }
    .details-storage span .quantity-number, .details-realisation span .quantity-number {
      text-align: center;
      font-size: 11px;
      font-weight: 700; }

.details-realisation .realization {
  color: #4a9a57;
  font-weight: 600; }

@media (min-width: 768px) {
  #selectedVariant {
    margin-top: 20px; } }
@media (max-width: 767px) {
  #selectedVariant {
    /*text-align:right;*/ }
    #selectedVariant .small-title {
      margin-top: 10px !important; } }
#selectedVariant div + div {
  margin-top: 6px; }

.details-button-container {
  margin: 30px 0;
  padding: 0;
  white-space: nowrap; }
  .details-button-container > * {
    display: inline-block;
    text-transform: uppercase; }
  @media (max-width: 1080px) and (min-width: 768px) {
    .details-button-container {
      white-space: normal; }
      .details-button-container > * {
        display: inline-block;
        width: 100%; } }
  @media (max-width: 590px) {
    .details-button-container {
      white-space: normal; }
      .details-button-container > * {
        display: inline-block;
        width: 100%; } }
  .details-button-container .btn-add-to-cart span, .details-button-container .btn-add-to-cart-favorite span {
    -webkit-transition: anythink;
    -moz-transition: anythink;
    -ms-transition: anythink;
    -o-transition: anythink;
    transition: anythink; }
  .details-button-container .btn-add-to-cart:hover, .details-button-container .btn-add-to-cart-favorite:hover {
    box-shadow: 0px 0px 11px #92c3c0 !important;
    -moz-box-shadow: 0px 0px 11px #92c3c0 !important;
    /*transform: scaleX(1.1) scaleY(1.1);*/ }
  .details-button-container .btn-add-to-cart:disabled, .details-button-container .btn-add-to-cart-favorite:disabled {
    -webkit-filter: grayscale(100%);
    box-shadow: none !important;
    -moz-box-shadow: none !important; }
  .details-button-container .btn-add-to-cart .icon-basket:before, .details-button-container .btn-add-to-cart-favorite .icon-basket:before {
    font-size: 18px; }
  .details-button-container .btn-add-to-cart .icon-heart:before, .details-button-container .btn-add-to-cart-favorite .icon-heart:before {
    font-size: 19px !important; }
  .details-button-container .remove-favourite-cookie {
    /*background:#f7f4f5 !important;*/
    /*-webkit-filter: grayscale(70%);*/ }
    .details-button-container .remove-favourite-cookie span {
      /*top:3px;*/
      position: relative; }
    .details-button-container .remove-favourite-cookie i:before {
      font-size: 25px; }
    .details-button-container .remove-favourite-cookie > * {
      /*color:#f9a0d2; lighter pink*/ }
    .details-button-container .remove-favourite-cookie:hover {
      /*-webkit-filter: grayscale(70%);*/
      /*background:$pink;*/ }
  .details-button-container .btn-add-to-cart {
    background: #92c3c0;
    color: white;
    margin-right: 15px; }
  .details-button-container .btn-add-to-cart-favorite {
    background: #fcf3f6;
    color: #e990b2; }

.product-description-column .header-little {
  margin-left: 20px;
  font-weight: 500; }

.product-details-description {
  margin: 15px 0;
  margin-left: 20px;
  color: #999999;
  font-size: 14px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400; }

.inner-box .row-with-promotion {
  margin: 35px 0;
  color: #999999; }
  @media (max-width: 400px) {
    .inner-box .row-with-promotion .pull-right {
      float: none !important; } }
.inner-box .fancy-select, .inner-box .amount {
  margin-bottom: 10px;
  width: 50%;
  display: inline-table; }
  .inner-box .fancy-select ul > li:hover, .inner-box .amount ul > li:hover {
    background: #e990b2 !important; }
.inner-box .small-title {
  text-transform: uppercase;
  display: inline-table; }
  @media (min-width: 480px) {
    .inner-box .small-title {
      width: 20%; } }
  @media (max-width: 480px) {
    .inner-box .small-title {
      margin-right: 20px;
      margin-top: 40px; } }
.inner-box .amount {
  text-align: left;
  margin-bottom: 30px; }
  .inner-box .amount input {
    width: 30%; }
.inner-box .price {
  margin: 30px 0; }
  @media (max-width: 767px) {
    .inner-box .price {
      margin-top: 20px;
      white-space: nowrap; } }
  .inner-box .price .previous {
    border-top: 1px solid #171717;
    margin-right: 30px; }
  .inner-box .price > span .price-begin {
    color: #626262;
    font-size: 40px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 300; }
  .inner-box .price > span .price-fragment {
    color: #626262;
    font-weight: 100;
    font-size: 22px;
    position: relative;
    top: -10px; }
  .inner-box .price > span .price-currency {
    color: #626262;
    font-size: 40px;
    font-weight: 100; }
  .inner-box .price > span.current > * {
    color: #e990b2;
    font-weight: 500; }
  .inner-box .price > span.current .price-currency {
    font-weight: 300; }

.details-netto {
  color: #919191;
  font-size: 15px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 500;
  text-align: left; }
  .details-netto span {
    color: #231f20;
    font-size: 15px;
    font-weight: 500; }

.amount {
  width: 50%;
  text-align: center; }
  .amount input {
    text-align: center; }
  .amount .input-group-addon {
    text-align: center !important;
    height: 10px;
    color: #aaa;
    display: block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px; }

.details-brutto {
  color: #919191;
  font-size: 15px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 500;
  text-align: left; }
  .details-brutto span {
    color: #f59b20;
    font-size: 27px; }

.create-set .sets {
  font-size: 0; }
  .create-set .sets .description > div:first-of-type > div {
    margin-left: 0;
    margin-bottom: 15px; }
  .create-set .sets .description > div:first-of-type div + div {
    margin-left: 10px; }
  .create-set .sets > div {
    margin-bottom: 40px !important; }
    .create-set .sets > div > * {
      font-size: 14px;
      display: inline-block !important;
      float: none;
      vertical-align: middle; }

@media (max-width: 991px) and (min-width: 768px) {
  .create-set .sets > div .description div:first-of-type {
    margin-top: 10px; } }
@media (max-width: 767px) {
  .create-set .sets > div {
    text-align: center;
    margin-bottom: 40px !important; }
    .create-set .sets > div img {
      margin: 0 auto; } }
.list-tile-radios {
  color: #444; }
  .list-tile-radios label {
    width: 38px;
    height: 35px; }
    .list-tile-radios label:first-of-type {
      padding-left: 5px; }
    .list-tile-radios label:last-of-type {
      padding-left: 4px; }

.product-box {
  padding: 0px;
  /*img{ transform: scaleX(1.1) scaleY(1.1);}*/ }
  .product-box:hover {
    border-bottom: 4px solid #e990b2 !important;
    z-index: 21;
    position: relative;
    /*img{ transform: scaleX(1.1) scaleY(1.1);}*/ }
    .product-box:hover .image-buttons-center {
      display: block; }
  .product-box .caption {
    padding: 5px 25px; }
  .product-box .product-groups {
    z-index: 2;
    position: relative; }
  .product-box a img:hover {
    -webkit-filter: contrast(105%) saturate(1.1);
    filter: contrast(105%) saturate(1.1);
    /*-webkit-filter: brightness(1.05); filter: brightness(1.05);*/ }
  .product-box a h3:hover {
    color: #e990b2; }
  .product-box a:hover {
    text-decoration: none; }
  .product-box .product-groups {
    margin: 5px;
    font-size: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #989898;
    height: 42px; }
    .product-box .product-groups div:before {
      font-size: 15px;
      margin-right: 10px;
      color: #e990b2;
      margin-bottom: 6px; }
  .product-box a {
    margin: 0 auto;
    border: 0 !important;
    outline: none !Important; }
  .product-box .thumb {
    text-align: left;
    height: 445px;
    position: relative;
    z-index: 0;
    margin-top: -6px;
    display: flex;
    align-items: center; }
    .product-box .thumb a {
      max-width: 100%;
      max-height: 380px;
      display: block; }
      .product-box .thumb a .img-responsive {
        max-width: 100%;
        display: block;
        width: auto;
        max-height: 380px;
        margin: 0 auto; }
  .product-box .image-buttons-top {
    position: absolute;
    top: 25px;
    right: 10px; }
    .product-box .image-buttons-top .grad-circle-1 {
      padding-left: 7.7px; }
    .product-box .image-buttons-top .grad-circle-2 {
      text-align: center;
      /*padding-left: 2.8px;*/
      padding-left: 0 !important;
      padding-top: 1.2px; }
  .product-box .image-buttons-center {
    display: none;
    width: 100%;
    position: absolute;
    top: 320px;
    text-align: center;
    left: 0; }
    .product-box .image-buttons-center > * {
      display: inline-block;
      padding: 0 !important;
      width: 67px;
      height: 45px; }
      .product-box .image-buttons-center > * i {
        font-size: 18px;
        margin-left: 0 !important; }
      .product-box .image-buttons-center > *:hover {
        box-shadow: 0px 0px 11px #92c3c0 !important;
        -moz-box-shadow: 0px 0px 11px #92c3c0 !important;
        transform: scaleX(1.1) scaleY(1.1); }
    .product-box .image-buttons-center .btn-add-to-favorite {
      background: #fcf3f6 !important;
      color: #e990b2; }
    .product-box .image-buttons-center .btn-add-to-cart {
      background: #92c3c0 !important;
      color: white; }
  .product-box .title {
    text-align: center;
    height: 22px;
    margin-bottom: 8px; }
    .product-box .title a {
      position: relative;
      color: #171717;
      line-height: 0.9;
      text-align: center !important;
      width: 100% !important;
      font-weight: 500 !important;
      font-size: 17px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .product-box .category {
    color: #e990b2;
    margin-bottom: 4px;
    font-weight: 300; }
  .product-box .product-price {
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    margin-top: 2px;
    width: 100%; }
    .product-box .product-price .price-fragment {
      font-size: 12px;
      vertical-align: super; }
    .product-box .product-price .price-currency {
      font-weight: 300;
      margin-left: 3px; }
  .product-box .brutto {
    color: #e990b2;
    font-size: 22px;
    font-weight: 500;
    display: inline-block; }
  .product-box .previous {
    display: inline-block; }
  .product-box .previous > div {
    border-bottom: 1px solid #171717;
    height: 19px !important;
    margin-right: 15px;
    color: #646464;
    display: inline-block; }
  .product-box .netto {
    color: #e990b2;
    font-size: 22px;
    font-weight: 500; }

.title-category {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px; }

hr {
  height: 3px;
  margin: 3px; }

.sorting {
  /*height:50px;*/
  border-radius: 0px;
  padding: 2px;
  font-size: 15px;
  font-weight: 600;
  position: relative; }
  .sorting form {
    background: white;
    padding: 20px;
    padding-bottom: 10px; }
  .sorting .submit-2 {
    width: 200px;
    padding-left: 25px !important;
    margin-top: 15px; }
    .sorting .submit-2 .icon-go {
      float: right;
      position: relative;
      top: 3px;
      right: 5px; }
    .sorting .submit-2:hover .icon-go {
      right: 1px; }
  .sorting .btn-group {
    margin-left: 10px !important;
    /*width:100% !important;*/ }
    .sorting .btn-group button {
      border-radius: 0;
      height: 100%;
      margin: 0; }
  @media (max-width: 767px) {
    .sorting .buttons, .sorting .sort {
      display: block;
      width: 100% !important; }
    .sorting .buttons {
      text-align: center !important; }
    .sorting .sort {
      text-align: right !important; } }
  .sorting .buttons {
    width: 200px;
    text-align: right;
    vertical-align: top;
    padding-left: 20px; }
  .sorting .filter-box .filter-title::first-letter {
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .sorting .filter-box {
      width: 100%; } }
  .sorting .dropdown-toggle:hover, .sorting .dropdown-toggle:active, .sorting .dropdown-toggle:focus {
    border-radius: 0; }
  .sorting .bootstrap-select {
    border: 1px solid #d7d7d7; }

.row-sorting {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .row-sorting {
      padding-top: 0 !important; } }

.btn-add-to-cart-list {
  width: 100%; }

.display-amount {
  float: right;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 10px; }
  .display-amount a {
    font-weight: 500;
    margin: 4px; }
  .display-amount .active {
    color: #e990b2;
    text-decoration: underline; }

.products-container {
  width: 100%;
  /*overflow:hidden;*/ }
  .products-container .category-description {
    width: 100%;
    background: #f7f7f7;
    padding: 0 10px; }
    .products-container .category-description h1 {
      min-width: 230px;
      font-size: 30px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 900;
      padding: 25px 15px; }
      @media (max-width: 767px) {
        .products-container .category-description h1 {
          text-align: left; } }
    .products-container .category-description span {
      font-size: 13px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 400;
      color: #999999;
      padding: 25px 15px; }
    .products-container .category-description > * {
      display: table-cell;
      vertical-align: middle; }
  .products-container .product-box {
    height: 535px !important; }
    .products-container .product-box .category {
      display: none; }
    .products-container .product-box hr {
      display: none; }
    .products-container .product-box .caption {
      padding: 0; }
    .products-container .product-box .title, .products-container .product-box .product-price {
      width: 100%;
      background: rgba(228, 228, 228, 0.2);
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 20px;
      padding-bottom: 5px; }
    .products-container .product-box .title {
      border-top: 1px solid #eaeaea; }
    .products-container .product-box .product-price {
      padding-bottom: 16px; }
  @media (max-width: 767px) {
    .products-container .display-tiles {
      padding-bottom: 0; } }

.products {
  clear: both; }
  .products .bottom {
    padding-top: 16px;
    height: 74px;
    background: #f6f7f9;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #dddddd; }
    .products .bottom .icon-cart-v:before {
      font-size: 18px; }
  .products .row .bottom-left {
    padding-right: 0;
    padding-left: 4px; }
  .products .row .bottom-right {
    float: right;
    padding-left: 0; }
    .products .row .bottom-right span {
      font-size: 15px; }
  .products .row .product-box {
    height: 550px;
    margin: 5px; }
  .products .row .product-box-container {
    padding: 0 0;
    margin-top: 10px;
    padding-bottom: 0;
    /*background:red;*/ }
    .products .row .product-box-container .thumbnail {
      border-radius: 0;
      border-width: 1px;
      border-color: #eaeaea; }

@media screen and (min-width: 1200px) {
  .products .row .product-box-container {
    width: 25%; } }
/*WIDE TILE*/
.sorting .table {
  margin-bottom: 5px; }
.sorting .buttons .btn-go-3 {
  margin-top: 3px; }

@media (max-width: 970px) {
  .sorting .buttons {
    padding-left: 0;
    width: 100%; }
    .sorting .buttons > * {
      display: inline-block; }
  .sorting .table {
    display: block; }
    .sorting .table .table-cell {
      display: block; }

  .sort {
    width: 100%; } }
.filter-box {
  display: inline-block;
  /*margin:10px;*/
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 18px;
  float: left;
  text-align: right;
  white-space: nowrap;
  width: 100%; }
  .filter-box .bootstrap-select {
    width: 200px !important; }
  @media (max-width: 767px) {
    .filter-box {
      white-space: normal;
      text-align: left; }
      .filter-box label {
        display: block; }
      .filter-box .bootstrap-select {
        width: 90% !important; } }
  @media (min-width: 768px) {
    .filter-box {
      width: 50%; } }
  @media (min-width: 1270px) {
    .filter-box {
      width: 33.3%; } }

.slider-container .product-box {
  white-space: normal; }

.product-details {
  padding: 0;
  list-style-type: none; }
  .product-details > li {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer; }
    .product-details > li .header-little {
      margin-bottom: 4px; }
    @media (min-width: 768px) {
      .product-details > li:first-of-type {
        border-top: 1px solid #eaeaea; } }
    @media (min-width: 480px) {
      .product-details > li:hover {
        /*background:$pink-light;*/
        /*                padding-left:15px;
                        padding-right: 15px;*/
        /*                border-top:1px solid $sky-dark;
                        border-bottom:1px solid $sky-dark;*/
        position: relative; }
        .product-details > li:hover * {
          /*color:$pink !important;*/ }
        .product-details > li:hover:before {
          content: '';
          width: 100%;
          height: 1px;
          background: #92c3c0;
          position: absolute;
          top: 0; }
        .product-details > li:hover:after {
          content: '';
          width: 100%;
          height: 1px;
          background: #92c3c0;
          position: absolute;
          bottom: 0; } }
    .product-details > li .main {
      position: relative;
      width: 100%; }
      .product-details > li .main .content {
        width: fit-content;
        display: inline-table; }
    .product-details > li .collapse {
      display: block;
      position: relative;
      height: 0 !important;
      overflow: hidden;
      padding-top: 0px;
      /*clear: both;*/ }
    .product-details > li .in {
      display: block !important;
      height: auto !important; }
    .product-details > li .content {
      color: #999999;
      font-size: 13px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 400; }
    .product-details > li .icon-little-down {
      font-size: 8px;
      /*float:right;*/
      position: absolute;
      display: block;
      top: 16px;
      right: 2px;
      -webkit-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
      -webkit-transform-origin: 70% 50%;
      transform-origin: 70% 50%; }
    .product-details > li[aria-expanded=true] .icon-little-down {
      -webkit-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
      color: #e990b2; }
      
      /*mkepa start*/
      .product-details #details-row-1 {
          overflow-x: scroll;
      }

.clear-filter {
  font-size: 15px; }
  .clear-filter .clear-text {
    color: #92c3c0;
    margin-left: 15px;
    margin-right: 15px; }
  .clear-filter .icon-close {
    color: #92c3c0; }
  .clear-filter:hover .clear-text, .clear-filter:hover .icon-close {
    color: #e990b2; }
  .clear-filter:hover .icon-close {
    animation-name: bounce;
    animation-duration: 4s;
    /* or: Xms */
    animation-iteration-count: 10;
    animation-direction: alternate;
    /* or: normal */
    animation-timing-function: ease-out;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
    /*animation-delay: 2s;  or: Xms */ }
  .clear-filter:before {
    margin-right: 15px;
    font-size: 15px; }

.hover {
  background-color: #eeaa22 !important; }

@media (min-width: 480px) {
  .row-with-product-details {
    padding: 0; } }
@media (max-width: 480px) {
  .row-with-product-details {
    padding: 30px !important;
    padding-bottom: 0 !important; } }
@media (min-width: 480px) {
  .row-with-product-details .row {
    padding: 0; } }
.row-with-product-details.row {
  margin-left: 0 !important; }
.row-with-product-details h1 {
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 31px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400; }
.row-with-product-details h1.product-title {
  font-size: 31px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  text-align: left;
  margin: 30px 0 !important; }

@media (max-width: 480px) {
  .row {
    padding: 30px; }
    .row .header-tiles-slider {
      margin-top: 0; }

  .product-reviews {
    margin-bottom: 50px;
    padding: 0; }
    .product-reviews h3 {
      margin-left: 30px; }

  .product-view-mobile {
    overflow: hidden; }
    .product-view-mobile > .header-tiles-slider {
      padding: 30px;
      padding-bottom: 0; }

  .review-form > .row {
    margin-left: 0;
    margin-right: 0;
    /*padding-right:0 !important;*/ } }
@media (max-width: 1280px) and (min-width: 768px) {
  .header-tiles-slider, .all-rights, .main-part {
    padding-left: 15px !important; } }
.opinion-box {
  width: 100%; }

.product-reviews {
  display: table;
  width: 100%; }
  .product-reviews > h3 {
    margin-bottom: 50px; }
  .product-reviews .product-review {
    padding: 0;
    width: 100%; }
    @media (max-width: 480px) {
      .product-reviews .product-review {
        margin-top: 20px; } }
    .product-reviews .product-review > * {
      display: flex;
      justify-content: center;
      align-items: center; }
  .product-reviews .review-header {
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid #eaeaea;
    height: 120px;
    flex-wrap: wrap;
    padding-top: 10px; }
    .product-reviews .review-header .product-rating {
      font-size: 0;
      position: relative;
      left: -2px; }
    .product-reviews .review-header .rate + .rate {
      padding: 0; }
    .product-reviews .review-header > * {
      display: block;
      float: none;
      width: 100%; }
    .product-reviews .review-header .person {
      color: #171717;
      font-size: 13px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 400;
      margin-top: -20px;
      text-transform: uppercase; }
    .product-reviews .review-header .location-and-date {
      color: #999999;
      font-size: 13px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 400;
      margin-top: -45px; }
  @media (min-width: 480px) {
    .product-reviews .review-comment {
      box-sizing: border-box;
      border: 1px solid #eaeaea;
      border-left: 0;
      height: 120px; } }
  @media (max-width: 480px) {
    .product-reviews .review-comment {
      border: 1px solid #eaeaea;
      border-top: 0;
      padding: 10px 10px;
      /*padding-bottom:30px;*/
      /*margin-bottom:10px;*/ } }
  .product-reviews h3 {
    float: none; }
  .product-reviews .product-rating {
    /*margin-bottom: 10px;*/ }
  .product-reviews .icon-star-full, .product-reviews .icon-star-empty, .product-reviews .icon-star-empty.active {
    display: inline-table;
    color: #e3b000;
    font-size: 13px; }
  .product-reviews .rate + .rate {
    padding-left: 3px; }
  .product-reviews .icon-star-empty {
    color: #c0c0c0; }
    .product-reviews .icon-star-empty:before {
      content: '\e82b';
      font-family: 'fontello'; }
  .product-reviews .reviews-list {
    clear: both;
    display: block; }
  .product-reviews .review-form {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #d4d4d4;
    background-color: #f1f1f1;
    clear: both;
    margin-top: 15px;
    padding-bottom: 5px; }
    .product-reviews .review-form > * {
      padding: 15px; }
    .product-reviews .review-form h4 {
      color: #444444;
      font-size: 14px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 400; }
    .product-reviews .review-form .rate {
      cursor: pointer; }
      .product-reviews .review-form .rate:before {
        font-size: 21px; }
    .product-reviews .review-form .stars {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 0; }
    .product-reviews .review-form .your-rate {
      text-align: center; }
      @media (min-width: 992px) {
        .product-reviews .review-form .your-rate {
          margin-top: 15px; } }
      .product-reviews .review-form .your-rate .g-recaptcha {
        text-align: center; }
        .product-reviews .review-form .your-rate .g-recaptcha > div {
          margin: 0 auto; }
      @media (max-width: 400px) {
        .product-reviews .review-form .your-rate .g-recaptcha {
          max-width: 240px;
          overflow: hidden; }
          .product-reviews .review-form .your-rate .g-recaptcha > div {
            transform: scale(0.77);
            -webkit-transform: scale(0.77);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0; } }
    .product-reviews .review-form input, .product-reviews .review-form textarea {
      border-radius: 4px !important;
      border-style: solid;
      border-width: 1px;
      border-color: #d4d4d4;
      background-color: #ffffff;
      color: #6f6e6e;
      font-size: 13px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 400;
      width: 100%; }
    .product-reviews .review-form input + input {
      margin-top: 5px; }
    .product-reviews .review-form textarea {
      min-height: 88px;
      padding: 12px; }
    .product-reviews .review-form .your-data h4, .product-reviews .review-form .your-opinion h4 {
      margin-bottom: 15px; }
    .product-reviews .review-form .your-data h4 {
      position: relative;
      top: 8px; }
    .product-reviews .review-form .btn-go {
      background: #f1f1f1; }

.pagination {
  text-align: center; }
  .pagination .pager {
    display: inline-block; }
    .pagination .pager a {
      cursor: pointer;
      border: 0;
      border-radius: 0; }
      .pagination .pager a:hover {
        /*background-size: 100% 8px;*/
        background-color: white;
        box-shadow: 0px 0px 11px #92c3c0 !important;
        -moz-box-shadow: 0px 0px 11px #92c3c0 !important;
        transform: scaleX(1.1) scaleY(1.1);
        /*border-radius: 41px;*/ }
    .pagination .pager li:not(.arrow) a:not(.active) {
      /*top:-2px;*/
      height: 34px;
      background-size: 100% 2px;
      background-repeat: no-repeat;
      background-position-y: 100%;
      /*background-position:  22px;*/
      background-image: -webkit-linear-gradient(30deg, #b5d8d6 14%, #c8ecee 86%);
      background-image: -moz-linear-gradient(30deg, #b5d8d6 14%, #c8ecee 86%);
      background-image: -o-linear-gradient(30deg, #b5d8d6 14%, #c8ecee 86%);
      background-image: -ms-linear-gradient(30deg, #b5d8d6 14%, #c8ecee 86%);
      background-image: linear-gradient(60deg, #b5d8d6 14%, #c8ecee 86%);
      color: #5d5d5d;
      font-size: 12px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 500; }
    .pagination .pager .arrow {
      font-size: 10px; }
    .pagination .pager li {
      border: 0;
      display: inline-table;
      vertical-align: middle;
      margin-right: 3px;
      height: 32px; }
  .pagination .btn {
    display: inline-block; }

@media (max-width: 767px) {
  .row-with-product-details {
    padding-top: 0 !important; } }
.big-photo img {
  margin: 0 auto; }

.slider-mobile-gallery {
  padding: 0 !important; }
  .slider-mobile-gallery li {
    margin: 0 !important; }
  .slider-mobile-gallery button:before {
    font-size: 10px !important; }
  .slider-mobile-gallery .slick-active button:before {
    color: #e990b2 !important; }
  .slider-mobile-gallery .main-photo-container {
    border: none !important;
    border-image: 0 !important; }
    .slider-mobile-gallery .main-photo-container img {
      border: none !important;
      border-image: 0 !important; }
  .slider-mobile-gallery .slick-track {
    display: flex;
    align-items: center;
    justify-content: center; }
    .slider-mobile-gallery .slick-track a {
      /*align-content: center;*/ }

.create-set .element-of-set {
  display: table !important; }
  .create-set .element-of-set > * {
    float: none;
    /*margin: auto ;*/
    vertical-align: middle;
    display: table-cell !important;
    height: 100%; }
  .create-set .element-of-set .description .price-brutto {
    font-size: 22px;
    font-weight: 500;
    color: #e990b2; }
  .create-set .element-of-set .description .icon-star {
    margin-left: 0; }
  .create-set .element-of-set .description .btn-go {
    margin-top: 15px; }
.create-set h4 {
  font-size: 22px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 500; }

.fancy-select ul > li:hover {
  background: #e990b2 !important; }

.big-cart {
  margin-bottom: 70px; }

.cart-table-container * {
  /*font-family:source !important;*/ }
  .cart-table-container * label {
    font-weight: 600;
    line-height: 40px; }

.do-order-btn-container {
  margin-top: 20px; }
  @media (max-width: 480px) {
    .do-order-btn-container {
      text-align: center !important; }
      .do-order-btn-container .btn {
        width: 100%;
        margin: 10px 0px; }
        .do-order-btn-container .btn > * {
          width: 100%; }
      .do-order-btn-container .btn-dark {
        width: 200px;
        float: none !important; } }

.row-with-promotion-code {
  padding: 5px !important;
  overflow: hidden; }
  @media (max-width: 480px) {
    .row-with-promotion-code {
      text-align: center; } }
  @media (max-width: 480px) and (min-width: 370px) {
    .row-with-promotion-code .discount {
      padding: 30px; } }

@media (max-width: 767px) {
  .order-row {
    padding: 0 !important; }
    .order-row > div:last-of-type > * {
      padding: 30px; }

  .cart-table-inner-container form {
    overflow: hidden; } }
.payment-types span {
  font-weight: normal; }

.cart-state {
  margin-bottom: 30px;
  color: #282626;
  font-size: 22px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 300; }
  @media (max-width: 767px) {
    .cart-state {
      padding-left: 15px;
      padding-right: 15px; }
      .cart-state * {
        font-size: 16px; } }
  .cart-state > * {
    text-align: left;
    display: inline-table;
    vertical-align: middle; }
  .cart-state .active {
    font-weight: 500; }
  .cart-state .icon-arrow-right-2:before {
    margin: 0 8px;
    font-size: 10px;
    font-weight: 200;
    /*$extend: vcenter;*/
    top: -4px;
    position: relative; }

.cart-subpage {
  margin-top: 20px; }
  .cart-subpage .cart-info-at-top {
    display: block;
    color: #999999;
    font-size: 15px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 400;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .cart-subpage .cart-info-at-top {
        padding-left: 15px;
        padding-right: 15px; } }
  .cart-subpage > div > div {
    padding: 0 !important; }
  .cart-subpage .amount {
    text-align: center;
    /*                .txt-after-digits{
                        padding:0;margin:0;
                        left:-10px;
                        top:-8px;
                        position:relative;
                    }*/ }
    @media (max-width: 767px) {
      .cart-subpage .amount {
        margin: 0 auto;
        width: auto; } }
    .cart-subpage .amount .amount-changer {
      margin: 0 auto;
      white-space: nowrap;
      border-radius: 5px;
      border: 1px solid #e0e0e0;
      padding: 0;
      width: 106px;
      height: 40px; }
      .cart-subpage .amount .amount-changer .input-div:after {
        content: "szt";
        position: absolute;
        float: right;
        right: 46px;
        z-index: 2;
        top: 10px; }
      .cart-subpage .amount .amount-changer .input-div input {
        border: none;
        margin: 0;
        width: 60px !important;
        height: 40px;
        padding-right: 22px !important;
        text-align: right; }
    .cart-subpage .amount .buttons {
      padding-top: 0px;
      text-align: center;
      display: inline-block;
      left: -2px;
      position: relative;
      border-left: 1px solid #ddd;
      padding-left: 6px;
      margin-top: 6px; }
      .cart-subpage .amount .buttons .icon-little-up, .cart-subpage .amount .buttons .icon-little-down {
        font-size: 6px;
        position: relative;
        top: 4px; }
    .cart-subpage .amount .input-group-addon {
      text-align: center !important;
      height: 10px;
      color: #aaa;
      display: block;
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      margin-bottom: 5px; }

.discount-info-before-price {
  color: #373737;
  font-size: 16px;
  font-weight: 600;
  margin-top: 18px; }

.cart-preview {
  width: 350px;
  position: absolute;
  right: 0;
  top: 34px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 15;
  display: none;
  border: 3px solid #00aced;
  border-top: none;
  padding: 7px;
  padding-bottom: 0; }

.table-cart-items {
  margin: 12px 0;
  width: 100%;
  /*border: 1px solid #ebebeb;*/
  font-weight: 400;
  letter-spacing: 0.24px;
  line-height: 23px;
  color: #333333; }
  .table-cart-items .th {
    font-size: 12px !important;
    /*padding: 10px;*/
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    text-align: center; }
    .table-cart-items .th:nth-of-type(2n) {
      background: #f9f9f9; }
  .table-cart-items .td {
    /*            &> *{
                  display: flex;
                  align-items: center;  
                }*/
    color: #474747;
    vertical-align: middle !important;
    font-size: 13px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ebebeb; }
    .table-cart-items .td.item-preview img {
      margin: 0 auto; }
    .table-cart-items .td.quantity {
      width: 120px; }
    .table-cart-items .td.price-full {
      font-weight: 700;
      color: #474747; }
    .table-cart-items .td.options {
      /*text-align: center;*/
      /*width: 50px;*/ }
    .table-cart-items .td.item-name {
      text-align: left; }
      .table-cart-items .td.item-name strong {
        /*color:$pink;*/ }
        .table-cart-items .td.item-name strong:hover {
          /*color:$pink;*/ }
    .table-cart-items .td .btn-remove-item {
      color: #ff5555;
      font-weight: 600;
      font-size: 13px;
      cursor: pointer;
      white-space: nowrap;
      /*letter-spacing: 0.65px;*/ }
    .table-cart-items .td .description strong {
      font-weight: 400;
      color: #555; }
  .table-cart-items tr {
    border: 1px solid #e1e1e1; }
    .table-cart-items tr:hover td {
      background: #f3f3f4; }
    .table-cart-items tr th {
      font-size: 12px;
      padding: 10px;
      background: #ebebeb;
      border: 1px solid #bababa; }
    .table-cart-items tr td {
      padding: 5px; }
      .table-cart-items tr td.options {
        text-align: center;
        width: 50px; }
  .table-cart-items .quantity input {
    width: 35px;
    margin: 0 10px;
    text-align: center; }
  .table-cart-items .quantity .side {
    cursor: pointer;
    padding: 0 5px; }
    .table-cart-items .quantity .side:hover {
      color: #e990b2; }
  .table-cart-items .prod-name {
    color: #000;
    text-decoration: none;
    display: block; }
    .table-cart-items .prod-name strong {
      font-weight: 600; }
    .table-cart-items .prod-name:hover {
      color: #e990b2; }

.cart-total-price {
  color: #231f20;
  margin: 10px 0;
  font-size: 20px;
  text-align: right; }
  .cart-total-price .before, .cart-total-price .text {
    text-align: right;
    color: #444444;
    font-size: 13px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 700 !important;
    vertical-align: bottom; }
  .cart-total-price .value {
    margin-left: 10px;
    float: right;
    color: #e990b2 !important;
    font-size: 22px !important;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 700;
    /*line-height: 22px;*/ }
  .cart-total-price .table .value {
    display: table-cell !important;
    float: none;
    vertical-align: middle;
    padding-left: 5px;
    position: relative;
    top: 3px; }
  .cart-total-price .cart-discount-value .value {
    top: 4px; }

.shipping-methods label {
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  /*line-height: 41px;*/
  text-align: left; }

.shipment-delivery-payment {
  /*background: lightgray;*/
  padding: 0px;
  padding-top: 15px;
  margin-bottom: 15px; }
  .shipment-delivery-payment .content > div {
    padding: 0; }
  .shipment-delivery-payment .bar .row > div {
    padding: 0; }
  .shipment-delivery-payment .heading {
    color: #373737;
    font-size: 18px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 500;
    /*line-height: 62px; Przybliżenie (wynika z podstawienia czcionki) */
    text-align: left; }

.discount span {
  display: inline-block;
  color: #373737;
  font-size: 13px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 700;
  /*line-height: 62px;*/
  /* Przybliżenie (wynika z podstawienia czcionki) */
  /*text-align: left;*/ }
.discount .form-group {
  margin-top: 9px; }
.discount .button-input {
  margin-left: 0px;
  display: inline-block;
  margin-left: 7px; }
  .discount .button-input > * {
    vertical-align: middle; }
  .discount .button-input .line {
    display: inline-table;
    width: 1px;
    background: #ddd;
    height: 30px;
    /*margin-top: 10px;*/ }
  .discount .button-input input {
    min-width: 230px;
    padding-left: 25px;
    font-size: 12px;
    display: inline-table;
    height: 44px !important; }
  .discount .button-input i:before {
    font-weight: 200;
    font-size: 10px;
    position: relative;
    top: -2px;
    display: inline-table; }
  .discount .button-input button {
    height: 44px;
    width: 44px;
    display: inline-table; }

.cart-delivery-cost, .cart-total-price {
  color: #000;
  text-align: right;
  /*float:right;*/ }
  .cart-delivery-cost .value, .cart-total-price .value {
    /*font-family: 'Source Sans Pro';*/
    color: #231f20;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    /*line-height: 27.78px;*/
    /*text-align: right;*/ }
  .cart-delivery-cost .text, .cart-total-price .text {
    color: #231f20;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.65px;
    /*line-height: 9.776px;*/
    text-align: right;
    top: 0px;
    position: relative; }

.cart-total-price.bigger .value {
  font-size: 22px; }

.realizationTime {
  margin-top: 15px; }

td.item-preview {
  text-align: left; }

.order-navi {
  margin-bottom: 15px; }
  .order-navi .column {
    opacity: 0.5; }
    .order-navi .column.active {
      opacity: 1; }

@media (max-width: 767px) {
  .table-cart-items .trow {
    width: 100%;
    border: 1px solid #ddd !important;
    display: block !important;
    border-radius: 5px;
    margin-bottom: 10px; }
  .table-cart-items .td {
    display: inline-block !important;
    border: 0 !important;
    width: 45% !important;
    text-align: center !important; } }
.to-pay {
  font-size: 22px; }

.oi-img {
  vertical-align: middle;
  float: left;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center; }

.product-title {
  float: right;
  width: 100%;
  font-size: 14px;
  font-weight: 700; }

.product-price, .product-amount {
  /*color:$pink;*/ }

.final-price {
  color: #e990b2; }

.order-information {
  padding: 10px; }

.padding-box {
  margin-top: 40px; }

.table-cart-info {
  margin-bottom: 0; }
  .table-cart-info tr {
    margin-top: 30px; }
  .table-cart-info td .row > * {
    display: flex;
    align-content: center;
    justify-content: center; }
  .table-cart-info .product-title {
    float: left !important;
    width: auto !important; }
  .table-cart-info .product-amount {
    white-space: nowrap; }

@media (max-width: 420px) {
  .table-cart-info .oi-desc * {
    display: block;
    float: none !important;
    margin: 0 auto; }
  .table-cart-info .oi-desc > * {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto; }
  .table-cart-info .oi-desc .oi-img {
    display: flex;
    justify-content: center; } }
.oi-desc {
  display: block !important; }
  .oi-desc a {
    margin-bottom: 20px; }

.oi-img {
  vertical-align: middle; }
  @media (max-width: 767px) {
    .oi-img {
      min-height: 150px;
      min-width: 150px; } }

.edit-cart {
  margin-top: 30px; }
  @media (max-width: 800px) {
    .edit-cart {
      width: 100%; } }

@media (max-width: 800px) {
  .order-confirm-container .subpage {
    overflow: hidden; }
  .order-confirm-container .form-action button {
    margin-top: 10px; }
  .order-confirm-container .form-action .back-to-list {
    margin-left: 0;
    margin-right: 0; }
  .order-confirm-container .btn-orange {
    width: 100%; }
  .order-confirm-container .btn-dark {
    width: 100%;
    /*margin-bottom: 10px;*/ } }
.complete-container h4 {
  margin: 0;
  line-height: 28px; }
@media (max-width: 800px) {
  .complete-container .btn-dark {
    width: 100%; } }

.cart-element-mobile .item-name {
  width: 100% !important; }
  .cart-element-mobile .item-name .prod-name {
    display: block; }
  .cart-element-mobile .item-name strong {
    font-size: 24px !important; }
.cart-element-mobile .quantity {
  width: 100% !important; }
.cart-element-mobile .price-brutto, .cart-element-mobile .price-netto {
  white-space: nowrap; }
.cart-element-mobile .trow {
  text-align: center; }
.cart-element-mobile .item-preview {
  max-height: 450px;
  width: 100% !important; }
.cart-element-mobile .price-full {
  width: 100% !important;
  font-size: 22px; }

@media (max-width: 480px) {
  .table-cart-items {
    padding: 20px; }
    .table-cart-items img {
      margin: 0 !important;
      margin-top: 20px !important; }
    .table-cart-items .trow {
      text-align: center; }
    .table-cart-items .td {
      float: none !important; }
    .table-cart-items .prod-name {
      font-size: 16px; }
      .table-cart-items .prod-name strong {
        font-weight: 300; }
    .table-cart-items .price-full {
      font-weight: 500 !important; }
    .table-cart-items .description strong {
      font-size: 14px !important; }
    .table-cart-items .price-brutto {
      font-size: 16px;
      /*margin-top:20px;*/
      /*width:100% !important;*/
      text-align: center; }
    .table-cart-items .price-netto, .table-cart-items .price-brutto {
      width: 100% !important;
      margin-top: 0; }
    .table-cart-items .item-name {
      float: right;
      width: fit-content !important;
      /*max-width: 200px;*/
      /*min-height: 130px;*/ }
    .table-cart-items .item-preview {
      width: fit-content !important;
      float: left;
      margin-left: 20px;
      max-width: 120px; }
    .table-cart-items .quantity {
      width: fit-content !important;
      float: right;
      clear: both;
      display: inline-block !important;
      /*position: relative;*/
      /*top: -53px;*/ }
    .table-cart-items .bottom-container {
      clear: both; }
    .table-cart-items .btn-remove-item {
      font-size: 14px !important;
      margin-bottom: 10px; }
      .table-cart-items .btn-remove-item span {
        font-size: 20px;
        top: 5px; }

  .shipment-delivery-payment {
    padding: 0; } }
.alert {
  color: #fff;
  border-radius: 3px; }
  .alert h4 {
    font-weight: 600; }
  .alert .icon {
    margin-right: 10px; }
  .alert .close {
    color: #000;
    opacity: .2; }
    .alert .close:hover {
      opacity: .5; }
  .alert a {
    color: #fff;
    text-decoration: underline; }

.alert-success {
  border-color: #e57ba3;
  border-left: 5px solid #e16594; }

.alert-warning {
  border-color: #e57ba3;
  border-left: 5px solid #e16594; }

.alert-info {
  border-color: #e57ba3;
  border-left: 5px solid #e16594; }

.bg-green, .alert-success {
  background-color: #e990b2 !important; }

.bg-red {
  background-color: #e990b2 !important; }

.bg-yellow, .alert-warning {
  background-color: #e990b2 !important; }

.bg-aqua, .alert-info {
  background-color: #e990b2 !important; }

.window-alert {
  position: fixed;
  /*right: 15px;*/
  bottom: 15px;
  /*width: 255px;*/
  background: #fff;
  z-index: 100000;
  text-align: center;
  float: right;
  right: 20px !important;
  width: fit-content !important;
  border-radius: 0;
  padding: 20px;
  color: #fff; }
  .window-alert.danger {
    /*background: rgba(80,158,148,0.8) !important;*/
    /*background: rgba(203,43,150,0.5) !important;*/
    font-size: 18px;
    background: rgba(208, 58, 8, 0.8) !important;
    /*left: 0px !important;*/ }
  .window-alert.success {
    background: rgba(203, 43, 150, 0.5) !important;
    /*background: rgba(80,158,148,0.8) !important;*/
    /*background: rgba(80,158,88,0.8) !important;*/
    color: #fff; }
  .window-alert.info {
    background: rgba(80, 158, 148, 0.8) !important;
    /*background: $pink;*/
    color: #fff; }

.messager {
  margin: 10px 0; }

.alert-danger,
.alert-error {
  /*@extend .bg-red;*/
  color: #432 !important;
  background: white;
  border-color: #e57ba3;
  border-left: 5px solid #e16594; }
  .alert-danger > *,
  .alert-error > * {
    color: #432 !important; }

.modal-body {
  text-align: center; }
  .modal-body .btn, .modal-body button {
    /*float:right;*/
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    /*padding:8px 20px !important;*/
    line-height: 22px;
    width: fit-content !important;
    border-radius: 0;
    padding: 15px 30px !important;
    border: 0 !important;
    height: auto;
    background: white !important;
    color: #e990b2 !important;
    border: 1px solid #e990b2 !important;
    /*width: 100%;*/ }
    .modal-body .btn:hover, .modal-body .btn:active, .modal-body .btn:focus, .modal-body button:hover, .modal-body button:active, .modal-body button:focus {
      background: #e990b2 !important;
      color: #fff !important; }
  .modal-body .alert {
    margin: 30px 0; }

.modal-footer .btn, .modal-footer button, .modal-footer .btn.btn-warning {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 15px 30px;
  background: #92c3c0 !important;
  color: white; }
  .modal-footer .btn:hover, .modal-footer button:hover, .modal-footer .btn.btn-warning:hover {
    /*color:$pink !important;*/
    box-shadow: 0 0 4px 1px #92c3c0 !important;
    -moz-box-shadow: 0 0 4px 1px #92c3c0 !important; }

.swal2-modal * {
  font-family: inherit !important; }
.swal2-modal button {
  background: #e990b2 !important; }

.modal-header {
  background-color: #e990b2 !important; }

.bootstrap-dialog {
  display: flex;
  justify-content: center;
  align-items: center; }
  .bootstrap-dialog .modal-dialog {
    height: fit-content;
    width: auto; }
    .bootstrap-dialog .modal-dialog .bootstrap-dialog-message {
      font-size: 16px;
      margin: 20px; }
      .bootstrap-dialog .modal-dialog .bootstrap-dialog-message .name {
        font-weight: 600; }
      .bootstrap-dialog .modal-dialog .bootstrap-dialog-message .trader-data {
        margin-bottom: 40px; }
        .bootstrap-dialog .modal-dialog .bootstrap-dialog-message .trader-data:last-child {
          margin-bottom: 25px !important; }

.error-page {
  margin-bottom: 50px; }
  .error-page .center-block > * {
    text-align: center !important; }

.error-description {
  text-align: center;
  margin-bottom: 80px; }

.black-form {
  display: inline-block;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px;
  width: 100%;
  margin: 25px 0;
  color: #fff; }

#contact .button-container {
  margin-top: 30px; }
#contact table tr td:first-of-type {
  vertical-align: top;
  padding-right: 20px;
  /*paddi*/ }
#contact table tr td:last-of-type {
  vertical-align: middle; }
#contact table a {
  color: #E990B2 !important; }
@media (min-width: 1200px) {
  #contact .left-panel {
    padding-left: 50px; } }

.accept-conditions {
  width: 100%;
  display: table; }
  .accept-conditions label {
    position: relative; }
  .accept-conditions .error-block {
    /*display: block;*/
    float: left;
    width: 10px;
    border-collapse: collapse;
    white-space: nowrap;
    margin-bottom: 40px;
    display: block;
    top: 14px;
    position: absolute; }
  .accept-conditions .checkbox {
    width: 100%;
    padding-left: 60px; }
    .accept-conditions .checkbox input[type="checkbox"] {
      left: 30px;
      top: -2px; }
  .accept-conditions .accept_rules {
    font-size: 16px;
    /*padding:0;*/
    display: table-row;
    /*padding-bottom:25px;*/ }
    .accept-conditions .accept_rules .td {
      display: table-cell;
      vertical-align: middle;
      padding: 10px; }

.sign-in > #reset-password .btn-dark {
  margin-top: 6px; }

.sign-up, .sign-in {
  /*    [type=submit]{
          margin-top: 15px;
      }*/
  margin: 10px;
  /*    input[type="checkbox"]{
          width:auto;
      }*/ }
  .sign-up label, .sign-in label {
    font-weight: 500; }
  .sign-up .have-account a, .sign-in .have-account a {
    font-size: 16px; }
  .sign-up h3, .sign-in h3 {
    margin-bottom: 30px; }
  .sign-up .is-b2b, .sign-in .is-b2b {
    font-size: 16px; }
    .sign-up .is-b2b input, .sign-in .is-b2b input {
      margin-left: 15px; }
  .sign-up .button-container, .sign-in .button-container {
    text-align: center; }
  .sign-up .form-horizontal, .sign-in .form-horizontal {
    /*text-align: center;*/
    max-width: 1240px;
    margin: 0 auto;
    /*padding:20px;*/
    /*input{width:100%;}*/ }
  .sign-up input, .sign-in input {
    border-radius: 5px;
    width: 95%; }
  .sign-up .text-right, .sign-in .text-right {
    text-align: right; }

.one-question {
  margin-bottom: 5px; }
  .one-question .question {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer; }
    .one-question .question:hover, .one-question .question:active, .one-question .question:focus {
      color: #e990b2; }
  .one-question .odpowiedz p {
    padding: 10px 20px; }
    @media (max-width: 767px) {
      .one-question .odpowiedz p {
        padding: 10px 0px; } }

.sign-in-container {
  /*    .btn:not(.btn-success){
          width:100%;
          margin-bottom:20px;
      }*/
  /*    .btn-success{
          padding-left: 100px;
          padding-right:100px;
      }*/ }
  .sign-in-container .remember-me [type=checkbox] {
    top: 5px;
    position: relative; }
  @media (max-width: 480px) {
    .sign-in-container .remember-me {
      margin-left: 12px; }
      .sign-in-container .remember-me [type=checkbox] {
        top: 8px;
        position: relative; } }
  .sign-in-container h3 {
    margin-bottom: 30px;
    margin-left: 10px; }
  .sign-in-container strong {
    font-size: 16px;
    padding: 20px;
    line-height: 40px; }
  @media (min-width: 800px) {
    .sign-in-container .col-md-6 {
      padding: 20px 30px; } }
  .sign-in-container .sign-in {
    margin: 0;
    margin-bottom: 50px;
    /*margin:50px;*/
    margin-top: 0;
    /*        input[type="checkbox"]{
                width:auto;
            }*/ }
    .sign-in-container .sign-in h3 {
      margin-bottom: 30px; }
    .sign-in-container .sign-in .accept_rules {
      font-size: 16px; }
    .sign-in-container .sign-in .button-container {
      text-align: center; }
    .sign-in-container .sign-in .form-horizontal {
      /*text-align: center;*/
      max-width: 1240px;
      margin: 0 auto;
      /*padding:20px;*/
      /*input{width:100%;}*/ }
    .sign-in-container .sign-in .forgotten-realms {
      font-size: 16px; }
      .sign-in-container .sign-in .forgotten-realms a {
        color: #e990b2; }
  @media (max-width: 799px) {
    .sign-in-container .remember-me .checkbox-label {
      margin-left: 20%; }
      .sign-in-container .remember-me .checkbox-label input {
        height: 18px; } }
  @media (max-width: 460px) {
    .sign-in-container .remember-me {
      margin-left: 0;
      text-align: center; }
      .sign-in-container .remember-me > * {
        display: block !important;
        margin: 10px auto !important;
        text-align: center; } }

.buttons-new-password {
  width: 100%;
  text-align: center; }
  .buttons-new-password button {
    margin: 0 auto;
    float: none !important; }

@media (max-width: 767px) {
  .change-password input {
    width: 100%; }
  .change-password .buttons > * {
    display: inline-block !important;
    margin-bottom: 10px; }
    .change-password .buttons > * > * {
      width: 100%; } }
@media (max-width: 767px) {
  .my-orders-container h3 {
    margin-left: 20px; } }

@media (max-width: 767px) {
  .user-account-row {
    padding-top: 0 !important; } }
.user-account-row table {
  margin-top: 20px; }
  .user-account-row table th {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
    line-height: 23px; }
  .user-account-row table .order-details td {
    padding-top: 0 !important; }
  .user-account-row table button {
    background: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit; }
  .user-account-row table td {
    color: #373737;
    font-size: 16px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 500;
    line-height: 62px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    text-align: left;
    padding: 20px 0 !important;
    height: auto !important; }
    @media (max-width: 767px) {
      .user-account-row table td {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .user-account-row table td.order-number {
        padding-right: 5px !important;
        color: #e990b2; }
      .user-account-row table td.date {
        padding-right: 5px !important; } }
    .user-account-row table td .order-status {
      color: #7da259;
      background: none;
      font-size: inherit;
      font-weight: inherit; }
    .user-account-row table td.expand {
      /*text-align: center !important;*/
      /*width:30px;*/ }
    .user-account-row table td button {
      height: auto;
      padding: 0;
      margin: 0;
      padding: 0 10px;
      /*                &:active{
                          background-color: red;
                          i:before{
      
                          }
                          border:0;
                      }*/ }
    .user-account-row table td .icon-arrow-up, .user-account-row table td .icon-arrow-down {
      font-size: 8px; }
    .user-account-row table td .show-order-details {
      border-radius: 0 !important;
      padding: 5px 10px;
      /*margin:0 auto;*/ }
      .user-account-row table td .show-order-details:hover, .user-account-row table td .show-order-details:active, .user-account-row table td .show-order-details:focus {
        /*border:none !important;*/
        /*font-weight: 700;*/
        /*border:1px solid $orange;*/ }
        .user-account-row table td .show-order-details:hover i:before, .user-account-row table td .show-order-details:active i:before, .user-account-row table td .show-order-details:focus i:before {
          color: black !important; }
      .user-account-row table td .show-order-details:focus {
        outline: none; }
    .user-account-row table td .products-table {
      width: 100%;
      margin: 0; }
      .user-account-row table td .products-table td, .user-account-row table td .products-table th {
        border: 1px solid #ebebeb;
        padding: 8px !important;
        text-align: center;
        color: #6f6f6f;
        height: auto !important;
        font-size: 13px;
        font-weight: 600;
        line-height: inherit; }
        .user-account-row table td .products-table td:first-child, .user-account-row table td .products-table th:first-child {
          text-align: left;
          padding-left: 20px !important; }
      .user-account-row table td .products-table .product-total-price {
        font-weight: 700; }
      .user-account-row table td .products-table th {
        color: #333;
        font-weight: 400;
        font-size: 12px;
        background: #f5f5f5; }
        .user-account-row table td .products-table th:nth-child(2n) {
          background: #f9f9f9; }

@media (max-width: 800px) {
  input[type="checkbox"] {
    width: 30px;
    height: 30px; } }
@media (min-width: 800px) {
  input[type="checkbox"] {
    width: 20px;
    height: 20px; } }
/**
 * Max-width Ordered By DESC
*/
@media (max-width: 992px) {
  .cart-state {
    font-size: 19px; } }
@media (max-width: 767px) {
  .logo {
    margin-bottom: 15px; }

  .center-xs {
    margin: 0 auto; } }
@media (max-width: 480px) {
  .full-480 {
    width: 100%; }

  .hide-480 {
    display: none !important; } }
/*  
 * Warning     MIN-width  
 * Ordered By ASC
*/
@media (min-width: 768px) {
  /*    .container {
          max-width: 900px;
          width: auto;
      }*/ }
@media (min-width: 992px) {
  /*    .container {
          max-width: 1005px !important;
          width: auto;
      }*/ }
@media (min-width: 1200px) {
  /*    .container {
          max-width: 1305px !important;
          width: auto;
      }*/ }
.blog-and-newsletter, .about-us {
  background-size: contain;
  display: table;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0;
  background-repeat: no-repeat; }
  .blog-and-newsletter > *, .about-us > * {
    float: none;
    display: table-cell;
    padding: 15px 25px; }
  .blog-and-newsletter .women, .about-us .women {
    clear: both;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%; }
  .blog-and-newsletter .pre, .about-us .pre {
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 400;
    text-align: center;
    color: white; }
  .blog-and-newsletter .title, .about-us .title {
    font-weight: 300;
    text-align: center;
    line-height: 45px;
    margin-bottom: 15px; }
    .blog-and-newsletter .title strong, .about-us .title strong {
      font-size: 36px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 900;
      text-align: center; }
  @media (min-width: 1200px) {
    .blog-and-newsletter .title, .about-us .title {
      font-size: 36px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      line-height: 45px; }
      .blog-and-newsletter .title strong, .about-us .title strong {
        font-size: 36px; }
    .blog-and-newsletter .pre, .about-us .pre {
      font-size: 28px; } }
  @media (max-width: 1200px) {
    .blog-and-newsletter *, .about-us * {
      line-height: 25px !important; }
    .blog-and-newsletter .title, .about-us .title {
      font-size: 26px;
      /* Przybliżenie (wynika z podstawienia czcionki) */ }
      .blog-and-newsletter .title strong, .about-us .title strong {
        font-size: 26px; }
    .blog-and-newsletter .pre, .about-us .pre {
      font-size: 20px; } }
  .blog-and-newsletter .blog, .about-us .blog {
    vertical-align: top;
    text-align: center; }
    .blog-and-newsletter .blog .smaller-div, .about-us .blog .smaller-div {
      width: 350px;
      vertical-align: top;
      text-align: center; }
  .blog-and-newsletter button, .about-us button {
    font-size: 14px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 500;
    padding-left: 25px;
    padding-right: 15px; }
  .blog-and-newsletter .newsletter > .pull-right, .about-us .newsletter > .pull-right {
    width: 60%; }
    .blog-and-newsletter .newsletter > .pull-right form, .about-us .newsletter > .pull-right form {
      text-align: center; }
    .blog-and-newsletter .newsletter > .pull-right input[type=email], .about-us .newsletter > .pull-right input[type=email] {
      margin-top: 3px;
      background: rgba(255, 255, 255, 0.5);
      border: 4px solid rgba(255, 255, 255, 0) !important;
      padding-left: 25px;
      padding-right: 25px;
      border-radius: 25px !important;
      height: 48px !important; }
      .blog-and-newsletter .newsletter > .pull-right input[type=email]:focus, .about-us .newsletter > .pull-right input[type=email]:focus {
        border-color: white !important; }
    .blog-and-newsletter .newsletter > .pull-right *, .about-us .newsletter > .pull-right * {
      display: block;
      float: none; }
    .blog-and-newsletter .newsletter > .pull-right input:focus, .blog-and-newsletter .newsletter > .pull-right button:focus, .about-us .newsletter > .pull-right input:focus, .about-us .newsletter > .pull-right button:focus {
      outline: none;
      /*border:4px solid white;*/ }
    .blog-and-newsletter .newsletter > .pull-right .right-input, .about-us .newsletter > .pull-right .right-input {
      display: inline-table;
      margin-left: -44px;
      height: 54px;
      position: relative;
      vertical-align: middle;
      top: 0; }
    .blog-and-newsletter .newsletter > .pull-right .left-input, .about-us .newsletter > .pull-right .left-input {
      display: inline-table;
      height: 54px;
      position: relative;
      vertical-align: middle;
      top: 0; }
      .blog-and-newsletter .newsletter > .pull-right .left-input input, .about-us .newsletter > .pull-right .left-input input {
        width: 200px; }
  @media (max-width: 1400px) {
    .blog-and-newsletter, .about-us {
      /*display:none;*/
      background-position: center !important;
      font-size: 0;
      /*padding-top:25px;*/ }
      .blog-and-newsletter > *, .about-us > * {
        display: inline-block;
        vertical-align: middle; } }
  @media (max-width: 1200px) {
    .blog-and-newsletter, .about-us {
      padding-top: 25px; } }
  @media (max-width: 1110px) {
    .blog-and-newsletter .pull-right, .blog-and-newsletter .pull-left, .about-us .pull-right, .about-us .pull-left {
      width: 70%; } }
  @media (max-width: 955px) {
    .blog-and-newsletter .pull-right, .blog-and-newsletter .pull-left, .about-us .pull-right, .about-us .pull-left {
      width: 80% !important; } }
  @media (max-width: 890px) {
    .blog-and-newsletter .smaller-div, .about-us .smaller-div {
      text-align: left !important; }
      .blog-and-newsletter .smaller-div strong, .about-us .smaller-div strong {
        display: block; }
      .blog-and-newsletter .smaller-div *, .about-us .smaller-div * {
        text-align: left !important; }
    .blog-and-newsletter .pull-right *:not(input), .about-us .pull-right *:not(input) {
      text-align: right !important; } }
  @media (max-width: 865px) {
    .blog-and-newsletter, .about-us {
      background-size: 120%; } }

.blog-and-newsletter {
  height: 380px;
  background-image: url("../img/yoga-women-complete.jpg"); }
  .blog-and-newsletter > * {
    padding-top: 95px; }

.about-us {
  margin-top: 120px;
  height: 300px;
  background-image: url("../img/women-with-child.jpg"); }
  .about-us > * {
    padding: 15px 35px;
    padding-top: 30px; }
  .about-us .header-kalam {
    margin-bottom: 5px; }
  .about-us .content {
    color: #ffffff;
    font-size: 13px;
    /* Przybliżenie (wynika z podstawienia czcionki) */
    font-weight: 500; }
  .about-us .thin {
    margin-top: 15px;
    font-weight: 400; }
  .about-us .smaller {
    width: 400px; }
  .about-us .about {
    vertical-align: top; }
    .about-us .about .smaller {
      width: 330px; }
  .about-us .payback .smaller {
    float: right;
    text-align: right; }
    .about-us .payback .smaller .element {
      color: #282727;
      font-size: 23px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 700;
      line-height: 66px; }
      .about-us .payback .smaller .element span:before {
        width: 60px;
        text-align: right;
        font-size: 34px;
        margin-left: 15px;
        position: relative;
        top: 4px; }
      .about-us .payback .smaller .element span {
        text-align: right; }
      .about-us .payback .smaller .element .icon-box-2 {
        /*padding-left: 20px;*/ }
      .about-us .payback .smaller .element .icon-time-2:before {
        font-size: 42px; }

.top-banners {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  /*white-space: nowrap;*/ }
  @media (max-width: 600px) {
    .top-banners {
      display: none; } }
  .top-banners * {
    background-repeat: no-repeat; }
  .top-banners .button {
    position: relative;
    z-index: 2; }
    .top-banners .button .btn-go {
      border: 0;
      background: #fcf3f6; }
  .top-banners > * {
    /*display:inline-block;*/
    height: 397px;
    /*float:left;*/
    padding: 0; }
  .top-banners .left-banner {
    /*margin-right: 10px;*/
    /*width:200px;*/
    /*width:16%;*/
    padding: 10px;
    padding-top: 28px;
    background-image: url("../img/custom-size-banner.jpg");
    background-size: cover; }
    .top-banners .left-banner .button {
      text-align: center; }
    .top-banners .left-banner .btn {
      padding-left: 20px;
      margin: 10px auto;
      background: #fff; }
    .top-banners .left-banner .header-1 {
      text-align: center;
      font-size: 25px;
      /* Przybliżenie (wynika z podstawienia czcionki) */
      font-weight: 900;
      color: #e990b2;
      padding: 16px;
      padding-bottom: 10px;
      line-height: 28px; }
      @media (min-width: 1200px) {
        .top-banners .left-banner .header-1 {
          text-align: justify; } }
    .top-banners .left-banner .kalam {
      color: #57395d;
      padding-bottom: 12px; }
  .top-banners .central-banner {
    /*        width:820px;*/
    /*width:67%;*/
    /*margin-right: 10px;*/
    padding-left: 10px;
    padding-right: 10px; }
    .top-banners .central-banner .slick-arrow {
      z-index: -100; }
    .top-banners .central-banner .slide {
      background-position: 20% 0% !important;
      background-size: cover;
      /*background-image: url("../img/top-center-banner.jpg");*/
      width: 100%;
      padding: 30px;
      padding-top: 40px;
      /*height:100%;*/
      height: 397px; }
      .top-banners .central-banner .slide > * {
        white-space: normal; }
      .top-banners .central-banner .slide .button {
        position: absolute !important;
        bottom: 20px; }
      .top-banners .central-banner .slide .btn {
        padding-left: 30px;
        padding-right: 30px;
        background: #F7F7F7; }
      .top-banners .central-banner .slide .title-kalam {
        font-family: kalam;
        color: #92c3c0;
        font-size: 28px;
        /* Przybliżenie (wynika z podstawienia czcionki) */
        font-weight: 400;
        text-align: left;
        max-width: 360px; }
      .top-banners .central-banner .slide .header-2 {
        font-size: 36px;
        /* Przybliżenie (wynika z podstawienia czcionki) */
        font-weight: 900;
        text-align: left;
        width: 360px;
        line-height: 40px;
        margin-bottom: 30px;
        max-width: 360px;
        text-transform: uppercase; }
      .top-banners .central-banner .slide .description {
        color: #999999;
        font-size: 13px;
        /* Przybliżenie (wynika z podstawienia czcionki) */
        font-weight: 400;
        text-align: left;
        width: 280px;
        margin-bottom: 55px;
        max-width: 270px; }
  .top-banners .right-banners {
    /*width:200px;*/
    /*width:16%;*/ }
    .top-banners .right-banners .top-banner {
      background-size: cover;
      height: 194px;
      background-image: url("../img/banner-top-right-1.jpg");
      margin-bottom: 9px; }
    .top-banners .right-banners .bottom-banner {
      background-size: cover;
      height: 194px;
      background-image: url("../img/banner-top-right-2.jpg"); }

@media (max-width: 1115px) {
  .top-banners .left-banner {
    display: none; }
  .top-banners .central-banner {
    width: 100% !important;
    padding: 0 !important; } }
.messager {
  margin: 0;
  padding: 0; }
  .messager .messages {
    margin-top: 20px; }

.home-mobile-menu {
  padding: 30px;
  padding-top: 0; }

.back-top {
  display: none; }

.back-top.long-text, .back-top.long-mobile {
  display: block !important; }

.product-details img {
  max-width: 100% !important; }

.product-details table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #ccc;
  width: 100%; }

.product-details table td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #333;
  background-color: #fff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  vertical-align: top; }

.product-details table th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #333;
  background-color: #f0f0f0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  vertical-align: top; }

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