@media screen and(max-width: 1200px) {
	.slideshow-title h1 {
		font-size: 60px;
		line-height: 65px;
		letter-spacing: -2px;
	}
}

@media screen and(max-width: 992px) {
	.slideshow-title h1 {
		font-size: 50px;
		line-height: 55px;
		letter-spacing: -1px;
	}

	#cart .dropdown-menu {
		min-width: 100%;
	}

	#cart .dropdown-menu table.table-striped tr td:nth-child(1),
	#cart .dropdown-menu table.table-striped tr td:nth-child(2),
	#cart .dropdown-menu table.table-striped tr td:nth-child(3),
	#cart .dropdown-menu table.table-striped tr td:nth-child(4) {
		width: auto;
	}

}

@media screen and(max-width: 768px) {
	.slideshow-title h1 {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: -1px;
	}

	.slideshow-title-button {
		font-size: 14px;
		line-height: 16px;
		padding: 5px 10px;
	}


}