.js-stools {
    margin-bottom: 20px;   
}

.margin-top, .fs-margin-top {
    margin-top: 20px;   
}

.margin-bottom {
    margin-bottom: 20px;   
}

.margin-right {
    margin-right: 20px !important;
}


.thumbnails a:hover {
    text-decoration: none;
}

.fs_thumb {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.fs_thumb_top {
    object-position: center 15% !important; 
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.fs_limit {
    position: absolute;
    top: 10%;
    left: 0px;
    padding: 5px 10px;
    background-color: #d5d8da;
}

.fs-relative {
    position: relative;
}

.fs-pointer, .pointer {
    cursor: pointer;
}

.field_zip {
    width: 45px;
}

.field_price {
    width: 80px;
    margin-bottom: 0px !important;
}

.field_city {
    width: 120px;
}

.field_building {
    width: 70px;
}

.field_door {
    width: 70px;
}


/* start pliki paska przewijania w terminach wieloosobowych w adminie */


.range {
    display: table;
    position: relative;
    height: 25px;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 300px
}

.range input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 25px;
    cursor: pointer;
}
.range input[type="range"]:focus{ border: none }
.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range output {
    display: table-cell;
    padding: 3px 5px 2px;
    min-width: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.range input[type="range"] {
    outline: none;
}

.range.range-primary input[type="range"]::-webkit-slider-thumb {
    background-color: rgba(66, 139, 202,.5);
}

.range.range-primary input[type="range"]::-moz-slider-thumb {
    background-color: rgba(66, 139, 202,.5);
}

.range.range-primary output {
    background-color: rgb(66, 139, 202);
}

.range.range-primary input[type="range"] {
    outline-color: rgb(66, 139, 202);
}

.range.range-success input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(92, 184, 92);
}

.range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: rgb(92, 184, 92);
}

.range.range-success output {
    background-color: rgb(92, 184, 92);
}

.range.range-success input[type="range"] {
    outline-color: rgb(92, 184, 92);
}

.range.range-info input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(91, 192, 222);
}
.range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: rgb(91, 192, 222);
}
.range.range-info output {
    background-color: rgb(91, 192, 222);
}
.range.range-info input[type="range"] {
    outline-color: rgb(91, 192, 222);
}

.range.range-warning input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(240, 173, 78);
}
.range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: rgb(240, 173, 78);
}
.range.range-warning output {
    background-color: rgb(240, 173, 78);
}
.range.range-warning input[type="range"] {
    outline-color: rgb(240, 173, 78);
}

.range.range-danger input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(217, 83, 79);
}
.range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: rgb(217, 83, 79);
}
.range.range-danger output {
    background-color: rgb(217, 83, 79);
}
.range.range-danger input[type="range"] {
    outline-color: rgb(217, 83, 79);
}

/* end pliki paska przewijania w terminach wieloosobowych w adminie */


#menu-basket {
    position: relative;
    z-index: 999;
    width: 60px;
    height: 60px;
    display: block;
    float: right;
  }

  .icon-menu {
    font-size: 50px;
    margin-right: 0px !important;
    background-image: none !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 5px;
    margin-top: 0px !important;
  }



#menu-basket:hover .icon-menu {
    box-shadow: 0 0 5px #DDD;
    background-color: #fff;
}


  #menu-basket:hover .cart {
    display: block;
}

  .cart {
    box-shadow: 0 0 5px #DDD;
    padding: 20px;
    position: absolute;
    background-color: #fff;
    display: none;
    width: 470px;
    top: 60px;
    right: 0px;
    z-index: 100;
  }

  #mask-menu {
    height: 4px;
    width: 60px;
    background-color: #fff;
    position: absolute;
    top: -3px;
    right: 0px;
  }

  .fso_totalCount {
    display: block;
    position: absolute;
    top: 15px;
    left: -5px;
    border: 3px solid;
  }

  .item-row {
    border-bottom: 1px solid #828586; 
    margin-bottom: 10px;
  }


  /*Slider*/
.slider > div {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 2em;
  }
  
  /* Navigation */
  .slider-nav { text-align: center; }

  .slider-nav > div {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    font-size: 2em;
    cursor: pointer;
  }

  .slider-nav > div img {
    object-fit: contain;
    width: 40px;
    height: 40px;
  }

  .control-group {
      position: relative;
  } 

  .price_content .price_part {
    font-size: 40px;
    line-height: 40px;
  }

 .price_cell  .price_content .price_part {
    font-size: inherit;
    line-height: inherit
 }

 #copy_orderdata {
    color: cornflowerblue;
    cursor: pointer;
 }

/* likwiduje strzałki w inpucie number na stronie order */

 /* Chrome, Safari, Edge, Opera */
input.countBasket::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.countBasket, input.smallInput {
  -moz-appearance: textfield;
  width: 20px;
  margin-bottom: 3px !important;
}


/* payu styles*/

.payu_content .image-selector {
    display: inline-block;
}

.image-selector-2 input:active +.select, .image-selector input:active +.select{opacity: .9;}
.image-selector-2 input:checked +.select, .image-selector input:checked +.select{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.image-selector {
    position:relative;
    min-height:40px!important;
}
.select{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
.select:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

  .previous_price {
      text-decoration: line-through;
  }