/* lg */ 
@media (min-width: 1200px) {
	#header-sticky{
		position: sticky; 
		top: -1px;
		z-index: 9999;
	}
	.nav-principal{
		display:flex; 
		flex-direction:row;  
		align-items:center; 
		justify-content: space-around;}
	.nav-collapse-responsive{
		display: flex!important;
		flex-direction: row;
		width: 80%;
	}
	.navbar-search{
		flex-grow: 3;
	}
	.navbar-links{
		flex-grow: 1;
	}
	.search-wrap{
		width: 80%;
	}
	.container-category{
		padding-right: 5em;
		padding-left: 5em;
	}
	.ventaicon{
		background: #eeeeee; display:flex; 
		flex-direction:row; align-items:center;
		justify-content:space-evenly; padding:1em 0.5em;
	}
	.title-producto{
		margin-left: 28px!important;
	}
	.descripcionSei{
		padding-left: 23px;
		padding-right: 25px;
	}

	.versu {
    font-size: 1.4em;
    text-align: center;
	}
	.detalle-container{
		padding-left: 5em;
		padding-right: 5em;
	}
	.img-tarjetas{
		width: 400px !important;
	}

	

	  .img-marcas{
		width: 100px!important;
		height: 100px !important;
	}
	.descripcionSei-pro{
		font-size: 11px;
		padding-left:35px;
		padding-right:30px;
		text-align: justify;
	}

}

@media (min-width: 1200px) and (max-width: 1500px){
	.descripcionSei-pro{
		padding-left: 20px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	#header-sticky{
		position: sticky; 
		top: -1px;
		z-index: 9999;
	}
	.hide-if-bigger{
		display: none!important;
	}
	.nav-principal{
		display:flex; 
		flex-direction:row;  
		align-items:center; 
		justify-content: space-between;}

		.nav-collapse-responsive{
			display: flex!important;
			flex-direction: row;
			width: 80%;
		}

		.navbar-search{
			flex-grow: 1;
		}

		.search-wrap{
			width: 80%;
		}
 
.usa{
	margin-right: 0;
} 

.descripcionSei-pro{
	font-size: 11px;
	padding-left:20px;
	padding-right:20px;
	text-align: justify;
}

.shipping img{
	width: 100%;
}

.searchform input{
	width: 160px;
}

.largoDestacado{
	width: 15.8%;
}

.product-information span span{
	width: 100%;
}

#similar-product .carousel-inner .item img{
	width: 65px;
}

#cart_items .cart_info .cart_description h4, 
#cart_items .cart_info .cart_description p{
	text-align: center;
} 
.ventaicon{
	background: #eeeeee; display:flex; 
	flex-direction:row; align-items:center;
	justify-content:space-evenly; padding:1em 0;
}

.versu {
	font-size: 1.2em;
	text-align: center;
}

.detalle-container{
	padding-left: 3em;
	padding-right: 3em;
}

.product-information span  {
  padding: 0.5em 0.5em 0.5em 0.5em;
}

.footer-border{
	border-right: none;
	height: auto;
}

.img-tarjetas{
	width: 350px !important;
	height: 70px !important;
}


}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	#header-sticky{
		position: sticky; 
		top: -1px;
		z-index: 9999;
	}

	.nav-principal{
		display:flex; 
		flex-direction:row;  
		align-items:center; 
		justify-content: space-around;}

		.nav-collapse-responsive{
			display: flex!important;
			flex-direction: row;
			width: 80%;
			justify-content: space-evenly;
		}

		.navbar-search{
			flex-grow: 1;
		} 
		.navbar-links li a{
			padding-left:0.7em ;
			padding-right:0.7em ;
		}

		.search-wrap{
			width: 80%;
		}
		.hide-if{
			display:none!important;
		}
	
   
.shop-menu ul li a{
	padding-left: 0;
}



.item h2{
	font-size: 24px;
}

.girl{
	margin-left: 0;
}

.pricing{
	width: 100px;
}


.shipping img{
	width: 100%;
}

.slider.slider-horizontal{
	width: 100% !important;
}

.tab-pane .col-sm-3, .features_items .col-sm-4{
	width: 50%;
}

.footer-widget .col-sm-2{
	width: 33%;
	display: inline-block;
	margin-bottom: 50px;
}

.footer-widget .col-sm-3{
	display: inline-block;
	width: 40%;
}

#similar-product .carousel-inner .item img{
	width: 60px;
	margin-left: 0;
}


.product-information .cart{
	margin-left: 0;
	margin-top: 15px;
}

.item-control i{
	font-size: 12px;
	padding: 5px 6px;
}

#cart_items .cart_info .cart_description h4, #cart_items .cart_info .cart_description p{
	text-align: center;
}

.companyinfo h2{
	font-size: 20px;
}

.address {
	margin-top: 48px;
	margin-left: 20px;
}

.address p {
	font-size: 12px;
	top: 5px;
}

.control-carousel {
  top: 40%;
  font-size: 4.5em;
}

.ventaicon{
	background: #eeeeee; display:flex; 
	flex-direction:row; align-items:center;
	justify-content:space-evenly; padding:1em 0.5em;
}
.versu {
	font-size: 1.1em;
	text-align: center;
}
.footer-border{
	border-right: none;
	
}
.img-tarjetas{
	width: 200px !important;
	height: 50px !important;
}
}

/* xs */
@media (max-width: 767px) {

	.venta-wrapper{
		flex-direction: column;
	}

.logo{
	display:flex;
	flex-direction: row-reverse;
	align-items: center;
}
.descripcionSei{
	padding-left: 30px;
	padding-right: 25px;
}

.footer-margin{
	margin-top:35%
}


.title-productoMobile{
	margin-left: 33px;
}

.seiDiseño{
	margin-left: 0px;
}
.descripcionSei-pro{
	font-size: 11px;
	padding-left:37px;
	padding-right:37px;
	text-align: justify;
}
.navbar-collapse {
	padding-right: 0;
}

.navbar-brand{
	flex-grow:1;
}
.navbar-form{
	margin: 0;
}

.navbar-form .form-group {
	margin:0;
}
.form-group{
	margin-bottom: 0;
}

.navbar-nav{
	margin:0;
}
.navbar-search{
	display:flex;
	justify-content: space-between;
	align-items: stretch;
}
	
.header_top .col-sm-6:first-child{
	display: inline-block;
	float: left;
}

.search-wrap{
	flex-grow: 1;
}

.ine{
    
    display:none;
}

.footer-border{
	border-right: none;
	height: auto;
}


.header_top .col-sm-6:last-child{
	display: inline-block;
	float: right;
}

.header-middle .col-sm-4 {
	display: inline-block;
	overflow: inherit;
	width: 100%;
}

.social-icons ul li a i {
	padding: 8px 10px;
}

.shop-menu.pull-right{
	float: none !important;
}

.shop-menu .nav.navbar-nav{
	margin-left: -30px;
}

.header-bottom .col-sm-9{
	display: inline-block;
	width: 100%;
}

.mainmenu{
	width: 100%;
}

.mainmenu ul li{
	background: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
	padding-bottom: 0;
}

.mainmenu ul li:last-child{
	padding-bottom: 15px;
}

.mainmenu ul li  a{
	color: #fff;
}

.navbar-collapse.in{
	overflow: inherit;
}

.mainmenu ul li a.active{
	padding-left: 15px;
}

.dropdown .fa-angle-down{
	display: none;
}

ul.sub-menu{
  position: relative;
  width: auto;
  display: block;
  background: transparent;
  box-shadow: none;
  top: 0;
}

.sub-menu li{
	background: transparent;
}

.mainmenu .navbar-nav li ul.sub-menu li{
	background: transparent;
	padding-bottom:0;
}

.nav.navbar-nav > li:hover > ul.sub-menu{
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  box-shadow: none;
}

.header-bottom{
	position: relative;
}


.header-bottom .col-sm-3 {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 38px;
}


.shipping{
	margin-bottom: 25px;
}

.pricing{
	width: 100px;
}

.footer-top .col-sm-7 .col-sm-3{
	width: 50%;
	float: left;
}

.footer-widget .col-sm-2 {
	width: 28%;
	display: flex;
	margin-bottom: 50px;
	margin-top: 0;
	float: left;
	margin-left: 30px;
}

.companyinfo{
	text-align: center;
}

.footer-widget .col-sm-3{
	display: inline-block;
}


#similar-product {
	margin-bottom: 40px;
}

.well{
	display: inline-block;
}

.large-5{
	text-align: center;
}

.product-information{
	padding-top: 1em;
	padding-bottom: 1em;
	padding: 1em 0 1em 0;
} 

.product-details{
	margin-bottom: 0;
}

.ventaicon{
	background: #eeeeee; display:flex; 
	flex-direction:row; align-items:center;
	justify-content:space-around; padding:1em 0.5em;
}

.versu {
	font-size: 1em;
	text-align: center;
}
.detalle-container{
	padding-left: 1em;
	padding-right: 1em;
}

.product-information span label {
  color: #696763;
  font-family: century gothic;
  font-weight: 700;
  margin-right: 5px;
}

.img-tarjetas{
	width: 250px !important;
	height: 50px !important;
}


}

/* XS Portrait */
@media (max-width: 480px) {

	.section-home{
		margin: 0 0.5rem 0;
	}



.contactinfo ul li a {
	padding-right: 0;
	padding-left: 0;
}


/* .chic{
    text-align: center !important;
} */
.padding-right {
    padding: 0px;
}
.pr{
	text-align: left;
	margin: auto;
}

.seipr{
	width: 100%;

}
/* .navbar-header{
    height: 2px !important;
    position: absolute !important;
    margin-left: -29px !important;
} */



.versu {
    font-size: 1em;
}

.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    width: 100% !important;
}

.sticky {
    position: inherit !important; 
    top: -41px !important;
    width: 100% !important;
    background: white !important;
    z-index: 99999999 !important;
}

.header-bottom .ine{
    
    display:none;
}


.social-icons .pull-right{
	float: none !important;
	text-align: center;
}

.btn-group.pull-right, 
.footer-bottom .pull-left, 
.footer-bottom .pull-right, 
.mainmenu.pull-left,
.media.commnets .pull-left,
.media-list .pull-left{
	float: none !important;
}

.header_top .col-sm-6:first-child{
	display: block;
	float: none;
}

.header_top .col-sm-6:last-child{
	display: block;
	float: none;
}

.contactinfo .nav.nav-pills, .social-icons .nav.navbar-nav{
	display: inline-block;
}
.nav.nav-pills{
	display: flex;
	flex-direction: column;
}



.shop-menu ul li {
	padding: 0;
}

.header-middle .col-sm-4{
	text-align: center;
	overflow: inherit;
}

.shop-menu .nav.navbar-nav {
	margin-left: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child{
	margin-right: 0;
}

.header-bottom .col-sm-9{
	display: inline-block;
	width: 100%;
}

.mainmenu{
	width: 100%;
}

.mainmenu ul li{
	background: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
	padding-bottom: 0;
}

.mainmenu ul li:last-child{
	padding-bottom: 15px;
}

.mainmenu ul li a {
	color: #FFF;
	padding-bottom: 0;
}

.navbar-collapse.in{
	overflow: inherit;
}

.mainmenu ul li a.active{
	padding-left: 15px;
}

.dropdown .fa-angle-down{
	display: none;
}

ul.sub-menu{
  /*position: relative; */
      display: none !important;
  width: auto;
  display: block;
  background: transparent;
  box-shadow: none;
  top: 0;
}


.mainmenu .navbar-nav li ul.sub-menu li{
	background: transparent;
	padding-bottom:0;
}

.nav.navbar-nav > li:hover > ul.sub-menu{
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  box-shadow: none;
}


.item{
	padding-left: 0;
}

.item h1{
	font-size: 30px;
	margin-top: 0;
}

.item h2{
	font-size: 20px;
}

/* .item .col-sm-3{
	padding-bottom: 1em;
} */

.pricing{
	width: 70px;
}

.category-tab ul li a{
	font-size: 12px;
}

.companyinfo h2, .companyinfo p{
	text-align: center;
}

.video-gallery{
	margin-top: 30px;
}

.footer-bottom p{
	font-size: 13px;
	text-align: center;
}

.footer-widget .col-sm-2 {
	width: 50%;
	display: flex;
	margin-bottom: 50px;
	margin-top: 0;
	float: left;
	padding-right: 0;
	padding-left: 30px;
	margin-left: 0;
}

.single-widget {
	padding-left: 0;
}

.features_items{
	margin-top: 30px;
}

.category-tab .nav-tabs li{
	float: none;
}

#similar-product .carousel-inner .item img{
	margin-left: 4px;
}

.product-information{
	padding-top: 1em;
	padding-bottom: 1em;
} 

.product-details{
	margin-bottom: 0;
}

#reviews p, .blog-post-area .single-blog-post p{
	text-align: justify;
}

#reviews form span input{
	width: 100%;
	margin-bottom: 20px;
}

#reviews form span input:last-child{
	margin-left: 0;
}

.blog-post-area .single-blog-post h3{
	font-size: 14px;
}

.blog-post-area .post-meta ul li{
	margin-right: 7px;
}

.shipping{
	margin-bottom: 20px;
}

.commnets{
	padding: 0;
}

.content-404 h1{
	font-size: 30px;
}

.content-404 h2 a{
	font-size: 20px;
}

.order-message{
	display: inline-block;
}

.response-area .media img{
	width: auto;
}

.sinlge-post-meta li{
	margin-bottom: 10px;
}

.product-information{
	padding-left: 0;
	text-align: center;
}


.ventaicon{
	background: #eeeeee; display:flex; 
	flex-direction:row; align-items:center;
	justify-content:space-around; padding:1em 0.5em;
}
.versu {
	font-size: 1.2em;
	text-align: center;
}

.detalle-container{
	padding-left: 0;
	padding-right: 0;
}

.product-information span  {
  padding: 0.5em 1em 0.5em 1em;
}

.share-facebook{
	display: flex;
	justify-content: center;
}

.shop-details-tab{
	margin-right: 0;
	margin-left: 0;
}


.btn-what{
	top:75%;
}
.btn-shop{
	top:85%;
}

.img-tarjetas{
	width: 300px !important;
	height: 50px !important;
}




}