.nav {
    display: flex;
}
.breadcrumb {
	display:none !important;
}
.message {
	padding:20px;
}
.message a {
	font-weight:bold;
	text-decoration:underline;
}
.submit-btn {
    color: #fff;
    border-color: #262626;
    background-color: #262626;
    text-align: center;
    font-size: 16px;
    height: auto;
    display: inline-block;
    line-height: 35px;
    padding: 0 40px;
    margin-top: 20px;
}
.submit-btn:hover {
	color:#fff;
}
.cancel-btn {
    font-size: 16px;
    line-height: 35px;
    padding: 0 40px;
    margin-top:20px;
    margin-left:10px;
}
#loader, #allFavourites-loader, #recentlyViewed-loader {
	margin:20px;
}
.tab-pane {
    padding: 10px 5px;
}
#listMenu {
	float:right;
	margin-top:5px;
}
#listMenu div {
	display:inline-block;
	margin: 0 8px;
	cursor: pointer;
}
#listMenu a {
	color:#222;
}
.listTop {
	width:100%;
}
#favouritesContent, #allFavouritesContent, #recentlyViewedContent{
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
}
#allFavouritesList {
	display:flex;
	flex-wrap:wrap;
}
.strong.Sale.Price{
	color:#262626;
}
.list-item {
	position:relative;
	z-index:0;
    cursor: pointer;
}
.list-item, .create-folder-item, .single-item {
	border:1px solid #989898;
    position: relative;
}

.list-item .delete, .single-item .deleteItem {
	position:absolute;
	top:10px;
	right:10px;
	z-index:1;
	background:white;
	cursor: pointer;
	text-align:center;
}

.list-item .rename {
	position:relative;
	z-index:1000;
}

.list-details {
	border-top:1px solid #989898;
	padding:10px;
	position:relative;
	margin:0;
}

.item-container .list-details {
	min-height:125px;
}

.list-name {
	font-weight: bold;
    padding: 5px 0;
}

.list-actions {
    margin: 0;
    padding: 0;
}

.list-actions .share, .list-actions .rename, .delete, .deleteItem {
	border: 1px solid #222;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    font-size: 17px;
    padding: 6px;
    width: 31px;
    text-align:center;
}

.list-actions .share:hover, .list-actions .rename:hover {
    border-color: #ee3742;
}

.list-actions .share.not-logged-in, .list-actions .rename.not-logged-in {
    color: #aaa;
    border: 1px solid #aaa !important;
}

.item-name a {
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
}

.item-name, .item-details {
	text-align:left;
	padding:0;
}

.item-name {
	font-weight:bold;
	padding-right:10px;
	font-size:12px;
}

.item-options {
    font-size: 12px;
    padding:0;
}

#listName, h3 {
	font-weight: 400;
    color: #222;
    float: left;
    margin-top: 0px;
    margin-bottom: 17px;
    padding-left:10px;
}

.listContents, #allFavouritesList {
    border-top: 1px solid #ddd;
    width:100%;
    display:flex;
    flex-wrap:wrap;
}

.listContents p {
	padding:15px;
}

#listMenu i {
    border: 1px solid #222;
    width: 23px;
    display: inline-block;
    margin-right: 0px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    font-size: 11px;
}

.list-container {
    margin-top: 2%;
    padding-left:6px;
    padding-right:6px;
}

.tab-content{
	border: 1px solid #ddd;
    border-top: 0;
    padding-bottom:25px;
}

.item-brand {
	display:block;
	margin-bottom:5px;
	font-weight:normal;
}

#share-message {
	width:100%;
}

body.modal-open {
    overflow: visible;
}
.modal-body {
	text-align:center;
}
h2 {
	font-size:23px;
	font-weight:400;
}
.modal input[type="text"], .modal input[type="email"] {
	font-size: 20px;
    padding: 5px;
}
h3.share-folder-name {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    padding-top: 15px;
}
.item-details {
    font-size: 12px;
    text-align:right;
}
.item-details strong {
    display: block;
    font-size: 13px;
    line-height:17px;
}

.share-folder-modal {
	padding:20px;
	max-width:700px;
}

.modal-title {
	text-align:left;
	color: #222;
    font-weight: 300;
    margin-top: 2px;
    padding-left: 11px;
}

#thank-you h4 {
	font-size: 15px;
    margin: 30px 0;
}

#loadericon{
    font-size:2.5em;
    color:#555;
    display:none;
}
.reqd-text{
    display:none;
    color:red;
    font-size:0.9em;
    font-style:italic;
}

.list-actions .atc-btn, .list-actions .view-btn-container, .download-specs {
    color: #fff;
    background-color: #262626;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    padding: 0 11px;
    margin: 0px 1%;
    margin-top: 10px;
    width: 48%;
    border-radius: 4px;
    font-size: 12px;
    position: relative;
}

.list-actions .atc-btn i {
    font-size: 19px;
    margin-top: 4px;
}

.view-btn, .view-btn:hover {
	color: white;
	font-size: 12px;
}

.download-specs {
	background: #ddd;
	color: black;
    cursor: pointer;
}
.item-options{
	float:none;
	width: 100%;
}

#atcConfirmationModal .modal-title {
	color: #262626;
    font-weight: 300;
    padding: 25px 0;
}

.viewItemNote {
    position: absolute;
    top: 35px;
    padding: 8px 11px;
    background: white;
    border: 1px solid #555;
    left: 5px;
    min-width: 200px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    z-index:10;
    color: black;
}

.tooltip {
	min-width:115px;
}

.single-item a {
    display: block;
    max-height: 275px;
    overflow: hidden;
}

.discontinued {
    position: absolute;
    background: #222;
    top: 14px;
    padding: 3px 10px;
    font-size: 12px;
    color: white;
}
.notes-container {
    width: 100%;
    background: #f4f4f4;
    margin-top: 14px;
    border-radius: 6px;
    overflow: hidden;
}
.notes-actions {
	width: 100%;
	margin: auto;
}
.notes-actions > div {
    padding: 5px;
}
.notes-content {
    font-size: 12px;
}
.add-notes {
    font-size: 12px;
    text-decoration: underline;
}
.description_showmore {
    text-align: center;
}
.description_showmore .showmore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0 0 0;
    background-color: rgba(255,255,255,0.9);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,1) 80%, #fff 100%);
}
.description_showmore .btn {
    text-decoration: underline;
    font-size: 12px;
    color: black;
}
.hide {
    display: none!important;
}
.modal-header .close {
    font-size: 2rem;
    background: none;
}

@media(min-width:768px){
.share-folder-modal {
	width:700px;
}
.modal-dialog {
    margin: 100px auto;
}
}

@media(max-width:768px){
#listMenu{
	float: none;
    margin-bottom: 20px;
}
#listName, h3{
	float:none;
	font-size:18px;
}
.fav-container {
    margin: 0px;
}
.fav-container h1 {
	font-size:20px;
	font-weight:500;
}
}

@media (max-width:560px){
.single-item a {
    max-height: initial;
}
.list-actions .atc-btn, .list-actions .view-btn{
	margin-top:10px;
	position:relative;
	bottom:0;
	right:0;
}
.item-options {
	float:none;
}
.item-container .list-details {
	min-height:125px;
}
.modal-dialog {
    margin: 50px 10px;
}
.item-details strong {
    display: inline-block;
    margin-right: 5px;
}
.item-details {
    margin:5px 0;
    text-align:left;
}
.item-details strong{
	color:#777;
}
#listMenu div {
    margin: 7px 8px;
    width: 44%;
}
.list-container {
    margin: 15px 0;
}
.modal-footer {
    text-align: center;
}
.submit-btn, .cancel-btn {
    padding: 0 20px;
    font-size:15px;
}
.item-name a {
	font-size:17px;
}
}