@charset "utf-8";
/* CSS Document */
.caption h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.thumb-img-link {
	position: absolute;
	left: 15px;
	right: 15px;
	height: 425px;
	top: 0;
	z-index: 9;
}
.featuredList .thumb-img-link:hover{
	border: 1px solid #64bd33;
    border-radius: 4px;
    box-shadow: 0 1px 3px #64bd33;
}
.thumb-img-link:hover{
	border: 1px solid #64bd33;
    border-radius: 4px;
    box-shadow: 0 1px 2px #64bd33;
}
.thumb-img {
	position: relative;
	height: 195px;
	display: flex;
    align-items: center;
    justify-content: center;	
}
article.thumbnail:hover{
	cursor: pointer;
	border: 1px solid #64bd33;
    border-radius: 4px;
    box-shadow: 0 1px 3px #64bd33;
}
.thumbnail{
	height: 425px;
}
.thumbnail img {
	max-height: 170px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.panel-heading {
	padding: 8px 15px;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color:transparent;
}
.nav>li>a:focus{
	text-decoration:none;background-color:transparent
}

.brand img {
	margin-left: 25px;	
}
* { 
	margin:0;
	padding:0;
}
#footerSection {background:#000760; color:#fff; padding:28px 45px 0px; margin-top:20px; }
#footerSection a{color:#ccc; font-size:11px; padding:0; line-height:24px; display:block; }
#footerSection a:hover{color:#fff;  }
#footerSection  #socialMedia a{ min-width:25px; display:inline; margin-right:6px; text-align:center; line-height:1.5em;}
#socialMedia img{max-width:60px;}
#footerSection  #socialMedia a:hover{background:none;}
.breadcrumb-row {
	padding: 0 15px;
}
.breadcrumb {
	margin-bottom: 0px;
}
.featuredList .thumbnail {
	border-color: #64bd33;
}
.page-title {
	margin-top: -5px;
}
.page-title h1 {
	text-transform: capitalize;
}
.content {   
}
.related-search {
	margin-top: 5px;
	padding-top: 5px;
	/*border-top: 1px dotted #e5e5e5;*/
	line-height: 3rem;
}
.sort-menu {
	margin-top: 20px;
}
.inline {
	display: inline-block;
}
#availabe {
	margin-left: 15px;
    color: #878787;
}
.product-title h2 {
	font-size: 18px;
}

.product-title a {
	color: #333;	
	text-decoration:none;
}
.product-title a:hover {
	color: #333;	
	cursor: pointer;
	text-decoration:none;
}


.info-area {
	display: none;
	position: absolute;
    left: -5px;
	right: -20px;
    top: -5px;
	max-height: 200px;
    margin-right: 15px;
    border-radius: 4px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
	background: #fff;
	opacity: 0.88;
    color: #333;
	z-index: 3;
	animation: fade-in;
	animation-duration: 1s;
	-moz-animation: info-area 1s infinite;
	-webkit-animation:fade-in 1s;
}
p.info-p {
	position: relative;
    line-height: 1.4em;
    height: 14em;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
p.info-p::after {
	content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
}
.product-info {
	display: flex;
}
.pCondition {
	border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 2px 4px;
    color: #788492;
}
.condition-area {
	flex: 0 0 50%;
	text-align: left;	
}
.info-icon-area {
	text-align: right;
    flex: 0 0 50%;
    justify-content: flex-end;
}
.icon-info-sign {
	color: #b7b7b7;
}
.icon-info-sign:hover {
	color: #5A5959;
}
.product-title {
	border-bottom: 1px solid #ddd;	
}
.price-zone {
	position: relative;
}
.price-zone-link {
	position: absolute;
	left: -15px;
	right: -15px;
	bottom: -10px;
	top: -10px;
	z-index: 9;
}
.price-area {
	margin-top: 10px;
    white-space: nowrap;	
}
.shipping-area {
	display: block;
	font-weight: 500;
	font-size: 12px;
	color: gray;
	height: 16.89px;
	margin-top: 6px;
}
.shipping-label{
	padding-right: 5px;
}
.like-heart{
	color:#bcb7b7;
	font-size: 11px;
	padding-right: 2px;
}
.cPrice {
	margin: 10px 0px 0px;
    font-size: 2rem;
    color: #ea413b;
    height: 22.22px;
    line-height: 22.22px;
    display: inline-block;
}

.cPrice a {
	color: #ea413b;	
	text-decoration:none;
}
.cPrice a:hover {
	color: #ea413b;	
	cursor: pointer;
	text-decoration:none;
}
.oPrice {
	olor: #b5b5b5;
	font-size: 1.2rem;
	text-decoration: line-through;
}
.ctaH4 {
	text-align:center;
	background-color:  #64bd33;	
	font-weight: 300;
	line-height: 3rem;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ctaH4:hover {
	background-color: #54ad23;	
	cursor:pointer;
}
.featuredList .ctaH4 {
	background-color: #64bd33;
}
.featuredList .ctaH4:hover {
	background-color: #54ad23;
}

.featuredList .info-area {
	border-color: #64bd33;
	border-width: 1px 1px 0 1px;
}
a.ctaHref:hover {
	color: white;	
	cursor: pointer;
	text-decoration:none;
}
.ctaHref{
	width: 85%;    
	height: 32px;    
	color: white;
}
.ctaHref:focus{
 color: white;
 text-decoration: inherit;
}
.ctaHref:visited{
 color: white;
 text-decoration: inherit;
}
#subscribe-button,#refine-button{
	background-color: #64bd33;
    background-image: none;
    color: white;
    border: none;
    text-shadow: none;
    border-radius: inherit;
    font-weight: 600;
    line-height: 28px;
    margin: 10px 0 5px 0;	
}
#subscribe-button:hover {
	background-color: #54ad23;	
	cursor:pointer;
}
#refine-button:hover {
	background-color: #54ad23;	
	cursor:pointer;
}
.pagination li>a:hover {
	cursor:pointer;
}
.hov-plat {
	position: absolute;
    max-width: 60px;
    right: 25px;
    text-align: right;
    margin-top: 2px;
    z-index: 2;
}
img.hov-plat-logo {
	max-height: 30px;
    max-width: 100%;
}

.hov-plat-name {
	font-size: 1.2rem;
	font-weight:bold;
}

.hov-discount {
	z-index: 2;
	position: absolute;
    width: 96px;
	top: 0px;
	left: 15px; 
	height: 94px;
	background: url(/static/img/discount.svg) no-repeat;
	background-size: 100%;
}
.hov-discount .discount-text {
	color: white;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 24px;
    margin-left: -22px;
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);	
}
.thumbnail a>img {
	margin-top: 25px;
	transition: all 0.6s;
}
.thumbnail a>img:hover {
    transform: scale(1.1);
}
.navarea {
	margin-bottom: 20px;	
}

.navbar.navbar-inverse {
	display: flex;	
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	border-radius: 0px;
	border: none;
	margin-bottom: 0;
	background-color: #000760;
}
.navbar .navbar-header {
	flex: 0 0 200px;
	order: 10;
}
.navbar .search-bar {
	flex: auto;
	margin-left: 10%;
    margin-right: 2%;
	order: 20;
}
.navbar .stats-bar {
	flex: 0 0 200px;
	content: " ";	
	order: 30;
}
.navbar .search-bar .form-group {
	flex: auto;
	width: 100%;
}
.navbar .search-bar .form-group .input-append {
	display: flex;
}
.navbar .search-bar .form-group .input-append .form-control {
	
	width: 80%;
	border: none;
	border-radius: 0;
}
.navbar .search-bar .form-group .input-append .btn-primary {
	flex: 0 0 80px;	
	width: 80px;
	border: none;
	height: 34px;
	border-radius: 0;
	
	background-color: #f55341;
}
i.icon-filter.icon-2x.dropdown-toggle {
	display:none;
}
button.btn.btn-default.dropdown-toggle {
	display:block;
}
.navbar-collapse {
	background: #000760;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.navbar-collapse .navbar-nav {
	width: 100%;
	display: flex;
	align-items: stretch;
}
.navbar-collapse .navbar-nav>li {
	flex: auto;	
}
.navbar-collapse .navbar-nav a {
	color: white;	
	text-align: center;
	font-size: 1.5rem;
}
.navbar-collapse .navbar-nav a:hover {
	color: #f55341;	
	background: #000760;
}

.show-more-loading {
	height: 46px;
}

.show-more-button {	
	-moz-box-shadow: 0px 3px 5px 1px #e8e8e8;
	-webkit-box-shadow: 0px 3px 5px 1px #e8e8e8;
	box-shadow: 0px 3px 5px 1px #e8e8e8;
	background-color:#ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:10px 46px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;	
}
.show-more-button: hover {	
	color:#202020;
}
.show-more-button:active {
	position:relative;
	top:1px;
}
@media (max-width: 991px) and (min-width: 768px) {
	.navbar .search-bar {		
		margin-left: 2%;
	}
	#sideManu {
		display: none;
	}
}

@media (max-width: 767px) and (min-width: 480px) {
	.navbar .search-bar {
		order: 40;
		width: 100%;
		margin-left: 2%;
	}
	.navbar .stats-bar {
		flex: auto;	
	}
	.navbar-collapse .navbar-nav {
		width: auto;
		display: block;		
	}
	.navbar-collapse .navbar-nav>li {
		flex: none;	
	}
	#sideManu {
		display: none;
	}
	.show-more-button {	
		width: 100%;
	}
	.navarea {
		margin-bottom: 20px;
	}
	.navbar-form {
		padding: 0px 0px 0px 15px;
		margin-top: 0px;
		margin-bottom: 0px;
		border-top: transparent;
		border-bottom: transparent;
		box-shadow: none;
		webkit-box-shadow: none;
	}
	i.icon-filter.icon-2x.dropdown-toggle {
		display:block;
	}
	button.btn.btn-default.dropdown-toggle {
		display:none;
	}
	.breadcrumb-row .page-title {
		width:90%;
	}
	.breadcrumb-row .page-title h1{
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.navbar .search-bar {
		order: 40;
		width: 100%;
		margin-left: 2%;
	}
	.navbar .stats-bar {
		flex: auto;	
	}
	.navbar-collapse .navbar-nav {
		width: auto;
		display: block;		
	}
	.navbar-collapse .navbar-nav>li {
		flex: none;	
	}
	#sideManu {
		display: none;
	}
	.show-more-button {	
		width: 100%;
	}
	.navarea {
		margin-bottom: 20px;
	}
	.navbar-form {
		padding: 0px 0px 0px 15px;
		margin-top: 0px;
		margin-bottom: 0px;
		border-top: transparent;
		border-bottom: transparent;
		box-shadow: none;
		webkit-box-shadow: none;
	}
	i.icon-filter.icon-2x.dropdown-toggle {
		display:block;
	}
	button.btn.btn-default.dropdown-toggle {
		display:none;
	}
	.breadcrumb-row .page-title {
		width:90%;
	}
	.breadcrumb-row .page-title h1{
		font-size: 20px;
	}
}

#custom-search-input{
    padding: 3px;
    margin-left:15%;
    margin-right:15%;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}


#recommend_div {
    position: absolute;        
    border: 1px solid #BDBDBD;
    border-top: 0px;
    overflow: hidden;  
    display: none;
    background-color: #FFF;
    z-index: 999;
    margin-top: 10px;            
}

.recommend-word-div {
    height: 20px;            
    margin-top: 1px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
}
.recommend-word-div-selected{
    background-color: #F2F2F2;
}
.recommend-word-div span{
    font-size: 14px;
    color: #BDBDBD;
    margin-left: 12px;
}

.to-top-area {
	position: fixed; 
	bottom: 40px; 
	right: 20px; 
	z-index: 99999; 
}

.to-top {	
	display: none;
    border-radius:50%;
    color:#A4A4A4;    
    font-size: 30px;    
}
.to-top:hover {
    color: #585858;
}
.to-top:active {
    background-color: #E6E6E6;
}

.deal-related-item {
    color: #878787;
	margin-top: 5px;
    padding: 0px 8px;
    font-size: 1.5rem;
    text-transform:capitalize;
    display: inline-block ;
}
.deal-related-item:hover {
    text-decoration: none;
}

.deal-related-item-link {
	text-decoration: none;
    background-color: #f5f5f5;
    margin-right: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.07);
}
.breadcrumb-title {
	text-transform:capitalize;
}
.ads-below-title {
	padding-top: 5px;
    padding-bottom: 5px;
	margin-left: -15px;
    margin-right: -15px;
}
.ads-above-footer {
	margin-top: 15px;
	overflow: hidden;
}
#footer_ad_2 {
	margin-top: 10px;
}
.col-lg-2_4 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-2-e {
    min-height: 1px;
    position: relative;
}

#nav_more {
	background-color: #000760;
	padding-right: 0px;
	padding-left: 0px;
	right: -15px;
	left: auto;	
}

#nav_more a {
	text-align: left;
}

#nav_more a:hover {
	background-color: transparent;
}
.amazon-trademark {
	text-align: center;
}
.amazon-trademark p {
	color: #ccc;
	font-size: 11px;
}

@media (min-width: 1200px) {
    .col-lg-2_4 {
        width: 20%;
        float: left;
    }
  
}
@media (max-width: 991px) {
    .col-xs-2-e {
        width: 50%;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }
    .hov-discount{
        left: 0px;
    }
    .thumbnail {
    	height: 415px;
        padding: 4px;
        margin-bottom: 0px;
        border-radius: 0px;
        border-style: solid;
        border-width: 0 0 0 0;
    }
    .thumb-img-link{
    	height: 415px;
    	left: 0;
    	right: 0;
    }
    .hov-plat {
        right: 4px;
    }

    img.hov-plat-logo {
    	top:0px;
		max-height: 25px;
	}

    .hov-discount {
        z-index: 2;
        position: absolute;
        width: 68px;
        top: 0px;
        left: 0px; 
        height: 70px;
        background: url(/static/img/discount.svg) no-repeat;
        background-size: 100%;
    }
    .hov-discount .discount-text {
        color: white;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        margin-top: 20px;
        margin-left: -18px;
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);  
    }
    .info-area {            
        left: 0px;        
        border-top: 0px solid #ddd;
        margin-right: 0px;
        border-radius: 0px;
    }
    .featuredList .info-area {
		border-color: #f7b43e;
		border-width: 1px 1px 0 0;
	}
    .product-title h2 {
        font-size: 12px;
    }        
    ul {
        margin-bottom: 0px;
    }
    .show-more-loading {
        margin-top: 10px;
    }

    .show-more-button{
        margin-top: 10px;
    }

    .list-item-1-row-left {
        border-width: 1px 1px 1px 0;
    }

    .list-item-1-row-right {
        border-width: 1px 0 1px 0;
    }

    .product-list-item-left{
        border-width: 0 1px 1px 0;   
    }
    .product-list-item-right{
        border-width: 0 0 1px 0;   
    }
    .navbar-form {
        margin-right: 0px;
    }
	.ads {
		text-align: center;
	}
}

@media (max-width: 768px) {
	#nav_more a {
		text-align: center;
	}
	.related-search {
    	display: none;
	}
	.ads {
		text-align: center;
	}
}

@media screen and (min-width: 800px) and (max-width: 1420px)  {
  .page-title h1 {
	  font-size: 24px;
	  margin-top: 10px;
	  margin-bottom: 0px;
  }
  .btn-group.pull-right.sort-menu {
	  margin-top: 0px;
  }
  .breadcrumb {
	  padding: 0px;
  }
  .related-search {
	margin-top: 0px; 
    padding-top: 0px; 
    line-height: inherit; 
	font-size: inherit;
  }
  .deal-related-item {
	font-size: 10px;
  }
  .navarea {
	margin-bottom: 20px;
  }
  .navbar-nav>li>a {
	padding-top: 5px;
    padding-bottom: 5px;
  }
}