.color-red { color:red; }

@media(min-width: 580px) {
	.Product-List-ImageCont {
		height: 227px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
		transition: .3s;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.products .box img, .products .box:hover img {
		box-shadow: none;
	}

	.products .box:hover .Product-List-ImageCont {
		box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
	}
}

@media(max-width:767px) {
	table.table.table-theme {
		width: 100%;
		border: none;
	}

	table.table.table-theme thead {
		display: none;
	}

	table.table.table-theme tr {
		display: inline;
	}

	table.table.table-theme td {
		margin: 0;
		width: 100%;
		float: left;
		padding: 8px 8px !important;
	}

	table.table.table-theme tr td:last-child {
		margin-bottom:20px;
	}

	table.table.table-theme tr:last-child td:last-child {
		margin-bottom:0px;
	}

	.mobile-table-title {
		font-weight: bold;
		display: inline-block;
	}

	.mobile-table-title.hidden {
		display: none;
	}
}

.ProductMoreImagesCont {
	/*text-align: center;*/
}

.ProductMoreImageItem {
	width: 94px;
	height: 85px;
	display: flex;
	align-items: center;
	text-align: center;
	/*display: inline-block;*/
	border: 1px solid #dedede;
	margin-top: 5px;
	overflow: hidden;
	float: left;
	margin-right:5px;
}

.nav-wizard > li {
	float: left;
}

.nav-wizard > li > a {
	position: relative;
	background-color: #eeeeee;
	padding: 7px 15px;
	color: #454545 !important;
}

.nav-wizard > li > a .badge {
	margin-left: 3px;
	color: #eeeeee;
	background-color: #428bca;
}

.nav-wizard > li:not(:first-child) > a {
	padding-left: 34px;
}

.nav-wizard > li:not(:first-child) > a:before {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #ffffff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.nav-wizard > li:not(:last-child) > a {
	margin-right: 6px;
}

.nav-wizard > li:not(:last-child) > a:after {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 21px inset transparent;
	border-left: 20px solid #eeeeee;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	z-index: 2;
}

.nav-wizard > li:first-child > a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.nav-wizard > li:last-child > a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
	background-color: #eeeeee;
	color:#337ab7;
}

.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
	border-right-color: #eeeeee;
}

.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
	border-left-color: #eeeeee;
}

.nav-wizard > li.done > a {
	background-color: #e2e2e2;
}

.nav-wizard > li.done > a:before {
	border-right-color: #e2e2e2;
}

.nav-wizard > li.done > a:after {
	border-left-color: #e2e2e2;
}

.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
	color: #ffffff !important;
	background-color: #4273d6;
}

.nav-wizard > li.active > a:after {
	border-left-color: #4273d6;
}

.nav-wizard > li.active > a .badge {
	color: #428bca;
	background-color: #ffffff;
}

.nav-wizard > li.disabled > a {
	color: #777777;
}

.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: #eeeeee;
	cursor: default;
}

.nav-wizard > li.disabled > a:before {
	border-right-color: #eeeeee;
}

.nav-wizard > li.disabled > a:after {
	border-left-color: #eeeeee;
}

.nav-wizard.nav-justified > li {
	float: none;
}

.nav-wizard.nav-justified > li > a {
	padding: 10px 15px;
}

@media (max-width: 767px) {
	.nav-wizard.nav-justified > li > a {
		border-radius: 4px;
		margin-right: 0;
	}

	.nav-wizard.nav-justified > li > a:before,
	.nav-wizard.nav-justified > li > a:after {
		border: none !important;
	}

	.nav-wizard > li > a {
		    padding: 5.5px 10px;
		font-size: 11px;
	}

	.nav-wizard > li:not(:first-child) > a:before {
		border-top: 15px inset transparent;
		border-bottom: 16px inset transparent;
		border-left: 17px solid #ffffff;
	}
	.nav-wizard > li:not(:last-child) > a:after {
		border-top: 15px inset transparent;
		border-bottom: 14px inset transparent;
		border-left: 15px solid #eeeeee;
		right: -15px;
	}

	.nav-wizard > li.active > a:after {
		border-left-color: #4273d6;
	}

	.nav-wizard > li:not(:first-child) > a {
		padding-left:23px;
	}
}

.list-group-theme a.list-group-item {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.list-group-theme a.list-group-item .label {
	text-shadow: none;
}

.list-group-theme a.list-group-item .list-group-item-heading {
	color: #000;
}

ul.details-list {
	list-style-type: none;
	padding-left: 0;
}

ul.details-list li {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 5px;
	padding-top: 5px;
}

ul.details-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.module--cart-list ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.module--cart-list ul li p {
	margin-bottom: 5px;
}

.module--cart-list ul li {
	padding: 10px;
	border-bottom: 1px solid #C6C7C7;
}

.module--cart-list ul li:last-child {
	border-bottom: none;
}

@media(max-width:767px) {
	.remove-btn-group-xs {
	    display: block;
	}
	.remove-btn-group-xs .btn {
		width:100%;
		border-radius:4px !important;
		margin-bottom:5px;
		text-align:left;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.remove-btn-group-sm {
	    display: block;
	}
	.remove-btn-group-sm .btn {
		width:100%;
		border-radius:4px !important;
		margin-bottom:5px;
		text-align:left;
	}
}

@media(min-width:992px) and (max-width:1130px) {
	header nav ul .nav-item .nav-link {
		font-size: 14px;
	}
}