/* ==========================================================================
   1.0 Reset
   ========================================================================== */

   html,
   div,
   span,
   applet,
   object,
   iframe,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   p,
   blockquote,
   pre,
   a,
   abbr,
   acronym,
   address,
   big,
   cite,
   code,
   del,
   dfn,
   em,
   img,
   ins,
   kbd,
   q,
   s,
   samp,
   small,
   strike,
   strong,
   sub,
   sup,
   tt,
   var,
   b,
   u,
   i,
   center,
   dl,
   dt,
   dd,
   ol,
   ul,
   li,
   fieldset,
   form,
   label,
   legend,
   table,
   caption,
   tbody,
   tfoot,
   thead,
   tr,
   th,
   td,
   article,
   aside,
   canvas,
   details,
   embed,
   figure,
   figcaption,
   footer,
   header,
   hgroup,
   menu,
   nav,
   output,
   ruby,
   section,
   summary,
   time,
   mark,
   audio,
   video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     vertical-align: baseline;
   }
   
   article,
   aside,
   details,
   figcaption,
   figure,
   footer,
   header,
   hgroup,
   menu,
   nav,
   section {
     display: block;
   }
   
   ol,
   ul {
     list-style: none;
   }
   
   blockquote,
   q {
     quotes: none;
   }
   
   blockquote:before,
   blockquote:after,
   q:before,
   q:after {
     content: "";
     content: none;
   }
   
   table {
     border-collapse: collapse;
     border-spacing: 0;
   }
   
   a {
     outline: 0;
     text-decoration: none;
   }

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(../img/e79bfd88537def476913f3ed52f4f4b3.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../img/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(../img/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(../img/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype")
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}
i.material-icons.search {
    display: none;
}

/* ==========================================================================
2.0 Common
========================================================================== */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html {
  color: #2b2827;
  font: 14px/2em "Muli", sans-serif;
}
body {
  -webkit-font-smoothing: antialiased !important;
  padding: 0;
  margin: 0;
  background: #f5f7f9;
  width: 100%;
  overflow-x: hidden;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="password"],
input[type="date"],
textarea,
button {
  -webkit-appearance: none;
}
a,
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="password"],
textarea,
button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container {
    max-width: 1440px;
}
.color,
.custom-checkbox input[type=checkbox]+span.color {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin: .3125rem;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .05);
    cursor: pointer;
    background-size: contain
}
.color.active,
.color:hover,
.custom-checkbox input[type=checkbox]+span.color.active,
.custom-checkbox input[type=checkbox]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 2px solid #232323
}

.btn-primary, .btn-secondary, .btn-tertiary {
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
}

.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    margin-right: .625rem
}

.btn-tertiary {
    background-color: #f7f7f7;
    text-transform: lowercase;
    color: #7a7a7a;
    box-shadow: .0625rem .0625rem .0625rem 0 rgba(0, 0, 0, .1);
    padding: .25rem;
    margin: .25rem 0;
    font-weight: 400;
    font-size: .875rem
}

.btn-tertiary .material-icons {
    font-size: 1rem
}

.btn-tertiary:hover {
    box-shadow: .0625rem .0625rem .0625rem 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(35, 35, 35, .2)
}

.btn-unstyle {
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: inherit
}

.btn-unstyle:focus {
    outline: 0
}

.btn-unstyle:focus .expand-more {
    color: #85b1d6
}

.card {
    box-shadow: none
}

.label,
.label, label {
    color: #232323;
    text-align: right;
    font-size: .875rem;
    line-height: 27px;
    /* padding: .5rem!important; */
}

small.label,
small.value {
    font-size: .8125rem
}

.form-control-label {
    padding-top: .625rem
}

.form-control {
    background: #f1f1f1;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25);
    padding: .5rem 1rem
}

.form-control:focus {
    background-color: #fff;
    color: #232323
}

.form-control:focus,
.input-group.focus {
    outline: .1875rem solid #85b1d6
}

.input-group .form-control:focus {
    outline: none
}

.input-group .input-group-btn {
    height: 100%
}

.input-group .input-group-btn>.btn {
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: .6875rem;
    font-weight: 400;
    margin-left: 0;
    padding: .625rem 1rem;
    text-transform: uppercase
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #7a7a7a;
    padding: .78rem 1rem
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7a7a7a
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7a7a7a
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7a7a7a
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7a7a7a
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: #232323
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #232323
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: #232323
}

input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
    color: #232323
}

.form-control-select {
    height: 2.625rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f1f1f1 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem;
    padding: 0 .5rem
}

.form-control-valign {
    padding-top: .5rem
}

.form-control-comment {
    font-size: .875rem;
    padding-top: .5rem;
    color: #7a7a7a
}

.form-control-submit.disabled {
    background: #5bc0de;
    color: #fff
}

.form-group.has-error input,
.form-group.has-error select {
    outline: .1875rem solid #ff4c4c
}

.form-group.has-error .help-block {
    color: #ff4c4c
}

.group-span-filestyle label {
    margin: 0
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background: #85b1d6;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: .875rem;
    padding: .5rem 1rem
}

.bootstrap-touchspin {
    width: auto;
    float: left;
    display: inline-block;
    box-shadow: none;
}

.bootstrap-touchspin input:focus {
    outline: none
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    color: #232323;
    background-color: #fff;
    height: 2.5rem;
    padding: .175rem .5rem;
    width: 3rem;
    border: 1px solid rgba(0, 0, 0, .25);
    float: left
}

.bootstrap-touchspin .btn-touchspin {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25);
    height: 1.3125rem
}

.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #f1f1f1
}

.bootstrap-touchspin .input-group-btn-vertical {
    color: #232323;
    width: auto;
    float: left
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE"
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF"
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: .0625rem;
    left: .1875rem;
    font-size: .9375rem
}
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400
}
.iconset {
    max-width:27px;
    max-height:27px;
    width: 100%;
    height: 100%;
}
.custom-radio {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #7a7a7a;
    background: #fff;
    margin-right: 1.25rem;
    top: -4px;
}

.custom-radio input[type=radio] {
    opacity: 0;
    cursor: pointer
}

.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #85b1d6;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: .125rem
}

.custom-radio input[type=radio]:focus+span {
    border-color: #7a7a7a
}

.custom-checkbox {
    position: relative
}

.custom-checkbox input[type=checkbox] {
    margin-top: .25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute
}

.custom-checkbox input[type=checkbox]+span {
    margin-right: 3px;
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #999;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    margin: -.25rem -.125rem;
    font-size: 1.1rem;
    color: #232323
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: block
}

.custom-checkbox input[type=checkbox]:focus+span {
    border-color: #7a7a7a
}

.custom-checkbox label {
    text-align: left
}
.text-muted {
    font-size: .875rem
}

.done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 .8125rem;
    margin-right: 1.563rem
}

.thumb-mask>.mask {
    position: relative;
    width: 3.438rem;
    height: 3.438rem;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin: .625rem 0
}

.thumb-mask>.mask img {
    width: 55px;
    height: 55px
}

.definition-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.definition-list dl dt {
    font-weight: 400
}

.definition-list dl dd,
.definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #f1f1f1;
    padding: .625rem;
    margin: .125rem
}

.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n) {
    background: #f6f6f6
}

.help-block {
    margin-top: .625rem
}

.btn.disabled,
.btn.disabled:hover {
    background: #7a7a7a
}

.alert-warning .material-icons {
    color: #ff9a52;
    font-size: 2rem;
    margin-right: .625rem;
    padding-top: .3125rem
}

.alert-warning .alert-text {
    font-size: .9375rem;
    padding-top: .625rem
}

.alert-warning .alert-link {
    border-radius: 2px;
    border-width: 2px;
    margin-left: .625rem;
    padding: .3125rem 1.25rem;
    font-weight: 600;
    font-size: .8125rem;
    color: #6c868e
}

.alert-warning ul li:last-child .alert-link {
    color: #fff
}

.alert-warning .warning-buttons {
    margin-top: .3125rem
}

.btn-tertiary-outline {
    color: #6c868e;
    background-image: none;
    background-color: transparent;
    border-color: #6c868e;
    border: .15rem solid #6c868e
}

.btn-tertiary-outline:hover {
    border-color: #bbcdd2;
    color: #bbcdd2
}

.alert {
    font-size: .8125rem
}

.nav-item .nav-link,
.nav-item .nav-separtor {
    color: #7a7a7a;
    font-weight: 700
}

.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
    color: #232323
}

.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, .25)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 60px)
}

.ps-alert-error {
    margin-bottom: 0
}

.ps-alert-error .item,
.ps-alert-success .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff4c4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ff4c4c;
    margin-bottom: 1rem
}

.ps-alert-error .item i,
.ps-alert-success .item i {
    border: 15px solid #ff4c4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
    background-color: #ff4c4c;
    width: 24px;
    height: 24px
}

.ps-alert-error .item p,
.ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px;
    width: 100%
}

.ps-alert-success {
    padding: .25rem .25rem 2.75rem
}

.ps-alert-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c
}

.ps-alert-success .item i {
    border-color: #4cbb6c
}

.ps-alert-success .item i svg {
    background-color: #4cbb6c
}

.dropdown {
    color: #7a7a7a
}

.dropdown:hover .expand-more {
    color: #85b1d6
}

.dropdown .expand-more {
    color: #232323;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible
}

.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #232323;
    background: #fff
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #85b1d6
}

select.mode-select.rounded.jcf-reset-appearance {
    width: 140px !important;
    padding: 5px;
    border: 2px solid #302861;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #302861;
}
select.mode-select.rounded.jcf-reset-appearance:focus {
    border-color:#F00;
}

.search-widget form input[type=text]:focus+button .search {
    color: #85b1d6
}

.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #7a7a7a
}

.search-widget form button[type=submit] .search:hover {
    color: #85b1d6
}

.header-top .search-widget form input[type=text] {
    min-width: inherit;
    width: 100%
}

#checkout #search_widget {
    display: none
}

#pagenotfound .page-content #search_widget {
    width: 100%
}

.page-not-found .search-widget form {
    display: inline-block
}

@media (max-width:767px) {
    .header-top .search-widget {
        float: none
    }
    .header-top .search-widget form {
        margin: 0 auto
    }
    .header-top .search-widget form input[type=text] {
        min-width: inherit;
        background: #fff
    }
}

@media (min-width:768px) {
    .search-widget {
        min-width: 15.63rem
    }
}

.top-menu[data-depth="1"] {
    margin: 0 !important;
    position: relative;
    padding: 0.5rem 1.5rem;
    display: block;
    clear: both;
    float: left;
}

.top-menu a:not([data-depth="0"]) {
    display: block;
    padding: .625rem;
    color: #7a7a7a;
    font-weight: 400
}

.top-menu a.dropdown-submenu {
    color: #232323;
    text-transform: uppercase;
    font-weight: 600
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    padding: 0.5rem 0;
    color: #232323 !important;
    text-transform: none;
    font-size: 16px;
    width: 100%;
    border-bottom:1px solid #dfe5e4;
} 
.top-menu[data-depth="1"]>.category:last-of-type a {border:0;}
.top-menu .collapse {
    display: inherit
}

.top-menu .sub-menu {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: none;
    margin-left: .9375rem;

    z-index: 18;
    display: none
}

.top-menu .sub-menu.collapse {
    display: none;
    min-width: auto;
    margin: 0;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    margin: 0;
    clear: both;
    width: 100%;
}

.top-menu .sub-menu a:hover {
    color: #85b1d6
}

.top-menu .popover {
    max-width: inherit;
    border-radius: 0;
    width: auto;
    top: 100% !important;
}
.popover.bs-tether-element-attached-top {
    margin-top: 0
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: block!important
}

#mobile_top_menu_wrapper {
    padding: 15px;
    background: #fff
}

#mobile_top_menu_wrapper #top-menu {
    margin-bottom: .625rem
}

#mobile_top_menu_wrapper .top-menu {
    color: #232323
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .add {
    display: none
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .remove {
    display: block
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: .625rem;
    border-bottom: 1px solid #f6f6f6
}

#mobile_top_menu_wrapper .top-menu .collapse {
    display: none
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    box-shadow: none;
    z-index: inherit;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    background: #fff
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"]>li {
    border-bottom: 1px solid #7a7a7a
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
    float: none;
    margin: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
    text-transform: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    padding: .625rem;
    border-bottom: 1px solid #fff;
    font-weight: 700
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 1.25rem
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
    padding-left: 2.5rem
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
    padding-left: 3.75rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #7a7a7a
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
    display: inline
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    padding: .625rem 0;
    display: block;
    width: 100%
}

body#checkout {
    color: #232323
}

body#checkout #header .header-nav {
    max-height: none;
    padding: .9375rem 0;
    border: none;
    margin-bottom: 0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
}

body#checkout #header .header-nav .logo {
    max-height: 4.375rem;
    width: auto
}

body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0
}

body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body#checkout .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: .1875rem
}

body#checkout a:hover {
    color: #1a8196
}

body#checkout section#content {
    margin-bottom: 1.563rem
}

body#checkout .container {
    min-height: 100%
}

body#checkout section.checkout-step {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: .9375rem
}

body#checkout section.checkout-step:last-child {
    border: 0
}

body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0
}

body#checkout section.checkout-step .content {
    padding: 0 2.313rem
}

body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: 400
}

body#checkout section.checkout-step .step-edit .edit {
    font-size: 1rem
}

body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: .5
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none
}

body#checkout section.checkout-step.-unreachable .step-title {
    cursor: not-allowed;
    opacity: .5
}

body#checkout section.checkout-step.-current .step-title {
    cursor: default
}

body#checkout section.checkout-step.-current .content {
    display: block
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: .125rem;
    color: #7a7a7a
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none
}

body#checkout section.checkout-step small {
    color: #7a7a7a
}

body#checkout section.checkout-step .default-input {
    min-width: 40%
}

body#checkout section.checkout-step .default-input[name=address1],
body#checkout section.checkout-step .default-input[name=address2] {
    min-width: 60%
}

body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem
}

body#checkout section.checkout-step .radio-field label {
    display: inline
}

body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem
}

body#checkout section.checkout-step .checkbox-field+.checkbox-field div {
    margin-top: 0
}

body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: .625rem 3.125rem
}

body#checkout section.checkout-step .form-footer {
    text-align: center
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem
}

body#checkout section.checkout-step .payment-options label {
    display: table-cell
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 1.25rem
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: .5rem
}

body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: .625rem
}

body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body#checkout section.checkout-step .address-item {
    background: #f6f6f6;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: .625rem;
    border: 3px solid transparent
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: 3px solid #85b1d6
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 600;
    margin-bottom: .625rem
}

body#checkout section.checkout-step .address {
    margin-left: 1.563rem;
    font-weight: 400
}

body#checkout section.checkout-step .radio-block {
    padding: .9375rem;
    text-align: left;
    cursor: pointer
}

body#checkout section.checkout-step .custom-radio {
    margin-right: 0
}

body#checkout section.checkout-step .custom-radio input[type=radio] {
    height: 1.25rem;
    width: 1.25rem
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    color: #7a7a7a;
    display: inline-block;
    margin: 0 .3125rem
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem
}

body#checkout section.checkout-step hr {
    margin: 0
}

body#checkout section.checkout-step .address-footer {
    text-align: center;
    padding: .625rem
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses,
body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem
}

body#checkout section.checkout-step .add-address a {
    color: #232323
}

body#checkout section.checkout-step .add-address a i {
    font-size: .9375rem
}

body#checkout section.checkout-step .delivery-option {
    background: #f6f6f6;
    padding: .9375rem 0;
    margin-bottom: .9375rem
}

body#checkout section.checkout-step .delivery-option label {
    text-align: inherit
}

body#checkout section.checkout-step .delivery-option img {
    width: 3.125rem
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-left: .3125rem;
    margin-top: 1.563rem
}

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left
}

body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0
}

body#checkout section.checkout-step .sign-in {
    font-size: .875rem
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 14.38rem
}

body#checkout .additional-information {
    font-size: .875rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem
}

body#checkout .condition-label {
    margin-left: 2.5rem;
    margin-top: .625rem
}

body#checkout .condition-label label {
    text-align: inherit
}

body#checkout .cancel-address {
    margin: .625rem;
    display: block;
    color: #7a7a7a;
    text-decoration: underline
}

body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #f1f1f1
}

body#checkout #cart-summary-product-list {
    font-size: .875rem
}

body#checkout #cart-summary-product-list img {
    border: 1px solid #f1f1f1;
    width: 3.125rem
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle
}

body#checkout #order-summary-content {
    padding-top: .9375rem
}

body#checkout #order-summary-content h4.h4 {
    margin-top: .625rem;
    margin-bottom: 1.25rem;
    color: #232323
}

body#checkout #order-summary-content h4.black {
    color: #000
}

body#checkout #order-summary-content h4.addresshead {
    margin-top: .1875rem
}

body#checkout #order-summary-content .noshadow {
    box-shadow: none
}

body#checkout #order-summary-content #order-items {
    border-right: 0
}

body#checkout #order-summary-content #order-items h3.h3 {
    color: #232323;
    margin-top: 1.25rem
}

body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0
}

body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0
}

body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container {
    text-align: center
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container img {
    width: 3.125rem
}

body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #7a7a7a
}

body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer
}

body#checkout #order-summary-content a .step-edit {
    color: #7a7a7a
}

body#checkout #delivery,
body#checkout #gift_message {
    max-width: 100%;
    border-color: #232323
}

body#checkout #delivery textarea,
body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px
}

body#checkout #footer {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    padding: .9375rem;
    background: #fff;
    color: #7a7a7a
}

#order-details {
    padding-left: 1.3rem;
    margin-top: 1.25rem
}

#order-details>.card-title {
    margin-bottom: 1.875rem
}

#order-details ul {
    margin-bottom: 1.25rem
}

#order-details ul li {
    margin-bottom: .625rem
}

#order-items {
    border-right: 1px solid #f1f1f1
}

#order-items .h3 {
    font-size: 1rem
}

@media (max-width:991px) {
    #order-items .h3._desktop-title {
        display: none
    }
}

#order-items hr {
    border-top-color: #232323
}

#order-items table {
    width: 100%
}

#order-items table tr {
    height: 1.875rem
}

#order-items table tr td:last-child {
    text-align: right
}

#order-items table tr td {
    padding: .5rem;
    font-size: .875rem
}

#order-items table tr.total-value {
    background-color: #f1f1f1
}

#order-items table tr.taxes td {
    text-align: left
}

#order-items table tr.taxes td .value {
    padding-top: 0
}

#order-items .order-line {
    margin-top: 1rem
}

#order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 1rem
}

#order-items .details {
    margin-bottom: 1rem
}

#order-items .details .customizations {
    margin-top: .625rem
}

#order-items .qty {
    margin-bottom: 1rem
}

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem
}

@media (max-width:991px) {
    .done {
        margin-right: .625rem;
        padding: 0
    }
    body#checkout section.checkout-step .address-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    body#checkout section.checkout-step .delivery-option-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .delivery-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto
    }
    .delivery-option .custom-radio {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left
    }
    #order-confirmation #registration-form {
        width: 100%
    }
}

@media (max-width:767px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
        margin-top: .25rem;
        margin-left: 1.25rem
    }
    body#checkout #header .header-nav {
        max-height: none;
        padding: 0
    }
    body#checkout section.checkout-step .content {
        padding: .9375rem
    }
    body#checkout .form-group {
        margin-bottom: .5rem
    }
    #order-items {
        border-right: 0;
        margin-bottom: 2.5rem
    }
    #order-items .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }
    #order-items hr {
        border-top-color: #f1f1f1
    }
    .bold {
        font-weight: 700
    }
    #order-details {
        padding-left: .9375rem
    }
    #order-details .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width:575px) {
    body#checkout section.checkout-step .content {
        padding: .9375rem 0
    }
    #payment-confirmation button {
        font-size: .875rem
    }
    #payment-confirmation button.btn {
        white-space: normal
    }
}

.js-payment-binary,
.js-payment-binary .accept-cgv {
    display: none
}

.js-payment-binary.disabled {
    opacity: .6;
    cursor: not-allowed
}

.js-payment-binary.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.js-payment-binary.disabled .accept-cgv {
    display: block
}

.table-labeled td,
.table-labeled th {
    vertical-align: middle
}

.table-labeled .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: .25rem .375rem;
    margin: .125rem;
    color: #fff;
    white-space: nowrap
}

.page-order .table {
    margin-bottom: 0
}

.page-order table td,
.page-order table th {
    padding: .5rem
}

.page-order table thead th {
    text-align: center
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0
}

#authentication .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#authentication .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem
}

#authentication .custom-checkbox label {
    padding-left: .625rem
}

#authentication .radio-inline,
#identity .radio-inline {
    padding: 0
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-right: 0
}

.page-customer-account #content {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a
}

.page-customer-account #content .order-actions a {
    padding: 0 .125rem
}

.page-customer-account #content .forgot-password {
    text-align: center;
    font-size: .875rem;
    margin-top: 1rem;
    padding-bottom: .9375rem
}

.page-customer-account #content .no-account {
    text-align: center;
    font-size: 1rem
}

.page-authentication #content {
    padding: 1rem;
    max-width: 640px;
    margin: 0 auto
}

.page-addresses .address,
.page-authentication #content {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff
}

.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: .875rem;
    color: #232323
}

.page-addresses .address .address-body {
    padding: 1rem
}

.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 700
}

.page-addresses .address .address-body address {
    min-height: 9rem
}

.page-addresses .address .address-footer {
    border-top: 1px solid #7a7a7a;
    padding: .5rem 1rem
}

.page-addresses .address .address-footer a {
    color: #7a7a7a;
    margin-right: .5rem
}

.page-addresses .address .address-footer a:hover {
    color: #232323
}

.page-addresses .address .address-footer a i {
    font-size: 1rem
}

.page-addresses .address .address-footer a span {
    font-size: .9375rem;
    vertical-align: middle
}

.page-addresses .addresses-footer {
    margin: 0 .9375rem
}

.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover {
    color: #232323
}

.page-addresses .addresses-footer a i {
    font-size: 1rem
}

.page-addresses .addresses-footer a span {
    font-size: 1rem;
    vertical-align: middle;
    margin-top: .625rem
}

.page-order-detail {
    font-size: .875rem;
    color: #7a7a7a
}

.page-order-detail .box {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem
}

.page-order-detail h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 1rem
}

.page-order-detail #order-infos ul {
    margin: 0
}

.page-order-detail #order-history .history-lines .history-line {
    padding: .5rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0
}

.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem .375rem;
    color: #fff;
    border-radius: 3px
}

.page-order-detail .addresses {
    margin: 0 -.9375rem
}

.page-order-detail .addresses h4 {
    font-size: 1rem;
    font-weight: 700
}

.page-order-detail #order-products.return {
    margin-bottom: 1rem
}

.page-order-detail #order-products.return th.head-checkbox {
    width: 30px
}

.page-order-detail #order-products.return td {
    padding: 1.375rem .75rem
}

.page-order-detail #order-products.return td.qty {
    min-width: 125px
}

.page-order-detail #order-products.return td.qty .current {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: .5rem
}

.page-order-detail #order-products.return td.qty .select {
    width: 70%;
    float: left;
    margin: -.625rem 0;
    padding-left: .25rem
}

.page-order-detail #order-products.return td.qty .select select {
    text-align: center
}

.page-order-detail .order-items {
    padding: 0!important
}

.page-order-detail .order-items .order-item {
    padding: 1rem 1rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail .order-items .order-item .checkbox {
    width: 30px;
    float: left;
    padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .content {
    width: calc(100% - 30px);
    float: left;
    padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .desc .name {
    font-weight: 700
}

.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: .25rem
}

.page-order-detail .messages .message {
    margin-top: .5rem;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail .messages .message:last-child {
    border-bottom: 0
}

.page-order-detail .messages .message>div {
    margin-bottom: .5rem
}

.page-order-detail .customization {
    margin-top: .75rem
}

#order-return-infos .thead-default th {
    color: #232323
}

#order-return-infos .customization {
    margin-top: .75rem
}

.page-my-account #content .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a7a7a;
    padding: 0 .9375rem;
    margin-bottom: 1.875rem
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem
}

.page-my-account #content .links a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #232323;
    padding-bottom: 3.4rem
}

.page-my-account #content .links a:hover {
    color: #232323
}

.page-my-account #content .links a:hover i {
    color: #85b1d6
}

#history .orders {
    margin: 0 -1rem
}

#history .orders .order {
    padding: .75rem 1rem;
    border-bottom: 1px solid #f6f6f6
}

#history .orders .order a h3 {
    color: #7a7a7a
}

#history .orders .order .label {
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem .375rem;
    color: #fff;
    border-radius: 3px
}

#history .orders .order:last-child {
    border-bottom: 0
}

.page-footer .account-link {
    margin-right: 1rem
}

.page-footer .account-link i {
    font-size: 1rem
}

.page-footer .account-link span {
    font-size: .875rem;
    vertical-align: middle
}

.login-form {
    margin-top: 15px
}

.forgotten-password {
    padding: 4px
}

.forgotten-password .form-fields .center-email-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .forgotten-password .form-fields .center-email-fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .forgotten-password .form-fields .center-email-fields button {
        margin: 10px;
        width: calc(100% - 20px)
    }
}

.forgotten-password .form-fields .center-email-fields button {
    height: 38px
}

.forgotten-password .form-fields .email {
    padding-left: 0;
    padding-right: 0;
    width: 430px
}

@media (max-width:767px) {
    .forgotten-password .form-fields .email {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%
    }
}

.forgotten-password .form-fields .email input {
    height: 38px
}

.forgotten-password .form-fields label.required {
    width: 130px
}

.send-renew-password-link {
    padding-left: 10px;
    padding-right: 10px
}

.renew-password {
    margin-left: 10px
}

.renew-password .email {
    padding-bottom: 30px
}

.renew-password [type=submit] {
    margin-left: 50px
}

.carousel {
    margin-bottom: 1.5rem
    
}

.carousel .direction {
    z-index: auto
}

.carousel .carousel-inner {
    height: 414px;
    border-radius: 5px;
}

.carousel .carousel-item {
    height: 100%
}

.carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.carousel .carousel-item .caption {
    position: absolute;
    top: 188px;
    left: 60px;
    color: #fff;
    max-width: 340px;
}

.carousel .carousel-item .caption .caption-description p {
    color: #fff
}
.carousel .carousel-item .caption .caption-description img {
    width:auto !important;
    height:auto !important;
}
.carousel .carousel-item .caption .caption-description a.btn.btn-default, a.btn.btn-default {
    border-radius: 5px;
    background: #302861;
    line-height: 1rem;
    color: #fff;
    font-size: 14px;
    font-family: 'Quicksand';
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 42px;
    max-width: 190px;


}
.carousel .carousel-item figure {
    margin: 0
}

.carousel .carousel-control {
    opacity: 1
}

.carousel .carousel-control .icon-next:before,
.carousel .carousel-control .icon-prev:before {
    content: ""
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    font-size: 3.125rem;
    color: #fff
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #85b1d6
}

.carousel .carousel-control .icon-prev {
    left: 1rem
}

.carousel .carousel-control .icon-next {
    right: 2rem
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background: none
}

@media (max-width:1199px) {
    .carousel .carousel-inner {
        height: auto
    }
}

@media (max-width:991px) {
    .carousel .carousel-item .caption {
        bottom: calc(50% - 2rem);
        left: 10%
    }
    .carousel .carousel-item .caption .display-1 {
        font-size: 2rem
    }
    .carousel .carousel-item .caption-description {
        display: none
    }
}

@media (max-width:767px) {
    .carousel .carousel-item .caption {
        bottom: calc(50% - 1.5rem)
    }
    .carousel .carousel-item .caption .display-1 {
        font-size: 1.5rem
    }
    .carousel .carousel-control .icon-next i,
    .carousel .carousel-control .icon-prev i {
        font-size: 2rem
    }
}
.featured-products .products.home {
    flex-wrap:nowrap;
}
#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products, .products.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 !important
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
    display: block
}
#js-product-list {clear:both;}
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    color: #302861 !important;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 700!important;
    line-height: 1.2;
    font-size: 1.1rem;
    font-family: 'Quicksand';
}
.product-miniature .hiaddtocart {
    position: relative;
    text-align: center;
    width: 100%;
    top: 0;
    padding-top: .475rem;
    min-height: 3.5rem;
    background: #edeff1 !important;
    box-shadow: none !important;
    padding: 20px 0px;
}
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    position: relative;
/*    min-height: 318px;
    width: auto; */
    background: #fff; 
    box-shadow: none;
}

#products .thumbnail-container:focus .highlighted-informations,
#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:focus .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:focus .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 5.5rem
}

#products .thumbnail-container:focus .highlighted-informations:after,
#products .thumbnail-container:hover .highlighted-informations:after,
.featured-products .thumbnail-container:focus .highlighted-informations:after,
.featured-products .thumbnail-container:hover .highlighted-informations:after,
.product-accessories .thumbnail-container:focus .highlighted-informations:after,
.product-accessories .thumbnail-container:hover .highlighted-informations:after,
.product-miniature .thumbnail-container:focus .highlighted-informations:after,
.product-miniature .thumbnail-container:hover .highlighted-informations:after {
    opacity: 1
}

#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    bottom: 9.2rem
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
    content: "";
    border-top: 0px solid #7a7a7a;
    position: absolute;
    width: 80%;
    top: 0;
    left: 10%;
    opacity: .25
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    display: block;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    max-width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 93%;
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title {
    text-align: center;
    margin-bottom: 1.5rem
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-align: center;
    text-transform: none;
    margin-top: .7rem
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    color: #232323;
    font-weight: 700;
    text-align: center
}

#products .product-price-and-shipping .discount-product,
.featured-products .product-price-and-shipping .discount-product,
.product-accessories .product-price-and-shipping .discount-product,
.product-miniature .product-price-and-shipping .discount-product {
    display: none
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    position: relative;
    text-align: center;
    width: 100%;
    top: -.25em;
    padding-top: .1875rem;
    min-height: 2.5rem;
    background: #fff
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    position: absolute;
    bottom: 1.25rem;
    padding-top: .625rem;
    z-index: 2;
    background: #ffffffe6;
    text-align: center;
    width: 100%;
    height: 3.125rem;
    box-shadow: none;
    transition: bottom .3s;
}

/*widok listy */
.product-miniature.js-product-miniature.product_show_list {
    height: 222px;
    margin-bottom:0px !important;
    
}
.product-miniature.js-product-miniature.product_show_list .thumbnail-container {
    width: 100%!important;
    height: 222px;
    display: flex;
    min-height: auto !important;
    vertical-align: middle;
    align-items: center;
}
.product-miniature.js-product-miniature.product_show_list .product-description {
    position: relative;
    z-index: 3;
    background: #fff;
    /* width: 100%; */
    bottom: 0;
    /* height: 70px; */
    /* vertical-align: baseline; */
    display: flex;
    justify-content: space-between;
    /* align-content: baseline; */
    padding: 1rem;
    padding-right: 4rem;
    /* line-height: 100%; */
    /* align-items: center; */
    /* margin-top: 4rem; */
    /* display: block; */
    display: flex;
    
}
.product-miniature.js-product-miniature.product_show_list  .highlighted-informations {
    position: absolute;
    bottom: 1.25rem;
    padding-top: .625rem;
    z-index: 2;
    background: #ffffffe6;
    text-align: center;
    width: 100%;
    height: 3.125rem;
    box-shadow: none;
    transition: bottom .3s;
    width: 20% !important;
    display: none;
    
}
.product-miniature.js-product-miniature.product_show_list  .hiaddtocart {
    position: relative;
    text-align: center;
    width: auto !important;
    top: -.25em;
    padding-top: .475rem;
    min-height: 3.5rem;
    background: none !important; 
    box-shadow: none !important;
    padding: 0px 0px !important; 
}
.product-miniature.js-product-miniature.product_show_list .product-title a {
    font-size: calc(26px + (26 - 20) * ((100vw - 768px) / (1920 - 768)));
    font-weight: 400 !important;
    display: block;
    margin: 0;
    
}
.product-miniature.js-product-miniature.product_show_list .product-price-name {
    line-height: 40px;
    
}
.product-miniature.js-product-miniature.product_show_list .product-prices {

    line-height: 40px;
}
.product-miniature.js-product-miniature.product_show_list .product-title {

    display: block;
    margin: 0 !important;
    
}

/*widok listy end*/
.btn-white {
    color: #302861 !important;
    text-transform: none;
    font-family: 'Quicksand';
    font-size: 14px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    line-height: 14px;
}
.text-white p{
    color: #fff!important;
    line-height: 18px;
    font-size: 14px;
}
h3.font-weight-light {
    font-size: 28px;
}
.font-weight-light {
    font-weight: 300!important;
    
}
.bannerinner .thumbnail-container {
    padding:  1rem;
    max-height: 100%;
    height: 100%;
    background: #89a4c1;
}
#products article.product-miniature.js-product-miniature, article.product-miniature.js-product-miniature {
    flex: auto;
    max-width: 330px;
    padding: 0 !important;
    min-width: 273px;
    transition: all 300ms ease;
} 
.bannerinner .product-thumbnail {
    width:90%;
    margin:auto;
}
#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
    color: #7a7a7a;
    font-size: 1rem
}

#products .highlighted-informations .quick-view i.material-icons.search,
.featured-products .highlighted-informations .quick-view i.material-icons.search,
.product-accessories .highlighted-informations .quick-view i.material-icons.search,
.product-miniature .highlighted-informations .quick-view i.material-icons.search  {
    display: initial;
}


#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: #85b1d6
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: relative;
    z-index: 3;
    background: #fff;
    width: 100%;
    bottom: 0;
}

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    margin: auto;
}

#products .product-miniature .product-flags li.product-flag,
.featured-products .product-miniature .product-flags li.product-flag,
.product-accessories .product-miniature .product-flags li.product-flag,
.product-miniature .product-miniature .product-flags li.product-flag {
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-weight: 600
}

#products .product-miniature .product-flags li.product-flag.online-only,
.featured-products .product-miniature .product-flags li.product-flag.online-only,
.product-accessories .product-miniature .product-flags li.product-flag.online-only,
.product-miniature .product-miniature .product-flags li.product-flag.online-only {
    top: 13.1rem
}

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
    text-align: center;
    color: #7a7a7a
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: #7a7a7a;
    text-decoration: line-through;
    font-size: .875rem
}

#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
    color: #7a7a7a;
    font-weight: 700;
    position: relative;
    bottom: .5rem
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
    
    color: #7a7a7a;
    font-weight: 700;
}

@media (max-width:767px) {
    #products .thumbnail-container,
    .featured-products .thumbnail-container,
    .product-accessories .thumbnail-container {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
    }
    #products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, .2)
    }
}
.brands-left span {
    font-size: 30px;
}
.display-3 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
}
.rounded {
    border-radius: .25rem!important;
}
.brands .swiper-slide {
    text-align: center;
    height: 155px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    line-height: 155px;
}
.brands .swiper-button-prev:after, .brands .swiper-container-rtl .swiper-button-next:after, 
.brands  .swiper-button-next:after, .brands  .brands  .swiper-container-rtl .swiper-button-prev:after {
    display:none;
}
.jtd-step-desc {
    color: #c4c4c4;
    font: 400 18px/1.3em "Quicksand";
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
#custom-text {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 3.125rem;
    text-align: center
}

#custom-text h2 {
    text-transform: uppercase;
    color: #232323;
    font-size: 1.563rem;
    font-weight: 700
}

#custom-text p {
    color: #232323;
    font-weight: 400;
    font-size: 1.1em
}

#custom-text p .dark {
    color: #7a7a7a;
    font-weight: 400
}

.page-content.page-cms {
    background: #fff;
    padding: 1.25rem;
    text-align: justify
}

.page-content.page-cms .cms-box img {
    max-width: 100%
}

@media (max-width:991px) {
    #block-cmsinfo {
        padding: 1.25rem 1.875rem
    }
}

#products {
    color: #7a7a7a
}

#products .products-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#products .up {
    margin-bottom: 1rem
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
    color: #7a7a7a;
    text-transform: inherit
}

#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
    margin-right: 0
}

.block-category {
    /*min-height: 13.75rem; */
    margin-bottom: 1.563rem
}

.block-category .block-category-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description strong {
    font-weight: 400;
    color: #7a7a7a
}

.block-category .block-category-inner #category-description p {
    color: #232323;
    margin-bottom: 0;
    word-break: break-word
}

.block-category .block-category-inner #category-description p:first-child {
    margin-bottom: 1.25rem
}

.block-category .block-category-inner .category-cover img {
    width: 141px;
    height: 180px
}

.products-selection .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
}
}

.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: -.9375rem;
    margin-left: .9375rem;
    text-align: right
}

.products-selection .total-products,
.products-selection h1 {
    padding-top: .625rem
}

.products-sort-order {
    color: #7a7a7a
}

.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: .625rem;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

.products-sort-order .select-list {
    display: block;
    color: #232323;
    padding: .625rem 1.25rem
}

.products-sort-order .select-list:hover {
    background: #85b1d6;
    color: #fff;
    text-decoration: none
}

.products-sort-order .dropdown-menu {
    left: auto;
    width: 16.88rem;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    margin: 0
}

.facet-dropdown {
    color: #7a7a7a;
    padding-left: 0;
    padding-right: 0;
    background: #f1f1f1;
    border: 3px solid transparent;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #f1f1f1
}

.facet-dropdown.open {
    border: 0
}

.facet-dropdown.open>.select-title {
    border: 3px solid #85b1d6;
    background: #f6f6f6
}

.facet-dropdown .select-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    width: 100%;
    color: #232323;
    background: #f1f1f1;
    padding: .625rem .625rem .625rem 1.25rem;
    cursor: pointer
}

.facet-dropdown .select-title>i {
    margin-left: auto
}

.facet-dropdown .select-list {
    display: block;
    color: #232323;
    background: #f6f6f6;
    padding: .625rem 1.25rem
}

.facet-dropdown .select-list:hover {
    background: #85b1d6;
    color: #fff;
    text-decoration: none
}

.facet-dropdown .dropdown-menu {
    padding: 0;
    margin-top: 3px;
    left: auto;
    width: 100%;
    background: #f6f6f6;
    border: none;
    box-shadow: 1px 1px 1px 1px #f1f1f1
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    box-shadow: none;
    margin-bottom: 1.563rem;
    background: #fff;
    padding: 1.563rem 1.25rem;
    display:flex;
    flex-wrap:wrap;
 
}

#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    padding-top: .625rem;
    width: 14% !important;
    padding: 10px;
    margin: 0 !important; 
    display: inline-block;
    vertical-align: top;
    min-width: 140px;
    
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    display: block
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    color: #7a7a7a
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0;
    line-height: 1.3rem;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    margin-top: .1rem;
    color: #232323 !important;
    display: inline-block;
    font-size: .7375rem;
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: .3125rem
}

.pagination {
    width: 100%
}

.pagination>div:first-child {
    line-height: 2.5rem
}

.pagination .page-list li {
    display: inline
}

.pagination a {
    color: #000;
    font-weight: 600
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: .125rem
}

.pagination .previous {
    float: left
}

.pagination .next {
    float: right
}

.pagination .disabled {
    color: #7a7a7a
}

.pagination .current a {
    color: #85b1d6;
    text-decoration: none;
    font-size: 1.25rem
}
.up {
    right:20px;
    bottom:20px;
    z-index:10;
}
.active_filters {
    background: none !important;
    padding: .625rem 1.875rem 0;
    margin-bottom: 1.25rem
}

.active_filters .active-filter-title {
    display: inline;
    margin-right: .625rem;
    font-weight: 600
}

.active_filters ul {
    display: inline
}

.active_filters .filter-block {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    color: #232323;
    margin-right: .625rem;
    margin-bottom: .625rem;
    background: #fff;
    padding: .625rem;
    display: inline-block;
    font-size: .8125rem
}

.active_filters .filter-block .close {
    color: #232323;
    font-size: .9375rem;
    opacity: 1;
    margin-top: .1875rem;
    margin-left: .3125rem
}

.block-categories {
    box-shadow: none;
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem
}

.block-categories .category-sub-menu {
    margin-top: .625rem
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: .875rem
}

.block-categories .category-sub-menu li {
    position: relative
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: .625rem
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 600;
    width: 100%;
    display: inline-block;
    margin: .3125rem 0 0;
    padding-bottom: .1875rem;
    text-transform: uppercase;
    font-family: 'Quicksand';
    margin-bottom: 1rem;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: .3125rem
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
    content: "-";
    margin-right: .3125rem
}

.block-categories a {
    color: #232323
}

.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer
}

.block-categories .collapse-icons[aria-expanded=true] .add {
    display: none
}

.block-categories .collapse-icons[aria-expanded=true] .remove {
    display: block
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #85b1d6
}

.block-categories .collapse-icons .remove {
    display: none
}

.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
    font-size: .875rem;
    cursor: pointer;
    margin-left: 2px
}

.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
    color: #85b1d6
}

.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded=true] .arrow-right {
    display: none
}

.block-categories .arrows[aria-expanded=true] .arrow-down {
    display: inline-block
}

.facets-title {
    color: #232323
}

.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
    padding: .75rem .5rem .6875rem;
    background: none;
    text-transform: none;
    color: #302861 !important;
    font-size: 14px;
    font-family: 'Quicksand';
    height: 50px;
    outline:none;
    border-radius:5px;
    transition: background 0.5s;
}
button#filter-show[aria-expanded=true] {
    background:#fff;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.advertising-block {
    margin-bottom: 1.563rem
}

.advertising-block img {
    width: 100%
}

@media (max-width:767px) {
    #category #left-column {
        width: 100%
    }
    #category #left-column #search_filters_wrapper {
        margin-left: -30px;
        margin-right: -30px
    }
    #category #left-column #search_filter_controls {
        text-align: center;
        margin-bottom: 1rem
    }
    #category #left-column #search_filter_controls button {
        margin: 0 .5rem
    }
    #category #left-column #search_filters {
        margin-bottom: 0;
        box-shadow: none;
        padding: 0;
        border-top: 1px solid #f6f6f6
    }
    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #f6f6f6
    }
    #category #left-column #search_filters .facet .title {
        cursor: pointer
    }
    #category #left-column #search_filters .facet .title .collapse-icons .remove,
    #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
        display: none
    }
    #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
        display: block
    }
    #category #left-column #search_filters .facet .facet-title {
        color: #232323;
        text-transform: uppercase
    }
    #category #left-column #search_filters .facet .h6 {
        margin-bottom: 0;
        padding: .625rem;
        display: inline-block
    }
    #category #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: .625rem .625rem 0 0
    }
    #category #left-column #search_filters .facet .collapse {
        display: none
    }
    #category #left-column #search_filters .facet .collapse.in {
        display: block
    }
    #category #left-column #search_filters .facet .facet-label a {
        margin-top: 0
    }
    #category #left-column #search_filters .facet ul {
        margin-bottom: 0
    }
    #category #left-column #search_filters .facet ul li {
        border-top: 1px solid #f6f6f6;
        padding: .625rem
    }
    #category #content-wrapper,
    #category #search_filter_toggler {
        width: 100%
    }
    .products-sort-order .select-title {
        margin-left: 0
    }
    .products-selection h1 {
        padding-top: 0;
        text-align: center;
        margin-bottom: 1rem
    }
    .products-selection .showing {
        padding-top: 1rem
    }
    #best-sales #content-wrapper,
    #new-products #content-wrapper,
    #prices-drop #content-wrapper {
        width: 100%
    }
}

@media (max-width:575px) {
    .products-selection .filter-button {
        padding-left: 0
    }
    #category #left-column #search_filters_wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media screen and (max-width:767px) {
    .category-cover {
        display: none
    }
    .block-category {
        min-height: 0;
        margin-bottom: 0
    }
    .card-block {
        padding: 0
    }
    .card {
        box-shadow: none;
        background-color: inherit;
        border: none
    }
}

#product #content {
    position: relative;
    
    margin: 0 auto;
    background: #FFF;
}

.product-price {

    color: #212529;
    font-weight: 600;
    margin-right: .625rem;
    font-size: 1.2rem;
    text-align: right;

}

#product-description-short {
    color: #232323
}

section.product_description-section {
    background: #FFF;
} 
.product-description div img { 
    margin: 10px auto;
    display: block;
    max-width: 100%;
}
.product-description div iframe {
    max-width:100%;
    display: block;
    margin: 10px auto;
}
.product-description div p { 
    font: 14px/2em "Muli" !important;
    padding-bottom: 1rem;
    color: #212529;
    text-align: left;
    line-height: 1.5rem;
    margin: 0;
}

.product-description div li {
    line-height: 1.75rem;
    margin-bottom: 20px;
    margin-left: 2rem;
    list-style-type:disc;
}
.product-information {
    font-size: .9375rem;
    color: #212529;
}

.product-information .manufacturer-logo {
    height: 35px
}

.product-information .product-description img {
    max-width: 100%;
    height: auto
}

.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem
}

.input-container {
    position: relative
}

.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    line-height: 27px;
    height: 100%;
    /* padding: .5rem!important; */
    color: #302861 !important;
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 2px solid #302861;
    line-height: 27px;
    padding: .5rem 1rem!important;
    color: #302861 !important;
    border-radius: .25rem!important;
    transition: border 1s;
}

.radio-label {
    box-shadow: none;
    background: #fff;
    display: inline-block;
    padding: .125rem .625rem;
    font-weight: 600;
    border: 2px solid #dfe5e4;
    line-height: 27px;
    color: #302861 !important;
    padding: .5rem 1rem!important;
}

.product-actions .control-label {
    margin-bottom: 0;
    display: block;
    display: inline-block!important;
    line-height: 2rem;
    /* width: 120px; */
    font-size: 16px;
    /* margin-right: 1rem!important; */
    vertical-align: baseline;
    padding: .5rem 1rem;
    font-weight: 600;
    font-family: "Quicksand";
}

.product-actions .add-to-cart {
    height: 2.75rem;
    line-height: inherit;
    padding-top: .625rem
}

.product-actions .add-to-cart .material-icons {
    line-height: inherit
}

.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
}
.hiaddtocart .product-quantity {
    width: auto !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.hiaddtocart button.btn-primary {
    display: inline-block;
    padding: 0.5rem 0.8rem;
    height: 46px;
}

.hiaddtocart button.btn-primary {
    display: inline-block;
    padding: 0.5rem 0.8rem;
    font-size: 13px;
    font-weight: 700 !important;
    font-family: 'Quicksand';
    line-height: 31px;
}
.hiaddtocart .bootstrap-touchspin input.hi-quantity {
    height: 2.75rem;
    width: 4rem !important;
}
.bootstrap-touchspin-up:before, .bootstrap-touchspin-down:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    border: 4px solid #aaa;
    border-color: transparent transparent #000 transparent;
} 
.bootstrap-touchspin-down:before {
    margin: -1px 0 0 -4px;
    border-color: #000 transparent transparent transparent;
}
.product-quantity .add,
.product-quantity .qty {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: .5rem
}
.product-avail-label {
    color: #2cbf7f;
    font: 600 18px/1.5em "Quicksand";
}
.product-avail-label.not-available {
    color: #f53f28 !important;
}

.product-avail-desc {
    font-size: 14px;
    font-family: 'Quicksand';
    color: #212529;
    font-weight: 600;
}

.product-quantity .qty {
    margin-right: .4rem
}

.product-quantity #quantity_wanted {
    color: #232323;
    background-color: #fff;
    height: 2.75rem;
    padding: .175rem .5rem;
    width: 3rem;
    border:4px 0 0 4px;
}

.product-quantity .input-group-btn-vertical {
    width: auto
}

.product-quantity .input-group-btn-vertical .btn {
    padding: .5rem .6875rem
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: .125rem;
    left: .1875rem;
    display:none;
}

.product-quantity .btn-touchspin {
    height: 1.438rem
}

.product-discounts {
    margin-bottom: 1.5rem
}

.product-discounts>.product-discounts-title {
    font-weight: 400;
    font-size: .875rem
}

.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: .625rem 1.25rem;
    background: #fff;
    border: .3125rem solid #f1f1f1;
    text-align: center
}

.product-discounts>.table-product-discounts tbody tr {
    background: #f6f6f6
}

.product-discounts>.table-product-discounts tbody tr:nth-of-type(2n) {
    background: #fff
}

.product-discounts>.table-product-discounts tbody tr td {
    padding: .625rem 1.25rem;
    text-align: center;
    border: .3125rem solid #f1f1f1
}

.product-prices {
    margin-top: 1.25rem
}

.product-prices div {
    margin-bottom: .625rem
}

.product-prices .tax-shipping-delivery-label {
    font-size: .8125rem;
    color: #7a7a7a
}

.product-prices .tax-shipping-delivery-label .delivery-information {
    padding: 0 0 0 2px
}

.product-prices .tax-shipping-delivery-label .delivery-information:before {
    content: "-";
    padding: 0 2px 0 0
}
.product-price-name {
    color: #212529 !important;
    font: 600 1.2rem/1.2em "Muli";
}
.product-discount {
    color: #f53f28 !important;
}

.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 600;
    margin-right: .625rem;
    font-size: 1.2rem;
}

.has-discount.product-price,
.has-discount p {
    color: #212529;
}
.discount .product-price-name, .discount .product-price {
    font-size: .9rem;
}
.has-discount .discount {
    background: #f39d72;
    color: #fff;
    font-weight: 600;
    padding: .3125rem .625rem;
    font-size: 1rem;
    margin-left: .625rem;
    text-transform: uppercase;
    display: inline-block
}

.product-unit-price {
    font-size: .8125rem;
    margin-bottom: 0
}

.tabs {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem
}

.tabs .tab-pane {
    padding-top: 1.25rem
}

.tabs .nav-tabs {
    border: none;
    border-bottom: 2px solid #f1f1f1
}

.tabs .nav-tabs .nav-link {
    color: #7a7a7a;
    border: 0 solid transparent
}

.tabs .nav-tabs .nav-link.active {
    color: #85b1d6
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #85b1d6
}

.tabs .nav-tabs .nav-item {
    float: left;
    margin-bottom: -.125rem
}

.product-cover {
    margin-bottom: 0;
    position: relative;
    border-right: 1px solid #CCC;
}

.product-cover img {
    box-shadow: none;
    background: #fff;
}

.product-cover .layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: hsla(0, 0%, 100%, .7);
    text-align: center;
    cursor: pointer
}

.product-cover .layer:hover {
    opacity: 1
}

.product-cover .layer .zoom-in {
    font-size: 6.25rem;
    color: #7a7a7a
}

#product-modal .modal-content {
    background: transparent;
    border: none;
    padding: 0
}

#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30%
}

#product-modal .modal-content .modal-body .product-cover-modal {
    background: #fff
}

#product-modal .modal-content .modal-body .image-caption {
    background: #fff;
    width: 800px;
    padding: .625rem 1.25rem;
    border-top: 1px solid #f1f1f1
}

#product-modal .modal-content .modal-body .image-caption p {
    margin-bottom: 0
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative
}

#product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    max-height: 49.38rem;
    margin-top: 2.188rem;
    z-index: 1
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem
}

#product-modal .modal-content .modal-body .product-images img {
    width: 9.25rem;
    cursor: pointer;
    background: #fff
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: 3px solid #85b1d6
}

#product-modal .modal-content .modal-body .arrows {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    color: #fff;
    right: 1.875rem;
    z-index: 0;
    cursor: pointer
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -2rem;
    opacity: .2
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2rem
}

#product-modal .modal-content .modal-body .arrows i {
    font-size: 6.25rem;
    display: inline
}

#blockcart-modal {
    color: #232323
}

#blockcart-modal .modal-header {
    background: #fff
}

#blockcart-modal .modal-header .close {
    opacity: 1
}

#blockcart-modal .modal-header .close .material-icons {
    color: #363a42
}

#blockcart-modal .modal-body {
    background: #fff;
    padding: 3.125rem 1.875rem
}

#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: .3125rem
}

@media (max-width:767px) {
    #blockcart-modal .modal-body .divide-right span {
        display: block;
        padding: 0 .5rem
    }
}

#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%
}

#blockcart-modal .product-image {
    width: 100%;
    max-width: 9.375rem;
    display: block;
    margin: 0 0 0 auto
}

#blockcart-modal .modal-title {
    color: #353943;
    font-size: 1rem;
    font-weight: 400
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 1.875rem;
    color: #4cbb6c
}

#blockcart-modal .product-name {
    color: #85b1d6;
    font-size: 1.125rem
}

@media (max-width:767px) {
    #blockcart-modal .product-name {
        padding: 0 .5rem
    }
}

#blockcart-modal .product-price {
    color: #363a42;
    display: block
}

@media (max-width:767px) {
    #blockcart-modal .product-price {
        padding: 0 .5rem
    }
}

#blockcart-modal .cart-content {
    padding-left: 2.5rem
}

#blockcart-modal .cart-content p {
    color: #363a42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .5rem
}

#blockcart-modal .cart-content p.product-total {
    background-color: #f1f1f1;
    padding: .5rem
}

#blockcart-modal .cart-content p.cart-products-count {
    font-size: 1rem;
    color: #6c868e;
    font-weight: 600
}

#blockcart-modal .cart-content p.product-tax {
    display: inherit;
    font-size: .875rem
}

#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content p .value {
    font-weight: 600
}

#blockcart-modal .cart-content .cart-content-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

#blockcart-modal .cart-content .cart-content-btn button {
    margin-right: .9rem
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit
}

#blockcart-modal .divide-right {
    border-right: 1px solid #dbdbdb
}

.product-images>li.thumb-container {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product-images>li.thumb-container>.thumb {
    box-shadow: none;
    cursor: pointer;
    margin-bottom: .625rem
}

.images-container .product-images>li.thumb-container>.thumb {
    margin-right: none;
    width: 100%;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border:none
}

#main .images-container .js-qv-mask {
    white-space: nowrap;
    overflow: hidden
}

#main .images-container .js-qv-mask.scroll {
    height: calc(100% - 60px);
    margin: 0 auto;
    max-height: 391px;
    height: 100%;
    max-height: 471px;
    max-width: 240px;
    padding-top: inherit;
    padding-bottom: 60px;
    overflow: hidden;
}
ul.product-images.js-qv-product-images {
    padding: 0;
}
.product-images .js-qv-product-images {
    height:100%;
}
.scroll-box-arrows {
    display: none
}

.scroll-box-arrows.scroll {
    display: block
}

.scroll-box-arrows i {
    position: absolute;
    bottom: 1.625rem;
    height: 100px;
    line-height: 100px;
    cursor: pointer
}

.scroll-box-arrows .left {
    left: 0
}

.scroll-box-arrows .right {
    right: 0
}
.product-container .scroll-box-arrows .left {
    top: -38px;
    right: 11%;
    transform: rotate(90deg);
    left: unset;
}
.product-container .scroll-box-arrows .right {
    right: 11%;
    bottom: -28px;
    transform: rotate(90deg);
}
#product-availability {
    margin-top: .625rem;
    display: inline-block;
    font-weight: 700
}

#product-availability .material-icons {
    line-height: inherit
}

#product-availability .product-available {
    color: #4cbb6c
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
    color: #ff9a52
}

#product-details .label {
    font-size: 1rem;
    color: #232323;
    font-weight: 700
}

.product-features {
    margin-top: 1.25rem;
    margin-left: .3125rem;
    font-family: 'QUICKSAND';
}

.product-features>dl.data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: 400;
    background: #f1f1f1;
    padding: .625rem;
    margin-right: .625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: capitalize;
    margin-bottom: .5rem
}

.product-features>dl.data-sheet dd.value:nth-of-type(2n),
.product-features>dl.data-sheet dt.name:nth-of-type(2n) {
    background: #f6f6f6
}

.product-variants ul {
    display: block;
    margin: 0;
    line-height: 27px;
    display: flex !important;
    height: auto;
    /* max-width: 470px; */
    flex-wrap: wrap;
}
.product-variants>.product-variants-item {
    margin: 1.25rem 0;
    line-height: 27px;
    vertical-align: middle;
    vertical-align: baseline;
    justify-content: flex-start!important;
    display: flex;
}
ul#group_51:after {
    content: "dobierz rozmiar";
    display: inline-block;
    background-color: #e18a3d;
    color: #fff;
    padding: 0.6rem;
    border-radius: .25rem!important;
    font: 14px/2em "Muli", sans-serif;
    height: 45px; 
}

.product-variants>.product-variants-item select {
    background-color: #fff;
    width: auto;
    padding-right: 1.875rem;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

.product-variants>.product-variants-item ul li {
    margin-right: .625rem;
    line-height: 27px;
    list-style: none;
}

.product-variants>.product-variants-item .color {
    margin-left: 0;
    margin-top: 0
}

.product-flags {
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}
.product-miniature .product-discount .regular-price {
    color: #f53f28 !important;
}
.product-miniature .product-discount .regular-price,
.product-miniature .product-price-name,
.product-miniature .current-price .price {
    font-size:15px;
    font-family: 'Muli';
    color:#212529;
}


.product-miniature .product-flags {
    position: absolute;
    right: -10px !important;
    display: flex;
    justify-content: flex-end;
    /* height: 100%; */
    flex-wrap: wrap;
    width: 50%;
    left: unset;
}
.product-miniature .product-flag {
    border-radius: 5px 0px 0px 5px !important;
    margin-top: 3px;
    font-size: 14px !important;
}
.product-flags .product-flag {
    display: inline-block;
    padding: 3px 10px;
    font-family: 'QUICKSAND';
    color: #fff;
    background: #f53f28;
    margin-right: 10px;
    border-radius: 5px;
    font-size: .85rem;
    text-transform: lowercase;
}
.product-flag a {
    color: #fff;
}
.product-flag.nowość {
background-color: #302861;
}
.product-flag.refundacja {
background-color: #85b1d6;
} 
.product-flags li.product-flag {
    pointer-events: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #85b1d6;
    font-weight: 700;
    padding: .3125rem .4375rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: .625rem;
    font-size: 1rem;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

.product-flags li.product-flag.online-only {
    position: absolute;
    top: 25rem;
    right: 0;
    z-index: 1;
    font-size: .8125rem;
    margin-top: 0
}

.product-flags li.product-flag.online-only:before {
    content: "\E30A";
    font-family: Material Icons;
    vertical-align: middle;
    margin: .3125rem
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background-color: #f39d72
}

.product-flags li.product-flag.on-sale {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background: #f39d72;
    width: 100%;
    text-align: center;
    margin-top: 0!important
}

.product-customization {
    margin: 2.5rem 0
}

.product-customization .product-customization-item {
    margin: 1.25rem 0
}

.product-customization .product-message {
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 3.125rem;
    resize: none;
    padding: .625rem
}

.product-customization .product-message:focus {
    background-color: #fff;
    outline: .1875rem solid #85b1d6
}

.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute
}

.product-customization .customization-message {
    margin-top: 20px
}

.product-customization .custom-file {
    position: relative;
    background: #f1f1f1;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: .625rem;
    display: block;
    color: #7a7a7a;
    margin-top: 1.25rem
}

.product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0
}

.product-customization small {
    color: #7a7a7a
}

.product-pack {
    margin-top: 2.5rem
}

.product-pack .pack-product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: .875rem;
    color: #7a7a7a
}

.product-pack .pack-product-container .pack-product-quantity {
    border-left: 2px solid #f1f1f1;
    padding-left: .625rem
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-refresh {
    margin-top: 1.25rem
}

.social-sharing {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem
}

.social-sharing ul {
    margin-bottom: 0
}

.social-sharing li {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: .25rem .25rem;
    cursor: pointer;
    margin-left: .5rem
}

.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}

.social-sharing li a:hover {
    color: transparent
}

.products-selection {
    margin-bottom: 1.25rem
}
/* zmiana layoutu*/
.show_list, .show_grid {
    cursor:pointer;
    opacity:1.0;
    display:inline-block;
    
}
.change_view {
    line-height:50px;
    font-family:'Quicksand';
    font-weight:700;
    font-size:14px;
    color:#212529 ;
}
button.show_list, button.show_grid {
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    border: none;
    background: none;
    padding: 0;
    outline: none;
    border-radius: 5px;
    transition: background 0.5s;

}
button.show_list.active,  button.show_grid.active {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.filter-button {
    display: flex;
    vertical-align: middle;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    
}
.product_show_list {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
 
.product_show_list .highlighted-informations, .product_show_list .product-description, .product_show_list .thumbnail-container {
    width:100%!important;
}
 
.product_show_list .product-thumbnail {
    text-align:center;
}
/*zmiana layoutu end */
.products-selection .title {
    color: #7a7a7a
}

#blockcart-modal .cart-content .btn {
    margin-bottom: .625rem
}

@media (max-width:991px) {
    .product-cover img {
        width: 100%
    }
    #product-modal .modal-content .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }
    #product-modal .modal-content .modal-body img.product-cover-modal {
        width: 100%
    }
    #product-modal .modal-content .modal-body .arrows {
        display: none
    }
    #product-modal .modal-content .modal-body .image-caption {
        width: 100%
    }
    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px)
    }
    #blockcart-modal .modal-body {
        padding: 1.875rem
    }
}

@media (max-width:767px) {
    #blockcart-modal .divide-right {
        border-right: none
    }
    #blockcart-modal .modal-body {
        padding: 1rem
    }
}

.card-block {
    padding: 0rem 0rem .05rem;
}

.card-block.checkout {
    padding-bottom: 1.75rem;
    padding-top: 0;
    margin-top: 1rem
}

.card-block.cart-summary-totals {
    padding: 0;
}

.card-block.cart-summary-totals .cart-summary-line {
    padding: .5rem .2rem 0
}

.card-block.cart-summary-totals .cart-summary-line:last-child {
    margin-bottom: 0
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: #f1f1f1;
    padding: .5rem
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-weight: 700
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label {
    font-size: 1rem
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 1.125rem
}

.card-block.cart-summary-totals .cart-summary-line span.sub {
    text-align: left;
    font-size: .88rem;
    float: none
}

.cart-summary-line {
    clear: both;
    margin-bottom: .315rem
}

.cart-summary-line:after {
    content: "";
    display: table;
    clear: both
}

.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    white-space: inherit;
    color: #363a42
}

.cart-summary-line .value {
    color: #232323;
    float: right
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 400
}

.cart-grid-body {
    margin-bottom: .75rem
}

.cart-grid-body a.label:hover {
    color: #85b1d6
}

.cart-grid-body .card-block {
    padding: 1rem
}

.cart-grid-body .card-block h1 {
    margin-bottom: 0
}

.cart-grid-right .promo-discounts {
    margin-bottom: 0;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    font-size: 1rem;
    color: #7a7a7a
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: #f49d6e;
    cursor: pointer
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .label,
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-weight: 600
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-size: 1rem
}

.block-promo {
    margin-bottom: 1rem
}

.block-promo .promo-code {
    padding: 1rem
}

.block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #ff4c4c;
    color: #fff;
    display: none
}

.block-promo .promo-code .alert-danger:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff4c4c;
    border-width: 10px;
    margin-left: -10px
}

.block-promo .promo-code form {
    text-align: center
}

.block-promo .promo-input {
    color: #232323;
    border: 1px solid #7a7a7a;
    height: 2.5rem;
    text-indent: .625rem;
    width: 50%;
    margin-right: -.24rem
}

.block-promo .promo-input+button {
    margin-top: -4px;
    margin-left: -1px;
    text-transform: capitalize;
    border: 2px solid #85b1d6
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    color: #ff9a52;
    font-weight: 600;
    margin-bottom: 0
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
    font-weight: 400;
    color: #232323;
    display: inline-block
}

.block-promo .promo-name .cart-summary-line .label {
    font-weight: 400;
    color: #363a42
}

.block-promo .promo-name .cart-summary-line span {
    color: #f49d6e
}

.block-promo .promo-name .material-icons {
    font-size: 1.2rem;
    margin-left: .4rem
}

.block-promo .promo-code-button {
    display: block;
    text-align: center;
    padding: 0 0 1rem
}

.block-promo .promo-code-button.with-discounts {
    display: none
}

.block-promo .promo-code-button.cancel-promo {
    color: #85b1d6;
    margin-bottom: 0
}

.block-promo .promo-code-button.cancel-promo[aria-expanded=true] {
    display: block;
    padding: 0;
    margin-top: 1rem
}

.block-promo.promo-highlighted {
    padding: 0 1rem;
    margin-bottom: 0;
    text-align: center
}

.block-promo p {
    margin-bottom: 0
}

.product-line-grid-left img {
    max-width: 100%
}

.product-line-grid-body>.product-line-info>.label {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit
}

.product-line-grid-body>.product-line-info>.out-of-stock {
    color: red
}

.product-line-grid-body>.product-line-info>.available {
    color: #4cbb6c
}

.product-line-grid-body>.product-line-info>.unit-price-cart {
    padding-left: .3125rem;
    font-size: .875rem;
    color: #7a7a7a
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    color: #232323;
    line-height: 36px
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    color: #232323;
    display: inline-block;
    margin-top: .3125rem
}

@media (max-width:767px) {
    .product-line-grid-body {
        margin-bottom: 1rem
    }
}

@media (max-width:575px) {
    .cart-items {
        padding: 1rem 0
    }
    .cart-item {
        border-bottom: 1px solid #f1f1f1
    }
    .cart-item:last-child {
        border-bottom: 0
    }
    .cart-grid-body .cart-overview {
        padding: 0
    }
    .cart-grid-body .no-items {
        padding: 1rem;
        display: inline-block
    }
    .product-line-grid-left {
        padding-right: 0!important
    }
}

@media (max-width:360px) {
    .product-line-grid-right .price,
    .product-line-grid-right .qty {
        width: 100%
    }
}

#block-reassurance {
    margin-top: 2rem
}

#block-reassurance img {
    width: 1.563rem;
    margin-right: .625rem
}

#block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, .25)
}

#block-reassurance li:last-child {
    border: 0
}

#block-reassurance li .block-reassurance-item {
    padding: 1rem 1.5rem
}

#product #block-reassurance {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff
}

#product #block-reassurance span {
    font-weight: 700
}

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem
}

.quickview .modal-content {
        /* background: #f1f1f1; */
        min-height: 28.13rem;
        box-shadow: 0 0 15px 3px #0000007a;
}

.quickview .modal-header {
    border: none;
    padding: .625rem
}

.quickview .modal-body {
    min-height: 23.75rem
}

.quickview .modal-footer {
    border-top: none;
}

.quickview .layer {
    display: none
}

.quickview .product-cover img {
    width: 95%
}

.quickview .images-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    min-height: 21.88rem
}

.quickview .images-container .product-images>li.thumb-container>.thumb {
    width: 100%;
    max-width: 4.938rem;
    margin-bottom: .8125rem;
    background: #fff
}

.quickview .mask {
    width: 25%;
    max-height: 22.5rem;
    overflow: hidden;
    /* margin-left: .625rem; */
}
.quickview .h1,  .quickview h1{

        font-size: 1.5rem;
        font-weight: 300;
        text-transform: none !important;
        line-height: 1.2;

}
.quickview .arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    max-height: 22.5rem;
    right: 5rem;
    z-index: 0
}

.quickview .arrows .arrow-up {
    margin-top: -3.125rem;
    cursor: pointer;
    opacity: .2
}

.quickview .arrows .arrow-down {
    position: absolute;
    bottom: -1.875rem;
    cursor: pointer
}

.quickview .social-sharing {
    margin-top: 0;
    margin-left: 2.5rem
}

#stores .page-stores {
    width: 85%;
    margin: 0 auto
}

#stores .page-stores .store-item {
    padding-left: .75rem;
    padding-right: .75rem
}

#stores .page-stores .store-picture img {
    max-width: 100%
}

#stores .page-stores .store-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem 0
}

#stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    font-size: .9375rem
}

#stores .page-stores .store-item-container .divide-left {
    border-left: 1px solid #f1f1f1
}

#stores .page-stores .store-item-container .divide-left tr {
    height: 1.563rem
}

#stores .page-stores .store-item-container .divide-left td {
    padding-left: .375rem
}

#stores .page-stores .store-item-container .divide-left th {
    text-align: right
}

#stores .page-stores .store-item-container .store-description {
    font-size: 1rem
}

#stores .page-stores .store-item-footer {
    margin-top: .5rem;
    padding-top: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

#stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #f1f1f1
}

#stores .page-stores .store-item-footer div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

#stores .page-stores .store-item-footer i.material-icons {
    margin-right: .625rem;
    color: #7a7a7a;
    font-size: 1rem
}

#stores .page-stores .store-item-footer li {
    margin-bottom: .625rem
}

@media (max-width:767px) {
    #stores .page-stores {
        width: 100%
    }
    #stores .page-stores .store-item-container {
        padding: 1rem 0
    }
}

@media (max-width:575px) {
    #stores .page-stores .store-item-container {
        display: block
    }
    #stores .page-stores .store-item-container .divide-left {
        border-left: none
    }
    #stores .page-stores .store-item-container .store-description a,
    #stores .page-stores .store-item-container .store-description address {
        margin-bottom: .5rem
    }
    #stores .page-stores .store-item-footer {
        display: block
    }
    #stores .page-stores .store-item-footer.divide-top {
        border-top: 1px solid #f1f1f1
    }
    #stores .page-stores .store-item-footer li {
        margin-bottom: .625rem
    }
    #stores .page-stores .store-item-footer .card-block {
        padding: .75rem .75rem 0
    }
}

.block_newsletter {
    font-size: .875rem;
    margin-bottom: .625rem
}

.block_newsletter form {
    position: relative
}

.block_newsletter form input[type=text] {
    border: none;
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25)
}

.block_newsletter form input[type=text]:focus {
    outline: 3px solid #85b1d6;
    color: #232323;
    background: #fff
}

.block_newsletter form input[type=text]:focus+button .search {
    color: #85b1d6
}

.block_newsletter form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #7a7a7a
}

.block_newsletter form button[type=submit] .search:hover {
    color: #85b1d6
}

.block_newsletter p {
    padding-top: .625rem
}

.block_newsletter form .input-wrapper {
    overflow: hidden
}

.block_newsletter form input[type=email] {
    padding: 11px;
    width: 100%
}

.block_newsletter form input[type=email]:focus {
    border: 3px solid #85b1d6;
    padding: 8px 8px 9px;
    outline: 0
}

.block_newsletter form input {
    height: 42px;
    box-shadow: none
}

.block-contact {
    color: #7a7a7a
}

.block-contact .block-contact-title,
.linklist .blockcms-title a {
    color: #232323
}

.account-list a {
    color: #7a7a7a
}

.account-list a:hover {
    color: #85b1d6
}

.block-contact-title,
.blockcms-title,
.myaccount-title,
.myaccount-title a {
    font-weight: 700;
    font-size: 1rem
}

.block-social {
    text-align: right
}

.block-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .block-social ul {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.block-social ul li {
    height: 2.5rem;
    width: 2.5rem;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    display: inline-block;
    margin: .125rem;
    cursor: pointer
}

@media (max-width:767px) {
    .block-social ul li {
        height: 2rem;
        width: 2rem;
        margin-right: 1.3rem;
        margin-bottom: 1.3rem;
        background-size: contain
    }
}

.block-social ul li:hover {
    background-color: #85b1d6
}

.block-social ul li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}

.block-social ul li a:hover {
    color: transparent
}

.facebook {
    background-image: url(../img/3935e107ea61866e60d7946dc6a962f1.svg)
}

.facebook:before {
    content: "";
    background-image: url(../img/8b05d51ede908907d65695558974d86f.svg)
}

.facebook.icon-gray {
    background-image: url(../img/082a71677e756fb75817e8f262a07cb4.svg)
}

.facebook.icon-gray:hover {
    background-image: url(../img/8b05d51ede908907d65695558974d86f.svg)
}

.twitter {
    background-image: url(../img/a67175d1ea11389d9107bd8c08f9d7d7.svg)
}

.twitter:before {
    content: "";
    background-image: url(../img/ffddcb3736980b23405b31142a324b62.svg)
}

.twitter.icon-gray {
    background-image: url(../img/e049aeb07a2ae1627933e8e58d3886d2.svg)
}

.twitter.icon-gray:hover {
    background-image: url(../img/ffddcb3736980b23405b31142a324b62.svg)
}

.rss {
    background-image: url(../img/cf2f3c1d5c7cb02c29f61964313148e1.svg)
}

.youtube {
    background-image: url(../img/22c0528acb6d9cd5bf4c8f96381bc05c.svg)
}

.googleplus {
    background-image: url(../img/36bff72dcba3098b4b70b482b22c29ab.svg)
}

.googleplus:before {
    content: "";
    background-image: url(../img/c1a65805f759901a39d10eb854c1dcf2.svg)
}

.googleplus.icon-gray {
    background-image: url(../img/3a2aeeba930cc29e4d31ebfa1b7cdaa2.svg)
}

.googleplus.icon-gray:hover {
    background-image: url(../img/c1a65805f759901a39d10eb854c1dcf2.svg)
}

#block_myaccount_infos .myaccount-title a {
    color: #232323
}

.pinterest {
    background-image: url(../img/afb2ed6d67613a724a420a39b4fe5b0d.svg)
}

.pinterest:before {
    content: "";
    background-image: url(../img/b1db819132e64a3e01911a1413c33acf.svg)
}

.pinterest.icon-gray {
    background-image: url(../img/99db8adec61e4fcf5586e1afa549b432.svg)
}

.pinterest.icon-gray:hover {
    background-image: url(../img/b1db819132e64a3e01911a1413c33acf.svg)
}

.vimeo {
    background-image: url(../img/f255af0bbbe837e79f7821827f9c6f10.svg)
}

.instagram {
    background-image: url(../img/0266b05265f317a7409560b751cd61e8.svg)
}

.footer-container {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    overflow: hidden;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .3)
}

.footer-container li {
    margin-bottom: .3125rem
}

.footer-container li a {
    color: #7a7a7a;
    cursor: pointer;
    font-size: .875rem
}

.footer-container li a:hover {
    color: #85b1d6
}

.links .collapse {
    display: inherit
}

@media (max-width:767px) {
    .block_newsletter {
        padding-bottom: .625rem;
        border-bottom: 1px solid #f6f6f6
    }
    .footer-container {
        box-shadow: none;
        margin-top: 0
    }
    .footer-container .wrapper {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .footer-container .links .h3 {
        line-height: 1.5;
        font-size: 1rem
    }
    .footer-container .links ul {
        background-color: #f6f6f6;
        margin-bottom: 0
    }
    .footer-container .links ul>li {
        padding: .625rem;
        border-bottom: 1px solid #fff;
        font-weight: 700
    }
    .footer-container .links ul>li a {
        color: #232323
    }
    .links .collapse {
        display: none
    }
    .links .collapse.in {
        display: block
    }
    .links .title {
        padding: .625rem;
        border-bottom: 1px solid #f6f6f6;
        cursor: pointer
    }
    .links .title .collapse-icons .remove,
    .links .title[aria-expanded=true] .collapse-icons .add {
        display: none
    }
    .links .title[aria-expanded=true] .collapse-icons .remove {
        display: block
    }
    .links .navbar-toggler {
        display: inline-block;
        padding: 0
    }
}

@media (max-width:991px) {
    .block-social {
        text-align: center
    }
    .block-contact {
        padding-left: 1.5rem
    }
}

.contact-rich {
    color: #7a7a7a;
    margin-bottom: 2rem;
    word-wrap: break-word
}

.contact-rich h4 {
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 2rem
}

.contact-rich .block {
    height: auto;
    overflow: hidden
}

.contact-rich .block .icon {
    float: left;
    width: 3.5rem
}

.contact-rich .block .icon i {
    font-size: 2rem
}

.contact-rich .block .data {
    color: #232323;
    font-size: .875rem;
    width: auto;
    overflow: hidden
}

.contact-rich .block .data.email {
    padding-top: .375rem
}

.contact-rich .block a[href^="mailto:"] {
    clear: both;
    margin-top: 1rem
}

@media (min-width:576px) {
    .contact-rich .block a[href^="mailto:"] {
        font-size: .815rem
    }
}

#pagenotfound #main .page-header,
#products #main .page-header {
    margin: 2rem 0 3rem
}

#pagenotfound #main .page-content,
#products #main .page-content {
    margin-bottom: 10rem
}

#pagenotfound .page-not-found,
#products .page-not-found {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
    max-width: 570px;
    margin: 0 auto
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: .5rem 0 1rem
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
    float: none
}

#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    width: 100%
}

.customization-modal .modal-content {
    border-radius: 0;
    border: 1px solid #f6f6f6
}

.customization-modal .modal-content .modal-body {
    padding-top: 0
}

.customization-modal .modal-content .modal-body .product-customization-line {
    padding-bottom: .9375rem;
    padding-top: .9375rem;
    border-bottom: 1px solid #f6f6f6
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 700;
    text-align: right
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.sitemap-title {
    text-transform: capitalize
}

.sitemap {
    margin-top: .9375rem
}

.sitemap h2 {
    color: #232323;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #7a7a7a;
    margin-left: -15px;
    width: 100%;
    height: 35px
}

.sitemap ul {
    margin-left: -15px;
    margin-top: 20px
}

.sitemap ul.nested {
    margin-left: 20px
}

.sitemap ul li {
    font-size: .9rem;
    margin-bottom: 1rem
}

@media (max-width:575px) {
    .sitemap {
        margin-top: 0
    }
}

#header .logo {
    max-width: 70%
}

#header a {
    color: #232323
}

#header a:hover {
    text-decoration: none;
    color: #85b1d6
}
ul#top-menu {
    padding: 0;
    margin: 0;
}
#header .menu, #header .menu>ul>li {
    position: relative;
}

#header .header-nav #menu-icon {
    vertical-align: middle;
    cursor: pointer;
    margin: 0 1rem
}

#header .header-nav #menu-icon .material-icons {
    line-height: 50px
}

#header .header-nav .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#header .header-nav .user-info {
    white-space: nowrap
}
#header .header-nav .user-info .material-icons {
    width:auto;
    height:auto;
}

#header .header-nav .language-selector {
    margin-top: .9375rem;
    white-space: nowrap
}

#header .header-nav .cart-preview.active {
    background: none;
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #302861;
    font-family: 'Quicksand';
}


#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
    color: #7a7a7a
}

#header .header-nav .cart-preview .body {
    display: none
}

#header .header-nav .blockcart {
    text-align: center;
    position:relative;
    font-weight: 600;
    font-size: 14px;
    color: #302861;
    font-family: 'Quicksand';
}

#header .header-nav .blockcart a {
    color: #7a7a7a
}

#header .header-nav .blockcart a:hover {
    color: #85b1d6
}

#header .header-nav .blockcart.active a:hover {
    color: #302861;
}

#header .header-nav .blockcart .header {
    cursor:pointer;
}

#header .header-nav #_desktop_contact_link {
    display: inline-block
}

#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: .9375rem
}

#header .header-nav .search-widget {
    margin-top: .2rem
}

#header .header-nav .material-icons {
    line-height: inherit
}

#header .header-nav .material-icons.expand-more {
    margin-left: -.375rem
}

#header .header-top .menu {
    padding-left: 0;
    margin-bottom: 0;
}

#header .header-top .position-static {
    position: static
}

#header .header-top a[data-depth="0"] {
    text-transform: uppercase;
    font-size: 17.5px;
    font-weight: 600;
    color: #343a40!important;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

#header .top-menu-link {
    margin-left: 1.25rem
}

.popover {
    font-family: inherit
}

#wrapper .banner {
    margin-bottom: 1.5rem;
    display: block
}

#wrapper .banner img {
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15)
}

#wrapper .breadcrumb {
    background: transparent;
}

#wrapper .breadcrumb[data-depth="1"] {
    display: none
}

#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0
}

#wrapper .breadcrumb li {
    display: inline
}

#wrapper .breadcrumb li:after {
    content: "/";
    color: #7a7a7a;
    margin: .3125rem
}

#wrapper .breadcrumb li:last-child {
    content: "/";
    color: #7a7a7a;
    margin: 0
}

#wrapper .breadcrumb li:last-child:after {
    content: ""
}

#wrapper .breadcrumb li a {
    color: #343a40!important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

#main .page-content,
#main .page-header {
    margin-bottom: 1.563rem
}

#main .page-content h6 {
    margin-bottom: 1.125rem
}

#main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px
}

#main .page-footer {
    margin-bottom: 1.563rem;
    display:none;
}

#notifications ul {
    margin-bottom: 0
}

#footer .block-categories {
    background: none;
    margin-right: -15px;
    margin-left: -15px;
    float: left;
    /* width: 100%; */
    padding: 1rem;
}
#footer .block-categories:after {
    content: "";
    display: table;
    clear: both;
 }
 #footer .block-categories .category-sub-menu li:last-of-type {
    margin-right: 0 !important;
}
#footer ul.category-top-menu {
    float: left;
}

#footer ul.category-top-menu li {
    display: block !important;
    float: left;
}
#footer .block-categories .category-sub-menu {
    margin-top: .625rem;
    display: flex !important;
    height: auto;
    display: inline;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between!important;
}
#footer .block-categories .category-sub-menu li[data-depth="0"] {
    display: inline-block;
    width: 23.5%;
    background: #fff;
    padding: 20px;
    display: block !important;
    background: #fff url(../img/footer-box.png) no-repeat scroll right bottom;
}
#footer .block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    display: none;
}
#footer .collapse {
    display: block !important;
    display: inline-block !important;
}
#footer .block-categories .category-sub-menu li {
    position: relative;
    /* display: inline-block; */
    /* max-width: 24%; */
    width: 100%;
}
#footer a.text-uppercase.h6 {
    display: none;
}


@media (max-width:1199px) {
    #header .header-nav {
        max-height: inherit
    }
    #header .header-nav .search-widget {
        float: none;
        width: 15.63rem
    }
}

@media (max-width:991px) {
    .container {
        max-width: 100%
    }
    #header .logo {
        width: auto
    }
    #header .header-top .search-widget {
        min-width: inherit
    }
    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto
    }
    .sub-menu {
        left: 0;
        min-width: 100%
    }
    #blockcart-modal .product-image {
        width: 100%;
        display: block;
        max-width: 15.63rem;
        margin: 0 auto .9375rem
    }
    #blockcart-modal .cart-content {
        padding-left: 0
    }
    #blockcart-modal .product-name,
    #product-availability {
        margin-top: .625rem
    }
    #search_filters .facet .facet-label {
        text-align: left
    }
    .block-category .category-cover {
        position: relative;
        text-align: center
    }
    .block-category {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    #wrapper {
        box-shadow: none
    }
    #checkout-cart-summary {
        float: none;
        width: 100%;
        margin-top: 1rem
    }
    #header {
        background: #f1f1f1
    }
    #header .header-nav {
        background: #fff;
        margin-bottom: .625rem;
        color: #232323
    }
    #header .header-nav .top-logo {
        padding-top: 11px
    }
    #header .header-nav .top-logo a img {
        max-height: 50px;
        max-width: 100%
    }
    #header .header-nav .right-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #header .header-nav .user-info {
        text-align: left;
        margin-left: 0
    }
    #header .header-nav .user-info .logged {
        color: #85b1d6
    }
    #header .header-nav .blockcart {
        margin-left: 0;
        background: inherit
    }
    #header .header-nav .blockcart.active {
        margin-left: .5rem
    }
    #header .header-nav .blockcart.inactive .cart-products-count {
        display: none
    }
    #header .header-top {
        background: #f1f1f1;
        padding-bottom: 0
    }
    #header .header-top a[data-depth="0"] {
        color: #232323
    }
    #header .header-top .search-widget {
        width: 100%
    }
    #header.is-open,
    #header.is-open .header-top {
        background-color: #fff
    }
    section.checkout-step {
        width: 100%
    }
    .default-input {
        min-width: 100%
    }
    label {
        clear: both
    }
    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto
    }
    .block-contact {
        padding-left: .9375rem;
        border: none
    }
    .dropdown-item,
    .menu {
        padding-left: 0
    }
    #footer {
        padding-top: .5rem
    }
}

@media (max-width:575px) {
    #content-wrapper,
    #left-column {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

/* ==========================================================================
   3.0 Forms
   ========================================================================== */

   .jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
  }
  .jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%;
  }
  .jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
  }
  .jcf-radio.jcf-checked span {
    display: block;
  }
  
  /* checkbox */
  .jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
  }
  .jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
  }
  :root .jcf-checkbox span {
    margin: -4px 0 0 -5px;
  }
  .jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
  }
  .jcf-checkbox.jcf-checked span {
    display: block;
  }
  
  /* button */
  .jcf-button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border: 1px solid #777;
    background: #fff;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  .jcf-button .jcf-real-element {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    outline: none;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
  
  /* file */
  .jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0;
  }
  .jcf-file .jcf-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #777;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    width: 125px;
  }
  .jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #777;
    margin: 0 0 0 -1px;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
  }
  
  /* scrollbars */
  .jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
  }
  .jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0;
  }
  .jcf-scrollbar-vertical .jcf-scrollbar-dec,
  .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    width: 14px;
    left: 0;
    top: 0;
  }
  .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
  }
  .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #888;
    height: 1px;
    width: 14px;
  }
  .jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
  }
  .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px;
  }
  .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
  }
  .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px;
  }
  .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px;
  }
  .jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
  }
  .jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
  .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
  }
  
  /* select */
  .jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
  }
  .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
  }
  .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 35px 0 8px;
  }
  .jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #aaa;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
  }
  body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
  }
  body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
  }
  .jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
  }
  .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
  }
  .jcf-select.jcf-compact-multiple {
    max-width: 220px;
  }
  .jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: "...";
  }
  .jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
  }
  .jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
  }
  .jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
  }
  .jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: "";
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
  }
  
  /* multiple select styles */
  .jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
  }
  /* select options styles */
  .jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
  }
  .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
  }
  .jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .jcf-list ul li {
    overflow: hidden;
    display: block;
  }
  .jcf-list .jcf-overflow {
    overflow: auto;
  }
  .jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%;
  }
  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
  }
  .jcf-select-drop .jcf-hover,
  .jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
  }
  .jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
  }
  .jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
  }
  
  /* other styles */
  .jcf-textarea {
    border: 1px solid #b8c3c9;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
  }
  .jcf-textarea .jcf-scrollbar-horizontal {
    display: none;
    height: 0;
  }
  .jcf-textarea textarea {
    padding: 8px 10px;
    border: none;
    margin: 0;
  }
  .jcf-textarea .jcf-resize {
    position: absolute;
    text-align: center;
    cursor: se-resize;
    background: #e3e3e3;
    font-weight: bold;
    line-height: 15px;
    text-indent: 1px;
    font-size: 12px;
    height: 15px;
    width: 14px;
    bottom: 0;
    right: 0;
  }
  .jcf-textarea .jcf-resize:before {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    display: block;
    margin: 4px 0 0 3px;
    width: 6px;
    height: 6px;
    content: "";
  }
  .jcf-number {
    display: inline-block;
    position: relative;
    height: 32px;
  }
  .jcf-number input {
    -moz-appearance: textfield;
  }
  .jcf-number input::-webkit-inner-spin-button,
  .jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  .jcf-number input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #777;
    padding: 3px 27px 3px 7px;
    margin: 0;
    height: 100%;
  }
  .jcf-number .jcf-btn-dec,
  .jcf-number .jcf-btn-inc {
    position: absolute;
    background: #aaa;
    width: 20px;
    height: 15px;
    right: 1px;
    top: 1px;
  }
  .jcf-number .jcf-btn-dec {
    top: auto;
    bottom: 1px;
  }
  .jcf-number .jcf-btn-dec:hover,
  .jcf-number .jcf-btn-inc:hover {
    background: #e6e6e6;
  }
  .jcf-number.jcf-disabled .jcf-btn-dec:hover,
  .jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa;
  }
  .jcf-number .jcf-btn-dec:before,
  .jcf-number .jcf-btn-inc:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    border: 4px solid #aaa;
    border-color: transparent transparent #000 transparent;
  }
  .jcf-number .jcf-btn-dec:before {
    margin: -1px 0 0 -4px;
    border-color: #000 transparent transparent transparent;
  }
  .jcf-number.jcf-disabled .jcf-btn-dec:before,
  .jcf-number.jcf-disabled .jcf-btn-inc:before,
  .jcf-number .jcf-btn-dec.jcf-disabled:before,
  .jcf-number .jcf-btn-inc.jcf-disabled:before {
    opacity: 0.3;
  }
  .jcf-number.jcf-disabled input {
    background: #ddd;
  }
  
  /* range input */
  .jcf-range {
    display: inline-block;
    min-width: 200px;
    margin: 0 10px;
    width: 130px;
  }
  .jcf-range .jcf-range-track {
    margin: 0 20px 0 0;
    position: relative;
    display: block;
    height: 10px;
  }
  .jcf-range .jcf-range-wrapper {
    position: relative;
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    margin: 5px 0;
  }
  .jcf-range.jcf-vertical {
    min-width: 0;
    width: auto;
  }
  .jcf-range.jcf-vertical .jcf-range-wrapper {
    margin: 0;
    width: 10px;
    height: auto;
    padding: 20px 0 0;
  }
  .jcf-range.jcf-vertical .jcf-range-track {
    height: 180px;
    width: 10px;
  }
  .jcf-range.jcf-vertical .jcf-range-handle {
    left: -5px;
    top: auto;
  }
  .jcf-range .jcf-range-display-wrapper {
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    left: 10px;
    right: 10px;
  }
  .jcf-range .jcf-range-display {
    border-radius: 5px;
    position: absolute;
    background: #888;
    width: 10px;
    height: 10px;
  }
  .jcf-range .jcf-range-display.jcf-range-min {
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px;
  }
  .jcf-range .jcf-range-display.jcf-range-max {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0;
  }
  .jcf-range.jcf-vertical .jcf-range-display-wrapper {
    left: auto;
    right: auto;
    top: 10px;
    bottom: 10px;
  }
  .jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
    margin: 0 0 -10px;
    padding: 0 0 10px;
  }
  .jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
    margin: -10px 0 0;
    padding: 10px 0 0;
  }
  
  .jcf-range .jcf-range-handle {
    position: absolute;
    background: #aaa;
    border-radius: 19px;
    width: 19px;
    height: 19px;
    margin: -4px 0 0;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #000;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px;
  }
  .jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px;
  }
  .jcf-range .jcf-active-handle {
    z-index: 2;
  }
  .jcf-range.jcf-focus .jcf-active-handle {
    border: 1px solid #f00;
    margin: -5px 0 0 -1px;
  }
  .jcf-range.jcf-disabled {
    background: none !important;
    opacity: 0.3;
  }
  .jcf-disabled {
    background: #ddd !important;
  }
  .jcf-focus,
  .jcf-focus * {
    border-color: #f00 !important;
  }

/* ==========================================================================
   4.0 Colors
   ========================================================================== */

   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   .btn,
   .prod-box-label,
   .main-menu,
   .header-top {
     font-family: "Quicksand";
   }
   .btn-orange-border {
       border:2px solid #e18a3d;
   }
   .btn-white {
     background-color: #fff;
   }
   .bg-orange,
   .btn-add-to-cart {
     background-color: #e18a3d;
   }
   .bg-grenade,
   .btn-grenade {
     background-color: #302861;
   }
   .bg-blue,
   .btn-blue {
     background-color: #85b1d6;
   }
   .bg-red,
   .pbl-promo {
     background-color: #f53f28;
   }
   a:not(.btn):hover,
   .text-grenade,
   .btn-white {
     color: #302861 !important;
   }
   .btn-grenade:hover {
     color: #fff !important;
   }
   .btn-white:hover {
     color: #302861 !important;
   }
   del,
   .text-red {
     color: #f53f28 !important;
   }
   a,
   .text-orange {
     color: #e18a3d !important;
   }

/* ==========================================================================
   5.0 Home
   ========================================================================== */   

   .header-search {
    border: 2px solid #dfe5e4;
    width: 496px;
    height: 46px;
    background: url(../img/search-ico.svg) no-repeat 20px center;
    background-size: 24px 24px;
    padding-left: 60px;
  }
  .header-search input[type="text"] {
    width: 100%;
    height: 42px;
    font: 600 14px "Muli";
    background: none;
  }
  .header-search input[type="text"]:focus {
    outline: none;
  }
  .header-top-nav img {
    width: 27px;
    height: auto;
  }
  .header-top-nav .jcf-select {
    border: 2px solid #302861;
    border-radius: 5px;
    height: 46px;
    margin-bottom: 0;
    cursor: pointer;
  }
  .header-top-nav .jcf-select .jcf-select-text {
    position: relative;
    top: 8px;
    margin: 0 35px 0 15px;
  }
  .header-top-nav .jcf-select .jcf-select-opener {
    background: none;
  }
  .header-top-nav .jcf-select .jcf-select-opener::after {
    border: solid #302861;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    position: absolute;
  }
  .about-mode {
    font: 16px/1.42em "Quicksand";
  }
  .welcome-text {
    font: 20px/1.3em "Quicksand";
  }
  .hero-banner-left {
    font: 14px/2em "Muli";
  }
  .brands-left .display-3 {
    line-height: 1;
  }
  .brands-left span {
    font-size: 30px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    background: none;
  }
  .jtd-frame .embed-responsive:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none;
  }
  .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display:none;
  }
  .jtd-step-desc {
    color: #929292;
    font: 400 18px/1.3em "Quicksand";
  }
  .home-prod-list-in {
    transition: all 300ms ease;
  }
  .prod-box-label {
    right: 0;
    top: 20px;
  }
  .prod-box-prices {
    font: 600 15px/1.2em "Muli";
  }
  .single-prod-prices .prod-box-prices:first-of-type {
    font-size: 20px;
  }
  .jcf-number {
    border: 2px solid #dfe5e4;
    height: 46px;
    border-radius: 5px;
  }
  .jcf-number input {
    border: 0;
    text-align: center;
  }
  .jsf-number .jcf-real-element {
    border: 0;
    border-right: 2px solid #dfe5e4;
  }
  .jcf-btn-inc {
    border-bottom: 1px solid #dfe5e4;
  }
  .jcf-btn-dec {
    border-top: 1px solid #dfe5e4;
  }
  .jcf-number .jcf-btn-dec,
  .jcf-number .jcf-btn-inc {
    height: 21px;
    background: none;
    border-left: 2px solid #dfe5e4;
    right: 0;
    top: 0;
  }
  .jcf-number .jcf-btn-dec {
    bottom: 0;
    top: auto;
  }
  .jcf-disabled {
    background: none;
    /*opacity:.5;*/
  }
  .prod-box-bottom {
    background: #edeff1 !important;
  }
  .dobor-produktu-box {
    background: #89a4c1;
    max-width: 328px;
  }
  .dobor-produktu-box h3 {
    font-size: 28px;
  }
  .dlaczego-step-desc {
    color: #c4c4c4;
    font: 400 18px/1.3em "Quicksand";
  }
  .contact-form-left {
    height: 388px;
    left: 0;
    top: 90px;
  }
  .contact-form-left h3 {
    font: 400 36px/1.2em "Quicksand";
  }
  .contact-form-in {
    font: 400 16px "Quicksand";
  }
  .contact-form-in input[type="text"],
  .contact-form-in input[type="email"] {
    border: 0;
    border-bottom: 2px solid #fff;
    height: 40px;
    width: 100%;
    color: #fff;
  }
  .contact-form-in input[type="text"]::placeholder,
  .contact-form-in input[type="email"]::placeholder {
    color: #fff;
  }
  .contact-form-in input[type="text"]:-ms-input-placeholder,
  .contact-form-in input[type="email"]:-ms-input-placeholder {
    color: #fff;
  }
  .contact-form-in input[type="text"]::-webkit-input-placeholder,
  .contact-form-in input[type="email"]::-webkit-input-placeholder {
    color: #fff;
  }
  .contact-form-in textarea {
    border: 0;
    border-bottom: 2px solid #fff;
    height: 40px;
    color: #fff;
    width: 100%;
    resize: none;
  }
  .contact-form-in input[type="submit"] {
    border: 0;
    height: 40px;
  }
  .contact-form-right {
    left: 50px;
    top: 0;
  }
  .footer-links > div:first-of-type {
      margin-right:40px;
  }
  .footer-links > div:nth-child(2) ul {
    column-count: 2;
  }
  .footer-cat-list {
    background: #e8ecef;
  }
  .footer-cat-list .col {
    background: url(../img/footer-box.png) no-repeat right bottom #fff;
  }
  
  /* ==========================================================================
     4.0 Lista produktów
     ========================================================================== */
  
  .breadcrumbs a {
    display: inline-block;
  }
  .breadcrumbs .sep {
    display: inline-block;
    padding: 0 10px;
  }
  .breadcrumbs a:last-of-type + .sep {
    display:none;
  }
  .ico-title {
    width: 26px;
  }
  .ico-inactive {
    display: none;
  }
  .ico-active {
    display: inline-block;
  }
  .view-active .ico-inactive {
    display: none;
  }
  .view-active .ico-active {
    display: inline-block;
  }
  .prod-list-filters {
    font-family: "Quicksand";
  }
  .ico-title-btn {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .filters-btn {
    height: 50px;
    line-height: 50px;
  }
  .view-active {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .home-prod-list-in.list .prod-box {
    flex-direction: row;
    align-items: center;
    display: flex;
  }
  .home-prod-list-in.list {
    flex-direction: column;
  }
  .home-prod-list-in.list .prod-box-bottom {
    background: none !important;
  }
  .home-prod-list-in.list .prod-box-prices {
    align-items: center;
    margin-left:auto;
  }
  .home-prod-list-in.list .prod-box-bottom-right {
      margin-right:20px;
  }
  .home-prod-list-in.list .prod-box-bottom-left {
    margin-right: 20px;
  }
  .home-prod-list-in.list.cart-overview .prod-box-name.blockquote.font-weight-bold {
    max-width: 400px;
    min-width:400px;
  }
  .home-prod-list-in.list:not(.cart-overview) .prod-box-name.blockquote.font-weight-bold {
    font-weight: 400 !important;
    font-size: 30px !important;
    max-width: 400px;
  }
  .home-prod-list-in.list:not(.cart-overview) .prod-box-img {
    width: 240px;
  }
  .home-prod-list-in.list:not(.cart-overview) .prod-box-img img {
    width: 100%;
    height: auto;
  }
  .home-prod-list-in.list:not(.cart-overview) .prod-box-img.mb-3 {
    margin-bottom:0 !important;
  }
  .home-prod-list-in.list:not(.cart-overview) .product-price-name {
      padding-right:10px;
  }
  
  /* ==========================================================================
     5.0 Produkt
     ========================================================================== */
  
  .single-prod-main-img {
    border-right: 1px solid #dfe5e4;
    height:520px;
  }
  .single-prod-attrs {
    font-family: "Quicksand";
    font-weight: 600;
  }
  .attr-btn {
    border: 2px solid #dfe5e4;
    line-height: 27px;
  }
  .attr-btn:hover,
  .attr-btn.atr-btn-active {
    border: 2px solid #302861;
  }
  .single-prod-attr-name {
    min-width: 100px;
    font-size: 16px;
    line-height: 41px;
  }
  .attr-size-btn {
    line-height: 45px;
  }
  .product-avail {
    font: 600 18px/1.5em "Quicksand";
  }
  .product-avail-label {
    color: #2cbf7f;
  }
  .product-avail-desc {
    font-size: 14px;
  }
  .add-to-cart-container .btn-add-to-cart.btn {
    font-size: 16px;
  }
  .add-to-cart-container .jcf-number {
    height: 56px;
    width: 92px;
  }
  .add-to-cart-container .jcf-number .jcf-btn-dec,
  .add-to-cart-container .jcf-number .jcf-btn-inc {
    height: 26px;
    width: 25px;
  }
  .add-to-cart-container .jcf-number input {
    padding: 3px 33px 3px 7px;
  }
  .cechy-container {
    font-size: 16px;
    font-family: "Quicksand";
  }
  .inco {
      height:12px;
      width:150px;
      border:2px solid #dfe5e4;
      padding:1px;
      top:-3px;
  }
  .inco-in {
      background:#dfe5e4;
      height:6px;
  }
  .product-images {
      height:100%;
  }
  .product-gallery {
      height:520px;
  }
  .product-images .swiper-slide img {
      max-height:100%;
      max-width:100%;
      object-fit:cover;
  }
  
  /* ==========================================================================
     6.0 WYSIWYG
     ========================================================================== */
  
  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    margin-bottom: 25px;
    clear: both;
  }
  
  .wysiwyg h1,
  .wysiwyg h1 * {
    font: 300 56px/1.2em "Quicksand" !important;
  }
  
  .wysiwyg h2,
  .wysiwyg h2 * {
    font: 300 48px/1.2em "Quicksand" !important;
  }
  
  .wysiwyg h3,
  .wysiwyg h3 * {
    font: 300 40px/1.2em "Quicksand" !important;
  }
  
  .wysiwyg h4,
  .wysiwyg h4 * {
    font: 32px/1.2em "Quicksand" !important;
  }
  
  .wysiwyg h5,
  .wysiwyg h5 * {
    font: 28px/1.2em "Quicksand" !important;
  }
  
  .wysiwyg h6,
  .wysiwyg h6 * {
    font: 24px/1.2em "Quicksand" !important;
  }
  
  .wysiwyg p {
    font: 14px/2em "Muli" !important;
    padding-bottom: 20px;
    width: 100%;
    clear: both;
    display: table;
  }
  
  .wysiwyg p * {
    font: 14px/2em "Muli" !important;
  }
  
  .wysiwyg iframe {
    margin: 0 auto;
    display: block;
  }
  
  .wysiwyg ol,
  .wysiwyg ul {
    margin-bottom: 30px;
    font:14px/2em "Muli" !important;
  }
  
  .wysiwyg ol {
    list-style: decimal;
    margin-left: 20px;
  }
  
  .wysiwyg ol li,
  .wysiwyg ul li {
    margin-bottom: 20px;
    padding-left: 17px;
    clear: both;
    position: relative;
  }
  
  .wysiwyg ol li {
    padding-left: 10px;
  }
  
  .wysiwyg ol li:last-child,
  .wysiwyg ul li:last-child {
    margin-bottom: 0;
  }
  
  .wysiwyg ul.checkbox_list li {
    padding-left: 0;
  }
  
  .wysiwyg ul li:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cfd5d9;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
  }
  
  .wysiwyg table {
    margin: 0 auto 50px auto;
  }
  
  .wysiwyg table td {
    padding: 10px 20px;
    border: 1px solid #dfe5e4;
  }
  
  .wysiwyg table.white-table {
    font: 500 14px "Quicksand" !important;
    background: #fff;
    text-align: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 20px auto;
    text-transform: uppercase;
  }
  
  .wysiwyg table th {
    border: 1px solid #e2e2e2;
    background: #dfe5e4;
    font: 500 16px/1.2em "Quicksand" !important;
    padding: 20px;
    text-align: left;
  }
  .wysiwyg table tr td:last-child {
    border-right: 0;
  }
  .wysiwyg a {
    color: #b4a2ca;
    border-bottom: 2px solid rgba(180, 162, 202, 0);
  }
  
  .wysiwyg a:hover {
    border-bottom: 2px solid rgba(180, 162, 202, 1);
  }
  
  /* ==========================================================================
     7.0 Navigation
     ========================================================================== */
  
  .dd-cart {
      right:0;
      top:calc(100% + 40px);
    width:390px;
    height:calc(100vh - 111px);
    z-index:10;
    position:fixed;
    right:0;
    top:111px;
    display:flex;
    flex-direction:column;
  }
  .dd-cart-overlay {
    z-index:9;
    position:fixed;
    left:0;
    top:111px;
    width:100%;
    display:block;
    height:calc(100vh - 111px);
    background:rgba(0, 0, 0, .6);
  }
  .dd-cart-prod-list {
    height:100%;
  }
  .dd-prod-item {
      border-bottom:1px solid #dfe5e4;
  }
  .dd-prod-item:last-of-type {
      border-bottom:0;
  }
  .dd-prod-item .prod-box-img img {
      width:85px;
      height:auto;
  }
  .dd-summary {
      font-size:20px;
    font-weight:normal;
    font-family:'Quicksand';
  }
  .dd-progress-bar {
      width:100%;
      height:6px;
      background:#dfe5e4;
      border-radius:3px;
  }
  .dd-progress-bar-in {
    border-radius:3px;
    height:6px;
  }
  .btn-continue-dd {
    line-height:46px;
    font-family:'Quicksand';
  }
  .dd-cart .btn.btn-add-to-cart {
    line-height:50px !important;
    padding:0;
  }
  .main-menu > ul > li.has-sub ul {
    text-transform:none;
    z-index:2;
  }
  .main-menu > ul > li.has-sub > ul {
    left:0;
    min-width:370px;
    top:47px;
  }
  .main-menu > ul > li.has-sub > ul ul,
  .main-menu > ul > li.has-sub .has-sub > ul {
    left:calc(100% + 1.5rem);
    min-width:370px;
    top:0;
  }
  .main-menu > ul > li.has-sub .has-sub:after {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    content:'';
    position: absolute;
    top: 50%;
    right:3px;
    transform:translateY(-50%) rotate(-45deg);
  }
  .main-menu > ul > li.has-sub ul a {
    border-bottom:1px solid #dfe5e4;
  }
  .main-menu > ul > li.has-sub ul li:last-of-type a {
    border:0;
  }
  .main-menu a.text-dark:hover {
    color:#e18a3d !important;
  }   

/* ==========================================================================
    8.0 PrestaShop improvements
    ========================================================================== */

body {
    overflow-y:scroll;
}
.hero-banner-left .btn.btn-default {
    display:none;
}
.basket-list {
    width: 360px;
    top: 110px;
    right: 0;
    background: white;
    z-index: 9999;
    height:calc(100vh - 110px);
}
.basket-list-overlay {
    background:rgba(0, 0, 0, .6);
    position:fixed;
    z-index:9998;
    left:0;
    top:110px;
    height:calc(100vh - 110px);
    width:100%;
    display:none;
}
.basket-list .product-quantity {
    width:40px;
    flex:1 0 40px;
    font-size:.8rem;
}
.basket-list .product-name {
    font-size:.8rem;
    width:180px;
    flex:1 0 180px;
}
.basket-list .product-price {
    font-size:.8rem;
}
.basket-list .bootstrap-touchspin {
    width:80px;
    flex:1 0 80px;
    margin-left:auto;
}
.cart-subtotals .d-flex:nth-child(2n) {
    display:none !important;
} 
.hero-banner .swiper-slide {
    height:440px;
}
#search_filter_controls,
#search_filters .facet .title .collapse-icons {
    display:none !important;
}
#_desktop_search_filters_clear_all.col-md-12 {
    padding-left:0;
}
#search_filters .ui-slider-horizontal {
    margin-top:10px;
}
.active_filters {
    display:flex;
    align-items:center;
}
.home-prod-list-in.list .prod-box {
    margin-bottom:30px;
}
.home-prod-list-in.list .prod-box-name.blockquote.font-weight-bold {
    min-width:400px;
}
.product-actions .product-quantity #quantity_wanted {
    border-radius:4px 0 0 4px;
    padding-top:0;
    padding-bottom:0;
    height:50px;
}
.product-actions .product-quantity .btn-touchspin {
    height:26px;
}
.header-top-nav .basket-list ul img {
    width:35px;
    height:auto;
}
.cart-grid-body .prod-box-bottom {
    background:none !important;
}
.cart-grid-body .prod-box-label {
    top:0;
    right:-10px;
}
.progress {
    height:20px;
    line-height:20px !important;
    border-radius:10px;
}
.form-control {
    border-radius:0;
}
.form-fields textarea {
    color:#fff;
}
.ui-widget {
    font-size: 16px !important;
    font-weight:700 !important;
    font-family:'Quicksand' !important;
}
.ui-widget-content {
    border: none !important;
    background: #fff !important;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;
    color: #212529 !important;
    border-radius:0;
}
.ui-corner-all {
    border-radius:0 !important;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-item .ui-corner-all.ui-state-focus {
    background:none !important;
    border:0 !important;
    padding: 2px .4em !important;
    margin:0 !important;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 700 !important;
}
.ui-menu .ui-menu-item a .category,
.ui-menu .ui-menu-item a .separator {
    display:none;
}
header.thin {
    position:fixed;
    left:0;
    top:0;
    z-index:10;
}
.thin .shop-logo {
    height:50px;
}
.thin .dropdown-item.pt-4.pb-4 {
    padding-bottom: .8rem!important;
    padding-top: .8rem!important;
}
.jtd-step-ico img {
    height:80px;
    width:auto;
}
.cart-grid-body .prod-box-name {
    width:400px;
}

/* ==========================================================================
    9.0 WYSIWYG
    ========================================================================== */

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    margin-bottom: 25px;
    clear: both;
}

.wysiwyg h1,
.wysiwyg h1 * {
    font: 300 56px/1.2em "Quicksand" !important;
}

.wysiwyg h2,
.wysiwyg h2 * {
    font: 300 48px/1.2em "Quicksand" !important;
}

.wysiwyg h3,
.wysiwyg h3 * {
    font: 300 40px/1.2em "Quicksand" !important;
}

.wysiwyg h4,
.wysiwyg h4 * {
    font: 32px/1.2em "Quicksand" !important;
}

.wysiwyg h5,
.wysiwyg h5 * {
    font: 28px/1.2em "Quicksand" !important;
}

.wysiwyg h6,
.wysiwyg h6 * {
    font: 24px/1.2em "Quicksand" !important;
}

.wysiwyg p {
    font: 14px/2em "Muli" !important;
    padding-bottom: 20px;
    width: 100% !important;
    clear: both !important;
    display: table;
}

.wysiwyg p * {
    font: 14px/2em "Muli" !important;
}
.wysiwyg ol,
.wysiwyg ul {
  margin-bottom: 30px;
}

.wysiwyg ol {
  list-style: decimal;
  margin-left: 20px;
}

.wysiwyg ol li,
.wysiwyg ul li {
  margin-bottom: 20px;
  padding-left: 17px;
  clear: both;
  position: relative;
}
.wysiwyg ol li {
    padding-left: 10px;
  }
  
.wysiwyg ol li:last-child,
.wysiwyg ul li:last-child {
margin-bottom: 0;
}
.wysiwyg ul li:before {
width: 7px;
height: 7px;
border-radius: 50%;
background: #302861;
display: block;
position: absolute;
left: 0;
top: 10px;
content: "";
}
.wysiwyg table {
margin: 0 auto 50px auto;
}

.wysiwyg table td {
padding: 10px 20px;
border: 1px solid #dfe5e4;
}

.wysiwyg table th {
border: 1px solid #e2e2e2;
background: #dfe5e4;
font: 500 16px/1.2em "Quicksand" !important;
padding: 20px;
text-align: left;
}
.wysiwyg a {
color: #e18a3d;
border-bottom: 2px solid rgba(225, 138, 61, 0);
}

.wysiwyg a:hover {
border-bottom: 2px solid rgba(225, 138, 61, 1);
}

/* ==========================================================================
    10.0 RWD
    ========================================================================== */

@media only screen and (max-width: 1366px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1280px) {
    .container {
        max-width: 1240px;
    }
    .prod-box {
        max-width:24%;
    }
    .hero-banner.p-5 {
        padding:1.5rem !important;
    }
    .product-miniature .product-thumbnail img {
        max-width:100%;
        height:auto;
    }
    .footer-cat-list .col.ml-3.mr-3 {
        margin-left:.5rem !important;
        margin-right:.5rem !important;
    }
}

@media only screen and (max-width: 414px) {

    .form-group .col-6,
    .home-prod-list-top + .row .col-9,
    .home-prod-list-top + .row .col-3,
    .brands .col-2,
    .brands .col-10 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .brands .row {
        flex-direction:column;
    }
    .display-4 {
        font-size:2rem !important;
    }
    .prod-box {
        max-width:100% !important;
        width:100%;
    }
    #footer > .container > .row {
        flex-direction:column !important;
    }
    #header .header-nav .blockcart .header span {
        display:none !important;
    }
    .brads-left {
        margin-bottom:20px;
    }
    .home-prod-list-in.list .prod-box {
        flex-direction:column;
    }
    #footer .d-flex {
        flex-direction:column;
    }
    .swiper-slide.bg-white {
        background:none !important;
    }
    .blockcart.cart-preview.ml-4 {
        margin-left:0 !important;
    }
    .prod-box-name {
        padding:20px;
    }
    .sm-logo {
        display:none;
    }
    #footer .col {
        padding-left:0 !important;
        padding-right:0 !important;
        margin-bottom:20px;
        width:100%;
    }
    #footer .col > div {
        margin-bottom:20px;
    }
    #footer .col > div:last-of-type {
        margin-bottom:0;
    }
    #footer .ml-5 {
        margin-left:0 !important;
    }
    .home-prod-list-top + .row,
    #footer .row {
        display:block !important;
    }
    #header .header-top,
    #header {
        background:none !important;
    }
    #header .header-nav {
        margin-bottom:0;
    }
    .form-group .col,
    .form-group .col-6,
    #header .header-top.container {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .home-prod-list.container {
        width:100%;
        padding:0 !important;
    }
    body {
        width:100%;
    }
    .home-prod-list.container {
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .home-prod-list-in.list:not(.cart-overview) .prod-box-name.blockquote.font-weight-bold {
        font-size:20px !important;
    }
    .home-prod-list-in.list .prod-box-name.blockquote.font-weight-bold {
        min-width:0;
    }
    .cart-grid-right {
        margin-left:15px;
        margin-right:15px;
        width:calc(100% - 30px);
        flex:1 0 calc(100% - 30px);
        max-width:calc(100% - 30px);
    }
    .blockreassurance_product {
        margin-top:0 !important;
    }
    .blockreassurance_product > div {
        margin-bottom:10px;
    }
    .blockreassurance_product > div:last-of-type {
        margin-bottom:0;
    }
    .card-block.checkout .btn {
        width:100%;
    }
    .user-info a {
        display:inline-block;
        padding:0 10px;
    }
    .user-info span {
        display:none;
    }
    .shop-logo img {
        width:auto;
        height:32px;
    }
    #header .container-fluid.mb-5 {
        margin-bottom:20px !important;
    }
    .brands-left span {
        font-size:20px;
    }
    .brands-left .display-3 {
        font-size:32px;
        margin-bottom:15px;
    }
    .brands-right {
        background:#fff;
    }
    .login-form.col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .login-form .form-group.row {
        display:block;
    }
    .login-form .form-group.row .col:first-of-type {
        margin-bottom:1rem!important;
    }
    .form_content.col-8 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left:0;
        padding-right:0;
    }
    .login-form.col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left:0;
        padding-right:0;
    }

}

.pickup-points-scroll {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fafbfc;
    padding: 1rem;
}

.pickup-points-scroll label {
    width: 100%;
    cursor: pointer;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    transition: background 0.2s;
    display: block;
}

.pickup-points-scroll label:hover,
.pickup-points-scroll input[type="radio"]:focus+label {
    background: #f0f4fa;
}

.pickup-points-scroll input[type="radio"] {
    accent-color: #302861;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-points-scroll .form-group {
    margin-bottom: 0.5rem !important;
}

.form-control-submit {
    font-size: 1.2rem;
    letter-spacing: 1px;
}