@font-face {
  font-family: "Aller";
  src: url("aller_rg.eot");
  src: url("aller_rg.eot?#iefix") format("embedded-opentype"), url("aller_rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
 }


  @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url(MaterialIcons-Regular.woff2) format('woff2'),
         url(MaterialIcons-Regular.woff) format('woff'),
         url(MaterialIcons-Regular.ttf) format('truetype');
    font-display: swap;
  }

  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
    font-display: swap;
  }

  @font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    src: url(fa-regular-400.eot); /* For IE6-8 */
    src: local('FontAwesome'),
         url(fa-regular-400.woff2) format('woff2'),
         url(fa-regular-400.woff) format('woff'),
         url(fa-regular-400.ttf) format('truetype');
    font-display: swap;
  }

  @font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    src: url(fa-solid-900.eot); /* For IE6-8 */
    src: local('FontAwesome'),
         url(fa-solid-900.woff2) format('woff2'),
         url(fa-solid-900.woff) format('woff'),
         url(fa-solid-900.ttf) format('truetype');
    font-display: swap;
  }


  /* PRELOADER */

  #loader-wrapper, #loader-wrapper2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #f5f5f5;
    width: 100%;
    margin: 0 auto;
    /* display: none; */
  }

  .load {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      /* display: none; */
  }

  .load hr {
      border: 0;
      margin: 0;
      width: 40%;
      height: 40%;
      position: absolute;
      border-radius: 50%;
      animation: spin 2s ease infinite;
  }

  .load :first-child {
      background: #002c6c;
      animation-delay: -1.5s;
  }

  .load :nth-child(2) {
      background: #3cb6ff;
      animation-delay: -1s;
  }

  .load :nth-child(3) {
      background: #002c6c;
      animation-delay: -0.5s;
  }

  .load :last-child {
      background: #3cb6ff;
  }

  @keyframes spin {
      0%, 100% {
          transform: translate(0)
      }
      25% {
          transform: translate(160%)
      }
      50% {
          transform: translate(160%, 160%)
      }
      75% {
          transform: translate(0, 160%)
      }
  }

/* Metody dostawy */
#orderForm h2 {
    text-align: left;
}

#orderForm h2.home-header {
    text-align: center;
    display: block;
    width: 100%;
}

.cartMethodsPayments div.radio div.radio, #shopstransports-shtid div.radio {
    float: none;
}

.cartMethodsPayments div.description, .cartMethodsPayments label, #shopstransports-shtid div.description, #shopstransports-shtid label {
    text-align: left;
}

/* ColorBox Core Style */

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    outline: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxLoadedContent {
    padding: 0 !important;
}

#cboxTitle {
    margin-top: 10px !important;
}

#cboxContent {
    margin: 0 !important;
}

#cboxClose {
    right: 5px !important;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;.row, .form-horizontal .form-group
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
    outline: none;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#productDetails {
    margin-top: -5px;
    overflow: hidden;
    background: #f4f4f4;
}

#productDetails .title {
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    top: 10%;
}

.course-info {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.course-info p {
    margin-bottom: 5px;
    line-height: 1;
}

.membersRow .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.membersRow .form-group .form-control {
    padding: 3px;
    font-size: 14px !important;
}

.addMembersRow, .removeMembersRow,
.input-cart .material-icons.plus, .input-cart .material-icons.minus {
    cursor: pointer;
    color: #838383;
}

.addMembersRow, .removeMembersRow {
    margin-top: 30px;
}

.addMembersRow:hover, .removeMembersRow:hover,
.input-cart .material-icons.plus:hover, .input-cart .material-icons.minus:hover {
    color: #000;
}

.membersRow .col-md-3 {
    width: 20% !important;
    padding-right: 0 !important;
}

.membersRow .form-group .form-control.error {
    border: 1px solid red;
}

@media screen and (max-width: 990px) {
    .membersRow .col-md-3 {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.feature {
    font-size: 20px;
    text-transform: none !important;
}

@media screen and (max-width: 640px) {
    .feature {
        font-size: 15px;
    }
}

#productDetails .title .title-bck {
    background: rgba(0, 44, 108, 0.7);
    width: auto;
    display: inline-block;
    padding: 40px 50px;
    max-width: 60%;
}

#productDetails .title .title-bck2 {
    background: rgba(60, 182, 255, 0.7);
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: -40px;
    text-transform: none !important;
    color: #fff;
    text-align: left;
    padding: 0 20px;
    float: none;
    clear: both;
    font-size: 14px;
}

#productDetails .title .title-bck p.info {
    width: 50%;
    display: block;
    float: left;
    margin-top: 10px;
}

#productDetails .title .title-bck2 ul {
    color: #fff;
    margin-top: -15px;
    margin-bottom: -15px;
}

#productDetails .title .title-bck2 ul li::before {
    color: #fff;
    top: 2px;
}

#productDetails .title .title-bck2 ul li {
    text-transform: none !important;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}


#productDetails .title h1 {
    color: #fff;
    font-size: 38px;
    width: 100%;
    display: inline-block;
    text-transform: none;
    height: 80px;
    line-height: 1.2;
}

#productDetails .title p {
    color: #fff;
    font-size: 18px;
    width: auto;
    display: inline-block;
    text-transform: none;
    line-height: 1.2;
}

#productDetails .description {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    font-family: 'Aller', sans-serif;
}

#productDetails .description table {
    width: 100% !important;
}

#productDetails .description table tr {
    border-bottom: 1px solid #ddd;
}

#productDetails .description table tr td {
    padding: 5px;
}

#productDetails .description .about {
    height: auto;
    min-height: 200px;
    text-transform: none;
    padding: 0 0 20px;
    border-top: 5px solid #f5f5f5;
    font-size: 14px;
    line-height: 1.2;
    background: #fff;
    text-align: justify;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

#productDetails .description .about h2 {
    background: #f4f4f4 url(../img/svg/iconmonstr-info-5.svg) no-repeat;
    background-position: 98.5% 8px;
    background-size: 25px 25px;
}

#productDetails .description .panel-body.about {
    background: url(../img/svg/iconmonstr-info-5.svg) no-repeat;
    background-position: 98.5% 5px;
    background-size: 30px 30px;
}

#productDetails .description .for-who {
    height: auto;
    min-height: 150px;
    text-transform: none;
    padding: 0 0 20px;
    border-top: 5px solid #f5f5f5;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

#productDetails .description .for-who h2 {
    background: #f4f4f4 url(../img/svg/iconmonstr-user-1.svg) no-repeat;
    background-position: 98.5% 8px;
    background-size: 25px 25px;
}

#productDetails .description .for-who.extras h2 {
    background: #f4f4f4 url(../img/svg/extras.svg) no-repeat;
    background-position: 98.5% 8px;
    background-size: 25px 25px;
}

#productDetails .description .panel-body.for-who {
    background: url(../img/svg/iconmonstr-user-1.svg) no-repeat;
    background-position: 98.5% 5px;
    background-size: 30px 30px;
}

#productDetails .description .after {
    height: auto;
    min-height: 230px;
    text-transform: none;
    padding: 0 0 20px;
    border-top: 5px solid #f5f5f5;
    font-size: 14px;
    line-height: 1.2;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

#productDetails .description .after h2 {
    background: #f4f4f4 url(../img/svg/iconmonstr-idea-7.svg) no-repeat;
    background-position: 98.5% 8px;
    background-size: 25px 25px;
}

#productDetails .description .panel-body.after {
    background: url(../img/svg/iconmonstr-idea-7.svg) no-repeat;
    background-position: 98.5% 5px;
    background-size: 30px 30px;
}

#productDetails .description .content {
    height: auto;

    text-transform: none;
    padding: 0 0 20px;
    border-top: 5px solid #f5f5f5;
    font-size: 14px;
    line-height: 1.2;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}



#productDetails .description .content h2 {
    background: #f4f4f4 url(../img/svg/iconmonstr-flip-chart-2.svg) no-repeat;
    background-position: 98.5% 8px;
    background-size: 25px 25px;
}

#productDetails .description .content.table-content h2 {
    background: #f4f4f4 url(../img/svg/table-content.svg) no-repeat;
    background-position: 98.5% 8px;
    background-size: 25px 25px;
}

#productDetails .description .content.authors h2 {
    background: #f4f4f4 url(../img/svg/pen.svg) no-repeat;
    background-position: 98.5% 8px;
    background-size: 25px 25px;
}

#productDetails .description .panel-body.content {
    background: url(../img/svg/iconmonstr-flip-chart-2.svg) no-repeat;
    background-position: 98.5% 5px;
    background-size: 30px 30px;
}

#productDetails .description .transport {
    height: auto;

    text-transform: none;
    padding: 0 0 20px;
    border-top: 5px solid #f5f5f5;
    font-size: 14px;
    line-height: 1.2;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

#productDetails .description .transport h2 {
    background: #f4f4f4 url(../img/svg/delivery.svg) no-repeat;
    background-position: 98.5% 8px;
    background-size: 25px 25px;
}

#productDetails .description .panel-body.transport {
    background: url(../img/svg/delivery.svg) no-repeat;
    background-position: 98.5% 5px;
    background-size: 30px 30px;
}

#productDetails .description .and-more {
    height: auto;
    text-transform: none;
    padding: 0 0 20px;
    border-top: 5px solid #f5f5f5;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

#productDetails .description .and-more h2 {
    background: #f4f4f4 url(../img/svg/iconmonstr-light-bulb-17.svg) no-repeat;
    background-position: 98.5% 8px;
    background-size: 25px 25px;
}

#productDetails .description .panel-body.and-more {
    background: url(../img/svg/iconmonstr-light-bulb-17.svg) no-repeat;
    background-position: 98.5% 5px;
    background-size: 30px 30px;
}

#productDetails .description .reviews {
    height: auto;
    text-transform: none;
    padding: 0 0 20px;
    border-top: 5px solid #f5f5f5;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

#productDetails .description .reviews h2 {
    background: #f4f4f4 url(../img/svg/opinion.svg) no-repeat;
    background-position: 98.5% 8px;
    background-size: 25px 25px;
}

#productDetails .description .panel-body.reviews {
    background: url(../img/svg/opinion.svg) no-repeat;
    background-position: 98.5% 5px;
    background-size: 30px 30px;
}

#productDetails .description .summary {
    height: auto;
    text-transform: none;
    padding: 0 0 20px;
    border-top: 5px solid #fff;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

#productDetails .description .summary h2 {
    background: #f4f4f4;
}

#productDetails .description .summary h2,
#productDetails .description .about h2,
#productDetails .description .for-who h2,
#productDetails .description .after h2,
#productDetails .description .content h2,
#productDetails .description .transport h2,
#productDetails .description .and-more h2,
#productDetails .description .reviews h2 {
    padding: 10px 20px;
    margin-bottom: 0;
}

.summary-data {
    z-index: 300;
}



#productDetails .description .summary .date {
    background: url(../img/svg/iconmonstr-calendar-6.svg) no-repeat;
}

#productDetails .description .summary .city {
    background: url(../img/svg/iconmonstr-location-1.svg) no-repeat;
}

#productDetails .description .summary .time {
    background: url(../img/svg/iconmonstr-time-3.svg) no-repeat;
}

#productDetails .description .summary .price {
    background: url(../img/svg/iconmonstr-tag-6.svg) no-repeat;
}

#productDetails .description .summary .date,
#productDetails .description .summary .city,
#productDetails .description .summary .time,
#productDetails .description .summary .price {
    display: inline-block;
    background-size: 18px 18px !important;
    background-position: 0 3px !important;
    width: 100%;
    height:25px;
    margin-right: 10px;
    vertical-align: middle;
    padding: 3px 0 0 25px;
    font-family: 'Aller', sans-serif;
    margin-left: 20px;
}

#productDetails .description.productDetails2 .about,
#productDetails .description.productDetails2 .for-who,
#productDetails .description.productDetails2 .after,
#productDetails .description.productDetails2 .content,
#productDetails .description.productDetails2 .and-more {
    height: auto;
    min-height: 50px;
}

#productDetails .description.productDetails2 {
    max-width: 1024px;
    margin: 0 auto;
}


#productDetails .buy {
    height: auto;
    min-height: 230px;
    text-transform: none;
    padding: 20px 10px;
    border-top: 5px solid #002c6c;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    background: #002c6c url(../img/svg/iconmonstr-award-5.svg) no-repeat;
    background-position: 120% 5px;
    background-size: 180px 180px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-family: 'Aller', sans-serif;
    margin-bottom: 20px;
}

#productDetails .buy a {
    color: #fff;
    font-size: 12px;
}

#productDetails .buy .btn {
    padding: 10px;
    width: 100%;
    height: 40px;
    font-size: 16px;
}

#productDetails .buy .btn-transparent {
    background: #002c6c;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 16px;
    padding: 5px;
    height: 40px;
}


#productDetails .description *, #productDetails .btn-trans  {
    text-transform: none !important;
}

#productDetails .overflow-hidden {
    overflow: hidden;
    height: auto;
    padding: 0;
}

#productDetails .description h2 {
    color: #002c6c;
    padding-top: 0;
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
    text-align: left;
    font-family: 'Aller', sans-serif;
}

#productDetails .buy h2 {
    color: #fff;
}

#productDetails .buy .large-font {
    font-size: 24px;
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 10px;
}

#productDetails .buy .text-transparent {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding-left: 45px;
    padding-bottom: 10px;
    font-size: 24px;
}

#productDetails ul {
    list-style: circle;
    padding: 0;
}

#productDetails ul li::before {
    content: "";
    display: inline-block;
    color: #3cb6ff;
    font-weight: bold;
    width: 40px;
    height: 20px;
    font-size: 24px;
    padding-left: 0;
    top: -11px;
    left: 0px;
    position: absolute;
    background: url(../img/icons/arrow-right-white.svg) left 3px no-repeat;
    background-size: 10px 10px;

}

#productDetails ul li {
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding-left: 15px;
}

.gridItem {
    text-align: left;
}

.wiecej {
    margin-top: 28px;
}

.info {
    text-align: center;
    margin-top: 7px;
}

.frame-card {
    border: 1px solid black;
    padding: 6px;
    font-family: 'Aller', sans-serif;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 1px;
}

.frame-card.frame-novelty {
    top: 0;
}

.tile .frame-card {
    line-height: 1;
}

.frame-card svg {
    margin-right: 5px;
    height: 20px;
    position: relative;
    top: 3px;
}

.frame-card:hover {
    cursor: pointer;
}

.frame-promotion.frame-last-units {
    border: 1px solid #083069;
    color: #fff;
    background: #083069;
    padding: 6px;
}

.info-promo {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100;
}

.frame-promotion {
    color: #fff;
    background-color: #e1443f;
    border: 1px solid #e1443f;
    text-transform: uppercase;
    line-height: 1;
    padding: 6px;
    font-size: 14px;
    display: inline-block;
    width: auto;
    top: 0;
}

.frame-promotion.bestseller {
    background-color: #000;
    border: 1px solid #000;
}

.frame-novelty {
    background: #019d99;
    color: #fff;
    border: 1px solid #019d99;
    line-height: 1;
    padding: 6px;
}

.frame-handmade {
    border: 1px solid #CCC;
    top: 0;
    padding: 4px;
    line-height: 21px;
}

.frame-made-in-poland {
    border: 1px solid #CCC;
    top: 0;
    padding: 4px;
    line-height: 21px;
}

.frame-made-in-poland > span,
.frame-handmade > span {
    position: relative;
    top: -2.5px;
}

.colorboxed h1,
.product-details h1,
.colorboxed h3,
.product-details h3 {
    margin: 0 0 5px 0;
    font-size: 26px;
}

.colorboxed .price-content,
.product-details .price-content {
    margin: 30px 0;
    text-align: center;
}

.colorboxed .price-content > span,
.product-details .price-content > span {
    margin: 0 10px;
    font-size: 33px;
}

.colorboxed .add-to-cart,
.product-details .add-to-cart {
    font-size: 21px;
    text-align: center;
}

.colorboxed .add-to-cart a,
.product-details .add-to-cart a {
    padding: 18px;
    border-radius: 0px;
    margin: 5px 0;
    transition: .5s;
}

.colorboxed .add-to-cart a img,
.product-details .add-to-cart a img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    opacity: .5;
    transition: .5s;
}

.colorboxed .add-to-cart a:hover,
.product-details .add-to-cart a:hover {
    opacity: 1;
}

.colorboxed .add-to-cart a:hover img,
.product-details .add-to-cart a:hover img {
    opacity: 1;
}

.colorboxed .add-to-cart a.btn,
.product-details .add-to-cart a.btn {
    width: 90%;
}

@media (max-width: 580px) {
    .colorboxed .add-to-cart,
    .product-details .add-to-cart {
        text-align: center;
    }

    .colorboxed .add-to-cart a.btn,
    .product-details .add-to-cart a.btn {
        margin: 0px auto;
    }
}

.bg-blue {
    background-color: #5fb800;
}

.text-white, .text-white:hover, .text-white:focus {
    color: #fff;
}

.bg-white-bordered {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #afafaf;
}

.bg-white .opinions, .bg-white .promo-boxes {
    background: #fff;
}

.add2clipboard {
    color: #afafaf;
}

.price-content {

}

/* ColorBox User Style */

#cboxOverlay {
    background: #fff;
}

#colorbox {
    background-color: #fff;
    box-shadow: 0px 0px 25px #bbb;
}

#cboxContent {
    margin-top: 20px;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 0px solid #ccc;
}

#cboxLoadedContent {
    border: 0px solid #000;
    background: #fff;
    background: transparent;
    padding: 50px;
}

#cboxTitle {
    position: absolute;
    top: 0px;
    left: 50px;
    right: 50px;
    height: 50px;
    padding: 5px 0;
    font: 15px/20px 'Aller', sans-serif;
    color: #333;
    overflow: hidden;
}

#cboxCurrent {
    position: absolute;
    bottom: 0px;
    left: 50px;
    right: 50px;
    height: 50px;
    font: 21px/50px 'Aller', sans-serif;
    color: #333;
    text-align: center;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    border: none;
    opacity: 0.5;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0px;
    width: 50%;
    background: url(../img/icons/colorbox-arrow.svg) no-repeat 97.5% 50%;
    text-indent: -9999px;
    transform: rotate(180deg);
}

#cboxPrevious:hover {
    opacity: 1;
}

#cboxNext {
    border: none;
    opacity: 0.5;
    position: absolute;
    top: 50px;
    bottom: 50px;
    right: 0px;
    width: 50%;
    background: url(../img/icons/colorbox-arrow.svg) no-repeat 97.5% 50%;
    text-indent: -9999px;
}

#cboxNext:hover {
    opacity: 1;
}

#cboxLoadingOverlay {
    background: #000;
}

#cboxLoadingGraphic {
    background: url(../img/colorbox/loading.gif) no-repeat center center;
}

#cboxClose {
    border: none;
    opacity: 1;
    position: absolute;
    top: -6px;
    right: 45px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/icons/colorbox-close.svg) no-repeat center center;
    background-size: 40%;
    text-indent: -9999px;
}

#cboxClose:hover {
    opacity: 1;
}

/* jAlert */

.jAlertBox {
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 100px;
    z-index: 1000
}

.jAlertClose {
    background: transparent url(../img/icons/cancel2.svg) center center no-repeat;
    background-size: 40%;
    display: block;
    height: 40px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 200ms;
    width: 40px;
    z-index: 1
}

.jAlertClose:hover {
    cursor: pointer;
    opacity: 1
}

.btn-grey-border.jAlertClose {
    color: #333;
    background: #fff;
    border: 1px solid #afafaf !important;
    border-radius: 0px;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    display: inline-block !important;
    height: 40px;
    line-height: 1.5;
}

.jAlertContent .btn.bg-blue {
    height: 40px;
    line-height: 1.5;
}

.jAlertTitle {
    background: #3cb6ff;
    color: #fff;
    display: block;
    font: 20px/30px 'Aller', sans-serif;
    margin: 0 40px 0 0;
    height: 40px;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase
}

.jAlertTitle:after {
    border-bottom: 40px solid #ffffff;
    border-left: 15px solid rgba(0, 0, 0, 0);
    content: '';
    display: block;
    right: 40px;
    position: absolute;
    top: 0;
    transition: all 200ms;
    z-index: 2
}

.jAlertContent {
    background: #ffffff;
    display: block;
    font: 24px/30px 'Aller', sans-serif;
    overflow: hidden;
    padding: 40px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .jAlertBox {
        left: 5%;
        right: 5%
    }
}

@media (min-width: 768px) {
    .jAlertBox {
        left: 50%;
        margin-left: -250px;
        width: 500px
    }
}

/*@media (min-width: 992px){.jAlertBox{margin-left:-480px;width:960px}}*/

/* owlCarousel */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes "fadeOut" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes "fadeOut" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item > img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

/* pace */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #3cb6ff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

/* Bootstrap Override */

@media (min-width: 1500px) {
    .col-xl-20,
    .col-xl-80,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-xl-20 {
        width: 20%;
    }

    .col-xl-80 {
        width: 80%;
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-pull-11 {
        right: 91.66666667%
    }

    .col-xl-pull-10 {
        right: 83.33333333%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-8 {
        right: 66.66666667%
    }

    .col-xl-pull-7 {
        right: 58.33333333%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-5 {
        right: 41.66666667%
    }

    .col-xl-pull-4 {
        right: 33.33333333%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-2 {
        right: 16.66666667%
    }

    .col-xl-pull-1 {
        right: 8.33333333%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-push-11 {
        left: 91.66666667%
    }

    .col-xl-push-10 {
        left: 83.33333333%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-8 {
        left: 66.66666667%
    }

    .col-xl-push-7 {
        left: 58.33333333%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-5 {
        left: 41.66666667%
    }

    .col-xl-push-4 {
        left: 33.33333333%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-2 {
        left: 16.66666667%
    }

    .col-xl-push-1 {
        left: 8.33333333%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .container {
        /* width: 1440px; */
        width: 83.33333333%;
    }
}

.bg-white.container, .bg-grey.container {
    padding-top: 0;
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 40px;
}

.col-xs-20 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
}

.container,
.container-fluid,
.navbar-collapse,
[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.field-contacts-cntnewsletterstatus {
}

.field-contacts-cntnewsletterstatus > div {
    text-align: left;
    margin-left: 0;
    /*padding-left: 0;*/
    width: 100%;

}

.field-contacts-cntnewsletterstatus .checkbox {

}

.field-contacts-cntpartnerprogram {
}

.field-contacts-cntpartnerprogram > div {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.field-contacts-moreinfo {
}

.field-contacts-moreinfo > div {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.registration h2.header {
    text-align: center;
}

.registration h1 {
    margin-top: 0;
}

.registration .bg-padding {
    padding-top: 40px;
    background: #fff;
}

@media screen and (min-width: 800px) {
    .registration .bg-padding {
        margin-left: 150px;
        margin-right: 150px;
        width: calc(100% - 300px);
    }
}

#registrationForm .form-group {
    max-width: 800px;
    margin: 10px auto;
}

#registrationForm .checkbox {
    margin-left: -3px;
    padding-top: 0;
}

#registrationForm .field-contacts-moreinfo {
    margin-top: 0;
}

#registrationForm .field-contacts-cntnewsletterstatus {
    margin-bottom: 0;
}

#registrationForm .field-contacts-cntnewsletterstatus .col-sm-6 {
    padding-left: 0;
}

.field-contacts-cntpartnerprogram .checkbox {
    text-align: left;
}

#registrationForm .col-sm-6.button {
    text-align: left;
}

.row,
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.owl-item > [class*="col-"] {
    /*padding-left: 0;
    padding-right: 0;*/
    width: 100%;
}


.carousel-1-2-3 .owl-item > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dot {
    display: inline-block;
}

.owl-dot:only-child {
    display: none !important;
}

.owl-dot span {
    background: #a2a2a2;
    border: 2px solid transparent;
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    margin: 5px;
    width: 20px;
}

.owl-dot.active span {
    background: #3cb6ff;
    border-color: transparent;
}

/* centered columns styles */

.row-centered {
    text-align: center;
}

[class*="col-centered-"] {
    display: block;
    float: none;
    text-align: left;
    margin-right: -5px;
}

@media (min-width: 768px) {
    .col-centered-sm {
        display: inline-block
    }
}

@media (min-width: 992px) {
    .col-centered-md {
        display: inline-block
    }
}

@media (min-width: 1200px) {
    .col-centered-lg {
        display: inline-block
    }
}

@media (min-width: 1500px) {
    .col-centered-xl {
        display: inline-block
    }
}

/*@-ms-viewport { width: auto !important; }*/

body {
    -ms-overflow-style: scrollbar;
}

/* Global Styles */

body {
    background: #fff;
    color: #333;
    font: 300 16px/1.4em "Aller", sans-serif;
}

p {
    font-size: 14px;
}

a {
    color: #2fc3ff;
    font-weight: 300;
    outline: none !important;
    transition: color 100ms ease-in-out;
}

a:focus,
a:hover {
    color: inherit;
    color: #3cb6ff;
    cursor: pointer;
    text-decoration: none;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0 0 20px 0;
}

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

@media screen and (max-width: 500px) {
    h2 {
        font-size: 20px;
    }
}

h3,
h4 {
    font-size: 21px;
}

h2 {
    margin: 20px 0;
    color: #333;
}

h5,
h6 {
    font-size: 18px;
}

table {
    width: 100%;
}

h1 {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 32px;
}

.table-responsive > .table {
    width: 99.9%;
    max-width: 99.9%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: vertical;
}

hr {
    border-top: 1px solid #ddd;
    margin: 10px 0;
}

ul {
    margin: 0;
    padding: 0 0 0 20px;
}

ul > li {
    margin: 0;
    padding: 0;
}

img[src="../img/svg/nophoto.svg"] {
    width: 75%;
}

img.del-tag {
    margin-left: 8px;
}

[data-ajax]:hover {
    cursor: pointer;
}

[data-pjax-container] {
    position: relative;
    transition: all 200ms ease-ing-out;
    text-align: center;
}

[data-pjax-container].pjax-loading {
    opacity: 0.5;
}

[data-pjax-container].pjax-loading:after {
    background: url() center center no-repeat;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.ias-spinner {
    clear: both;
    padding-top: 50px;
}

.ias-trigger {
    clear: both;
    padding-top: 50px;
    text-align: center;
}

.ias-trigger a.btn {
    color: #fff;
    background-color: #68bc0f;
    border-color: #68bc0f;
    border-radius: 0px;
}

/* Helper Classes */

.text-blue {
    color: #272525;
}

.text-grey {
    color: #ddd;
}

.text-green {
    color: #13ab13;
}

.text-red {
    color: #d80e12;
}

.text-black {
    color: #333;
}

span.text-dark {
    color: #666;
}

.home-header {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 32px;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 25px auto;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

#cboxTitle .home-header {
    margin: 0px auto 25px auto;
    width: 75%;
    font-size: 28px;
    text-transform: inherit;
}

#searchdiv {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    display: none;
    position: absolute;
    top: 14px;
    right: 300px;
    width: 40%;
}

#searchdiv.active {
    opacity: 1;
    display: block;
}

.home-padding {
    text-align: center;
}

.border-1px {
    background: #fff;
    border: 1px solid #ddd;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-box {
    margin-bottom: 40px;
}

.img-responsive {
    display: inline-block;
}

.responsive-container {
    overflow: hidden;
    position: relative;
}

.responsive-container:before {
    content: '';
    display: block;
}

.responsive-1x1:before {
    padding-top: 100%;
}

.productBoxImage .responsive-1x1:before {
    padding-top: 60%;
}

.responsive-3x4:before {
    padding-top: 133.33%;
}

.responsive-2x1:before {
    padding-top: 50%;
}

.responsive-3x2:before {
    padding-top: 66.66%;
}

.responsive-image {
    bottom: 0;
    font: 0/0 a;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1;
}

.navbarMenu3 .responsive-image {
    position: relative;

}

.navbarMenu3 .margin-bottom {
    margin-bottom: 0 !important;
}

.responsive-image:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.responsive-image img {
    background: #fff;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    transition: all 200ms ease-in-out;
    vertical-align: middle;
}

/*
.responsive-hover:hover .responsive-image img {
    transform: scale(1.1);
}
*/
.responsive-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.responsive-link:hover {
    /*background: rgba(255,255,255,0.1);*/
}

#foot-xnewsletter, #foot-xcontact {
    padding: 20px;
}

#foot-xnewsletter p, #foot-xcontact p {
    text-align: center;
    color: #fff;
}

#foot-xnewsletter {
    width: 594px;
    height: 396px;
    padding-top: 90px;
}

#cboxTitle .home-header.text-blue {
    color: #fff !important;
}

#cboxClose {
    background-image: url(../img/icons/x-mark-2-white.svg);
}

@media screen and (max-width: 600px) {
    #foot-xnewsletter {
        width: 320px;
        height: 270px;
        padding-top: 50px;
    }
    #cboxLoadedContent {
        margin-top: 0 !important;
    }
}

.giftbox1 {
    margin: 0 20px;
    position: relative;
}

.giftbox1-el {
    background: url() center center no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;

}

.giftbox1-flex {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    transition: all 200ms ease-in-out;
    width: 100%;
}

.giftbox1-flex:hover {
    background: rgba(0, 0, 0, 0.0);
}

.giftbox1-flex span {
    padding: 20px;
    transition: all 200ms ease-in-out;
}

.giftbox1-flex:hover span {
    background: rgba(0, 0, 0, 0.3);
}

.giftbox1-flex h3 {
    color: #fff;
    font-size: 26px;
    margin: 0;
}

.giftbox1-flex button {
    transition: all 250ms ease-in-out;
}

.giftbox1-flex:hover button {
    padding-left: 60px;
    padding-right: 60px;
}

.giftbox2 {
    margin: 0 20px;
    position: relative;
}

.giftbox2-el {
    background: url() center center no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
}

.giftbox2-el:nth-child(n+4) {
    display: none;
}

.giftbox2-flex {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    transition: all 200ms ease-in-out;
    width: 100%;
}

.giftbox2-flex:hover {
    background: rgba(0, 0, 0, 0.0);
}

.giftbox2-flex span {
    padding: 20px;
    transition: all 200ms ease-in-out;
}

.giftbox2-flex:hover span {
    background: rgba(0, 0, 0, 0.3);
}

.giftbox2-flex h3 {
    color: #fff;
    font-size: 26px;
    margin: 0;
}

.giftbox2-flex button {
    transition: all 250ms ease-in-out;
}

.giftbox2-flex:hover button {
    padding-left: 60px;
    padding-right: 60px;
}

.giftbox3 {
    margin: 0;
    background-color: #f2f2f2;
    padding: 0 20px 70px 20px;
}

.giftbox3 h2.header {
    padding-top: 30px;
    font-size: 32px;
}

.giftbox3-el {
    position: relative;
}

.giftbox3-flex {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 200ms ease-in-out;
}

.giftbox3-flex:hover {
    background: rgba(0, 0, 0, 0.0);
}

.giftbox3-flex span {
    padding: 20px;
    margin: 10px;
    transition: all 200ms ease-in-out;
}

.giftbox3-flex:hover span {
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
}

.giftbox3-flex h3 {
    color: #fff;
    font-size: 26px;
    margin: 0;
}

.giftbox3-flex button {
    transition: all 250ms ease-in-out;
}

.giftbox3-flex:hover button {
    padding-left: 60px;
    padding-right: 60px;
}

.giftbox3 .row {
    margin-left: -10px;
}

.giftbox3 .owl-controls {
    bottom: -70px;
    position:absolute;
    width: 100%;
}

.giftbox4 {
    margin: 0 20px;
    position: relative;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
}

.giftbox4-el {
    background: url() center center no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    width: calc(50% - 20px);
    float: left;
    margin:10px;
}

.giftbox4-el:nth-child(n+5) {
    display: none;
}

.giftbox4-flex {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    transition: all 200ms ease-in-out;
    width: 100%;
    padding: 50px;
}

.giftbox4-flex:hover {
    background: rgba(0, 0, 0, 0.0);
}

.giftbox4-flex span {
    padding: 20px;
    transition: all 200ms ease-in-out;
}

.giftbox4-flex:hover span {
    background: rgba(0, 0, 0, 0.3);
}

.giftbox4-flex h3 {
    color: #fff;
    font-size: 26px;
    margin: 0;
}

.giftbox4-flex button {
    transition: all 250ms ease-in-out;
}

.giftbox4-flex:hover button {
    padding-left: 60px;
    padding-right: 60px;
}

@media screen and (max-width: 1280px) {
    .giftbox4-flex {
        padding: 40px;
    }
    .giftbox4-flex h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .giftbox4-el {
        height: 230px;
    }
}

@media screen and (max-width: 768px) {
    .giftbox4-el {
        width: calc(100% - 20px);
    }
}

.producenci {
    background: #f4f4f4;
    padding: 20px;
}

.producenci .row {
    margin: 0;
}

.producenci .col-md-3:first-child {
    padding-left: 0;
}

.carousel-6 .row {
    margin: 0 !important;
}

.carousel-6 .gridItem {
    padding: 30px 0 20px 0;
}

.carousel-6 .categoryBox {
    border: 1px solid #d7d7d7 !important;
    padding: 20px;
    background: #fff;
}

.sliderSvgIcons {
    margin: 0;
    padding: 0 20px 70px 20px;
}


.sliderSvgIcons-flex:hover .sliderSvgIcons-bck {
    width: 90%;
    background: rgba(0, 44, 108, 0.6);
    padding: 20px;
}

.sliderSvgIcons h2.header {
    padding-top: 30px;
    color: #002c6c;
    font-size: 32px;
}

.sliderSvgIcons h3 span {
    width: 70%;
    height: 5px;
    background: #3cb6ff;
    display: block;
    margin: 7px auto 10px auto;
    padding: 0;
    max-width: 150px;
}

.sliderSvgIcons-el {
    position: relative;
}

.sliderSvgIcons-flex {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 200ms ease-in-out;
}

.sliderSvgIcons-flex:hover {
    background: rgba(0, 0, 0, 0.0);
}

.sliderSvgIcons-flex span {
    padding: 0 10px 10px 10px;
    transition: all 200ms ease-in-out;
    display: none;
    font-size: 16px;
}

.sliderSvgIcons-flex:hover span {
    color: #fff;
    display: block;
}

.sliderSvgIcons-flex h3 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    width: auto;
}

.sliderSvgIcons-flex button {
    transition: all 250ms ease-in-out;
}

.sliderSvgIcons-flex:hover button {
    padding-left: 60px;
    padding-right: 60px;
}

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

.sliderSvgIcons .owl-controls {
    bottom: -70px;
    position:absolute;
    width: 100%;
}

@media screen and (max-width: 980px) {
    .sliderSvgIcons .owl-controls {
        bottom: -50px;
    }
}

@media (min-width: 768px) {
    .giftbox3 .row {
        margin-left: 0;
    }

    .giftbox1 {
        padding-bottom: 17%;
    }

    .giftbox1-el {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .giftbox2 {
        padding-bottom: 35%;
    }

    .giftbox2-el {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .giftbox2-el:nth-child(1) {
        right: calc(50% - -10px);
    }

    .giftbox2-el:nth-child(2) {
        bottom: calc(50% - -10px);
        left: calc(50% - -10px);
    }

    .giftbox2-el:nth-child(3) {
        left: calc(50% - -10px);
        top: calc(50% - -10px);
    }
}

.center-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

a.glyphicon:hover {
    text-decoration: none;
}

.material-icons {
    vertical-align: middle;
}

/* Buttons */

.btn {
    border-width: 1px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 15px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

.btn-group-sm > .btn,
.btn-sm {
    font-size: 11px;
    padding: 4px 10px;
}

.btn-group-lg > .btn,
.btn-lg {
    font-size: 18px;
    padding: 10px 30px;
}

.btn-dark {
    color: #fff;
    background-color: #272525;
    border-color: #454343;
}

.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open > .dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #272525;
    border-color: #454343;
}

.btn-block + .btn-block {
    margin-top: 0;
}

.btn-black {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-black.active,
.btn-black.focus,
.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.open > .dropdown-toggle.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-blue {
    color: #fff;
    background-color: #3cb6ff;
    border-color: #3cb6ff;
}

.btn-blue.active,
.btn-blue.focus,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover,
.open > .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #1B96E0;
    border-color: #1B96E0;
}

.jAlertContent .btn.bg-blue {
    color: #fff !important;
    background-color: #3cb6ff !important;
    border-color: #3cb6ff !important;
}

.jAlertContent .btn.bg-blue.active,
.jAlertContent .btn.bg-blue.focus,
.jAlertContent .btn.bg-blue:active,
.jAlertContent .btn.bg-blue:focus,
.jAlertContent .btn.bg-blue:hover {
    color: #fff;
    background-color: #1B96E0;
    border-color: #1B96E0;
}

.btn-blue-dark {
    color: #fff !important;
    background-color: #002c6c;
    border-color: #002c6c;
}

.btn-blue-dark.active,
.btn-blue-dark.focus,
.btn-blue-dark:active,
.btn-blue-dark:focus,
.btn-blue-dark:hover,
.open > .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #022457;
    border-color: #022457;
}

.btn-white {
    background-color: #fff;
    color: #002c6c;
    border-color: #fff;
}

.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open > .dropdown-toggle.white {
    background-color: #fff;
    color: #002c6c;
    border-color: #fff;
}

.promo-boxes .btn-blue-dark {
    width: 250px;
}

.btn-green {
    color: #fff;
    background-color: #13ab13;
    border-color: #13ab13;
}

.btn-green.active,
.btn-green.focus,
.btn-green:active,
.btn-green:focus,
.btn-green:hover,
.open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #0d780d;
    border-color: #0d780d;
}

.btn-red {
    color: #fff;
    background-color: #d80e12;
    border-color: #d80e12;
}

.btn-green {
    color: #fff;
    background-color: #5fb800;
}

.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
    color: #fff;
    background-color: #a60a0d;
    border-color: #a60a0d;
}

.btn-yellow {
    color: #fff !important;
    background-color: #e68600;
    border-color: #e68600;
}

.btn-yellow.active,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:hover,
.open > .dropdown-toggle.btn-yellow {
    color: #fff;
    background-color: #f8950a;
    border-color: #f8950a;
}

.btn-grey {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 16px;
}

.btn-grey.active,
.btn-grey.focus,
.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover,
.open > .dropdown-toggle.btn-grey {
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #333 !important;
}


.btn-orange {
    color: #fff;
    background-color: #ca771c;
    border-color: #ca771c;
    border-radius: 0px;
}


.btn-orange.active,
.btn-orange.focus,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover,
.open>.dropdown-toggle.btn-orange {
    color: #fff;
    background-color: #ca6c38;
    border-color: #ca6c38;
}

/* Forms */

.help-block {
    display: none;
    margin-top: 8px;
}

/*
.has-error .help-block {
	display: block;
}
*/

.form-horizontal .control-label, .control-label {
    font: 300 14px/1.4em 'Aller', sans-serif;
    /*padding-top: 10px;*/
    text-align: left;
}

.form-horizontal h2,
.form-horizontal h3 {
    margin: 0 0 20px 0;
}

input,
select,
textarea,
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}

#orderForm .form-horizontal h2,
#orderForm .form-horizontal h3 {
    margin: 0;
}

.form-control {
    border-color: #aaa;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    height: 38px;
}

.cartTable .form-control {
    height: 28px;
    font: 14px;
}

.cartTable .glyphicon {
    padding-top: 28px;
}

.form-control:focus {
    border-color: #626e7e;
}

select.form-control {
    max-width: 300px;
    position: relative;
}

.input-group > select.form-control {
    max-width: none;
}

.checkbox label,
.radio label {
    padding-left: 35px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    height: 20px;
    margin-left: -35px;
    width: 20px;
}

.checkbox > label,
.radio > label {
    color: #333;
    font: 300 14px/28px 'Aller', sans-serif;
}

.checkbox > label b,
.radio > label b {
    font-weight: 400;
}

div.required label:after {
    content: " *";
    color: #333;
}

div.required.has-error label:after {
    content: " *";
    color: #a94442;
}

div.required .radio label:after {
    display: none;
}

.input-group {
}

.input-group > .form-control {
    height: 40px;
}

.input-group-btn > .btn {
    border-width: 1px;
    height: 40px;
    padding: 6px 10px;
}

.input-group-btn > .btn:focus {
    outline: none;
}

.input-group-addon {
    border-radius: 0;
}

.bg-padding {
    padding-bottom: 30px;
}

.bg-padding-box {
    padding: 30px;
}

/*.in-cart .ico-cart.add, */

.in-clipboard .ico-clipboard.add,
.in-compare .ico-compare.add,
.ico-cart.del,
.ico-clipboard.del,
.ico-compare.del {
    display: none !important;
}

.ico-cart.add,
.ico-clipboard.add,
.ico-compare.add,
.in-cart .ico-cart.del,
.in-clipboard .ico-clipboard.del,
.in-compare .ico-compare.del {
    display: block !important;
}

.productBox .ico-clipboard.add {
    /*display: none !important;*/
}

.productBox:not(.in-clipboard):hover .ico-clipboard.add {
    display: block !important;
}

.ico-cart {
    background: #333;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    text-align: center;
    transition: all 150ms ease-in-out;
    width: 50px;
}

.ico-cart:hover {
    background: #68bc0f;
}

.ico-cart > i {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}

.input-cart {
    display: inline-block;
    padding: 0 25px 0 0;
    position: relative;
}

.input-cart > input {
    border: 1px solid #ddd;
    border-radius: 25px;
    display: block;
    height: 50px;
    margin: 0;
    line-height: 50px;
    text-align: center;
    transition: all 200ms ease-in-out;
    width: 50px;
}

.input-cart > input:active,
.input-cart > input:hover,
.input-cart > input:focus {
    border-color: #aaa;
}

.input-cart > i {
    color: #ddd;
    display: block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 200ms ease-in-out;
    width: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.input-cart > i.plus {
    top: 0;
}

.input-cart > i.minus {
    bottom: 0;
}

.input-cart > i:hover {
    color: #aaa;
    cursor: pointer;
}

#productDetails .title p.average {
    width: auto;
    float: none;
    clear: both;
    display: block;
    margin-top: 7px;
}

#productDetails .title p.average a {
    color: rgba(255, 255, 255, 0.5);
}

#productDetails .title p.average a:hover {
    color: rgba(255, 255, 255, 1);
}

#productDetails .title p.average:hover {
    color: rgba(255, 255, 255, 1)
}

.stars,
.stars > span {
    font-size: 26px;
    height: 1em;
    margin: 0;
}

.stars {
    background: url(../img/icons/empty-star.svg) 0 0 repeat-x;
    display: inline-block;
    background-size: 26px 26px;
    width: 5em;
}

.stars > span {
    background: url(../img/icons/full-star.svg) 0 0 repeat-x;
    display: inline-block;
    width: 0em;
    background-size: 26px 26px;
    float: left;
}

.title-bck .stars {
    background: url(../img/icons/empty-star-white.svg) 0 0 repeat-x;
    display: inline-block;
    /*background-size: 18px 18px;*/
    width: 120px;
    opacity: 0.5;
    margin: 0 auto;
    vertical-align: middle;
    margin-right: 10px;
    transform: scale(0.9);
}

#productDetails .title p.average a:hover .stars {
    opacity: 1;
}

.title-bck .stars > span {
    background: url(../img/icons/full-star-white.svg) 0 0 repeat-x;
    display: block;
    width: 0em;
    /*background-size: 18px 18px;*/
    max-width: 120px;
}

.clipboard-remove {
    display: none;
}

.tile-add-to-cart>a {
    font-size: 14px;
    margin-bottom: 10px;
}

.clipboard-add {
    display: block;
    color: #000;
}


.clipboard-add.hidden {
    display: none !important;
}

.clipboard-remove.hidden {
    display: none !important;
}

svg.addcart {
    vertical-align: bottom;
}

svg.addcart .fil0x {

    fill: #fff;
}

#activeboxSearch svg, #activeboxLearn svg {
    margin-top: 13px;
    vertical-align: bottom;
}

.product-details,
.recommended-products {
    padding: 0px;
}

.header-margin > .product-details {
    padding-top: 0;
}

.product-details .add2clipboard span {
    position: relative;
    display: inline-block;
    padding: 1.5px 0;
}

.product-details-favorite {
    position: absolute;
    left: -40px;
    top: 0px;
    fill: #999;
}

.clipboard-add:hover .product-details-favorite {
    fill: #000;
}

.jAlertContent > .error-summary {
    background: none;
    border: none;
    color: #d80e12;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Authorization */

#activeboxUser .auth-clients {
    display: none;
}

.auth-clients {
    margin: 0 !important;
    padding: 5px;
    text-align: center;
}

.auth-clients .auth-client {
    display: inline-block;
    float: none;
    margin: 0 10px;
}

.auth-clients .auth-client .auth-link {
    //width: auto !important;
}

.auth-clients .auth-client .auth-link .auth-icon {
    background: url() center center no-repeat;
    background-size: 100%;
    transition: all 200ms;
}

.auth-clients .auth-client .auth-link .auth-icon.facebook {
    background-image: url(../img/svg/login-facebook-2.svg);
}

.auth-clients .auth-client .auth-link .auth-icon.google {
    background-image: url(../img/svg/login-google-plus-2.svg);
}

.auth-clients .auth-client .auth-link:hover .auth-icon {
    background-color: #fff;
}

/* Carousel */

.owl-nav {
    height: 40px;
    position: absolute;
    right: 10px;
    top: -50px;
}

.owl-nav > div {
    display: inline-block;
    height: 40px;
    opacity: 0.5;
    text-align: center;
    transition: all 200ms ease-in-out;
    width: 40px;
}

@media screen and (max-width: 400px) {
    .owl-nav {
        right: -10px;
    }
    .owl-nav > div {
        width: 30px;
    }
}

.owl-nav > div:hover {
    opacity: 1;
}

.owl-nav > div > i {
    font-size: 30px;
    line-height: 40px;
}

.carousel-bck {
    padding: 30px 100px;
    width: auto;
    background: rgba(0, 44, 108, 0.6);
    display: inline-block;
}

/*
.owl-prev,
.owl-next {
	background: url(/img/gameshop/svg/iconmonstr-arrow-25.svg) center center no-repeat;
	background-size: 50%;
	bottom: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: all 200ms ease-in-out;
	width: 100px;
}
.owl-prev {
	left: 0px;
	transform: rotate(180deg);
}
.owl-next {
	right: 0px;
}
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 0.5;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	background-color: rgba(255,255,255,0.1);
	opacity: 1;
}

.owl-dots {
	text-align: center;
}
.owl-dot {
	display: inline-block;
}
.owl-dot span {
	background: #a2a2a2;
	border: 2px solid transparent;
	border-radius: 10px;
	display: inline-block;
	height: 20px;
	margin: 5px;
	width: 20px;
}
.owl-dot.active span {
	background: #d80e12;
	border-color: #fff;
}
*/

.carousel-home {
    position: relative;
}

.carousel-home a {
    transition: all 250ms ease-in-out;
}

.carousel-home a:hover {
    padding-left: 60px;
    padding-right: 60px;
}

.carousel-home-el {
    background: #fff url() center top no-repeat;
    background-size: cover;
    display: none;
    height: 0px;
    padding-bottom: 25%;
    position: relative;
}

.carousel-home-el:first-child {
    display: block;
}

.carousel-home-el .center-flex {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.carousel-home-el span.text {
    color: #fff;
    font-size: 55px;
    display: inline-block;
    padding: 3px 15px;
    font-family: 'Aller', sans-serif;
}

.carousel-home-el span.text.second {
    font-size: 35px;
    margin-top: 0;
}

.carousel-home .owl-dots {
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
}

@media screen and (max-width: 980px) {
    .carousel-home.owl-carousel {
        padding-bottom: 40px;
    }
    .carousel-home .owl-dots {
        bottom: -20px;
    }
}

.home-banners {
}

.home-banners a {
    display: block;
    opacity: 1;
    transition: opacity 200ms ease-in-out;
}

.home-banners a:hover {
    opacity: 0.8;
}

/* Top navigation */

.header-info {
    background: #fcfcfc;
    border-bottom: 1px solid #eee;
}

.header-main {
    background: #fff;
    padding: 10px 0;
    transition: all 200ms ease-in-out;
}

.header-menu {
    background: #002c6c;
}

.no-margin-top {
    margin-top: -20px !important;
}

.navbarLogo {
    margin-top: 5px;;
}

.navbarLogo > a {
    display: inline-block;
    height: 60px;
    transition: all 200ms ease-in-out;
    color: #ca771c;
    font-size: 42px;
    font-family: "Aller", sans-serif;
    float: left;
}

.navbarLogo svg {
    max-width: 240px;
    max-height: 100%;
    float: left;
}

.navbarLogo p, .navbarLogo h1 {
    display: inline-block;
    font-size: 14px;
    color: #434242;
    text-align: left;
    line-height: 2.1em;
    padding-left: 0;
    padding-top: 8px;
    float: left;
    width: auto;
    text-transform: none !important;
    margin-top: 0;
    margin-bottom: 0;
}

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

#header-dynamic.fixed .navbarLogo h1, #header-dynamic.fixed .navbarLogo p {
    line-height: 1.4em;
    padding-top: 15px;
    margin-left: -15px;
}

#activeboxSearch {
    position: relative;
}

.activeboxSearchBoxInput .input-group {
    width: 100%;
}

.navbarIconBox.search-input {
    position: absolute;
    right: 70px;
    top: 25px;
    width: 830%;
    border: 0;
    box-shadow: none;
    height: 65px;
    padding-left: 50px;
}

.navbarIconBox.search-input .input-group-addon {
    background: #c6040f;
    border: 1px solid #c6040f;
}

.navbarIconBox.search-input .input-group-addon svg {
    fill: #fff !important;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.navbarIconBox.search-input .input-group-addon:hover svg {
    fill: #fff !important;
}

.activeboxSearchBoxResults  .responsive-1x1::before {
    padding-top: 100%;
}

.activeboxSearchBoxResults {
    z-index: 2000;
    padding-bottom: 20px;
    background: #fff;
    padding: 10px;
}

.activeboxSearchBoxResults img {
    border: 0;
    vertical-align: top;
    margin-top: 3px;
}

.activeboxSearchBoxResults h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.activeboxSearchBoxResults h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.activeboxSearchBoxResults h4.border {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.activeboxSearchBoxResults .btn-blue-dark {
    width: 90%;
    margin-left: 5%;
    display: block;
}

.navbarIconBox.search-input span#searchClose {
    display: none;
    background: url(../img/svg/cancel.svg) no-repeat;
    width: 22px;
    height: 22px;
    background-size: cover;
}

.navbarIconBox.search-input .btn-red {
    width: 80%;
    margin-left: 10%;
}

#activeboxLearn svg {
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    .navbarIconBox.search-input {
        right: 70px;
        width: 530%;
    }
}

@media screen and (max-width: 990px) {
    .navbarIconBox.search-input {
        right: 70px;
        width: 400%;
    }
}

@media screen and (max-width: 820px) {
    .navbarIconBox.search-input {
        right: 70px;
        width: 350%;
        padding-left: 0;
    }
}



.navbarSearch {
    width: 100%;
}

.navbarSearch input {
    margin-top: 9px;
}

.navbarSearch button {
    text-transform: lowercase;
}

.navbarIcons {
    position: relative;
    margin-top: 0;
    margin-bottom: -20px;
    margin-top: -10px;
}

#activeboxSearch {
    text-align: center;
}

#activeboxSearch strong {
    font-weight: normal;
    display: block;
}

#activeboxSearch path, #activeboxCart path, #activeboxClipboard path, #activeboxUser path {
    fill: #b3b3b3;
}

.navbarIconBox.search-input span#searchClose {
    display: block;
    background: url(../img/svg/cancel.svg) no-repeat;
    width: 22px;
    height: 22px;
    background-size: cover;
}

#activeboxUser {
    margin-left: 135px;
}

#activeboxUser svg {
    display: inline-block;
}

#activeboxClipboard svg {
    text-align: center;
}

#activeboxCart svg {
    margin-bottom: -18px;
}

.fixed #activeboxCart svg {
    margin-bottom: -5px;
}

#activeboxCart strong, #activeboxClipboard strong, #activeboxUser strong, #activeboxLearn strong {
    display: block;
    font-weight: normal;
}

.navbarIcon {
    display: inline-block;
    text-align: center;
}

.navbarIcon > a {
    color: #434242;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 10px;
    position: relative;
    transition: all 200ms ease-in-out;
    text-align: center;
}

.fixed .navbarIcon > a {
    line-height: 20px;
}

.fixed .navbarIcons {
    margin-top: 0;
}

.navbarIcons .navbarIcon.activebox a path,
.navbarIcons .navbarIcon a.active path,
.navbarIcons .navbarIcon:hover path {
    fill: #002c6c !important;
}

.navbarIcon > a > i {
    font-size: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.navbarIcon > a > span {
    background: #3cb6ff;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    height: 20px;
    left: 36px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 20px;
    font-family: 'Aller', sans-serif;
}

#activeboxClipboard.navbarIcon > a > span {
    left: 42px;
}

.fixed .navbarIcon > a > span {
    top: 6px;
}

.navbarIconBox {
    background: #fff;
    border-top: 5px solid #3cb6ff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    right: -10px;
    text-align: left;
    top: 87px;
    transition: all 200ms ease-in-out;
    z-index: 20;
}

.navbarIcon.activebox .navbarIconBox {
    /*.navbarIcon:hover .navbarIconBox {*/
    display: block;
}

.fixed .navbarIconBox.search-input {
    top: 12px;
    height: 50px;
    width: 930%;
}

.fixed .navbarIconBox {
    top: 60px;
}

#clipboard, #cart, #documents, #profile {
    padding-left: 150px;
    padding-right: 150px;
}

#cart h1 {
    color: #002c6c;

}

@media (max-width: 900px) {
    #clipboard, #cart, #documents, #profile {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 500px) {
    #clipboard, #cart, #documents, #profile {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .navbarIcon > a > span {
        left: 45%;
    }

    #activeboxClipboard.navbarIcon > a > span {
        left: 19px;
        top: 2px;
    }

    #activeboxCart svg {
        transform: translate(-4px, 14px);
        margin-bottom: 0;
    }

    .giftbox2-el:nth-child(n+2) {
        margin-top: 20px;
    }

    .giftbox2-flex {
        padding: 15% 0;
    }
}

.sitemap {
    margin-bottom: 30px;
}

.sitemap-list div.sitemap-list {
    width:100%;
    float:left;
}
.sitemap-list ul {
    padding:0;
}
.sitemap-list ul li {
    float:none;
    text-align:left;
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
}
.sitemap-list ul li a {
    padding:0;
    margin:0;
    display: inline;
}
.sitemap-list ul li ul {
    padding-left:20px;
}
.sitemap-list ul li ul li {
    list-style-type: circle;
}

.sitemap-list ul li ul li ul li {
    list-style-type: square;
}

.sitemap-list h2 span {
    display: none;
}

.sitemap-list .nav > li > a:focus,
.sitemap-list .nav > li > a:hover {
    background-color: #fff;
}

.sitemap-list .glyphicon {
    display: none;
    font-family: 'Glyphicons Halflings' !important;
    font-size: 20px !important;
}

@media screen and (max-width: 768px) {
    .sitemap-list {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .sitemap-list .sitemap-list {
        display: none;
    }

    .sitemap-list div.glyphicon {
        display: block;
        float: right;
        margin-top: 3px;
        width: 30px;
        cursor: pointer;
        font-size: 28px;
    }
    .sitemap .col-md-10 {
        padding: 0;
    }
    .sitemap .col-md-6 {
        padding: 0;
    }

    .sitemap-list h2 {
        margin: 0;
        width: calc(100% - 30px);
        float: left;
        margin-bottom: 5px;
    }
    .sitemap-list ul.level2 {
        display: block;
    }
    .sitemap-list ul.nav {
        list-style: disc;
        padding-left: 15px;
    }
}


/* Top boxes */

.activeboxCartBox {
    width: 550px;
}

.activeboxCartBoxTable {
    max-height: 405px;
    overflow-x: hidden;
    overflow-y: auto;
}

.activeboxCartBoxTable table {
    width: 100%;
}

.activeboxCartBoxTable table th {
    background: #000;
    border: 0;
    color: #fff;
    font: 300 14px/20px 'Aller', sans-serif;
    padding: 5px 10px;
    text-transform: uppercase;
}

.activeboxCartBoxTable table td {
    border-bottom: 1px solid #ddd;
    color: #333;
    font: 300 14px/20px 'Aller', sans-serif;
    padding: 10px;
    vertical-align: middle;
}

.activeboxCartBoxTable table td a {
    display: block;
}

.activeboxCartBoxTable table td.image {
    height: 100px;
    width: 100px;
}

.activeboxCartBoxTable table td.image img {
    max-height: 80px;
    max-width: 80px;
}

.activeboxCartBoxTable table td.remove {
    opacity: 0.5;
    transition: all 200ms ease-in-out;
}

.activeboxCartBoxTable table td.remove:hover {
    cursor: pointer;
    opacity: 1;
}

.activeboxCartBoxFooter {
    padding: 10px;
}

.activeboxCartBoxFooter span {
    font: 300 16px/38px 'Aller', sans-serif;
}

.activeboxCartBoxEmpty {
    font: 300 16px/20px 'Aller', sans-serif;
    padding: 30px;
    text-align: center;
}

.activeboxLangBox {
    padding: 10px 10px 0 10px;
}

.activeboxLoginBox {
    width: 400px;
}

.activeboxLoginBoxForm {
    padding: 15px 10px 0px 10px;
}

.activeboxLoginBoxForm .btn-trans {
    padding: 6px 0;
    color: #3cb6ff;
    text-transform: none;
}

.activeboxLoginBoxFooter {
    padding: 10px;
    background: #002c6c;
}

.activeboxLoginBoxFooter span {
    font: 300 14px/38px 'Aller', sans-serif;
    color: #fff;
}

.activeboxAccountBox {
    width: 320px;
}

.activeboxAccountBoxLinks {
    padding: 10px;
}

.activeboxAccountBoxLinks > a {
    display: block;
    font: 300 14px/20px 'Aller', sans-serif;
    padding: 5px 0px;
}

.activeboxAccountBoxFooter {
    padding: 10px;
}

/* Top menu */

.navbarMenu {
    position: relative;
}

.navbarMenu ul.level2 {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.navbarMenu li.level2 {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.navbarMenu a.level2 {
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 50px;
    padding: 0 10px;
    /*transition: all 200ms ease-in-out;*/
}

.navbarMenu li.level2:hover a.level2 {
    text-decoration: none;
    border-bottom: 5px solid #3cb6ff;
}

.navbarMenu ul.level3 {
    background-color: #fff;
    display: none;
    left: 0%;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200px;
    z-index: 10;
}

.navbarMenu li.level2:hover ul.level3 {
    display: block;
}

.navbarMenu li.level3 {
    display: block;
    position: relative;
}

.navbarMenu a.level3 {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1px;
    padding: 5px 10px;
    transition: all 200ms;
}

.navbarMenu li.level3:hover a.level3 {
    background-color: #68bc0f;
    text-decoration: none;
}

.navbarMenu ul.level4 {
    background-color: #68bc0f;
    display: none;
    left: 100%;
    list-style: none;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: -5px;
    width: 200px;
    z-index: 10;
}

.navbarMenu li.level3:hover ul.level4 {
    display: block;
}

.navbarMenu li.level4 {
    display: block;
    position: relative;
}

.navbarMenu a.level4 {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1px;
    padding: 5px 10px;
    transition: all 200ms;
}

.navbarMenu li.level4:hover a.level4 {
    /*
	background-color: #165b7a;
	text-decoration: none;
	*/
}

.navbarMenu ul.level4 ul {
    display: none;
}

.navbarMenu2 {
    position: relative;
}

.navbarMenu2-el {
    display: block;
    float: left;
    margin-right: 5px;
}

.navbarMenu2-el > a {
    color: #fff;
    font-family: "Aller", sans-serif;
    display: block;
    font-size: 17px;
    line-height: 45px;
    text-decoration: none;
    padding: 0 10px;
    transition: all 200ms ease-in-out;
    border-bottom: 5px solid #002c6c;
}

.navbarMenu2-el > a.active, .navbarMenu2-el:hover > a {
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #3cb6ff;
}

.navbarMenu3 {
    background: #fff;
    display: none;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 10;
}

.navbarMenu2-el:hover .navbarMenu3 {
    display: block;
    webkit-box-shadow: 0px 6px 14px 0px rgba(176, 182, 189, 0.75);
    -moz-box-shadow: 0px 6px 14px 0px rgba(176, 182, 189, 0.75);
    box-shadow: 0px 6px 14px 0px rgba(176, 182, 189, 0.75);

}

.navbarMenu3-el > a {
    display: block;
    font-size: 18px;
    color: #3cb6ff;
    font-family: "Aller", sans-serif;
}

.navbarMenu3-el > a:hover {
    text-decoration: underline;
}

.navbarMenu3-el > a.level3 {
    margin-bottom: 5px;
}

.navbarMenu3-el > a.level4 {
    color: #333;
    padding-bottom: 4px;
}

.navbarMenuMobile {
    padding: 10px 0;
    display: none;
}

/* site map */
.sitemap ul {
    padding: 0;
}

.sitemap ul li {
    float: none;
    text-align: left;
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
}

.sitemap ul li a {
    padding: 0;
    margin: 0;
    display: inline;
}

.sitemap ul li ul {
    padding-left: 20px;
}

.sitemap ul li ul li {
    list-style-type: circle;
}

/* Filters */
.filter-dynamic {
    margin-top: 25px;
}

.filter-dynamic a {
    color: #252525;
}

.filters-menu {
    border-top: 1px solid #ddd;
}

.filters-menu > h5 {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    margin: 0;
    overflow: hidden;
    padding: 0 42px 0 10px;
}

.filters-menu > ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.filters-menu > ul > li {
    display: block;
    margin: 10px 0 0 0;
    padding: 0 0 0 26px;
    position: relative;
}

.filters-menu > ul > li:first-child {
    margin: 0;
}

.filters-menu > ul > li > a {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
}

.filters {
    position: relative;
}

.filters-footer a {
    color: #252525;
}

.filters.horizontal {
}

.filters-container {
    max-width: 770px;
    margin: 0 auto;
    text-align: left;
}

.filters.horizontal > a,
.filters.horizontal > span {
    display: block;
    float: right;
    height: 34px;
    margin: 0 0 10px 10px;
}

.filters.horizontal > a,
.filters.horizontal > span {
    float: right;
    height: 34px;
    margin: 0 0 10px 10px;
}

.horizontal-filters {
    margin-bottom: 30px;
}

.horizontal-filters .well {
    padding-bottom: 20px;
    background: #f8f8f8;
}

.horizontal-filters .col-xs-12 > a,
.horizontal-filters .col-xs-12 > span > a {
    width: 250px;
}

.horizontal-filters .filters-el {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    position: relative;
}

.horizontal-filters .filters-el-btn,
.horizontal-filters .filter-show-btn,
.filters-el-btn {
    display: inline-block;
    min-width: 250px;
    width: 250px;
    height: 36px;
    text-transform: none;
    padding-left: 30px;
    margin: 0 2px;
}

.horizontal-filters .filters-el-dropdown {
    position: absolute;
    z-index: 100;
    top: 34px;
    background: white;
    width: 250px;
    margin: 0 auto;
}

.filter-dynamic .well {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.filter-dynamic .container {
    width: 100% !important;
    padding :0 !important;
}

.filters-container .filters-footer-btn {
    width: 250px;
}

.horizontal-filters .col-xs-12 {
    padding: 0 !important;
}

.horizontal-filters .filters-el.active .filters-el-dropdown {
    display: inline-block;
}

.horizontal-filters .filters-footer-btn {
    margin: 10px 0 0 -2px;
}

.horizontal-filters + div {
    margin: 10px 0 !important;
}

h2.header {
    text-transform: uppercase;
    color: #002c6c;
    font-size: 32px;
}

> h2.header > .filters-el-icon {
    display: block;
    float: left;
    height: 34px;
    position: relative;
    top: -10px;
}

.filters.horizontal > a {
    color: #828d9a;
    font-size: 21px;
    line-height: 34px;
    margin-top: 2px;
}

.filters.horizontal > a:hover {
    color: #d80e12;
}

.filters-el-icon {
    background: url() center center no-repeat;
    margin-bottom: 10px;
    width: 34px;
}

.filters-el-icon.clickable {
    opacity: 0.6;
    transition: all 200ms ease-in-out;
}

.filters-el-icon.clickable:hover {
    cursor: pointer;
    opacity: 1;
}

.filters-el {

    position: relative;
}

.filters.vertical .filters-el {
    background: #ffffff;
    display: block;
}

.filters-el-btn {
    background: #fff;
    color: #252525;
    display: block;
    font-family: "Aller", sans-serif;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 42px 0 10px;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
    border: 1px solid #d0d0d0;
}

.filters-el-btn:hover,
.active > .filters-el-btn {
    color: #333;
}

.filters-el-btn:after {
    background: transparent url(../img/icons/arrow.svg) center center no-repeat;
    content: '';
    display: block;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 5px;
    transition: all 200ms ease-in-out;
    width: 24px;
    opacity: .5;
    -webkit-transform: scale(.7) rotate(90deg);
    -moz-transform: scale(.7) rotate(90deg);
    -o-transform: scale(.7) rotate(90deg);
    transform: scale(.7) rotate(90deg);
}

.filters-el.active .filters-el-btn:after,
.filters-el.activebox .filters-el-btn:after {
    -webkit-transform: scale(.7) rotate(270deg);
    -moz-transform: scale(.7) rotate(270deg);
    -o-transform: scale(.7) rotate(270deg);
    transform: scale(.7) rotate(270deg);
    opacity: 1;
}

.filters-el-btn.icon-list-grid:after, .filters-el-btn.icon-list-rows:after {
    background: none !important;
}

.filters-el-btn.icon-list-grid, .filters-el-btn.icon-list-rows {
    padding: 0 10px 0 42px;
    display: inline-block;
}




.filters.horizontal .filters-el-btn {
    background-color: #fff;
    border: 1px solid #a8b0b9;
    max-width: 220px;
}

.filters-el-btn:hover {
    text-decoration: none;
}

.filters-el-dropdown {
    display: none;
    padding: 10px;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.filters.horizontal .filters-el-dropdown {
    background: #fff;
    border: 1px solid #d5d5d5;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 40px;
    width: 250px;
    z-index: 10;
}

.filters-el {
    position: relative;
}

.filters.vertical .filters-el-dropdown {
    position: absolute;
    width: auto;
    z-index: 100;
    background: white;
    padding: 10px;
    right: 10px;
    left: 10px;
}

.filters-el.active .filters-el-dropdown,
.filters-el.activebox .filters-el-dropdown {
    display: block;
}

.filters-el-dropdown-search {
    margin-bottom: 10px;
}

.filters-el-dropdown-search > input {
    border-color: #d5d5d5;
    border-radius: 0;
    box-shadow: none;
    height: 34px;
}

.filters-el-dropdown-list {
    max-height: 180px;
    overflow: auto;
}

.filters-el-dropdown-list-el {
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}

.filters-el-dropdown-list-el:first-child {
    margin-top: 0;
}

.filters-el-dropdown-list-el > a {
    color: #333;
    font-size: 14px;
    display: block;
    text-align: left;
    text-transform: uppercase;
}

.filters-el-dropdown-list-el > span {
    background: url(../img/filters-icons.png) no-repeat;
    position: absolute;
    height: 19px;
    left: 0;
    top: 0;
    width: 19px;
}

.filters-el-dropdown-list-el > span:hover {
    cursor: pointer;
}

.filters-el-dropdown-list-el[data-type="checkbox"] > span {
    background-position: 0px 0px;
}

.filters-el-dropdown-list-el.active[data-type="checkbox"] > span {
    background-position: 0px -19px;
}

.filters-el-dropdown-list-el[data-type="radio"] > span {
    background-position: -19px 0px;
}

.filters-el-dropdown-list-el.active[data-type="radio"] > span {
    background-position: -19px -19px;
}

.filters-el-dropdown-btn {
    margin-top: 10px;
}

.filters-el-dropdown-btn > .btn {
    background-color: #212121;
    border-color: #212121;
}

.filters-footer {
    padding: 10px;
    text-align: center;
    width: 100%;
}

.filters-footer a {
    display: inline-block;
}

.filters-footer .btn-transparent {
    color: #fff;
    padding-right: 20px;
}

.filters-footer .btn-blue {
    background-color: #212121;
}

#filters-footer-fixed {
    padding-top: 100px;
    width: 100% !important;
}

.filters-tags {
    display: inline-block;
}

.filters-tags > span {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    margin: 0 5px 10px 5px;
    padding: 5px;
    text-transform: uppercase;
}

#filters-tags > span:hover {
}

#filters-tags > span > span {
    color: #828d9a;
    display: block;
    float: right;
    font-size: 21px;
    margin: 2px 0 0 2px;
    padding: 0 5px;
}

#filters-tags > span > span:hover {
    color: #d30000;
    cursor: pointer;
}

.padding-top {
    padding-top: 20px;
}

.filters {
    z-index: 1000;
    background: #252525;
    margin-top: 125px;
    min-height: 600px;
    background: #fff;
    display: none;
    margin: 20px;
}

.filter-shift {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 40%;
    padding: 20px;
    background: rgba(0, 0, 0, .8);
    opacity: 1;
    pointer-events: auto;
    transition: .5s;
}

.filter-shift.faded {
    opacity: 0;
    pointer-events: none;
}

.filter-shift:hover {
    background: rgba(0, 0, 0, 1);
}

.filter-shift svg {
    position: relative;
    top: 5px;
    left: -2.5px;
}

.clear-filters {
    text-transform: uppercase;
    color: #e68600;
}

.clear-filters:hover,
.clear-filters:focus {
    color: #f8950a;
}

.filters .container {
    width: 100%;
}

.filter-shift:hover {
    cursor: pointer
}

.filters.active {
    display: block;
}

.filters.horizontal > a,
.filters.horizontal > span {
    float: right;
    height: 36px;
    margin: 0 0 10px 10px;
}

.horizontal-filters .col-xs-12 > a,
.horizontal-filters .col-xs-12 > span > a {
    width: 250px;
}

.horizontal-filters .filters-el {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    position: relative;
}

.horizontal-filters .filters-el-btn,
.horizontal-filters .filter-show-btn {
    display: inline-block;
    min-width: 250px;
}

.horizontal-filters .filters-el-dropdown {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 34px;
    background: white;
}

.horizontal-filters .filters-el.active .filters-el-dropdown {
    display: inline-block;
}

.horizontal-filters + div {
    margin: 10px 0 !important;
}

.filter-show-btn {
    vertical-align: top;
    background: white;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    padding-left: 50px;
    border: 1px solid #d0d0d0;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
}

.filter-show-btn svg {
    transform: scale(.8);
    position: absolute;
    top: 5px;
    left: 15px;
}

h2.header > .filters-el-icon {
    display: block;
    float: left;
    height: 40px;
    margin: 0;
}

.filters .show-filters {
    position: relative;
    top: 10px;
    left: 10px;
    fill: #fff;
}

.filters .show-filters:hover {
    cursor: pointer;
}

.filters.active .show-filters {
    fill: #444444;
}

.filters .show-filters + span + span {
    display: none;
}

.filters.active .show-filters + span + span {
    display: block;
}

.filters .show-filters + span {
    margin-left: 20px;
    position: relative;
    top: 5px;
    font-family: 'Aller', sans-serif;
    color: #fff;
}

.filters.active .show-filters + span {
    color: #333;
}

.filters.horizontal > a {
    color: #828d9a;
    font-size: 21px;
    line-height: 34px;
    margin-top: 2px;
}

.filters.horizontal > a:hover {
    color: #d30000;
}

.filters-el-icon {
    background: url() center center no-repeat;
    margin-bottom: 10px;
    width: 34px;
}

.filters-el-icon.clickable {
    opacity: 0.6;
    transition: all 200ms ease-in-out;
}

.filters-el-icon.clickable:hover {
    cursor: pointer;
    opacity: 1;
}

.filters-el-btn.icon-list-grid {
    background-image: url(../img/svg/menu3.svg) !important;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px;
    height: 36px;
    float: none;
    margin: 0 auto 1px 5px;
    padding-left: 25px;
    cursor: pointer;
}

.filters-el-btn.icon-list-rows {
    background-image: url(../img/svg/menu2.svg) !important;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px;
    height: 36px;
    float: none;
    margin: 0 auto 1px auto;
    padding-left: 25px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .filters-el-btn.icon-list-grid, .filters-el-btn.icon-list-rows {
        display: inline-block;
        margin-left: 0;
        cursor: pointer;
    }
    .filters-el-btn, .filter-show-btn {
        min-width: 100px !important;
        max-width: 200px !important;
        width: 200px !important;
        height: 36px !important;
        font-size: 14px;
    }
    .colorbox.filter-shift.filter-show {
        display: none;
    }
}


@media screen and (max-width: 621px) {
    .filters-el-btn, .filter-show-btn, .filters-el {
        max-width: 250px !important;
        width: 250px !important;
        height: 36px !important;
        font-size: 18px;
        margin: 0 auto 3px auto !important;
        display: block !important;
        float: none !important;
    }
    .filters-el-btn.icon-list-grid {
        margin-bottom: -20px;
        display: inline-block;
        vertical-align: bottom;
    }

}

.filters-el-icon.icon-order {
    background-image: url(../img/svg/sort.svg);
    background-size: 75%;
}

.filters-el-icon.icon-features {
    background-image: url(../img/svg/filter.svg);
    background-size: 60%;
}

.filters-el {
    padding: 10px;
    position: relative;
}

.filters .hide-filters {
    position: relative;
    top: 7.5px;
    left: -10px;
    transition: .5s;
    opacity: .5;
}

.filters .hide-filters:hover {
    opacity: 1;
    cursor: pointer;
}

.filters.vertical .filters-el {
    background: #ffffff;
    display: block;
}

.well {
    border: 0;
    border-radius: 0;
    box-shadow : 0;
}

/* Categories */

.breadcrumbs {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.breadcrumbs > a {
}

.producenci .categoryBox {
    border: none;
    padding: 20px;
    position: relative;
}

.producenci h2.header {
    margin-bottom: 0;
    font-size: 32px;
}

.categoryBox {
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;
    margin-top: -1px;
}

.categoryBox > h3 {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 13px;
    font-weight: 300;
    height: 40px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

/* Pages */

.pagesMenu {
    padding-top: 46px;
}

.pagesMenu ul {
    border-top: 1px solid #ddd;
    list-style: none;
    margin: 0;
}

.pagesMenu ul li {
    border-bottom: 1px solid #ddd;
}

.pagesMenu ul li a {
    display: block;
    padding: 10px;
}

.pagesMenu ul li a.active,
.pagesMenu ul li a:hover {
    background: #fafafa;
    text-decoration: none;
}

.pagesMenu ul.level2 {
    padding: 0;
}

.pagesMenu ul.level2 > li > a {
    font-size: 14px;
}

.pageHeader {
}

.pageHeader h1 {
    font-size: 28px;
    text-align: center;
}

.pageHeader img {
    margin-bottom: 20px;
}

.page-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px 30px 10px;
    background: #f4f4f4;
}

.page-container h1 {
    font-size: 32px;
    color: #002c6c;
}

.page-container h2 {
    color: #002c6c;
}

.pagesList {
    padding-top: 25px;
}

.pageContent {
    overflow: hidden;
    background: #fff;
    padding: 0 20px 20px 20px;
    font-family: 'Aller', sans-serif !important;
    font-size: 14px !important;
    margin-top: 20px;
}

.pageContent.col-md-12 {
    margin-left: 150px;
    margin-right: 150px;
    width: calc(100% - 300px);
}

@media screen and (max-width: 900px) {
    .pageContent.col-md-12 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.pageContent * {
    font-family: 'Aller', sans-serif !important;
    font-size: 14px !important;
}

.pageContent h1 {
    font-size: 32px !important;
}

.pageContent h2 {
    font-size: 20px !important;
}

.pageContent h3 {
    font-size: 18px !important;
}

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

.article-banners-right {
    padding-left: 20px;
}

.article-banners-right .responsive-1x1::before {
    padding-top: 33%;
}

.pageSmallBox {
    background: #212121 url() center center no-repeat;
    background-size: cover;
    height: 240px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.pageSmallBox > div {
    background: rgba(22, 91, 122, 0.5);
    height: 200%;
    left: 0;
    position: absolute;
    transition: all 300ms ease-in-out;
    top: 0;
    width: 100%;
}

.pageSmallBox:hover > div {
    background: rgba(22, 91, 122, 1);
    top: -100%;
}

.pageSmallBox > div > h3 {
    color: #fff;
    display: block;
    font-size: 24px;
    height: 50%;
    margin: 0;
    padding: 30px;
    text-shadow: 1px 1px 2px #212121;
}

.pageSmallBox > div > p {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 50%;
    margin: 0;
    padding: 30px;
}

.pageBigBox {
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
}

.pageBigBoxContent {
    background: url() center center no-repeat;
    background-size: cover;
    position: relative;
}

.pageBigBoxContent > div {
    background: rgba(33, 33, 33, 0.8);
    bottom: 0;
    left: 0;
    padding: 10px 10px 0 10px;
    position: absolute;
    right: 0;
}

.pageBigBoxContent > div > h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0;
    text-align: center;
}

.pageBigBoxContent > div > p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
    max-height: 0;
    overflow: hidden;
    text-align: justify;
    transition: all 200ms;
}

.pageBigBoxContent:hover > div > p {
    max-height: 100px;
}

.pageBigBoxFooter {
    padding: 5px 10px;
}

.pageBigBoxFooter h3 {
    margin-top: 20px;
}

.limited-paragraph p, .pageBigBoxFooter h3 a {
    color: #333;
}

.pageBigBox.item-blog h3 {
    font-size: 18px;
    height:40px;
    overflow: hidden;
    color: #3cb6ff;
}

.pageBigBox.item-blog .pageBigBoxFooter .limited-paragraph {
    font-size: 14px !important;
    font-family: 'Aller', sans-serif !important;
    line-height: 1.2 !important;
    height: 70px;
    overflow:hidden;
}

.pageBigBox.item-blog .pageBigBoxFooter span {
    font-size: 14px !important;
    font-family: 'Aller', sans-serif !important;
    line-height: 1.2 !important;
}

@media screen and (min-width: 1500px) {
    .pageBigBox.item-blog h3 {
        font-size: 18px;
        height:50px;
        overflow: hidden;
        margin-bottom: 0;
    }

    .pageBigBox.item-blog .pageBigBoxFooter .limited-paragraph {
        height: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .pageBigBox.item-blog .pageBigBoxFooter .limited-paragraph {
        height: 120px;
    }
}

@media screen and (max-width: 480px) {
    .pageBigBox.item-blog .pageBigBoxFooter .limited-paragraph {
        height: 200px;
    }
    .pageBigBox.item-blog h3 {
        font-size: 16px;
        height:70px;
    }
}

.arrow-top {
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 50px;
    padding: 17px;
    background: rgba(0, 0, 0, .8);
    opacity: 1;
    pointer-events: auto;
    transition: .5s;
}

.arrow-top.faded {
    opacity: 0;
    pointer-events: none;
}

.arrow-top:hover {
    background: rgba(0, 0, 0, 1);
}

.arrow-top svg {
    fill: #fff;
    height: 32px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 32px;
}

.pageTallBox {
    border: 1px solid #ddd;
    position: relative;
    transition: all 200ms ease-in-out;
}

.pageTallBox:hover {
    background: #fafafa;
}

.pageTallBoxImage {
    background: #fff url() center center no-repeat;
    background-size: cover;
    border-bottom: 1px solid #ddd;
}

.pageTallBoxContent {
    padding: 10px 20px;
    text-align: center;
    background: #fff;
}

.pageTallBoxContent h3 {
    font-size: 16px;
    height: 72px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
}

.pageWideBox {
    border: 1px solid #ddd;
    position: relative;
    transition: all 200ms ease-in-out;
}

.pageWideBox:hover {
    background: #fafafa;
}

.pageWideBoxImage {
    background: #fff url() center center no-repeat;
    border-right: 1px solid #ddd;
    background-size: cover;
    height: 220px;
}

.pageWideBoxContent {
    height: 140px;
    overflow: hidden;
    margin: 20px;
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
}

.pageWideBoxContent h3 {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 2px 0;
    color: #3cb6ff;
    height: 40px;
}

.pageWideBox span {
    font-size: 14px;
    margin: 0;
    text-align: justify;
    display: block;
    padding-left: 20px;
    padding-bottom: 20px;
    line-height: 1;
}



@media screen and (max-width: 1024px) {
    .pageWideBoxContent h3 {
        font-size: 19px;
        line-height: 22px;
        height: 50px;
    }
    .pageWideBoxImage {
        height: 245px;
    }

    .pageWideBoxContent {
        height: 180px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {
    .pageWideBoxContent h3 {
        height: auto;
        margin-bottom: 10px;
    }
    .pageWideBoxImage {
        height: 200px;
    }

    .pageWideBoxContent {
        height: auto;
        min-height: 50px;
    }
}

/* Product box */

.productBox {
    border: 1px solid #fff;
    padding: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.productBox:hover {
    border: 1px solid #ddd;
    position: relative;
    text-align: center;
}

.productBoxImage {
    position: relative;
}

.productBoxImage img {
    max-width: 100%;
    width: auto;
    max-height: 150% !important;
}

.productBoxTitle {
    height: 60px;
    overflow: hidden;
    text-align: center;
}

.productBoxTitle > h2 {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    margin: 0 !important;
    max-height: 60px;
    overflow: hidden;
}

.productBoxTitle > h5 {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    margin: 6px 0 0 0;
    position: relative;
    z-index: 3;
}

.productBoxTitle .btn-blue-dark {
    width: auto;
    display: inline-block;
    font-size: 14px;
}

.productBoxPrice {
    text-align: center;
    height: 30px;
    overflow: hidden;
}

.productBoxPrice h4 span {
    font-size: 16px;
}

.productBoxPrice > span.old {
    color: #bbb;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin-right: 10px;
    text-decoration: line-through;
}

.productBoxPrice > span.new {
    color: #68bc0f;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
}

.productBoxPrice > span > span {
    font-size: 0.8em;
}

.productBoxPromo {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 5;
}

.productBoxPromo > span {
    display: block;
    margin-bottom: 10px;
}

.productBoxIcons {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
}

.productBoxIcons > a {
    height: 20px;
    margin-bottom: 10px;
    opacity: 0.8;
    transition: all 150ms ease-in-out;
    width: 20px;
}

.productBoxIcons > a.del {
    opacity: 1;
}

.productBoxIcons > a:hover {
    opacity: 1;
}

.productBoxIcons > a > i {
    color: #fff;
    font-size: 30px;
}

.productBox.in-clipboard a.ico-clipboard > i,
.productBox.in-compare a.ico-compare > i {

}

.productBox .ico-cart {
    bottom: 20px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    z-index: 5;
}

/* Product row */

.productsList.promo-boxes.in-rows {
    /*background: #f4f4f4;*/
}

.productRow {
    padding: 20px 0;
}

.productRow .container-fluid {
    padding: 0;
}

.productRow:hover {
    background: #fff;
}

.productRowTitle {
    margin: 0px 0 10px 0;
}

.productRowTitle > a {
    font: 28px 'Aller', sans-serif;
    color: #002c6c;
}

.productRow:hover .productRowTitle > a {
    color: #3cb6ff;
}

.productRowInfo {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Aller', sans-serif;
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.productRowInfo a,
.productRowInfo span {
    margin-left: 0;
    font-size: 16px;
}

.productRowInfo a {
    color: #002c6c;
    margin-top: 10px;
    font-size: 16px;
}

.productRowInfo a:hover {
    color: #3cb6ff;
}

.productRowInfo span {
    color: #434242;
    font: 300 14px/21px 'Aller', sans-serif;
}

.productRowInfo span:first-child {
    margin-left: 0;
}

.productRowInfo .green {
    color: #70ac13;
}

.productRowInfo .product-city {
    background: url(../img/svg/marker.svg) no-repeat center left;
    width: auto;
    height: 24px;
    padding: 2px 40px 0 25px;
    display: inline-block;
    font-size: 18px;
    color: #083069;
    background-size: 18px 18px;
    float: left;
}

.productRowPlace {
    padding-left: 25px;
    font-size: 14px;
    color: #083069;
    padding-bottom: 10px;
}

.productRowInfo .product-date {
    background: url(../img/svg/date.svg) no-repeat center left;
    width: auto;
    height: 24px;
    padding: 2px 0 0 28px;
    display: inline-block;
    font-size: 18px;
    color: #083069;
    background-size: 18px 18px;
    float: left;
}

.productRowDesc {
    overflow: hidden;
    text-align: justify;
}

.productRowDesc p {
    color: #434242;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
}

.productRowPrice {
    margin-top: 0;
}

.productRowPrice table {
    width: auto;
    margin: 0 auto;
}

.productRowPrice table td {
    padding: 0 5px 0 0;
    vertical-align: top;
}

.productRowPrice1 {
    color: #333;
    font: 300 18px/23px 'Aller', sans-serif;
    padding-top: 5px !important;
}

.productRowPrice2 {
    color: #333;
    font: 300 24px/26px 'Aller', sans-serif;

}

.productRowPrice2 span.old {
    color: #818b97;
    display: block;
    font-size: 1em;
    text-decoration: line-through;
    display: block;
    padding-top: 10px;
}

.productRowButtons {
    margin-top: 20px;
}

.productRowButtons .btn {
    line-height: 40px;
    height: 50px;
    width: 100%;
    display: inline-block;
    color: #333;
    margin-bottom: 10px;
}

.productRowButtons span.btn-blue {
    font-size: 18px;
    color: #fff;
}

.productRowButtons svg {
    fill: #b3b3b3;
    margin-right: 10px;
}

.productRowButtons .btn-blue svg {
    fill: #fff;
    vertical-align: middle;
    display: inline-block;
}

.productRowButtons span.btn-grey.active img {
    opacity: 1;
}

.productRowButtons .btn-trans {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #2fc3ff;
}

.buy .btn-trans {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #2fc3ff !important;
    padding: 10px !important;
    line-height: 1;
    height: auto;
}

@media screen and (max-width: 980px) {
    .productRowButtons span.btn-blue, .productRowButtons span.btn-grey {
        font-size: 15px;
    }
    .productRowButtons .col-sm-6 {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .banners-right.in-rows {
        width: 100%;
    }
    .productsList.promo-boxes.in-rows {
        width: calc(100% - -20px);
    }
    .productRowButtons span.btn-blue, .productRowButtons span.btn-grey {
        font-size: 15px;
    }
    .productRowButtons .col-sm-6 {
        width: 100% !important;
    }
    .productsList.promo-boxes.in-rows .responsive-container img {
        margin: 0 auto 10px auto;
        display: block;
    }
    .productRow {
        padding:20px;
    }
}

.productTabRowTitle a {
    font: 300 18px/24px 'Aller', sans-serif;
}

.productTabRowPrice b {
    font: 300 21px/24px 'Aller', sans-serif;
}

.productTabRowPrice strike {
    color: #7d8794;
    font: 300 18px/24px 'Aller', sans-serif;
}

/* Product details */

.productCarouselHeader {
    padding: 0 100px 0 20px;
}

.productImages {
}

.productImage {
    border: 1px solid #ddd;
    margin: 0 5px 10px 5px;
    transition: all 200ms ease-in-out;
}

.productImage:hover {
    border-color: #bbb;
}

.productPromo {
}

.productIcons {
    text-align: right;
}

.productIcons > a {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    margin-left: 20px;
}

.productIcons > a > i {
    font-size: 20px;
    margin-right: 10px;
}

.productName {
    margin: 0;
}

.productIndex {
    color: #555;
    font-size: 12px;
    margin-bottom: 10px;
}

.productCategories {
    font-size: 0.9em;
    margin-bottom: 10px;
}

.productAvailable {
    margin-bottom: 20px;
}

.productAvailable > span {
    margin-right: 20px;
}

.productPrice {
    height: 50px;
    margin-bottom: 20px;
}

.productPrice > div {
    float: left;
    height: 50px;
    margin-right: 10px;
}

.productPriceOld {
    color: #bbb;
    font-size: 18px;
    line-height: 35px;
    padding-top: 15px;
    text-decoration: line-through;
}

.productPriceNew {
    color: #68bc0f;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
}

.productDetailsInfo {
    color: #536071;
    font: 300 16px/20px 'Aller', sans-serif;
}

.productDetailsInfo > .pull-left > span {
    margin-left: 20px;
}

.productDetailsInfo > .pull-left > span:first-child {
    margin-left: 0;
}

.productDetailsInfo > .pull-right {
}

.productDetailsRatings {
    margin-bottom: 10px;
}

.productDetailsRatings > span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.productDetailsRatings > span:first-child {
    margin-left: 0;
}

.productDetailsRatings .text-blue {
    color: #272525;
}

.productDetailsRatings .text-red {
    color: #d80e12;
}

.productDetailsPrice {
}

.productDetailsPrice1 {
    color: #333;
    font: 300 18px/21px 'Aller', sans-serif;
    margin-bottom: 10px;
}

.productDetailsPrice2 {
    color: #333;
    font: 300 16px/21px 'Aller', sans-serif;
    margin-bottom: 20px;
}

.productDetailsPrice2 p {
}

.productDetailsPrice2 b {
    font: 300 31px/21px 'Aller', sans-serif;
}

.productDetailsPrice2 a,
.productDetailsPrice2 span {
    margin-left: 10px;
}

.productDetailsPrice2 span:first-child {
    margin-left: 0;
}

.productDetailsPrice2 .green {
    color: #70ac13;
}

.productDetailsPrice3 {
    text-align: right;
}

.productDetailsActions {
}

.productDetailsAction1 {

    text-align: center;
}

.productDetailsAction1 > input {
    border: 1px solid #ccc;
    box-shadow: none;
    color: #333;
    font-size: 28px;
    opacity: 0.8;
    text-align: center;
    width: 60px;
}

.productDetailsAction1 > input:focus {
    border-color: #626e7e;
    box-shadow: none;
    opacity: 1;
    outline: none;
}

.productDetailsAction1 > .glyphicon {
    color: #333;
    font-size: 28px;
    margin: 0 10px;
    opacity: 0.5;
}

.productDetailsAction1 > .glyphicon:hover {
    opacity: 1;
}

.productDetailsAction2 .btn {
    display: block;
    line-height: 40px;
    overflow: hidden;
    padding: 15px 15px;
}

.productDetailsAction2 .btn img {
    height: 32px;
    margin-right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    width: 32px;
}

.productDetailsAction3 .btn {
    display: block;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 5px 15px;
    margin-bottom: 6px;
}

.productDetailsAction3 .btn img {
    height: 16px;
    margin-right: 15px;
    opacity: 0.8;
    transition: all 200ms;
    width: 16px;
}

.productDetailsAction2 .btn:hover img,
.productDetailsAction3 .btn:hover img {
    opacity: 1;
}

.productDetailsFeatures table {
}

.productDetailsFeatures table tr td {
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    vertical-align: top;
}

.productDetailsFeatures table tr td span {
    margin-right: 10px;
    white-space: nowrap;
}

.productDetailsDelivery select {
    margin-bottom: 10px;
}

.productDetailsDelivery table {
}

.productDetailsDelivery table tr td {
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    vertical-align: top;
}

.productDetailsDelivery table tr td.text-right {
    white-space: nowrap;
}

.productDetailsButtons {
}

.productDetailsOptions {
}

.productDetailsOptions table {
    width: 100%;
}

.productDetailsOptions table tr td {
    color: #333;
    font: 300 18px/24px 'Aller', sans-serif;
    padding: 5px 10px;
}

.productDetailsOptions table tr:hover td {
    background: #fafafa;
}

.productDetailsTabs {
}

.productDetailsTabs .tab-content {
}

#productTab2 {
    color: #333;
    font-size: 14px;
}

.description .text-grey {
    color: #8a8a8a;
}

.productDetailsCategories {
    margin-bottom: 10px;
}

.productDetailsCategories a {
}

#productDetails * {
    text-transform: uppercase;
}

#productDetails .tab-content * {
    text-transform: none;
}

#productDetails .material-icons {
    text-transform: none;
}

.promo-boxes {
    padding: 20px;
    background: #f8f8f8;
}

.promo-boxes:nth-child(odd) {
    background: #fff;
}

.productsList.promo-boxes {
    background: #f8f8f8;
    padding-top: 0;
}

.productsList.promo-boxes {
    width: calc(100% - -20px);
    float: left;
}

.productsList.promo-boxes.in-rows {
    /*width: calc(100% - 300px);*/
    width: 100%;
    float: left;
}

.banners-right {
    width: 300px;
    float: left;
    min-height: 50px;
}

.promo-boxes .productBox {
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    margin-top: 4px;
    padding: 0px !important;
    padding-bottom: 20px !important;
    position: relative;
}

.promo-boxes .productBox:hover {
    border-color: #3cb6ff;
    border-top-width: 5px;
    margin-top: 0;
}

.promo-boxes .productBox img {
    padding: 0;
}

.promo-boxes .productBox .productBoxTitle {
    height: 250px;
    line-height: 1 !important;
    font-weight: normal;
    padding: 5px;
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Aller', sans-serif;
    transform: translateY(0);
    position: absolute;
    transition: 0.5s;
    top: 0;
    width: 100%;
}

.promo-boxes .productBox .productBoxTitle ul {
    list-style: none;
    padding-left: 0;
}

.promo-boxes .productBox .productBoxTitle ul li {
    background: url(../img/icons/arrow-right.svg) left 3px no-repeat;
    background-size: 10px 10px;
    padding-left: 15px;
    padding-bottom: 5px;
}

.promo-boxes .productBox .productBoxTitle .large-font {
    font-size: 20px;
    color: #083069;
}

.promo-boxes .productBox .productBoxTitle .text-transparent {
    font-size: 14px;
    color: #083069;
    display: inline-block;
    margin-right: 10px;
}

.promo-boxes .productBox .productBoxFooter {
    height: 205px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.promo-boxes .productBox:hover .productBoxTitle {
    /*transform: translateY(-60px);
    transition: 0.5s;*/
}


.promo-boxes .productBox .productBoxTitle .small-proddesc {
    color: #434242 !important;
    line-height: 1.2 !important;
    text-align: justify !important;
    font-family: 'Aller', sans-serif;
}

.promo-boxes .productBox .productBoxFooter .productBoxTitle h2 {
    color: #002c6c;
    height: 50px !important;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px !important;
    font-family: 'Aller', sans-serif;
}

.promo-boxes .productBox .productBoxTitle p {
    font-family: 'Aller', sans-serif;
}

.promo-boxes .productBox .productBoxTitle .desc {
    color: #434343;
    display: inline-block;
    height: 95px;
    overflow: hidden;
    opacity: 1;
    transition: 0.5s;
    text-align: left;
    width: 100%;
}

.promo-boxes .productBox:hover .productBoxTitle .desc {
    height: 1px;
    transition: 0.5s;
    opacity: 0;
}

.promo-boxes .productBox .place {
    position: absolute;
    width: 70%;
    height: 80px;
    background: #fff;
    top: 20%;
    left: 15%;
    z-index: 200;
    color: #083069;
    padding: 15px;
    opacity: 0;
    transition: 0.5s;
}

.promo-boxes .productBox:hover .place {
    opacity: 1;
    transition: 0.5s;
}

.promo-boxes .productBox .place span {
    color: #083069;
    display: block;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: 'Aller', sans-serif;
    line-height: 20px;
}

.promo-boxes .productBox .place span:first-child {
    font-size: 18px;
    height: 30px;
}

.promo-boxes .productBox .btn-blue {
    font-size: 14px;
    z-index: 200;
}

@media screen and (max-width: 1200px) {
    .promo-boxes .productBox .productBoxTitle {
        height: 185px;
    }

}

@media screen and (max-width: 1024px) {
    .banners-right {
        width: 200px;
    }
    .productsList.promo-boxes.in-rows {
        width: calc(100% - 200px);
        float: left;
    }
}

@media screen and (max-width: 980px) {
    .promo-boxes .productBox .productBoxTitle {
        height: 190px;
    }
}

@media screen and (max-width: 768px) {
    .promo-boxes .productBox .productBoxTitle {
        height: 190px;
    }
}

@media screen and (max-width: 640px) {
    .promo-boxes .productBox .productBoxTitle {
        height: 180px;
    }
}

@media screen and (max-width: 580px) {
    .promo-boxes .col-xs-6.products-boxes {
        width: 100% !important;
    }
    .promo-boxes .productBox .productBoxTitle {
        height: 190px;
    }
}

@media screen and (max-width: 500px) {
    .banners-right {
        width: 100% !important;
    }
    .promo-boxes .col-xs-6.products-boxes {
        width: 50% !important;
    }
    .productsList.promo-boxes {
        width: calc(100% - -20px);
        float: left;
    }
    .promo-boxes .productBox .productBoxTitle {
        height: 190px;
    }

}

@media screen and (max-width: 380px) {
    .promo-boxes .productBox .productBoxTitle {
        height: 230px;
    }
    .productsList.promo-boxes {
        padding: 10px;
    }
    .promo-boxes .productBox .productBoxTitle h2 {
        height: 85px !important;
    }
}



.checkout {
    background: #f4f4f4;
    padding: 30px;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
}

.checkout h2 {
    color: #002c6c;
    text-transform: uppercase;
    margin-top: 0;
}

.btn-checkout {
    width: 250px;
    border: 1px solid #002c6c;
    color: #002c6c;
    background: #fff;
}

.opinions {
    background: #f4f4f4;
    padding: 10px 20px 20px 20px;
}

.opinions .row {
    margin: 0;
}

.opinions .opinion {
    margin-top: 10px;
    padding: 0;
}

.opinions .categoryBox {
    padding: 15px;
    margin-bottom: 2px;
    background: #fff url(../img/icons/iconmonstr-quote-12.svg) no-repeat;
    background-size: 100px 100px;
    background-position: 95% 95%;

}

.opinions h3 {
    font-size: 16px;
    color: #3cb6ff;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
    font-family: 'Aller', sans-serif;
}

.opinions span {
    color: #434343;
    font-style: italic;
    line-height: 1.2;
    font-family: 'Aller', sans-serif;
    font-size: 13px;
    text-align: justify;
    display: inline-block;
    height: 95px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .opinions span {
        height: 125px;
    }
}

@media screen and (max-width: 980px) {
    .opinions span {
        height: 46px;
    }
}

@media screen and (max-width: 800px) {
    .opinions span {
        height: 55px;
    }
}

@media screen and (max-width: 700px) {
    .opinions span {
        height: 70px;
    }
}

@media screen and (max-width: 600px) {
    .opinions span {
        height: 80px;
    }
}

@media screen and (max-width: 500px) {
    .opinions span {
        height: 115px;
    }
}

@media screen and (max-width: 360px) {
    .opinions span {
        height: 135px;
    }
}

@media screen and (max-width: 330px) {
    .opinions span {
        height: 155px;
    }
}

.opinions span.sign {
    display: block;
    margin-top: 20px;
    height: 20px;
}

.opinions .btn-blue-dark {
    width: 200px;
    margin: 20px auto 0;
    display: block;
    float: none;
}

.main-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.product3 .product-top .main-image, .product4 .product-top .main-image {
    padding-top: 30px;
}

.main-image > span.next {
    right: 0;
    z-index: 1;
}

.main-image > span {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) url("../img/icons/colorbox-arrow.svg") no-repeat scroll center center;
    bottom: 0;
    content: "";
    display: block;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transition: all 200ms ease-in-out 0s;
    width: 10%;
    z-index: 11;
}

.main-image > span.prev {
    left: 0;
    transform: rotate(180deg);
}

.main-image img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    padding-top: 0 !important;
}

.stateful-color-black svg {
    fill: #000;
    left: 3px;
    opacity: 0.5;
    position: relative;
    top: 7px;
    transition: all 0.5s ease 0s;
    z-index: 2;
}

.social-cart svg {
    margin: 0 5px;
}

.social-cart a:hover {
    text-decoration: none;
}

.footer-menu ul li.social {
    margin-top: 20px;
}

.social a {
    margin-right: 16px;
}

.social a img {
    display: inline-block;
    height: 50px;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    width: 50px;
    opacity: .5;
}

.social a:hover img {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* Product tabs */

.nav-tabs {
    border-bottom: 0px solid #ddd;
    margin-bottom: 20px;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #333;

    line-height: 30px;
    margin: 10px 20px 0 0;
    padding: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: none;
    border: 0;
    border-bottom: 1px solid #000;
    color: #333;
}

/* Reviews */

.rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
}

.rating-input {
    float: right;
    height: 24px;
    margin: 0 0 0 -24px !important;
    opacity: 0;
    padding: 0;
    width: 24px;
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background-image: url(../img/icons/full-star.svg);
}

.rating-star,
.rating:hover .rating-star {
    background: url(../img/icons/empty-star.svg) 0 0 no-repeat;
    display: block;
    float: right;
    height: 24px;
    position: relative;
    transition: all 200ms ease-in-out;
    width: 30px;
}

.rating-star:hover {
    cursor: pointer;
}

.reviews-form {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
}

.reviews-form .rating {
    padding-top: 7px;
}

.reviews-list-el {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px;
}

.reviews-list-el-content {
    padding: 10px 0 0 0;
}

.reviews-list-el .stars {
    margin-top: 7px;
}

.reviews-list-el .vote-up .glyphicon,
.reviews-list-el .vote-down .glyphicon {
    margin-right: 5px;
    margin-top: 5px;
}

.reviews-list-el a.vote-up .glyphicon {
    color: #70ac13;
}

.reviews-list-el a.vote-down .glyphicon {
    color: #d80e12;
}

/* Cart */

.cartTable > thead > tr > th {
    color: #333;
    font: 300 16px/21px 'Aller', sans-serif;
    padding: 5px 10px;
    text-transform: uppercase;
}

.cartTable > tbody > tr > td {
    color: #333;
    font: 300 16px/21px 'Aller', sans-serif;
    vertical-align: middle;
}

.cartTable > tbody > tr > td.no-border {
    border: none;
}

.cartTable > tbody > tr:hover > td {
    background: #fafafa;
}

.cartTable > tbody > tr > td.col2 > .responsive-container {
    width: 120px;
}

.cartTable > tbody > tr > td.col3 {
    font-size: 18px;
}

.cartTable > tbody > tr > td.col8 {
    width: 120px;
}

.cartTable > tbody > tr > td.col8 > input {
}

.cartTable > tbody > tr > td.col8 > input:focus {
}

.cartTable > tbody > tr > td.col11 > .glyphicon {
    color: #d80e12;
}

.cartTable > tfoot > tr > td {
    border-top: none;
    color: #333;
    font: 300 16px/21px 'Aller', sans-serif;
    vertical-align: middle;
}

.cartTable > tfoot > tr > td.no-border {
    border: none;
}

.cartMethodsSummary .text-left {
    font: 300 18px/28px 'Aller', sans-serif;
    text-transform: uppercase;
}

.cartMethodsSummary .text-right {
    font: 300 24px/28px 'Aller', sans-serif;
}

.cartSubmit h2,
.cartSubmit h3 {
    display: inline-block;
    line-height: 62px;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.cartHeaders h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.cartHeaders h5 {
    margin: 0;
    text-transform: uppercase;
}

.cartCouponForm table {
    width: auto;
}

.cartCouponForm table td {
    padding: 0 20px 0 0;
}

.cartCouponForm .form-control {
    width: 300px;
}

.cartDiscounts {
    padding: 20px 0;
}

.cartDiscountsForm {
    margin: 0 0 20px 0;
}

.cartDiscountsForm table {
    width: auto;
}

.cartDiscountsForm table td {
    padding: 0 20px 0 0;
}

.cartDiscountsForm h5 {
    text-transform: uppercase;
    margin: 0;
}

.cartDiscountsList {
    padding-top: 10px;
}

.cartDiscountsList h5 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.cart-radio {
    border-top: 1px solid #e3e3e3;
}

.cart-radio .radio {
    margin: 0;
}

.cart-radio label {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding: 20px;
    transition: all 100ms;
}

.cart-radio label:hover {
    background-color: #fafafa;
}

.cart-radio input[type=radio] {
    margin-left: 0;
}

.cart-radio label span {
    display: inline-block;
    margin-left: 40px;
    text-transform: uppercase;
}

.cart-radio label span b {
    margin-right: 20px;
}

/* Order */

.order-header {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

.order-header h2 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.order-header p {
    margin: 0 0 20px 0;
}

.order-header a.btn {
    padding: 20px 90px;
}

.order-radio label {
    display: block;
    padding: 15px;
    transition: all 100ms;
}

.order-radio label:hover {
    background: #3cb6ff;
    color: #fff;
}

.order-radio input[type=radio] {
    margin-left: 0;
}

.order-radio input[type=radio]:checked + span {
}

.order-radio input[type=radio]:checked + span + .parametermore {
    padding: 10px 30px;
}

.parametermore input {
    background: #68bc0f;
    color: #fff;
    border: 1px solid #68bc0f;
}

.order-radio label:hover .parametermore input {
    background: #68bc0f;
    color: #fff;
    border: 1px solid #68bc0f;
}

select.inpselec {
    visibility: hidden;
}

.order-radio label span {
    display: block;
    margin-left: 35px;
}

.order-radio label span b {
    float: right;
}

.order-radio .description {
    margin: 10px 15px 10px 50px;
}

.orderSummaryCartTable table {
    width: 100%;
}

.orderSummaryCartTable table td {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    padding: 10px;
    vertical-align: middle;
}

.orderSummaryCartTable table td.image {
    width: 130px;
}

.orderSummaryCartTable table td.image .responsive-container {
    width: 130px;
}

.cartMethodsShipments .radio,
.cartMethodsPayments .radio {
    display: none;
}

/* User account */

.historyTable > thead > tr > th {
    border-bottom: 0;
    color: #8693a2;
    font: 300 16px/21px 'Aller', sans-serif;
    padding: 5px 10px;
    text-transform: uppercase;
}

.historyTable > tbody > tr > td {
    border-top: 3px solid #EBEFF3;
    color: #333;
    font: 300 16px/21px 'Aller', sans-serif;
    padding: 10px 10px;
    vertical-align: middle;
}

.historyTable > tbody > tr:hover > td {
    background: #fafafa;
}

.userDocumentsFilters {
    margin-bottom: 20px;
}

.userDocumentsFilters input,
.userDocumentsFilters select {
    display: block;
    font-size: 16px;
    height: 60px;
    max-width: none;
    text-transform: uppercase;
}

.userDocumentsList {
    text-transform: uppercase;
}

.userDocumentsList .green {
    color: #6faf03;
}

.userDocumentsList .red {
    color: #d80e12;
}

.userDocumentsList > .table > thead > tr > th {
    border-bottom: 4px solid #d6dadd;
    font-weight: 400;
    padding: 10px;
}

.userDocumentsList > .table > tbody > tr.userDocumentsRow1 > td {
    border: none;
    padding: 15px 10px;
}

.userDocumentsList > .table > tbody > tr.userDocumentsRow1 > td > .glyphicon-menu-down {
    display: none;
}

.userDocumentsList > .table > tbody > tr.userDocumentsRow1 > td > .glyphicon-menu-up {
    display: inline-block;
}

.userDocumentsList > .table > tbody > tr.userDocumentsRow1.collapsed > td > .glyphicon-menu-up {
    display: none;
}

.userDocumentsList > .table > tbody > tr.userDocumentsRow1.collapsed > td > .glyphicon-menu-down {
    display: inline-block;
}

.userDocumentsList > .table > tbody > tr.userDocumentsRow1:hover > td {
    background: #fafafa;
}

.userDocumentsList > .table > tbody > tr.userDocumentsRow1 > td:hover {
    cursor: pointer;
}

.userDocumentsList > .table > tbody > tr.userDocumentsRow2 > td {
    border: none;
    padding: 0;
}

.userDocumentsRow2 > td > div,
.userDocumentsRow2 {
    background: #fff;
    border: 1px solid #85898c;
}

.userDocumentsRow2 .table > thead > tr > th {
    border-bottom: none;
}

.userDocumentsRow2 > td > div hr,
.userDocumentsRow2 > hr {
    margin: 10px 0;
}

.userDocumentsRow2 > td > div table h3,
.userDocumentsRow2 > table h3 {
    margin: 10px 0;
}

.userDocumentsRow2 > td > div table th,
.userDocumentsRow2 > table th {
    background: #e1e5e8;
    font-weight: 400;
}

.userDocumentsRow2 > td > div table th,
.userDocumentsRow2 > td > div table td,
.userDocumentsRow2 table th,
.userDocumentsRow2 table td {
    padding: 10px;
}

.userDocumentsRow2 .responsive-1x1::before {
    padding-top: 70%;
}

.userDocumentsRow2 .responsive-image {
    padding-left: 10px;
}

.newsletter-form {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.newsletter-form td {
    padding: 0 10px;
    vertical-align: top;
}

.newsletter-form h3 {
    color: #fff;
    font-size: 28px;
    margin: 0;
}

.newsletter-form h5 {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 0;
}

.newsletter-form p {
    color: #fff;
    font-size: 16px;
}

.newsletter-form input.form-control {
    background: #fff;
    border-color: #000;
    color: #333;
    text-align: center;
    width: 260px;
    margin: 10px auto;
    transition: all 200ms;
}

.newsletter-form input.form-control::-webkit-input-placeholder,
.newsletter-form input.form-control::-moz-placeholder,
.newsletter-form input.form-control:-ms-input-placeholder,
.newsletter-form input.form-control:-moz-placeholder {
    color: #333333;
    transition: .5s;
}

.newsletter-form label {
    color: #fff;
    font: 16px/38px;
    margin: 0;
    padding-left: 20px;
    position: relative;
}

.newsletter-form label input[type=checkbox] {
    margin: 0;
    left: 0;
    position: absolute;
    top: 6px;
}

/* Compare */

.compare .buttons {
    display: none;
    margin: 0 0 30px 0;
}

.compare .buttons select {
    max-width: none;
    width: 100%;
}

.compare .btn-group .btn {
    font-size: 16px;
    padding: 5px;
}

.compare .btn-group .btn.active {
    background-color: #007ce8;
    border-color: #007ce8;
}

.compare table {
    border-collapse: separate;
    border-spacing: 10px 0;
}

.compare table tr.row-hidden {
    display: none;
}

.compare table td {
    background: #fff;
    border-color: #d4d7db;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

.compare table tr:first-child td {
    vertical-align: top;
}

.compare table tr:first-child td:first-child {
    background: none;
    border-width: 0;
}

.compare table tr:last-child td {
    border-width: 1px;
    vertical-align: top;
}

.compare table tr:last-child td:first-child {
    background: none;
    border-width: 1px 0 0 0;
}

.compare table td h3 {
    color: #007ce8;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.compare table td h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0;
}

.compare table td h5 {
    font-size: 21px;
    margin: 10px 0;
    text-decoration: line-through;
}

/* Blog */
.blog-home {
    margin: 0 20px;
}

.blog-home .productsList > div {
    border: 1px solid #fff;
    min-height: 580px;
    padding-top: 10px;
}

.blog-home .blog-home-el {
    height: auto;
    min-height: 300px !important;
}

.blog-home-el h3, .blog-home-el h3 a {
    color: #3cb6ff;
    font-size: 16px;
    text-transform: normal;
}

.blog-home-el h3 {
    height: 50px;
    overflow: hidden;
}

.blog-home-el .limited-paragraph {
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-home-el .limited-paragraph,
.blog-home-el .limited-paragraph p,
.blog-home-el .limited-paragraph p > *,
.blog-home-el .limited-paragraph > *,
.blog-home-el .limited-paragraph > strong {
    font-weight: normal !important;
    font-size: 14px !important;
    font-family: 'Aller', sans-serif !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: justify !important;
}

.blog-home-el .pageBigBoxFooter span {
    font-weight: normal !important;
    font-size: 14px !important;
    font-family: 'Aller', sans-serif !important;
    display: inline-block;
    padding-top: 20px;
}

.blog-home .btn-blue-dark {
    width: 200px;
}


.blog-header {
    //margin-right: -25%;
}

.articles-banners-right .filters-el-btn {
    display: none;
}

.articles-banners-right {
    padding-top: 42px;
}


/*
.blog-right-banners {
    margin-top: -67px;
}
*/
/*

.blog-header-grid {
    position: absolute;
    height: 40px;
    width: 100%;
    top: -20px;
}

@media screen and (max-width: 980px) {
    .blog-header {
        width: 100%;
    }
    .blog-right-banners {
        margin-top: 20px;
    }
}
*/
/* Footer */

.container-footer {
    background-color: #f2f2f2;
    padding: 0;
}

.footer-forms {
    margin: 0;
    background: #fff;
    padding: 0;
}

.footer-forms .row {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-newsletters {
    margin: 0;
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    height: 250px;
}

.footer-forms .container-footer {
    background-color: #fff !important;
}

.footer-newsletters .giftbox2-el {
    height: 250px;
}

.footer-newsletters .opacity {
    background: rgba(0, 0, 0, 0.6);
    width: 40%;
    height: 180px;
    margin: 45px auto 0;
}

@media screen and (max-width: 1024px) {
    .footer-newsletters .opacity {
        width: 60%;
    }
}

.footer-newsletters h3 {
    color: #fff;
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 0;
}

.footer-newsletters h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    padding-top: 10px;
    line-height: normal;
}

.footer-newsletters a {
    border: 1px solid #3c6bff;
    background: #3c6bff;
    padding: 10px 120px;
    color: #fff;
    display: inline-block;
    margin-bottom: 50px;
}

.footer-contacts, .footer-newsletters {
    position: relative;
    padding: 0;

}

.footer-contacts > div, .footer-newsletters > div {
    position: relative;
}

.footer-contacts .giftbox2-el:nth-child(1) {
    bottom: 0;
    right: 0;
}

.footer-newsletters .giftbox2-el:nth-child(1) {
    bottom: 0;
    right: 0;
}

.footer-contacts .home-header {

}

.contact i {
    margin-right: 8px;
}

.footer-contact {
    background: #484848;
    height: 520px;
    overflow: hidden;
    padding: 50px 50px 50px 0 !important;
}

.footer-contact h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-contact p {
    color: #fff;
    margin-bottom: 20px;
}

.footer-contact input.form-control {
    border-color: #fff !important;
    height: 50px;
    padding: 10px 30px;
}

.footer-contact textarea.form-control {
    border-color: #fff !important;
    padding: 10px 30px;
}

.footer-contact .btn {
    padding: 10px 30px;
}

.footer-newsletter {
    background: #68bc0f;
    height: 430px;
    overflow: hidden;
    padding: 50px 0 50px 50px !important;
}

.footer-newsletter h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-newsletter p {
    color: #fff;
    margin-bottom: 20px;
}

.footer-newsletter input.form-control {
    border-color: #fff !important;
    height: 50px;
    padding: 10px 30px;
}

.footer-newsletter .btn {
    padding: 10px 30px;
}

.footer-menu {
    background: #e3e3e3;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.footer-menu * {
    color: #727171;
}

.footer-menu h3 {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
}

.footer-menu ul li {
    margin: 0 0 5px 0;
}

.footer-menu ul li a {
    font-weight: 300;
}

.footer-menu .glyphicon {
    display: none;
}

.footer-copy {
    background: #fff;
    padding: 15px 0 80px;
}

.footer-copy * {
    color: #727171;
    font-size: 14px;
}

.footer-copy a {
    color: #727171;
    font-weight: 400;
}

.footer-copy img {
    opacity: 0.5;
    margin: 0 5px;
}

#pageContent .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

/* Cookies */

#cookies {
    background-color: #3cb6ff;
    bottom: 0;
    left: 0;
    padding: 10px 20px 10px 20px;
    position: fixed;
    right: 0;
    text-align: left;
    z-index: 301;
}

.cookies-text {
    color: #fff;
    font-weight: 400;
}

.cookies-text a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

.cookies-close {
    opacity: 0.8;
    margin-left: 9px;
    transition: opacity 200ms;
}

.cookies-close:hover {
    opacity: 1;
}

.pagination li a {
    color: #002c6c;
}

.pagination li a:hover {
    color: #002c6c;
    border: 1px solid #002c6c;
}

.pagination li.active a {
    background: #002c6c;
    border: 1px solid #002c6c;
    color: #fff;
}

.pagination li.active a:hover {
    background: #002c6c;
    border: 1px solid #002c6c;
    color: #fff;
}

/* CSS by Grzegorz :) */

.error-summary {
    margin-bottom: 30px;
    padding: 10px 35px 10px 10px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

#contractors-fv label {
    margin: 0px 20px 0 15px;
}

.kv-grid-table > thead > tr > th {
    font-weight: 400;
}

.kv-grid-table .kv-expand-detail-row td:first-child {
    padding: 8px 0 8px 0;
}

.userDocumentsRow2 > table .kv-expand-detail-row td:first-child {
    padding: 0px 8px 0px 8px;
}

#userDocumentsGrid .gridExpandRow:hover,
#userDocumentsGrid .gridExpandRow,
#userDocumentsGrid .kv-expand-header-cell:hover {
    background: none;
    font-size: inherit;
}

#userDocumentsGrid .summary {
    display: none;
}

.kv-expand-icon-cell,
.kv-expand-icon-cell:hover,
.kv-expand-icon-cell:focus {
    font-size: inherit;
    color: #245269;
    background-color: #f9f9f9 !important;
}

.select2-container--krajee .select2-selection {
    border-radius: 0;
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus,
.select2-container--krajee .select2-dropdown,
.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border-color: #b0b6bd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(176, 182, 189, 0.6);
    border-radius: 0;
}

.responsive-x-768 {
    display: none;
}

.burger-container {
    width: 30px;
    height: 30px;
    position: absolute;
    display: none;
    top: 15px;
    padding: 5px 5px;
    right: 5px;
    transition: .5s;
    transform: scale(.75);
    box-sizing: content-box;
}

.burger-container:hover,
.burger-container.open {
    opacity: 1;
}

.burger {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100;
    position: relative;
}

.burger-container:hover {
    cursor: pointer;
}

.burger path {
    fill: #002c6c;
}

#searchdiv.active + .navbarIcon > a > svg > path {
    fill: #333 !important;
}


#contactForm label {
    float: left;
    font-weight: 500;
}

#contactForm button {
    background-color: #cc0800;
    color: #fff;
    border: none;
    padding: 15px 33px;
}

.phone {
    text-align: center;
    display: block;
    font-size: 28px;
}

.phone:hover {
    color: #cc0800;
}

.small-proddesc {
    font-family: 'Aller', sans-serif !important;
    font-weight: normal !important;
}

.field-contacts-privacypolicy {
    text-align: left;
}

.field-contacts-privacypolicy .col-xs-12 {
    /*padding-left: 0;*/
}

#header-static {
    z-index: 500;
}

.carousel-5 {
    height: auto;
    overflow: hidden;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    display:block;
    padding: 10px 15px;
    background: url('../img/svg/minus.svg') no-repeat 97% center;
    background-size: 20px 20px;
}

.panel-title > a.collapsed {
    background: #fff url('../img/svg/plus.svg') no-repeat 97% center;
    background-size: 20px 20px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default .panel-heading {
    padding: 0;
    border-radius: 0;
}

.blog-filters {
    width: 151%;
    margin-bottom: 30px;
}

.blog-full-page {

}

@media screen and (max-width: 990px) {
    .blog-filters {
        width: 100%;
    }
    .blog-header-rows {
        width: 100% !important;
    }
}

.filters-container .filters-el-dropdown {
    z-index: 1000;
}

.productRowPrice {
    margin-top: 0px;
}

.kv-expand-icon-cell:focus .glyphicon,
.kv-expand-icon-cell:hover .glyphicon,
.kv-expand-icon-cell .glyphicon {
    font-size: 18px;
    top: 0px;
}

.kv-expand-icon-cell,
.kv-expand-icon-cell:hover {
    padding: 5px 0 0 0 !important;
    height: 30px !important;
}

.kv-grid-table > thead > tr > th {
    text-align: center;
}

.products-container .container-fluid, .products-container .promo-boxes, .products-container .col-xs-12.gridItem {
    padding: 0;
}

.productRow {
    padding-left: 40px;
    padding-right: 40px;
}

.productsTabs .nav.nav-tabs {
    width: auto;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
}

.productsTabs .nav.nav-tabs li {
    float: none;
    display: inline-block;
    width: auto;
    border-bottom: 3px solid #ddd;
    text-align: center;
    padding: 0 10px;
}

.productsTabs .nav.nav-tabs li:hover, .productsTabs .nav.nav-tabs li.active {
    border-bottom: 3px solid #3CB6FF;
}

.productsTabs .nav-tabs > li > a,
.productsTabs .nav-tabs > li > a:hover,
.productsTabs .nav-tabs > li.active > a,
.productsTabs .nav-tabs > li.active > a:focus,
.productsTabs .nav-tabs > li.active > a:hover {
    border-bottom: 0;
    margin-right: 0;
}

.productsTabs .nav-tabs > li > a {
    color: #989898;
}

.productsTabs .nav-tabs > li > a:hover,
.productsTabs .nav-tabs > li.active > a,
.productsTabs .nav-tabs > li.active > a:focus,
.productsTabs .nav-tabs > li.active > a:hover {
    color: #002C6C;
}

.about {
    background: #fafafa;
    padding-bottom: 30px;
}

.about h1 {
    text-transform: uppercase;
    padding-top: 40px;
}
@media screen and (max-width: 500px) {
    .about .pc-offer {
        width: 95%;
    }
}

.about .pc-offer .description{
    float:left;
    text-align:justify;
    height: auto;
    overflow:hidden;
    transition:height 1s;
    margin-bottom:10px;
}

.pc-offer{padding-left: 20px;padding-right:20px;padding-bottom: 40px;margin-bottom:40px;clear:both; float: none;width: 100%;height:auto;overflow:hidden;}
.pc-offer h2{margin-top:0;padding-top:68px;text-align:left;margin-bottom:10px;text-transform:uppercase;font-size:32px}
.pc-offer h2+div{background-color:#fff;overflow:hidden;padding:40px 20px 0;margin:0 20px}
.pc-offer .toggle, .pc-offer .toggle2{
    clear:left;
    float:none;
    background: #e9e9e9;
    text-align:center;
    font-size:30px;
    cursor:pointer;
    width: 100%;
    margin-left:0;
    margin-right:0;
    border-top: 10px solid #fafafa;
    line-height: 1;
}
.pc-offer .toggle:hover, .pc-offer .toggle2:hover{
    background: #aaa;
}
.pc-offer img{
    float:left;
    border:5px solid #b9b9b9;
    margin-right:25px;
    margin-bottom: 10px;
}
.pc-offer .description{
    float:left;
    text-align:justify;
    height: auto;
    max-height:190px;
    overflow:hidden;
    transition:height 1s;
    margin-bottom:10px;
    line-height: 1.2;
}
.about .pc-offer {
    width: 66%;
    padding: 0;
    margin: 0 auto 50px;
}
.cart-summary {
    background: #eaeaea;
    margin-left: 30px;
    width: calc(100% - 30px);
    padding: 10px;
}

.cart-summary p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.cart-summary .brutto-price {
    margin-bottom: 15px;
}

.brutto-price {
    font-family: "Titillium Web" !important;
    font-size: 18px;
    margin: 0;
}
.cart-summary .back-to-buying {
    padding-top: 5px;
    padding-bottom: 5px;
}
.cart-summary .back-to-buying {
    margin: 0;
    width: 100%;
    margin-top: 10px;
}

.cart-info {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0 0 30px;
    width: calc(100% - 30px);
    padding: 10px;
    height: auto;
    overflow: hidden;
}

.freeTransport {
    width: 100%;
    text-align: right;
    background: url(../img/icons/delivery.svg) no-repeat;
}

.cartTable button.deleteFromCart, #activeboxCart .remove .glyphicon-remove {
    background: url(../img/icons/trash.svg) no-repeat !important;
    width: 25px;
    height: 25px;
}
#activeboxCart .remove .glyphicon-remove::before {
    display: none !important;
}
.clear-cart {
    border: 0 !important;
    color: #212121;
    background: url(../img/icons/trash.svg) center left no-repeat !important;
    padding-left: 30px !important;
    padding-right: 0;
    margin-right: 0;
    float: right;
}

.clear-cart:hover {
    border: 0;
    color: #15a884;
}

.shopping-path {
    height: 50px;
    overflow: hidden;
    //margin-top: -30px;
    clear: both;
    display: block;
    padding: 0 !important;
}

.shopping-path .col-xs-4 a {
    color: #002c6c;
    border-bottom: 4px solid #002c6c !important;
    padding-bottom: 7px !important;
    text-align: center !important;
    width: 100% !important;
    display: block;
    text-transform: uppercase;
    float: left;
}

.shopping-path .col-xs-4 span.active {
    color: #3CB6FF;
    border-bottom: 4px solid #3CB6FF !important;
    padding-bottom: 7px !important;
    text-align: center !important;
    width: 100% !important;
    display: block;
    text-transform: uppercase;
    float: left;
}

.shopping-path .col-xs-4 span.notactive {
    color: #999;
    border-bottom: 4px solid #999 !important;
    padding-bottom: 7px !important;
    text-align: center !important;
    width: 100% !important;
    display: block;
    text-transform: uppercase;
    float: left;
}

.arrow-path {
    display: none;
    float: right;
    font-size: 26px;
    color: #565656;
    vertical-align: top;
}

.cartChangeAmount {
    width: 30px;
    text-align: center;
}

.cartTable button, .activeboxCartBoxTable button {
    background: none;
    width: 20px;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}

.cartTable button.saveMembers {
    margin-top: 10px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    background-color: #e68600 !important;
    border-color: #e68600 !important;
    padding: 5px !important;
}


.makeOrder {
    width: 100%;
    z-index: 1000;
}

.back-to-buying,
.clear-cart,
.enter-voucher button {
    display: inline-block;
    text-align: center;
    padding: 15px 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0px;
    font-size: 16px;
    transition: .5s;
    margin: 0 10px;
    color: #212121;
}

.back-to-buying:hover,
.clear-cart:hover,
.enter-voucher button:hover {
    border: 1px solid rgba(0, 0, 0, .3);
}

.back-to-buying span {
    position: relative;
    top: 3px;
    left: -5px;
}

.order-header {
    margin-bottom: 40px;
    text-align: center;
}

.order-header h2 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.order-header p {
    margin: 0 0 20px 0;
}

.order-header a.btn {
    padding: 20px 100px;
}

#orderForm {
    max-width: 900px;
    margin: 0 auto;
}

.order-login {
    max-width: 900px;
    margin: 0 auto 30px auto;
    display: none;
}

.order-login .activeboxLoginBox {
    width: 100%;
}

.auth-link.btn-wide.facebook {
    border: 1px solid #3c5693;
    line-height: 30px;
    padding: 5px 5px 5px 5px;
    background: #fff;
    width: 180px !important;
    text-align: center;
    display: block;
}

.auth-link.btn-wide.facebook:hover {
    background: #3c5693;
}

.auth-clients .auth-client .auth-link.btn-wide .auth-icon.facebook {
    background-image: url(../img/icons/facebook-blue.svg) !important;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}

.auth-clients .auth-client .auth-link.btn-wide:hover .auth-icon.facebook {
    background-image: url(../img/icons/facebook-white.svg) !important;
}

.auth-clients .auth-client .auth-link.btn-wide.facebook .auth-title {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-top: 0;
    color: #3c5693;
    width: auto;
}

.auth-clients .auth-client .auth-link.btn-wide.facebook:hover .auth-title {
    color: #fff;
}

.auth-link.btn-wide.google {
    border: 1px solid #d2564e;
    line-height: 30px;
    padding: 5px 5px 5px 5px;
    background: #fff;
    width: 180px;
    text-align: center;
    display: block;
}

.auth-link.btn-wide.google:hover {
    background: #d2564e;
}

.auth-clients .auth-client .auth-link.btn-wide .auth-icon.google {
    background-image: url(../img/icons/google-red.svg) !important;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
}

.auth-clients .auth-client .auth-link.btn-wide:hover .auth-icon.google {
    background-image: url(../img/icons/google-white.svg) !important;
}

.auth-clients .auth-client .auth-link.btn-wide.google .auth-title {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-top: 0;
    color: #d2564e;
    width: auto;
}

.auth-clients .auth-client .auth-link.btn-wide.google:hover .auth-title {
    color: #fff;
}

.btn-wide .auth-title {
    text-transform: none;
}

.order-login #loginPageForm .col-sm-9 {
    width: 50%;
}

.order-personal-data .phone {
    font-size: 16px;
}
.order-personal-data .phone:hover {
    color: #000;
}
.correct {
    border: 1px solid #dedede;
    width: auto;
    padding: 5px;
    cursor: pointer;
}
.btn-cart {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    color: white;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
}

.cartMethodsShipments .col-sm-6 {
    width: 100%;
    margin-left: 0;
}

.label-text span, .label-text {
    font-weight: normal !important;
}

.label-text b {
    float: right;
    font-weight: normal !important;
    width: calc(100% - 21px);
    margin-right: 0 !important;
    display: block;
}

input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before {
	content: "\f0c8";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
    color: #474747;
}

input[type="checkbox"]:checked + .label-text:before, .label-text.checked:before {
	content: "\f14a";
	color: #1B96E0;
	animation: effect 250ms ease-in;
}

input[type="checkbox"] + .label-text.unchecked:before {
	content: "\f0c8";
    color: #474747;
}

input[type="checkbox"]:disabled + .label-text{
	color: #474747;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #474747;
}

input[type="radio"] + .label-text:before {
	content: "\f111";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	//width: 1em;
	display: inline-block;
	margin-right: 5px;
    color: #474747;
}

input[type="radio"]:checked + .label-text:before{
	content: "\f111";
	color: #1B96E0;
	animation: effect 250ms ease-in;
    font-weight: 900;
    font-size: 10px;
    border: 1px solid #474747;
    padding: 3px 2px 2px 2px;
    border-radius: 50%;
    margin-top: 3px;
    vertical-align: top;
}

input[type="radio"]:checked + .label-text span, input[type="radio"]:checked + .label-text span b,  input[type="radio"]:checked + .label-text {
    font-weight: bold !important;
}

.moreInfo label {
    width: 100%;
}

.moreInfo .label-text {
    float: left;
    width: 100%;
    text-align: left;
}

.moreInfo .control-label {
    width: calc(100% - 30px);
    padding-top: 0;
}

.field-contacts-cntnewsletterstatus, .field-contractors-deliveryaddressform {
    margin-left: -5px !important;
}

.moreInfo input[type="checkbox"] + .label-text::before {
    float: left;
}

#orderCreateAccount .label-text {
    width: 100%;
}

#orderCreateAccount .col-sm-3 {
    width: calc(100% - 30px) !important;
}

.cartMethodsShipments input[type="radio"]:checked + .label-text:before{
    padding: 2px;
}

.cartMethodsShipments div.required label::after, .cartMethodsPayments  div.required label::after{
    display:none;
}

.cartMethodsSummary label:after {
    display: none;
}

.cartMethodsSummary label.star:before {
    content: " *";
    font-size: 21px;
    color: red;
    vertical-align: top;
}

.cartMethodsSummary .checkbox label {
    padding-left: 0;
}

#shopstransports-shtid .description, #shopspayments-shpid .description {
    display: none;
    padding-bottom: 10px;
    padding-left: 30px !important;
}

#shopstransports-shtid label, #shopspayments-shpid label {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

#shopstransports-shtid label:hover, #shopspayments-shpid label:hover {
    background: rgb(232, 232, 232) !important;
}

.field-shopstransports-shtid .col-sm-6.col-sm-offset-3, .cartMethodsPayments .col-sm-6.col-sm-offset-3 {
    margin-left: 0;
    width: 100%;
}

.field-shopstransports-shtid .order-radio label span, .cartMethodsPayments .order-radio label span  {
    display: inline-block;
    margin-left: 0;
}

.field-shopstransports-shtid .order-radio .description, .cartMethodsPayments .order-radio .description  {
    margin: 0;
}

.field-shopstransports-shtid .order-radio label:hover, .cartMethodsPayments .order-radio label:hover {
    color: #000;
}

.field-shopstransports-shtid .label-text span, .cartMethodsPayments .label-text span  {
    width: calc(100% - 40px);
}

.field-shopstransports-shtid .label-text, .cartMethodsPayments .label-text {
    width: 100%;
}

label.star {
    padding-left: 5px;
}

.field-shopstransports-shtid .order-radio label:hover, .cartMethodsPayments .order-radio label:hover {
    background: none;
    color: #000;
}

.cartMethodsShipments .order-radio label span b, .cartMethodsPayments .order-radio label span b {
    text-align: right;
}

.cartMethodsShipments .label-text b, .cartMethodsPayments .label-text b {
    width: auto;
}

.landing-el  {
    width: 70%;
    margin: 0 auto;
}

.giftLanding h3 {
    font-size: 40px;
    padding-top: 50px;
}

.landing-img {
    background: #eaebef;
    padding: 30px 15%;
    position: relative;
}

.landing-main-img {
    background: none;
    padding: 30px 15% 0;
}

.landing-el p {
    font-size: 16px;
    line-height: 1.5;
}

.landing-bck {
    position: absolute;
    width: 400px;
    height: 240px;
    top: calc(50% - 120px);
    left: calc(50% - 200px);
    background: rgba(0, 44, 108, 0.9);
    padding: 30px;
    text-align: center;
}
.landing-bck h2 {
    color: #fff;
    margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
    .landing-bck {
        width: 60%;
        left: 20%;
    }
}

@media screen and (max-width: 800px) {
    .landing-bck {
        height: 200px;
        top: calc(50% - 100px);
    }
}

@media screen and (max-width: 600px) {
    .landing-img {
        padding: 0;
    }
    .landing-bck {
        width: 80%;
        left: 10%;
    }
}

@media screen and (max-width: 400px) {
    .landing-bck {
        height: 160px;
        top: calc(50% - 80px);
        padding: 20px;
    }
    .landing-bck h2 {
        color: #fff;
        margin-bottom: 30px;
    }
}

.active .navbarIconBox.search-input {
    display: block;
}

#activeboxUser.active .navbarIconBox {
    display: block;
}

.home-contact {
    background: #eaebef;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}

.home-contact h3 {
    text-transform: none;
    font-weight: 600;
    padding-top: 30px;
}

.home-contact .img {
    background: #fff;
    padding-top: 10px;
}
.home-contact .img img {
    max-width: 300px;
    margin: 0 auto;
}

.home-contact .btn-blue {
    margin-top: 20px;
    width: 300px;
    font-size: 21px;
    padding: 15px;
    color: #fff;
    margin-bottom: 40px;
}

.home-contact .btn-blue:hover {
    //background: #15a884;
    //border-color: #15a884;
    color: #fff;
}

.home-contact a {
    color: #14a884;
}

h2.login {
    display: none;
}

@media screen and (min-width: 1024px) {
    #cart, #order, #confirm {
        padding-top: 10px;
    }
}

@media screen and (max-width: 1800px) {
    #cart {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1500px) {
    table.cartTable .col2 {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .shopping-path {
        max-width: 600px;
        left: calc(50% - 300px);
    }
}

@media screen and (max-width: 1280px) {
    #cart .col-md-8, #cart .col-md-4 {
        width: 100%;
    }
    .cart-summary, .cart-info {
        width: 100%;
        margin-left: 0;
    }
    #cart .membersRow .col-md-4, #cart .membersRow .col-md-6 {
        width: 20%;
    }
}

@media screen and (max-width: 1200px) {
    #cart {
        padding-top: 70px !important;
    }
}

@media screen and (max-width: 1000px) {
    #cart .membersRow .col-md-4, #cart .membersRow .col-md-6 {
        width: 33%;
    }
}

@media screen and (max-width: 990px) {
    #cart .membersRow .col-md-6, #cart .membersRow .col-md-4 {
        float: left;
    }
    #cart {
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 850px) {
    #cart .membersRow .col-md-6, #cart .membersRow .col-md-4 {
        width: 50%;
    }
    #cart .membersRow .col-md-2 {
        width: 100%;
        text-align: right;
        padding-right: 10px !important;
    }
    .addMembersRow, .removeMembersRow {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    #cart .membersRow .col-md-6, #cart .membersRow .col-md-4 {
        width: 20%;
    }
    #cart .col-xs-8 {
        width: 100%;
    }
    .cartTable .glyphicon {
        padding-top: 0;
    }
    .cart-row {
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .cart-row .col-xs-4, .cart-row .col-xs-12 {
        width: 25%;
    }
    .member-input {
        margin-top: -15px;
    }
    #cart .membersRow .col-md-6, #cart .membersRow .col-md-4 {
        width: 25%;
    }

    .order-login #loginForm .col-sm-9 {
        width: 100%;
    }
    #orderForm .form-group {
        text-align: left;
    }
    .landing-el  {
        width: 100%;
        padding: 30px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 550px) {
    .cart-row .col-xs-4, .cart-row .col-xs-12 {
        width: 50%;
    }
    .cart-row .text-right {
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .cart-row .col-xs-4, .cart-row .col-xs-12 {
        width: 100%;
        padding-bottom: 15px;
    }
    #cart .membersRow .col-md-6, #cart .membersRow .col-md-4 {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .shopping-path .col-xs-4 span.notactive, .shopping-path .col-xs-4 span.active, .shopping-path .col-xs-4 a {
        border-bottom: 0 !important;
        font-size: 12px;
        width: auto !important;
        vertical-align: top;
        display: inline-block !important;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .shopping-path .col-xs-4 {
        padding-left: 0 !important;
        padding-right: 5px !important;
        text-align: center;
    }
    .shopping-path .col-xs-4:first-child {
        padding-left: 5px !important;
    }
    .shopping-path .col-xs-4:last-child {
        padding-right: 0 !important;
    }
    .arrow-path {
        display: inline-block;
        line-height: 1 !important;
        margin-top: -7px;
    }
}

@media screen and (max-width: 500px) {
    .navbarLogo > a {
        float: left;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 400px) {
    .navbarLogo > a span {
        font-size: 12px;
        display: block;
        float: none;
    }

    #activeboxCart.navbarIcon > a > span, #activeboxClipboard.navbarIcon > a > span {
        top: 12px;
        left: 24px;
    }

    #activeboxCart.navbarIcon > a > span {
        top: 18px;
        left: 20px;
    }
}


@media (max-width: 370px) {
    .navbarLogo {
        text-align: left;
    }
    .navbarLogo > a {
        font-size: 29px;
        float: left;
        margin-bottom: 5px;
    }

    .navbarLogo > a span {
        font-size: 12px;
        display: block;
        float: none;
    }

    .footer-forms {
        margin: 0;
    }

    #activeboxUser svg {
        transform: translate(0px, 2px);
    }

    #activeboxCart svg {
        transform: translate(-4px, 18px);
    }

    .giftbox3 .owl-carousel .owl-item {
        margin-left: 3px;
    }

    #cboxWrapper {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    #cboxLoadedContent {
        padding: 15px;
        margin-top: 24px;
    }

    .footer-newsletters a {
        padding: 10px;
    }
    .footer-menu ul, .sitemap div > ul {
        display: none;
        margin: 0;
        padding-bottom: 24px;
    }

    .footer-menu .glyphicon {
        float: right;
        margin-right: 7px;
        display: block;
    }
}

@media screen and (max-width: 830px) {
    .navbarMenu2 {
        display: none;
    }
    .burger-container {
        display: block !important;
    }

    .responsive-x-frame {
        /*overflow-x: hidden;*/
        position: relative;
        width: 100%;
    }

    .responsive-x-768 {
        -webkit-transform: translateZ(0);
        background: #003289;
        display: none;
        max-width: 500px;
        min-height: 100%;
        padding: 0;
        position: absolute;
        right: -500px;
        top: 40px;
        transition: .5s;
        width: 80%;
        z-index: 10000;
    }

    .responsive-x-768.active {
        top: 145px;
        right: 0;
        display: block;
    }

    .responsive-x-768 .navbar-nav {
        margin: 0;
        padding: 0;
    }

    .responsive-x-768 .navbar-nav li {
        margin: 0;
        padding: 0 10px;
        position: relative;
        width: 100%;
    }

    .responsive-x-768 .navbar-nav a {
        color: #fff;
        display: block;
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .responsive-x-768 .nav > li > a:focus,
    .responsive-x-768 .nav > li > a:hover {
        background-color: transparent !important;
    }

    .responsive-x-768 .navbar-nav a:hover {
        color: #fff;
    }

    .responsive-x-768 .navbar-nav svg {
        fill: #fff;
        height: 44px;
        padding: 10px;
        position: absolute;
        right: 10px;
        top: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 44px;
    }

    .responsive-x-768 .navbar-nav .level3 svg {
        right: 0 !important;
    }

    .responsive-x-768 ul.level2 {
        padding: 10px 0;
        text-align: left;
    }

    .responsive-x-768 a.level2 {
        padding: 10px 60px 10px 10px;
    }

    .responsive-x-768 ul.level3 {
        background: #00235b;
        list-style: none;
        max-height: 0;
        opacity: 0;
        padding: 0;
        position: relative;
        pointer-events: none;
        /*transition: .5s;*/
    }

    .responsive-x-768 ul.level3.active {
        pointer-events: auto;
        opacity: 1;
        max-height: 700px;
        padding: 10px 0;
    }

    .responsive-x-768 a.level3 {
        padding: 5px 10px;
    }

    .responsive-x-768 ul.level4 {
        background: #68bc0f;
        list-style: none;
        max-height: 0;
        opacity: 0;
        padding: 0;
        position: relative;
        pointer-events: none;
        /*transition: .5s;*/
    }

    .responsive-x-768 li.level4 svg {
        display: none;
    }

    .responsive-x-768 ul.level4.active {
        pointer-events: auto;
        opacity: 1;
        max-height: 700px;
        padding: 10px 0;
    }

    .responsive-x-768 a.level4 {
        padding: 5px 10px;
    }

    .responsive-x-768 ul.level4:before {
        border-bottom: 10px solid #68bc0f;
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        top: -10px;
        content: '';
        display: block;
        left: 30px;
        position: absolute;
        z-index: 9;
        /*transition: all 200ms ease-in-out;*/
    }

    .responsive-x-768 ul.level5 {
        display: none;
    }
    .navbarLogo p {
        font-size: 12px;
    }
    #activeboxLearn {
        margin-right: 30px;
    }
    .burger-container {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .carousel-home {
        margin-bottom: 50px;
    }
    .carousel-home-el:first-child {
        padding: 80px 0;
    }

    .carousel-home .owl-dots {
        bottom: -38px;
        left: 10px;
        position: absolute;
        right: 10px;
    }

    .carousel-home-el span.text {
        font-size: 24px;
        padding: 5px 15px 5px 15px;
    }

    .carousel-home-el span.text.second {
        font-size: 16px;
        margin-top: 0;
    }

    #searchdiv {
        width: 100%;
        position: absolute;
        top: 57px;
        right: 0;
    }

    .navbarIconBox.search-input {
        left: -100px;
        right: 10%;
        top: -70px;
        position: absolute;
        max-width: 900%;
        width: 900%;
        height: 60px;
        padding-left: 0;
    }
    .navbarIconBox.search-input .input-group-addon {
        display: none;
    }
    .navbarIconBox.search-input span#searchClose {
        display: block;
        font-size: 30px;
        float: left;
        margin-left: 10px;
        margin-top: 9px;
        cursor: pointer;
    }
    .navbarIconBox.search-input input.form-control {
        float: left;
        display: block;
        width: calc(100% - 40px);
    }
    .navbarIconBox.search-input .input-group {
        width: 90%;
    }

    .navbarMenu2 {
        display: none;
    }

    .header-main .row div.col-sm-6.logo {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .header-main .row div.icons {
        height: 50px;
    }

    .header-main .row div.col-sm-8 {
        float: none;
        margin: 0 auto;
    }

    .header-main .row div.col-sm-6 {
        width: 100%;
    }

    #activeboxUser {
        margin: 0 10px 0 0;
    }

    .navbarIcon {
        margin-right: 10px;
    }

    .responsive-x-768.active {
        width: 100%;
    }

    .filter-show-btn {
        height: auto;
    }

    .carousel-5 .owl-carousel {
        margin-left: 0;
    }

    .mobile-block {
        display: block;
    }

    .not-float {
        float: none;
    }

    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }

    .home-header {
        font-size: 24px
    }

    .footer-contact h3 {
        font-size: 24px
    }

    .footer-newsletter h3 {
        font-size: 24px
    }

    .navbarIcons {
        text-align: center;
        position: relative;
    }

    .home-padding {
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .btn-group-lg > .btn,
    .btn-lg {
        font-size: 16px;
        padding: 10px;
    }

    .navbarIconBox {
        left: -10px;
        right: -10px;
        top: 70px;
        position: absolute;
    }

    .activeboxCartBox,
    .activeboxLoginBox {
        width: 100%;
    }

    .activeboxCartBoxTable table .image {
        display: none;
    }

    .navbarIcon > a {
        font-size: 0;
        line-height: 30px;
    }

    .navbarIcon > a > i {
        margin: 0;
    }

    .cartTable {
        border-top: 1px solid #ddd;
    }

    .cartTable > thead {
        display: none;
    }

    .cartTable > tbody > tr > td {
        display: block;
        border: none;
        text-align: center;
        width: 100% !important;
    }

    .cartTable > tbody > tr > td:first-child {
        display: none;
    }

    .cartTable > tbody > tr > td:last-child {
        border-bottom: 1px solid #ddd;
    }

    .orderSummaryCartTable table td {
        padding: 0 0 20px 0;
    }

    .orderSummaryCartTable table td.image {
        display: none;
    }

    .filters {
        display: none;
    }

    .filters.active {
        display: block;
    }

    .footer-forms {
        background: none;
    }

    .footer-forms > .container {
        padding: 0;
    }

    .footer-contact,
    .footer-newsletter {
        height: auto;
        padding: 20px 10px !important;
    }

    .footer-newsletters .giftbox2-el, .footer-newsletters {
        height: 321px;
    }
    .mobile-hide {
        display: none;
    }
    .navbarLogo p {
        font-size: 14px;
    }
}

@media (min-width: 769px) {
    .no-wrap {
        white-space: nowrap;
    }

    .filters-button {
        display: none;
    }

    .categoryBox {
        margin-right: 10px;
        margin-left: 10px;
    }

    .social a {
        margin-bottom: 16px;
        float: left;
    }
}

@media screen and (max-width: 1000px) {
    .filter-dynamic .container {
        width: 100% !important;
    }

    .well {
        width: 100% !important;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    #searchdiv {
        display: none;
    }

    #activeboxUser {
        margin-left: 0;
    }

    #activeboxSearch {
        float: none;
        margin-right: 10px;
    }

    .productDetailsAction2 .btn,
    .productDetailsAction3 .btn {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 10px;
    }

    .productDetailsAction2 .btn img,
    .productDetailsAction3 .btn img {
        display: none;
    }

    .nav-tabs > li > a {
        font-size: 16px;
        margin: 10px 10px 0 0;
    }

    .cartTable .col2,
    .cartTable .col4,
    .cartTable .col5,
        /*.cartTable .col7,*/
    .cartTable .col10 {
        display: none;
    }

    .compare .buttons {
        display: block;
    }

    .compare table td {
        display: none;
        padding: 10px;
        width: 50%;
    }

    .compare table td:first-child,
    .compare table td.active {
        display: table-cell;
    }
    .productsList.promo-boxes.in-rows {
        width: 100%;
    }
}

@media (min-width: 992px) {
    h2.header {
        font-size: 32px;
    }

    #searchdiv {
        width: 50%;
    }

    #activeboxUser {
        margin-left: 0;
    }

    #header-static {
        height: 142px;
        position: relative;
    }

    #header-dynamic {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }

    #header-dynamic.fixed {
        position: fixed;
    }

    #header-dynamic.fixed .header-main {
        padding: 0px 0 10px;
    }

    #header-dynamic.fixed .navbarLogo > a {
        height: 40px;
        margin: 10px 0;
    }

    #header-dynamic.fixed .navbarMenu a.level2 {
        font-size: 14px;
        line-height: 30px;
    }

    .navbarMenuMobile {
        display: none;
    }
}

@media (max-width: 1199px) {
    .cartTable .col2 {
        display: none;
    }
    .social a img {
        width: 30px;
        height: 30px;
    }

}

@media (min-width: 1200px) {
    .hover-opacity {
        opacity: 0.5;
        transition: opacity 200ms;
    }

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

@media (min-width: 1024px) {
    #productDetails .buy a {
        width: auto;
        display: inline-block;
        padding: 0;
    }
    #productDetails {
        margin-top: 0;
    }
}

@media screen and (max-width: 980px) {
    #productDetails .description .col-sm-6 {
        padding-bottom: 20px;
    }
    #productDetails .buy {
        background-position: 110% 5px;
    }
    #productDetails {
        margin-top: 0;
    }
    #productDetails .title .title-bck {
        max-width: 90%;
        top: 0;
        padding: 15px;
    }
    #productDetails .title .title-bck2 {
        margin: 0 -15px -15px -15px;
    }
    #productDetails .title {
        top: 5%;
    }
}

@media screen and (max-width: 800px) {
    .social a {
        margin-right: 5px;
    }
}

@media screen and (max-width: 768px) {
    #productDetails .overflow-hidden {
        transition: 0.5s;
        height: 0;
        opacity: 0;
        padding: 0;
    }

    #productDetails .overflow-hidden.active {
        transition: 0.5s;
        height: auto;
        opacity: 1;
    }
    #productDetails .description .about,
    #productDetails .description .for-who,
    #productDetails .description .after,
    #productDetails .description .content,
    #productDetails .description .transport,
    #productDetails .description .and-more,
    #productDetails .description .reviews {
        height: auto;
        min-height: 30px;
        padding-bottom: 0;
        margin-bottom: 5px;
    }
    #productDetails .description .summary h2,
    #productDetails .description .about h2,
    #productDetails .description .for-who h2,
    #productDetails .description .after h2,
    #productDetails .description .content h2,
    #productDetails .description .transport h2,
    #productDetails .description .and-more h2,
    #productDetails .description .reviews h2 {
        margin-bottom:0;
    }

    #productDetails .description .about .overflow-hidden {
        background: #fff url(../img/svg/iconmonstr-info-5.svg) no-repeat;
        background-position: 98.5% 5px;
        background-size: 30px 30px;
    }

    #productDetails .description .for-who .overflow-hidden {
        background: #fff url(../img/svg/iconmonstr-user-1.svg) no-repeat;
        background-position: 98.5% 5px;
        background-size: 30px 30px;
    }

    #productDetails .description .for-who.extras .overflow-hidden {
        background: #fff url(../img/svg/extras.svg) no-repeat;
        background-position: 98.5% 5px;
        background-size: 30px 30px;
    }

    #productDetails .description .after .overflow-hidden {
        background: #fff url(../img/svg/iconmonstr-idea-7.svg) no-repeat;
        background-position: 98.5% 5px;
        background-size: 30px 30px;
    }

    #productDetails .description .content .overflow-hidden {
        background: #fff url(../img/svg/iconmonstr-flip-chart-2.svg) no-repeat;
        background-position: 98.5% 5px;
        background-size: 30px 30px;
    }
    #productDetails .description .content.authors .overflow-hidden {
        background: #fff url(../img/svg/pen.svg) no-repeat;
        background-position: 98.5% 5px;
        background-size: 30px 30px;
    }
    #productDetails .description .content.table-content .overflow-hidden {
        background: #fff url(../img/svg/table-content.svg) no-repeat;
        background-position: 98.5% 5px;
        background-size: 30px 30px;
    }
    #productDetails .description .transport .overflow-hidden {
        background: #fff;
        background-position: 98.5% 5px;
        background-size: 30px 30px;
    }
    #productDetails .description .and-more .overflow-hidden {
        background: #fff url(../img/svg/iconmonstr-light-bulb-17.svg) no-repeat;
        background-position: 98.5% 5px;
        background-size: 30px 30px;
    }

    #productDetails .description .reviews .overflow-hidden {
        background: #fff url(../img/svg/opinion.svg) no-repeat;
        background-position: 98.5% 5px;
        background-size: 30px 30px;
    }

    #productDetails .description .about h2,
    #productDetails .description .for-who h2,
    #productDetails .description .for-who.extras h2,
    #productDetails .description .after h2,
    #productDetails .description .content h2,
    #productDetails .description .content.authors h2,
    #productDetails .description .content.table-content h2,
    #productDetails .description .and-more h2,
    #productDetails .description .reviews h2 {
        background: #f5f5f5 url(../img/svg/plus.svg) no-repeat;
        background-position: 97.5% 10px;
        background-size: 20px 20px;
    }

    #productDetails .description .summary h2.active,
    #productDetails .description .about h2.active,
    #productDetails .description .for-who h2.active,
    #productDetails .description .for-who.extras h2.active,
    #productDetails .description .after h2.active,
    #productDetails .description .content h2.active,
    #productDetails .description .content.authors h2.active,
    #productDetails .description .content.table-content h2.active,
    #productDetails .description .and-more h2.active,
    #productDetails .description .reviews h2.active {
        background: #f5f5f5 url(../img/svg/minus.svg) no-repeat;
        background-position: 97.5% 10px;
        background-size: 20px 20px;
    }
    #productDetails .description .col-sm-6 {
        padding-bottom: 0;
    }
    #productDetails.product3 .more {
        margin-bottom: 20px;
    }
    #productDetails .buy .overflow-hidden {
        transition: 0.5s;
        height: auto;
        opacity: 1;
        padding: 15;
    }
    #productDetails .product-right {
        padding-left: 20px;
        padding-right: 20px;
    }
    #productDetails.product3 .description {
        padding-bottom: 0;
    }
    .confirm table tr td {
        border: 0 !important;
    }

    .kv-table-wrap tr > td:first-child {
        font-size: 14px;
    }
    #documents {
        padding: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: normal;
    }
    #productDetails .title .title-bck .info {
        margin-top: 0;
    }
    #productDetails .title .title-bck h1 {
        font-size: 30px;
        line-height: 1;
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .contact-supply {
        background: url(../img/icons/contact-supply-big.svg) right center no-repeat;
        background-size: 100px 100px;
    }
    .contact-home {
        background: url(../img/icons/contact-home-big.svg) right center no-repeat;
        background-size: 100px 100px;
    }
    .contact-sales {
        background: url(../img/icons/contact-sales-big.svg) right center no-repeat;
        background-size: 100px 100px;
    }
}

#productDetails .productDetails2.description .panel-body.about,
#productDetails .productDetails2.description .panel-body.for-who,
#productDetails .productDetails2.description .panel-body.after,
#productDetails .productDetails2.description .panel-body.content,
#productDetails .productDetails2.description .panel-body.and-more,
#productDetails .productDetails2.description .panel-body.summary {
    border: 0;
    padding: 15px;
}

#productDetails .more, #productDetails .read {
    display: block;
    padding: 8px 15px;
    border: 1px solid #ddd;
    background: #fff;
    color: #002c6c;
    text-transform: uppercase !important;
    margin-top: 20px;
    width: 90px;
    text-align: center;
    cursor: pointer;
    margin-left: 30px;
}

#productDetails .read {
    width: auto;
    margin-left: 0;
    display: inline-block;
    padding: 5px 15px;
}

.content-table {
    height: auto;
    max-height: 300px;
    overflow: hidden;
}

.product-top {
    padding: 20px 10px;
}

.product-top .main-image {
    width: auto;
    background: #fff;
}

.product-top .background-white {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.product-top h1 {
    padding-top: 20px;
    padding-left: 20px;
    text-transform: none !important;
    color: #002c6c;
}

#productDetails .product-top .features, #productDetails .product-top .features span {
    text-transform: none !important;
}

#productDetails .product-top .features {
    padding: 20px;
    line-height: 30px;
}

#productDetails.product3 .buy {
    margin-top: 20px;
}

#order-ilim input[type=checkbox], #order-ilim input[type=radio] {
    position: relative !important;
    right: auto !important;
}

#orderForm .label-text .transports-info {
    width: calc(100% - 120px);
}
#orderForm .label-text .transports-price {
    width: 95px;
    text-align: right;
}
.delivery-info-desk {
    display: flex !important;
    padding-left: 10px;
    padding-right: 10px;
}
.transports-price {
    padding: 0;
    justify-content: end;
}
.delivery-info-mob {
    display: none !important;
}
.field-shopstransports-shtid .label-text span, .cartMethodsPayments .label-text span {
    width: calc(100% - 120px);
}
.field-shopstransports-shtid .label-text span.delivery-info-time, .field-shopstransports-shtid .label-text span.delivery-info-day {
    width: auto;
}
#orderForm .label-text .transports-info {
    width: calc(100% - 125px);
}
.cartMethodsShipments .radio, .cartMethodsShipments .label-text {
    display: flex !important;
    align-items: center !important;
}
.transports-logo {
    max-width: 120px;
}
.delivery-info-cont {
    align-items: center;
    display: flex !important;
}
.field-shopstransports-shtid .label-text span.delivery-info.delivery-name {
    width: 100%;
}
.paymentName {
    width: 100% !important;
}
#passwordTip {
    background: #F4F4F4;
    border: 1px solid #eaeaea;
    font: 300 14px/1.4em 'Aller', sans-serif;
    color: #000;
    padding: 10px;
    text-align: left;
}
#passwordTip p {
    margin-bottom: 0;
}
#passwordTip .ok {
    font: bold 14px/1.4em 'Aller', sans-serif;
    color: green;
}

/* RWD */

@media screen and (max-width: 880px) {
    #activeboxSearch, #activeboxUser, #activeboxCart, #activeboxClipboard {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    #activeboxSearch, #activeboxUser, #activeboxCart, #activeboxClipboard, #activeboxLearn, .burger-container {
        width: 20%;
        margin-right: 0;
    }
    .burger {
        float: right;
        width: 30px;
    }
}

@media screen and (max-width: 850px) {
    .filters-container .filters-el-btn {
        font-size: 14px;
        width: 200px;
    }

    .filters-container .filters-footer-btn {
        width: 200px;
    }

    .filters-container .filters-el-btn {
        min-width: 200px !important;
        width: 200px !important;
    }

    .filters-container .filters-el-dropdown {
        width: 200px !important;
    }
}

@media screen and (max-width: 800px) {
    .copy2 {
        display: block;
    }
    .copy1 {
        display: none;
    }
    #productDetails .title p {
        font-size: 14px;
    }
}

@media screen and (min-width: 801px) {
    .copy1 {
        display: block;
    }
    .copy2 {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .header-main .container, .header-menu .container {
        width: 100% !important;
    }

    .navbarLogo svg {
        width: 120px;
        margin-right: 20px;
    }

    .navbarLogo span {
        font-size: 12px;
        line-height: 1.6;
        padding-top: 17px;
    }
}

@media screen and (max-width: 690px) {
    #productDetails .title .title-bck {
        max-width: 95%;
    }
    #productDetails .title .title-bck p.info {
        margin-top: 0;
    }
}

@media screen and (max-width: 640px) {
    #productDetails .title h1 {
        font-size: 26px;
    }
    #productDetails .title {
        top: 10%;
    }
    #productDetails .description .padding-top-15 {
        padding-top: 15px;
    }
    #productDetails .main-image img {
        display:none;
    }
    #productDetails.product3 .main-image {
        display: block;
    }
    #productDetails .main-image {
        height: 250px;
    }
    .container.page-container {
        padding: 30px 0;
    }
    .blog-full-page {
        width: 100% !important;
        margin-left: 0;
    }

    .start-filter .container-fluid {
        padding: 0;
    }
    .tiles .row {
        margin: 0;
    }
    .productRow {
        padding: 10px 0;
    }
    .activeboxSearchBoxResults h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 550px) {
    .confirm h2 {
        font-size: 24px !important;
    }
    .delivery-info-cont {
        width: 100% !important;
    }
    .delivery-info-desk {
        flex-wrap: wrap !important;
    }
    #shopstransports-shtid .description {
        padding-left: 40px !important;
    }
    #orderForm .bg-padding-box {
        padding: 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .kv-table-wrap tr > td:first-child {
        font-size: 14px !important;
    }
    #documents .kv-table-wrap th, #documents .kv-table-wrap td {
        width: 99% !important;
        font-size: 16px;
    }
    #documents .kv-table-wrap td h3 {
        margin-bottom: 0;
    }
    .userDocumentsRow2 {
        margin-bottom: 0;
    }
    #documents .kv-table-wrap thead {
        display: none;
    }
    .kv-table-wrap tr:first-child > td:first-child {
        border: 0;
    }
    .kv-table-wrap tbody tr > td {
        border: 0;
    }
    .kv-table-wrap tr > td:first-child {
        border-top: 3px double #ccc;
    }
    .kv-table-wrap tr > td tr td:first-child {
        border-top: 0;
    }
    .navbarIconBox.search-input {
        left: -90px;
    }
    #productDetails .title .title-bck p.info {
        width: 100%;
        margin-bottom: 0;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    #productDetails .title .title-bck p.info1 {
        margin-bottom: 0;
    }
    #productDetails .main-image {
        height: 320px;
    }
}

@media screen and (max-width: 400px) {
    .navbarLogo a {
        height: 60px;
        width: 140px;
    }

    .navbarLogo span {
        padding-top: 0px;
    }

    .navbarLogo h1, .navbarLogo p {
        width: calc(100% - 140px);
        float: left;
        line-height: 1.2;
        margin-top: 0;
    }
    .navbarLogo h1 p {
        width: 100%;
    }

    .navbarIcons {
        height: 60px;
    }
    .burger-container {
        /*margin-top: 85px;*/
    }

    .carousel-home-el {
        background-position: center center;
        height: 230px;
    }

    .carousel-home-el .carousel-bck {
        padding: 15px;
        min-width: 40%;
    }
    .carousel-home-el .carousel-bck span.text {
        padding: 0px !important;
    }
    .carousel-home-el .carousel-bck .sstext1 {
        padding-bottom: 10px !important;
    }

    .filters-container .filters-el-btn {
        min-width: 250px !important;
        width: 250px !important;
    }
    .filters-container .filters-el-dropdown {
        min-width: 250px !important;
        width: 250px !important;
    }
    .navbarIcons.text-right {
        text-align: left !important;
    }

}

@media screen and (max-width: 400px) {
    #productDetails .buy a {
        font-size: 11px;
    }
    #productDetails .title h1 {
        font-size: 20px;
    }
    #productDetails .title .title-bck {
        padding: 15px;
    }
    #productDetails .title {
        top: 10%;
    }

    #productDetails .title p.average {
        margin-top: 3px;
    }

    #activeboxClipboard svg {
        margin-top: 10px;
    }
    .promo-boxes .col-xs-6.products-boxes {
        width: 100% !important;
    }
    .productsList.promo-boxes {
        width: 100%;
    }
    h2.header, .sliderSvgIcons h2.header, .producenci h2.header, h1 {
        font-size: 28px !important;
    }
    .confirm h2.header {
        font-size: 24px !important;
    }
    .sliderSvgIcons-flex:hover .sliderSvgIcons-bck {
        width: 100%;
    }
    .sliderSvgIcons-bck h2 {
        margin: 15px 0 0;
    }
    .sliderSvgIcons-bck .margin-top {
        margin-top: 5px;
    }

    .navbarIconBox.search-input {
        left: 0;
        right: 10%;
        top: -80px;
        position: absolute;
        max-width: 900%;
        width: 800%;
        height: 70px;
        padding-left: 0;
    }
    .similar-products .owl-nav {
        right: 10px;
        top: -25px;
    }
}

@media screen and (max-width: 360px) {
    .navbarIconBox.search-input {
        left: 0px;
        right: 10%;
        top: -80px;
        position: absolute;
        max-width: 900%;
        width: 770%;
        height: 70px;
        padding-left: 0;
    }
    #productDetails .title {
        top: 5px;
    }

}

@media screen and (max-width: 330px) {
    .navbarIconBox.search-input {
        left: -10px;
        right: 10%;
        top: -80px;
        position: absolute;
        max-width: 900%;
        width: 750%;
        height: 70px;
        padding-left: 0;
    }
}

@media screen and (max-width: 320px) {
    #productDetails .buy a {
        font-size: 11px;
    }
}
