/*--------------------------------------------------------------
FF7F00 -> FF7F00
255,127,0 -> 255,127,0
  Template Name: Subas Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/


.in-error {
    border: 1px solid #FF0000;
}

.baner {
  height: 20%; 
  padding-top: 20%;

  
}


.orange {
    color: #FF7F00;
}

.action_on:active { background-color: #FF7F00; color:#FFFFFF; }
.action_on:link {   background-color: #FF7F00; color:#FFFFFF; }
.action_on:visited{ background-color: #FF7F00; color:#FFFFFF; }
.action_on:hover {  background-color: #FFFFFF; color:#999999; }




.action_off:active { }
.action_off:link   { }
.action_off:visited{ }
.action_off:hover  { }

.extend:active { color:#FF7F00; text-decoration: none; padding:5px; border: 1px solid #FF7F00; border-radius: 3px; }
.extend:link {   color:#FF7F00; text-decoration: none; padding:5px;  border: 1px solid #FF7F00; border-radius: 3px;}
.extend:visited{ color:#FF7F00; text-decoration: none; padding:5px;  border: 1px solid #FF7F00; border-radius: 3px;}
.extend:hover {  background-color:#FF7F00; color: #FFFFFF; text-decoration: none; padding:5px;  border: 1px solid #FF7F00; border-radius: 3px; }

.li:link, .li:visited, .li:active {
    color:#999999; text-decoration: underline;
}
.li:hover {  
    color: #FF7F00 !important; text-decoration: underline;  
}


.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  padding: 0.4em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.multi-select-menu label {
  display: block;
  font-size: 0.875em;
  padding: 0.3em 1em;
  white-space: nowrap;
}

.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu { display: block; }

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}


#dropzone {
  margin-bottom: 3rem; }

.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white; }
  .dropzone .dz-message {
    font-weight: 400; }
    .dropzone .dz-message .note {
      font-size: 0.8em;
      font-weight: 200;
      display: block;
      margin-top: 1.4rem; }

      
article {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  height:1000px;
  position:relative;
}
.c1 {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
.c2 {
  list-style:none;
  flex:1;
}
.c2:last-child {
  border-right:1px solid #DDD;
}
.button_c {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999
}
.c2.active button {
  background:#F5F5F5;
  color:#000;
}
table { border-collapse:collapse; table-layout:auto; width:100%; }
th { background:#F5F5F5;  }



td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
td,th {
  text-align:left;
}



@media (max-width: 768px) {

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table td {
        position: relative;
        padding-left: 40%;
    }

    .responsive-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
    }
}





td.default {
  display:table-cell;
}
.bg-li {
  border-top:3px solid #FF7F00;
}
.sep {
  background:#F5F5F5;
  font-weight:bold;
}
.txt-l { font-size:28px; font-weight:bold; }
.txt-top { position:relative; top:-9px; left:-2px; }
.tick { font-size:18px; color:#2CA01C; }
.hide_me {
  border:0;
  background:none;
}

@media (min-width: 720px) {
  .c1 {
    display:none;
  }
}


.gallery{ width:100%; float:left;}
.gallery ul{ margin:0; padding:0; list-style-type:none;}
.gallery ul li{ border:2px solid #FFFFFF; float:left; margin:0px 0px; background:none; width:20%; height:auto; }
.gallery img{  }



.offer_button {
  background: rgb(255,127,0) none repeat scroll 0 0;
  border: medium none;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 700;
  min-height: 35px;
  margin: 2px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}


.offer_button_disabled {
  border: 1px solid rgb(255,127,0);
  color: rgb(255,127,0);
  font-size: 13px;
  font-weight: 700;
  min-height: 35px;
  margin: 2px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.opis_button_disabled {
  border: 1px solid rgb(255,127,0);
  color: rgb(255,127,0);
  font-size: 13px;
  font-weight: 700;
  margin: 2px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.opis_button_disabled:hover {
  border: 1px solid rgb(255,127,0);
  background: rgb(255,127,0);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  margin: 2px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}


.show_button {
  background: rgb(255,127,0) none repeat scroll 0 0;
  border: medium none;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  padding: 0 10px;
  margin: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}


.show_button_disabled {
  border: 1px solid rgb(255,127,0);
  color: rgb(255,127,0);
  font-size: 12px;
  font-weight: 700;
  min-height: 30px;
  padding: 0 10px;
  margin: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.show_button_disabled2 {
    background: rgb(255, 127, 0) none repeat scroll 0 0;
  border: medium none;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  height: 35px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}



.tab_list {
	padding: 2px;
}
.tab_params {
	background-color: #F8F8F8; padding: 5px;
}
.tab_values {
	font-weight: bold; border: 1px solid #EEEEEE; padding: 5px;
}
.tab_values1 {
	font-weight: normal; border: 1px solid #EEEEEE; padding: 5px;
}

  .custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }

.szukaj { border: 0px solid #FFFFFF; padding: 0px;; } 


.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }


.product-title2 {
  color: #434343;
  font-family: "roboto",sans-serif;
  font-size: 18px;
  font-weight: 700;
  // overflow: hidden;
  // text-overflow: ellipsis;
  text-transform: uppercase;
  // white-space: nowrap;
}

.product-desc2 {
  color: #434343;
  font-family: "roboto",sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}


.product-price2 {
  color: #FF7F00;
  font-family: roboto;
  font-size: 28px;
  font-weight: 700;
}

.nastepne, .poprzednie {
	width:auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #444444;
	background-color: #F2F2F2;
}


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 3350ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}


@media (min-width: 720px) {
.info_div {
    z-index: 99999999;
    background: rgb(255,255,255, 0);
    text-align:center; height:100%;
    margin: auto; color: #F60000;
    font-size: 2em;line-height: 1.5em;
    margin-top: 100px;
    font-family: 'roboto', cursive;
}

.info_div2 {
    font-size: 3em;
    line-height: 2em;
}
}

@media (max-width: 719px) {
.info_div {
    z-index: 99999999;
    background: rgb(255,255,255, 0);
    text-align:center; height:100%;
    margin: auto; color: #F60000;
    font-size: 2em;line-height: 1.5em;
    margin-top: 150px;
    font-family: 'roboto', cursive;
}

.info_div2 {
    font-size: 1.4em;
    line-height: 1.3em;
    
}
}


.info_div3:active { font-family: "roboto", sans-serif; font-size: 20px; color:#000000; }
.info_div3:link { font-family: "roboto", sans-serif; font-size: 20px; color:#000000; }
.info_div3:visited{ font-family: "roboto", sans-serif; font-size: 20px; color:#000000; }
.info_div3:hover {  font-family: "roboto", sans-serif; text-decoration: underline; font-size: 20px; color:#000000; }



.video-container { position: relative; padding-top: 30px; margin-bottom: 30px; height: 0; overflow: hidden; height: 400px; }
.video-container iframe, .video-container object, .video-container video, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.main_logo {
    width: 120px;
}

@media (max-width: 719px) {
    .main_logo {
        width: 80px;
    }
}

.mean-container .mean-bar::after {
    content: '';
}

.fancybox-nav span {
 visibility: visible;
}


.fancybox-close {
  position: absolute;
  top: 5px;
  right: 5px;
}


.main-menu > li {
  font-size: 18px;
  margin: 0 12px;
}


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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-end {
  align-items: flex-end !important;

}
.justify-content-around {
  justify-content: space-around !important;

}


@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.mobile_footer {
    border-top:1px solid #EEEEEE;
    border-bottom:1px solid #EEEEEE;
    background-color:#FFFFFF;
    font-size: 12px;
}

.mobile_footer_active {
    color: #1F69A6;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}


.action-button > li {
    display:table-cell;
    white-space:nowrap;
    padding-right:4px;
}

.action-button > li:last-child {
    width:100%;
    padding-right:0px;
}
.action-button > li > a i {
    font-size:20px;
}


.select_wyszukiwanie {
    direction: ltr;
}

.select_wyszukiwanie > option {
    direction: rtl;
}

.main-menu > li {
  
}

.handshake {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 5px;
    cursor: pointer;
    color: #AEBCB9;
    transition: color 1.5s ease;
}

.handshake_ico_container {
    width: 42px;
    height: 24px;
    margin-right: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.handshake_ico {
    width: 100%;
    height: 100%;
    object-fit: contain;
    
    /* Stan początkowy: ikona jest delikatnie przygaszona (przezroczystość 25%) */
    opacity: 0.25;
    transform: scale(1);
    
    /* Wolne i niezwykle gładkie przejście trwające dokładnie 1.5 sekundy */
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.handshake:hover .handshake_ico {
            /* Po najechaniu myszką, czarna ikona staje się wyrazista i lekko rośnie */
            opacity: 1;
            transform: scale(1.08);
}
.handshake:hover  {
    color: #000000;
}

#komunikat {
    margin-top: 15px;
    font-weight: bold;
}
.error { color: #dc3545; }
.success { color: #28a745; }


.main-menu > li.active > a {
  color: #FF7F00;
}

.single-mega-item li a.active {
  color: #FF7F00;
}

@media (min-width: 769px) {
    #wiadomosci {
        font-size: 12px;
        line-height: 16px;
    }
    
    #wiadomosci td, #wiadomosci th {
        padding: 4px 4px;
    }
}

.btn-danger {
    background-color: #DC3545;
}

.btn-success {
    background-color: #28A745;
}

.linko {
    color: #FF7F00;
}
.linko:hover {
    text-decoration: underline;
}

.grey {
    color: #999999;
}
.black {
    color: #000000;
}
