@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url("fonts/BAHNSCHRIFT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KELSONSANSLIGHT';
    src: url("fonts/KELSONSANSLIGHT.eot");
    src: url("fonts/KELSONSANSLIGHT.eot?#iefix") format("embedded-opentype"),url("fonts/KELSONSANSLIGHT.woff") format("woff"),url("fonts/KELSONSANSLIGHT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KELSONSANSREGULAR';
    src: url("fonts/KELSONSANSREGULAR.eot");
    src: url("fonts/KELSONSANSREGULAR.eot?#iefix") format("embedded-opentype"),url("fonts/KELSONSANSREGULAR.woff") format("woff"),url("fonts/KELSONSANSREGULAR.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MADEINFINITY';
    src: url("fonts/MADEINFINITYPersonalUse-Black.otf.eot")  format("embedded-opentype");
   /* src: url("fonts/KELSONSANSREGULAR.eot?#iefix") format("embedded-opentype"),url("fonts/KELSONSANSREGULAR.woff") format("woff"),url("fonts/KELSONSANSREGULAR.ttf") format("truetype");*/
    font-weight: bold;
    font-style: normal;
}


[v-cloak] { display:none; }
[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }

html, body{
	font-size: 100%;
	background: #fff;
	font-family: 'BAHNSCHRIFT';
	font-weight: normal;
	
}
body{
	padding-top:100px;
}
body > img{
	display:none;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a, a:active, a:focus, 
button, button:focus, button:active, 
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}
.full_row {
    position: relative;
    width: 100%;
}
.reviewstextarea {
    background: #fff;
    border: 1px solid #eee;
    color: #868681;
    min-height: 50px;
    max-height: 200px;
    padding-right: 20px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: vertical;
    width: 99.5%;
}
.borrar{
  cursor: pointer;
}
.commentstextarea {
    background: #fff;
    border: 1px solid #eee;
    color: #868681;
    min-height: 50px;
    max-height: 200px;
    padding-right: 20px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: vertical;
    width: 99.5%;
    overflow: hidden;
}

.main-comment{
	background:#fff;
	padding:20px;
	border:1px solid #eee;
	position:relative;
	margin:20px 0px;
    box-shadow: 1px 1px 3px #ccc;
}
i.borrar{
	color:#ddd;
	position:absolute;
	top:10px;
	right:20px;
}
.ratestyle1{
	color:red;
}
.main-comment-text{
	color:#444;
	display:block;
	clear:both;
	word-wrap: break-word;
}



.avatar-link img{
	border-radius:50%;
}
.comments_likes{
	width:100%;
	height:16px;
	margin-top:10px;
}
#comments{
  float:left;
  width: 100%; 
 }
 .main-comment:first-child {
	 margin-top:0px!important;
 }
.comment_box{
  width: 100%;
  clear: both;
  text-align: left;
  padding: 15px;
  border-top: 1px solid #ccc;
}
.comment_box div{
float: left;
  text-align: left;
  display: block;
  clear: both;
}
.user_q{
   float:left;
   }
.comment_box div h5{
   font-weight:bold!important;
   }

   
.img-grid{
	margin-bottom:20px;
}
.img-grid.toldos h2{
	font-size: 16px;
}
.img-grid.toldos span{
	font-size: 12px;
}
.img-grid div{
	position: absolute;
    right: 30px;
    bottom: 40px;
    color: #fff;
    background: black;
    padding: 15px;
}
.shadow{
	box-shadow:1px 4px 5px #333;
}
.reassurance {
    background-color: #616364;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.12);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.12);
    box-shadow: 0 3px 5px rgba(0,0,0,.12);
    text-align: center;
    padding: 0;
    width: 100%;
    clear: both;
}

.reassurance .reassurance-icon-review {
    height: 29px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 4px;
}


.reassurance .txt {
    display: inline-block;
    padding: 3.75px 0 10px;
    white-space: nowrap;
}

.reassurance .lg {
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.reassurance .sm {
    line-height: 5px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
}


input, select, textarea{
    color: #69f;
}


#perfil-post{
	padding: 40px;
	background: #fff;
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 40px;
	text-align: center;
  }
  #perfil-post > div > div{
	position: relative;
	margin-bottom: 30px;
  }
  #perfil-post > div > div > a > div{
    color: #666;
    background: #bbb;
    border: 10px;
    padding: 40px 10px;
    text-align: center;
	border-radius: 10px;
  }
  #perfil-post > div > div > a > div:hover{
    color: #aaa;
    background: #ccc;
  }
  #perfil-post > div > div > a > div i{
	font-size:84px;
  }
  #perfil-post > div > div > a > em{
	color:#fff;
  }
  #perfil-post > div > div > a > em{
	margin-top:-30px; 
	right: 30px;
	color:#fff;
	position: absolute;
  }



#presentacion-post{
  padding: 40px;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
#presentacion-post > div > h2{
  color:#666;
  font-size: 3rem;
  font-weight: bold;

}
#presentacion-post .service-item{
    padding-top: 50px;
}
#presentacion-post  div{
    text-align: center;
}
.service-item a{
    font-style: normal;
	font-size: 14px;
	color:#888;
}

#presentacion-post .service-item div i{
    font-size: 24px;
    color:#ff4081;
    border-radius: 20%;
    padding: 20px 22px;
    border:2px solid #ff4081;
    margin-bottom: 30px;
}
#presentacion-post{
  padding-bottom: 40px;
}


#timeline-post{
  padding-bottom: 40px;
}

textarea:focus, input:focus {
    color: #346;
}

p.shine
{
    font-size: 1em;
    margin: 0 auto;
    width: 700px;
    font-weight: bolder;
}

.shine
{
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    
    color: rgba(255, 255, 255, 0.4);
    -webkit-background-clip: text;
    
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}


.historia div{
  margin-top: 20px;
}
.somos p{
  border-radius: 20px; 
    padding: 20px;
    color: white;
    margin-top: 40px;
}

.historia h2{
  margin-bottom: 20px;
}
.service-item a{
	text-decoration: none;
}
.service-item{
    font-size: 18px;
}
.service-item img{
    width: 100%;
}
.service-item h3{
	font-weight: bold;
    font-size: 18px;
	text-align: center;
}
.service-item p{ 
    font-size: 14px;
	text-align: center;
}


.service-item div{
    text-align: center;
}

.service-item div i{
    font-size: 42px;
    color:#39f;
    padding:40px;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 6px 10px;
    border-radius: 50%!important;
}
.btn-orange {
    border-bottom: 2px solid #888;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
}
.btn-orange:hover {
    color:#aaa;
    opacity: .7;
}
.pages {
  margin: 20px 0 100px 0;
  float:left;
}
.pages li {
  display: inline;
  margin-right: 10px;
}
.pages li a {
  padding: 10px 12px;
  background-color: #f1f4f5;
  color: #31373a;
}
.pages li a.active {
  color: #00a8d6;
}

.thumb_shipping{
	display:none!important;
}
.thumb_shipping img{
  width: 20px;
  margin-top: 10px;
}
.facia_button{
  width: 20px;
  height:20px;
}
.center{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.displayBanner{
	font-size:16px!important;
}
.catalogo-suc img{
 width: 150px!important;
 height:120px!important;
}
.favoritos{
  z-index: 1;
  position:absolute;
  right:10px;
  color:#fff;
  top:15px;
  color:while;
  text-shadow:1px 1px 4px #888;
}
.favoritos i{
font-size:24px;
}
.color_thumb{
  text-decoration: none;
position: absolute;
bottom: 10px;
left: 20px;
}
.precio{
  color:#888;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.precio_real{
  color:#888;
  font-weight: normal;
}
.precio_oferta{
	color:#888;
}
.precio_tachado{
  color:#888;
  font-weight: normal;
  text-decoration:line-through;
}

.precio_desc{
  color:#888;
  font-size:12px;
}
.product_container{
  margin-top: 20px;
}
#envio img{
  padding: 10px;
}

.linkTo:hover{
    text-decoration: none;
    color: #aaa!important;
}
ul.project-gallery  li  a img:hover {
    border: 3px solid #d44;
}
.popover.left {
    margin-left: -60px;
}
.gallery-category a {
	color:#333333; 
}
.choose_type li a {
	font-size: .8rem;
}
.gallery-category a.active {
	text-decoration:none;
}

.gallery-category a:focus {
	color:#d44;
  font-weight: bold;
	text-decoration:none;	
}
.precio-category a.active {
	color: #d44;
	font-weight: bold;
	text-decoration: none;
  }

  .precio-category li {
	display: inline-block;
	padding: 5px 8px;
	border: 2px solid #666;
	margin: 5px;
  }
.gallery-category a:hover {
	color:#d44; 
	text-decoration:none;
}
.catalogoinner{
  margin-bottom: 5px!important;
  padding:5px!important;
  margin:0px!important;
}

.link_orange:hover {
    text-decoration:none;
}
.project-gallery {         
    margin:0 0 0 0;
    margin-top:10px;
    margin-left: -40px;
}
.project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.project-gallery li img {
  cursor: pointer;
}

.project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
}

.project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}
.toplayer{
	position:absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	z-index:1;
	display: block;
	left: -20px;
}
.project-overlay {
    background : rgba(0,0,0,.35);
    border : 1px solid #d44;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}
.linksmenu ul{
	text-decoration: none;
}

.linksmenu ul li a{
	line-height: 1.5!important;
	color:#69f!important;
	font-size: 16px;
}
.linksmenu span{
	font-size: 12px;
	color:#888;
	padding-top:10px;
	padding-bottom: 0px;
	line-height: 1!important;
	float:left;
}
.compartir{
	width: 100%;
    margin: 0 auto;
    float: left;
    text-align: center;
    padding: 20px;
}
.cordones h6{
      float: left;
    width: 100%;
}
.cordones div label {
	text-align: center;
	font-size: 14px;
	color: black;
  }
  .cordones div input {
	height: 20px;
	margin-top: 20px;
  }
/* 
.cordones label > input{ HIDE RADIO 
	visibility: hidden; * Makes input not-clickable *
	position: absolute; * Remove input from document flow *
  }*/
.cordones img{
	width: 100%;
	padding: 0px;
}
 /* .cordones label > input + div{ /* IMAGE STYLES *
	cursor:pointer;
	border:2px solid transparent;
	width: 100%;
    padding: 20px;
  }
  .cordones label > input:checked + div{ /* (RADIO CHECKED) IMAGE STYLES *
	border:5px solid #888;
	width: 100%;
	padding: 0px;
	margin-top:5px;
  }
 .cordones label > input:checked + div:after{
	left: 55px;
	top: 45px;
	position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #d44;
    font-size: 2rem;
	font-weight:900
}*/
  .telas > li > div > label > input{ /* HIDE RADIO */
	visibility: hidden; /* Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
  }
  .telas  li > div > label > input:hover + a{
  	display: block;
  }
  .telas  li  div > label > input + img{ /* IMAGE STYLES */
	cursor:pointer;
	border:2px solid transparent;
	width: 100%;
    padding: 5px;
  }
  .telas  li  div > label > input + span{ /* SPAN STYLES */
	cursor:pointer;
	border:2px solid transparent;
	width: 100%;
    padding: 5px;
    position: absolute;
  }
 
  .telas > li > div > label > input:checked + span{ /* (RADIO CHECKED) IMAGE STYLES */
	
	padding: 5px;
	top: 0px;
    left: 0px;
    height: 100%;
    margin-top: -1px;
    opacity: .9;
    background: rgba(255,255,255,.2);
	padding-top: 12px;
  }
  .telas > li > div > label > input:checked + span:before {
	color:#f33;
    content: '\f00c';
    font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    font-style: normal;
    font-weight:900;
	font-size:2rem;
}
   .telas > li > div > div{
	margin-top: 0px;
	margin-bottom: 20px;
  }
  .telas > li > div > div > span{
	font-size: 12px!important;
	color:#fff!important;
	text-shadow: 0px 0px 2px #fff;
  }
  .header-tab{
	  text-align: left;
	  background: rgba(26, 25, 25, 0.6);
	  padding:10px;
	  color:#ddd;
	  font-size:18px;
	  border-top-left-radius:10px; 
    float: left;
    width: 100%;

  }
  .header-tab span{
	margin:0px!important;
	color:#aaa!important;
}
#medinp{
	padding-bottom: 10px;
}
#medinp input{
padding:10px;
}


.radiomedidas div input{
	height: 20px;
	margin-top:20px;
}
.radiomedidas div input:first{
	margin-top:40px;
}

.radiomedidas div label{
	text-align: center;
	font-size: 14px;
}

.templatemo-login-form-2 h1 { color: #fff; margin-bottom: 40px; }
.templatemo-login-form-2 a { color: #DBDBDB; }
.templatemo-login-form-2 .form-control {
	background-color: rgba(83, 78, 78, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.27);
	color: rgb(255,255,255);
}
.templatemo-login-form-2 .templatemo-input-icon-container .fa {	color: rgb(190, 190, 190); }
.templatemo-login-form-2 .control-label { margin-bottom: 10px; }
.templatemo-login-form-2 .btn {	width: 100%; }
.templatemo-login-form-2 .btn-social { max-width: 220px; }
.templatemo-login-form-2 label { font-weight: 400; }
.templatemo-login-form-2 .templatemo-one-signin { border-right: 1px solid rgba(200, 200, 200, 0.5); }
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open>.dropdown-toggle.btn-google-plus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open>.dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google-plus .badge{color:#dd4b39;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
.backgroundflashy{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+50,e0eff9+100 */
background: rgb(242,246,248); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 50%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 50%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 50%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;font-family: KELSONSANSBOLD, sans-serif;}
ul, ol {margin: 0;}
p {margin: 0;}
ul li {
    list-style: none;
}
input, textarea {
    padding: 10px;
    border: 1px solid #e2e2e2;
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    color: #00f;
    outline: none;
}


.padding-left{
	padding-left:0px;
}
.padding-right{
	padding-right:0px;
}
/*-- header_top --*/
.top_bg{
	background: #00405d;
}
.header_top{
	padding:0px;
}
.top_left{
	float: left;
}
.top_left h2{
	text-transform:uppercase;
	font-size:12px;
	color:#ffffff;
}
.top_left h2 a{
	color: #000000;
	margin-right:10px;
	padding: 6px 20px;
	background: #ffcc33;
	border:1px dotted;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_left h2 a:hover{
	background: #ffffff;
	text-decoration:none;
}
.top_right{
	float:right;
	color: #ffffff;
	margin-top: -5px;
}
.top_right ul{
	padding:0;
	list-style:none;
}
.top_right ul li{
	display: inline-block;
	margin-right: 10px;
}
.top_right ul li:last-child{
	margin-right: 0;
}
.top_right ul li a{
	text-align:center;
	padding: 0px 4px;
	font-size:14px;
	display:block;
	color:#000;
	padding-bottom:4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_right ul li a:hover{
	color:#ffcc33;
	text-decoration: none;
}
.header-letter{
color:#fff;	
}
.header_bg{
	background: #eceff1;
	/*box-shadow:1px 4px 5px #aaa;*/
}
/********** Login *************/
#loginContainer {
    position:relative;
}
#loginContainer a span{
  display:block;
  padding:4px 10px;
}
/* Login Button */
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
	top: 44px;
	right: 0px;
    display:none;
    z-index:29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
   width: 300px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    padding:15px 15px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
    color:#000;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size:0.8725em;
}
#loginForm #body fieldset label{
    display:block;
    float:none;
    margin:0 0 6px 0;
}
#body label i{
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #DADADA;
	color: #222;
	background:#FFF;
    padding:6px;
	font-size: 0.8125em;
    -webkit-apperance:none;
}
/* Sign In Button */
#loginForm #login {
	width: auto;
	float: left;
	background: #ffcc33;
	color: #333;
	font-size: 0.8725em;
	padding: 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
#loginForm #login:hover {
	background: #EEBF05;
}
/* Forgot your password */
#loginForm span{
    display:block;
    padding:0px 0px 15px 0px;
}
#loginForm span a{
	color:#000;
	font-size:0.85em;
    font-weight:500;
    background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover{
	text-decoration:underline;
}
input:focus {
    outline:none;
}
fieldset {
    margin: 10px auto;
}
/*-- header --*/

.header{
	margin:10px 0px;
}
.logo{
	float:left;
	margin-top:0px;
}
.logo img{
	width:80%;
	padding: 10px;
}
.header_right{
	margin: 0px 0;
}
.boton{
  font-size:16px;
	margin-top:-30px;
	background: #48e948;
    color: #fff;
	padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
}
.boton:hover{
	background: #28c928;
	text-decoration:none;
	color:#ccc;
  font-size:16px!important;
  border-color:none!important;
}
/*search*/
.search{
	float:left;
	position: relative;
	background: #f3f4f5;
	border: 1px solid #D8D8D8;
	
}
.search form{
	width:100%;
}
.search input[type="text"]{
	margin:0px 0;
	padding:8px 16px;
	outline: none;
	color: #5a5a5a;
	border: none;
	width:85.33333%;
	line-height: 1.5em;
	position: relative;
	font-size: 0.8725em;
	-webkit-appearance: none;
}
.search input[type="text"]:hover{
	background: #ffffff;
}
.search input[type="submit"]{
	background: url('../images/search.png') no-repeat 0px 1px;
	border: none;
	cursor: pointer;
	width: 24px;
	outline: none;
	position: absolute;
	height: 24px;
	top:0;
	right: 5px;
}
#dragTarget{
    position: absolute;
    cursor: move;
}
.edit-it {
    border: 1px solid #eee!important;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 2px;
    color: #444;
    min-height: 30px;
}
.form-control-static{
	position:relative;
}
.inner-color-box{
	position:absolute;
	width:230px;
	height:300px;
	background:white;
	border:1px solid #eee;
	right:15px;
	bottom:35px;
	display:none;
	z-index:20;
	padding:10px;
	overflow:hidden;
}

.show-color{
	position:absolute;
	width:30px;
	height:20px;
	right:20px;
	bottom:5px;
	border:1px solid #ddd;
	border-radius:5px;
	z-index:10;
	box-shadow:0px 0px 4px #888;
}
/* create_btn */
.create_btn{
	float: right;
}
.create_btn a{
	text-transform: capitalize;
	display:inline-block;
	padding: 10px 20px;
	font-size: 0.8725em;
	color: #ffffff;
	background: #ffcc33;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.create_btn a:hover{
	background: #00405d;
	color:#ffffff; 
	text-decoration:none;
}
.create_btn a img{
	vertical-align: top;
	margin-top: 3px;
}
/* start icon styles */


#shoppingcart{
	position: relative;
	float:left;
}
#shoppingcartinner{
	right:0px;
}

.shoppingsamples{
	position: relative;
	float:left;
}
#shoppingcartsamples{
	right:0px;
}
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
.icon1 {
	zoom:1;
	margin-right: 2%;
}
ul.icon1 {
	padding:0;
	list-style:none;
	text-align: center;
}
.icon1 li {
	position: relative;
}
.icon1 li:last-child{
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
	color: #fafafa;
}
.icon1 ul {
	width:300px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 42px;
	z-index: 100;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-o-box-shadow: 0px 0px 5px #aaa;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.icon1 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.icon1 ul li {
	float: none;
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	right: 2%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}





















.icon2:before,.icon2:after {
	content: "";
	display: table;
}
.icon2:after {
	clear: both;
}
.icon2 {
	float:right;
	zoom:1;
	margin-right: 2%;
}
ul.icon2 {
	padding:0;
	list-style:none;
	text-align:center;
}
.icon2 li {
	position: relative;
	margin:0px auto;
}
.icon2 li:last-child{
	border-right:none;
}
.icon2 li:hover > a {
	color: #fafafa;
}
*html .icon2 li a:hover { /* IE6 only */
	color: #fafafa;
}
.icon2 ul {
	width:300px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 42px;
	z-index: 100;
	right: -80px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-o-box-shadow: 0px 0px 5px #aaa;
}
.icon2 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.icon2 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.icon2 ul li {
	float: none;
	display: block;
	border: 0;
}
.icon2 ul li:first-child{
	border-top:none;
}
.icon2 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon2 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon2 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.active-icon i{
font-size:20px;
margin:5px;
color:inherit;
margin-top:4px;
}
.icon2 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 58.5%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon2 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.c1{
	background: url(../images/art.png) no-repeat 0px 0px;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}
.c2{
	background: url(../images/bag.png) no-repeat 0px 1px;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}
.icon1 .profile_img {
	margin-top: 3px;
}
.sub-icon1 ul li h3{
	text-align:center;
	font-size: 1em;
	color: #00405d;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.sub-icon1 ul li p{
	text-align:center;
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}
.sub-icon1.list{
	padding: 20px 0px;
}
.sub-icon1 ul li p a{
	color: #00405d;
}
.sub-icon1 ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}














.sub-icon2 ul li h3{
	text-align:center;
	font-size: 1em;
	color: #00405d;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.sub-icon2 ul li p{
	text-align:center;
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}
.sub-icon2.list{
	padding: 20px 0px;
}
.sub-icon2 ul li p a{
	color: #00405d;
}
.sub-icon2 ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}
.main-menu{
	font-size:12px;
}
.main-menu ul {
  text-align: center;
}

.main-menu li {
  width:110px;
  text-decoration:none;
  list-style: none;
  display: inline-block;
  padding: 5px; 
  transition:all .1s linear;
}
.main-menu li a{
 text-transform: uppercase;
 font-size: 10px !important;
  font-weight: 700;
  text-decoration:none;
  color:inherit;
}
.main-menu li a:hover {
  list-style: none;
  color:#888;
}




.main-menu-middle{
} 
.main-menu-middle ul {
  text-align: center;
}

.main-menu-middle li {
  text-decoration:none;
  list-style: none;
  display: inline-block;
  padding: 10px;
  transition:all .3s linear;
}
.main-menu-middle li a{
  font-weight:normal;
  text-decoration:none;
  color:inherit;
}
/* start menu */
.force_height{
	height:0px!important;
	display:none!important;
}
.dropdown{
	height:auto!important;
	padding-top: 10px!important;
    margin-top: -20px!important;
}
.h_nav h5 {
	padding: 0px 15px;
    font-size: 1em;
    color: #666;
    line-height: 1.8em;
    margin-bottom: 4%;
	text-decoration:none;
}
.h_nav h4{
	border-bottom: 1px solid rgb(236, 236, 236);
	font-size: 1em;
	color: #000;
	line-height: 1.8em;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.h_nav h4.top{
	margin-top: 12%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display: block;
	font-size: 1.2em;
	color: #555;
	text-transform: uppercase;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 2em;

}
.h_nav ul li a:hover{
	color:#00405d;
	text-decoration:none;
	font-weight: bold;
}
/* start main */
.content_top {
/*	margin-top:1em;*/
margin-top:0px;
}
.inset-text-effect {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal 70px/1 "Aladin", Helvetica, sans-serif;
  color: rgba(48,48,48,1);
  text-align: center;
  text-transform: normal;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: pre;
  text-shadow: 1px 1px 0 rgba(140,140,140,0.6) , -1px -1px 1px rgba(0,0,0,0.67) ;
}
.grid_list{
	border-bottom: 1px solid rgb(236, 236, 236);
	padding-bottom: 20px;
	cursor: pointer;
	margin-bottom: 15px;
}
.grid_list:last-child{

	margin-bottom: 0px!important;
}
.grid_list:hover a{
	text-decoration:none;
}
.grid_img{
	width:30%;
	float: left;
	margin-right: 1em;
}
.grid_text-middle{
	width: 62.333%;
	float: left;
	margin-right: 1em;
}
.last{
	margin-right:0;
}
.grid_text h3, .grid_text-middle h3{
	font-size:18px;
}
.grid_text h3 a, .grid_text-middle h3 a{
	color:#555;
	text-transform:uppercase;	
}
.grid_text p, .grid_text-middle p{
	color:#777777;
	font-size: 0.8125em;
	text-transform: uppercase;	
}
/* start content */
.sidebar{
	
	background:white;
	padding:15px;
	margin-left:-15px;
}
.sidebar-short{
max-height:350px;
overflow:hidden;	
}
.content{
	text-align:center;
}
.content_text {
	margin-top: 4%;
}
.content_text h3{
	font-size:15px;
	color:#000000;
	text-transform:uppercase;
}
.content_text h4 a{
	margin:20px 0 10px;
	font-size:1.5em;
	color:#000000;
	text-transform:uppercase;
	text-decoration:underline;
	display: inline-block;
	font-style: italic;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content_text h4 a:hover{
	color:#00405d;
	text-decoration:none;
}
.content_text p{
	font-style: italic;
	font-size:0.8725em;
	color:#000000;
	line-height: 1.8em;
	width:50%;
	margin: 0 auto;
}
.grids{
	padding:3em 0;
}
.categorias  li > a{
	font-size:1em;
	color:#444;
	font-weight: bold;
	line-height: 1.5;
}
.categorias  li > ul li a{
	font-size:.8em;
	font-weight: normal !important;
	color:#444;
	line-height: 1.5;
}
.categorias-look h2{
  margin-top: 40px;
  margin-bottom: 30px;
}
.look:hover {
	width:100%;
	height:100%;
  padding-top: 35%;
	
}
.grid1{
	margin-bottom:25px;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid1 > div{
  border: 5px solid #fff;
  border-radius: 4%;
  overflow: hidden; 
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);

}
.grid1 > div h4{
	font-size:16px;
}
.grid1 > div img{
  border-radius: 4%;
  
}
.look:hover {

      border-bottom-right-radius: 80% 20%;
  }
.look {
  border-top-left-radius: 15% 30%;
      border-bottom-left-radius: 40% 30%;
      border-bottom-right-radius: 80% 125%;
	width:80%;
	height:45%;
	position: absolute;
	right:0px!important;
	bottom: -5px;
	background:rgba(41, 41, 41, 0.51);
	padding: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.look h4{
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}
.look p{
	-webkit-text-stroke: 0.5px;
	font-size: 0.8125em;
	color: #fff;
	text-transform: uppercase;
}
/*-- start footer -- */
/* contact section */
.icons-suc ul{
	padding-left:0px;
}
.icons-suc li{
	float:left;padding:5px 10px;margin:5px;width:30px;border-radius: 5px;
}
.icons-suc li i{
	color:#fff;
}


/* ==========================================================================
contact section
========================================================================== */
#contacto {
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 20px;
}
#contacto h2 {
  padding-bottom: 20px;
  margin-top: 40px;
}
#contacto h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contacto .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contacto .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contacto form {
  padding-top: 30px;
}
#contacto .form-control {
  border: 2px solid #ffffff;
  border-radius: 0;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contacto input {
  height: 30px;
  box-shadow: 1px 1px 5px #ccc!important;
  boder:1px solid #ccc!important;
}
textarea.form-control {
	height: auto;
	border: 1px solid #ddd !important;
	box-shadow: 1px 1px 15px #ddd;
}
#contacto input[type="submit"] {
 
	background: rgb(212, 212, 212);
	color: #d00;
	border: none;
	border-radius: 25px;
	box-shadow: none;
	height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
	width: auto;
	padding: 0 30px;
	font-weight: bold;
	box-shadow: 2px 2px 3px #444;
  }
#contacto input[type="submit"]:hover {
  color: #000000;
}

.products_sample{
	max-height: 120px;
	overflow: hidden;
}


#contact {
  background: #ff4081;
  color:#fff;
  padding-top: 40px;
  padding-bottom: 80px;
}
#contact .fa {
  font-weight: bold;
  padding-right: 4px;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact .newsletter p {
  padding-bottom: 10px;
}
#contact .form-control {
  background: rgb(212, 212, 212);
  color:#d00;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
	width: auto;
	padding: 0 30px;
	font-weight: bold;
	box-shadow:2px 2px 3px #444;
}

/* copyright section */
.copyright {
	background:white;
  padding: 30px 0px 20px 0px;
  font-size: 12px;
  text-align: center;
}
.copyright a{
  font-size: 12px;
}
/* social icon section */
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  list-style: none;
}
.social-icons li a {
  color: #707070;
  text-decoration: none;
  font-size:22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.4s ease-in;
  margin-right: 3px;
  margin-bottom: 4px;
  border-radius:10px;
}
.social-icons li a:hover {
  background: rgba(117, 40, 5,.2);
  
  color: #fff;
}




/*-- start span_of_4 -- */
.span_of_4{
	margin-top: 2%;
}
.span1_of_4 {
	float:left;
	margin-left: 4%;
	width: 21.33333%;
}
.span1_of_4:first-child{
	margin-left: 0%;
}
.span1_of_4 h4{
	border-bottom:1px solid rgb(236, 236, 236);
	font-size: 1.2em;
	color: #555555;
	line-height: 1.8em;
	text-transform:capitalize;
}
.span1_of_4 h5{
	margin-top:12%;
	font-size: 1.2em;
	color: #555555;
	line-height: 1.8em;
	text-transform:capitalize;
	display: block;
}
.span1_of_4 h5 a{
	color: #00405d;
}
.span1_of_4 h5 a:hover{
	color: #555555;
}
.span1_of_4 h5 a span{
	vertical-align: middle;
}
.span1_of_4 p{
	color: #777777;
	line-height: 1.8em;
	font-size: 0.8725em;
}
.span1_of_4 h4.top{
	margin-top: 4%;	
}
.f_nav{
	margin-top: 4%;
	padding:0;
	list-style:none;
}
.f_nav li a{
	display:block;
	font-size: 0.8125em;
	color:#777777;
	text-transform:capitalize;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f_nav li a:hover{
	color:#00405d;
	text-decoration:underline;
}
/* start span_of_2 */
.span_of_2{
	margin: 4% 0;
	display: block;	
}
.span1_of_2 {
	float:left;
	width: 23.33333%;
	margin-right: 4%;
}
.span1_of_2 h5{
	font-size: 1.2em;
	color: #555555;
	line-height: 1.8em;
	text-transform:capitalize;
	display: block;
}
.span1_of_2 h5 a{
	color: #00405d;
}
.span1_of_2 h5 a:hover{
	color: #555555;
}
.span1_of_2 h5 a span{
	vertical-align: middle;
}
.span1_of_2 p{
	color: #777777;
	line-height: 1.8em;
	font-size: 0.8725em;
}

/* start women */
.w_sidebar{
	border: 1px solid #EBEBEB;
	background:#fff;
}
.w_nav1 ul{
	padding:0;
	list-style:none;
}
.w_nav1{
	padding: 20px;
}
.w_nav1 h4{
	text-transform:uppercase;
	color: #589D3E;
	font-size: 1em;
	margin-bottom: 5px;
}
.w_nav1 ul li{
	line-height: 1.5em;
}
.w_nav1 ul li a{
	display: block;
	text-transform:uppercase;
	color: #555555;
	font-size: 0.8725em;
}
.w_nav1 ul li a:hover{
	color:#00405d;
}
.w_nav2{
	padding: 20px;
}
.w_nav2  li{
	line-height: 1.5em;
	display: inline-block;
}
.w_nav2 li a{
	display: block;
	padding: 14px;
}
.w_nav2 li a.color1{
	background:	#0AA5E2;
}
.w_nav2 li a.color2{
	background:	#40E0D0;
}
.w_nav2 li a.color3{
	background:	#B03060;
}
.w_nav2 li a.color4{
	background:	#000080;
}
.w_nav2 li a.color5{
	background:	#E60D41;
}
.w_nav2 li a.color6{
	background:	#45BF55;
}
.w_nav2 li a.color7{
	background:	#FF7F00;
}
.w_nav2 li a.color8{
	background:	#8B4513;
}
.w_nav2 li a.color9{
	background:	#FFD700;
}
.w_nav2 li a.color10{
	background:	#9FA8AB;
}
.w_nav2 li a.color11{
	background:	#C0C0C0;
}
.w_nav2 li a.color12{
	background:	#0AA5E2;
}
.w_nav2 li a.color13{
	background:	#FFCBDB;
}
.w_nav2 li a.color14{
	background:	#B87333;
}
.w_nav2 li a.color15{
	background:	#BFB540;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.w_sidebar h3{
	padding:0 20px 10px;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
}
/* radios and checkboxes */
.sky-form {
	margin-top: -10px;
}
.row1{
	outline:none;
	padding: 20px;
	overflow: auto;
	height: 200px;
}
.sky-form.col.col-4 ul {
padding: 0;
list-style: none;
}
.sky-form h4{
	margin-top: 10px;
	background: #dddddd;
	padding: 10px 20px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size:16px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */

.sky-form [class^="icon-"] {
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color: #8dc9e5;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color: #2da5da;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #2da5da;	
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
/*-- start scrollpane --*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding: 20px !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:5px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #f0f0f0;
	position: relative;
}
.jspDrag{
	background: #777777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/*-- end scrollpane --*/
/*-- start w_content --*/

.w_nav {
	float:right;
	color:#555555;
	font-size:0.8125em;
	padding:0;
	list-style:none;
}
.w_nav li{
	display: inline-block;
}
.w_nav li a{
	display: block;
	color:#555555;
	text-transform:capitalize;
}
.w_nav li a:hover{
	color: #00405d;
}
.grids_of_4{
	display:block;
	margin: 2% 0;
}
.grid1_of_4{
	float: left;
	width: 23.22222%;
	margin-left: 2.33333%;
}
.grid1_of_4:first-child{
	margin-left: 0;
}
.grid1_of_4 h4 {
	font-size:16px;
	margin-top:5px;
}
.grid1_of_4 h4 a{
	text-transform:uppercase;
	color:#000000;
}
.grid1_of_4 p{
	font-size: 0.8125em;
	color:#777777;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.content_box-grid {
	margin-top: 1em;
}
.view {
   overflow: hidden;
   position: relative;
   margin-bottom: 1em;
}
.view .mask,.view .content {
   position: absolute;
	overflow: hidden;
	top: 188px;
	left: 117px;
}
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view1{
   overflow: hidden;
   position: relative;
}
.view1 .mask1,.view1 .content {
   position: absolute;
   overflow: hidden;
   top:130px;
   left:90px;
}
/*
.info {
   display: block;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
}*/
.view-fifth1 img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth1 .mask1 {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth1:hover .mask1 {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}

/*--single--*/
.cont{
	display: block;
	float:left;
}
.span_2_of_bottom1 {
	width:68.1%;
}
.lsidebar{
	display: block;
	float:right;
	margin-left:3.333%;
} 	
.span_2_of_bottom {
	width: 66.1%;
}
.span_1_of_bottom {
	width:25.1%;
	border: 1px solid #DDD;
}
.span_2_of_bottom p,
.span_1_of_bottom  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #888;
	line-height: 1.5em;
}
.desc{
	padding:5%;
}
.desc h5 a{
	color:#C0313C;
	font-size: 0.788em;
}
.desc h5 a:hover{
	color:#333;
}
.button {
	border: none;
	background: #45A43E;
	color: #fff;
	float: right;
	padding: 7px 15px;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	text-transform:uppercase;
	margin:10px auto;
}
.button:hover {
	background:#333;
}
.price-text{
	padding:5% 0;
}
.span_3_of_2 {
	width:60.3333%;
}
.desc1 {
	display: block;
	float: right;
}
p.stock {
	display: block;
	font-size: 0.89em;
	color: #555;
	margin: 10px 0;
}
.row-2 {
	overflow: hidden;
	text-align: left;
	padding-top: 6px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
span.on_sale {
	display: block;
	float: left;
	padding: 15px 6px 0 30px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #777777;
}
.price1 {
	padding: 4% 0;
}
span.actual1 {
	text-decoration: line-through;
	margin-right: 8%;
	color: #888;
	font-size: 1.2em;
}
.images_3_of_2 {
	width:35.2%;
	float: left;
	margin-right: 2.6%;
}
.single-bottom1 h6, .single-bottom2 h6 {
	background: #F3F3F3;
	padding: 10px;
	color: #333;
	font-size: 1.2em;
}
p.prod-desc {
	color: #888;
	padding-top: 2%;
	font-size: 0.89em;
	line-height: 1.5em;
}
.single-bottom1 {
	padding: 3% 0 4%;
}
.articulos{
	margin-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
}

.product {
	padding: 3% 0 0 0;
}
.product-desc {
	width: 82.3333%;
	float: left;
	border-width: 0 1px 0 0;
	border-right: 1px solid #DDD;
}
.product-img {
	width: 21.5%;
	float: left;
	margin-right: 2.5%;
}
.prod1-desc {
	width: 75.2%;
	float: left;
}
.product-desc h5 {
	padding-bottom: 2%;
}
.product-desc h5 a{
	color:#555;
	font-size:20px;
}
.product-desc h5 a:hover{
	color:#ffcc33;
	text-decoration:none;
}
p.product_descr {
	color: #555;
	font-size: 0.89em;
	line-height: 1.5em;
}
.product_price {
	width:15.3333%;
	float: left;
	padding: 0 0px 0px 16px;
}
.price-access {
	color: #555;
	font-size: 1em;
}
.button1 {
	border: none;
	background:#00405d;
	padding: 7px 15px;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	outline: none;
	margin-top: 9%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button1:hover{
	background:#ffcc33;
	color: #000000;
}
.desc1 h3{
	color:#333333;
	font-size:1.4em;
	text-transform:capitalize;
}
.desc1 p{
	margin-top: 2%;
	font-size: 1.8em;
	color: #00405d;
	line-height: 1.8em;
	-webkit-text-stroke: 1.5px;
	text-shadow: 0 1px 0 #ffffff;
	letter-spacing: 1px;
}
.desc1 p a{
	margin-left:5px;
	color:#555555;
	text-transform:uppercase;
	font-size: 13px;
	-webkit-text-stroke: 0px;
	letter-spacing: 0px;
}
.desc1 p a:hover{
	color: #00405d;
}
.det_nav {
	margin:  6% 0;
}
.det_nav ul{
	padding:0;
	list-style:none;
}
.det_nav h4{
	line-height:1.8em;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.det_nav ul li{
	display:inline-block;
	width: 20.33333%;
	margin-left: 4%;
}
.det_nav ul li:first-child{
	margin-left: 0;
}
.det_nav ul li a{
	display:block;
}
.det_nav ul li a img{
	border: 1px solid #DADADA;
}
.btn_form{
	margin: 8% 0 4%;
}
.btn_form a{
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	font-size: 1em;
	padding: 10px 34px;
	background: #00405d;
	color:#fff;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_form a:hover{
	background: #ffcc33;
	text-decoration:none;
}
.desc1  a span{
	font-size:0.8125em;
	color:#555555;
	text-transform:uppercase;
	text-decoration:underline;
}
.desc1 a span:hover{
	color: #00405d;
	text-decoration:none;
}
.det_nav1 h4{
	font-size: 1em;
	text-transform:uppercase;
	color: #555;
	margin-bottom: 6%;
}
.det_nav1 ul li{
	display: inline-block;
	margin-left: 10px;
}
.det_nav1 ul li:first-child{
	margin-left: 0;
}
/* end details */





.center_outer {
    position: relative;
    left: 50%;
    float: left;
}
.center_inner {
    position: relative;
    left: -50%;
}
 .action
        {
            width: 200px;
            margin: 10px 0;
        }
        .cropped>img
        {
            margin-right: 10px;
        }
.imageBox
{
    position: relative;
	margin-top:60px;
    height: 150px;
    width: 150px;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
	border-radius:50%;
	margin:0px auto;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    box-sizing: border-box;

    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: -50;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}





div#profile_pic_box{
	bottom: 8px;
	z-index: 4000;
	 width:130px; 
	 height:130px; 
	margin:0px auto;
	border-radius:50%;
	 box-shadow: 0px 0px 10px #888888;
	background:#fff;
	text-align:center;}
	
	div#profile_pic_box > img{z-index:2000; width:120px;height:120px;margin-top: 5px;
	border-radius:50%;}
	div#profile_pic_box > a {
	display: none;
	position:absolute; 
	margin:5px 10px 0px 0px;
	z-index:85;
	background:transparent;
	border-radius:3px;
	transition: display 1s linear 0s;
	padding-left:5px;
	font-size:12px;
	text-decoration:none;
	
	}
	div#profile_pic_box h3{letter-spacing: 3px;font-size:28px}
	div#profile_pic_box > a > img{
		margin-top: 50px;
		margin-left: -25px;
	width:0px;
	height:0px;
	transition: width 1s linear 0s, height 1s linear 0s;
	}
	div#profile_pic_box > form{
	display:none;
	left:10px;
	margin-top:-165px;
	position:absolute; 
	z-index:80;
	padding:5px;
	opacity:1;
	background:rgba(155,155,155,.8);
	width:200px;
	height:300px;
	border-radius:4px;
	margin-left:-50px;
	transition: border-radius 1s linear 0s, height 1s linear 0s;
	}
	div#profile_pic_box:hover a {
		display: block;
	
	}
	div#profile_pic_box:hover a > img{
	
	width:25px;
	height:25px;
	}
	

	

	
/* start registration */
.registration{
	padding: 3% 1%;
}
.registration h2{
	font-size:1.5em;
	color: #00405d;
	text-transform:capitalize;
	margin-bottom: 4%;
}
.reg_fb {
	margin:3% 0;
	display: block;
	background: #3B5998;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reg_fb img {
	background:#354F88;
	padding: 10px;
	float: left;
}
.reg_fb i {
	color: #ffffff;
	padding: 12px 16px;
	display: inline-block;
	font-size: 1.3em;
	text-transform: capitalize;
	font-style: normal;
}
.reg_fb:hover {
	background:#354F88;
}
.registration_left{
	float: left;
	width: 45.33333%;
	margin-left: 9.333%;
}
.registration_left:first-child{
	margin-left: 0;
}
.registration span{
	color: #777777;
}
.registration_form{
	display: block;
}
.registration_form div{
	padding:10px 0;
}
.sky_form1{
	margin-bottom: -30px;
}
.sky_form1 ul{
	padding:0;
	list-style:none;
}
.sky_form1 ul li{
	float: left;
	margin-left: 20px;
}
.sky_form1 ul li:first-child{
	margin-left: 0;
}
label {
	display: block;
	margin-bottom: 0;
	font-weight: normal;
}
.registration_form input[type="text"],.registration_form input[type="email"],.registration_form input[type="tel"],.registration_form input[type="password"]{
	padding: 8px;
	display: block;
	width:100%;
	outline: none;
	font-size: 0.8925em;
	color: #333333;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	font-weight: normal;
}
.registration_form input[type="submit"]{
	-webkit-appearance: none;
	color: #ffffff;
	text-transform: capitalize;
	display: inline-block;
	background:#00405d;
	padding: 10px 20px;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
	outline:none;
	font-size:1em;
	margin-bottom: 5px;
}
.registration_form input[type="submit"]:hover{
	color: #ffffff;
	background:#ffcc33;
}
.terms{
	text-decoration:underline;
	text-transform:capitalize;
	color: #00405d;
}
.terms:hover{
	text-decoration:none;
}
.forget a{
	text-transform: capitalize;
	color: #999999;
	text-decoration: underline;
	font-size: 0.8925em;
}
.forget a:hover{
	text-decoration: none;
}
/* start shopping bag */
.shoping_bag {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag h4{
	float:left;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
	margin: 13px 0 0;
}
.shoping_bag h4 img{
	
	margin-right: 5px;
}
.shoping_bag h4 span{
	color: #00405d;
}
.s_art {
	float: right;
	padding: 0;
	list-style: none;
}
.s_art li{
	text-align:center;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
.shoping_bag1{
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_left{
	float: left;
	width:68.333%;
	margin-right: 3.3333%;
}
.shoping_right{
	float: right;
	width:14.333%;
}
.shoping1_of_1{
	float: left;
	width: 12.3333%;
	margin-right: 3.3333%;
}
.shoping1_of_2{
	float: left;
	width: 68.3333%;
}
.shoping_left h4{
	margin-bottom: 2%;
}
.shoping_left h4 a{
	text-transform: uppercase;
	color: #26BC85;
	font-size:1em;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_left h4 a:hover{
	text-decoration: none;	
	color: #777777;
}
.shoping_left span{
	text-transform: uppercase;
	color: #999999;
	font-size: 0.8725em;
	-webkit-text-stroke: 0.4px;
}
.shoping_left span b{
	color: #555555;
	font-weight: 600;
}
.s_icons{
	margin-top: 2%;	
}
ul.s_icons{
	padding:0;
	list-style:none;
}
.s_icons li{
	display: inline-block;
	margin-left: 10px;
}
.s_icons li:first-child{
	margin-left: 0;
}
.s_icons li a{
	display: block;
	width:30px;
	height:30px;
	background: rgb(187, 187, 187);
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	padding: 1px;
}
.s_icons li a:hover{
	background: #00405d;
}
.s_icons li a img{
	vertical-align: bottom;
}
.shoping_right p{
	color: #333333;
	font-size: 0.8725em;
	text-transform: capitalize;
	line-height: 2.5em;
	-webkit-text-stroke: 0.4px;
}
.shoping_right p.tot{
	font-size: 1.5em;
}
.shoping_right p span{
	color: #ff0000;
	float: right;
}
.shoping_right p a{
	color: rgb(12, 138, 12);
}
.shoping_bag {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag1 h2{
	float:left;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
.shoping_bag1 h2 a{
	-webkit-text-stroke: 0.4px;
	color: #26BC85;
	font-size: 0.8725em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_bag1 h2 a:hover{
	color: #555555;
}
.shoping_bag1 h2 img{
	vertical-align: text-bottom;
	margin-right: 5px;
}
.shoping_bag1 h2 span{
	color: #999999;
}
.shoping_bag2{
	padding: 2% 0;
}
.shoping_left a.btn1{
	margin-top:1%;
	text-transform: capitalize;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #ffffff;
	background: #00405d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_left a.btn1:hover{
	background: #ffcc33;
	text-decoration:none;
}
.shoping_right p span.color{
	color: rgb(12, 138, 12);
}
/* start contact */
.contact{
	margin:2% 0;
	display: block;
}
.contact h2{
	font-size: 1.5em;
	color: #00405d;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: capitalize;
}
.map{
	margin: 2% 2% 2% 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	margin-top: 10px;
	color: #777777;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: normal;
}
.contact-form input[type="text"], .contact-form textarea {
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 96.3333%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	margin-top: 10px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	padding: 12px 25px;
	background: #00405d;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #ffcc33;
	color: #ffffff;
}

/* Banners */
.banner-01{
	padding:15px;
	height:100px;
	background-size: 1200px 150px!important;
}


/* Chats */
.formcontainer{
	position:fixed;
	bottom:10px;
	right:10px;
	    background: rgba(220,220,220,.8);
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}
.formcontainer{
    width:50px;margin:0 auto;
	height:auto;
	z-index:200;
}
.inner-form{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.bossform {
	
	width:100%;
    padding: 12px 12px;
    font-size: 12px;
    color: #777;
    text-shadow: 1px 1px 1px #FFF;
    border:3px solid #DDD; 
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	height:auto;
	float:left;
 background: rgba(255,255,255,.9);
}
.bossform h1 {
	text-align:center;
    font-size: 18px ;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: 10px auto;
    color: #777;
}
.bossform label {
    display: block;
    margin: 0px;
	color:#888;
	font-weight:700;
}
.bossform label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}
.bossform input[type="text"], .bossform input[type="email"], .bossform textarea, .bossform select{
    border: 1px solid #CCC;
    color: #777;
	height:30px;
    margin-bottom: 12px;
    margin-right: 6px;
    margin-top: 6px;
    outline: 0 none;
    padding: 10px 15px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bossform textarea{
    height:100px;
    padding: 10px 15px;
    width: 100%;
}
.logocontactform{
	margin: 10px auto;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;

}
.social-contact-form{
	position:absolute;
	right:10px;
	top:5px;
}
.social-contact-form ul{
	list-style:none;
}
.social-contact-form ul li{
float:left;
font-size:14px;
padding: 4px 2px;
}
.social-contact-form ul li .first{
	text-shadow:none;
	padding:5px 8px;
}
.social-contact-form ul li a{
	text-shadow:none;
	padding:5px 6px;
}

.bossform .button {
    background: #48e948;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
	position:relative;
	float:right;
	margin:5px;
}
.bossform .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}















.triangle4:before{
position:absolute;
  display: inline-block;
   border-right: 9px solid transparent;
   border-bottom: 9px solid #CCC;
   border-left: 10px solid transparent;
   border-bottom-color: rgba(0, 0, 0, 0.2);
   content: '';
    top: -9px;
    right: 4px;
z-index:1000;
}
.triangle4:after{
position:absolute;
   display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 9px solid white;
    border-left: 8px solid transparent;
    content: '';
   top: -9px;
    right: 5px;
z-index:1000;
}
.cp4{
	display:none;
box-sizing: content-box;
	position: absolute;
	top: -55px;

	width: 210px;
	height: 210px;
	right:0px;
	background: #fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
	transition: margin 0.3s linear 0s, right 0.3s linear 0s;
	z-index:300;
}.cp4ul4{
display:none;
}
.cp4ul4 ul{
list-style-type: none;
padding:15px;
margin:0px;
background: white;
}
.cp4ul4 ul li{
float:left;
width: 100%;
padding: 10px;
}
.cp4ul4 ul li a{
color:#aaa;
text-decoration: none;
}
.cp4ul4 ul li a img{
border-radius:50%;
}






.cp4_mobile{
	display:none;
box-sizing: content-box;
	position: absolute;
	top: -55px;

	width: 210px;
	height: 210px;
	left:0px;
	background: #fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
	transition: margin 0.3s linear 0s, right 0.3s linear 0s;
	z-index:300;
}.cp4ul4_mobile{
display:none;
}
.cp4ul4_mobile ul{
list-style-type: none;
padding:15px;
margin:0px;
background: white;
text-align:left;
}
.cp4ul4_mobile ul li{
padding-top:5px;
text-align:left;
display: block;
padding: 8px;
}
.cp4ul4_mobile ul li a{
color:#aaa;
text-decoration: none;
}
.cp4ul4_mobile ul li a img{
border-radius:50%;
}
.info-text{
	display: flex;
    height: auto;
    background: white;
    float: left;
    min-height: 100px;
	width:100%;
	padding:5px;
}





.testimonails-content p {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-style: italic;
}



.testimonails-content h6 {
    text-align: center;
	color: #333;
	line-height: 1.4;
	margin-top:10px;
}
.heading-section {
    text-align: center;
    padding: 30px 0 20px 0;
}
.subscribe-form input#subscribe {
    padding: 4px 10px 4px 10px;
    line-height: 34px;
    height: 34px;
    width: 100%;
    margin-top: 0px;
    outline: 0;
    border-color: #f3f3f3; 
}
.subscribe-form input[type="submit"] {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 34px;
    height: 34px;
    background: url(../images/paper.gif);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    background-size: 34px 34px;
    background-color: transparent;
    content: '';
    margin-top: 0;
    border: 0;
} 
.home-account-sign{
	font-size:14px;
}



#backpic{
position:absolute;padding: 0;
}
#backpic li{
position: relative; float: left; width: 100px; height: 100px; margin-left: 4px;
}
#backpic li i{
 height:100%;padding:20px; position: absolute; top: 0px; right: 0px;max-height: 100px; width: 100%; margin-left: 6px; margin-top: 5px; border: 1px solid #dedede; float: left;
}

.more{
    min-height: 130px;
    border: 1px dotted #aaa;
    padding: 15px;
    display: block;
    clear: both;
    margin: 30px auto;
}
.catgs{
float:left;
padding:10px 10px;
clear:none;
margin-top: 10px;
}
.inputs {
    padding: 10px;
    border: 1px solid #e2e2e2;
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
    font-style: none;
    font-weight: 400;
    color: #444;
    outline: none;
}
.btn-editor {
	float:left;
    margin-left: 5px;
    cursor: pointer;
    background-color: #eee;
    padding: 1px 6px;
    border-radius: 5px;
}
.imgListPic {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    margin-left: 4px;
}



/*  Estilo de productos  */

.single-products {
	transition: all 0.8s linear;
    position: relative;
	padding:10px;
}
.single-products img:hover {
	transition: all 0.8s ease-in;
}
.single-products img{
	transition: all 0.8s ease-in;
   
}

.help-tip {
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    font-size: 14px;
    line-height: 16px;
    cursor: default;
}
.product-image-wrapper-cart{
  /*  box-shadow: 0px 0px 1px rgba(0,0,0,0.3);*/
    border: none;
    margin-bottom: 30px;
	width: 50px;
  
}
.info-cinta {
    margin-top: -45px;
    background: linear-gradient(rgba(5,5,5,.1),rgba(5,5,5,.8));
    z-index: 1000;
    position: absolute;
    width: 100%;
    padding: 0px;
    color: white;
}
.productinfo {
    position: relative;
	width: 100%;
	padding: 0px;
	margin-right: 10px;
}
.choose{
	padding:0px;
}
.productinfo div p {
    
    font-size: 14px;
    font-weight: normal;
    text-shadow: 1px 1px 10px rgba(120,120,120,.6);
    color: #666;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 5px;
}
.productinfo div h2 {
    color: #6699ff;
    
    font-size: 14px;
    font-weight: normal;
    text-shadow: 1px 1px 10px rgba(255,255,255,.4);
    padding-bottom: 6px;
    margin: 9px auto;
    margin-right: 5px;
}
.centro{
	text-align:center;
}
.product-name{
	color:#333;
	text-align: center;
    min-height: 45px;
    height: 34px;
	margin:0px 0px 20px;
    font-size: 1.2em;
	line-height:16px;

}
#subirimgbtn{
	background: #69f;
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px 0px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}
.product-information {
    overflow: hidden;
	padding:40px 30px;
    position: relative;
}

.sellername{
	position:absolute;
	top:0;
	left:0
}
.frame {
    height: 400px;
    white-space: nowrap;
   /* background: #fafafa;*/
    text-align: center;
    margin: 1em 0;
  /*  border: 1px solid #f6f6f6;*/
}
.product-image-wrapper {
  /*  box-shadow: 0px 0px 1px rgba(0,0,0,0.3); */
    border: none;
    margin-bottom: 30px;
	background:white;
}
.subtotal{
	font-weight:bold;
}

.product-information span {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 0px;
}

.fav-ley {
    color: #888!important;
    float: left!important;
    clear: right!important;
    margin-top: 2px!important;
    margin-left: 5px!important;
    font-size: 12px!important;
    font-weight: normal!important;
    width: auto!important;
    margin-right: 5px!important;
}
.product-information span span {
    color: #6699ff;
    float: left;
    
    font-size: 24px;
    font-weight: normal;
    margin-right: 20px;
    margin-top: 0px;
}
.product-information h2 {
  color: #363432;
  font-size: 28px;
  margin-top: 0;
}

.product-information p {
  color: #393733;
  margin-bottom: 5px;
}
.product-information p ~ img{
width:30px;
  margin-right: 10px;
}
.product-information span > img{
width:40px!important;
}


.product-information span span {
  color: #d00;
  float: left;
  font-size: 24px;
  font-weight: normal;
  margin-right: 20px;
  margin-top: 0px;
}
.product-information span input {
  border: 1px solid #DEDEDC;
  color: #696763;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 70px;
}

.product-information span label {
  color: #696763;
  font-weight: 700;
  margin-right: 5px;
}

.share {
  margin-top: 15px;
}


.cart {
  background:  #d50000;
  border: 0 none;
  border-radius: 25px!important;
  border-radius: 0;
  color: #FFFFFF;
  
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-top: 5px;
}

.cart:hover{
color:#eee;
background-color: #6699f8;
}
.shop-details-tab {
  margin-bottom: 75px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
}
.shop-details-tab .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.vertimg {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 500px;
    margin-left: 0px;
}
.view-product img {
    border: 1px solid #e8e8e8;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.innerdescp{
	font-weight:400;
	text-align:center;
}
#navegador{
	opacity: 1;
	transform: scale(1);
	transition: .6s ease opacity,.6s ease transform;
	z-index: 10;
}
#displayproduct{
	background:#ffffff;
	
}
.view-product {
    position: relative;
    max-height: 500px;
  /*  border: 1px solid #f8f8f8;*/
}
#similar-product .carousel-inner .item {
    padding-left: 0px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#similar-product {
    margin: 60px 0 15px;
}
#similar-product .carousel-inner .item img {
    display: inline-block;
    width: 65px;
}
.social-bottom-details ul {
  margin: 0;
  padding: 0;
}

.social-bottom-details li {
  list-style: none;
  display: inline-block;
}

.social-bottom-details a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #69f;
  border-radius:50%;
}

.social-bottom-details a:hover {
  background-color: #eee!important;
  color: #fff;
}
#similar-product .carousel-inner .item img {
    width: 45px;
    border-radius: 5px;
}
#bubbles > div {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 5px 0px 5px;
    background: transparent;
    float: left;
    border: none;
    border-radius: none;
    font-size: 17px;
    text-decoration: none;
    transition: background 0.3s linear 0s;
    cursor: pointer;
}
/*-- Contact Us --*/

.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

.info ul {
  margin: 0;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-size: 13px;
  color: #666;
}

.info i {
  color: #00f;
  margin-right: 10px;
  font-size: 18px;
}

/*-- End Contact Us--*/
/*-- Heading --*/

#heading {
background:#52555C;
padding:5px; 

  background-image: url('../images/sheer_1.jpg');
}

#heading2{
background:#52555C;
 
}
#headingdetalles {
  background-image: url(../images/top4.png);
  height: 100px;
}
#headingdetalles h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#headingdetalles span {
  color: #fff;
  text-transform: uppercase;
}

#heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
}

#heading span {
  color: #333;
  text-transform: uppercase;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

/*-- End Heading --*/




/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #f78e21;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-size: 14px;
  font-weight: 300;
  color: #f78e21;
  margin-top:-50px;
}

/*-- End Timeline --*/




/*-- Our Team --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #f78e21;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #f78e21;
  text-transform: uppercase;
}

/*-- End Our Team --*/



.form label {
  margin-left: 10px;
  color: #999999;
}

.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #00f; 
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}
.smally{
	background:white;
}
.smallheader{
	margin-top:30px;
	width:100%;
	text-align:center;
	padding:10px;
	font-weight:700;
}
#sidebar-admin{
	box-shadow: 1px 1px 4px #eee;
    margin: 30px 0px;
}
.sidebar-ul-admin{
	padding:10px;
	
}
.sidebar-ul-admin li{
	padding:10px 0;
	border-bottom:1px solid #eee;
}
.sidebar-ul-admin li a{
	color:inherit;
}
.sidebar-ul-admin li:last-child{
	
	border-bottom:none;
}
.imgListSlider{
	width:100%;
	display:block;
	float:left;
	position:relative;
	
}
.imgListSlider div img{
width:100%;
height:auto;
}
.appear{
	display: block;
	opacity: 1;

}
.choose_type li {
    float: left;
    padding: 4px 6px;
    border-radius: 25px;
    margin: 5px;
}
.choose_type {
	float: left;
}





.shopping-cart-container .box-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 12px;
}
.shopping-cart-container table{
    text-align: center;
    border: none;
    margin: 0;
}
.shopping-cart-container table tr{
    border-top: 1px solid #e6e6e6;
}
.shopping-cart-container table td{
    border: none;
    padding: 20px 0 30px 0;
}
.shopping-cart-container table th{
    font-size: 14px;
    color: #222222;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #e6e6e6;
    padding: 13px 10px 12px;
}
.shopping-cart-container table th.product-name{
    width: 346px;
}
.shopping-cart-container table td.product-thumbnail{
    text-align: left;
    position: relative;
    font-size: 0;
    line-height: 0;
}
.shopping-cart-container table td.product-thumbnail .prd-thumb{
    display: inline-block;
}
.shopping-cart-container table td.product-thumbnail .prd-name{
    font-size: 17px;
    font-weight: 600;
    color: #222222;
    display: inline-block;
    width: calc(100% - 115px);
    padding-left: 10px;
    line-height: 1;
    vertical-align: middle;
}
.shopping-cart-container table td.product-thumbnail .action{
    display: inline-block;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 30px;
    left: 113px;
    padding-left: 5px;
    z-index: 5;
}
.shopping-cart-container table td.product-thumbnail .action a{
    font-size: 16px;
    display: inline-block;
    color: #444444;
    line-height: 16px;
    padding: 0 5px;
}
.shopping-cart-container table td.product-thumbnail .action a:hover{
    color: #e73918;
}
.shopping-cart-container table td.wrap-btn-control{
    padding: 29px 0 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
}
.shopping-cart-container table td.wrap-btn-control .btn{
    display: inline-block;
    background-color: #eeeeee;
    border: none;
    border-radius: 9999px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 16px 10px 15px;
    min-width: 154px;
    text-align: center;
}
.shopping-cart-container table td.wrap-btn-control a.back-to-shop{
    float: left;
    min-width: 184px;
}
.shopping-cart-container table td.wrap-btn-control .btn-clear{
    margin-left: 20px;
    color: #888888 !important;
    background-color: #e2e2e2 !important;
}
.shopping-cart-container table td.wrap-btn-control .btn:not(:disabled):hover{
    background-color: #444444 !important;
    color: #ffffff !important;
}
.shopping-cart-container table td.wrap-btn-control button:disabled{
    color: #888888 !important;
    background-color: #e2e2e2 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}
.shpcart-subtotal-block{
    background-color: #fafafa;
    padding: 19px 15px 52px;
    margin-top: 13px;
}
.order-summary .subtotal-line,
.shpcart-subtotal-block .btn-checkout,
.shpcart-subtotal-block .tax-fee,
.shpcart-subtotal-block .subtotal-line{
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
.shpcart-subtotal-block .subtotal-line + .subtotal-line{
    margin-top: 20px;
}
.order-summary .subtotal-line .stt-name,
.shpcart-subtotal-block .subtotal-line .stt-name{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
}
.order-summary .subtotal-line .stt-name .sub,
.shpcart-subtotal-block .subtotal-line .stt-name .sub{
    font-size: 15px;
    color: #666666;
    text-transform: initial;
    font-weight: 400;
}
.order-summary .subtotal-line .stt-price,
.shpcart-subtotal-block .subtotal-line .stt-price{
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    font-weight: 700;
    display: inline-block;
    float: right;
}
.shpcart-subtotal-block .tax-fee{
    border-bottom: 1px solid #e6e6e6;
    margin-top: 29px;
    padding-bottom: 33px;
}
.shpcart-subtotal-block .tax-fee p{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    margin: 0;
}
.shpcart-subtotal-block .tax-fee .title{
    text-transform: uppercase;
}
.shpcart-subtotal-block .btn-checkout{
    margin-top: 40px;
}
.shpcart-subtotal-block .btn-checkout .btn{
    border: none;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    clear: both;
    border-radius: 9999px;
    background-color: #ababab;
    padding: 13px 15px 12px;
    font-weight: 700;
}
.shpcart-subtotal-block .btn-checkout .btn:hover{
    background-color: #444444 !important;
}
.shpcart-subtotal-block .farmacel-progress-bar{
    margin-top: 39px;
}
.farmacel-progress-bar table,
.farmacel-progress-bar table tr,
.farmacel-progress-bar table td{
    border: none;
    padding: 0;
}
.farmacel-progress-bar table td.mid-position{
    width: 100%;
    padding-left: 5px;
    padding-right: 7px;
}
.farmacel-progress-bar .progress{
    margin: 0;
    background-color: #dadada;
    border-radius: 9999999px;
    height: auto;
    overflow: hidden;
}
.farmacel-progress-bar .progress .progress-bar{
    height: 9px;
    line-height: 0;
    font-size: 0;
    box-shadow: none;
    border-top-right-radius: 9999999px;
    border-bottom-right-radius: 9999999px;
    position: relative;
}
.farmacel-progress-bar .progress .progress-bar::before{
    content: '';
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 9999999px;
    z-index: 5;
    position: absolute;
}
.farmacel-progress-bar .progress .progress-bar::after{
    content: '';
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    right: -2px;
    background-color: #ffffff;
    border-radius: 9999999px;
    z-index: 2;
    position: absolute;
}
.farmacel-progress-bar .index{
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
}
.shpcart-subtotal-block .pickup-info{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 22px 0 0;
}
.shpcart-subtotal-block .pickup-info b{
    font-weight: 400;
    color: #222222;
}
.checkout-progress-wrap{
    max-width: 600px;
}
.checkout-progress-wrap .steps{
    padding: 0;
    display: block;
}
.checkout-progress-wrap .steps li{
    list-style: none;
    display: block;
    padding: 40px 0 38px;
}
.checkout-progress-wrap .steps li+li{
    border-top: 2px solid #e6e6e6;
    margin-top: 2px;
}
.checkout-progress-wrap .checkout-act{
    display: block;
}
.checkout-progress-wrap .checkout-act .title-box{
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    color: #222222;
}
.checkout-progress-wrap .checkout-act.active .title-box .number{
    color: #ffffff;
}
.checkout-progress-wrap .checkout-act .title-box .number{
    display: inline-block;
    border: 0;
    background-color: #dd0000;
    color: #fff;
    font-size: 18px;
    line-height: inherit;
    border-radius: 50%;
    vertical-align: middle;
    min-width: 41px;
    padding: 6px 10px 5px;
    text-align: center;
    margin-right: 29px;
}
.checkout-progress-wrap .checkout-act .box-content{
   
    padding-left: 70px;
}
.checkout-progress-wrap .checkout-act .box-content .txt-desc{
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    margin-top: 5px;
    margin-bottom: 21px;
}
.checkout-progress-wrap .checkout-act .box-content .txt-desc a{
    font-weight: 600;
    color: #222222;
}
.login-on-checkout .form-row{
    display: block;
    margin: 0 0 7px;
}
.login-on-checkout .form-row label{
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    display: block;
    margin: 0 0 5px;
}
.login-on-checkout .form-row input[type=email]{
    font-size: 15px;
    color: #222222;
    line-height: 30px;
    max-width: 320px;
    width: 100%;
    display: inline-block;
    padding: 7px 14px 6px;
    margin-right: 25px;
}
.login-on-checkout .form-row input[type=text]{
    font-size: 15px;
    color: #222222;
    line-height: 30px;
    width:50%;
    max-width: 320px;
    width: 100%;
    display: inline-block;
    padding: 7px 14px 6px;
    margin-right: 25px;
}
.login-on-checkout .form-row button{
    display: inline-block;
    border: none;
    border-radius: 9999px;
    color: #ffffff;
    text-transform: uppercase;
	background-color: #d00;
    font-weight: 700;
    padding: 12px 10px;
    min-width: 180px;
    text-align: center;
}
.checkout-progress-wrap .steps li {
  list-style: none;
  display: block;
  padding: 40px 0 38px;
}

.order-summary .cart-list {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	margin-bottom: 23px;
}
.order-summary .cart-list-box .number {
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	display: block;
	margin-top: 21px;
	margin-bottom: 10px;
  }
  .order-summary .title-block {
	display: inline-block;
	line-height: 0;
	font-size: 0;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 21px;
  }
  .order-summary {
	background-color: #fafafa;
	padding: 20px;
  }

  .login-on-checkout .form-row button:hover{
    background-color: #444444;
}
.login-on-checkout .form-row input[type=checkbox]{
    display: none;
}
.login-on-checkout .form-row input[type=checkbox]+label{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 18px;
    cursor: pointer;
}
.login-on-checkout .form-row input[type=checkbox]+label::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #eeeeee;
    border-radius: 2px;
    top: 2px;
    left: 0;
}
.login-on-checkout .form-row input[type=checkbox]+label::after{
    content: "\f00c";
    font-weight:900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 12px;
    color: #444444;
    position: absolute;
    top: 4px;
    left: 2px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 1;
}
.login-on-checkout .form-row input[type=checkbox]:checked+label::after{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.login-on-checkout .msg{
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 1;
    padding: 0;
    margin: 21px 0 0;
}
.login-on-checkout .msg a:hover{
    color: #000000;
}
.order-summary{
    background-color: #fafafa;
    padding: 20px;
}
.order-summary .title-block{
    display: inline-block;
    line-height: 0;
    font-size: 0;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 21px;
}
.order-summary .title-block .title{
    display: inline-block;
    margin: 0;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
}
.order-summary .title-block a{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 30px;
}
.order-summary ul{
    padding: 0;
    display: block;
    margin: 0;
}
.order-summary ul li{
    list-style: none;
    display: block;
    margin: 0;
}
.order-summary .cart-list-box .number{
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    display: block;
    margin-top: 21px;
    margin-bottom: 10px;
}
.order-summary .cart-list{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 23px;
}
.order-summary .cart-list>li+li{
    margin-top: 20px;
}
.order-summary .cart-list .cart-item{
    display: table;
    width: 100%;
}
.order-summary .cart-list .cart-item .info,
.order-summary .cart-list .cart-item .price,
.order-summary .cart-list .cart-item .product-thumb{
    display: table-cell;
    text-align: left;
}
.order-summary .cart-list .cart-item .product-thumb{
    width: 113px;
    font-size: 0;
    line-height: 0;
}
.order-summary .cart-list .cart-item .info{
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    padding-top: 21px;
    padding-left: 11px;
}
.order-summary .cart-list .cart-item .info *{
    display: block;
    font-size: 17px;
    color: #222222;
    margin: 0;
    line-height: 20px;
    font-weight: 600;
}
.order-summary .cart-list .cart-item .price {
    text-align: right;
}
.order-summary .subtotal .link-forward{
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin-top: 9px;
    margin-bottom: 20px;
}
.order-summary .subtotal .subtotal-line a.link-forward:hover{
    color: #444444 ;
}
.order-summary .subtotal li:last-child{
    border-top: 1px solid #e6e6e6;
    padding-top: 22px;
    padding-bottom: 9px;
}

.quantity-box.type1 .input-cant input{
    font-size: 18px;
    color: #888888;
    text-align: left;
    background-color: #f3f3f3;
    line-height: 1;
    width: 106px;
    padding: 9px 33px 8px 22px;
    height: 38px;
}
.quantity-box.type1 .input-cant .cant-btn{
    right: 17px;
    top: 2px;
}
.quantity-box.type1 .input-cant .cant-btn.btn-down{
    top: 19px;
}
.contact-info-container .box-title{
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    display: block;
    margin: 0;
}
.contact-info-container .frst-desc{
    font-size: 15px;
    color: #666666;
    display: block;
    line-height: 18px;
    margin: 48px 0 0;
    max-width: 480px;
}
.contact-info-container .addr-info{
    padding: 0 0 8px;
    display: block;
    margin: 54px 0 0;
    font-size: 0;
    line-height: 0;
}
.contact-info-container .addr-info li{
    list-style: none;
    display: inline-block;
    width: 100%;
}
.contact-info-container .addr-info li+li{
    margin-top: 6px;
}
.contact-info-container .addr-info .if-item .tie{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    float: left;
    margin-right: 3px;
}
.contact-info-container .addr-info .if-item .dsc{
    display: flex;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
}
.contact-form-container{
    margin-bottom: 80px;
}
.contact-form-container .form-row{
    display: block;
    margin: 0 0 20px;
    font-size: 0;
    line-height: 0;
}
.contact-form-container .form-row textarea,
.contact-form-container .form-row input{
    font-size: 14px;
    line-height: 1;
    color: #333333;
    display: inline-block;
    width: 100%;
    padding: 8px 15px 9px;
}
.contact-form-container .form-row input{
    height: 45px;
}
.contact-form-container .form-row input::-webkit-input-placeholder { /* Edge */
    line-height: 25px;
}
.contact-form-container .form-row input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    line-height: 25px;
}
.contact-form-container .form-row input::placeholder {
    line-height: 25px;
}
.contact-form-container .form-row textarea{
    height: 145px;
}
.contact-form-container .form-row .btn-submit{
    min-width: 162px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 999px;
    text-transform: uppercase;
    padding: 12px 10px;
    margin-top: 10px;
}
.contact-form-container .form-row .btn-submit:hover{
    background-color: #444444;
}

