﻿/*MOBILE*/

@media screen and (max-width: 1050px) {

	#mobileTable {
		margin-top: 20px;
	}

	.table-obj  {
		display: none;
	}

	.mobile-center {
		text-align: center;
	}

	.isoSteps {
		display: none;
	}

	#iso-btn .btn {
		width: 25%;
		margin-bottom: 10px;
	}

  .main {
    padding-left: 0px;
    padding-right: 0px;
  }


	.mobileTdMainCelok {
		font-weight: bold;                 
		background-color: #d0e6ff;         /* soft but more visible blue */
		color: #1a1a1a;                    /* dark text for readability */
		padding: 8px 12px;                 
		border-left: 4px solid #007bff;    /* stronger accent line */
		border-radius: 4px;                
		margin: 8px 0;                     
		box-shadow: 0 1px 3px rgba(0,0,0,0.1); /* subtle shadow for depth */
	}

	.mobileTdMain {
		width: 100%;
		text-align: left;
		font-size: 11px;
		display: table-cell;
	}

	/* Container for the two buttons */
	.mobile-bottom-buttons {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-around; /* space between buttons */
		padding: 10px 0;
		background-color: #fff;        /* light background */
		border-top: 1px solid #ddd;    /* subtle separation */
		z-index: 1000;                 /* always on top */
		box-shadow: 0 -2px 5px rgba(0,0,0,0.1); /* subtle shadow */
	}

	/* General button styling */
	.mobile-bottom-buttons button {
		flex: 1;                      /* buttons share width */
		margin: 0 5px;
		padding: 12px 0;
		font-size: 16px;
		font-weight: 600;
		border: none;
		border-radius: 8px;
		cursor: pointer;
		transition: all 0.2s ease;
	}

	/* Shopping basket button */
	.btn-basket {
		background-color: #007bff;
		color: #fff;
	}

	/* Offer button */
	.btn-offer {
		background-color: #28a745;
		color: #fff;
	}

	/* Hover effect */
	.mobile-bottom-buttons button:hover {
		opacity: 0.9;
		transform: translateY(-2px);
	}	

	.mobile-bottom-buttons button.active {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transform: translateY(-1px);
    opacity: 1;
	}

	.mobile-space {
		margin-top:50px;
	}

	#underTovar .t_skupina_nazov {
		font-size:16px;
	}

	#underTovar .iconTovar {
		height: 20px;
		width:30px;
	}

	/* Count badge – subtle */
	.mobile-count-badge {
		color: #ff1076!important;
		font-weight: bold;
	}

	/* Item styling – simple, no heavy box */
	.mobile-item {
		color: #333;
		font-size: 14px;
	}


	#mobileJedalnyListok hr {
  margin-bottom: 15px;
}

.current-price {
  font-weight: bold;
  display: flex;
  align-items: center;
}



	
.mobile-item-row.active td,
.mobile-details-row {
  background-color: #fff3cd; /* soft yellow, noticeable but not harsh */
  border-bottom: 3px solid black!important;
}


.t_skupina_selected {
    margin-left: 0px;
    color: #ff1076;
	background-color: transparent !important;
}

.skupina_inv_included {
	font-size:12px;
}

.t_skupina {
	margin-left: 5px;
	width: 90%;
	padding-bottom: 100px;
}

.t_skupina_nazov {
	font-size: 16px;
	margin-bottom: 15px;
	white-space: nowrap;   /* Prevent text wrapping */
  	overflow: hidden;      /* Hide overflowing text */
  	text-overflow: ellipsis;   /* Cut text (no dots) */
}


.group-icon {
  vertical-align: middle!important;
  line-height: 26px;
}



.iconTovar {
	width:30px;
}

.group-icon {
	margin-right: 7px;
}

.t_tovar_detail {
	margin-bottom: 12px;
} 

.remove_tovar {
    border-top: 1px solid #ccc; /* light grey */
	padding-top:10px;
}

.remove_tovar > div:first-child {
  font-weight:bold;
  font-size: 13px;
  width: 100% !important;
}

.t_tovar.remove_tovar > div {
  width: 95% !important;
}

.t_tovar_podskupina {
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.t_tovar_nazov, .t_tovar_detail {
	font-size: 14px;
}

.t_tovar_detail.doPreviewImgs {
    position: relative;
    padding-right: 20px; /* space for the icon */
}
.t_tovar_detail.doPreviewImgs::after {
    content: "📷";
    position: absolute;
    right: 0px;
    top: 5px;
    transform: translateY(-50%);
    font-size: 14px;
    opacity: 0.7;
}

.divVlozitButton {bottom:25px;}

.fake-checkbox {
	display: none;
}

.t_tovar {
    height: auto;
}

.extra-content {
	margin-left: 15px;
}


  .doPreviewImgs {
    background-color: white!important;
  }





.btn-minus,
.btn-plus {
  padding: 5px 9px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* Minus button → secondary */
.btn-minus {
  background-color: white;
  color: grey;  
}
.btn-minus:hover {
  background-color: white;
}

/* Plus button → primary */
.btn-plus {
  background-color: white;
  color: #ff1076;
  border: 1px solid #ff1076;  
}
.btn-plus:hover {
  background-color: white;
}

/* Active press effect */
.btn-plus:active,
.btn-minus:active {
  transform: scale(0.95);
}

.btn-plus-extra {
    background-color: #f0f9ff;
    border: 1px dashed #38bdf8;
    color: #0369a1;
    font-weight: 500;
    border-radius: 20px;
    padding: 4px 10px;
}


.ui-menu-item {
	font-size: 13px;
}

.ui-menu-item img {
	height: 20px;
}

.uni-form-label {
	font-weight: bold;
}





body {
    touch-action: pan-x pan-y; /* only allow scrolling, not zoom */
}

.input_tree_note_tovar_mobil {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    box-sizing: border-box;
}

.input_tree_note_tovar_mobil:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.btn-add-basket, .mob-save-details, .btn-add-basket-quick {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    background-color: #ff1076;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}



    .mobile-contact {
      font-weight: bold !important;
	  text-align: left!important;
    }


/* Bottom bar — always fixed at the bottom */
.bottom-baskets-bar{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: stretch;
  height: calc(var(--bar-height, 56px) + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  border-top: 1px solid var(--divider, rgba(0,0,0,0.08));
  background: #fff;
  z-index: 9999;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* Buttons: equal width, fill the bar, no border-radius */
.bottom-baskets-bar button{
  flex: 1 1 0;
  min-width: 0;                     
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;                       
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;                  /* larger text */
  font-weight: 700;                 /* bold text */
  color: #fff;                      /* default text color for active simulation */
  background: #ccc;                  /* default background for inactive */
  cursor: pointer;
  border-radius: 0;                  
  box-sizing: border-box;
}

/* vertical divider between the two buttons */
.bottom-baskets-bar button + button{
  border-left: 1px solid var(--divider, rgba(0,0,0,0.08));
}

/* Hover / focus for non-active buttons (subtle) */
.bottom-baskets-bar button:not(.active):hover,
.bottom-baskets-bar button:not(.active):focus{
  color: #fff;
}

/* Pressed visual feedback on touch/click */
.bottom-baskets-bar button:active{
  transform: translateY(1px);
}

/* Active states using your color variables */
#btn-mobile-basket.active,
#btn-mobile-offer.active {
  background:  #ff1076;
  color: #fff;
}

.basket-msg {
  display: inline-block;
  min-height: 0.9em; /* or whatever fits the tallest text */
  vertical-align: middle; /* keeps it aligned with button */
  color: #ff1076;
}


.flyDefaultButton .btn {
	height: 50px;
	font-size:20px;
}

.isoEmailPriklad {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:5px;
}

.cat_bottom {
	margin-top: 10px;
}

.mob-gallery {
	text-align: center!important;
}




.delete-icon {
  margin-left:10px; 
  color:#ff1076; 
  text-decoration:none; 
  font-size:16px;
  font-weight:bold;
  border-radius: 3px;
  border: 1px solid #ff1076;
  padding: 5px;
}



.noInMobileNew {
  display: none!important;
}

.bottom-mobile-msg {

      position: fixed;
      left: 0;
      top:56px;
      width: 100%;
      height:65px;
      background-color: #ff1076;
      justify-content: center;
      align-items: center;  
      color: white;
      border-bottom: 1px solid #ddd;
      z-index: 9999;
      padding: 0.5rem 1rem;
      transition: top 0.2s ease;  
      display: flex;
}

    .fixed-under-navbar {
      position: fixed;
      left: 0;
      top:56px;
      width: 100%;
      background-color: orange;
      border-bottom: 1px solid #ddd;
      z-index: 1029; /* just under the navbar */
      padding: 0.5rem 1rem;
      text-align: center;
      transition: top 0.2s ease;
    }

    .mob-center-button {
      margin-top:20px;
      text-align: center;
    }




	
}


