html {
    height: 100%;
}

body {
    background: #fff;
    color: #2d2d2d;
    font-size: 13px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    height: 100%;
    padding-top: 84px;
}

a {
    color: #d64671;
    text-decoration: none;
}
a:hover {
    color: #d64671;
    text-decoration: underline;
}

.p,
p,
ul,
ol {
    margin: 0.7em 0;
    padding: 0;
}

hr {
    height: 10px;
    margin: 20px 0 10px;
    background: none;
    border: 0 solid #ccc;
    border-top-width: 1px;
}

h1,
.h1 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1em;
    margin: 1.2em 0 0.9em 0;
}
h2,
.h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 0.8em 0;
    line-height: 1.3em;
}
h3,
.h3 {
    font-weight: normal;
    font-size: 1.5em;
    margin: 0.7em 0;
    line-height: 1.2em;
}
h4,
.h4 {
    font-size: 14px;
    margin: 0 0;
    line-height: 1.2em;
}
h5,
.h5 {
    font-size: 1em;
    margin: 0.4em 0;
}

.bigh {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.contactIco h4,
.contactIco p {
    padding-left: 30px;
}
.contactIco .icon {
    font-size: 20px;
    line-height: 0.8em;
    margin-left: -29px;
    position: absolute;
}

.bigh span::after {
    background: #e8e8e8 none repeat scroll 0 0;
    content: '';
    height: 1px;
    /*left: 0%;*/
    position: absolute;
    margin-left: 4%;
    top: 13px;
    width: 1000px;
}
.logo-extra::before {
    background-image: url('../images/logomini.png');
    content: '';
    height: 24px;
    position: absolute;
    right: 103%;
    width: 93px;
    margin-top: 10px;
}

.logo-extra2::before {
    background-image: url('../images/logomini.png');
    content: '';
    height: 24px;
    position: absolute;
    right: 103%;
    width: 93px;
    top: 30px;
}

/*
 * Lists
 */

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol {
    margin-left: 35px;
}
ol li {
    padding: 1px 0 1px 0;
}

/*
 * Table
 */

table {
    margin: 1em auto;
}
td,
th {
    padding: 0.5em 1em;
    border: 1px solid #eee;
}
th {
    font-weight: bold;
}
thead {
    background-color: #f7f7f7;
}
tfoot {
    background-color: #f7f7f7;
    color: #888;
}

img {
    vertical-align: middle;
}

.tableHover tr:hover td {
    background-color: #f7f7f7;
}
.tableFull {
    width: 100%;
}

/*
 * Input
 */

.input {
    min-height: 40px;
    font-style: italic;
    font-size: 11px;
    color: #333333;
    display: inline-block;
    padding: 10px 9px 11px;
    width: 220px;
    max-width: 98%;
    border: 1px solid #f0f0f0;
    background: #fff;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input--long {
    width: 350px;
}
.input--full {
    width: 100%;
}
.input--number {
    width: 50px;
    text-align: center;
}
.input--short {
    width: 70px;
    text-align: center;
}
.input--textarea {
    max-width: 380px;
    width: 100%;
    height: 90px;
    vertical-align: top;
    line-height: 1.2em;
}
.input--half {
    width: 44%;
    height: 35px;
}
.input--full {
    max-width: none;
}
.input--textarea--medium {
    height: 200px;
}
.input--textarea--large {
    height: 400px;
}
.input:focus {
    border-color: #aaa;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.input--invalid {
    border-color: #d47171;
}

/*
 * Button
 */
.button {
    display: inline-block;
    /*	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;*/
    padding: 10px 24px;
    font-size: 13px;
    font-weight: normal;
    border: none;
    background: #e8e8e8;
    color: #2d2d2d;
    vertical-align: middle;
    text-decoration: none;
    line-height: 14px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
    min-height: 35px;
}
.button--large {
    padding: 13px 18px 12px;
    font-size: 14px;
    text-transform: uppercase;
    min-height: 40px;
}
.button:hover {
    background-color: #d64671 !important;
    color: #fff !important;
    text-decoration: none;
}
.button:active {
    border-color: #fff;
    background: #d64671;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
}
.input-search {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    font-size: 11px;
    width: 98%;
    height: 40px;
}
.button-search {
    background: none;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #181716;
    font-size: 20px;
    margin: 5px 0 0 -30px;
    padding: 0 6px;
    position: absolute;
    width: 30px;
}
.button-search:hover {
    background: none !important;
    color: #d64671 !important;
}

.button--full {
    width: 98%;
    text-align: center;
}
.button--biger {
    width: 100%;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 13px;
    margin-top: 20px;
}
.button--biger .icon {
    font-size: 22px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.button--secondary {
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    padding: 8px 13px;
}
.button--secondary:hover {
    border-color: rgba(255, 255, 255, 0);
}

.button--primary {
    background: #d64671;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.button--primary::before {
    background: rgba(255, 255, 255, 0.1);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.button--primary:hover::before {
    opacity: 1;
}

/*
 * Select
 */

.select {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px 5px;
    min-width: 150px;
}
.select--full {
    width: 90%;
    max-width: 90%;
}

/*
 * Form
 */

.form {
    max-width: 450px;
    margin: 0 auto;
}

.label,
.formActions {
    display: block;
    clear: both;
    padding: 5px 0 5px 100px;
}
.form-basket > .label {
    border-bottom: 1px solid #d1d1d1;
    min-height: 54px;
    /*line-height: 2.2em;*/
}

.label-line {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
}
.label-noline {
    padding: 5px 0 5px 170px;
    border-bottom: none;
}
.label-noline .label-name {
    margin-left: -170px;
    width: 163px;
}

.form-basket .ib {
    position: relative;
    top: 2px;
}
.label-name {
    float: left;
    margin-left: -100px;
    padding-top: 10px;
    padding-left: 15px;
    width: 143px;
    text-align: left;
    font-size: 13px;
}
.label-name-produkct {
    width: 110px;
}

.label-value {
    padding: 5px 0 0 0;
    display: inline-block;
    min-height: 33px;
}
.label-help {
    display: block;
    color: #aaa;
    font-size: 11px;
    line-height: 1.2em;
}
.label-help--after {
    display: inline-block;
    vertical-align: middle;
}
.label--invalid {
    color: #b72b2b;
}
.label--invalid .input {
    border-color: #d92e2e;
}

.label--big {
    padding-left: 210px;
}
.label--big .label-name {
    margin-left: -210px;
    width: 200px;
}

.label--small {
    padding-left: 80px;
}
.label--small .label-name {
    margin-left: -80px;
    width: 70px;
}

/* elastyczne labele */
.elasticLabels .label {
    padding-left: 0;
}
.elasticLabels .label-name {
    display: inline-block;
    float: none;
    margin-left: 0;
    padding-right: 10px;
    min-width: 110px;
    width: auto;
    vertical-align: top;
}

.formActions {
    margin: 1em 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e8e8e8;
    background: #f5f5f5;
}
.formActions--center {
    padding-left: 0;
    text-align: center;
}
.formActions--sides {
    padding: 15px;
    overflow: hidden;
}
.formActions--sides-left {
    float: left;
}
.formActions--sides-right {
    float: right;
}

.askdata {
    padding: 5px 0;
}
.askdata .tit {
    color: #d64671;
    font-weight: bold;
    padding: 5px 0;
}
.askdata .con {
    padding: 5px 0;
}
.askdata .label {
    padding: 5px 0 5px 125px;
}
.askdata .label-name {
    margin-left: -125px;
    width: 120px;
}
.askdata .label + .label {
}
.askdata .label + .label + .label .label-name {
    padding-top: 1px;
}
.askdata .label + .label + .label input {
    width: 80px;
}

/*
* con--ext
*/
.con--ext {
    max-height: 100px;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.con--ext.-active {
    max-height: none;
}
.con--ext::before {
    background: rgba(255, 255, 255, 0.5);
    background: -webkit-linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    height: 100%;
}
.con--ext.-active::before {
    display: none;
}
.con--ext::after {
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    border-top: 10px solid #000;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    margin: auto auto 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 0;
}
.con--ext.-active::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*
 * Loading
 */

.loading {
    background: url(../images/gfx/loading.png) center center no-repeat;
}
.loading--full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.loading-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
}

/*
 * Media element
 */

.media {
    /*overflow: hidden;*/
    display: block;
    margin: 1em 0 2em 0;
    min-height: 184px;
    position: relative;
    padding-bottom: 50px;
}
.media-image {
    width: 110px;
    float: left;
    margin-right: 0.8em;
    border: 1px solid #f0f0f0;
}
.media-content {
    overflow: hidden;
    margin: 0;
}
.media-content p {
    margin: 0;
}
.media--triple,
.media--double {
    display: inline-block;
    vertical-align: top;
    width: 48.8%;
    margin: 0.9em 0 1.8em 0;
}
.media--triple {
    width: 32%;
}

.media2 {
    display: table;
    margin: 0.8em 0;
}
.media2-image,
.media2-content {
    display: table-cell;
    vertical-align: middle;
}
.media2-image {
    padding: 0 0.6em 0 0;
}
.media2-image--after {
    padding-right: 0.6em;
    padding: 0 0 0 0.6em;
}
.media2--double {
    display: inline-block;
    vertical-align: top;
    width: 48.9%;
    margin: 0.4em 0.4% 0.8em;
}
.media2--inline {
    display: inline-block;
    vertical-align: middle;
    margin: 0.8em 0.3em;
}

/*
 * Table Grid
 */

.grid {
    display: table;
    width: 100%;
}
.grid--fixed {
    table-layout: fixed;
}
.grid-cell {
    display: table-cell;
    vertical-align: middle;
}
.grid-cell--tabloid {
    width: 1px;
}

/*
 * Dropdown
 */

.dropdown {
    position: relative;
}
.dropdown-content {
    /*display: none;*/
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 500;
}

/*
 * Hint
 */
.hint {
    color: #999;
    font-size: 0.8em;
    line-height: 1.3em;
}

/*
 * Container
 */
.container {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    /*min-width: 920px;*/
    max-width: 1100px;
}

/*
 * Left
 */
.leftBlock {
    float: left;
    padding-right: 20px;
    width: 268px;
    padding-top: 27px;
}
.baner-mini {
    margin: 10px 10px 10px 0;
    display: block;
    float: left;
}
.baner-mini img {
    width: 100%;
}

/*
 * Right
 */
.rightBlock {
    float: right;
    padding-left: 20px;
    width: 200px;
}

/*
 * Content
 */
.content {
    overflow: hidden;
}
.content img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.content-noimg img {
    max-width: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.content ul {
    margin: 0.8em 5px 15px;
    list-style: square;
}
.content ul li {
    padding: 1px 0 1px 16px;
    background: no-repeat 0 0.5em url('../images/gfx/li.png');
}

.content .dropdown-content {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    min-width: 140px;
    border: 1px solid #e6e6e6;
}

/*
 * Breadcrumbs
 */

.breadcrumbs {
    color: #777;
    margin: -17px 0 1em;
    font-size: 11px;
    font-style: italic;
}
.breadcrumbs a,
.breadcrumbs b,
.breadcrumbs span {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

/*
 * Slider
 */

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.slider-big {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    /*top: -84px;*/
    border-bottom: 20px solid #f5f5f5;
}
.slider-slide {
    width: 100%;
    overflow: hidden;
}
.slider-big .slider-slide {
    max-height: 100%;
    min-height: 100%;
}
.slider-big img {
    display: inline-block;
    width: 100%;
    /*max-width: 100%;*/
}
.slider img {
    display: block;
    width: 100%;
}
.slider-arr {
    font-weight: normal;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    color: #fff;
    position: absolute;
    z-index: 200;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 100px;
    line-height: 70px;
    font-size: 150px;
    margin: auto;
    text-align: center;
    cursor: pointer;
}
.slider-arr:hover {
    color: #d64671;
}
.slider-prev {
    left: -40px;
}
.slider-next {
    right: -40px;
}

.slider-pager {
    position: absolute;
    z-index: 200;
    right: 0;
    bottom: -30px;
    left: 0;
    text-align: center;
    overflow: hidden;
    padding: 4px;
}
.slider-pager-page {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #f5f5f5;
    border-radius: 100%;
    opacity: 0.5;
    cursor: pointer;
    vertical-align: middle;
}
.slider-pager-page:hover,
.slider-pager-page--active {
    background-color: #fff;
    opacity: 1;
}

.slider-prev,
.slider-next,
.slider-pager {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.slider-big:hover .slider-prev {
    left: 0;
    opacity: 1;
}
.slider-big:hover .slider-next {
    right: 0;
    opacity: 1;
}
.slider-big:hover .slider-pager {
    bottom: 30px;
    opacity: 1;
}

.slider:hover .slider-prev {
    left: 0;
    opacity: 1;
}
.slider:hover .slider-next {
    right: 0;
    opacity: 1;
}
.slider:hover .slider-pager {
    bottom: 0;
    opacity: 1;
}

.slider-big .con {
    height: 90%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.slider-big .con > div {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.slider-big .con > div > div {
    display: table-cell;
    height: 100%;
    padding: 0 20px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.slider-big .con .name {
    color: #2d2d2d;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0px 0px 1px #fff;
    text-transform: none;
}

/*
 * Pagination
 */

.pagination {
    text-align: center;
}
.pagination-info {
    padding-bottom: 0;
    color: #ccc;
}
.pagination-element {
    display: inline-block;
    margin: 0 -1px 0;
    padding: 3px 10px;
    /*border: 1px solid #DDD;*/
    text-decoration: none;
    border-radius: 3px;
    color: #777;
}
.pagination-element--left,
.pagination-element--right {
    background-color: #eee;
    padding: 3px 15px;
}
.pagination-element:hover {
    position: relative;
    background-color: #ddd;
    text-decoration: none;
    color: #444;
}
.pagination-element--active,
.pagination-element--active:hover {
    font-weight: bold;
    background: #666;
    color: #fff;
}
.pagination-element--disabled,
.pagination-element--disabled:hover {
    color: #ccc;
    font-weight: normal;
    background-color: transparent;
}

/*
 * Items
 */

.item {
    display: inline-block;
    margin: 0;
    padding: 5px 0 20px;
    background: none;
    vertical-align: top;
    text-align: center;
}
.item--2 {
    width: 49.5%;
}
.item--3 {
    width: 32.5%;
}
.item--4 {
    width: 24.5%;
}
.item--5 {
    width: 20%;
}

.item-image {
    display: block;
    height: 140px;
    line-height: 140px;
}
.item-image img {
    vertical-align: middle;
}

.item-name {
    display: block;
    margin: 0 auto;
    max-width: 70%;
    font-weight: normal;
    line-height: 1.2em;
    min-height: 2.4em; /* 2 x line-height */
}

/*
 * Box
 */

.box {
    position: relative;
    margin: 0.9em 0.7em;
    padding: 0.7em 1em;
    border: 1px solid #ccc;
    /*border-radius: 2px;*/
    background-color: #f5f5f5;
    color: #666;
    text-align: left;
    line-height: 1.4em;
}
.box-close {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background-color: #f5f5f5;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}
.box-close:hover {
    top: -7px;
    right: -7px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
}

.box--ok,
.box--ok .box-close {
    border-color: #78ca52;
    background: #f7ffed;
    color: #4dab01;
}

.box--error,
.box--error .box-close {
    border-color: #ff9494;
    background: #fff0f0;
    color: #d92a2a;
}
.box--info,
.box--info .box-close {
    border-color: #81aeff;
    background: #e9f1ff;
    color: #2f5db3;
}
.box--alert,
.box--alert .box-close {
    border-color: #e1d042;
    background: #ffffde;
    color: #a99b27;
}

/*
 * Main
 */
.main {
    /*overflow: hidden;*/
}
.office p {
    margin: 3px 0 20px 0;
}
.office img {
    margin: 0 0 20px 0;
}

.cat {
    margin-top: 31px;
}
.cat img {
    max-width: 100%;
}
.box--cube {
    padding: 21px;
    border: 1px solid #f0f0f0;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.ib-right {
    float: right;
    text-transform: uppercase;
}
.about {
    text-transform: uppercase;
    color: #000;
}
.ib span {
    color: #d64671;
    font-weight: bold;
    position: relative;
    top: 5px;
}
.alert {
    width: 100%;
    background-color: #f2f2f2;
    color: #d64671;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1, 7em;
    padding: 15px;
    border: 3px solid #d64671;
    margin-bottom: 10px;
}
.zoomLens {
    border: 0 none !important;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.options {
    overflow: hidden;
    padding: 0 0 10px;
}
.options .right {
    display: block;
    float: right;
}

.productsWrapper {
    text-align: justify;
}

.addToCart-qty-plus,
.addToCart-qty-minus {
    font-size: 15px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #2d2d2d !important;
    border: 1px solid #2d2d2d;
    line-height: 16px;
    margin: 0 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.addToCart-qty-plus:hover,
.addToCart-qty-minus:hover {
    background: #d64671;
    color: #fff !important;
    text-decoration: none;
    border-color: #d64671;
}

.product-info-name {
    font-weight: 700;
    margin: 3px 0;
    text-transform: uppercase;
    font-size: 30px;
}

.product-info-nr {
    color: #8f8f8f;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}

.gallery {
    /*padding: 20px 0 20px 0;*/
    text-align: center;
}
.gallery-img {
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 8px;
}
.gallery-img-best {
    width: 100%;
}

.basket-price {
    font-size: 23px;
    margin-top: 1px;
}
.basket-price--box {
    text-decoration: line-through;
}

/*produkt-list*/

.productWrapper {
    text-align: justify;
    /*padding: -10px*/
}
.productWrapper:after {
    content: '';
    display: inline-block;
    width: 80%;
}

.product-info-end {
    display: inline-block;
    width: 31.8%;
    height: 0;
}
.product {
    border: 1px solid #f0f0f0;
    position: relative;
    display: inline-block;
    /*width: 23.7%;*/
    width: 31.8%;
    vertical-align: top;
    background: #fff;
    margin: 0 0 15px 0;
    padding-bottom: 81px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: left;
    min-height: 285px;
}
.product-none {
    position: relative;
    display: inline-block;
    /*width: 23.7%;*/
    width: 31.8%;
    margin: 0 0 15px 0;
}
.product-list {
    width: 31.8% !important;
}

.product-image {
    position: relative;
    display: block;
    line-height: 180px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    vertical-align: top;
    text-align: center;
}

.product-producent {
    text-transform: uppercase;
    color: #9ea6b2;
    font-size: 11px;
    font-weight: 700;
    display: block;
}

.product-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    min-height: 2.4em;
    margin: 1px 0 8px;
    padding-right: 50px;
}
.product-name a {
    color: inherit;
}

.product-name small {
    font-weight: 400;
    font-size: 10px;
    color: #878787;
    display: block;
}

.product-info {
    position: absolute;
    padding: 10px 10px 7px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(24, 23, 22, 0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-price {
    text-align: right;
    display: block;
    font-size: 12px;
}

.product-price strong {
    color: #d64671;
    font-size: 16px;
}
.product-waga {
    font-size: 12px;
    color: #878787;
    float: left;
}
.product-ribon {
    position: absolute;
    top: 3px;
    z-index: 99;
}
.product-ribon--promocja {
    right: 5px;
    font-weight: bold;
    font-size: 13px;
}
.product-ribon--nr {
    font-style: italic;
    left: 5px;
    font-size: 11px;
    color: #8e8e8e;
}

.product-form {
    padding: 0 0 0 60px;
    position: relative;
}
.product-form .input {
    bottom: 0;
    left: 0;
    position: absolute;
}
.product-form .button {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-form .button .icon {
    font-size: 18px;
    padding-right: 1px;
}

/******************************************************************************/

.favorite {
    color: #000;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    transition: all 0.25s ease;
    will-change: transform;
}
.favorite.-active {
    color: #d64671;
    font-weight: 900;
}
.favorite:hover {
    text-decoration: none;
    transform: scale(1.25);
}

.products-favorite {
    font-size: 15px;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

.product-favorite {
    font-size: 25px;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 20px;
    width: 40px;
}
.formActions .product-favorite {
    left: 10px;
    top: 12px;
}
.product-favorite + .button--full {
    margin-left: 50px;
    width: 80%;
    width: calc(100% - 50px);
}

/******************************************************************************/

/*
 * Top
 */

.top {
    border-bottom: 1px solid #efefef;
    position: absolute;
    /*position: relative;*/
    display: block;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.liner {
    background-color: rgba(242, 242, 242, 0.8);
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 200;
}
.top-basket {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
.top-basket-left {
    position: absolute;
    top: 13px;
    left: 0;
}
.top-basket-right {
    position: absolute;
    top: 13px;
    right: 10px;
}
.top-basket .icon {
    font-size: 18px;
    padding-right: 5px;
    color: #2d2d2d;
    margin-left: -23px;
}
.top-basket a {
    color: #2d2d2d;
    text-decoration: none !important;
}
.top-basket a:hover {
    color: #d64671;
    text-decoration: none !important;
}
.top-dropdown-a b {
    width: 100%;
    display: block;
    clear: both;
}

.top-section {
    margin-left: 45px;
    position: relative;
    display: block;
    float: left;
    line-height: 1.1em;
}
.top-section-last {
    margin-left: 15px;
}
.top-section-duble {
    margin-top: -9px;
}
.top-section-duble .icon {
    position: relative;
    top: 10px;
}
.top-section .nofon2 {
    display: none;
}

.specja-namber {
    background: #d64671;
    color: #fff;
    width: 13px;
    height: 13px;
    font-size: 9px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    display: block;
    position: absolute;
    left: -13px;
    top: 7px;
}

.lang {
    position: relative;
    top: 3px;
    height: 20px;
    width: 20px;
    padding: 4px;
    color: #2d2d2d;
    background: none;
    margin-left: 5px;
}
.lang:hover,
.lang.active {
    height: 20px;
    width: 20px;
    padding: 4px;
    color: #fff !important;
    background: #2d2d2d;
}
/*
 * Logo
 */

.logo {
    display: block;
    float: left;
    margin: 0;
    padding-top: 10px;
    width: 100%;
}
.logo a {
    text-align: center;
    min-width: 100%;
}
.logo img {
    max-width: 100%;
}

/*
 * Nav
 */

.nav {
    clear: both;
    min-height: 84px;
    z-index: 200;
}
.nav .order {
    display: table;
    width: 100%;
    margin-top: 44px;
}
.nav .order li {
    display: table-cell;
    text-align: center;
}
.nav .order a {
    display: block;
    line-height: 1.5em;
    padding: 10px 5px;
    text-decoration: none;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2d2d2d;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nav .dropdown--open a,
.nav .order a:hover {
    background: #eeeeee;
}
.nav .dropdown-content {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #eee;
    width: 200px;
    /*display: none;*/
    margin-top: 9px;
    padding: 10px 0;
    /*opacity: 0.5;*/
    -webkit-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 900;
    left: 0;
}
.nav .arrowup::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #eee;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: '';
    position: absolute;
    right: 100px;
    top: -12px;
    z-index: 10;
}
.nav .dropdown-content2 {
    left: 100%;
    margin-top: -35px;
}

.nav .dropdown-content li {
    float: left;
    width: 100%;
    text-align: left;
}
.nav .dropdown-content a {
    padding: 3px 6px 2px;
    margin: 0 8px;
    height: auto;
    line-height: 1.1em;
    min-height: 25px;
}
.nav .dropdown-content a:hover {
    background-color: #d64671 !important;
    color: #fff;
}
.dropdown--open .dropdown-content {
    opacity: 1 !important;
}

.top-dropdown-adv,
.top-dropdown-adv-r {
    color: #181716;
    width: 270px;
    position: absolute;
    z-index: 200;
    top: 130%;
    left: -45px;
    margin-top: -2px;
    background: #fff;

    -webkit-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);

    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.top-dropdown-adv:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 25px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    z-index: 10;
}
.nav .top-dropdown-adv:before {
    border-bottom-color: #eee;
}

.top-dropdown-adv.top-dropdown-adv--hide,
.top-dropdown-adv-r.top-dropdown-adv--hide-r {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

.top-dropdown-adv .input {
    background-color: #f5f5f5;
    border: solid 1px #e3e3e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.top-dropdown-adv-right {
    right: 0;
    left: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.sideCart {
}

.sideCart-header {
    padding: 0 0 10px 45px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e6e6e6;
}

.sideCart-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 12px 10px 0;
    margin: 0 0 10px;
    line-height: 1;
    font-size: 11px;
    position: relative;
    overflow: hidden;
}

.sideCart-list {
    max-height: 300px;
    overflow: auto;
    padding: 10px;
}

.sideCart-item img {
    float: left;
    margin-right: 8px;
    max-width: 50px;
    max-height: 50px;
}

.sideCart-item-name {
    display: block;
    padding-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sideCart-item-name small {
    text-transform: none;
    font-size: 11px;
    color: #bebebe;
    display: block;
    font-weight: 400;
    margin-top: 3px;
}

.sideCart-item-price {
    color: #b71a6d;
}

.sideCart-item-remove {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    font-size: 12px;
    color: #d64671 !important;
    font-weight: bold;
    line-height: 0;
    font-weight: 700;
}
.sideCart-item-remove:hover {
    text-decoration: none;
    color: #000 !important;
    -webkit-transform: scale(2) translate(15%, 15%);
    -moz-transform: scale(2) translate(15%, 15%);
    -ms-transform: scale(2) translate(15%, 15%);
    -o-transform: scale(2) translate(15%, 15%);
    transform: scale(2) translate(15%, 15%);
}

.sideCart-summary {
    font-size: 13px;
    padding-bottom: 8px;
    color: #154d6f;
}
.sideCart-summary-label {
    display: inline-block;
    vertical-align: middle;
    min-width: 55px;
}

.button--m10 {
    box-sizing: border-box;
    padding: 12px;
    text-align: center;
    width: 100%;
}

.sorting {
    text-transform: uppercase;
    font-size: 11px;
    padding: 16px 10px 0 5px;
    position: absolute;
    right: 0;
    top: 65px;
}
.sorting-title {
    color: #535961;
}
.sorting-label {
    padding-left: 10px;
}
.sorting-arr {
    display: inline-block;
    background: no-repeat center center;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    font-size: 0;
    color: rgba(0, 0, 0, 0) !important;
}
.sorting-arr--up {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNpirK+v52ZgYHAFYh4G4sAXIN7NAtJ04MABYjWBAI+Dg4MrEwk2oWhmYiAT4NR46dIl/4sXL4aQpPHKlSveHz588Pv48aMHyACiNF69etXt3bt3fgoKCt1KSkodQAM8QAahq2NB5rx48UIWpElVVbVNUlLyIVgBC0vb7du3y549e3ZNSkrqPlaNEhISjzk5OWv5+fnfo4nV8fHxfcBpIwgga8InRv3oIEbjFzL0fQH5cTco7ZGayAECDADhH0QC+84ZrwAAAABJRU5ErkJggg==);
}
.sorting-arr--down {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNpirK+v52ZgYHAFYh4G4sAXIN7NAtJ04MABYjWBAI+Dg4MrEwk2oWhmYiATUE/jx48fBbGJ/f//nxGnxhcvXsheunSp+fnz5/JoYk1AMQVktSzIHAkJicdv377ddPv27arfv3/3MzEx/bl3716xkJDQFikpqfs4NYKAtrb2ritXrrA+ePCgFMj9LyAgsFlHR2crujoWbB4HKQQ6jwXoL1Y9Pb2N2NSw4Ao1XBqoEh1fyND3BeTU3aC0R2oiBwgwAP+FS0Mu901xAAAAAElFTkSuQmCC);
}
.sorting-arr:hover {
    opacity: 0.6;
}

/*NAV mobil*/

@media only screen and (max-width: 800px) {
    .top-dropdown-adv.top-dropdown-adv--hide,
    .top-dropdown-adv-r.top-dropdown-adv--hide-r {
        display: none;
    }
    .nav .dropdown-content2 {
        top: 40px;
        left: 2%;
        padding-bottom: 40px;
        position: relative !important;
    }
    .nav .dropdown-content {
        position: relative !important;
        /*top: 20px;*/
    }

    .dropdown--open {
        z-index: 99999;
    }

    .nofon {
        display: none;
    }
    .nav h2.ninja {
        background: #fff none repeat scroll 0 0;
        cursor: pointer;
        height: auto;
        left: 1px;
        opacity: 0.5;
        overflow: auto;
        padding: 6px !important;
        position: fixed !important;
        text-indent: -9999px;
        top: 5px;
        transition: all 1s ease 0s;
        width: auto;
        z-index: 810;
    }
    .nav h2.ninja.active {
        left: 220px;
        opacity: 1;
        top: 5px;
    }
    .nav h2.ninja span {
        display: block;
        margin: 0 !important;
        padding-right: 26px !important;
        position: relative !important;
        transition: all 1s ease 0s;
    }
    .nav h2.ninja span::before {
        border-bottom: 0.13em solid #000;
        border-top: 0.35em double #000;
        content: '';
        height: 0.56em;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0.25em;
        transition: all 1s ease 0s;
        width: 1em;
    }
    .nav h2.ninja.active span::before,
    .nav h2.ninja.active span::after {
        border-bottom: 0.13em solid #000;
        border-top: medium none;
        content: '';
        height: 0.05em;
        position: absolute;
        right: 0;
        top: 0.4em;
        transform: rotate(45deg);
        width: 1em;
    }
    .nav h2.ninja.active span::after {
        right: -1px;
        transform: rotate(-45deg);
    }
    .nav .span-2 {
        display: none;
    }
    .nav .logo-mobil {
        display: block;
    }
    .nav .row {
        background: #fff;
        bottom: 0;
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        clear: both;
        display: block;
        float: none;
        height: 100%;
        left: -373px;
        margin-top: 0;
        position: fixed;
        top: 0;
        transition: all 1s ease 0s;
        width: 270px;
        z-index: 800;
        margin-left: 0;
    }
    .nav .row .span-5 {
        width: 100%;
    }
    .nav .order li {
        display: block;
        float: left;
        width: 100%;
    }
    .nav .order .span-5 {
        width: 100%;
        display: block;
        float: left;
    }

    .nav.active .row {
        left: 0;
        /*overflow-y: auto;*/
        overflow-x: auto;
    }
}

/*
 * Search
 */

.search {
    float: right;
    padding: 20px 0;
    border: 0;
    min-width: 300px;
    white-space: nowrap;
    text-align: right;
}
.search legend {
    display: none;
}

/*
 * Categories
 */

.categories {
    display: block;
}
.categories a {
    display: block;
    padding: 2px 10px;
    text-decoration: none;
    font-size: 14px;
}
.categories ul {
    display: none;
    margin-left: 15px;
    padding: 0 0 5px 5px;
    border-left: 1px solid #eee;
}
.categories ul a {
    font-size: 13px;
}
.categories .open > a {
    font-weight: bold;
}
.categories .active > a {
    background-color: #eee;
    font-weight: bold;
}

/*
 * Footer
 */

.footer {
    clear: both;
    padding: 2px;
    min-height: 45px;
    background: url('../images/gfx/footerline.png') #e8e8e8 repeat-x top;
    color: #999;
    font-size: 11px;
    margin-top: 13px;
}
.footer-min {
    background: url('../images/gfx/footerline.png') #e8e8e8 repeat-x center top -24px;
}

.footer a {
    color: inherit;
    text-decoration: none;
}
.footer-right {
    text-align: right;
    /*float: right;*/
    position: absolute;
    right: 0;
}
.footer-big .footer-right {
    bottom: 7px;
}
.footer-left {
    float: left;
}
.footer-big .footer-left {
    position: absolute;
    top: 2px;
    right: 0;
}
.footer-left img {
    margin-top: 4px;
}
.footer-right span {
    display: block;
    line-height: 1.8em;
}
.footer-menu {
    color: #2d2d2d;
    padding-bottom: 10px;
}
.footer-menu h2 {
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 17px;
}
/*	.footer-menu a {
		display: block;
	}*/
.footer-menu a:hover {
    color: #d64671 !important;
}

.section {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px dotted #eee;
}

/*
 * Modyfikatory
 */

.pink {
    color: #d64671;
}

.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.alignCenter {
    text-align: center;
}

.pullLeft {
    float: left;
    margin: 0.8em 0.8em 0.8em 0;
}
.pullRight {
    float: right;
    margin: 0.8em 0 0.8em 0.8em;
}
.pullRightDown {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 1.8em 0 0;
}
.pullRight:first-child,
.pullLeft:first-child {
    margin-top: 0;
}

.pullCenter {
    display: block;
    margin: 0.8em auto;
}

/* read more link */
.more {
    padding-left: 5px;
    font-weight: bold;
    font-size: 0.9em;
}

/* price hightlight style */
.price {
    font-size: 1.1em;
    font-weight: bold;
    color: #ad0000;
}

/* multiline indent */
.rr {
    display: inline-block;
    vertical-align: top;
}

/* invisible link */
.il {
    text-decoration: inherit;
    color: inherit;
}
.il:hover {
    text-decoration: underline;
    color: inherit;
}

.mt0 {
    margin-top: 0;
}
.mb0 {
    margin-bottom: 0;
}
.ml10 {
    margin-left: 10px;
}
.w10 {
    width: 10%;
    display: inline-block;
    text-align: center;
}
.mb10 {
    margin-bottom: 10px;
}
.mostUp {
    position: absolute;
    margin-top: -20px;
    right: 10px;
}
.block {
    display: block;
}
.hide {
    display: none;
}

.ninja {
    position: absolute !important;
    width: 1px;
    height: 1px;
    top: -1px;
    left: -1px;
    text-indent: 1px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.relative {
    position: relative;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

/****************************************************************************/

@media only screen and (max-width: 1350px) {
    .top-dropdown-adv {
        left: -179px;
    }
    .top-dropdown-adv::before {
        left: 159px;
    }
}

@media only screen and (max-width: 1010px) {
    .product {
        width: 48%;
    }
}

/* Small tablets */
@media only screen and (max-width: 800px) {
    .product {
        width: 31.8%;
    }

    .leftBlock,
    .rightBlock {
        float: none;
        width: auto;
    }

    .baner-mini {
        width: 31%;
        margin: 1%;
    }

    .top .span-2 {
        width: 100%;
    }
    .top-basket-left {
        right: 2%;
        top: 50px;
        left: auto;
    }
    .top-basket-right {
        right: 2%;
    }

    .top {
        background: #fff;
    }
    .slider-arr {
        font-size: 100px;
        line-height: 100px;
    }
}

@media only screen and (max-width: 600px) {
    .product {
        width: 48%;
    }
}

/****************************************************************************/

/* Mobile */
@media only screen and (max-width: 480px) {
    .nofon2 {
        display: none;
    }
    .top-dropdown-adv-left {
        left: -160px !important;
    }
    body {
        padding-top: 154px;
    }
    .top-dropdown-adv {
        left: -42px;
    }
    .productsWrapper {
        text-align: center;
    }
    .product {
        width: 100%;
        max-width: 300px;
    }
    .span {
        width: auto;
        float: none;
        margin-left: 0 !important;
    }

    .media--double,
    .media2--double {
        display: block;
        width: auto;
        margin: 0.8em 0;
    }
    .baner-mini {
        width: 48%;
    }
    .top {
        top: 71px;
    }
    .top .span-2 {
        margin-top: -70px;
    }
    .logo {
        text-align: center;
    }
    .top-section {
        margin-bottom: 20px;
    }
    .top-basket-left {
        right: auto;
        left: 1%;

        right: 1%;
    }
    .top-basket-right {
        right: auto;
        left: 1%;

        right: 1%;
    }

    .top-section-last {
        margin: 0;
        position: absolute;
        right: 0;
        top: -75px;
    }

    .logo-mobil {
        position: absolute;
        width: 90%;
        text-align: center;
        margin-top: -66px;

        left: 0;
        margin: -66px auto 0;
        right: 0;
    }
}

/****************************************************************************\
|********************************** SHOP ************************************|
\****************************************************************************/

/*
 * Login box
 */

.loginBox {
    margin: 30px auto;
    border: 1px solid #ccc;
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    max-width: 330px;
}
.loginBox-header {
    margin-top: 0;
    text-align: center;
}
.loginBox .box {
    margin: 6px -11px;
    border-radius: 0;
}
.loginBox .formActions {
    background: none;
    padding: 10px 0 0;
    margin: 0;
    border-color: #ccc;
}

/*
 * Cart Steps
 */

.stepsWrapper {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 10px 0;
    padding: 0;
}
.step {
    display: table-cell;
    border-bottom: 2px solid #639c24;
    color: #639c24;
    background: none !important;
    list-style: inside;
    padding: 0;
}
.step--active {
    border-color: #d8a122;
    color: #d8a122;
}
.step--active ~ .step {
    border-color: #eee;
    color: #ccc;
}
.step b {
    font-size: 1.2em;
    display: block;
}
.step .hint {
    line-height: 1.1em;
    margin: 5px 44px 5px 0;
}

/*
 * Shop Cart
 */

.cartWrapper {
    position: relative;
    margin-top: 40px;
    border-top: 1px solid #eee;
}
.cart-table {
    display: table;
    width: 100%;
}
.cart-row {
    display: table-row;
}
.cart-header {
    display: none;
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    text-align: left;
    color: #888;
}
.cart-row:first-child .cart-header {
    display: block;
}

.cart-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.cart-product {
    width: 45%;
}
.cart-product-image {
    width: 70px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.cart-product-image img {
    display: block;
}

.cart-product-name {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}
.cart-product-name .box {
    font-size: 12px;
    line-height: 1.1em;
    padding: 4px 6px;
    margin: 0;
}

.cart-product-attrs {
    margin: 0;
    overflow: hidden;
    font-size: 0.8em;
    line-height: 1.3em;
}
.cart-product-attrs li {
    background: none;
    padding: 0;
    display: inline-block;
    margin-right: 20px;
}
.cart-product-delivery {
    max-width: 90%;
}

.cart-price {
    color: #888;
}

.cart-delete {
    text-align: center;
    width: 5%;
}

.cart-x {
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .zoomContainer {
        display: none !important;
    }
    .cart-wrapper {
        margin-top: 0;
    }
    .cart-table {
        border: 0;
    }
    .cart-row {
        display: block;
        text-align: justify;
    }
    .cart-row:after {
        content: '';
        width: 100%;
        display: inline-block;
    }

    .cart-header {
        position: static;
        display: block;
        text-align: center;
        border: none;
        margin: 0 0 5px;
    }

    .cart-cell {
        display: inline-block;
        vertical-align: top;
        border: 0;
    }

    .cart-product {
        width: 100%;
        border-top: 1px solid #eee;
    }
    .cart-product .cart-header {
        display: none !important;
    }

    .cart-qty,
    .cart-price,
    .cart-delete {
        width: 32%;
        text-align: center;
        padding-top: 10px;
    }
}

/****************************************************************************/

.starbox {
    white-space: nowrap;
}
.starbox-radio {
    overflow: hidden;
    padding: 4px 0 0;
    position: relative;
}
.starbox-radio input {
    left: -20px;
    position: absolute;
    top: -20px;
}
.starbox-radio label {
    background: #fdfdfd;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    padding: 3px 0;
    text-align: center;
    width: 23px;
}
.starbox-radio input[type='radio']:checked + label,
.starbox-radio label:hover {
    background: rgba(240, 70, 113, 0.25) !important;
}
.starbox-radio img {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    vertical-align: baseline;
}
.starbox-radio input[type='radio']:checked ~ label img {
    opacity: 0.2;
}
.starbox-radio input[type='radio']:checked + label img {
    opacity: 1 !important;
}

/****************************************************************************/

/*
 * IBS & IB
 */
.ibs {
    clear: both;
    display: block;
    font-size: 0.000001px;
    margin: -1rem;
    position: relative;

    margin: -10px;
}
.ib {
    direction: ltr;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    max-width: 100%;
    padding: 1rem;
    position: relative;
    vertical-align: top;

    font-size: 13px;
    padding: 10px;
}
.ib--12 {
    width: 100%;
}
.ib--11 {
    width: 91.66%;
}
.ib--10 {
    width: 83.33%;
}
.ib--9 {
    width: 75%;
}
.ib--8 {
    width: 66.66%;
}
.ib--7 {
    width: 58.33%;
}
.ib--6 {
    width: 50%;
}
.ib--5 {
    width: 41.66%;
}
.ib--4 {
    width: 33.33%;
}
.ib--3 {
    width: 25%;
}
.ib--2 {
    width: 16.66%;
}
.ib--1 {
    width: 8.33%;
}
.ib--02 {
    width: 20%;
}
.ib--0125 {
    width: 12.5%;
}

@media only screen and (max-width: 480px) {
    .ibs {
        direction: initial !important;
    }
    .ib {
        width: 100%;
    }
}

.ibs.-flex {
    display: flex;
    flex-wrap: wrap;
}
.ibs.-flex > .ib > div {
    min-height: 100%;
}

/****************************************************************************/

/*
 * Collections
 */
.collections {
    margin-bottom: 0;
    margin-top: 0;
}
.collections-item {
    position: relative;
}
.collections-a {
    background: #f7f7f7;
    color: #d64671;
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 255px;
    position: relative;
    text-align: center;
}
.collections-a:hover {
    color: #000;
}
.collections-picture {
    display: block;
    padding: 100% 0 0;
    position: relative;
}
.collections-img {
    bottom: 20%;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 80%;
    max-width: 90%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.collections-name {
    background: rgba(247, 247, 247, 0.5);
    bottom: 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .collections-item {
        width: 50%;
    }
}

/****************************************************************************/

.dataprocessing {
    display: block;
    line-height: 1.2;
}
.dataprocessing .dp-law {
    display: block;
    font-size: 0.8em;
    margin: 0 0 5px;
    opacity: 0.8;
}
.dataprocessing .dp-inf {
    display: block;
    margin: -17px 0 0;
    padding: 0 0 0 25px;
}
.dataprocessing .dp-lbl {
    display: inline-block;
}
.dataprocessing .dp-dsc {
    display: block;
    padding: 0 0 0 25px;
}
.mfp-bg {
    z-index: 21042;
}
.mfp-wrap {
    z-index: 21043;
}
.mfp-content ul {
    margin: 0 0 0 25px;
    padding: 0;
}
.mfp-content ul > li {
    list-style: disc;
    margin: 0;
    padding: 1px 0;
}
.mfp-content ol {
    margin: 0 0 0 25px;
    padding: 0;
}
.mfp-content ol > li {
    list-style: decimal;
    margin: 0;
    padding: 1px 0;
}

/****************************************************************************/

.no-js * {
    -webkit-transition: none !important;
    transition: none !important;
}
