@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, input, textarea, select, button {
  background: #000;
  font-size: 14px;
  line-height: 18px;
  height: 100%;
  color: #292929;
  font-family: "Jost", sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, ol, p, blockquote, pre, a, big, em, img, q, small, strong, tt, var, b, u, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

.type--1 .wrapper__logo, .type--1 .wrapper__lang--href.pl--pl, .type--1 .wrapper__lang--href.en--en, .type--1 .wrapper__lang--href.de--de, .type--1 .wrapper__logout.wrapper__more, .type--1 .wrapper__basket, .type--1 .footer__name, .type--1 .footer__contact--href a, .type--1 .footer__menu--href {
  color: #ff0000 !important;
}

@media screen and (min-width: 1001px) and (max-width: 10000px) {
  .noComp {
    display: none !important;
    visibility: hidden !important;
  }
  .header {
    color: #292929;
  }
  .pageLogin {
    height: 100vh;
  }
  .pageLogin__name {
    padding: 1.3020833333vw 0px 1.3020833333vw 0px;
  }
  .pageLogin__wrap {
    width: 26.0416666667vw;
    margin: 0px 18.2291666667vw 0px 0px;
    z-index: 8;
    background-color: #000000;
    border-radius: 0.5208333333vw;
    overflow: hidden;
  }
  .pageLogin__inside {
    padding: 2.6041666667vw 3.125vw 5.2083333333vw 3.125vw;
    background-color: #fff;
    border-top-left-radius: 0.5208333333vw;
    border-top-right-radius: 0.5208333333vw;
  }
  .pageLogin__information--text {
    padding: 0.5208333333vw 1.8229166667vw;
  }
  .pageLogin__information--text a {
    color: #000;
  }
  .inputPasswordVis {
    position: absolute;
    top: 50%;
    right: 0.78125vw;
    z-index: 10;
    width: 1.5625vw;
    height: 1.5625vw;
    margin: -0.78125vw 0px 0px 0px;
    cursor: pointer;
    background: url(images/passwordHide.png) center no-repeat;
    background-size: contain;
  }
  .inputPasswordVis.inputPasswordVis--active {
    background: url(images/passwordShow.png) center no-repeat;
    background-size: contain;
  }
  .input__box {
    margin: 0px 0px 0.78125vw 0px;
  }
  .input {
    height: 3.125vw;
    font-size: 0.8333333333vw;
    font-weight: 600;
    line-height: 0.8333333333vw;
    background-color: #fafafb;
    border: 1px solid #fafafb;
    border-radius: 0.5208333333vw;
  }
  .input:focus {
    outline: none;
    border: 1px solid #cea85c;
  }
  .inputSubmit {
    height: 3.125vw;
    color: #fff;
    font-size: 0.9375vw;
    font-weight: 600;
    line-height: 0.9375vw;
    text-decoration: none;
    background-color: #cea85c;
    border: 1px solid #fafafb;
    border-radius: 0.5208333333vw;
  }
  .inputSubmit:focus {
    outline: none;
    border: 1px solid #cea85c;
  }
  ::-moz-placeholder {
    color: #292929;
    opacity: 1;
  }
  ::placeholder {
    color: #292929;
    opacity: 1;
  }
  .inputIcon {
    padding: 0px 1.0416666667vw 0px 2.8645833333vw;
  }
  .inputIconUser {
    background-image: url(images/inputUser.svg);
    background-position: center left 1.1979166667vw;
    background-repeat: no-repeat;
    background-size: 0.8854166667vw;
  }
  .inputIconPassword {
    background-image: url(images/inputPassword.svg);
    background-position: center left 1.1979166667vw;
    background-repeat: no-repeat;
    background-size: 0.7291666667vw;
  }
  .inputInfo {
    margin: 0.78125vw 0px 0.2604166667vw 0px;
    padding: 0.5208333333vw 1.0416666667vw;
    color: #fff;
    border-radius: 0.5208333333vw;
  }
  .inputInfo.inputInfo--true {
    background-color: #28a745;
  }
  .inputInfo.inputInfo--false {
    background-color: #dc3545;
  }
  .inputInfo.inputInfo--normal {
    background-color: #cea85c;
  }
  .button-close {
    float: left;
    position: absolute;
    top: 0.5208333333vw;
    right: 0.5208333333vw;
    padding: 0.5208333333vw 0.78125vw;
    color: #fff;
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 1.0416666667vw;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 0.5208333333vw;
    text-decoration: none;
  }
  .addTrue {
    visibility: hidden;
    float: left;
    position: fixed;
    top: 7.1875vw;
    left: 0%;
    z-index: 50;
    margin: 0px 0px 0px 0px;
    padding: 1.0416666667vw 3.125vw 1.0416666667vw 2.6041666667vw;
    color: #fefeff;
    font-size: 0.8854166667vw;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.8854166667vw;
    text-align: left;
    text-decoration: none;
    background-color: #cea85c;
  }
  .pageLogin__other {
    left: 0;
    bottom: 1.3020833333vw;
    padding: 0px 1.5625vw 0px 1.5625vw;
  }
  .pageLogin__other--href {
    color: #727272;
    text-decoration: none;
  }
  .pageLogin__other--href:hover {
    color: #292929;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: 5.46875vw;
    margin: 0px 0px 0px 0px;
    padding: 0px 3.3854166667vw 0px 2.34375vw;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    z-index: 30;
  }
  .wrapper__logo {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    text-decoration: none;
  }
  .wrapper__lang {
    margin: 0px 0px 0px 1.5625vw;
  }
  .wrapper__lang--hr {
    margin: 0px 0.5208333333vw 0px 0.5208333333vw;
    font-weight: 600;
  }
  .wrapper__lang--href {
    color: #5c5c5c;
    text-decoration: none;
  }
  .wrapper__lang--href.pl--pl {
    color: #fff;
  }
  .wrapper__lang--href.en--en {
    color: #fff;
  }
  .wrapper__lang--href:hover {
    color: #fff;
  }
  .wrapper__right {
    height: 2.6041666667vw;
  }
  .wrapper__basket {
    height: 2.6041666667vw;
    color: #fff;
    font-size: 0.78125vw;
    font-weight: 400;
    line-height: 0.78125vw;
    text-transform: uppercase;
  }
  .wrapper__basket--inside {
    height: 2.6041666667vw;
    margin: 0px 0vw 0px 0px;
    padding: 0px 0px 0px 1.5625vw;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5208333333vw;
    overflow: hidden;
  }
  .wrapper__basket--value:last-child:after {
    margin: 0px 0vw 0px 1.3020833333vw;
    background-color: rgba(255, 255, 255, 0);
  }
  .wrapper__basket--value:after {
    content: " ";
    float: right;
    width: 1px;
    height: 1.5625vw;
    position: relative;
    margin: 0px 1.3020833333vw 0px 1.3020833333vw;
    padding: 0px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .wrapper__basket--value.rabat:after {
    display: none !important;
  }
  .wrapper__basket--value strong {
    margin: 0px 0px 0px 0.2604166667vw;
  }
  .wrapper__basket--sum {
    height: 2.6041666667vw;
    margin: 0px 0px 0px 1.3020833333vw;
    padding: 0px 1.0416666667vw 0px 1.0416666667vw;
    background-color: #251e11;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5208333333vw;
    overflow: hidden;
  }
  .wrapper__basket--sum strong {
    margin: 0px 0px 0px 0.2604166667vw;
  }
  .wrapper__more {
    height: 2.6041666667vw;
    margin: 0px 0vw 0px 1.5625vw;
    padding: 0px 2.6041666667vw 0px 2.6041666667vw;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #cea85c;
    border-radius: 0.5208333333vw;
  }
  .wrapper__more:hover {
    background-color: #292929;
  }
  .wrapper__search {
    display: none !important;
    height: 2.6041666667vw;
  }
  .wrapper__search--img {
    width: 0.9895833333vw;
  }
  .wrapper__logout.wrapper__more {
    margin: 0px 1.8229166667vw 0px 1.5625vw;
    color: #000;
    background-color: #fff;
  }
  .wrapper__menu {
    float: left;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .wrapper__menu--name {
    float: left;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    color: #cea85c;
  }
  .wrapper__menu--name:hover .wrapper__menu--href:before {
    width: 100%;
    left: 0;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    width: 100%;
    left: 0;
  }
  .wrapper__menu--name:last-child .wrapper__menu--hr {
    display: none;
    visibility: hidden;
  }
  .wrapper__menu--href {
    float: left;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 0.9895833333vw;
    font-weight: 400;
    line-height: 0.9895833333vw;
    text-transform: uppercase;
    text-decoration: none;
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 0.1041666667vw;
    background-color: #cea85c;
    transition: all 0.2s ease-in-out;
  }
  .wrapper__menu--href:hover {
    color: #cea85c;
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    padding: 0px 1.0416666667vw 0px 1.0416666667vw;
  }
  .wrapper__menu .subMenu {
    float: left;
    width: 13.0208333333vw;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 5.46875vw;
    left: 0vw;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    display: none;
    opacity: 0;
    border-bottom-left-radius: 0vw;
    border-bottom-right-radius: 0vw;
  }
  .wrapper__menu .subMenu__href:nth-child(1):before {
    content: " ";
    float: left;
    width: 0.5729166667vw;
    height: 0.5729166667vw;
    position: absolute;
    top: -0.5729166667vw;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .wrapper__menu .wrapper__menu--name:hover .subMenu {
    display: block;
    opacity: 1;
  }
  .wrapper__menu .wrapper__menu--name:hover .wrapper__menu--href:after,
  .wrapper__menu .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:after {
    opacity: 1;
  }
  .wrapper__menu .subMenu__href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0.78125vw 0.78125vw 0.78125vw 1.5625vw;
    color: #393939;
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 0.8333333333vw;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .wrapper__menu .subMenu__href:last-child {
    border-bottom: 0;
  }
  .wrapper__menu .subMenu__href--span {
    width: calc(100% - 1.4vw);
  }
  .wrapper__menu .subMenu__href:hover:before,
  .wrapper__menu .subMenu__href.subMenu__active:before {
    background-color: #292929;
  }
  .wrapper__menu .subMenu__href:hover, .wrapper__menu .wrapper__menu .subMenu__href.subMenu__active {
    color: #fff;
    background: #292929;
  }
  .wrapper__other {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--href {
    float: left;
    position: relative;
    margin: 0px 0px 0px 1.0416666667vw;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__social--img {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__margin {
    height: 5.46875vw;
  }
  .content {
    margin: 0px 0px 0px 0px;
    padding: 2.0833333333vw 2.6041666667vw 6.7708333333vw 2.6041666667vw;
    background-color: #fff;
  }
  .metbox {
    width: 2.6041666667vw;
    top: 6.7708333333vw;
    right: 0;
    overflow: hidden;
    z-index: 25;
  }
  .metbox__catalog {
    float: left;
    width: 3.125vw;
    position: relative;
    margin: 0px 0px 0px 0px;
  }
  .metbox__social {
    float: left;
    height: 2.7604166667vw;
    position: relative;
    margin: 0px 0px 0px 0px;
  }
  .mainInformation {
    height: 13.5416666667vw;
    margin: 0px 0px 1.5625vw 0px;
    padding: 0px 0px 0px 2.0833333333vw;
    background-color: #f9fafb;
    border-radius: 0.5208333333vw;
    overflow: hidden;
  }
  .mainInformation__left {
    width: 8.8541666667vw;
    height: 8.8541666667vw;
    border-radius: 0.5208333333vw;
    overflow: hidden;
  }
  .mainInformation__right {
    width: 41.6666666667vw;
    margin: 0px 0px 0px 2.6041666667vw;
  }
  .mainInformationPopup {
    height: 16.6666666667vw;
    margin: 0px 0px 1.5625vw 0px;
    padding: 0px 0px 0px 2.0833333333vw;
    background-color: #f9fafb;
    border-radius: 0.5208333333vw;
    overflow: hidden;
  }
  .mainInformationPopup__left {
    width: 14.0625vw;
    height: 14.0625vw;
    border-radius: 0.5208333333vw;
    overflow: hidden;
  }
  .mainInformationPopup__right {
    width: 49.4791666667vw;
    margin: 0px 0px 0px 2.6041666667vw;
  }
  .wh__main {
    padding: 2.0833333333vw 0px;
  }
  .wm__colecction--box {
    height: 2.0833333333vw;
    padding: 0px 1.0416666667vw;
  }
  .wm__colecction--box:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .wm__colecction--box:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .wm__colecction--name {
    width: 10%;
  }
  .wm__colecction--qtu {
    width: 10%;
  }
  .wm__products--box {
    padding: 0.2604166667vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .wm__products--box:nth-child(even) {
    background-color: #f7fcff;
  }
  .wm__products--colecctionBox {
    height: 3.6458333333vw;
  }
  .wm__products--collectionFoto {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
  .wm__products--collectionFoto .img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .wm__products--colecctionName {
    width: calc(100% - 3.6458333333vw);
    padding: 0px 0px 0px 1.0416666667vw;
  }
  .wm__productList {
    margin: 0.5208333333vw 0px 0px 0px;
  }
  .wm__product {
    padding: 0.1041666667vw 0.2604166667vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .wm__product:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .wm__product--color {
    width: 10%;
  }
  .wm__product--size {
    width: 8%;
  }
  .wm__product--qtu {
    width: 8%;
  }
  .wm__product--sum {
    width: 20%;
  }
  .wm__product__total {
    padding: 0.78125vw 0vw;
  }
  .options {
    padding: 0px 1.0416666667vw 0px 0px;
  }
  .colectionsSelect {
    width: 15.625vw;
    height: 2.34375vw;
  }
  .sorting {
    height: 1.5625vw;
  }
  .sorting__label {
    font-size: 0.78125vw;
    font-weight: 600;
    line-height: 0.78125vw;
  }
  .sortingSelect {
    width: 12.5vw;
    height: 1.8229166667vw;
    margin: 0px 0px 0px 1.3020833333vw;
  }
  .sortingSelect .formSelect {
    font-size: 0.7291666667vw;
    font-weight: 500;
    line-height: 1.5625vw;
  }
  .weightInformation {
    float: right;
    position: absolute;
    top: 50%;
    right: 1.0416666667vw;
    transform: translate(0, -50%);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .weightInformation:hover .weightInformation__numbers {
    opacity: 1;
  }
  .weightInformation__icon {
    float: left;
    position: relative;
    margin: 0px 0vw 0px 0px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
  }
  .weightInformation__icon--img {
    float: left;
    width: 1.3020833333vw;
    position: relative;
  }
  .weightInformation__numbers {
    opacity: 0;
    float: left;
    position: absolute;
    bottom: 1.5625vw;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0.2604166667vw 0.78125vw;
    color: #fff;
    text-align: left;
    background-color: #cea85c;
    border-radius: 0.5208333333vw;
    pointer-events: none !important;
  }
  .weightInformation__numbers p {
    white-space: nowrap;
    line-height: 1.0416666667vw;
  }
  .table-responsive table {
    float: left;
    width: 100%;
    position: relative;
    font-size: 0.7291666667vw;
    font-weight: 400;
    line-height: 0.8333333333vw;
    text-align: center;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
  }
  .table-responsive table thead {
    height: 5.2083333333vw;
    background-color: #f7fcff;
  }
  .table-responsive table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .table-responsive table tbody tr:nth-child(even) td {
    background-color: #f7fcff;
  }
  .table-responsive table tbody tr td {
    height: 5.46875vw;
  }
  .table-responsive table tbody tr td:nth-of-type(1), .table-responsive table tbody tr td:nth-of-type(4) {
    font-weight: 600;
  }
  .table-responsive table tfoot tr.tfoot--0 {
    height: 2.6041666667vw;
  }
  .table-responsive table tfoot tr.tfoot--0 .col-sum {
    background-color: #f7fcff !important;
  }
  .table-responsive table tfoot tr.tfoot--1 {
    height: 4.1666666667vw;
    border-top: 0.2604166667vw solid #fff;
    background-color: #fff;
  }
  .table-responsive table tfoot tr.tfoot--2 {
    height: 5.2083333333vw;
    background-color: #fffcf6;
  }
  .table-responsive table tfoot .col-1 {
    padding: 0px 0px 0px 2.6041666667vw;
  }
  .table-responsive table .col-sum {
    background-color: #fffaee !important;
    border-left: 0.1041666667vw solid #fff;
  }
  .table-responsive table .col-sum.col-sum-first {
    border-left: 0.2083333333vw solid #fff;
  }
  .table-responsive table .col {
    padding: 0px 0.78125vw 0px 0.78125vw;
  }
  .table-responsive table .pShellName {
    margin: 0.1041666667vw 0px 0px 0px;
    font-style: italic;
  }
  .table-responsive table .col-3 {
    width: 7.2916666667vw;
  }
  .table-responsive table .col-4 {
    width: 9.375vw;
  }
  .table-responsive table .col-5 {
    width: 8.8541666667vw;
  }
  .table-responsive table .col-6 {
    width: 7.8125vw;
  }
  .table-responsive table .listFoto {
    width: 3.125vw;
    height: 3.125vw;
    border: 0px solid rgb(0, 0, 0);
  }
  .table-responsive table .listFoto .mainFoto {
    width: 3.125vw;
  }
  .table-responsive table .listFoto .mainFoto:before {
    content: "+";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #292929;
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 1.0416666667vw;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.3s ease-in-out;
  }
  .table-responsive table .listFoto .mainFoto .img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .table-responsive table .listFoto:hover .mainFoto:before {
    opacity: 1;
  }
  .table-responsive table .col-7 {
    width: 11.4583333333vw;
  }
  .table-responsive table .listSelect {
    width: 100%;
    height: 1.8229166667vw;
    margin: 0.15625vw 0px 0.15625vw 0vw;
  }
  .table-responsive table .listSelect .formSelect {
    font-size: 0.7291666667vw;
    font-weight: 500;
    line-height: 0.7291666667vw;
    background: #fff url(images/selectArrow.svg) center right 0.78125vw no-repeat;
  }
  .table-responsive table .selectBlock__name {
    margin: 0.1041666667vw 0px 0.2604166667vw 0px;
  }
  .table-responsive table .selectQtuShow {
    display: none;
  }
  .table-responsive table .selectQtuShow--value {
    font-weight: 700;
  }
  .table-responsive table .selectQtuShowTwo {
    display: none;
  }
  .table-responsive table .selectQtuShowTwo--value {
    font-weight: 700;
  }
  .table-responsive table .col-8 {
    width: 7.8125vw;
  }
  .table-responsive table .qtuButton {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 0.9375vw;
    border: 1px solid #292929;
    border-radius: 40em;
  }
  .table-responsive table .qtuButton.qtuButton--minus {
    padding: 0px 0px 0.15625vw 0px;
  }
  .table-responsive table .qtuInput {
    width: 1.8229166667vw;
    height: 1.0416666667vw;
    margin: 0px 0.2604166667vw;
    text-align: center;
    border: 0;
    border-radius: 0.5208333333vw;
    background-color: #fff;
  }
  .table-responsive table .qtuInput:focus {
    outline: none;
    border: 1px solid #292929;
  }
  .table-responsive table .qtuInputView {
    width: 1.8229166667vw;
    height: 1.0416666667vw;
    margin: 0px 0.2604166667vw;
    text-align: center;
    border: 0;
    border-radius: 0.5208333333vw;
    background-color: #fff;
  }
  .table-responsive table .qtuInputView:focus {
    outline: none;
    border: 1px solid #292929;
  }
  .table-responsive table input::-webkit-outer-spin-button,
  .table-responsive table input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .table-responsive table input[type=number] {
    -moz-appearance: textfield;
  }
  .table-responsive table .col-9 {
    width: 11.4583333333vw;
  }
  .table-responsive table .list__add {
    width: 8.8541666667vw;
    height: 2.6041666667vw;
    font-size: 0.6770833333vw;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #cea85c;
    border: 0;
    border-radius: 0.5208333333vw;
  }
  .table-responsive table .col-10 {
    width: 6.7708333333vw;
  }
  .table-responsive table .col-11 {
    width: 6.7708333333vw;
  }
  .table-responsive table .col-12 {
    width: 6.7708333333vw;
  }
  .errorQtu {
    display: none;
    float: right;
    position: relative;
    margin: 0px 1.8229166667vw 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #ff0000;
    text-decoration: underline;
  }
  .pagination__arrow {
    width: 1.5625vw;
    height: 1.5625vw;
    margin: 0px 0px 0px 0.2604166667vw;
    background: #f7f7f7 url(images/paginationArrowRight.svg) center no-repeat;
    background-size: 0.2604166667vw;
    border-radius: 0.5208333333vw;
  }
  .pagination__arrow.pagination__arrow--left {
    margin: 0px 0.2604166667vw 0px 0px;
    background: #f7f7f7 url(images/paginationArrowLeft.svg) center no-repeat;
    background-size: 0.2604166667vw;
    border-radius: 0.5208333333vw;
  }
  .pagination__numbers {
    margin: 0px 0px 0px 0px;
  }
  .pagination__number {
    width: 1.5625vw;
    height: 1.5625vw;
    margin: 0px 0.2604166667vw;
    color: #8a8a8a;
    font-size: 0.7291666667vw;
    font-weight: 400;
    line-height: 0.7291666667vw;
    text-decoration: none;
    border: 1px solid #f7f7f7;
    border-radius: 0.5208333333vw;
  }
  .pagination__number.pagination__number--active, .pagination__number:hover {
    background-color: #f7f7f7;
  }
  .setStatusSplitHalfText {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0.2604166667vw 0.4166666667vw;
    color: #fff;
    font-size: 0.8333333333vw;
    font-weight: 300;
    line-height: 0.8333333333vw;
    background: #dc3545;
    overflow: hidden;
    z-index: 10;
  }
  .setStatusSplitHalfText:hover {
    padding: 0.5208333333vw 0.78125vw;
  }
  .setStatusSplitHalfText:hover .setStatusSplitHalfTextMain {
    display: none;
  }
  .setStatusSplitHalfText:hover .setStatusSplitHalfTextMore {
    display: block;
  }
  .setStatusSplitHalfTextMain {
    cursor: pointer;
    font-weight: 800;
  }
  .setStatusSplitHalfTextMore {
    display: none;
    position: relative;
    left: 0.2604166667vw;
  }
  .basket {
    padding: 2.0833333333vw 0px 2.0833333333vw 0px;
  }
  .basket .header {
    padding: 0px 0px 0px 2.0833333333vw;
  }
  .basket .table-responsive table .col-8 {
    width: 10.9375vw;
  }
  .basket .table-responsive table .col-8 .listCod {
    height: 2.0833333333vw;
  }
  .basket .table-responsive table .col-8 .listCod .mainFoto {
    width: 3.6458333333vw;
    height: 2.34375vw;
  }
  .basket .table-responsive table .col-9 {
    width: 7.8125vw;
  }
  .basket .table-responsive table tr {
    position: relative;
  }
  .basket .table-responsive table tbody tr:hover .list__add {
    opacity: 1;
  }
  .basket .list__add {
    float: left;
    opacity: 1;
    line-height: 2.6041666667vw;
    text-decoration: none;
  }
  .comments {
    padding: 2.0833333333vw;
    margin: 0vw 0px 0px 0px;
    background-color: #f9fafb;
    border-radius: 0.5208333333vw;
  }
  .textarea {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 8.59375vw;
    position: relative;
    margin: 1.5625vw 0px 0px 0px;
    padding: 1.0416666667vw;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.25vw;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5208333333vw;
    background-color: #fff;
  }
  .paytype {
    padding: 2.0833333333vw;
    margin: 2.0833333333vw 0px 0px 0px;
    background-color: #f9fafb;
    border-radius: 0.5208333333vw;
  }
  .paytype__list {
    margin: 1.0416666667vw 0px 0px 0px;
  }
  .paytype__button {
    float: left;
    width: 14.0625vw;
    height: 2.34375vw;
    position: relative;
    margin: 0px 0.78125vw 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #292929;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 0.8333333333vw;
    border: 0;
    border-radius: 0.5208333333vw;
    background-color: #fff;
    cursor: pointer;
  }
  .paytype__button:hover, .paytype__button.paytype__button--active {
    background-color: #cea85c;
  }
  .buttons {
    margin: 2.0833333333vw 0px 0px 0px;
  }
  .buttons__more {
    float: left;
    width: 8.8541666667vw;
    height: 2.6041666667vw;
    position: relative;
    margin: 0px 0vw 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 0.8333333333vw;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 0.5208333333vw;
    background-color: #cea85c;
    cursor: pointer;
  }
  .buttons__more.buttons__more--silver {
    color: #292929;
    background-color: #f7f7f7;
  }
  .buttons__more:hover {
    color: #fff;
    background-color: #292929;
  }
  .history {
    padding: 2.0833333333vw 0px 2.0833333333vw 0px;
  }
  .history .header {
    padding: 0px 0px 0px 2.0833333333vw;
  }
  .history .table-responsive .col-1.history-col {
    width: 5.2083333333vw;
  }
  .history .table-responsive .col-2.history-col {
    width: 13.0208333333vw;
  }
  .history .table-responsive .col-3.history-col {
    width: 10.4166666667vw;
  }
  .history .table-responsive .col-4.history-col {
    width: 23.4375vw;
    padding: 0px 3.125vw;
  }
  .history .table-responsive .col-5.history-col {
    width: 7.8125vw;
  }
  .history .table-responsive .col-6.history-col {
    width: auto;
  }
  .history .table-responsive .col-7.history-col {
    width: 7.8125vw;
  }
  .history .table-responsive .col-8.history-col {
    width: 6.7708333333vw;
  }
  .history .table-responsive .col-9.history-col {
    width: 6.7708333333vw;
  }
  .history .table-responsive .listCod {
    height: 2.0833333333vw;
  }
  .history .table-responsive .listCod .mainFoto {
    width: 3.6458333333vw;
    height: 2.34375vw;
  }
  .history .table-responsive .history--show {
    text-decoration: underline;
    cursor: pointer;
  }
  .history .table-responsive .history--show:hover {
    color: #cea85c;
  }
  .history .table-responsive .history--button {
    width: auto;
    margin: 0px 0px 0px 1.0416666667vw;
    padding: 0.5208333333vw 1.0416666667vw;
    text-decoration: none;
    background-color: #cea85c;
    border-radius: 0.5208333333vw;
  }
  .history .table-responsive .history--repeat {
    color: #fff;
  }
  .history__products {
    display: none;
    border-bottom: 0.2083333333vw solid #292929 !important;
  }
  .history__products tr {
    position: relative;
  }
  .history__products td {
    background-color: #fff !important;
  }
  .history__products tbody tr:hover .list__add {
    opacity: 1;
  }
  .history__products .header {
    margin: 3.125vw 0px 0px 0px;
  }
  .history__products .list {
    margin: 0.5208333333vw 0px 4.1666666667vw 0px;
  }
  .history__products .list .list__add {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0.5208333333vw;
    transform: translate(0%, -50%);
  }
  .pdf--icon {
    width: 1.5625vw;
  }
  .arrow--icon {
    width: 0.78125vw;
  }
  .popup__nice {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 5.46875vw 0px 0px 0px;
    z-index: 15;
    background-color: #fff;
  }
  .popup__nice--inside {
    margin: 2.6041666667vw 0px 2.6041666667vw 0px;
    padding: 5.2083333333vw 0px 5.2083333333vw 0px;
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .popup__nice--inside .text {
    width: auto;
    background-color: #fff;
    padding: 0.5208333333vw 1.0416666667vw;
  }
  .popup__nice--inside .text a {
    color: #292929;
  }
  .popup__nice--inside .footer__contact--icon--2 {
    margin-left: 0.5208333333vw;
  }
  .default {
    margin: 0px 0px 0px 0px;
    padding: 4.1666666667vw 4.1666666667vw 4.1666666667vw 4.1666666667vw;
    background-color: #f9fafb;
    border-radius: 0.5208333333vw;
    overflow: hidden;
  }
  .acceptStatute__form {
    margin: 2.0833333333vw 0px 2.0833333333vw 0px;
    padding: 2.0833333333vw;
    background: #fff;
  }
  .faqList {
    float: left;
    width: 100%;
    position: relative;
    margin: 0.5208333333vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .faqList__inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0.5208333333vw;
  }
  .faqBox {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .faqBox__name {
    float: left;
    width: 100%;
    height: 4.4270833333vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 2.6041666667vw;
    background-color: #fff;
  }
  .faqBox__name:before {
    content: " ";
    float: right;
    width: 4.4270833333vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/faq_arrow.svg) center no-repeat;
    background-size: 0.625vw;
    transition: all 0.2s ease-in-out;
  }
  .faqBox__name.active:before {
    transform: rotate(180deg);
  }
  .faqBox__header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #292929;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.6666666667vw;
  }
  .faqBox__text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 1.0416666667vw 2.6041666667vw 2.0833333333vw 2.6041666667vw;
  }
  .footer {
    float: left;
    width: 100%;
    height: 4.6875vw;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0px 0px 0px 0px;
    padding: 0vw 3.3854166667vw 0vw 2.34375vw;
    background: #000;
    z-index: 10;
  }
  .footer.hideFooter {
    opacity: 0;
    pointer-events: none;
  }
  .footer__name {
    margin: 0px 0vw 0px 0px;
  }
  .footer__contact--href {
    margin: 0px 0px 0px 2.6041666667vw;
    color: #fff;
    text-decoration: none;
  }
  .footer__contact--href a {
    color: #fff;
    text-decoration: none;
  }
  .footer__contact--href a:hover {
    color: #cea85c;
  }
  .footer__contact--icon--1 {
    float: left;
    width: 0.8333333333vw;
    margin: 0px 0.5208333333vw 0px 0px;
  }
  .footer__contact--icon--2 {
    float: left;
    width: 0.8333333333vw;
    margin: 0px 0.5208333333vw 0px 0px;
  }
  .footer__contact--icon--3 {
    float: left;
    width: 0.8333333333vw;
    margin: 0px 0.5208333333vw 0px 0px;
  }
  .footer__contact--icon--4 {
    float: left;
    width: 0.8333333333vw;
    margin: 0px 0.5208333333vw 0px 0px;
  }
  .footer__menu {
    float: left;
    height: 100%;
    position: relative;
    list-style: none;
  }
  .footer__menu--name {
    float: left;
    height: 100%;
    position: relative;
  }
  .footer__menu--href {
    float: left;
    height: 100%;
    position: relative;
    color: #ffffff;
    font-size: 0.78125vw;
    font-weight: 400;
    line-height: 0.78125vw;
    text-decoration: none;
  }
  .footer__menu--href:hover {
    color: #cea85c;
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: #cea85c;
  }
  .footer__menu--hr {
    float: left;
    position: relative;
    padding: 0px 1.0416666667vw 0px 1.0416666667vw;
  }
  .footer__menu--name:last-child .footer__menu--hr {
    display: none;
    visibility: hidden;
  }
  .example {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 5.2083333333vw;
  }
  .example__left {
    float: left;
    width: 25%;
    position: relative;
  }
  .example__right {
    float: right;
    width: 70%;
    position: relative;
  }
  /* Default */
  .mainFoto {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .mainFotoBackground {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mainFoto .img,
  .mainFotoBackground .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .galleryFoto {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .galleryFoto.columns--6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1.0416666667vw;
    grid-row-gap: 1.0416666667vw;
  }
  .galleryFoto.columns--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1.0416666667vw;
    grid-row-gap: 1.0416666667vw;
  }
  .galleryFoto.columns--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.0416666667vw;
    grid-row-gap: 1.0416666667vw;
  }
  .galleryFoto.columns--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.0416666667vw;
    grid-row-gap: 1.0416666667vw;
  }
  .galleryFoto.columns--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.0416666667vw;
    grid-row-gap: 1.0416666667vw;
  }
  .galleryFoto.columns--1 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }
  .galleryFoto.columns--1 .box {
    height: 100%;
  }
  .galleryFoto .box {
    float: left;
    width: 100%;
    height: 13.0208333333vw;
    position: relative;
    overflow: hidden;
  }
  .galleryFoto.columns--1 .box {
    height: 100%;
  }
  .galleryFoto .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 1s;
  }
  .galleryFoto.Zoom .box:hover .img {
    transform: scale(1.1);
  }
  .galleryFotoOwl {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .filesBox {
    float: left;
    width: 100%;
    position: relative;
    margin: 2.0833333333vw 0px 2.0833333333vw 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0.5208333333vw 0.5208333333vw 0px;
    color: #000;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.1458333333vw;
    text-decoration: none;
  }
  .filesBoxFileImg {
    float: left;
    width: 2.0833333333vw;
    position: relative;
    margin: 0px 1.0416666667vw 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - 3.6458333333vw);
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile:hover {
    color: #cea85c;
  }
  .googleMap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .googleMap .mapaBox {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .contentMap {
    float: left;
    position: relative;
    padding: 1.0416666667vw;
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0.5208333333vw 0px;
    color: #383436;
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 1.1458333333vw;
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.1458333333vw;
    text-align: left;
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
}/*# sourceMappingURL=style.css.map */