/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/
@media(max-width: 900px){
	.header-opacity-changer{
		background: rgba(255,255,255,1) !important;
	}
	.content-wrapper{
		margin-top:79px;
		padding-top: 0px;
	}
	
	.caption-b > h5 {
	font-size: 16px;
	}
}

ul#nav li a,
.np-cap-title,
.popular-title {
	font-weight: 600 !important;
}

.autoshow-menu-content{
  position: absolute;
  width: 146px;
  height: 0px;
  opacity: 0;
  /*border: 1px solid red;*/
  padding-left: 10px;
  background: rgba(255,255,255,0.8);
  border-radius: 5px;
  font-weight: 900;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.autoshow-menu:hover .autoshow-menu-content{
  height: 87px;
  opacity: 1;
}

.load-box{
	z-index: 0;
}

.h5, h5{
	font-size:18px;
}

.brand-list{
  padding-top:10px;
}

.sr-box{
  border: 1px solid black;
  
  position: relative;

  padding:5px;
  margin:5px;
}

.sr-img > img{
  
  width: 100%;
  left: 0;
  /*max-width: 100%;*/
  
}

.sr-img{
  height: 100%;
  
}

.sr-caption > span{
  font-size: 10pt;
}

.sr-caption{
  margin-top: 5px;
}

.sr-title{
  color: black;
  font-size: 15px;
  font-weight: 700;
  vertical-align: middle;
}
.tirehead{
  border-right: 1px solid silver;
}

#pws-s1, #pws-s2, #pas-s1, #pas-s2, #pts-s1, #pts-s2{
	display: none;
	margin-top: 0;
}

.pws-open{
	
}
/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.trans{
	border: 2px solid #000;
	background-color:transparent;
	font-weight: bold;
	color: black;
}

h3{
	font-weight: bold;
}

#footer-link>a:hover{
  color:#EC3527;
}

.search-result-title{
	padding-bottom: 15px;
}

.thumbnail-a {
  position:relative;
  overflow:hidden;
	padding:0;
  border: 1px solid transparent;
}

.thumbnail-a>img{
  width: 100%;
  height: auto;
}
 
.caption-a {
    position:absolute;
    opacity: 0;
    background:rgba(225,225,225,0.8);
    font-size:0.8vw;
    color:black;
    bottom: 5%;
    width: 80%;
	  left:10%;
    margin: 0px auto;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.thumbnail-a:hover .caption-a {
    opacity: 1;
}

.thumbnail-a:hover{
  border-color: #252525;
  transition: all 1s ease-in-out;
}

.caption-a > center >h4:first-of-type{
  font-weight: 900;
}


.thumbnail-b {
  position:relative;
  overflow:hidden;
  width:19%;
  height: 120px;
  border: 1px solid transparent;
  float:left;
  margin:0 0.5% 0.5% 0.5%;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
  -moz-transition: all 0.3s ease-in-out; /* Firefox */
  -o-transition: all 0.3s ease-in-out; /* IE 9 */
  -ms-transition: all 0.3s ease-in-out; /* Opera */
  transition: all 0.3s;
}

.thumbnail-b img{
  max-width: 100%;
  width: 100%;
  height:auto;
  max-height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
  -moz-transition: all 0.3s ease-in-out; /* Firefox */
  -o-transition: all 0.3s ease-in-out; /* IE 9 */
  -ms-transition: all 0.3s ease-in-out; /* Opera */
  transition: all 0.3s;
  object-fit: cover;
}

@media (min-width: 2300px) {
	.thumbnail-b {
		height: 140px;
		
	}
	.thumbnail-b img{
		object-fit:none;
	}
}


.caption-b {
  position:absolute;
  opacity: 0;
  background:rgba(220,220,220, 0.8);
  width: 80%;  
  bottom: 10%;
  left: 10%;
  color:black;
  font-weight: 900;
  text-transform: uppercase;
  z-index:2;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*.thumbnail-b:hover img{
    -webkit-transform:scale(1.01); /* Safari and Chrome */
    /*-moz-transform:scale(1.01); /* Firefox */
    /*-ms-transform:scale(1.01); /* IE 9 */
    /*-o-transform:scale(1.01); /* Opera */
     /*transform:scale(1.01);*/
     /*transition: all 0.3s ease-in-out;*/
     
/*}*/

.thumbnail-b:hover .caption-b{
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.thumbnail-b:hover{
  border-color: #252525;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.caption-b > center >h4:first-of-type{
  font-weight: 900;
}

.thumbnail-c {
  position:relative;
  overflow:hidden;
	padding:2px;
}

.thumbnail-c>img{
  width: 12vw;
  height: auto;
}
 
.caption-c {
  position:absolute;
  opacity: 0;
  background:rgba(220,220,220, 0.75);
  width:80%;
  left: 10%;
  bottom:10%;
  padding:2%;
  font-size: 2vw;
  color:black !important;
  z-index:2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out; 
  transition: all 0.5s ease-in-out;
}

.caption-c h4{
  font-size:1vw;
  font-weight: 900;
}

.thumbnail-c:hover{
  border: 2px solid #252525;
}

.thumbnail-c:hover .caption-c {
    opacity: 1;
}

#sdb-menu{
  color: white;
}

.red-sidebar{
  background-color: red !important;
  position: fixed;
}

.logo-header{
    padding-bottom: 20px;
    width: 191px;
    height: 70px;
}

.bg-red{
  background-color: red;
}

.store-menu{
  height: 30px;
  background-color: #616e7e;
  text-align: center;
  color: white;
  vertical-align: bottom;
  cursor: pointer;
  text-shadow: none;
  font-weight: bold;
}

.store-menu:hover{
	background-color: #333;
	transition:1s;
}

.store-menu a{
  color: white;
  cursor: pointer;
}

.shop-cart{
  vertical-align: middle;
  text-align: center;
}
.search-box {
    height: 30px;
    width: 200px;
    max-width:0;
    transition: all .5s ease;
    position:absolute;
    right:2px;
    box-sizing:border-box;
    opacity:0;
}
.search-box.expanded {
    max-width:200px;
    opacity:1;
}

.search-icon{
  position: fixed;
  right: 0;
  background-color: #616e7e;
  height: 30px;
  width: 120px;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 2px 20px;
}

.nav-color-top{
  height: 30px;
}

#s7-btn,#s8-btn{
	display: none;
	margin: 10px;
	color: #333;
	padding-top: 10px;
}

.logo-img{
  height: 65px;
  margin-left: 38px;
  margin-bottom: -12px !important;
}

.btn-src{
  height: 83px;
}

.guide-container{
  position: relative;
}

.guide-container:hover{
  opacity:0.8;
}

.howto-container{
  position: relative;
}

.howto-container:hover{
  opacity:0.8;
}

@media (max-width: 991px) {
		.search-result-title{
		padding-bottom:10px;	
		text-align: center;
		}
}

@media (max-width: 1024px){
	.thumbnail-b {
		position:relative;
		overflow:hidden;
		width:19%;
		height: 130px;
		float:left;
		margin:0 0.5% 5% 0.5%;
	}
}

@media (max-width: 768px){
	
	.thumbnail-b {
		position:relative;
		overflow:hidden;
		width:49%;
		height: 120px;
		float:left;
		margin:0 0.5% 5% 0.5%;
	}
	
	.thumbnail-b img{
		max-width: 100%;
		width: 80%;
		margin: 5%;
		height:auto;
		max-height: 100%;
		margin: 0 auto;
		-webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
		-moz-transition: all 0.3s ease-in-out; /* Firefox */
		-o-transition: all 0.3s ease-in-out; /* IE 9 */
		-ms-transition: all 0.3s ease-in-out; /* Opera */
		transition: all 0.3s;
		object-fit: cover;
	}
}

@media (max-width: 600px){
	.thumbnail-b {
		position:relative;
		overflow:hidden;
		width:49%;
		height: 105px;
		float:left;
		margin:0 0.5% 5% 0.5%;
	}
	
	.thumbnail-b img{
		max-width: 100%;
		width: 100%;
		height:auto;
		max-height: 100%;
		margin: 0 auto;
		-webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
		-moz-transition: all 0.3s ease-in-out; /* Firefox */
		-o-transition: all 0.3s ease-in-out; /* IE 9 */
		-ms-transition: all 0.3s ease-in-out; /* Opera */
		transition: all 0.3s;
		object-fit: cover;
	}
}

@media (max-width: 420px){
	.thumbnail-b {
		position:relative;
		overflow:hidden;
		width:48%;
		height:100px;
		float:left;
		margin:0 0.5% 5% 0.5%;
	}
}

@media (max-width: 767px){
  #s7-btn{
    display: none;
  }
  #s8-btn{
    display: block;
	cursor:pointer;
	position: absolute;
	top: 35px;
	left: 70px;
  }
  #s8-btn-r{
    display: block;
	cursor:pointer;
	position: absolute;
	top: 35px;
	right: 70px;
  }
  .search-icon{
	  height: 30px;
	  width: 100px;
	  position: fixed;
	  top: 0;
	  right: 0;
	  float: unset;
	  padding: 2px 10px;
	  margin: 0;
  }
  body{
    padding-top: 0px;
  }
  .nav-color-top{
    height: 0px;
  }

  .xs-hide{
    display: none;
  }

  .logo-img{
    height: 42px;
	margin-bottom: -12px !important;
	margin-left: 0;
  }

  #live-chat{
    display: none;
  }

  .btn-src{
    height: auto;
  }

  .guide-caption{
    font-size: 5vw;
  }

  .howto-caption{
    font-size: 4.5vw;
  }

  .thumbnail-a>img{
    margin:auto; 
  }

  .caption-a{
  }
  .h4, h4 {
  }
/*  
  .thumbnail-b>img{
    width: auto;
    margin:auto; 
  }
*/
  .caption-b{
    max-width: 100%;
  }
  
  .thumbnail-c>img{
    width: auto;
    margin:auto; 
  }

  
  .caption-c{
	padding-top:10%;
  }
  
  .caption-c h4{
	  font-size:3vw;
  }
}

@media (max-width: 400px){
	.fixed .main-header {
		height: 80px !important;
	}
	.store-logo{
		height:60%;
		width:100%;
	}
	
	.caption-a {
    position:absolute;
    opacity: 0;
    background:rgba(225,225,225,0.8);
    font-size:0.8vw;
    color:black;
    bottom: 5%;
    width: 80%;
	left:10%;
    margin: 0px auto;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
	
  #s7-btn{
    display: none;
  }
  #s8-btn{
    display: block;
	cursor:pointer;
	position: absolute;
	top: 35px;
	left: 70px;
  }
  #s8-btn-r{
    display: block;
	cursor:pointer;
	position: absolute;
	top: 35px;
	right: 70px;
  }
  .search-icon{
	  height: 30px;
	  width: 100px;
	  position: fixed;
	  top: 0;
	  right: 0;
	  float: unset;
	  padding: 2px 10px;
	  margin: 0;
  }
}

.product-slider-product{
	width:100%;
	height:100%;
	padding-left:0px;
	padding-right:0px;
    padding-bottom: 10px;
	color:#fff;
}

.product-slider-product>img{
	width:240px;
	height:240px;
}

.product-slider-product > div {
    background-color: rgba(196,196,196, .3);
    opacity: 0;
    position: absolute;
    width: 240px;
    height: 240px;
    top: 0;
    margin: 0 auto;
	transition: all 1.1s;
    color: #ccc;
}

.product-slider-product:hover > div {
    display: block;
	transform: scale(0.99);
    opacity: 1.0;
    background-color: rgba(0,0,0,0.5);    
}
.product-slider-product > div div {
    padding: 60px 40px;
	
}


.product-slider-product-h{
	text-align:center;
	color:#fff;
	font-size:16px;
}

.related-product{
	width:150px;
	height:150px;
	float: left;
	padding-left:1px;
	padding-right:1px;
	color:#fff;
	margin: 0 10px;
}

.related-product>img{
	width:100%;
	height:100%;
}

.related-product > div {
    background-color: rgba(196,196,196, .3);
    opacity: 0;
    position: absolute;
    width:150px;
	height:150px;
	top: 0;
    margin: 0 auto;
	transition: all 0.5s;
    color: #ccc;
}

.related-product:hover > div {
    display: block;
	transform: scale(0.99);
    opacity: 1.0;
    background-color: rgba(0,0,0,0.5);    
}

.related-product-text{
	text-align:center;
	color:#fff;
	font-size:10pt;
	padding: 45px 5px 0px 5px;
}

.related-product-text .label:hover{
	background-color:black;
	transition: all 1s;
}

.caption1{
    right: 0;
    position: absolute;
    z-index: 9;
    width: 50%;
    color: #000;
    text-shadow: none;
    height: 150px;
    overflow: hidden;
    padding-right: 20%;
    
}



.caption2{
    float: left;
    position: absolute;
    z-index: 9;
    width: 50%;
    color: #fff;
    text-shadow: none;
    height: 150px;
    overflow: hidden;
    padding-left: 20%;
    padding-top: 10%;
}

@media (max-width: 1024px) {
	.product-slider-product>img{
		width:200px;
		height:200px;
	}
	
	.product-slider-product>div{
		width:200px;
		height:200px;
		margin:0px 0 0 0px;
	}
	

	.product-slider-product > div div {
		padding: 20% 10px;
	}
	
}	


@media (max-width: 768px) {
	.product-slider-product>img{
		width:140px;
		height:140px;
	}
	
	.product-slider-product>div{
		width:140px;
		height:140px;
		margin:0px 0 0 0px;
	}
	

	.product-slider-product > div div {
		padding: 20% 10%;
	}
	
	.product-slider-product-h{
		font-size:9pt;
	}
}

@media(max-width: 447px){
  .shop-cart{
    font-size: 14px;
  }
}

@media(max-width: 390px){
  .shop-cart{
    font-size: 11px;
  }
}

@media(max-width: 1100px){
  .shop-cart{
    font-size: 11px;
  }
}

/*@media(max-width: 990px){
  .shop-cart{
    font-size: 14pt;
  }
}

@media(min-width: 1060px) and (max-width: 1286px){
  .shop-cart{
    font-size: 9pt;
  }
}

@media(min-width: 1520px) and (max-width: 2001px){
  .shop-cart{
    font-size: 15pt;
  }
}

@media(min-width: 991px) and (max-width: 1059px){
  .shop-cart{
    font-size: 8pt;
  }
}

@media(max-width: 479px){
  .shop-cart{
    font-size: 11pt;
  }
}

@media(max-width: 400px){
  .shop-cart{
    font-size: 9pt;
  }
}*/

@media (max-width: 650px) {
		.caption-b > h5 {
		font-size: 60%;
		}
}

@media (max-width: 736px) {
	.product-slider-product>img{
		width:250px;
		height:250px;
	}
	
	.product-slider-product>div{
		width:250px;
		height:250px;
		margin:0px 0 0 0px;
	}
	

	.product-slider-product > div div {
		padding: 30% 15%;
	}
	
	.product-slider-product-h{
		font-size:12pt;
	}
}

@media (max-width: 568px) {
	.product-slider-product>img{
		width:210px;
		height:210px;
	}
	
	.product-slider-product>div{
		width:210px;
		height:210px;
		margin:0px 0 0 0px;
	}
	

	.product-slider-product > div div {
		padding: 25% 15%;
	}
	
	.product-slider-product-h{
		font-size:12pt;
	}

@media (max-width: 414px) {
	.product-slider-product>img{
		width:90px;
		height:90px;
	}
	
	.product-slider-product>div{
		width:90px;
		height:90px;
		margin:0px 0 0 0px;
	}
	

	.product-slider-product > div div {
		padding: 20% 10px;
	}
	
	.product-slider-product-h{
		font-size:6pt;
	}

	/*
    .top-image-caption-p-first {
        font-size: 17px;
    }
    .top-image-caption-p-second {
        font-size: 18px;
    }
    .top-image-caption-p-third {
        font-size: 15px;
    }
    .top-image-caption-p-fourth {
        font-size: 21px;
        padding-bottom: 3px;
    }
	*/
}
   /*
    @media (max-width: 625px) {
    .top-image-caption-p-first {
        font-size: 14px;
    }
    .top-image-caption-p-second {
        font-size: 13px;
    }
    .top-image-caption-p-third {
        font-size: 11px;
    }
    .top-image-caption-p-fourth {
        font-size: 20px;
        padding-bottom: 3px;
    }
	
    }
	*/
