:root {
    --theme-color-one:white;--theme-color-one-darker:white;
    --theme-color-one-lighter:white;
    --theme-color-two:white;--theme-color-two-darker:white;
    --theme-color-two-lighter:white;
}

/*!
 *RESET
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 62.5%;
}

@-ms-viewport {
    width: device-width;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

[hidden] {
    display: none !important;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.57;
    color: #444;
    text-align: left;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border: 0;
}

th {
    text-align: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
}

a:hover {
    text-decoration: none;
   
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
    border: 0;
    cursor: pointer;
}

/* button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
} */

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input {
    border: 0 none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

input[type="text"], input[type="password"], input[type="file"], input[type="email"],
input[type="tel"], select, textarea {
    padding: 7px 16px;
    font-size: 1.5rem;
    color: #030303;
    /*-webkit-transition: all 0.3s ease-out;*/
    /*transition: all 0.3s ease-out;*/
    outline: none;
    height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

input[type="number"]:focus, input[type="text"]:focus, input[type="tel"]:focus, {
    border-color: #bababa;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 1rem;
}
.top-menu {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 700px;

}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /* color: #b0312a !important; */
    opacity: 1 !important; /* Firefox */
    font-weight:550 !important;
  }

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    display: none;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control{
    border-radius: 25px;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


::-webkit-input-placeholder {
    color: #797979;
    opacity: 1;
}

::-moz-placeholder {
    color: #797979;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #797979;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #797979;
    opacity: 1;
}

::placeholder {
    color: #797979;
    opacity: 1;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-container{
    display: flex;
}
.custom-control > p{
    line-height: 1.5;
    font-size: 1.2rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #c11414;
    background-color: #fff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: inherit;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    display: block;
    width: 1em;
    height: 1em;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e9ecef;
    border: 2px solid;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    display: block;
    width: 1em;
    height: 1em;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25em;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color:black;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: black;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.calakolekcja {
    background-color: #c11414; 
  border: none;
  color: white;
  font-size: 20px;
  padding: 5px;

   
}
.calakolekcja:hover {
    color: white;
}
.calakolekcja a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
    color: white;
}
.calakolekcja a:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
    color: white;
}

.calakolekcja:hover a {
  padding-right: 25px;
    color: white;
}

.calakolekcja:hover a:after {
  opacity: 1;
  right: 0;
    color: white;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.3rem;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin: -5px 0 10px;
    font-size: 90%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    list-style-position: inside;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;

}

.pagination {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    justify-content: center;
}

.page-item {
    margin-left: 8px;
}
.page-item:first-child {
    margin-left: 0;
}

@media (max-width:760px) {
    .page-item {
        width:20px;
        height:40px;
       
    }
}
.page-link {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
    background: #fff;
    color: #444;
    border: 0;
    /* -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; */
}
@media (min-width: 768px) {
    .page-link {

    }
}
@media (max-width:768px){
 
    .page-link {
        width:20px;
        height:40px;
       
    }
}

.page-link:hover {
    z-index: 2;
    background: #c11414;
    /* background: linear-gradient(to bottom, #c11414 0, #a80f0f 100%); */
    color: #fff;
    border-radius: 15px;
}

.page-link:focus {
    outline: 0;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 1;
    background: #c11414;
    /* background: linear-gradient(to bottom, #c11414 0, #a80f0f 100%); */
    color: #fff;
    border-radius: 15px;
}

.page-item span {
    font-size: 70%;
    vertical-align: middle;
}

.dropdown {
    position: relative;
    margin-top: -55px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-menu.show {
    display: block;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-stripe, .table-line {
    font-weight: 501;
}
@media(min-width:576px){
    .table-stripe, .table-line{
        font-weight: 0;
    }
}

.table-stripe tbody tr {
     border-bottom: 1px solid gray;
}

.table-stripe tbody tr:nth-of-type(even) {
    background: #fff;
}

/* .table-stripe tbody tr:nth-of-type(odd) {
    background: #f4f4f4;
} */

.table-line tbody tr:nth-of-type(even) {
    border-top: 1px solid #656565;
}

.table-stripe tbody tr td:first-of-type,
.table-line tbody tr td:first-of-type {
    padding: 0 15px;
}

.table-stripe tbody tr td:last-of-type,
.table-line tbody tr td:last-of-type {
    padding-right: 15px;
    text-align: right;
    
}
@media (min-width:335px) and (max-width: 767px){
    .table-stripe tbody tr td:last-of-type,
    .table-line tbody tr td:last-of-type {
    font-weight: 500;
    
}
}

.table-border td,
.table-border th {
    border: 1px solid #656565;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
}

.table-border input[type="number"] {
    border: 1px solid #c8c8c8;
    height: 32px;
    line-height: 30px;
    width: 70px;
    padding: 0 10px;
}

.table-border label {
    width: 22px;
    text-align: left;
}


/*!
 *CLASSES
 */

.container, .top-info-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    display: flex;
    align-items: flex-end;
}
.flex-grow-1>a{
    height: 100%;
    padding-top: 1px;
}
@media (min-width:576px) and (max-width:767px){
    .flex-grow-1>a{
        height: 100%;
        margin: 0 10px;
        padding-top: 0px;
    }
}

@media (min-width: 576px) {
    .container, .top-info-container {
        max-width: 570px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
}
@media (min-width: 768px) {
    .top-info-container, .bg-red > .container {
        max-width: 990px;
    }
   
}

@media (min-width: 992px) {
    .container, .top-info-container {
        max-width: 990px;
    }
}
@media (min-width: 992px) {
     .bg-red > .container {
        max-width: 990px;
    }
   
}

@media (min-width: 1200px) {
    .container, .top-info-container {
        max-width: 1350px;
    }
}
@media (min-width: 1200px) {
    .bg-red > .container {
        max-width: 1350px;
    }
   
}

.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}


.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
    /* flex-wrap: wrap; */
    flex-direction: row;
}
@media (min-width:335px) and (max-width:767px){
    .d-flex{
        flex-direction: column;
    }
}

.p-relative {
    position: relative !important;
}

/*.m-auto {*/
    /*margin: auto !important;*/
/*}*/

.mx-auto {
    margin: 0 auto !important;
}

/*.w-100 {*/
    /*width: 100% !important;*/
/*}*/



.caousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    font-size: 1.6rem;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    /* margin: 0.5rem; */
    pointer-events: none;
    
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.8rem;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        /* max-width: 500px; */
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}



.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
    margin-right: 10px;
}

.text-center {
    text-align: center !important;
}

.text-nowrap {
   white-space: nowrap !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.btn-gr,
.btn-red,
.btn-theme-one,
.btn-theme-two {
    display: inline-block;
    color: #fff;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
    transition: all 0.3s ease-out;
    text-decoration: none;
}
.btn-gr:hover,
.btn-red:hover,
.btn-theme-one:hover,
.btn-theme-two:hover {
    color: #fff;
}

.btn-gr {
    background: #656565;
    background: linear-gradient(to bottom, #656565 0, #555555 100%);
}
.btn-gr:hover {
    background: #9b9b9b;
    background: linear-gradient(to bottom, #9b9b9b 0, #797979 100%);
}

.btn-red {
    background: #c11414;
    background: linear-gradient(to bottom, #c11414 0, #a80f0f 100%);
    box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset;
}
.btn-red:hover {
    background: #dc2020;
    background: linear-gradient(to bottom, #dc2020 0, #c11414 100%);
}

.btn-theme-one {
    background: var(--theme-color-one);
    background: linear-gradient(to bottom, var(--theme-color-one) 0, var(--theme-color-one-darker) 100%);
    box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset;
}
.btn-theme-one:hover {
    background: var(--theme-color-one-lighter);
    background: linear-gradient(to bottom, var(--theme-color-one-lighter) 0, var(--theme-color-one) 100%);
}

.btn-theme-two {
    background: var(--theme-color-two);
    background: linear-gradient(to bottom, var(--theme-color-two) 0, var(--theme-color-two-darker) 100%);
    box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset;
}
.btn-theme-two:hover {
    background: var(--theme-color-two-lighter);
    background: linear-gradient(to bottom, var(--theme-color-two-lighter) 0, var(--theme-color-two) 100%);
}

.btn-big {
    font-size: 1.5rem;
    padding: 12px 18px;
}

/* .bg-gr-lt {
    background: #9b9b9b;
    background: linear-gradient(to bottom, #9b9b9b 0, #797979 100%);
    color: #fff;
} */
/* @media (min-width: 992px) {
    .bg-gr-lt {
        background: #9b9b9b;
        background: linear-gradient(to bottom, #9b9b9b 0, #797979 100%);
        color: #fff;
        margin-top:-20px;
    }
} */

.bg-gr-dk {
    color: #fff;
    
}
.bg-gr-dk:hover,
.bg-gr-dk.active
{
    color: #fff;
    background: rgba(101,101,101,1);
    /* box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset; */
}
.bg-lt {
    background: none;
}

.bg-md {
    background: #c8c8c8;
}



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

.bg-theme-one {
     background: var(--theme-color-one) !important;
     background: linear-gradient(to bottom, var(--theme-color-one) 0, var(--theme-color-one-darker) 100%) !important;
     color: #fff;
 }

.bg-theme-two {
    background: var(--theme-color-two) !important;
    background: linear-gradient(to bottom, var(--theme-color-two) 0, var(--theme-color-two-darker) 100%) !important;
    color: #fff;
}

.bg-trans {
    background: #819223 !important;
    border-color: #656565;
    border-style: solid;
    border-width: 1px 0;
    color: white;
}

.txt-red {
    color: #c11414;
}

.txt-theme-one {
    color: var(--theme-color-one);
}

.txt-theme-two {
    color: #ba2b2b;
}

.link-color {
    color: var(--theme-color-one);
    text-decoration: underline;
}
.link-color:hover {
    color: inherit;
    text-decoration: underline;
}

/*.btn {*/
    /*font-family: 'Open Sans', Arial, Helvetica, Tahoma, Verdana, sans-serif;*/
    /*line-height: 1.2;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*white-space: nowrap;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*border: 0;*/
    /*font-size: 1.5rem;*/
    /*font-weight: 700;*/
    /*padding: 12px 18px;*/
    /*background: #c11414;*/
    /*background: linear-gradient(to bottom, #c11414 0, #a80f0f 100%);*/
    /*color: #fff;*/
    /*-webkit-transition: all 0.3s ease-out;*/
    /*transition: all 0.3s ease-out;*/
    /*box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset;*/
/*}*/

/*.btn .ico {*/
    /*margin-left: 5px;*/
    /*position: relative;*/
    /*top: 1px;*/
/*}*/





.box {
    margin-bottom: 25px;
    padding: 16px 18px 20px;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.4;
}
@media (min-width: 335px) and (max-width: 767px){
    .box{
        margin-bottom: 0;
    }
}


.box p {
    margin-bottom: 15px;
}

.box-title,
.box-title-main {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.box-title-main {
    margin-top:25px;
    padding: 11px 0;
    width: 100%;
    text-align: center;
}

.spaced-title {
    text-transform: uppercase;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
}




.selectric-wrapper {
    position: relative;
}
@media (min-width: 335px) and (max-width: 767px){
    .selectric-wrapper{
        width: 100%;
        height: 100%;
        margin: auto;
    }
}

.selectric {
    position: relative;
    border: 0;
    -webkit-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
    background: #fff;
    cursor: pointer;
}
/* .selectric:hover .selectric-btn {
    color: #c11414;
} */

.selectric-label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 15px;
    font-size: 1.5rem;
    line-height: 42px;
    height: 42px;
}
@media (min-width: 335px) and (max-width: 767px){
    .selectric-label {
        text-align: center;
        width: 100%;
        height: 100%;
        margin: auto;
        text-transform: uppercase;
        line-height: 48px;
    }
}
.selectric-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 42px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 42px;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    border-left: solid 1px #c8c8c8;
}

.selectric-items {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #f9f9f9;
    border: 0;
    z-index: -1;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 335px) and (max-width: 767px){
    .selectric-items{
        box-shadow: none;
        background-color: white;

    }
}
.selectric-items.scrollable {
    height: 210px;
}
@media (min-width: 335px) and (max-width: 767px){
    .selectric-items.scrollable {
        height: 159px;
    }
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-items ul {
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #797979;
}
@media (min-width: 335px) and (max-width: 767px){
    .selectric-items ul {
        color: black;
    }
}

.selectric-items li {
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c8c8c8;
    cursor: pointer;
    padding: 10px 0 10px 15px;
}
@media (min-width: 335px) and (max-width: 575px){
    .selectric-items li {
        font-size: 14px;
        padding: 5px 0;
        width: 80%;
        margin: auto;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .selectric-items li {
        font-size: 18px;
        padding: 5px 0;
        width: 80%;
        margin: auto;
    }
}
.selectric-items li.selected {
    background: #c8c8c8;
    color: #444;
}
@media (min-width: 335px) and (max-width: 767px){
    .selectric-items li.selected{
        color: black;
        background: white;
    }
}
.selectric-items li:hover {
    background: #c8c8c8;
    color: #444;
}
@media (min-width: 335px) and (max-width: 767px){
    .selectric-items li:hover {
        background-color: white;
        color: black;
    }
}

.selectric-items a {
    display: inline-block;
    width: 100%;
}
@media (min-width: 335px) and (max-width: 767px){
    .selectric-items a {
        text-align: center;
    }
}

.selectric-items a:hover {
    color: inherit;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #bababa;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}

.selectric-open .selectric-btn {
    color: #c11414;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}



.txt-theme-two{
    color
}



    /*!
     *ELEMENTS
     */
.guzikwyszukaj {
    background-color: #c11414 !important;
}
@media (min-width:992px){
    .wysz{
        display:block !important;
        float:left !important;
        padding: 10px;
        width: auto;
    }
}

#top {
    display: flex;
    flex-direction: row;
    padding: 5px 0;
    margin: 5px 0;
    color: #656565;
    font-size: 1.3rem;
    line-height: 1.2;
    flex-wrap: wrap;
}
@media (min-width: 576px) {
    #top {
        flex-wrap: nowrap;
        font-size: 1.4rem;
        line-height: 2;
    }
}
@media (min-width: 992px) {
    #top {
        flex-wrap: nowrap;
        font-size: 1.5rem;
        line-height: 2;
    }
}

#top-logo {
    width: 100px;
    height: 76px;
    /*margin: 24px 0;*/
}
@media (min-width: 576px) {
    #top-logo {
        width: 130px;
        height: 99px;
        margin: 14px 0;
    }
}
@media (min-width: 768px) {
    #top-logo {
        width: 167px;
        height: 127px;
        margin: 0;
    }
}

#top-middle {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
@media (min-width: 992px) {
    #top-middle {
        flex-direction: row;
    }
}

#top-return {
    max-width: 280px;
    margin: 0 0 0 auto;
    text-align: right;
}
@media (min-width: 992px) {
    #top-return {
        margin: 0 0 0 auto;
        order: 2;
    }
}
@media (min-width: 1200px) {
    #top-return {
        margin: 18px 0 0 auto;
    }
}

.top-strong {
    font-size: 1.4rem;
}
@media (min-width: 576px) {
    .top-strong:first-of-type {
        font-size: 1.8rem;
        line-height: 1.3;
    }
}
@media (min-width: 992px) {
    .top-strong {
        font-size: 1.8rem;
    }
    .top-strong:first-of-type {
        font-size: 2rem;
        line-height: inherit;
    }
}


    #top-contact {
        display: flex;
        margin: 0;
        align-items: end;
    }
@media (min-width:768px) and (max-width:991px){
    #top-contact {
        height: 100%;
    }
}

@media (min-width: 992px) {
    #top-contact {
        order: 1;
        margin: 0;

    }
}
@media (min-width: 1200px) {
    #top-contact {
        margin: 0 2px;
    }
}

#top-contact .glyphicon {
    font-weight: 700;
    padding-right: 10px;
}

#top-time {
    font-size: 1.6rem;
    margin-bottom: 3px;
    color: #c11414;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    top: -6px;
}
#top-time > b {
    font-size: 15px;
    color: #7E152E;
  
}
@media (min-width:768px) and (max-width:991px){
    #top-time{
        width: 100%;
    }
}
@media (min-width: 992px) {
    #top-time {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        top: -6px;

    }
}

#top-login {
    display: flex;
    align-items: end;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: right;
    margin: 0 auto;
    font-weight: 700;
    height: 100%;
}

@media (min-width: 1200px) {
    #top-login {
        margin: 0 auto;
    }
}

#top-login .dropdown {
    display: inline-block;
}

#top-login .dropdown-menu {
    font-size: 1.2rem;
}

#top-login .dropdown-menu {
    font-size: 1.4rem;
    z-index: 9999;
}


#top-login .dropdown-toggle {
    background: transparent;
    border: 0;
    padding: 0;
}
.dropdown-toggle{
    background-color: white;
}

#top-login .dropdown-toggle:after {
    font-size: 1.4rem;
    vertical-align: 0.2em;
}

#top-login-icon {
    height: 100%;
    font-size: 1.4rem;
    position: relative;
    top: 11px;
    margin-right: 5px;
    /*color: #fff;*/
    /*border-radius: 50%;*/
    /*background: #656565;*/
    /*padding: 5px 5px 7px 7px;*/
    /*line-height: 1;*/
}
@media (min-width:576px) and (max-width:767px){
    #top-login-icon{
        height: 100%;
        font-size: 20px;
        top: 0px;
        margin-right: 0px;
        margin: 0 10px 0 5px;
        color: #000000d6;
        
    }
}
@media (min-width:335px) and (max-width:575px){
    #top-login-icon{
        font-size: 20px;
        top: -17px;
        color: black;
        /* margin-right: 10px; */
    }
}
#top-login>a{
    top: -6px;
    position: relative;
    font-size: 15px;
    color: #7E152E;

}
@media (min-width:335px) and (max-width:575px){
    #top-login-icon > a {
        height: 20px;
        width: 20px;
        display: block;
        position: relative;
        top: -21px;
    }
}

@media (min-width:576px) and (max-width:767px){
    #top-login-icon > a{
        height: 20px;
        width: 20px;
        display: block;
        position: absolute;
        top: -20px;
        
    }
}

@media (min-width: 1200px) {
    #top-login-icon {
    }
}
#top-login-icon>a{
    position:absolute;
    height: 20px;
    width: 20px;
    top: 0;
}


#top-basket {
    background: #656565;
    
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    line-height: 1;
}
@media (min-width:768px) and (max-width:991px){
    #top-basket{
        height: 100%;
    }
}

@media (min-width: 576px) {
    #top-basket {
        flex-direction: column;
        margin: 0 0 0 12px;
    }
}
@media (min-width: 1200px) {
    #top-basket {
        flex-direction: row;
    }
}

#top-total {
    height: 100%;
    min-width: 170px;
    color: #656565;
    line-height: 1.2;
    font-weight: 700;
    padding: 8px 5px 5px;
    background: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
@media (min-width: 576px) {
    #top-total {
        flex-direction: row;
        justify-content: center;
        min-width: auto;
    }
}
@media (min-width: 1200px) {
    #top-total {
        flex-direction: row;
       
    }
}

#top-total .top-item:first-of-type {
    display: none;
}
@media (min-width: 576px) {
    .top-item {
        text-align: center;
        height: 100%;
        font-size: 15px;
        color: #7E152E;
    }
    #top-total .top-item:first-of-type {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #top-total .top-item:first-of-type {
        margin-bottom: 2px;
        align-self: flex-end;
    }
    #top-total .top-item:last-of-type {
        height: 100%;
        align-self: center;
        margin-bottom: 1px;
        margin-left: 3px;
        font-size: 14px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #top-total .top-item:first-of-type {
        margin-bottom: 4px;
        align-self: flex-end;
    }
    #top-total .top-item:last-of-type {
        height: 100%;
        align-self: center;
        margin-bottom: 3px;
        margin-left: 3px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    #top-total .top-item:first-of-type {
        margin-bottom: 3px;
        align-self: center;
    }
    #top-total .top-item:last-of-type {
        margin-top: 0;
        height: 100%;
        margin-bottom: 3px;
        margin-left: 5px;
    }
}

#top-total .glyphicon {
    font-size: 1.8rem;
    position: relative;
    top: -2px;
    margin: 0 10px ;
}
@media (min-width: 576px) {
    #top-total .glyphicon {
        font-size: 1.5rem;
        position: static;
    }
}
@media (min-width: 1200px) {
    #top-total .glyphicon {
        font-size: 1.8rem;
        position: relative;
        top: -1px;
        margin: 0 10px;
    }
}

#top-btn {
    padding: 7px 10px 0;
    color: #fff;
    text-align: center;
}
@media (min-width: 576px) {
    #top-btn {
        padding: 10px 15px 7px;
    }
}
@media (min-width: 1200px) {
    #top-btn {
        padding: 7px 15px 0;
    }
}

#top-btn .glyphicon {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
@media (min-width:768px){
#menu-articles-top {
    display: block;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 1000;
}
}
#nav-articles-top-btn {
    display: inline-block;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 15px 20px;
    vertical-align: middle;
}

#nav-articles-top-btn:hover {
    color: #656565;
}

#nav-articles-top {
    position: absolute;
    z-index: 999;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.25);
}

#nav-articles-top-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #c11414;
}

.nav-articles-top-link {
    display: block;
    max-width: 280px;
    color: #b0312a;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 25px;
    background: rgba(101,101,101,0);
    box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0) inset;
    -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    position: relative;
    margin-top: -2px;
    margin-bottom: -2px;
    border-top: 1px #ba2b2b solid;
    border-bottom: 1px #A30000 solid;
}
@media (min-width:576px) {
    .nav-articles-top-link {
        max-width: 380px;
    }
}

.nav-articles-top-link:hover,
.nav-articles-top-link.active {
    color: #fff;
    background: rgba(101,101,101,1);
    box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset;
}

@media (min-width:992px) {
    #nav-articles-top {
        display: block !important;
        position: inherit;
        box-shadow: none;
        z-index: auto;
    }
    #nav-articles-top-btn {
        display: none;
    }
    #nav-articles-top-list {
        flex-direction: row;
        background: transparent;
    }
    .nav-articles-top-link {
        padding: 22px 10px 24px;
        border: 0;
    }
}

@media (min-width:1200px) {
    .nav-articles-top-link {
        padding: 22px 20px 24px;
    }
}

#site-banner {
    background: url("/images/site/baner.jpg") center;
    height: 97px;
    background-size: auto 97px;
    margin: 10px 0 0;
    display: flex;
    align-items: center;
}
@media (min-width: 320px){
    #site-banner {
        height: 135px;
        background-size: auto 135px;
    }
}

@media (min-width: 570px) {
    #site-banner {
        height: 160px;
        background-size: auto 160px;
    }
}
@media (min-width: 768px) {
    #site-banner {
        height: 255px;
        background-size: auto 255px;

    }

}
@media (min-width: 992px) {
    #site-banner {
        height: 260px;
        background-size: auto 260px;
        margin-bottom:25px;
    }
}

#ad-block-0 {
    margin-top: 10px;
}

#ad-block-1 {
    padding-bottom: 20px;
}
@media (min-width: 992px) {
    #ad-block-1 {
        padding-bottom: 30px;
    }
}

#ad-block-0-carousel,
#ad-block-1-carousel{
    margin: 0 auto;
    max-width: 1350px;
}

.ad-block-0-img,
.ad-block-1-img {
    width: 100%;
    height: 97%;
    
}
@media (min-width: 320px){
    .ad-block-0-img,
    .ad-block-1-img {
        width: 100%;
        height: 95px;
        display: none;
    }
}
@media (min-width: 576px) {
    .ad-block-0-img,
    .ad-block-1-img {
        display: none;
        width: 540px;
        height: 144px;
    }
}
@media (min-width: 768px) {
    .ad-block-0-img,
    .ad-block-1-img {
        width: 990px;
        height: 260px;
        margin-left: -50px;
    }
}
@media (min-width: 992px) {
    .ad-block-0-img,
    .ad-block-1-img {
        height:350px;
        width:1550px;
        margin-left: -83px;
    }
}
@media (min-width: 300px) and (max-width: 767px){

    .categories-banner{
        display: none;
}
}

#advantages-box {
    display: none;
}
@media (min-width: 992px) {
    #advantages-box {
        display: none;
        margin: 30px 0;
    }
}

#advantages-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

#advantages-list li {
    display: flex;
}

#advantages-list a {
    color: #c11414;
}

.advantages-circle {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    line-height: 60px;
    border: 4px #444 solid;
    border-radius: 50%;
    text-align: center;
    font-size: 3.3rem;
    font-weight: 700;
    margin-right: 10px;
}
.advantages-circle.bis {
    border: 4px #c11414 solid;
    font-size: 3.1rem;
}
.active .advantages-circle {
    color: #fff;
    background: #444;
}
@media (min-width: 1200px) {
    .advantages-circle {
        margin-right: 15px;
    }
}

.advantages-text {
    line-height: 1.2;
    width: 155px;
}

.advantages-text strong {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
@media (min-width: 1200px) {
    .advantages-text strong {
        font-size: 2rem;
    }
}

.advantages-text p {
    margin: 0;
    font-size: 1.3rem;
}

#search-box {
    width: 30%;
    margin: auto;
}
@media (min-width: 992px){
    #search-box{
        height: 45px;
    }
}

@media only screen and (max-width:706px){
    #search-box {
        padding: 17px 25px;
        
    }
}

#search-box-label {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 9px 0 8px 0;
    width: 100%;
    display: none;
}
@media only screen and (max-width:706px)
    {
        #search-box-label {
            display: none;
           
        }
    
}
@media (min-width: 706px) {
    #search-box-label {
        width: 150px;
        display: none;
    }
}
@media (min-width: 992px) {
    #search-box-label {
        width: 190px;
        display: none;
    }
}

#search-box-field {
    width: 100%;
    position: relative;
    color: #736F75;
}
@media (min-width:335px) and (max-width:767px){
    #search-box-field {
        width: 90%;
        margin: 10px auto;
    }
}

@media (min-width: 576px) {
    #search-box-field {
        width: 340px;
    }
}
@media (min-width: 768px) {
    #search-box-field {
        width: 380px;
    }
}
@media (min-width: 992px) {
    #search-box-field {
        width: 570px;
    }
}
@media (min-width: 1200px) {
    #search-box-field {
        width: 770px;
    }
}

#search-box-input {
    width: 100%;
    padding-right: 42px;
    line-height: 1.6;
    border-radius: 50px;
    text-align: left;
    padding-left: 30px;
}

#search-box-btn {
    position: absolute;
    top: 5px;
    left: 29px;
    background: #fff;
    font-size: 2.6rem;
    color: #c11414;
    font-weight: 700;
    padding: 0;
    display: none;
}

#search-box-check {
    padding: 12px 0 12px 8px;
    font-size: 1.5rem;
    display: none;
}
@media (min-width: 768px) {
    #search-box-check {
        flex-grow: 1;
        text-align: right;
        display: none;
    }
}

#search-box-check .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--theme-color-two);
}

#search-box-datalist {
    width: 100%;
    position: absolute;
    top: 48px;
    z-index: 10;
    background: #fff;
    display: none;
    color: #444;
    list-style: none;
    list-style-position: inside;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
#search-box-datalist li {
}
#search-box-datalist li:hover {
    background: #f4f4f4;
}
#search-box-datalist li a {
    padding: 8px 42px 8px 16px;
    width: 100%;
    display: block;
}


#catalogue-box {
    width: 20%;
    display: flex;
    flex-direction: column;
    background: none;
    margin-right: 40px;
    margin-top: 3px;
    margin-left: 5px;

}
@media (min-width: 335px) and (max-width: 575px){
    #catalogue-box{
        width: 50%;
        position: absolute;
        z-index: 99;
        background-color: white;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        margin-left: 3px;
        padding-right: 2px;
        margin-top: 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    #catalogue-box{
        width: 48%;
        position: absolute;
        z-index: 99;
        background-color: white;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width:991px){
    #catalogue-box{
        margin-right: 15px;
        width: 25%;
        margin-left: 5px;
    }
}
/* @media screen and (min-width: 300px)
{
    #catalogue-box {
        display: none;
    }
} */
/* @media (min-width: 992px) {
    #catalogue-box {
        display: flex;
        flex-direction: row;
    }
} */

#catalogue-label {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    #catalogue-label {
        width: 230px;
        flex-shrink: 0;
        margin: 8px 0 0;
    }
    #catalogue-label span {
        display: block;
    }
}
@media (min-width: 1200px) {
    #catalogue-label {
        width: 190px;
    }
}

#catalogue-form-content {
    display: flex;
    flex-direction: column;
    color: #797979;
}
@media (min-width: 576px) {
    #catalogue-form-content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

#catalogue-form-content .selectric-items.scrollable {
    height: auto;
}

.catalogue-input-box {
    width: 100%;
    height: 250px;
    margin-bottom: 35px;
    margin-top: 5px;
    background: #fff;
    background-clip: content-box;
    color: #050505;
    overflow: auto;
    font-size: 20px;
}
@media (min-width:768px) {
    .catalogue-input-box-szer > .catalogue-input-box{
        height: 49px;
    }
}
@media (min-width:768px) {
    .catalogue-input-box-dl > .catalogue-input-box{
        height: 49px;
    }
}
.catalogue-input-box-btn{
    width: 215px;
    height: 50px;
    position: sticky;
    bottom: 0;
    background-color: #DDBEA9;
}
@media (min-width: 335px) and (max-width: 575px){
    .catalogue-input-box-btn{
        width: 90%;
        margin: auto;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .catalogue-input-box-btn{
        margin: 0 auto 10px auto;
    }
}

@media (min-width:768px) and (max-width: 991px){
    .catalogue-input-box-btn{
        height: 49px;
        width: 90%;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .catalogue-input-box {
        width: 100%;
        padding-right: 5px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .catalogue-input-box {
        width: 200px;
        height: 250px;
    }
}
@media (min-width: 1200px) {
    .catalogue-input-box {
        width: 215px;
        height: 250px;
    }
    .catalogue-input-box:last-of-type {
        width: 215px;
        height: 50px;
    }
}

.catalogue-input-box .selectric-label,
.catalogue-input-box .selectric-btn {
    height: 46px;
    line-height: 46px;
}

.catalogue-input-field {
    width: 100%;
    line-height: 22px;
    padding: 12px 15px;
}

.catalogue-check {
    display: none;
    color: #fff;
    padding: 12px 10px;
    line-height: 22px;
    font-size: 1.6rem;
    background: transparent;
}

.catalogue-btn {
    color: black;
    margin: 0;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #DDBEA9;
    
}
.catalogue-header{
    width: 100%;
    border-bottom: 1px solid grey;
    margin-bottom: 5px;
    color: black;
}
@media (min-width: 335px) and (max-width: 767px){
    .catalogue-header:nth-of-type(1){
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}
/* #catalogue-form-content > .catalogue-input-box:nth-child(5),
#catalogue-form-content > .catalogue-input-box:nth-child(6),
#catalogue-form-content > .catalogue-input-box:nth-child(7),
#catalogue-form-content > .catalogue-input-box:nth-child(8){
    height: 50px;
    border: 1px solid black;
} */

/* .catalogue-btn:hover {
    background: #dc2020;
    background: linear-gradient(to bottom, #dc2020 0, #c11414 100%);
} */

.catalogue-btn .glyphicon {
    margin: 2px 0 0 10px;
}

#main {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 335px) and (max-width: 767px){
    #main{
        padding: 20px 0 0;
    }
}

@media (min-width: 992px) {
    #main {
        padding: 30px 0;
        flex-wrap: nowrap;

    }
}



#main-content .selectric-items li {
    padding-left: 0;
}

#main-content .selectric-items a {
    padding-left: 15px;
}

#breadcrumbs {
    color: #656565;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 6px;
    border-bottom: 1px solid #c11414;
    margin-bottom: 15px;
}

#breadcrumbs .glyphicon {
    color: #c11414;
    width: 20px;
    text-align: center;
    top: 5px;
}

.simple-container {
    background: #fff;
    box-shadow: 0 2px 0 #e3e3e3;
    padding: 20px;
}
@media (min-width: 320px) and (max-width: 567px){
    .simple-container{
        padding: 0px;
    }
}

.simple-header {
    text-transform: uppercase;
}

.simple-content {
    font-size: 1.4rem;
    line-height: 1.5;
}

.simple-content a {
    color: #c11414;
    transition: color 0.3s ease-out;
}

.simple-content a:hover {
    color: inherit;
}

h1.box-title-main {
    font-size: 2.2rem 
}

h2.box-title-main {
    font-size: 1.8rem 
}

#products-header {
    display: flex;
    flex-direction: row;
    font-size: 1.4rem;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}
#products-header > .d-flex {
    height: 45px;
}
@media (min-width: 335px) and (max-width: 767px){
    #products-header > .d-flex{
        flex-direction: row;
        width: 80%;
        margin: 0 auto;
        height: 50px;
    }
}
#mobile-filters-btn{
    width: 203px;
    height: 50px;
    display: flex;
    margin: auto;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 20px;
}
@media (min-width: 335px) and (max-width: 575px){
    #mobile-filters-btn{
        width: 130px;
    }
}
#products-header > .text-right {
    align-self: center;
}
@media (min-width: 335px) {
    #products-header {
        flex-direction: row;
        justify-content: space-between;
        border: none;
    }
}
@media (min-width: 335px) and (max-width: 767px){
    #products-header > .text-right{
        display: none;
    }
}

#products-sorter {
    width: 230px;
    margin-right: auto;
    margin-left: 10px;
}
@media (min-width: 335px) and (max-width: 575px){
    #products-sorter{
        width: 130px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    #products-sorter{
        width: 203px;
        height: 50px;

    }
}
/* @media (min-width: 576px) {
    #products-sorter {
        width: 230px;
    }
} */

#products-sorter .selectric{
    display: flex;
    flex-direction: row;
}

@media (min-width: 335px) and (max-width: 767px){
    #products-sorter .selectric{
        height: 100%;
        border: 1px solid black;
        border-radius: 20px;
    }
}


#products-sorter .selectric-items {
    border-top: 0;
}

/*TODO connect styles with catalogue-btn*/
#products-view {
    display: inline-block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 2.0rem;
    text-align: center;
    cursor: pointer;
    padding: 0 !important;
}
@media (min-width: 576px) {
    #products-view {
        margin-left: 10px;
    }
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
   
}
@media (min-width: 768px) {
    .products-list {
        justify-content: space-around;
    }
}

.products-list:last-of-type .box-title-main.bg-trans {
    margin-bottom: 0;
}

.product-box {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 220px;
    margin: 5px;
    background: #fff;
    /*color: #797979;*/
}
@media (min-width: 320px) and (max-width: 575px) {
    .product-box {
        width: 46%;
        
    }
    
}
@media (min-width: 768px) {
    .product-box {
        width: 224px;
       
    }
}
@media (min-width: 992px) {
    .product-box {
        width: 232px;
    }
}
@media (min-width: 1200px) {
    .product-box {
        width: 270px;
    }
}

.product-review-box .product-box {
    border: 1px solid #c8c8c8;
}

.product-box-empty {
    margin: 0;
    visibility: hidden;
}

.product-corner-box {
    position: absolute;
    top: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    z-index: 98;
    right: -5px;
}
@media (min-width: 992px) and (max-width: 1199px){
    .product-corner-box{
        right: 15px;
    }
}
.product-corner {
    padding: 0 7px 0 15px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    background: var(--color_bgd);
    color: var(--color_font);
}

/* .product-corner:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    position: absolute;
    right: -18px;
    top: 0;
    border-color: transparent transparent transparent var(--color_bgd);
} */

.product-photo {
    position: relative;
    display: flex;
    align-items: center;
    width: 220px;
    height: auto;
    min-height: 304px;
    /*height: 296px;*/
    padding: 5px;
    margin: auto 0;
}
.product-photo-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    height: auto;
    min-height: 304px;
    /*height: 296px;*/
    /* padding: 5px; */
    margin: auto 0;
}
.sec-photo, .sec-datalist{
    display: none;
}
/* .product-photo:hover .main-photo{
    display: none;
} */
/* .product-photo:hover .sec-photo{
    display: flex;
}
.product-photo:hover .sec-datalist{
    display: block;
}
.product-photo:hover .product-box{
    width: 530px;
} */
/* .product-photo:hover {
    width: 530px;
} */
/* .product-photo:hover .product-arrow {
    top: calc(50% - 24px);
    opacity: 1;
} */
@media only screen and (min-width: 320px) {
    .product-photo {
        min-height: auto;
        max-width: 100%;
        margin: auto;
    }
}
@media (min-width: 768px) {
    .product-photo {
        width: 224px;
        min-height: 314px;
        /*height: 302px;*/
    }
}
@media (min-width: 992px) {
    .product-photo {
        width: 200px;
        min-height: 280px;
        /*height: 268px;*/
    }
}
@media (min-width: 1200px) {
    .product-photo {
        width: 270px;
        min-height: 379px;
        /*height: 367px;*/
    }
}
@media only screen and (min-width: 320px) {
    .product-photo-2 {
        min-height: auto;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .product-photo-2 {
        width: 224px;
        min-height: 314px;
        /*height: 302px;*/
    }
}
@media (min-width: 992px) {
    .product-photo-2{
        width: 200px;
        min-height: 280px;
        /*height: 268px;*/
    }
}
@media (min-width: 1200px) {
    .product-photo-2 {
        width: 260px;
        min-height: 379px;
        /*height: 367px;*/
    }
}


.product-arrow {
    opacity: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    z-index: 400;
    left: calc(50% - 24px) ;
    top: calc(25% - 24px);
    font-size: 2.4rem;
    text-align: center;
    line-height: 50px;
    -webkit-transition: top 0.25s ease-out, opacity 0.25s ease-out;
    transition: top 0.25s ease-out, opacity 0.25s ease-out;
    color: #819223;
}

.product-img {
    display: block;
    width: 210px;
    height: auto;
    /*border: 3px #797979 solid;*/
    /*border-radius: 5px;*/
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
}
    @media only screen and  (min-width: 320px) {
    .product-img {
     width:100%;
     height: 100%;
    }
@media (min-width: 768px) {
    .product-img {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .product-img {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .product-img {
        width: 260px;
    }
}

.product-whitespace {
    flex-grow: 1;
}
.test {
    display: none;
}
.product-details {
    font-weight: 700;
    line-height: 1.5;
    margin: 5px auto;
}
.product-template-name{
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #DDBEA9;
    margin-bottom: 5px;
}
.product-name {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin: 0;
    text-align: center;
}
.product-name > a {
    font-weight: lighter;
}
@media (min-width: 1200px) {
    .product-name {
        font-size: 1.4rem;
    }
}
.product-name-header > h1{
    font-size: 22px;
    color: #DDBAA9;
}
@media (min-width:768px) and (max-width:991px){
    .product-name-header > h1{
        font-size: 18px;
    }
}
@media(min-width:992px){
    .product-name-header > h1{
        font-size: 20px;
    }
}
.test1 {
    display: none;
}
.product-price {
    color: black;
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    padding-top: 5px;
    height: 5.2rem;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 1200px) {
    .product-price {
        font-size: 1.6rem;
        height: 5.8rem;
    }
}

.product-price-old {
    display: block;
    margin-right: 10px;
    color: gray;
    font-weight: bold;
}

.product-box .selectric {
    border-top: 1px solid #c8c8c8;
}

.product-box .selectric-open .selectric {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.product-box .selectric-label {
    font-size: 1.3rem;
}
@media (min-width: 1200px) {
    .product-box .selectric-label {
        font-size: 1.5rem;
    }
}

.product-box .selectric-items {
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.product-box .selectric-items li.selected {
    background: #f4f4f4;
    color: #797979;
}

.product-box .selectric-items li:hover {
    background: #f4f4f4;
    color: #797979;
}


.product-availability {
    /* display: flex;
    justify-content: space-between;
    width: 100%;
    background: #9b9b9b;
    background: linear-gradient(to bottom, #9b9b9b 0, #797979 100%);
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 1.3rem; */
    display: none;
    color: black;
}
    
        @media only screen and (min-width: 320px) {
            .product-availability {
                /* padding: 10px 5px; */
            }
        }        
.product-recommended:hover .product-availability{
    display: block;
}
        
.fiber-desc {
    background: none;
    color: black;
    outline: 0;
    border: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-decoration: none;
    font-weight: 600;
}
@media (min-width:335px) and (max-width: 767px){

    .fiber-desc{
    font-weight: 500;
    }
}

/*list view*/

.product-box-list {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px 5px;
    background: #fff;
}
@media (min-width: 576px) {
    .product-box-list {
        padding: 15px;
    }
}
@media (min-width: 768px) {
    .product-box-list {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}
@media (min-width: 1200px) {
    .product-box-list {
        padding: 20px;
    }
}

.product-box-list .product-photo {
    padding: 0;
}
@media (min-width: 768px) {
    .product-box-list .product-photo {
        width: 204px;
    }
}
@media (min-width: 992px) {
    .product-box-list .product-photo {
        width: 160px;
    }
}
@media (min-width: 1200px) {
    .product-box-list .product-photo {
        width: 250px;
    }
}

.product-box-list .product-img {
    width: 216px;
}
@media (min-width: 768px) {
    .product-box-list .product-img {
        width: 194px;
    }
}
@media (min-width: 992px) {
    .product-box-list .product-img {
        width: 150px;
    }
}
@media (min-width: 1200px) {
    .product-box-list .product-img {
        width: 220px;
    }
}

.product-name-list {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .product-name-list {
        width: 100%;
    }
}

.product-sizes-list {
    margin-top: 15px;
    width: 100%;
    overflow-x: auto;
}
@media (min-width: 768px) {
    .product-sizes-list {
        width: 496px;
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .product-sizes-list {
        width: 470px;
    }
}
@media (min-width: 1200px) {
    .product-sizes-list {
        width: 580px;
    }
}

.product-sizes-list tr {
    height: 40px;
}

.product-sizes-list .product-add {
    display: block;
    margin-top: 0;
    width: 150px;
    line-height: 32px;
    height: 32px;
    font-size: 1.1rem;
    border-radius: 20px;
}

.product-sizes-list .product-add:hover {
    color: #fff;
}

.product-sizes-list .product-add .glyphicon {
    width: 30px;
    line-height: 32px;
    height: 32px;
    font-size: 1.3rem;
}

.product-action {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    align-items: baseline;
    margin-top: 15px;
    margin-bottom:15px;
}
/* @media (max-width: 706px) {
    .product-action {
        display: none;
    }
} */
/* @media (min-width: 706px) {
    .product-action {
        flex-direction: row;
    }
} */

.product-action-label {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 12px;
}
@media (min-width: 576px) {
    .product-action-label {
        display: flex;
        flex-direction: row;
        width: auto;
        flex-grow: 1;
        align-items: baseline;
    }
}

@media (min-width: 576px) {
    .product-action-label small {
        margin-left: auto;
    }
}

.product-action-form {
    width: 100%;
}
@media (min-width: 576px) {
    .product-action-form {
        width: 150px;
    }
}

.product-action-btn {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 10px 0 10px 12px;
}
@media (min-width: 576px) {
    .product-action-btn {
        width: 150px;
    }
}

.product-action-btn .glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0;
    line-height: 1.57;
    text-align: center;
    width: 50px;
    color: #fff;
    border-left: 1px solid #fff;
}

.product-action-btn:hover .glyphicon {
    background: #9b9b9b;
    background: linear-gradient(to bottom, #9b9b9b 0, #797979 100%);
}
.product-view{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1350px;
    margin: 10px auto 0;
}
@media (min-width:992px) and (max-width:1199px){
    .product-view{
        width: 992px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .product-view{
        width: 760px;
    }
}

.product-view p {
    text-align: justify;
}
.product-view h2 {
    font-size: 16px;
    margin: 25px 0 0;
}
@media (min-width:768px) and (max-width:991px){
    .product-view h2{
        font-size: 14px;
    }
}
@media (min-width:992px){
    .product-view > h2{
        font-size: 13px;
    }
}

.product-view h3 {
    margin-top: 25px;
    font-size: 1.6rem;
}

.product-view tr {
    height: 40px;
}

#product-info {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-left: 5px;
}
@media (min-width:768px) and (max-width:991px){
    #product-info {
    width: 48%;
    }
}
/* @media (min-width: 768px) {
    #product-info {
        justify-content: space-between;
    }
} */

#product-photos {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
}

/* @media (min-width: 768px) {
    #product-photos {
        width: 310px;
    }
} */
@media (min-width: 1200px) {
    #product-photos {
        height: 540px;
    }
}

#product-photos-main {
    text-align: center;
}
.product-info-right{
    width: 40%;
    margin-right: 150px;
}
@media (min-width:768px) and (max-width:991px){
    .product-info-right{
        width: 50%;
        margin-right: 0;
    }
}
@media(min-width:992px) and (max-width: 1199px){
    .product-info-right{
        width: 45%;
        margin-right: 50px;
    }
}
#product-photos-main img {
    width: 290px;
    height: auto;
    /*border: 3px #797979 solid;*/
    /*border-radius: 5px;*/
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width:991px){
    #product-photos-main img {
        width: 280px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    #product-photos-main img {
        width: 290px;
    }
}
@media (min-width: 1200px) {
    #product-photos-main img {
        width: 360px;
    }
}

#product-photos-miniatures {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 80px;
    overflow: hidden;
}
@media (min-width: 768px) {
    #product-photos-miniatures {
        height: 420px;
        width: 370px;
        margin-left: 3px;
    }
}
@media (min-width: 992px) {
    #product-photos-miniatures {
        width: 100%;
        height: 435px;
        margin-left: 10px;
    }
}
@media (min-width: 1200px) {
    #product-photos-miniatures {
        margin-left: 10px;
        height: 540px;
    }
}

#product-photos-miniatures .carousel-item {
    width: 100%;
    padding: 0 30px;
}
@media (min-width: 576px) {
    #product-photos-miniatures .carousel-item {
        width: 100%;
        padding: 0 40px;
    }
}

#product-photos-miniatures .carousel-control-prev,
#product-photos-miniatures .carousel-control-next {
    width: 30px;
}
#product-photos-miniatures .carousel-control-prev {
    justify-content: left;
}
#product-photos-miniatures .carousel-control-next {
    justify-content: right;
}
@media (min-width: 576px) {
    #product-photos-miniatures .carousel-control-prev,
    #product-photos-miniatures .carousel-control-next {
        width: 40px;
        justify-content: center;
    }
}

#product-photos-miniatures .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#product-photos-miniatures .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.product-photos-miniature {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    background: #9b9b9b;
	float: left;
    margin-bottom: 15px;
}
.product-photos-miniature:last-child {
    margin-right: 0;
}

@media (min-width: 335px) {
    .product-photos-miniature {
        width: 65px;
        margin-right: 10px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .product-photos-miniature{
        margin-bottom: 19px;
    }
}
@media (min-width: 992px) {
    .product-photos-miniature {
        width: 70px;
        margin-bottom: 18px;
    }
}
@media (min-width: 1200px) {
    .product-photos-miniature {
        width: 95px;
        margin-bottom: 13px;
    }
}

.product-photos-miniature-img {
    width: 50px;
    height: auto;
    height: 70px;
    cursor: pointer;
}

@media (min-width: 335px){
    .product-photos-miniature-img{
        width: 65px;
        height: 85px;
    }
}
@media (min-width: 768px) {
    .product-photos-miniature-img {
        width: 65px;
        height: 90px;
    }
}
@media (min-width: 992px) {
    .product-photos-miniature-img {
        width: 70px;
        height: 95px;
    }
}
@media (min-width: 1200px) {
    .product-photos-miniature-img {
        width: 95px;
        height: 124px;
    }
}

#product-details {
    margin-top: 20px;
    position: relative;
}


        }        
@media (min-width: 768px) {
    #product-details {
        width: 350px;
        font-size: 14px;
        
    }
}
@media (min-width: 992px) {
    #product-details {
        width: 390px;
        
    }
}
@media (min-width: 1200px) {
    #product-details {
        width: 460px;
        margin-top: 35px;
    }
}

#product-variants {
    margin-bottom: 15px;
}

#product-variants .selectric {
    border: 1px solid #c8c8c8;
}

#product-variants .selectric-items {
    border: 1px solid #c8c8c8;
    border-top: 0;
    border-bottom: 0;
}

#product-buy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#product-price {
    font-size: 2.0rem;
    line-height: 42px;
    height: 42px;
    font-weight: 700;
}

#product-buy label {
    font-weight: 700;
}

#product-buy input[type="number"] {
    font-size: 2.0rem;
    line-height: 40px;
    height: 42px;
    border: 1px solid #c8c8c8;
    width: 100px;
    padding: 0 15px;
    text-align: right;
}

.product-add {
    position: relative;
    margin-top: 10px;
    padding: 0 75px 0 20px;
    width: 100%;
    line-height: 42px;
    height: 42px;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    background: #c11414;
    transition: all 0.3s ease-out;
}


/* .product-add:hover {
    background: #dc2020;
} */

.product-add .glyphicon {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    line-height: 42px;
    height: 42px;
    font-size: 2rem;
    background: #a90f0f;
}

#product-sizes {
    background: #fff;
}

#product-sizes .table-wrapper {
    padding: 20px 15px;
    width: 100%;
    overflow-x: auto;
}

#product-sizes .product-add {
    margin-top: 0;
    padding: 0;
    width: 150px;
    line-height: 32px;
    height: 32px;
    font-size: 1.1rem;
    border-radius: 20px;
}
@media (min-width:768px) and (max-width:991px){
    #product-sizes .product-add{
        width: 100px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    #product-sizes .product-add{
        width: 110px;
    }
}

#product-sizes .product-add .glyphicon {
    width: 30px;
    line-height: 32px;
    height: 32px;
    font-size: 1.3rem;
}

#product-payments {
    background: #fff;
}

#product-payments .table-wrapper {
    padding: 20px 15px;
    width: 100%;
    overflow-x: auto;
}

.product-flex-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .product-flex-items {
        justify-content: space-between;
    }
}

.product-flex-items li {
    width: 100%;
    background: #fff;
    padding: 26px 0 23px;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    margin-top: 3px;
}

@media (min-width: 768px) {
    #product-contact li {
        width: calc((100% - 6px) / 3);
    }
}

#product-contact li .glyphicon {
    margin-right: 10px;
    top: 3px;
}

@media (min-width: 768px) {
    #product-social li {
        width: calc((100% - 9px) / 4);
    }
}

.product-review-box {
    background: #fff;
    margin-top: 10px;
    position: relative;

}

#product-review-ratings {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #797979;
    text-align: right;
}

#product-review-ratings span {
    color: #444;
}

#product-review-list {
    margin-top: 40px;
    max-height: 300px;
    overflow-y: auto;
}

.product-review-item:not(:first-child) {
    margin-top: 20px;
}

.product-review-text {
    position: relative;
    background-color: #f4f4f4;
    text-shadow: 1px 1px rgba(255,255,255,0.3);
    padding: 15px 20px;
    font-size: 1.3rem;
}

.product-review-text:after {
    position: absolute;
    bottom: -10px;
    left: 15px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #f4f4f4 transparent transparent transparent;
}

.product-review-author {
    margin: 0;
    padding-top: 10px;
    font-size: 1.3rem;
    padding-left: 19px;
}

.product-review-stars {
    color: #ffcc00;
    font-size: 1.5rem;
    padding: 0;
    background: transparent;
}

#product-review-add {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

#product-review-add .alert {
    width: 100%;
    margin-bottom: 15px;
}

.product-review-input {
    padding: 9px 16px 11px;
    border: 2px solid #f4f4f4;
    margin-bottom: 15px;
}

.product-review-input {
    width: 100%;
}

.product-review-input::placeholder {
    color: #c8c8c8;
    opacity: 1;
}

@media (min-width: 1200px) {
    input[type="text"].product-review-input {
        width: 250px;
        margin-right: 20px;
    }
}

#product-review-rate {
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    flex-grow: 1;
}
@media (min-width: 768px) {
    #product-review-rate {
        width: auto;
    }
}

#product-review-rate .product-review-stars {
    font-weight: 400;
    font-size: 2.2rem;
    margin-left: 10px;
}

.product-review-stars .glyphicon {
    top: 0.2em;
}

#product-review-add .product-add {
    width: 100%;
    margin-top: 15px;
}
@media (min-width: 768px) {
    #product-review-add .product-add {
        width: auto;
        margin: 0;
    }
}


#product-description {
    margin-top: 50px;
    margin-bottom: 30px;
    width: 460px;
}
@media (min-width:768px) and (max-width:991px){
    #product-description{
        width: 360px;

    }
}
@media (min-width: 992px) and (max-width:1199px){
    #product-description{
        width: 390px;
    }
}

#product-description > h1{
    font-size: 17px;
}
@media (min-width:768px) and (max-width:991px){
    #product-description > h1{
        font-size: 15px;
    }
}

#sidewalk-info {
    color: #c11414 !important;
    font-size: 1.75em;
    text-align: center;
}

#covering-info {
    text-align: left;
    padding: 15px;
}

.menu-toggler {
    padding: 15px 20px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    background: #656565;
    background: linear-gradient(to bottom, #656565 0, #555555 100%);
    color: #fff;
}
.menu-toggler:first-of-type {
    margin-bottom: 2px;
}
@media (min-width: 992px) {
    .menu-toggler {
        display: none;
    }
}

.menu-toggler-btn {
    margin: 0 0 0 auto;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

#main-sidebar,
#main-content {
    width: 100%;
}


@media (min-width: 992px) {
    #main-sidebar {
        width: 270px;
        margin-right: 30px;
        -ms-flex-order: 1;
        order: 1;
    }
    #main-content {
        width: 660px;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1200px) {
    #main-content {
        width: 870px;
    }
}
#main-content {
    display: none;
}

#ad-block-2,
#ad-block-3 {
    margin: 25px auto;
    width: 270px;
}
@media (min-width: 992px) {
    #ad-block-2 {
        margin: 0 auto 15px;
    }
}

.ad-block-2-img,
.ad-block-3-img {
    width: 270px;
    /*height: 370px;*/
}
button[data-target="#nav-categories-toggled-8"]::after{
   content: "➤";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
    color: #c11414;
   
    }
button[data-target="#nav-categories-toggled-35"]::after{
   content: "➤";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
    color: #c11414;
   
    }

#categories-box {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    #categories-box {
        display: block !important;
    }
}

.nav-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
    line-height: 1.4;
}

.nav-categories-link {
    display: block;
    color: #656565;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 17px;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-top: 1px #656565 solid;
    text-align: left;
    width: 100%;
}
.nav-categories > li:first-of-type > .nav-categories-link {
    border-top-width: 0;
}

.nav-categories.second-level > li:first-of-type > .nav-categories-link {
    border-top-width: 1px;
}

.nav-categories.second-level .nav-categories-link {
    padding-left: 34px;
}

.nav-categories-link:hover,
.nav-categories-link.active {
    color: #fff;
    background: #c11414;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset;
}

#filters-box {
    position: relative;
}
@media (min-width: 992px) {
    #filters-box {
        display: block !important;
    }
}

#filters-clear {
    position: absolute;
    top: 16px;
    right: 18px;
    color: #000;
    opacity: 0.5;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 -1px 0 rgba(0,0,0,.7);
}
#filters-clear:hover {
    opacity: 1;
}

#filters-form-inner {
    display: flex;
    flex-direction: column;
    color: #797979;
}

.filters-input-box {
    width: 100%;
    height: 46px;
    margin: 0 0 15px;
    background: #fff;
    background-clip: content-box;
    color: #797979;
    border: 0 !important;
}
.filters-slider-wrapper {
    position: relative;
    margin: 0 0 15px;
}

.filters-slider-label {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.filters-slider-values {
    margin-top: 5px;
    text-align: center;
    color: #ccc;
    font-weight: 400;
    font-size: 1.2rem;
}

.filters-input-box .selectric-label,
.filters-input-box .selectric-btn {
    height: 46px;
    line-height: 46px;
}

.filters-input-box .selectric-items {
}

.filters-input-box .selectric-label,
.filters-input-field {
    font-weight: 700;
    text-transform: uppercase;
}

.filters-input-field {
    width: 100%;
    line-height: 22px;
    padding: 12px 15px;
}

.filters-btn {
    background: #c11414;
    background: linear-gradient(to bottom, #c11414 0, #a80f0f 100%);
    color: #fff;
    margin: 0;
    width: 100%;
    padding: 12px 0;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    transition: all 0.3s ease-out;
    box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset;
}
.filters-btn:hover {
    background: #dc2020;
    background: linear-gradient(to bottom, #dc2020 0, #c11414 100%);
}

.filters-btn .glyphicon {
    margin: 4px 0 0 10px;
}

#newsletter-box {
    width: 50%;
    background-color: #2E282A;
    color: #ffffffe3;
    height: 350px;
    padding: 20px 30px;
}
#newsletter-box > h1 {
    font-size: 40px;
}
@media (min-width:768px) and (max-width: 991px){
    #newsletter-box{
        padding: 20px 10px;
    }
}
@media (min-width:335px) and (max-width:767px){
    #newsletter-box{
        width: 100%;
    }
}

#newsletter-input {
    flex-grow: 1;
    padding-right: 0;
}

#newsletter-btn {
    font-size: 2rem;
    padding: 1px 10px 0;
    color: #ffffffe3;
    background-color: #DDBEA9;
    
}
@media (min-width:335px) and (max-width:767px){
    #newsletter-btn{
        width: 70%;
        margin: 10px auto;
    }
}
@media (min-width:768px) and (max-width:991px){
    #newsletter-btn{
        font-size: 1.5rem;
        width: 50%;
    }
}

#newsletter-name {
    display: none;
}

#templates-box {
}

#templates-input-box {
    color: #656565;
    width: 100%;
}

#templates-input-box .selectric-label {
    color: #797979;
}

#templates-input-box .selectric-label,
#templates-input-box .selectric-btn {
    height: 46px;
    line-height: 46px;
}

#templates-input-box .selectric-btn {
    font-size: 2rem;
    padding-top: 2px;
}

#cloud-tag-box {
}

#allegro-box {
    margin-bottom: 0;
}

.allegro{
    color: #ff5900;
    font-family: Tahoma sans-serif;
    font-size: 40px;
}

#advices-box {
    padding: 20px 15px;
}

#advices-carousel {
    margin: 20px auto 0;
    height: 264px;
    width: 290px;
    position: relative;
}
@media (min-width: 576px) {
    #advices-carousel {
        width: 540px;
    }
}
@media (min-width: 992px) {
    #advices-carousel {
        width: 810px;
    }
}

#advices-carousel .carousel-inner {
    width: 100%;
}

#advices-carousel .carousel-item {
    width: 290px;
    padding: 0 40px;
}
@media (min-width: 576px) {
    #advices-carousel .carousel-item {
        width: 540px;
    }
}
@media (min-width: 992px) {
    #advices-carousel .carousel-item {
        width: 810px;
    }
}

#advices-carousel .carousel-control-prev,
#advices-carousel .carousel-control-next {
    width: 40px;
}

.advices-item {
    width: 210px;
    line-height: 1.5;
    display: inline-block;
}
@media (min-width: 576px) {
    .advices-item:first-child {
        margin: 0 15px 0 5px;
    }
    .advices-item:last-child {
        margin: 0 5px 0 15px;
    }
}
@media (min-width: 992px) {
    .advices-item:first-child {
        margin: 0 40px 0 10px;
    }
    .advices-item:last-child {
        margin: 0 10px 0 40px;
    }
}

.advices-title {
    font-size: 1.4rem;
    line-height: 1;
    border-bottom: 1px solid #444;
    padding-bottom: 14px;
    margin-bottom: 7px;
}

.advices-content {
    text-align: justify;
    margin: 0;
    height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advices-link {
    display: block;
    width: 100%;
    text-align: right;
}

.advices-link a {
    color: #f4f4f4;
}
.advices-link a:hover {
    color: #fff;
}

#partners-box {
}

#partners-wrapper {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#partners-title {
    width: 100%;
    text-align: center;
    margin: auto;
}

.partner-links {
    width: 100%;
    display: flex;
    margin: 15px 0px 0;
    justify-content: space-around;
}

.partner-links img {
    width: auto;
    height: 70px;
}

@media (min-width: 768px) {
    #partners-title {
        width: auto;
        flex-grow: 1;
    }
    .partner-links {
        width: 280px;
        margin: 0 0 0 10px;
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .partner-links {
        width: 300px;
        margin: 0 0 0 30px;
    }
}
@media (min-width: 1200px) {
    .partner-links {
        width: 360px;
        margin: 0 0 0 60px;
    }
}

#menu-articles-bottom {
    color: #ffffffe3;
    height: 50vh;
   
}

#nav-articles-bottom-list {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (min-width:768px) {
    #nav-articles-bottom-list {
        flex-direction: row;
    }
}

.nav-articles-bottom-link {
    display: block;
    padding: 0 0 5px 0;
}
.nav-articles-bottom-link:hover {
    color: #000;
}
@media (min-width:768px) {
    .nav-articles-bottom-link {
        padding: 0 25px 0 0;
    }
}

#menu-articles-bottom-social {
    margin: 0 0 0 auto;
}

#menu-articles-bottom-social img{
    margin: 0 0 0 10px;
    height: 40px;
    widows: 40px;
}

#menu-articles-bottom-copy {
    text-align: right;
    font-size: 1.1rem;
    padding-top: 10px;
    font-family: Georgia;
}
    @media (min-width:576px){
        .mobilesocial {
            display: none;
        }
    }
    
    
@media screen and (max-width:768px) {
    #face-slider {
        display: none;
    }
    }
    
#face-slider{
    position:fixed;
    right:-260px;
    top:190px;
    z-index:500;
}
#face-slider #tab{
    cursor:pointer;
    height:35px;
    width:35px;
    float:left;
    background: url('/images/site/FB.png') no-repeat center center;
}
#face-code{
    padding:5px;
    border: solid #3b579d 2px;
    background: #fff;
    float:left;
    width:260px;
    height:300px;
}

#cart-wrapper {
    background:white;
    padding: 30px 0;
}

.text-big {
    font-weight: 600;
    font-size: 1.8rem;
}
.text-big1{
    font-weight: bold;
}
.text-nomargin{
    margin:0;
}

.text-huge {
    font-weight: 700;
    font-size: 2.4rem;
}

#cart-main-content {
    background: #fff;
    /* border-top-width: 1px;
    border: 1px #e3e3e3 solid; */
}


#cart-main-content textarea {
    padding: 9px 10px 11px;
    border: 1px solid #312f2f;
}

#cart-main-content ::placeholder  {
    color: #c8c8c8;
    opacity: 1;
}
.custom-control-label > a {
    text-decoration: underline;
}

#cart-main-content h3 {
    margin-bottom: 10px;
    border-bottom: 2px solid #c8c8c8;
    text-align: left;
    font-size: 16px;

}

#cart-main-content .custom-control-label {
    font-weight: 700;
}
label.custom-control-label {
    color:black !important;
  }
.no-boot .form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 9px 16px 11px;
    border: 1px solid #e3e3e3;
    color: #797979;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 25px;
    transition: none;
}

#cart-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border: 1px #e3e3e3 solid;
    border-bottom: 0;
}

#cart-tabs li {
    margin-bottom: -1px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    border-left: 1px #e3e3e3 solid;
    color: rgba(85, 85, 85, 0.5);
    background: #f9f9f9;
}
#cart-tabs li:first-child {
    border-left: 0;
}
#cart-tabs li.active,
#cart-tabs a:hover {
    color: rgba(102, 102, 102, 1);
    background: #fff;
}

#cart-tabs a {
    color: inherit;
}

.cart-tab {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1;
    padding: 11px 12px 11px;
    text-shadow: 1px 1px #fff;
    max-width: 135px;
    text-align: center;
}
@media (min-width: 768px) {
    .cart-tab {
        flex-direction: row;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .cart-tab {
        padding: 16px 18px 17px;
    }
}

.cart-tab-glyph {
    font-size: 3.2rem;
    margin: 3px 0 3px 0;
}
@media (min-width: 768px) {
    .cart-tab-glyph {
        margin: 3px 16px 0 0;
    }
}

.cart-tab-text {
    display: none;
}
@media (min-width: 768px) {
    .cart-tab-text {
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .cart-tab-text {
        white-space: nowrap;
    }
}

.cart-tab-step {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 1px;
    text-transform: uppercase;
    white-space: nowrap;
}
.cart-confirmation{
    display: flex;
    border-radius: 20px;
}
.cart-personal{
    width: 25%;
}
@media (min-width: 335px) and (max-width: 767px){
    .cart-personal{
        margin: 5px 0;
        width: 40%;
    }
}


.cart-content {
    padding: 10px;
    border-top-width: 0;
    text-align: center;
}
@media (min-width: 335px) and (max-width: 767px){
    .cart-content{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}
    @media screen only and (max-width: 768px) {
        .anketa {
            width:350px;
        }
    }
    @media (min-width: 768px) {
        .ankieta {
            width:600px;
        }
    }

#cart-main-table th {
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px 0;
    vertical-align: middle;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 10px 10px 16px;
}

#cart-main-table td {
    border-bottom: 1px #e3e3e3 solid;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.2;
}

#cart-main-table h2 {
    font-size: 1.8rem;
}

#cart-main-table em {
    color: #999;
    display: block;
}

#cart-main-table small {
    color: #999;
    font-style: italic;
}

#cart-main-table s {
    color: #999;
}

#cart-main-table input[type="number"] {
    width: 72px;
    text-align: center;
    color: #858585;
}

#cart-main-table .glyphicon-remove {
    color: grey;
}
#cart-main-table .glyphicon-remove:after {
    content: "usuń";
}

#cart-main-table img {
    height: 68px;
    width: auto;
}

#cart-summary {
    display: flex;
    flex-direction: row;
    /* padding: 17px 20px; */
    margin-top: 10px;
    justify-content: space-between;
}
/* @media (min-width: 576px) {
    #cart-summary {
        flex-direction: row;
        justify-content: space-between;
    }
} */

#cart-summary ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#cart-summary ul li {
    display: flex;
    justify-content: space-between;
}

#cart-summary strong {
    padding-left: 5px;
}

#cart-summary p {
    line-height: 1.2;
    margin: 0;
    width: 100%;
    font-size: 13px;
  
}

#cart-coupon {
    margin-top: 15px;
    width: 100%;
    /* border: 1px #e3e3e3 solid; */
    border-radius: 20px;
    background-color: white;
    height: 80px;

}
@media (min-width: 768px) {
    #cart-coupon {
        width: 30%;
    }
}
@media (min-width: 992px) {
    #cart-coupon {
        width: 30%;
    }
}
@media (min-width: 1200px) {
    #cart-coupon {
        width: 30%;
    }
}

#cart-coupon label {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 17px;
    font-weight: 700;
}

#cart-coupon input {
    border: 1px solid #ccc;
    width: 60%;
    padding-right: 70px;
}

#cart-coupon-remove{
    color: white;
    background: #DDBEA9;
    border: 1px solid #ccc;
    width: 40%;
    border-radius: 20px;
    margin-top: 5px;
}
#cart-coupon-submit {
    position: absolute;
    right: 30px;
    top: 0x;
    /* width: 45px;
    background: #c11414;
    background: linear-gradient(to bottom, #c11414 0, #a80f0f 100%);
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease-out;
    box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset; */
    color:white;
    background-color: #DDBEA9;
    border: 1px solid #ccc;
    width: 28%;
}
#cart-coupon-submit:hover {
    /* background: #dc2020;
    background: linear-gradient(to bottom, #dc2020 0, #c11414 100%); */
    background: #DDBEA9;
}
.cart-main-content-right{
    display: flex;
    justify-content: space-between;
    margin: 10px;
}
@media (min-width: 335px) and (max-width: 767px){
    .cart-main-content-right{
        flex-direction: column;
    }
}


#cart-coupon input,
#cart-coupon-submit {
    padding-top: 9px;
    padding-bottom: 11px;
    font-size: 12px;
    line-height: 1;
    border-radius: 50px;
    margin-left: 10px;

}
@media (min-width: 335px) and (max-width: 767px){
    #cart-coupon input,
    #cart-coupon-submit {
    padding-top: 9px;
    padding-bottom: 9px;
    }
}
#cart-coupon p {
    text-align: center;
    font-size: 12px;
}

#cart-steps {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 35px;
    padding: 0;
}
@media (min-width: 576px) {
    #cart-steps {
        flex-direction: row-reverse;
    }
}

#cart-steps a,
#cart-steps button {
    line-height: 1.2;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 12px 12px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset;
    border-radius: 50px;
    margin-top: 10px;
}
@media (min-width: 576px) {
    #cart-steps a,
    #cart-steps button {
        padding: 12px 18px;
    }
}

#cart-steps .glyphicon {
    position: relative;
    top: 2px;
}

#cart-steps .previous {
    background: #DDBEA9;
    color: white;
    border-radius: 50px;
}

#cart-steps .next {
    background: #DDBEA9;
    margin-top: 10px;
}
@media (min-width: 576px) {
    #cart-steps .next {
        margin-top: 0px;
    }
}
.cart-main-info{
    margin-top: 15px;
    width: 35%;
    border: 1px #e3e3e3 solid;
    border-radius: 20px;
    background-color: white;
    height: 165px;
    padding: 10px;
}
@media(min-width: 335px) and (max-width: 767px){
    .cart-main-info{
        width: 100%;
    }
}

.cart-row,
.cart-row-small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart-row {
    margin-right: -15px;
    margin-left: -15px;
}
.cart-row-small {
    margin-right: -5px;
    margin-left: -5px;
}

.cart-col,
.cart-col-small{
    position: relative;
    width: 100%;
    min-height: 1px;
}
.cart-col {
    padding-right: 15px;
    padding-left: 15px;
}
.cart-col-small {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .cart-col,
    .cart-col-small {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.cart-input {
    width: 90%;
    margin-bottom: 10px;
    border-radius: 25px;
}

.cart-checkbox {
    padding-left: 20px !important;
    margin-bottom: 10px !important;
}

.cart-deliveries {
    list-style-type: none;
    width: 100%;
    padding-left: 10px;
    font-size: 1.3rem;
}
@media (min-width: 768px) {
    .cart-deliveries {
        width: 550px;
    }
}

.cart-deliveries li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.cart-deliveries li strong {
    white-space: nowrap;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, .125); */
    border-radius: .25rem;
    width: 300px;
    /*box-shadow: 0px 5px 10px #888;*/
    margin: 30px auto;
    font-size: 1.6rem;
    line-height: 1.5;
}

.card-header {
    padding: .75rem 1.25rem;
    font-size: 18px;
    /* margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125); */
    text-align: left;
    /* text-transform: uppercase; */
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem 1.25rem 1.25rem;
}

.card-checkbox {
    padding-left: 1.5em;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.card-checkbox .custom-control-label {
    font-weight: 400 !important;
}

.card-btn {
    display: block;
    margin: 0 auto;
    padding: 8px 12px;
    line-height: 22px;
    font-size: 1.6rem;
    font-weight: 700;
    /* transition: all 0.3s ease-out;
    box-shadow: 0 -40px 35px -35px rgba(0, 0, 0, 0.2) inset; */
    background-color: #DDBEA9;
    color: white;
    width: 75%;
    border-radius: 25px;
}
.btn-modal {
    margin: 0 auto;
    display: inline-block;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 22px;
    text-decoration: none;
    width: 30%;
    border-radius: 25px;
    color: white;
    background-color: #DDBEA9 !important;
}
.card-btn .glyphicon {
    margin-right: 10px;
}

#comparison-status {
    font-size: 1.5rem;
    text-align: center;
}
@media (min-width: 576px) {
    #comparison-status {
        text-align: right;
    }
}

#comparison-status .btn-big {
    margin: 10px 0 20px;
}

#comparison-main-content {
    border: 1px #e3e3e3 solid;
    background: #fff;
}

#comparison-main-content h1 {
    margin-top: 10px;
    margin-left: 10px;
}
@media (min-width: 576px) {
    #comparison-main-content h1 {
        margin-left: 20px;
    }
}

#comparison-basics {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
@media (min-width: 768px) {
    #comparison-basics {
        margin: 0 10px;
    }
}
@media (min-width: 1200px) {
    #comparison-basics {
        margin: 0 15px;
    }
}

#comparison-basics > li {
    width: 144px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}
#comparison-basics > li:nth-child(1),
.comparison-details-tr td:nth-child(1){
    background: #f8d7da;
    background: rgba(248,215,218,0.3);
}
#comparison-basics > li:nth-child(2),
.comparison-details-tr td:nth-child(2) {
    background: #d4edda;
    background: rgba(212,237,218,0.3);
}
#comparison-basics > li:nth-child(3),
.comparison-details-tr td:nth-child(3) {
    background: #cce5ff;
    background: rgba(204,229,255,0.3);
}
#comparison-basics > li:nth-child(4),
.comparison-details-tr td:nth-child(4) {
    background: #fff3cd;
    background: rgba(255,243,205,0.3);
}
#comparison-basics > li:nth-child(1n+3) {
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
}
@media (min-width: 440px) {
    #comparison-basics > li {
        width: 224px;
        padding: 10px;
    }
}
@media (min-width: 576px) {
    #comparison-basics > li {
        width: 269px;
        margin: 0;
    }
}
@media (min-width: 768px) {
    #comparison-basics > li {
        width: 177px;
        padding: 15px 10px 0;
        background: transparent !important;
    }
    #comparison-basics > li:nth-child(1n+3) {
        padding-top: 15px;
        border-top: 0;
    }
}
@media (min-width: 992px) {
    #comparison-basics > li {
        width: 234px;
    }
}
@media (min-width: 1200px) {
    #comparison-basics > li {
        width: 284px;
        padding: 15px 15px 0;
    }
}

.comparison-basics-picture {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 576px) {
    .comparison-basics-picture {
        height: 314px;
    }
}
@media (min-width: 768px) {
    .comparison-basics-picture {
        height: 260px;
    }
}
@media (min-width: 992px) {
    .comparison-basics-picture {
        height: 340px;
    }
}
@media (min-width: 1200px) {
    .comparison-basics-picture {
        height: 395px;
    }
}

.comparison-basics-img {
    display: block;
    width: 129px;
    height: auto;
    max-height: 180px;
    border: 3px #797979 solid;
    border-radius: 5px;
}
@media (min-width: 576px) {
    .comparison-basics-img {
        width: 209px;
        max-height: 294px;
    }
}
@media (min-width: 768px) {
    .comparison-basics-img {
        width: 157px;
        max-height: 220px;
    }
}
@media (min-width: 992px) {
    .comparison-basics-img {
        width: 214px;
        max-height: 300px;
    }
}
@media (min-width: 1200px) {
    .comparison-basics-img {
        width: 254px;
        max-height: 355px;
    }
}

.comparison-basics-name {
    margin: 0 0 10px;
    padding: 0 15px;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    height: 34px;
    overflow: hidden;
    display: block;
}

.comparison-basics-types-list {
    padding: 0 7px;
}
@media (min-width: 768px) {
    .comparison-basics-types-list {
        padding: 0;
    }
}

.comparison-basics-types-list .selectric {
    border: solid 1px #c8c8c8;
}

.comparison-basics-types-list .selectric-label,
.comparison-basics-types-list .selectric-items li {
    line-height: 21px;
    font-size: 1.3rem;
}

.comparison-basics-types-list .selectric-items li {
    padding: 0 40px 0 0;
    position: relative;
}
label.custom-control-label {
    color:black !important;
  }
.comparison-basics-types-list .selectric-items li .glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.comparison-basics-types-list .selectric-items li:hover .glyphicon {
    color: #c11414;
}


/*.comparison-basics-type {*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: row;*/
    /*list-style-type: none;*/
    /*padding: 5px 0;*/
    /*margin: 5px 0;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*border-top: 1px dotted #e3e3e3;*/
/*}*/
/*.comparison-basics-type:first-child {*/
    /*border-top: 0;*/
/*}*/

/*.comparison-basics-type > li {*/
    /*text-align: center;*/
/*}*/

.comparison-price {
    color: #c11414;
    font-weight: 600;
}
/*@media (min-width: 576px) {*/
    /*.comparison-price {*/
        /*padding: 0 10px;*/
    /*}*/
/*}*/
/*@media (min-width: 992px) {*/
    /*.comparison-price {*/
        /*padding: 0 0 0 30px;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.comparison-price {*/
        /*padding: 0 15px;*/
    /*}*/
/*}*/

/*.comparison-basics-type .product-add {*/
    /*padding: 0 34px 0 8px;*/
    /*width: auto;*/
    /*line-height: 28px;*/
    /*height: 28px;*/
    /*font-size: 1rem;*/
    /*margin-top: 5px;*/
/*}*/
/*@media (min-width: 576px) {*/
    /*.comparison-basics-type .product-add {*/
        /*margin-top: 0;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.comparison-basics-type .product-add {*/
        /*margin-top: 5px;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.comparison-basics-type .product-add {*/
        /*margin-top: 0;*/
    /*}*/
/*}*/

/*.comparison-basics-type .product-add .glyphicon {*/
    /*width: 26px;*/
    /*line-height: 28px;*/
    /*height: 28px;*/
    /*font-size: 1.2rem;*/
/*}*/

#comparison-details-table {
    table-layout: fixed;
    width: 100%;

}
@media (min-width: 768px) {
    #comparison-details-table {
        width: auto;
        border-collapse: separate;
        border-spacing: 20px 0;
    }
}
@media (min-width: 1200px) {
    #comparison-details-table {
        border-spacing: 30px 0;
    }
}

#comparison-details-table tr {
    display: block;
}
@media (min-width: 768px) {
    #comparison-details-table tr {
        display: table-row;
        padding: 0 15px;
    }
}

.comparison-details-tr {
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
@media (min-width: 768px) {
    .comparison-details-tr {
        padding-top: 0;
    }
}

.comparison-details-tr:before {
    content: attr(data-label);
    font-size: 1.3rem;
    font-weight: 600;
    display: block;
    clear: both;
    padding-top: 10px;
}
@media (min-width: 768px) {
    .comparison-details-tr:before {
        content: '';
        display: none;
    }
}

.comparison-details-tr:not(:first-child):before {
    border-top: 1px solid #e3e3e3;
}
@media (min-width: 768px) {
    .comparison-details-tr:not(:first-child):before {
        border-top: 0;
    }
}

#comparison-details-table th {
    padding: 10px 0 0;
    font-size: 1.5rem;
    border: 0;
    text-align: center;
}
@media (min-width: 768px) {
    #comparison-details-table th {
    }
}

#comparison-details-table th:first-child {
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    #comparison-details-table th:first-child {
        display: table-cell;
        width: auto;
    }
}

#comparison-details-table th:not(:first-child) {
    display: none;
}
@media (min-width: 768px) {
    #comparison-details-table th:not(:first-child) {
        display: table-cell;
    }
}

#comparison-details-table td {
    width: 50%;
    word-wrap: break-word;
    border: 0;
    display: block;
    float: left;
    vertical-align: top;
}
#comparison-details-table td:nth-child(odd) {
    padding: 0 5px 0 10px;
}
#comparison-details-table td:nth-child(even) {
    padding: 0 10px 0 5px;
}
@media (min-width: 576px) {
    #comparison-details-table td {
        width: 25%;
    }
}
@media (min-width: 768px) {
    #comparison-details-table td {
        word-break: normal;
        width: 156px;
        display: table-cell;
        float: none;
        border-bottom: 1px solid #e3e3e3;
        background: transparent !important;
    }
    #comparison-details-table td:nth-child(odd),
    #comparison-details-table td:nth-child(even) {
        padding: 0;
    }
    #comparison-details-table tbody tr:last-child td {
        border-bottom: 0;
     }
}


@media (min-width: 992px) {
    #comparison-details-table td {
        width: 214px;
    }
}
@media (min-width: 1200px) {
    #comparison-details-table td {
        width: 254px;
    }
}

.comparison-details-item {
    width: 100%;
    padding: 5px 0;
    text-align: center;
}
@media (min-width: 768px) {
    .comparison-details-item {
        text-align: right;
    }
    #comparison-details-table tbody tr:last-child .comparison-details-item {
        text-align: justify;
        text-indent: 20px;
    }
}

.comparison-details-item:before {
    content: '';
    width: 0;
}
@media (min-width: 768px) {
    .comparison-details-item:before {
        content: attr(data-label);
        float: left;
        text-align: left;
        color: #c8c8c8;
        width: 40%;
        font-size: 1.1rem;
    }
    #comparison-details-table tbody tr:last-child .comparison-details-item:before {
        content: '';
        width: 0;
    }
}
@media (min-width: 992px) {
    .comparison-details-item:before {
        width: 60%;
        font-size: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .comparison-details-item:before {
        width: 55%;
    }
}

#fitting-room {
}

#fitting-room-main {
    background: #fff;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#fitting-room-name-label {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    width: 100%;
}
@media (min-width: 576px) {
    #fitting-room-name-label {
        font-size: 1.4rem;
    }
}

#fitting-room-name {
    font-style: italic;
    color: #656565;
    font-weight: 400;
}

#fitting-room-miniatures {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
@media (min-width: 768px) {
    #fitting-room-miniatures {
        width: 210px;
        justify-content: flex-start;
    }
}
@media (min-width: 1200px) {
    #fitting-room-miniatures {
        width: 345px;
    }
}

.fitting-room-miniature {
    display: block;
    margin: 5px 5px 20px;
    width: 105px;
    height: 90px;
    cursor: pointer;
    outline: 3px solid #e3e3e3;
}
.fitting-room-miniature:hover,
.fitting-room-miniature.active {
    outline: 3px solid #c11414;
}
@media (min-width: 768px) {
    .fitting-room-miniature {
        width: 95px;
        height: 70px;
        margin: 5px;
    }
}
@media (min-width: 1200px) {
    .fitting-room-miniature {
        width: 105px;
        height: 90px;
    }
}

#fitting-room-view {
    flex-grow: 1;
    width: 100%;
}
@media (min-width: 768px) {
    #fitting-room-view {
        width: auto;
    }
}

#fitting-room-picture {
    display: block;
    margin: 0 auto;
    max-height: calc((100vw - 60px) * 0.6);
    height: auto;
    width: auto;

}
@media (min-width: 576px) {
    #fitting-room-picture {
        max-height: none;
    }
}
@media (min-width: 768px) {
    #fitting-room-picture {
        margin: 2px 0 0 auto;
    }
}
@media (min-width: 992px) {
    #fitting-room-picture {
        height: 245px;
    }
}
@media (min-width: 1200px) {
    #fitting-room-picture {
        height: auto;
    }
}

#fitting-room-controls {
    width: 100%;
}
@media (min-width: 576px) {
    #fitting-room-controls {
        width: auto;
    }
}
@media (min-width: 768px) {
    #fitting-room-controls {
        order: 5;
    }
}

#fitting-room-controls .selectric {
    border: 1px solid #c8c8c8;
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    #fitting-room-controls .selectric {
        margin: 15px 0 0;
    }
}

#fitting-room-controls .selectric-label {
    margin: 0 0 0 15px;
}
@media (min-width: 576px) {
    #fitting-room-controls .selectric-label {
        margin: 0 57px 0 15px;
    }
}

#fitting-room-controls .selectric-items li {
    padding-left: 15px;
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-lock:before {
    content: "\e033";
}
/* .glyphicon-log-in:before {
    content: "\e161";
} */
/* .glyphicon-star:before {
    content: "\e006";
} */
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 6px;
}
.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    left: -6px;
    top: -3px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -6px;
    left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
    background: #fff;
    border-radius: 5px;
}
.noUi-connect {
    border-radius: 5px;
    background: #c11414;
}
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-handle {
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    background: #e6e6e6;
    cursor: default;
}
.noUi-active {
    background: #fff;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
/* Values;
 *
 */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}
.noUi-marker-sub {
    background: #AAA;
}
.noUi-marker-large {
    background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
/* Vertical layout;
 *
 */

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

@keyframes drift-fadeZoomIn {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drift-fadeZoomOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    15% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes drift-loader-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes drift-loader-before {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.2) translateX(6px);
    }
    25% {
        transform: scale(1.3) translateX(8px);
    }
    40% {
        transform: scale(1.2) translateX(6px);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8) translateX(6px);
    }
    75% {
        transform: scale(0.7) translateX(8px);
    }
    90% {
        transform: scale(0.8) translateX(6px);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes drift-loader-after {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes drift-fadeZoomIn {
    0% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes drift-fadeZoomOut {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    15% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
}

@-webkit-keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px);
    }
    50% {
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(6px);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
    }
    50% {
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(-6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(-8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(-6px);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.drift-zoom-pane {
    background: rgba(0, 0, 0, 0.5);
    /* This is required because of a bug that causes border-radius to not
    work with child elements in certain cases. */
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
    animation: drift-fadeZoomIn 180ms ease-out;
    -webkit-animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
    animation: drift-fadeZoomOut 210ms ease-in;
    -webkit-animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: drift-loader-rotate 1800ms infinite linear;
    -webkit-animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
    left: 0;
    animation: drift-loader-before 1800ms infinite linear;
    -webkit-animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
    right: 0;
    animation: drift-loader-after 1800ms infinite linear;
    -webkit-animation: drift-loader-after 1800ms infinite linear;
    animation-delay: -900ms;
    -webkit-animation-delay: -900ms;
}

.drift-bounding-box {
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 575px) {
    #categories-toggler,
    .cb-side,
    #top-login,
	#top-basket {
        display: none;
    }

    #top-basket-mobile {
        margin: 10px 0 0 0;
        display: flex;
        flex-direction: row;
    }

    
    #top-basket-mobile-icon {
        font-size: 30px;
        margin: 0 10px 0 auto;
        color: var(--theme-color-one);
    }

    #top-basket-mobile-total {
        font-size: 1.2rem;
        font-weight: 700;
        margin-right: 5px;
    }

    .top-basket-wrapper {
        width: 100%;
        display: flex;
        align-items: end;
    }

    #top-login-mobile {
        float: right;
        margin-top: 20px;
    }

    #top-login-mobile a {
        color: #fff !important;
    }

    #top-logo {
        height: auto;
        width: auto;
        max-height: 110px;
        max-width: calc(100vw - 235px);
    }

}

@media (min-width: 576px) {
    /* #top-basket-mobile {
        display: none;
    } */

    #top-login-mobile {
        display: none;
    }

    #categories-toggler-mobile {
        display: none;
    }

    #categories-box-mobile {
        display: none !important;
    }
}
h3.box-title-main.bg-theme-two {
    color:black
  }
  p.box-title-main.bg-trans {
  background-color:#b0312a;
}
p.box-title-main.bg-trans:hover {
  color:gray;
}

div p a:hover {
  color:gray;
}

strong.top-strong.txt-red {
  color:#656565;
}

div p b {
  color:#656565;
}

div.box.bg-red {
  border:solid 0.2px #b0312a;
}
.card-btn btn-theme-one{
  color:#b0312a;
  background:none;
}
#newsletter-input {
  
    width:70%;
}


a.nav-articles-top-link:hover {
  background:lightgray;
}

div button svg {
  color:gray;
}

a.nav-articles-top-link {
  background:white;
  color:#b0312a;
}
@media(max-width:992px){
.bg-gr-dk-a{
  display:none;
}}
h1.box-title-main.bg-theme-one {
  color:black
}

button.product-add {
  color: white;
  background: #b0312a;
 

}

span.glyphicon.glyphicon-shopping-cart {
  color: #b0312a;;
  background:none;
 
}

button.calakolekcja {
  color:#b0312a ;
  background:none;
  border:solid 0.2px #b0312a;
  border-left:solid 2px #b0312a;
}

div button a {
  color:#b0312a;
 
}

button a i {
  background:none;
}
#top-login-mobile{
  color:#b0312a;
}
#top-login-mobile a{
  color:#b0312a;
}

#search-box-input {
  border:solid 1px rgba(128, 128, 128, 0.589);
}

span.glyphicon.glyphicon-search {
  
  padding:5px;
}
button.bg-gr-dk-a:focus { outline: none; }



div.products-list {
  width:100%;
}

/* button.card-btn.btn-theme-one {
  background:#b0312a;;

} */

button.btn-theme-one {
  background:#b0312a;
}

input.cart-input.form-control {
  color:#b0312a;
  font-weight:700;
}

a.link-color {
  color:red;
}

h1.box-title-main.bg-theme-two {
  color:black
}

div.btn-theme-one {
  background:#b0312a;;

}

td.txt-theme-one {
  color:black;
}








p.box-title-main.bg-trans {
    background-color:#b0312a !important;
  }
  p.box-title-main.bg-trans:hover {
    color:gray !important;
  }
  
  div p a:hover {
    color:gray !important;
  }
  
  strong.top-strong.txt-red {
    color:#656565 !important;
  }
  
  /* div p b {
    color:#656565 !important;
  } */
  
  div.box.bg-red {
    border:solid 0.2px #b0312a !important;
  }
  /* .card-btn btn-theme-one{
    color:#b0312a !important;
    background:none !important;
  } */
  #newsletter-input {
    
  width:70% !important;
  height: 50px;
  }
  
  
  a.nav-articles-top-link:hover {
    background:lightgray !important;
  }
  
  div button svg {
    color:gray !important;
  }
  
  a.nav-articles-top-link {
    background:white !important;
    color:#b0312a !important;
  }
  @media(max-width:992px){
  .bg-gr-dk-a{
    display:none !important;
  }}
  h1.box-title-main.bg-theme-one {
    color:black
  }
  
  button.product-add {
    color:white;
    background:#DDBAA9;
   
  
  }
  
  span.glyphicon.glyphicon-shopping-cart {
    display: block;
    color: #b0312a ;
    background:none !important;
   
  }

  @media (min-width:330px) and (max-width:576px){
    span.glyphicon.glyphicon-shopping-cart {
        color: #000000d6;
        font-size: 20px;
        top: -8px;
        
    }
  }
  @media (min-width:577px) and (max-width:767px){
    span.glyphicon.glyphicon-shopping-cart {
        color: #000000d6;
        font-size: 20px;
        top: 0;
        
    }
  }
  .cart-tab-glyph > .glyphicon-shopping-cart {
    top: 0;
    font-size: 3.2rem !important;
    color: inherit;
  }
  @media (min-width:330px) and (max-width:576px){
    .cart-tab-glyph > .glyphicon-shopping-cart {
        top: 0;
        font-size: 3.2rem;
        color: inherit;
      }
  }
  #top-basket-mobile{
    display: flex;
  }
  #top-basket-mobile-total{
    font-size: 12px;
    line-height: 2;
    margin-left: 5px;
  }
  #user_personal_data_comments{
    height: 30%;
    border-radius: 25px;
  }
  #user_personal_data_email{
    height: 45px;
  }
  @media (min-width: 335px) and (max-width: 767px){
    #user_personal_data_comments{
        height: 70px;
    }
  }
  button.calakolekcja {
    color:#b0312a !important ;
    background:none !important;
    border:solid 0.2px #b0312a !important;
    border-left:solid 2px #b0312a !important;
  }
  
  div button a {
    color:#b0312a !important;
   
  }
  
  button a i {
    background:none !important;
  }
  #top-login-mobile{
    color:#b0312a !important;
  }
  #top-login-mobile a{
    color:#b0312a !important;
  }
  
  #search-box-input {
    border:solid 2px rgba(128, 128, 128, 0.589);
  }
  @media (min-width:768px) and (max-width:991px){
    #search-box-input {
        border: solid 1px rgba(128,128,128,0.589);
    }
  }
  @media (min-width:992px){
    #search-box-input {
        border:solid 1px rgba(128, 128, 128, 0.589);
      }
  }
  
  span.glyphicon.glyphicon-search {
    
    padding:5px !important;
  }
  button.bg-gr-dk-a:focus { outline: none !important; }
  
  button.bg-gr-dk-a {
      float:left !important;
  }
  
  div.products-list {
    width:100% !important;
  }
  
  /* button.card-btn.btn-theme-one {
    background:#b0312a !important;
  
  } */
  
  button.btn-theme-one {
    background:#b0312a !important;
  }
  
  input.cart-input.form-control {
    color:black !important;
    font-weight:500 !important;
  }
  
  a.link-color {
    color:red !important;
  }
  
  h1.box-title-main.bg-theme-two {
    color:black;
    width: 80%;
    align-self: end;
  }
  @media(min-width: 335px) and (max-width: 767px){
    h1.box-title-main.bg-theme-two{
        width: 100%;
    }
  }
  
  div.btn-theme-one {
    background:#b0312a !important;
  
  }
  
  td.txt-theme-one {
    color:black !important;
  }
  button.bg-gr-dk-a {
    width:30px !important;
  }
  .top-menu {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

}
#top-menu-collapse-container{
    position: absolute;
    z-index: 999;
    width: 100%;
}
.collapse-open{
    display: block;
}
.collapse-close{
    display: none;
}
.top-menu-collapse{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 450px;
    width: 82%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-top: 2px outset black;
}
@media (min-width:768px) and (max-width:1650px){
    .top-menu-collapse{
        width: 100%;
    }
}


ul.categories-list{
    list-style: none;
    padding: 0;
    height: 90%;
    color: #2E282A;
}
.categories{
    font-size: 18px;
    margin: 5px 0;
    line-height: 2;
}
@media (min-width:768px) and (max-width:1999px){
    .categories{
        font-size: 15px;
    }
}
#top-menu-collapse-2-container{
    position: absolute;
    z-index: 999;
    width: 100%;
    
}
.top-categories-2{
    display: flex;
    flex-direction: column;
    /* width: 15%;
    height: 90%; */
    margin-top: 20px;
}
@media (min-width:768px) and (max-width:1199px){
    .photo-container{
        width: 18%;
        
    }
}
.top-categories-2-photo{
    width: 200px;
    height: 280px;
    background-color:#212529 ;
}
.top-categories-2-photo1{
    background: url("/images/site/menu_plasko.jpg") center;
    background-size: cover;
}
.top-categories-2-photo2{
    background: url("/images/site/menu_klasyczne.jpg") center;
    background-size: cover;
}
.top-categories-2-photo3{
    background: url("/images/site/menu_winyl.jpg") center;
    background-size: cover;
}
.top-categories-2-photo4{
    background: url("/images/site/menu_pozostale.jpg") center;
    background-size: cover;
}
.top-categories-2 > a > h1{
    width: 300px;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    color: #2E282A;
}

div.by-categories>div>h1{

}
.photo-container{
    height: 390px;
    width: 260px;
    
}
.menu-collapse-desc{
    width: 230px;
    font-size: 15px;
    color: black;
    margin-top: 10px;
    text-align: center;
}

@media (min-width:768px) and (max-width:1199px){
    .photo-container:nth-of-type(odd){
        display: none;
    }
}
@media (min-width:768px) and (max-width:991px){
    .photo-container{
        width: 230px;
        height: 360px;
        margin-top: 15px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .photo-container{
        width: 250px;
        height: 360px;
    }
}
.photo-container > a > img {
    width: 230px;
    height: 360px;
}
.collapse-menu-one{
    height: 360px;
    width: 780px;
}
.collapse-menu-one-desc{
    width: 100%;
    font-size: 15px;
    color: black;
    margin-top: 10px;
    text-align: center;
}
.collapse-menu-one > a > img{
    width: 100%;
    height: 360px;
}
.by-categories{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 10px;
    width: 9%;

}
.by-styles{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 10px;
    width: 9%;
}
.by-rooms{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 10px;
    margin-left: -35px;
    width: 11%;
}
@media (min-width:768px) and (max-width:991px){
    .by-rooms{
        margin-left: -7px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .by-rooms{
        margin-left: 0;
        width: 12%;
    }
}
.top-logo{
    width: 200px;
    margin: auto;
    background: url("/images/site/DywanStyl.png");
    background-repeat: no-repeat;
    background-size: auto;
    height: 50px;

}
@media (min-width:768px) and (max-width:991px){
    .top-logo{
        height: 100%;
        background: url("/images/site/DywanStyl.png") center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .top-logo{
        height: 100%;
        background: url("/images/site/DywanStyl.png") center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
.top-logo > a{
    width: 100%;
    height: 100%;
    display: block;
}
.dywany{
    width: 20%;
    background-color: inherit;
    font-size: 17px;
    color: #736E75;
}
#dywany{
    width: 10%;
    margin: auto;
    font-size: 17px;
    color: #736E75;
    cursor: pointer;
}
#chodniki{
    width: 10%;
    margin: auto;
    font-size: 17px;
    color: #736E75;
    cursor: pointer;
}
.chodniki{
    width: 20%;
    background-color: inherit;
    font-size: 17px;
    color: #736E75;
}
.wycieraczki{
    width: 10%;
    margin: auto;
    font-size: 17px;
    color: #736E75;
}
.wycieraczki>a{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.promocje{
    width: 10%;
    margin: auto;
    font-size: 17px;
    color: #736E75;
}
.promocje>a{
    width: 100%;
    display: inline-block;
    text-align: center;
}
#main-page{
    width: 1200px;
    height: 500px;
}
.main-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 560px;
    width: 100%;
  }
.main-top-container{
    display: flex;
    flex-direction: row;
    height: 20%;
}
@media (min-width:576px) and (max-width:767px){
    .main-top-container{
       position:relative;
    } 
}
.desc{
    height: 18%;
}
.desc > p {
    font-size: 12px;
}
.left{
    width: 40%;
    height: 1px;
    background-color:#A7A2A9;
    display: flex;
    align-self: center;
  
}
@media (min-width:335px) and (max-width:767px){
    .left{
        width: 27%;
        height: 1px;
        background-color: #A7A2A9;;
        display: flex;
        align-self: center;
    } 
}
.centre{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    margin: auto;
}
.centre > h1{
    letter-spacing: 2px;
    color: #2E282A;
}
.centre > p{
    margin-bottom: 0;
    font-size: 20px;
    color: #A7A2A9;
    letter-spacing: 2px;
}
@media (min-width:335px) and (max-width:767px){
    .centre{
        width: 46%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto 0;
    }
    .centre > p{
        margin-bottom: 0;
    }
    .centre > h1{
        text-align: center;
        width: 100%;
    }
}     
.right{
    width: 40%;
    height: 1px;
    background-color: #A7A2A9;
    display: flex;
    align-self: center;
    
}
@media (min-width:335px) and (max-width:767px){
    .right{
        width: 27%;
        height: 1px;
        background-color: #A7A2A9;
        display: flex;
        
    }
}

.main-content-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80%;
}
@media (min-width:768px) and (max-width: 991px){
    .main-content-container{
    height: 76%;
    }
}
.content-left{
    display: flex;
    flex-direction: column;
    /* width: 295px; */
  
}
@media (min-width:768px) and (max-width: 991px){
    .content-left{
        width: 29%;
    }
}
.photo1{
    /* background-color: black; */
    height: 380px;
    width: 260px;
    background: url("/images/site/4SkandiKids.jpg");
    background-size: cover;
}
@media (min-width:768px) and (max-width: 991px){
    .photo1{
        width: 200px;
        height: 357px;
    }
}
.content-left>h1{
    text-align: center;
    font-size: 20px;
}
.more{
    text-align: center;
    width: 50%;
    height: 35px;
    margin: 0 auto;
    border: 1px solid black;
    /* padding: 8px; */
    cursor: pointer;
}
/* .content-left > .more {
    margin-left: 62px;
} */
@media (min-width: 335px) and (max-width: 575px){
    .more{
        width: 35%;
    }
}
@media (min-width:576px) and (max-width:767px){
    .more{
        width: 50%;
    }
}
.more > a {
    width: 100%;
}
.content-centre{
    display: flex;
    flex-direction: column;

}
.content-centre>h1{
    text-align: center;
    font-size: 20px;
}
.photo2{
    /* background-color: black; */
    height: 380px;
    width: 260px;
    background: url("/images/site/3Diamond.jpeg");
    background-size: cover;
}
@media (min-width:768px) and (max-width: 991px){
    .photo2{
        width: 230px;
    }
}
.content-right{
    display: flex;
    flex-direction: column;

}
.photo3{
    /* background-color: black; */
    height: 380px;
    width: 260px;
    background: url("/images/site/1Alissa.jpeg");
    background-size: cover;
}
@media (min-width:768px) and (max-width: 991px){
    .photo3{
        width: 230px;
    }
}
.content-right>h1{
    text-align: center;
    font-size: 20px;
}
.content-right{
    display: flex;
    flex-direction: column;

}
.photo4{
    /* background-color: black; */
    height: 380px;
    width: 260px;
    background: url("/images/site/2Skandi.jpg");
    background-size: cover;
}
@media (min-width:768px) and (max-width: 991px){
    .photo4{
        width: 230px;
        height: 352px;
    }
}
.photo1 > a, .photo2 > a, .photo3 > a, .photo4 > a {
    width: 100%;
    height: 100%;
    display: block;
}
.content-four>h1{
    text-align: center;
    font-size: 20px;
}
.bg-red>.container{
    height: 60px;
}
@media (max-width:1200px){
    .content-left{
        display: none;
    }
}
.first-carousel{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between;
    height: 500px; */
    width: 100%;
    margin: 70px auto 0px;

}
@media (min-width:335px) and (max-width:575px){
    .first-carousel{
        margin-top: 25px;
    }
}
@media (min-width:576px) and (max-width:767px){
    .first-carousel{
        margin: 20px 0 0 0;
        width: 510px;
        /* height: 430px; */
    }
}
@media (min-width:768px) and (max-width:991px){
    .first-carousel{
        margin: 0;
    }
}
@media (min-width: 992px){
    .first-carousel{
        width: 100%;
    }
}
.carousel-header{
    text-align: center;
    /* height: 115px; */
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.carousel-header > a > p{
    margin-bottom: 0;
    font-size: 17px;
    color:#A7A2A9;
    letter-spacing: 1px;
}
.carousel-header > a > h1 {
    letter-spacing: 1px;
    color: #2E282A;
}



@media (min-width:335px) and (max-width:575px){
    .carousel-header{
        width: 100%;
    }
}
@media (min-width:576px) and (max-width:767px){
    .carousel-header{
        height: auto;
    }
}




.owl1-item{
    height: 425px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.owl1-item > a{
    margin-top: 5px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
}
@media (min-width:768px) and (max-width:991px){
    .owl1-item > .more {
        width: 50%;
    }
    .owl1-item > .more > a {
        width: auto;
    }
}
@media (min-width:335px) and (max-width:767px){
    .owl1-item{
        height: 425px;
        background-color: inherit;
    }
    .owl1-item > h1{
        margin-bottom: 0;
        font-size: 20px;
        text-align: center;
    }
}
.owl-1-picture{
    height: 390px;
    background-color: gray;
    width: 260px;
    margin: 0 7px;
}
.owl-1-picture > a{
   width: 100%;
   height: 100%;
   display: block;
}
.owl-1-item > a {
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 5px;
}
.owl-1-img1{
    background: url("/images/site/nowosci_alissa1.jpg");
    background-size: cover;
}
.owl-1-img2{
    background: url("/images/site/nowosci_boho_twist.jpg");
    background-size: cover;
}
.owl-1-img3{
    background: url("/images/site/nowosci_skandikids_lew.jpg");
    background-size: cover;
}
.owl-1-img4{
    background: url("/images/site/nowosci_panorama1.jpg");
    background-size: cover;
}
.owl-1-img5{
    background: url("/images/site/best_diamond.JPG");
    background-size: cover;
}
.owl-1-img6{
    background: url("/images/site/best_rabbit3d.jpg");
    background-size: cover;
}
.owl-1-img7{
    background: url("/images/site/best_boho.jpg");
    background-size: cover;
}
.owl-1-img8{
    background: url("/images/site/best_kot.jpg");
    background-size: cover;
}
.owl-1-img9{
    background: url("/images/site/best_flex_brown.jpg");
    background-size: cover;
}
.owl-1-img10{
    background: url("/images/site/best_Skandi_Evo.jpg");
    background-size: cover;
}



@media (min-width:768px) and (max-width: 991px){
    .owl-1-picture{
        width: 240px;
        height: 360px;
    }
}
@media (min-width:335px) and (max-width:767px){
    .owl-1-picture{
        height: 300px;
        width: 200px;

    }
}

.photo-2-container{
    display: none;
    box-shadow: 0 0px 5px rgb(0, 0, 0);
}


.photo-2-on{
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 99;
    transform: scale(1.2,1.2);

}
/* .product-photo:hover {
    display: none;
}

.product-photo:hover .photo-2-container{
    display: flex;
    height: 100%;
    position:absolute;
    z-index: 99;
    background-color: #e0dfe2;
}
.product-photo:hover .product-details{
    display: none;
}
.product-photo:hover .product-corner-box{
    display: none;
} */
.photo-2-detalist-container{
    background-color: #fff;
    width: 260px;
    height: 145px;

}
.photo-2-detalist{
    overflow: auto;
    max-height: 60%;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
    scrollbar-width: thin;
    scrollbar-color: #b4b4b4 rgb(231, 226, 226);
}
@media (min-width: 768px) and (max-width: 991px){
    .photo-2-detalist-container{
        width: 224px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .photo-2-detalist-container{
        width: 200px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .photo-2-detalist{
        width: 85%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .photo-2-detalist{
        width: 90%;
    }
}

.photo-2-detalist > ul{
    list-style: none;
    padding: 5px;
}
.photo-2-detalist > ul > li{
    line-height: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.photo-2-detalist > ul > li:nth-child(n+1){
    border-top: 1px solid grey;
}
.photo-2-detalist > ul > li:nth-child(1){
    border-top: none;
}
.photo-2-detalist > ul > li > a{
    width: 70%;
}
.photo-2-more{
    height: 25%;
    margin: 8px auto;
    width: 80%;
    border: 1px solid black;
    border-radius: 25px;
}
.photo-2-more > a {
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    padding-top: 6px;
}
.sec-carousel{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 620px;
    width: 100%;
    margin: 20px auto;
}
@media (min-width:768px) and (max-width:991px){
    .sec-carousel{
        margin: 40px 0 20px;
        height: 450px;
    }
}
@media(min-width:992px){
    .sec-carousel{
        width: 100%;
    }
}

.owl2-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 620px;
    align-content: center;

}
@media (min-width:768px) and (max-width:991px){
    .owl2-item{
        width: 700px;
        height: 410px;
    }
}

.first-category-photo, .sec-category-photo, .third-category-photo{
    height: 85%;
    width: 26%;
    /* background-color: gray; */
    align-self: flex-end;
    /* background: url("/images/site/kolekcja_dziecieca.jpg"); */
    background-size: cover;
    margin-top: 12px;
}
.first-category-photo > a, .sec-category-photo > a, .third-category-photo > a{
    width: 100%;
    height: 100%;
    display: block;
}
@media (min-width:768px) and (max-width:991px){
    .first-category-photo, .sec-category-photo, .third-category-photo{
        width: 220px;
        height: 80%;
        background-size: cover;
        align-self: end;
    }
}
@media (min-width:992px) and (max-width: 1199px){
    .first-category-photo, .sec-category-photo, .third-category-photo{
        width: 28%;
        height: 67%;
        align-self: flex-end;
    }
}
/* .first-category-photo{
    background: url("/images/site/skandi_kids.jpg") bottom;
    background-size: contain;
}
.first-category-photo1{
    background: url("/images/site/dzieciecy_1.jpg");
    background-size: contain;
}
.first-category-photo2{
    background: url("/images/site/dzieciece_2_1.jpg");
    background-size: contain;
}
.first-category-photo3{
    background: url("/images/site/best_kot_bambino.jpg");
    background-size: contain;
} */
.sec-category-photo{
    background: url("/images/site/dywany_nowoczesne.jpg") bottom;
    background-size: cover;
}
.sec-category-photo1{
    background: url("/images/site/nowoczesne_3.jpg");
    background-size: contain;
}
.sec-category-photo2{
    background: url("/images/site/nowoczesne_1.jpg");
    background-size: contain;
}
.sec-category-photo3{
    background: url("/images/site/nowoczesne_2.jpg");
    background-size: contain;
}
/* .third-category-photo{
    background: url("/images/site/dywany_kuchenne.jpg") bottom;
    background-size: cover;
} */
.third-category-photo1{
    background: url("/images/site/kuchenne_1.jpg");
    background-size: contain;
}
/* .third-category-photo2{
    background: url("/images/site/kuchenne_2.jpg");
    background-size: contain;
}
.third-category-photo3{
    background: url("/images/site/kuchenne_3.jpg");
    background-size: contain;
} */
.category-desc{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 95%;
    align-self: flex-end;
    width: 71%;
}
@media (min-width:768px) and (max-width:991px){
    .category-desc{
        width: 67%;
        align-self: flex-end;
    }
}
@media (min-width:992px) and (max-width: 1199px){
    .category-desc{
        width: 67%;
        align-self: flex-end;
        justify-content: flex-end;
        height: 88%;
    }
}
.first-category-desc > p, .sec-category-desc> p, .third-category-desc > p {
    font-size: 14px;
}
@media (min-width:768px) and (max-width:1199px){
    .first-category-desc >p, .sec-category-desc >p, .third-category-desc >p {
        font-size: 12px;
    }
}
.first-category-desc > h1, .sec-category-desc> h1, .third-category-desc > h1 {
    font-size: 20px;
}
@media (min-width:768px) and (max-width:1199px){
    .first-category-desc > h1, .sec-category-desc> h1, .third-category-desc > h1 {
        font-size: 18px;
    }
}
.first-category-desc > button, .sec-category-desc > button , .third-category-desc > button{
    background: none;
    border: 1px solid black;
    width: 15%;
    padding: 5px;
}
@media (min-width:768px) and (max-width: 991px){
    .first-category-desc > button, .sec-category-desc> button , .third-category-desc > button{
        width: 21%;
    }
}
.first-category-desc > button > a, .sec-category-photos > button > a, .third-category-photos > button > a {
    color: black
}
.first-category-photos, .sec-category-photos, .third-category-photos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 70%;
    width: 100%;
    align-items: end;

}
.first-category-photos > div > a, .sec-category-photos > div > a, .third-category-photos > div > a{
    width: 100%;
    height: 100%;
    display: block;
}
@media (min-width:768px) and (max-width: 991px){
    .first-category-photos, .sec-category-photos, .third-category-photos{
        height: 60%;
    }
}
@media (min-width:992px) and (max-width: 1199px){
    .first-category-photos, .sec-category-photos, .third-category-photos{
        background-size: cover;
        height: 60%;
    }
}
.first-category-photos > div, .sec-category-photos > div, .third-category-photos > div{
    width: 260px;
    height: 390px;
    background-color: grey;
}

@media (min-width:768px) and (max-width: 991px){
    .first-category-photos > div, .sec-category-photos > div, .third-category-photos > div{
        width: 30%;
        height: 210px;
    }
}
@media (min-width:992px) and (max-width: 1199px){
    .first-category-photos > div, .sec-category-photos > div, .third-category-photos > div{
        width: 207px;
        height: 310px;
    }
}

#owl-2{
    height: 100%;
}

.newsletter-box{
    width: 100%;
}

.advantages-header{
    margin: 20px 0;
}

.advantages-header h1{
    text-align: center;
}

.advantages{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.advantages-left{
    width: 45%;
    margin-left: 10px;
}

.advantage-right{
    width: 45%;
    margin-right: 10px;
}

.advantage-header{
    display: flex;
}
.davanate-desc{
    max-width: 80%;
}

.adv-icon{
    width: 50px;
    height: 50px;
    
    margin-right: 20px;
    margin-bottom: 10px;
}
.adv-icon-0{
    background: url("/images/site/Obsługa.png") center;
}
.adv-icon-1{
    background: url("/images/site/Czas.png") center;
}
.adv-icon-2{
    background: url("/images/site/Zwrot.png") center;
}
.adv-icon-3{
    background: url("/images/site/Obszycie.png") center;
}
.adv-icon-4{
    background: url("/images/site/Jakość.png") center;
    
}
.adv-icon-5{
    background: url("/images/site/Dostawa.png") center;
}

.advantage{
    padding: 15px 0 15px 0;
}

.opinions-container{
    margin-top: 60px;  
}

.opinions-header{
    display: flex;
}

.opinions-header-left{
    width: 30%;
    height: 1px;
    background-color: black;
    align-self: center;
}

.opinions-header-center{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.opinions-header-center{
    margin-bottom: 0;
}
.opinions-header-center > p {
    font-size: 16px;
}
@media (min-width:768px) and (max-width:991px){
    .opinions-header-center > h1{
        text-align: center;
    }
}

.opinions-header-right{
    width: 30%;
    height: 1px;
    background-color: black;
    align-self: center;
}

.main-opinions-container{
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    flex-direction: row;
}
.opinion{
    width: 22.5%;

}
.opinion h1{
    margin-bottom: 20px;
}
.socials{
    width: 100%;
    background-color: rgb(117, 26, 26);
}
.socials-container{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.social{
    width: 55px;
    height: 55px;
    margin: 10px 5px;
}

.socials-header{
    align-self: center;
    margin-right: 20px;
}

.info-bottom{
    color: #ffffffe3;
    width: 100%;
    
}

.footer-container{
    display: flex;
    flex-direction: row;
    margin: 65px auto 0 auto;
    width: 1140px;
}
@media (min-width:768px) and (max-width:991px){
    .footer-container{
        padding: 10px;
        margin: 20px auto 0 auto;
    }
}

.info-bottom{
    display: flex;
    flex-direction: column;
    width: 65%;
}
.info-bottom-header > h1 {
    font-size: 25px;
}
@media (min-width:768px) and (max-width:991px){
    .info-bottom-header > h1 {
        font-size: 20px;
    }
}

.info-bottom-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info-bottom-top-container{
    width: 30%;
}

.info-bottom-list{
    list-style: none;
    padding-left: 0;
}
.info-bottom-list > li {
    padding-top: 2px;
    line-height: 2;
    font-size: 17px;
}
@media (min-width:768px) and (max-width:991px){
    .info-bottom-list > li {
        line-height: 1.5;
    }
}
.info-bottom-2{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.info-bottom-paymants{
    width: 40%;
}
@media (min-width:768px) and (max-width:991px){
    .info-bottom-paymants{
        width: 50%;
    }
}

.info-bottom-delivery{
    width: 40%;
}

.main-footer-container{
    display: flex ;
    flex-wrap: wrap;
    background-color: #b9233f;
    flex-direction: row;
}
@media (min-width:768px) and (max-width:991px){
    .main-footer-container{
        height: auto;
    }
}
@media(min-width:992px){
    .main-footer-container{
        padding: 0 20px;
    }
}


.newsletter-bottom-box{
    background-color: #2E282A;
    padding: 30px;
    height: 100%;
}
.newsletter-bottom-box > p {
    font-size: 17px;
}
.newsletter-bottom-box > h1 {
    font-size: 25px;
}
@media (min-width:768px) and (max-width:991px){
    .newsletter-bottom-box{
        padding: 10px;
    }
}

.newsletter-box-2{
    display: flex;
    flex-direction: row;
}
.newsletter-box-2 > input {
    height: 45px;
}

.newsletter-bottom{
    width: 35%;
    height: 85%;
}
@media (min-width:768px) and (max-width:991px){
    .newsletter-bottom{
        width: 37%;
    }
}

.user-icon{
    background: url("/images/site/Użytkownik.png");
    background-size: auto;
    background-repeat: no-repeat;
    width: 15px;
}

.top-contact-icon{
    background: url("/images/site/Kontakt.png");
    background-size: auto;
    background-repeat: no-repeat;
    width: 15px;
    position: relative;
    top: 11px;
    margin-right: 5px;
    height: 100%;
}

.top-contact > a{
    font-size: 15px;
    top: -8px;
    position: relative;
    margin-right: 15px;
    color: #7E152E;
}

.top-contact{
    display: flex;
    align-items: end;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: right;
    margin: 0 auto;
    font-weight: 700;
    height: 100%;
  }

.socials-fb{
    background: url("/images/site/fb-icon.png");
}

.socials-instagram{
    background: url("/images/site/insta-icon.png");
}

.socials-yt{
    background: url("/images/site/yt-icon.png");
}

/* .socials-msg{
    background: url("/images/site/messenger-icon.png");
} */

.social > a{
    width: 100%;
    height: 100%;
    display: block;
}

.payments-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.payment{
    width: 75px;
    height: 35px;
    margin-bottom: 10px;

}
.payment:nth-child(1){
    background: url("/images/site/Przelewy24_70x35.png") white;
}
.payment:nth-child(2){
    background: url("/images/site/PayU_70x35.png") white;
}
.payment:nth-child(3){
    background: url("/images/site/Dotpay_70x35.png") white;
}
.payment:nth-child(4){
    background: url("/images/site/Visa_70x35.png") white;
}
.payment:nth-child(5){
    background: url("/images/site/MasterCard_70x35.png") white;
}

.delivery-container{
    display: flex;
}

.delivery{
    width: 70px;
    height: 30px;
    margin-right:10px;
}

.delivery:nth-of-type(1){
    background: url("/images/site/DPD_70x35.png") white;
}
.delivery:nth-of-type(2){
    background: url("/images/site/GLS_70x35.png") white;
}

.newsletter-main-box{
    display: flex;
    flex-direction: row;
    width: 100%;
}


.newsletter-input-main{
    margin-right: 30px;
}
@media (min-width:335px) and (max-width:767px){
    .newsletter-input-main{
        margin: 0 auto;
        text-align: center;
    }
}
.newsletter-picture{
    width: 50%;
    margin-bottom: 25px;
    background: url("/images/site/newsletter-picture.png");
    background-size: cover;
}
@media (min-width:335px) and (max-width:767px){
    .newsletter-picture{
        display: none;
    }
}
@media (min-width:768px) and (max-width:991px){
    .newsletter-picture{
        background: url("/images/site/newsletter-picture.png") center;
        background-size: cover;
    }
}

.third-carousel{
    margin-top:  75px;
    margin-bottom: 50px;
    width: 100%;
}
@media (min-width:335px) and (max-width:575px){
    .third-carousel{
        width: -moz-available;
        margin: 25px 0 10px;
    }
}
@media (min-width:576px) and (max-width:767px){
    .third-carousel{
        width: 510px;
        margin-top: 85px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .third-carousel{
        width: 100%;
        margin-top: 0;
    }
}
.owl3-item-container{
    height: 313px;
    /* background-color: grey; */
    width: 313px;
    margin: 0 auto;
}
.owl3-item-container > div > a {
    display: block;
    width: 100%;
    height: 100%;
}
.owl3-item1{
    height: 313px;
    background: url("/images/site/insta_1.jpg") center;
    background-size: cover;
}
.owl3-item2{
    height: 313px;
    background: url("/images/site/insta_2.jpg") center;
    background-size: cover;
}
.owl3-item3{
    height: 313px;
    background: url("/images/site/insta_12.jpg") center;
    background-size: cover;
}
.owl3-item4{
    height: 313px;
    background: url("/images/site/insta_4.jpg") center;
    background-size: cover;
}
.owl3-item5{
    height: 313px;
    background: url("/images/site/insta_5.jpg") center;
    background-size: cover;
}
.owl3-item6{
    height: 313px;
    background: url("/images/site/insta_6.JPG") center;
    background-size: cover;
}
.owl3-item7{
    height: 313px;
    background: url("/images/site/insta_7.jpeg") center;
    background-size: cover;
}
.owl3-item8{
    height: 313px;
    background: url("/images/site/insta_8.jpeg") center;
    background-size: cover;
}
.owl3-item9{
    height: 313px;
    background: url("/images/site/insta_9.JPG") center;
    background-size: cover;
}
.owl3-item10{
    height: 313px;
    background: url("/images/site/insta_10.JPG") center;
    background-size: cover;
}
.owl3-item11{
    height: 313px;
    background: url("/images/site/insta_13.jpg") center;
    background-size: cover;
}

.carousel-3-header{
    text-align: center;
}
.carousel-3-header > p{
    margin-bottom: 0;
    font-size: 17px;
    color: #A7A2A9;
    letter-spacing: 2px;
}
.carousel-3-header > h1{
    color: #2E282A;
    letter-spacing: 2px;
}
@media (min-width:576px) and (max-width:767px){
    .carousel-3-header{
        margin-bottom: 20px;
    }
}
@media (min-width:335px) and (max-width:767px){
    .carousel-3-header > p{
        margin: 0;
    }
}

.carousel-3-button-container{
    width: 20%;
    height: 15%;
    border: 1px solid black;
    padding: 10px 20px;
    margin: 20px auto;

}
@media (min-width:335px) and (max-width:575px){
    .carousel-3-button-container{
        width: 40%;
        padding: 6px;
    }
}
@media (min-width:576px) and (max-width:767px){
    .carousel-3-button-container{
        width: 35%;
    }
}
.carousel-3-button-container > a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}

#main-banner{
    width: 100%;
    /* height: 350px; */
    margin-bottom: 25px;
}

.baner-container{
    width: 100%;
    
    /* background: url("/images/banners/test-baner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}
.baner-container > a > img {
    width: 100%;
}
.mobile-baner-container{
    width: 100vw;
}
.mobile-baner-container > a > img{
    width: 100%;
}
.baner-container > img, .mobile-baner-container > img {
    width: 100%;
}
.categories-header{
    color: black;
}
.categories-header > h1 {
    font-size:20px
}
@media (min-width:992px){
    .categories-header > h1{
        font-size: 19px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .categories-header > h1{
        font-size: 15px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .categories-header > h1 {
        font-size: 18px;
    }
}


.mobile-search-container {
    display: none;
}



.mobile-header-container{
    display: flex;
    flex-direction: column;
    height: 5vh;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 997;
    background-color: white;
}
.mobile-header-top-container{
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    height: 100%;
}
.mobile-header-top-container > #top-middle{
    width: 50%;
}
.mobile-top-container{
    width: 100%;
    height: 100%;

}
.mobile-header-top-container > .top-basket-wrapper{
    width: 50%;
    justify-content: end;
    align-items: flex-start;
}
.mobile-menu-container{
    display: flex;
    flex-direction: row;
    border: 1px solid black;
    height: 50%;
}
.mobile-categories-1, .mobile-categories-2{
    width: 50%;
    margin: auto;
    font-size: 25px;
    text-align: center;
    height: 100%;
    cursor: pointer;
}

.mobile-categories-1{
    border-right: 1px solid black;
}
.mobile-categories-1 > p, .mobile-categories-2 > p{
    margin: 0;

}
.mobile-search-icon{
    font-size: 20px;
    color: #000000d6;
    height: 100%;
    text-align: center;
    width: 10%;
    margin: 0 10px;
}
.top-login-mobile{
    height: 100%;
    margin: 0 15px;
}
.top-login-icon{
    height: 100%;
    width: 100%;
    font-size: 20px;
}
.glyphicon-shopping-cart{
    font-size: 20px;
}
@media (min-width:335px) and (max-width:575px){
    .glyphicon-shopping-cart{
        position: relative;
        top: -21px;
        font-size: 21px;
    }
}

#modal-1-open{
    height: 100%;
    width: 100%;
    background-color: white;
    font-size: 25px;
    border: 1px solid black;
}
#modal-2-open{
    height: 100%;
    width: 100%;
    background-color: white;
    font-size: 25px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.mobile-hamburger-container{
    width: 50px;
    /* height: 100%;
    background: url("/images/site/hamburger-menu50.png") center ;
    background-size: contain;
    margin-left: 10px; */
}
.mobile-hamburger-container > svg {
    width: 100%;
}
.mobile-logo-container{
    width: 125px;
    height: 32px;
    background: url("/images/site/DywanStyl.png") center;
    background-size: cover;
   
}
.mobile-logo-container > a {
    display: block;
    width: 100%;
    height: 100%;
}

#modal-hamburger-open{
    height: 100%;
    width: 100%;
    background: none;
}
#hamburger-2-menu{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 1000px;
    background-color: white;

}
.menu-hamburger{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: -999;
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
}
.menu-open{
    z-index: 998;
    opacity: 1;
    left: 0;
}
.mobile-search-container{
    height: 42px;
}

@media (min-width:335px) and (max-width:767px){
    #search-box{
        padding: 0;
        width: 100%;
    }
}
@media (min-width:576px) and (max-width:767px){
    #search-box-field{
        width: 100%;
    }
}
@media (min-width:335px) and (max-width:767px){
    #search-box-input{
        border: 1px solid black;
        border-radius: 9px;
    }
}
.mobile-menu-content{
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;

}
.mobile-menu-header{
    width: 100%;
    height: 8%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px 0 5px;
    border-bottom: 1px solid black;
}
.mobile-home, .mobile-menu-close{
    width: 15%;
    align-self: center;
    
}
.mobile-menu-close{
    font-size: 25px;
    text-align: center;
    cursor: pointer;

}
.mobile-menu-categories{
    height: 90%;
}
.mobile-menu-categories > ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    padding-left: 0px;
}
.mobile-menu-categories > ul > li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 20%;
    margin-top: 20px;
    /* margin-top: 10px; */
    /* border-bottom: 1px solid black; */

}
.mobile-home > a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 25px;
    padding-left: 21px;
}
.mobile-photo{
    width: 100px;
    height: 100px;
    background-color: black;
    margin-right: 20px;
}
@media (min-width:335px) and (max-width:575px){
    .mobile-photo{
        width: 100px;
        height: 100px;
    }
}
.dywany-icon{
    background: url("/images/site/dywany_icon.jpg");
}
.chodniki-icon{
    background: url("/images/site/mobile_chodniki.jpg");
}
.wycieraczki-icon{
    background: url("/images/site/wycieraczki_icon.jpg");
}
.promo-icon{
    background: url("/images/site/mobile_pormocje_icon.jpg");
}
.nowoczesne-icon{
    background: url("/images/site/nowoczesne_icon.jpg");
}
.tradycyjne-icon{
    background: url("/images/site/tradycyjne_icon.jpg");
}
.dzieciece-icon{
    background: url("/images/site/dzieciece_icon.jpg");
}
.mlodziezowe-icon{
    background: url("/images/site/mlodziezowe-icon.jpg");
}
.plasko-icon{
    background: url("/images/site/plaskotkane_icon.jpg");
}

.hamburger-categories-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* padding-top: 10px; */
    cursor: pointer;
    /* border:1px solid black; */
}
/* @media (min-width:335px) and (max-width:575px){
    .hamburger-categories-container{
        padding-top: 7px;
    }
} */
.hamburger-categories-container > span, .hamburger-categories-container > a {
    margin: auto 0;
    font-size: 22px;
    /* border: 1px solid black; */
    /* margin-left: 20px; */
}
.mp-mobile-menu-1{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: -999;
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    overflow-y: scroll;
}

.mp-mobile-1-close, .mp-mobile-2-close{
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    width: 15%;
    align-self: center;
}
.mp-mobile-menu-2{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: -999;
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
}

.mp-menu-open{
    z-index: 999;
    opacity: 1;
    left: 0;
}
.sec-menu-mobile-container{
    
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
@media (min-width:335px) and (max-width:575px){
    .sec-menu-mobile-container{
        max-width: -moz-available;
    }
}
.mp-mobile-category-container{
    margin-bottom: 15px;
    display: flex;
    width: 80vw;
}
.mp-mobile-category-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mp-mobile-category-txt > a, .mp-mobile-category-txt > p{
    text-decoration: none;
    color: black;
    font-size: 25px;
  }
/* .mp-mobile-category{
    width: 80vw;
    height: 110px;
    height: 80px;
    border: 1px solid black;
    margin-bottom: 5px;
} */
.mp-mobile-category1{
    background: url("/images/site/nowoczesne_icon.jpg");
    background-size: contain;
}
.mp-mobile-category2{
    background: url("/images/site/tradycyjne_icon.jpg");
    background-size: contain;
}
.mp-mobile-category3{
    background: url("/images/site/plaskotkane_icon2.jpg");
    background-size: contain;
}
.mp-mobile-category4{
    background: url("/images/site/dzieciece_icon.jpg");
    background-size: contain;
}
.mp-mobile-category5{
    background: url("/images/site/kuchenne_icon.jpg");
    background-size: contain;
}
.mp-mobile-category6{
    background: url("/images/site/shaggy_icon.jpg");
    background-size: contain;
}
.mp-mobile-category > a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    text-align: left;
    color: white;
}
.mp-mobile-category > a > img{
    width: 100%;
    height: 100%;
}
.mp-mobile-category-container > a{
    display: block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.owl1-item > h1{
    display: block;
    font-size: 18px;
    text-align: center;
    width: 260px;

}
@media (min-width: 576px) and (max-width: 767px){
    .owl1-item > h1{
        width: 200px;
}
}
@media (min-width: 768px) and (max-width: 992px){
    .owl1-item > h1{
        width: 220px;
    }
}
.owl1-item > .more{
    display: none;
}
.mobile-owl1-item{
    width: 100%;
}
.mobile-owl1-item-picture > a {
    width: 100%;
    height: 100%;
    display: block;
}
@media (min-width:335px) and (max-width:575px){
    .mobile-owl1-item{
        width: 100%;
        margin: 0 auto;
    }
}
.mobile-owl1-item > h1, .mobile-owl1-item > .more{
    text-align: center;
}
@media (min-width:335px) and (max-width:575px){
    .mobile-owl1-item > h1{
        margin-bottom: 0;
        font-size: 20px;
        width: 260px;
    }
}
.more > a {
    width: 100%;
    height: 100%;
    display: block;
    /* font-size: 14px; */
    margin: 0 auto;
    line-height: 2.5;
}
@media (min-width:335px) and (max-width:767px){
    .more > a {
        width: auto;
    }
}
.mobile-owl1-item-picture{
    width: 260px;
    height: 374px;
    /* background-color: grey; */
    /* margin: 0 auto; */
}
/* @media (min-width:335px) and (max-width:575px){
    .mobile-owl1-item-picture{
        height: 350px;
    }
} */
.mobile-first-carousel{
    width: 100%;
    margin-top: 60px;
}
@media (min-width:335px) and (max-width:575px){
    .mobile-first-carousel{
        width: -moz-available;
        
    }
}
.mobile-owl1-picture1{
    /* background: url("/images/site/na_czasie_loft.jpg"); */
    background: url("/images/site/3Diamond.jpeg");
}
.mobile-owl1-picture2{
    /* background: url("/images/site/na_czasie_boho.jpg"); */
    background: url("/images/site/2Skandi.jpg");
}
.mobile-owl1-picture3{
    /* background: url("/images/site/na_czasie_min.jpeg") bottom; */
    background: url("/images/site/1Alissa.jpeg");
    background-size: cover;
}
#main-catalogue-container{
    display: flex;
    flex-direction: column;
    max-width: 1350px;
    margin: 0 auto;
}
#catalogue-container{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

@media (min-width: 335px) and (max-width:767px){
    #catalogue-box{
        display: none;
    }
}
@media (min-width: 576px) {
    #catalogue-container {
        max-width: 710px;
    }
}

@media (min-width: 768px) {
    #catalogue-container {
        max-width: 910px;
    }
}

@media (min-width: 992px) {
    #catalogue-container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    #catalogue-container {
        max-width: 13500px;
    }
}
#catalogue-input-box-Kształt{
    height: 139px;
}
#catalogue-input-box-Kształt >.filters-dywan{
    display: none;
}
#catalogue-input-box-Kształt >.filters-inny{
    display: none;
}
#catalogue-input-box-Kształt >.filters-wycieraczka{
    display: none;
}
#catalogue-input-box-Kształt >.filters-półkole{
    display: none;
}
.products-selectric > p:nth-child(1){
    font-size: 1.5rem;
    margin: auto 0;
}
.products-selectric-btn{
    border-left: none;
    right: 6px;
    top: 4px;
}
@media (min-width: 335px) and (max-width: 767px){
    .products-selectric-btn{
        display: none;
    }
}
@media (min-width: 335px) and (max-width: 767px) {
    .products-selectric > p:nth-child(1), .products-selectric > p:nth-child(2){
        display: none;
    }
}


.catalogue-input-box > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 0;
    font-size: 12px;
    padding-right: 5px;
}

.catalogue-input-box > div::after{
    content: "";
    display: inline-block;
    border: 1px solid black;
    width: 20px;
    height: 20px;
}
.catalogue-input-box .selected::after{
    content: 'X';
    color: red;
    font-weight: bolder;
    text-align: center;
}
#catalogue-form-content > .catalogue-input-box:nth-child(1) > div {
    padding-right: 15px;
}
.catalogue-input-box::-webkit-scrollbar {
    width: 5px; 
}
.catalogue-input-box::-webkit-scrollbar-track {
    background-color: rgb(231, 226, 226);
}
.catalogue-input-box::-webkit-scrollbar-thumb {
    background: #b4b4b4;
    border-radius: 25px;
}
.photo-2-detalist::-webkit-scrollbar {
    width: 5px; 
}
.photo-2-detalist::-webkit-scrollbar-track {
    background-color: rgb(231, 226, 226);
}
.photo-2-detalist::-webkit-scrollbar-thumb {
    background: #b4b4b4;
    border-radius: 25px;
}

/*scrollbar for firefox */
.catalogue-input-box{
    scrollbar-width: thin;
    scrollbar-color: #b4b4b4 rgb(231, 226, 226);
}
.catalogue-input-box-prize{
    display: flex;
    flex-direction: column;
    height: 120px;
    margin-bottom: 20px;
}
.catalogue-filters-header{
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}
.catalogue-filters-header > p{
    font-size: 20px;
    color: black;
}
.catalogue-prize-search{
    display: flex;
    flex-direction: row;
    height: 70px;
    margin-bottom: 20px;
}
.catalogue-prize-search > .catalogue-input-box{
    height: 70%;
    width: 40%;
    margin-bottom: 9;
}
.catalogue-input-box > input {
    padding: 0;
    border: 1px solid black;
    border-radius: 25px;
    text-align: center;
}
.catalogue-prize-search > span {
    width: 20%;
    font-size: 25px;
    text-align: center;
}
.catalogue-input-box > input::-webkit-outer-spin-button, .catalogue-input-box > input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.catalogue-input-box > input {
    -moz-appearance: textfield;
}
.catalogue-input-box-szer{
    margin-bottom: 20px;
}
.catalogue-input-box-dl{
    margin-bottom: 20px
}
@media (min-width: 335px) and (max-width: 575px){
    .catalogue-input-box-szer, .catalogue-input-box-dl {
        height: 150px;
    }
}
@media (min-width: 335px) and (max-width: 575px){
    .catalogue-input-box-szer > .catalogue-input-box, .catalogue-input-box-dl > .catalogue-input-box{ 
        width: 100%;
        height: 45%;
        margin: 0 auto;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .catalogue-input-box-szer, .catalogue-input-box-dl{ 
        width: 100%;
        height: 150px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .catalogue-input-box-szer > .catalogue-input-box, .catalogue-input-box-dl > .catalogue-input-box{ 
        width: 50%;
        height: 40%;
        margin: 0 auto;
    }
}

.mobile-filters-toggler{
    display: none;
    font-size: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
@media (min-width: 335px) and (max-width: 575px){
    .mobile-filters-toggler{
        display: flex;
        margin-right: 2px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .mobile-filters-toggler{
        display: flex;
    }
}
.product-photo-off{
    display: none;
}
.show-search-mobile{
    display: block;
}
#mobile-filters-btn > p {
    margin: auto;
}
.bg-dk{
    width: 100%;
}
.product-name-header > .box-title-main {
    font-size: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
}
@media (min-width:768px) and (max-width:991px){
    .product-name-header > .box-title-main{
        font-size: 18px;
    }
}
.recommended-wrapper{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
    font-size: 1.6rem;
}
@media (min-width:768px) and (max-width:991px){
    .recommended-wrapper{
        margin-top: 10px;
    }
}
.product-recommended{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid gainsboro;
}
.product-recommended > p {
    margin: 0;
}
@media (min-width:768px) and (max-width:991px){
    .product-recommended > p{
        font-size: 15px;
    }
}
.product-recommended > p:nth-child(2){
    margin: 0;
    font-weight: 600;
}
.add_recommended{
    margin: auto 0;
    width: 50%;
}
@media (min-width:992px){
    .add_recommended{
        width: 45%;
    }
}
.recommended-input{
    padding: 0;
    width: 15%;
    text-align: center;
    border: 1px solid black;
    border-radius: 20px;
}
@media (min-width:768px) and (max-width:991px){
    .recommended-input{
        width: 14%;
    }
}
.recommended-label{
    margin: 0 10px;
}
@media (min-width:768px) and (max-width:991px){
    .recommended-label{
       margin: 0 5px;
    }
}
.products-recommended-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.product-template-photo{
    height: 225px;
}
@media (min-width: 400px) and (max-width: 430px){
    .product-template-photo{
        height: 175px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .product-template-photo{
        height: 160px;
    }
}
.recommended-img{
    width: 150px;
    height: 225px;
}
@media (min-width:335px) and (max-width: 399px){
    .recommended-img{
        width: 100px;
        height: 160px;
    }
}
@media (min-width:400px) and (max-width: 430px){
    .recommended-img{
        width: 115px;
        height: 160px;
    }
}
@media (min-width:431px) and (max-width: 475px){
    .recommended-img{
        width: 130px;
        height: 205px;
    }
}
@media (min-width:476px) and (max-width: 600px){
    .recommended-img{
        width: 150px;
        height: 225px;
    }
}
@media (min-width:601px) and (max-width: 767px){
    .recommended-img{
        width: 170px;
        height: 230px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .recommended-img{
        width: 110px;
        height: 155px;
    }
}
@media (min-width:992px){
    .recommended-img{
        width: 140px;
        height: 215px;
    }
}
.recommended-link{
    width: 35%;
    border-radius: 20px;
    margin-top: 10px;
    background-color: #DDBAA9;
    color: white;
}
@media (min-width:768px) and (max-width:991px){
    .recommended-link{
        width: 50%;
        font-size: 15px;
    }    
    
}
@media (min-width:992px){
    .recommended-link{
        width: 40%;
    }
}
.recommended-link > a{
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
}
.recommended-price{
    display: flex;
}
.recommended-price > .product-price-old{
    margin: 0;
    margin-right: 7px;
    text-decoration: line-through solid grey 2px;
}
.recommended-price > p{
    margin: 0;
    font-weight: 600;
}
#mobile-product-view{
    flex-direction: column;
    width: 95%;
    margin: 10px auto;

}
@media (min-width:768px) and (max-width:991px){
    .recommended-price > p{
        font-size: 15px;
    }
}
.mobile-product-name-header{
    display: flex;
    flex-direction: column;
}
.mobile-product-name-header > h1:nth-child(1){
    font-size: 20px;
    text-transform: uppercase;
    color: #DDBAA9;
}
.mobile-product-name-header > .box-title-main{
    padding: 0;
    font-size: 20px;
    margin-top: 0px;
    text-align: left;

}
#mobile-product-sizes > h2{
    font-size: 18px;
    margin-top: 10px;
}
@media (min-width: 335px) and (max-width:430px){
    #mobile-product-sizes > h2 {
        text-align: start;
        margin-bottom: 10px;
    }
}
.mobile-product-recommended{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px dotted gray;
}
@media (min-width:335px) and (max-width: 450px){
    .mobile-product-recommended{
        display: flex;
        flex-direction: column;
    }
}
/* @media (min-width: 400px) and (max-width: 430px){
    .mobile-product-recommended{
        flex-direction: row;
    }
} */
.mobile-product-recommended > p{
    font-size: 15px;
}
@media (min-width:335px) and (max-width: 399px){
    .mobile-product-recommended > p{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 15px;
    }
}
@media (min-width: 400px) and (max-width: 430px){
    .mobile-product-recommended > p{
        width: 47%;
    }
}
.mobile-recommended-price > p{
    font-size: 15px;
}


@media (min-width:335px) and (max-width: 430px){
    .mobile-recommended-price > p{
        text-align: center;
        font-weight: 600;
        margin-bottom: 0;
    }
}
@media (min-width:335px) and (max-width: 430px){
    .mobile-add_recommended{
        width: 100%;
    }
}
@media (min-width:431px) and (max-width: 575px){
    .mobile-add_recommended{
        width: 81%;
    }
}
@media (min-width:335px) and (max-width: 399px){
    .mobile-add_recommended > form {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: baseline;
    }
}

@media (min-width: 400px) and (max-width: 575px){
    .mobile-add_recommended > form{
        display: flex;
        justify-content: start;
        align-items: baseline;
    }
}
@media (min-width:576px) and (max-width: 767px){
    .mobile-add_recommended > form {
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: baseline;
    }
}
@media (min-width:576px) and (max-width: 767px){
    .mobile-add_recommended{
        width: 45%;
       
    }
}

.mobile-recommended-input{
    width: 15%;
    text-align: center;
    font-size: 15px;
    border: 1px solid black;
    border-radius: 12px;
    margin-right: 3px;
}
@media (min-width:335px) and (max-width: 575px){
    .mobile-recommended-input{
        margin-right: 5px;
    }
}
.mobile-recommended-label{
    font-size: 15px;
    margin-right: 3px;
}
.mobile-add_recommended > form > .product-add{
    width: 45%;
    padding: 0;
    border-radius: 20px;
    font-size: 15px;
    margin: 5px 0;
}
@media (min-width:335px) and (max-width: 399px){
    .mobile-add_recommended > form > .product-add{
        margin-bottom: 5px;
    
    }
}
@media (min-width:400px) and (max-width: 450px){
    .mobile-add_recommended > form > .product-add{
        margin-bottom: 5px;
        width: 40%;
    
    }
}
@media (min-width:451px) and (max-width: 575px){
    .mobile-add_recommended > form > .product-add{
        width: 68%;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .mobile-add_recommended > form > .product-add{
        width: 58%;
    }
}

.mobile-product-template-suggestion{
    margin-top: 12px;
}
.mobile-product-template-suggestion > h2{
    font-size: 18px;
}
.mobile-recommended-link{
    width: 35%;
    border: 1px solid black;
    border-radius: 12px;
    text-align: center;
    margin-top: 10px;
    height: 35px;
}
@media (min-width:335px) and (max-width: 430px){
    .mobile-recommended-link{
        width: 55%;
    }
}
@media (min-width: 431px) and (max-width: 575px){
    .mobile-recommended-link{
        width: 45%;
    }
}
.mobile-recommended-link > a{
    line-height: 35px;
}
.mobile-product-details{
    margin-top: 20px;
}
#mobile-product-details > td{
    font-weight: 600;
}
#mobile-product-photos-miniatures{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px auto;
    overflow: hidden;
    width: 290px;
}
#mobile-product-description{
    margin-top: 15px;
}
#mobile-product-description > h1{
    font-size: 20px;
}
#mobile-product-description > p{
    font-size: 15px;
}
.mobile-recommended-price{
    display: flex;
    justify-content: center;
    font-weight: 600;
}
/* @media (min-width:335px) and (max-width: 399px){
    .mobile-recommended-price{
        width: 100%;
    }
} */
/* @media (min-width: 400px) and (max-width: 430px){
    .mobile-recommended-price{
        width: 75%;
    }
} */
@media (min-width: 576px) and (max-width: 767px){
    .mobile-recommended-price{
        width: 31%;
        justify-content: end;
    }
}
.mobile-product-price-old{
    margin: 0;
    margin-right: 0px;
    margin-right: 7px;
    text-decoration: line-through solid grey 2px;
}
.promo-info{
    display: none;
}
.promo-info:nth-child(3){
    display: block;
    font-size: 10px;
    margin-top: 5px;
}
.product-add > .glyphicon-shopping-cart{
    display: none;
}
.recommended-mobile-link{
    margin: -5px auto 50px;
    width: 40%;
    background-color: #DDBEA9;
    padding: 11px 0;
    text-align: center;
    color: white;
}
@media (min-width: 992px){
    .recommended-mobile-link{
        margin: 10px auto 50px;
        width: 20%;
    }
}
.recommended-mobile-link > a{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;

}
.mobile-footer-list{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    background-color: #b9233f;
    margin: 0;
    /* height: 100%; */
    width: 100vw;
}
.mobile-footer-container{
    display: flex;
    width: 100%;
    /* height: 18vh; */
}
.pnumber{
    color: black !important;
}
.mobile-footer-list > li {
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
}
.mobile-footer-list > li > a {
    color: white;
}
.mobile-recommended{
    display: block;
}
.mobile-recommended > .product-list > h3 {
    font-size: 2.2rem;
}
/* .product-picture-zoom{
    display: block;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: zoom-in;
}
#product-photos-main img:hover {
    opacity: 0;
}
#product-photos-main img  {
    transition: opacity .5s;
    display: block;
} */

.cart-main-info-box{
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.img-magnifier-container {
    position: relative;
}
.product-picture-zoom{
    display: block;
    position: relative;
   
} 
.img-magnifier-glass {
    position: absolute;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
    z-index: 99;
}
.mobile-searchbox-close{
    width: 5%;
    text-align: center;
    color: black;
    font-size: 20px;
    position: absolute;
    right: 12px;
    margin-top: 10px;
    cursor: pointer;
}
@media (min-width:335px) and (max-width:767px){
    #search-box > form {
     margin-top: 45px; 
     border-top: 1px solid gray;  
    }
}
@media (min-width:335px) and (max-width:767px){
    #search-box{
        padding: 0;
        width: 100%;
        height: 100vh;
        background-color: white;
        z-index: 9999;
        position: fixed;
    }
}
.product-carousel-item > .product-box{
    width: 100%;
    margin: 0;
}
.product-carousel-name{
    margin-top: 10px;
    font-size: 15px;
    font-weight: bolder;
}
.product-photo-carousel {
    position: relative;
    display: flex;
    align-items: center;
    width: 220px;
    height: auto;
    min-height: 304px;
    height: 296px;
    padding: 5px;
    margin: auto 0;
}
.product-photo-carousel{
    width: 270px;
    min-height: 379px;
    height: 100%;
}
@media (min-width: 320px){
    .product-photo-carousel{
      min-height: auto;
      max-width: 100%;
      margin: auto;
    }
}
@media (min-width: 768px){
    .product-photo-carousel {
      width: 224px;
      min-height: 314px;
      /* height: 302px; */
    }
}
@media (min-width: 992px){
    .product-photo-carousel{
        width: 250px;
        min-height: 280px;
        /* height: 268px; */
    }
}
@media (min-width: 1200px){
        .product-photo-carousel{
            width: 270px;
            min-height: 280px;
            /* height: 268px; */
    }
}
.tips-container{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;

}
@media (min-width: 320px) and (max-width: 992px){
    .tips-container{
        width: 100%;
    }
}
.tip-main-container{
    display: flex;
    justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 567px){
    .tip-main-container{
        width: 100vw;
    }
}
.tip-menu-container{
    width: 25%;
    height: 25%;
    background-color: #DDBEA9;
    display: none;
}
@media (min-width: 320px) and (max-width: 992px){
    .tip-menu-container{
        display: none;
    }
}
.tip-menu-container > p{
    padding: 10px;
    margin: 0;
}
@media (min-width: 320px) and (max-width: 567px){
    .tip-menu-container > p{
        padding: 5px;
    }
}
.tip-header > h1, .tip-header > p{
    padding: 10px;
    
}
.tip-content-container{
    background-color: #DDBEA9;
    width: 100%;
}
.tip1-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.tip1-img-container{
    width: 45%;
    display: flex;
    justify-content: center;
}
.tip1-img-container-small{
    width: 28%;
    display: flex;
    justify-content: center;
}
.tip1-img{
    width: 80%;
    height: 80%;
}
.tip1-img-small{
    width: 100%;
    height: 100%;
}
.last-tip1-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.last-tip1-photo-container{
    width: 50%;
    height: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.last-tip1-photo-container > img{
    width: 75%;
    height: 100%;
}
.last-tip1-desc{
    width: 55%;
    margin-top: 10px;
}
.last-tip1-desc > h1{
    font-size: 15px;
}
.tip2-content-container{
    display: flex;
    flex-direction: column;
}
.tip2-main-content{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.tip2-main-content-container{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.tip2-desc-container{
    width: 75%;
}
@media (min-width: 320px) and (max-width: 767px){
    .tip2-desc-container{
        width: 72%;
        margin-top: -8px;
    }
}
.tip2-desc-main-container{
    width: 90%;
}
@media (min-width: 320px) and (max-width: 767px){
    .tip2-desc-main-container{
        width: 100%;
    }
}
.tip2-img{
    width: 230px;
    height: 340px;
}
@media(min-width: 320px) and (max-width: 767px){
    .tip2-img{
        width: 130px;
        height: 205px;
    }
}
.tip3-content-container{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.tip-main-content{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.tip3-photo-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* .btn-modal{
    margin: 0 auto;
    display: inline-block;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 22px;
    text-decoration: none;
    width: 30%;
    border-radius: 25px;
    color: white;
    background-color: #DDBEA9 !important;
}
.btn-modal-tips{
   position:absolute;
   top: -15px;
   right: -15px;
   width: 35px;
   height: 35px;
   background-color: white;
   color: black;
   font-size: 18px;
   padding: 0;
   border-radius: 25px;
   cursor: pointer;
}
.btn-modal-tips-mobile{
    position:absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    background-color: white;
    color: black;
    font-size: 18px;
    padding: 0;
    border-radius: 25px;
    cursor: pointer;
 }
.modal-content-tips{
    background-color: transparent;
    border: 0px;
}
.modal-body-tips{
    padding: 0px;
    margin: 0 auto;
}
.modal-body-tips > img{
    height: 100%;
    width: 100%;
}
#testmodal > .modal-dialog{
    margin-top: 145px;
}
#testmodalmobile > .modal-dialog{
    margin-top: 200px;
} */
video{
    width: 100%;
    height: 100%;
}
.img-menu-chodniki-container{
    width: 300px;
    height: 300px;
}
.img-menu-chodniki-container> img {
    width: 100%;
    height: 100%;
}
.top-menu-collapse-2-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.sec-mobile-menu-container{
    display: none;
    flex-direction: row;
    border: 1px solid black;
    height: 50%;
    
}
.sec-hamburger-categories-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* padding-top: 10px; */
    cursor: pointer;
}
.sec-hamburger-categories-container > a{
    margin: 0;
}

.sec-mobile-menu-categories > ul {
    padding-left: 0px;
}
.sec-mobile-menu-categories > ul > li{
    /* border: 1px solid black; */
    margin-top: 10px;
}
.confirmation-mobile{
    padding: 10px;
}
.table-responsive-mobile > tbody{
    border-top: 1px #e3e3e3 solid;
}
.table-responsive-mobile > td{
    padding: 0;
    line-height: 18px;
}
.mini-mobile-photo{
    height: 90px;
    width: auto;
    margin: 5px 0;
}
.bucket-h2{
    font-size: 15px;
    margin:0;
    margin-left: 5px;
}

td > em {
    margin-left: 5px;
    font-size: 12px;
}
.product-quanity{
    display: flex;
  border: 1px solid gray;
  width: 45px;
  height: 22px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: 5px;
}
.product-quanity > div {
    margin-left: 5px;
}
.cart-personal-bucket{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.summary-bucket-mobile{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cart-personal-bucket > h2{
    font-size: 15px;
}
.cart-personal-bucket > p {
    font-size: 10px;
}
.summary-price-bucket{
    margin: 5px 0;
}
.summary-price-bucket > p {
    font-size: 14px;
}
.summary-price-bucket > span {
    font-size: 15px;
}
.cart-confirmation{
    padding: 0;
    align-items: start;
    margin-top: 30px;
}
.mobile-confirmation-header{
    border-bottom: 1px solid #999292;
    margin-bottom: 5px;
}
.mobile-confirmation-header > p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.mobile-confirmation-main {
    display: flex;
    flex-direction: column;

}
.mobile-confirmation-img > a > img {
    height: 100px;
    width: auto;
}
.mobile-confirmation-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 67%;
    height: 100px;
    align-items: start;
    margin-left: 5px;
}
@media (min-width: 768px){
    .mobile-confirmation-info{
        flex-direction: row;
        width: 50%;
        margin-left: 0;
        align-items: center;
    }
}

.mobile-confirmation-info-upper >  em {
    font-size: 12px;
}
.mobile-confirmation-info-upper > h2 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
}
.mobile-confirmation-info-upper > p{
    margin: 0;
    text-align: left;
}
@media (min-width: 768px) {
    .mobile-confirmation-info-upper > p {
      text-align: center;
    }
}
.mobile-confirmation-lower{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 30px;
    border: 1px solid #9d958d61;
    border-radius: 50px;
}
.mobile-confirmation-lower > p{
    margin-bottom: 0px;
}
.mobile-confirmation-price{
    height: 100px;
    width: 20%;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    font-size: 13px;
    font-weight: bold;
}
@media (min-width: 768px){
    .mobile-confirmation-price{
        flex-direction: row-reverse;
    }
}
.mobile-confirmation-main-wrapper{
    height: 110px;
    border-bottom: 2px solid #0f0d0d73;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}
@media (min-width: 768px) {
    .mobile-confirmation-main-wrapper {
      flex-direction: row;
      padding: 0px 40px;
    }
}
.mobile-confirmation-delivery-info{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.mobile-confirmation-info-one{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.mobile-confirmation-info-left > p {
    font-size: 11px;
}
.mobile-confirmation-info-price > p, .mobile-confirmation-info-one > p, .mobile-confirmation-info-price > p{
    font-size: 12px;
    margin: 0;
}
.mobile-confirmation-info-price >span, .mobile-confirmation-info-one > span, .mobile-confirmation-info-left > h2 {
    font-size: 14px;
}
.mobile-confirmation-info-bank, .mobile-confirmation-fv, .mobile-confirmation-delivery-adress{
    margin-top: 10px;
}
.total-price{
    font-size: 18px;
}
.confirmation-big{
    font-size: 14px;
}
.confirmation-med{
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}
.confirmation-small{
    font-size: 11px;
    margin: 0;
}
.mobile-confirmation-info-more{
    display: flex;
    justify-content: space-between;
}
.buy-btn{
    margin: 0 !important;
    font-size: 12px;
}
.secound-buy-btn{
    align-items: end;
    margin: 0 !important;
}
.content-price-box{
    justify-content: space-between;
}
.mobile-remove-btn{
    align-self: end;
}
#kodrabatowy > input{
    margin-left: 0 !important;
    padding-right: 0 !important;
}
.mobile-confirmation-lower > input {
    width: 55%;
    text-align: center;
    border-radius: 50px;
}
.mobile-cart-steps > button, .mobile-cart-steps > a {
    width: 170px;
}
.mobile-cart-steps > button { 
    margin-top: 80px;
}
#cart-steps > .previous-mobile {
    padding: 5px;
    width: 170px;
    height: 30px;
    font-size: 15px;
}
.mobile-cart-main-info{
    margin-top: 50px;
}
.mobile-cart-main-info >h1 {
    font-size: 15px;
    border-bottom: 1px solid black;
}
.mobile-cart-main-info >p, .mobile-cart-main-info-left > p{
    font-size: 9px;
}
.contact-big{
    font-weight: bold;
}
.cart-main-content-steps-box{
    margin-top: 30px;
}
.total-price-summary{
    font-size: 13px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .mobile-remove-btn, .mobile-product-price {
      align-self: center;
    }
}
.product-baner-container{
    display: flex;
    flex-direction: row;
}
.mobile-product-baner-container{
    display: flex;
    flex-direction: row;
}
.product-icon-desc{
    margin-left: 10px;
}
.marginbottom0{
    margin-bottom: 0;
}
.margintop{
    margin-top: 3px;
}
.txt-big{
    font-weight: bolder;
}
.product-icon-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.icondesc{
    display: block;
    margin-top: 3px;
}
.info-icon{
    width: 35px;
    height: 35px;
}
.product-icon-desc{
    margin-left: 5px;
}
.icon30{
    width: 30px;
}

.icon-desc-container{
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width:335px) and (max-width:575px){
    .info-icon{
    width: 35px;
    height: 35px
    }
}

@media (min-width:575px) and (max-width:767px){
    .info-icon{
    width: 35px;
    height: 35px
    }
}
.blog-baner{
    margin-bottom: 40px;
}

.blog-baner > img {
    width: 100%;
}

.blog-header-container > h1 {
    font-size: 20px;
    text-align: center;
}

.blog-main-content-container{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.blog-photo-container > img {
    width: 280px;
}

.blog-txt-container{
    width: 40%;
    margin-left: 20px;
}

.mobile-header-container, .mobile-search, .sec-menu-mobile-container, .top-login-mobile-icon, .mobile-search-icon, .mobile-top-container, #top-basket-mobile-icon, .mobile-menu-container, .mobile-first-carousel, #top-basket-mobile-total, .product-selectric-label-mobile, #mobile-filters-btn, #mobile-product-view, .mobile-baner-container, #menu-articles-bottom-mobile, .mobile-searchbox-close, .menu-articles-top-mobile, #owl-mobile-baner, .confirmation-mobile, .mobile-product-baner-container{
    display: none;
}
@media (min-width:335px) and (max-width:575px){
    .mobile-header-container,  .top-login-mobile-icon, .mobile-search-icon, .mobile-top-container, #top-login-mobile, #top-basket-mobile-icon, .owl1-item > .more, .mobile-first-carousel, #top-basket-mobile-total, #mobile-filters-btn, .product-selectric-label-mobile, .mobile-baner-container, #menu-articles-bottom-mobile, .mobile-searchbox-close, .open-mobile-search, #owl-mobile-baner, .confirmation-mobile {
        display: block;
    }
    .mobile-menu-container, .sec-menu-mobile-container, #mobile-filters-btn, #mobile-product-view, .mobile-product-baner-container{
        display: flex;
    }
    #testmodal, #top-contact, .top-contact, #top-login, #top-basket, .top-logo, .top-menu, .container > #top, .main-container, .sec-carousel, .advantages-header, .advantages, .opinions-container, #menu-articles-bottom, .product-view, .baner-container, .top-info-container, #owl-baner, .confirmation-main, .product-baner-container{
        display: none;
    }
}

@media (min-width:576px) and (max-width:767px){
    .mobile-header-container,  .top-login-mobile-icon, .mobile-search-icon, .mobile-top-container, #top-login-mobile, #top-basket-mobile-icon, .owl1-item > .more, .mobile-first-carousel, #top-basket-mobile-total, .product-selectric-label-mobile, .mobile-baner-container, #menu-articles-bottom-mobile, .mobile-searchbox-close, .open-mobile-search, #owl-mobile-baner, .confirmation-mobile {
        display: block;
    }
    .mobile-menu-container, .sec-menu-mobile-container, #mobile-filters-btn, #mobile-product-view, .mobile-product-baner-container{
        display: flex;
    }
    #testmodal, #top-contact, .top-contact, #top-login, #top-basket, .top-logo, .top-menu, .container > #top, .main-container, .sec-carousel, .advantages-header, .advantages, .opinions-container, #menu-articles-bottom, .product-view, .baner-container, .top-info-container, #owl-baner, .confirmation-main, .product-baner-container{
        display: none;
    }
}