/* product list 1 */
.tabgrid {
    padding-bottom: 12px;
}
.prodlist1 {
    background:#F7F7F7;
	border:2px solid #FFF;
    padding:12px;
    margin-top: 2px;
	margin-bottom: 18px;
	overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px #CCC;
	-moz-box-shadow: 0px 0px 3px #CCC;
	box-shadow: 0px 0px 3px #CCC;
	position: relative;
}
.prodlist1:hover {
	-webkit-box-shadow: 0px 0px 3px #1F90BB;
	-moz-box-shadow: 0px 0px 3px #1F90BB;
	box-shadow: 0px 0px 3px #1F90BB;
}
.prodlist1 .image {
	text-align: center;
    position: relative;
}
@media (max-width: 767px) {
    .prodlist1 button.btn-umod {
    margin-bottom: 12px;
    }
}
.prodlist1 .image a {
	display: block;
}
.prodlist1 .image a:hover {
	opacity: 0.9;
}
.prodlist1 .image img {
	margin-left: auto;
	margin-right: auto;
}
.prodlist1 p.desc {
    display: none !important;
}
.prodlist1 .caption {
    margin-top:12px;
	padding: 0 15px;
	min-height: 88px;
}
.prodlist1 .caption h4 {
    font-size: 14px;
	font-weight: normal;
    line-height: 18px;
    color: #444;
    min-height:28px;
    margin-bottom:5px;
}
.prodlist1 .rating {
    position: relative;
	padding-bottom: 10px;
}
.prodlist1 .rating .fa-stack {
	font-size: 8px;
}
.prodlist1 .rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.prodlist1 .rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.prodlist1 .rating .fa-star + .fa-star-o {
	color: #E69500;
}
.prodlist1 h2.price {
	margin: 0;
}
.prodlist1 .price {
	color: #222;
    font-size: 14px;
    font-weight: normal;
}
.prodlist1 .price-new {
	font-weight: 600;
    color: #689913;
}
.prodlist1 .price-old {
    font-size: 14px;
    font-weight: normal;
	color: #F00;
	text-decoration: line-through;
	margin-left: 0px;
}
.prodlist1 .price-tax {
	color: #999;
	font-size: 12px;
    font-weight: normal !important;
	display: block;
}
.prodlist1 .image .button-group {
	background-color: #DDD;
	overflow: auto;
    display: none;
    position: absolute;
    z-index:9;
    width:100%;
    left:0px;
    bottom:0px;
    z-index:9;
}
.prodlist1 .image .button-group button, .prodlist1 .image .button-group a {
	width: 25%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #1F90BB;
	color: #FFF;
	line-height: 32px;
    height:32px;
	text-align: center;
	text-transform: uppercase;
    text-shadow:0px 1px 0px #666;
    overflow: hidden;
}
.prodlist1 .image .button-group button + button, .prodlist1 .image .button-group button + a, .prodlist1 .image .button-group a + button {
	width: 25%;
	border-left: 1px solid rgba(211, 211, 211, .2);
}
.prodlist1 .image .button-group button:hover, .prodlist1 .image .button-group a:hover {
	color: #FFF;
	text-shadow:0px 1px 0px #000;
	text-decoration: none;
	cursor: pointer;
}
.prodlist1 span.atc {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}
.prodlist1 a.popthumb {
    display:none !important;
}

/* product list 2 */
.prodlist2 {
    background:#FFF;
	border:1px solid #EEE;
    padding:8px;
    margin-top: 2px;
	margin-bottom: 18px;
	overflow: hidden;
    text-align: center;
	position: relative;
	padding-bottom: 48px;
}
.prodlist2:hover {
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
.prodlist2 .image {
	text-align: center;
    position: relative;
}
.prodlist2 .image a {
	display: block;
}
.prodlist2 .image a:hover {
	opacity: 0.9;
}
.prodlist2 .image img {
	margin-left: auto;
	margin-right: auto;
}
.prodlist2 .image .qview {
	background-color: #EEE;
    display: none;
    position: absolute;
    z-index:9;
    left:0px;
    right:0px;
    top:45%;
    width:42px;
    padding: 14px 5px 6px 5px;
    margin:auto;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
}
.prodlist2 .image .qview i {
    font-size: 18px;
    font-weight: normal;
    text-shadow: none;
}
.prodlist2 .image .qview:hover {
    background-color: #333;
}
.prodlist2 .image .qview a {
    color: #333;
}
.prodlist2 .image .qview:hover a {
    color: #FFF;
}
.prodlist2:hover .image .qview {
    display: block;
}
.prodlist2 .desc {
    display: none !important;
}
.prodlist2 .caption {
	padding: 0px 8px;
    margin-top:4px;
    margin-bottom:12px;
    min-height: 48px;
}
.prodlist2 .caption h4 {
    font-size: 14px;
    margin-bottom: 5px;
	font-weight: normal;
    line-height: 16px;
    color: #444;
}
.prodlist2 .rating {
	padding-bottom: 5px;
}
.prodlist2 .rating .fa-stack {
	font-size: 8px;
}
.prodlist2 .rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.prodlist2 .rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.prodlist2 .rating .fa-star + .fa-star-o {
	color: #E69500;
}
.prodlist2 h2.price {
	margin: 0;
}
.prodlist2 .price {
	color: #222;
    font-size: 14px;
    font-weight: normal;
}
.prodlist2 .price-new {
	font-weight: 600;
    color: #689913;
}
.prodlist2 .price-old {
    font-size: 14px;
    font-weight: normal;
	color: #F00;
	text-decoration: line-through;
	margin-left: 0px;
}
.prodlist2 .price-tax {
	color: #999;
	font-size: 12px;
    font-weight: normal !important;
	display: block;
}
.prodlist2 .button-group {
	overflow: auto;
    width:100%;
    max-width: 130px;
    position: absolute;
    bottom:12px;
    left:0;
    right:0;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}
.prodlist2 .button-group button, .prodlist2 .image .button-group a {
	border: none;
	display: inline-block;
	color: #333;
	background-color: #EDEDED;	
	line-height: 16px;
	padding: 12px 12px 10px 12px;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
}
.prodlist2 .button-group button:hover, .prodlist2 .button-group a:hover {
	color: #FFF;
    background-color: #333;
	text-decoration: none;
	cursor: pointer;
}
.prodlist2 span.atc {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}
.prodlist2 a.popthumb {
    display:none !important;
}

/* product list 3 */
.prodlist3 {
    background:#EEE;
	border:1px solid #EEE;
    padding:0px;
    margin-top: 5px;
	margin-bottom: 15px;
	overflow: hidden;
    text-align: left;
    display:table;
    position: relative;
}
.prodlist3:hover {
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
.prodlist3 .image {
	text-align: center;
    position: relative;
}
.prodlist3 .image a {
	display: block;
}
.prodlist3 .image a:hover {
	opacity: 0.9;
}
.prodlist3 .image img {
	margin-left: auto;
	margin-right: auto;
}
.prodlist3 .image .qview {
	background-color: #EEE;
    display: none;
    position: absolute;
    z-index:9;
    left:0px;
    right:0px;
    top:45%;
    width:42px;
    padding: 12px 5px 8px 5px;
    margin:auto;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
}
.prodlist3 .image .qview i {
    font-size: 18px;
    font-weight: bold;
    text-shadow: none;
}
.prodlist3 .image .qview:hover {
    background-color: #333;
}
.prodlist3 .image .qview a {
    color: #333;
}
.prodlist3 .image .qview:hover a {
    color: #FFF;
}
.prodlist3:hover .image .qview {
    display: block;
}
.prodlist3 p.desc {
    display: none !important;
}
.prodlist3 .caption {
	padding: 0px 10px;
    margin-top:8px;
    margin-bottom:8px;
    min-height:70px;
}
.prodlist3 .caption h4 {
    font-size: 13px;
	font-weight: bold;
    line-height: 16px;
    color: #444;
}
.prodlist3 .rating {
	padding-bottom: 8px;
}
.prodlist3 .rating .fa-stack {
	font-size: 8px;
}
.prodlist3 .rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.prodlist3 .rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.prodlist3 .rating .fa-star + .fa-star-o {
	color: #E69500;
}
.prodlist3 h2.price {
	margin: 0;
}
.prodlist3 .price {
	color: #222;
    font-size: 14px;
    font-weight: normal;
    vertical-align: bottom !important;
}
.prodlist3 .price-new {
	font-weight: 600;
    color: #689913;
}
.prodlist3 .price-old {
    font-size: 14px;
    font-weight: normal;
	color: #F00;
	text-decoration: line-through;
	margin-left: 0px;
}
.prodlist3 .price-tax {
	color: #999;
	font-size: 12px;
    font-weight: normal !important;
	display: block;
}
.prodlist3 .button-group {
	overflow: hidden;
    width:100%;
    display:none;
    position: absolute;
    z-index:9;
    bottom: 0px;
    background-color: #EEE;
}
.prodlist3 .button-group button {
    width: 60%;
	border: none;
	display: inline-block;
	float: left;
    text-align: center;
	border: none;
	color: #333;
	line-height: 16px;
    padding: 10px 12px 8px 12px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.prodlist3 .button-group button + button {
	width: 20%;
	border-left: 1px solid #FFF;
    text-align: center;
}
.prodlist3 .button-group button:hover, .prodlist3 .button-group a:hover {
	color: #FFF;
    background-color: #333;
	text-decoration: none;
	cursor: pointer;
}
.prodlist3 span.atc {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}
.prodlist3 a.popthumb {
    display:none !important;
}
.btn-umod {
    cursor: pointer;
	color: #FFF;
	text-shadow:0px 1px 0px #666;
	background: #1F90BB;
    border-color: #1F90BB;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
    border:none;
    padding: 8px 12px;
    text-transform: uppercase;
}
.btn-umod:hover {
    color: #FFF;
    box-shadow: 0 0 0 0.2rem rgba(31, 144, 187, 0.5);
}
.btn-umod-std {
    color: #333;
	text-shadow:0px 1px 0px #EEE;
	background: #DDD;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
    border:none;
    padding: 10px 10px;
    text-transform:  uppercase;
}
.btn-umod-std:hover {
    color: #111;
    text-shadow:0px 1px 0px #FFF;
}
/* tabs */
.prodtabs {
   
}
.prodtabs > li {
  float: left;
  margin-bottom: -3px;
}
.prodtabs > li > a {
  margin-right: 0px !important;    
  border-bottom: 3px solid #ddd !important; 
  border-radius: 0;
  font-size: 16px;
}
.prodtabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.prodtabs > li.active > a,
.prodtabs > li.active > a:hover,
.prodtabs > li.active > a:focus {
  font-weight: bold;    
  color: #111;
  cursor: default;
  background-color: #fff !important;
  border-top-width: 1px;
    border-top-color: transparent;
    border-left: none;
    border-right: none;
  border-bottom: 3px solid #1f90bb !important;  
}
.prodtabs > li > a {
    padding: 8px 15px;
}
.prodtabs > li > a:focus, .prodtabs > li > a:hover {
    background-color: #fff !important;
}
.tabspc {
    margin-bottom: 30px;
}
/* quick view */
.quickpop {
	padding:20px 10px 10px 10px; background:#fff;
	min-height:460px;
	max-width:600px; margin: 20px auto;
	position:relative;
	border:8px solid #DDD;
	overflow-y: auto;
    max-height: 600px;
}
.quickimage {
	margin-right:10px;
	margin-bottom:4px;
}
.quickimage img {
	background:#FFF;
	padding:5px;
}
.quickleft {
	float: left;
	margin-right: 10px;
	max-width: 256px;
	border-right:1px solid #DDD;
}
.quickright {
	background: #F7F7F7;
    border:2px solid #FFF;
	min-height:256px;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	text-align:left;
    -webkit-box-shadow: 0px 0px 3px #CCC;
	-moz-box-shadow: 0px 0px 3px #CCC;
	box-shadow: 0px 0px 3px #CCC;
}
.quickleft + .quickright {
	margin-left: 264px;
}
.quickname {
	border-bottom:1px solid #DDD;
    margin-bottom: 8px;
}
.quickname a {
	font-size:20px;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
}
.quickrating {
    display: block;
	margin-top: 4px;
    margin-bottom: 4px;
}
.quickprice {
	display:inline-block;
	font-weight: bold;
	font-size:18px;
	color: #171717;
	margin-bottom: 4px;
	padding:4px 0px;
}
.quickprice-old {
	color: #F00;
	text-decoration: line-through;
	padding:4px 6px;
	margin-left:-6px;
}
.quickprice-new {
	font-weight: bold;
}
.quickrating {
	display: block;
	margin-bottom: 4px;
}
.quickcart, .quickmore {
	margin-top:8px;
	margin-bottom:8px;
	display:inline-block;
}
.quickdesc {
    color: #333;
	padding-top:8px;
	margin-top:20px;
	border-top:1px solid #DDD;
	clear:both;
}
.quickor {
	background:#E7E7E7;
	padding:2px 8px;
	margin-bottom:5px;
	margin-top:2px;
	text-align:center;
	display:inline-block;
}
.quickor a {
	color:#666;
	text-decoration:none;
	text-shadow: 0px 1px 0px #FFF;
	font-size:11px;
	cursor:pointer;
}
/* alert */
.alert-success2 {
	position:fixed;
	width:100%;
	max-width:600px;
	top:4px;
	right:0;
	left:0;
	z-index:10001;
	margin-left:auto;
	margin-right:auto;
	padding: 12px 10px 12px 10px;
	color: #555555;
	-webkit-box-shadow: 0px 0px 12px #222;
	-moz-box-shadow: 0px 0px 12px #222;
	box-shadow: 0px 0px 12px #222;
    font-size:16px;
	line-height:20px;
	text-align:center;
	background: #EAF7D9;
	border: 4px solid #BBDF8D;
}
.alert-info2 {
	position:fixed;
	width:100%;
	max-width:600px;
	top:4px;
	right:0;
	left:0;
	z-index:10001;
	margin-left:auto;
	margin-right:auto;
	padding: 12px 10px 12px 10px;
	color: #555555;
	-webkit-box-shadow: 0px 0px 12px #222;
	-moz-box-shadow: 0px 0px 12px #222;
	box-shadow: 0px 0px 12px #222;
    font-size:16px;
	line-height:20px;
	text-align:center;
	background: #EAF7D9;
	border: 4px solid #BBDF8D;
}
.Jtab-content {
    padding: 15px 0px !important;
    background: none !important;
    overflow: hidden !important;
    display: block !important;
}
.nav-center {  
  text-align: center;
}
.nav-center ul.nav {
    display: inline-block;
}
.nav-center ul.nav li {
      display: inline;
}
.nav-center ul.nav li a {
        float: left;
color: #666;
      }
.nav-center .dropdown-menu li > a:hover {
    color: #FFF;
    float:none;
}
.utab-content > .tab-pane {
  display: none;
}
.utab-content > .active {
  display: block;
}