img {
	max-width: 100%;
	height: auto;
}
.hidden-sm-md-lg {
	display: none !important;
}

@media only screen and (max-width : 970px) {
	header h1 {
		width: 150px; height: 55px; line-height:55px;
		margin: 0 auto 10px auto;
	}
		header h1 span {
			width: 150px; height: 55px; line-height:55px;
			background: url(../i/logo--mob.png) 0 0 no-repeat;
		}
	.sm-hidden {
		display: none;
	}
	.sm-show {
		display: block;
	}
	.detail .features {
		width: 100%;
	}

	header {
		position: relative;
		padding-bottom: 50px;
	}
	header .navbar-main {
		position: absolute;
		left: -30%;
		top: 75px;
		width: calc(100% + 25%);
	}
	
}


@media only screen and (max-width : 768px) {
	.hidden-sm-md-lg {
		display: block !important;
	}
	.hide-xs-sm {
		display: none;
	}

	.zobrazcart {
		display: none !important;
	}
	.headerTop {
		display: none;
	}

	/* header */
	header {
		background-color: #fff;
		padding-bottom: 5px;
	}

	header .navbar-header {
		position: absolute;
		right: 0; top: 10px;
	}
	.navbar-toggle {
		width: 90px;
		font-weight: bold;
		background-color: #fff;
	}
	.navbar-toggle .textbtn {
		position: relative;
		top: -3px;
		color: #8f7e73;
	}
	.navbar-toggle .icon-bar {
		background-color: #8f7e73;
		margin-right: 5px;

	}
	header .cart {
		margin: 0 auto;
		float: none !important;
		background-position: 0 5px;
		padding: 15px 0 0 0;
	}
		header .cart .cartContent {
			height: auto;
		}
		header .cart .cartContent > .href, 
		header .cart .cartContent > a {
			padding: 0 0 0 66px;

		}
	header .navbar-main {
		border: none;
		position: absolute;
		top: 120px; left:0;
		z-index: 999;
		margin: 0 5%;
		width: 90%;
		min-height: 1px;
	}
	header .navbar-main ul {
		background-color: #fff;
		border: 1px solid #eaeaea
	}
		header .navbar-main li {
			width: 100%;
		}
			header .navbar-main li a {
				border: 0;
			}
	header .cart h3 {
		display: inline-block;
		font-weight: bold;
		font-size: 18px;
		padding-right: 10px;
	}



	/* basketTable */
	.basketTable {
		background-color: #fff;
	}
.basketTable  thead {
			display: none;
		}
		.basketTable tr {
			border-bottom: 1px solid #ddd;
			position: relative;
			padding-bottom: 8px;

		}
			.basketTable td {
				display: block;
				border-top: none;
				border:none;
				border-bottom: 0 !important;
			}
			.basketTable td.img {
				width: 80px;
				float: left;
				padding-bottom: 15px;
			}
			.basketTable td.name,
			.basketTable.availability {
				padding-left: 80px !important;
			}
			.basketTable td.name br {
				display: none;
			}
			.basketTable td.availability {
				float: left;
				margin-top: -5px;
				padding: 0 !important;
			}
			.basketTable td.price {
				clear: both;
				text-align: left;
				float: left;
				width: 80px;
			}
			.basketTable td.quantity {
				width: 100px;
				text-align: left;
				float: left;
				padding: 0 0 8px 0;
			}
			.basketTable td.price.total {
				display: none;
			}
				.basketTable td.total span {
					font-weight: normal;
				}
			.basketTable td.actions {
				float: right;
			}
		.basketPagination {
			display: flex;
		}
		.basketPagination li {
			line-height: 1.3em;
			background-color: #fff;
		}
		.basketPagination li span {
			width: 100%;
			font-size: 15px;
			height: 25px;
			line-height: 25px;
			padding: 0;
			text-align: center;
			border-bottom: 1px solid #fff;
		}
		.basketPagination li em {
			padding: 5px 2px;
			display: block;
			font-weight: normal;
			text-transform: none;
		}
		.basketTlacitka {
			padding-bottom: 15px;
		}
		.basketTlacitka .btn-primary {
			margin-left: 0;
			white-space: normal;
		}
	.panelForm .form-inline .form-group {
		width: 100%;
	}
	.panelForm .form-inline .form-group input.form-control, 
	.panelForm .form-inline .form-group select.form-control {
		width: 100%;	
	}
	.categoryTop .categoryTopLine {
		padding-right: 0;
	}
	.categoryTop .categoryTopLine .cist-vice {
		right: 15px;
	}
	.boxPoradime {
		display: none;
	}


}



@media only screen and (max-width : 544px) {
	header h1 {
		margin: 0;
	}
	.basketTlacitka {
		margin: 15px 0 0 0;
	}
	.basketTlacitka .btn-green {
		width: 100%;
		padding: 10px 5px;
		font-size: 14px;
	}
	.basketPagination li {
		font-size: 11px;
	}
	.input280, 
	.input120, 
	.input200 {
    	width: 100%;
	}	
	.col-xxs-6 {
		width: 50%;
	}
	.col-xxs-12 {
		width: 100%;
	}

	.headerTop ul {
		float: none;
		text-align: center;
	}
	.basketLeftPanel .list-item > .row > div:first-child {
		display: none;
	}
	.basketLeftPanel .list-item > .row > div {
		padding: 0 8px;
	}
	.basketLeftPanel .list-item > .row > div.col-xs-5 {
		width: 50%;
	}
}



/*
 * Off Canvas
 * --------------------------------------------------
 */
	@media screen and (max-width: 992px) {
	html,
	body {
	  overflow-x: hidden; /* Prevent scroll on narrow devices */
	}
.row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -100%; /* 12 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -100%; /* 12 columns */
  }

  .row-offcanvas-right.active {
    right: 100%; /* 12 columns */
  }

  .row-offcanvas-left.active {
    left: 100%; /* 12 columns */
    margin-left: 0px;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 100%; /* 12 columns */
  }
}