body
{
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  background: #ffffff;
}

a
{
  color: #5c5b5f;
}

a:hover
{
  text-decoration: none;
}

.clear
{
  clear: both;
}

.img_full
{
  width: 100%;
  max-width: 100%;
}

.img_hover_zoom
{
	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
 	transition: all 0.3s;
}
.img_hover_zoom:hover
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.padding_0
{
  padding: 0px;
}

.padding_l_0
{
  padding-left: 0px;
}

.padding_l_15
{
  padding-left: 15px !important;
}

.padding_r_0
{
  padding-right: 0px !important;
}

.padding_r_10
{
  padding-right: 10px !important;
}

.padding_40
{
	padding: 40px 0px;
}

.padding_10_0
{
  padding: 10px 0px !important;
}

.mt-8
{
  margin-top: -8px !important;
}

.mt10
{
  margin-top: 10px;
}

.mt20
{
  margin-top: 20px;
}

.mt25
{
  margin-top: 25px;
}

.mt30
{
  margin-top: 30px;
}

.mb0
{
  margin-bottom: 0px !important;
}

.mb30
{
  margin-bottom: 30px;
}

.mb10
{
  margin-bottom: 10px;
}

.mb5
{
  margin-bottom: 5px;
}

.mr10
{
  margin-right: 10px;
}

.font_light
{
  font-weight: 300;
}

.font_regular
{
  font-weight: 400 !important;
}

.font_medium
{
  font-weight: 600 !important;
}

.font_bold
{
  font-weight: 600;
}

.font_14
{
  font-size: 14px !important;
}

.btn-primary
{
  background: #C12223;
  border: 0px;
  width: 100%;
  max-width: 200px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  color: #ffffff;
}

.bg-primary {
  background: #C12223 !important;
}

button.mercadopago-button {
  background-color: #C12223;
}

.btn-primary:hover
{
  background: #af1932;
  color: #ffffff;
}

.btn-secondary
{
  border-radius: 50px;
  background: #C12223;
  border: 0px;
  width: 100%;
  max-width: 170px;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  color: #ffffff;
}

.btn-secondary:hover
{
  background: #C12223;
  color: #ffffff;
}

header
{
  position: relative;
  z-index: 999;
  padding: 15px 0px 20px 0px;
}

#logo
{
  width: auto;
  max-width: 280px;
  margin-bottom: 15px;
  max-height: 60px;
}

i
{
  color: #C12223;
}

.btn_circular_icon_right
{
  background: #f2f2f2;
  color: #4d4d4d;
  font-size: 13px;
  width: 100%;
  max-width: 225px;
  border-radius: 25px;
  text-align: center;
  padding: 9px 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

.btn_circular_icon_right div
{
  position: absolute;
  background: #e6e6e6;
  font-size: 16px;
  padding: 10.45px 17px;
  margin: -9px 0px 0px 180px;
  border-radius: 0px 25px 25px 0px;
}

.btn_circular_icon_left
{
  background: #f2f2f2;
  color: #4d4d4d;
  font-size: 13px;
  width: 240px;
  border-radius: 25px;
  text-align: center;
  padding: 9px 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  border: 0px;
}

.btn_circular_icon_left div
{
  position: absolute;
  background: #e6e6e6;
  font-size: 16px;
  padding: 10.45px 12px;
  margin: -9px 0px 0px 0px;
  border-radius: 25px 0px 0px 25px;
}

.btn_circular_icon_right:hover, .btn_circular_icon_left:hover
{
  background: #4d4d4d;
  color: #f2f2f2;
}

header .btn_circular_icon_right
{
  max-width: 225px;
  margin-top: 10px;
}
header .btn_circular_icon_right span
{
  margin-left: -35px;
}
header .btn_circular_icon_left
{
  max-width: 250px;
  float: right;
  margin-top: 10px;
  /*font-size: 11px;
  padding: 11px 0px;*/
}
header .btn_circular_icon_left span
{
  margin-right: -35px;
}

nav
{

}

#nav_home #cssmenu #menu-button
{
  color: #ffffff !important;
}
#nav_home #cssmenu.small-screen #menu-button:after
{
  border-color: #ffffff !important;
}
#nav_home #cssmenu.small-screen #menu-button:before
{
  border-color: #ffffff !important;
  background: #ffffff !important;
}

.nav_secciones
{
  background: #333333;
}

.nav_secciones #cssmenu > ul > li > a
{
  color: #ffffff;
  border-color: #ffffff;
}

.nav_secciones #cssmenu > ul > li > a:hover
{
  color: #C12223;
}

#cssmenu ul li:last-of-type a
{
  border-right: 0px;
  padding-right: 0px;
}

#nav_home_cont
{
  position: absolute;
  width: 100%;
}

.f_blanco
{
  background: #ffffff !important;
}

.fondo_gris
{
  background: #f2f2f2;
}

.fondo_grisc
{
  background: rgba(242,242,242,0.4);
}

.b_azul
{
  border-color: #0557ce !important;
}

.c_verde
{
  color: #C12223 !important;
}

.c_rojo
{
  color: #cc263b !important;
}

.c_amarillo
{
  color: #f7931e !important;
}

.b_rojo
{
  border-color: #cc263b !important;
}

.b_amarillo
{
  border-color: #f7931e !important;
}

footer
{
  background: rgba(242,242,242,0.4);
  color: #5d5d5d;
  padding-top: 25px;
}

#copy 
{
  background: #333333;
  padding: 15px 0px;
  margin-top: 35px;
  color: #ffffff;
}

.redes_footer
{
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}
.redes_footer:hover
{
  border: 2px solid #cccccc;
}
.redes_footer:hover i
{
  color: #cccccc;
}
.redes_footer i
{
  color: #ffffff;
  width: 21px;
  height: 21px;
  text-align: center;
  vertical-align: middle;
}
.redes_footer .fa-facebook
{
  padding: 3px 8px;
}
.redes_footer .fa-x-twitter
{
  padding: 3px 7px;
}
.redes_footer .fa-google-plus
{
  font-size: 12px;
  padding: 4px 4px;
}
.redes_footer .fa-instagram
{
    padding: 3px 6px;
}

.titulos_footer
{
  font-weight: 600;
  color: #4d4d4d;
  font-size: 17px;
  margin-bottom: 8px;
}

#redes_header
{
  color: #999999;
  font-size: 15px;
  font-weight: 700;
 
}
#redes_header a:first-of-type
{
  margin-left: 10px;
}

#redes_header a i.fa-facebook
{   
    border-radius: 25px;   
    background: #3b5998;
  	color: white;    
}

#redes_header a .fa-facebook
{
  padding: 8px 12px;
}


#redes_header a i.fa-x-twitter
{   
    border-radius: 25px;   
    background: #55ACEE;
  	color: white;    
}

#redes_header a .fa-x-twitter
{
  padding: 8px 12px;
}

#redes_header a i.fa-instagram
{   
    border-radius: 25px;   
    background: #125688;
  	color: white;    
}

#redes_header a .fa-instagram
{
  padding: 8px 12px;
}


#redes_header a i.fa-map-marker
{   
    border-radius: 25px;   
    background: #dd4b39;
  	color: white;    
}

#redes_header a .fa-map-marker
{
  padding: 8px 12px;
}


#redes_header a i:hover
{
  background: #999999;
  
}

#contacto_footer
{
  margin-top: 20px;
  padding: 20px 0px;
  -webkit-box-shadow: 0px -5px 8px 0px rgba(102,102,102,0.10);
  -moz-box-shadow: 0px -5px 8px 0px rgba(102,102,102,0.10);
  box-shadow: 0px -5px 8px 0px rgba(102,102,102,0.10);
}

#contacto_footer .icono_c
{
  width: 45px;
  margin-right: 10px;
  float: left;
  text-align: center;
  font-size: 24px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  height: 45px;
  line-height: 45px;
  padding-top: 10px;
}
#contacto_footer .icono_c i
{
  color: #4d4d4d;
}

#formas_pago_footer
{
  /*padding-top: 10px;*/
  margin-bottom: 40px;
}
#formas_pago_footer img
{
  height: 30px;
  margin-right: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#formas_pago_footer img:last-of-type
{
  margin-right: 0px;
}

.titulos_secciones
{
  color: #333333;
  font-size: 34px;
  border-bottom: 2px solid #C12223;
  padding: 0px 0px 15px 0px;
  margin: 10px 0px 25px 0px;
  text-align: center;
  font-weight: 600;
}

.textos_secciones
{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.subtitulos_secciones
{
  font-size: 22px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

/* HOME */
#wrapper
{
  margin-top: 0px;
}

#iconos_home
{
  padding: 20px 0px;
  text-align: center;
}

#iconos_home div
{
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #4d4d4d;
}

#iconos_home div img
{
  width: 85px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.dcontacto_home
{
  background: #f2f2f2;
  text-align: center;
  font-size: 15px;
  color: #808080;
  padding: 20px 0px;
  margin-top: 15px;
}

.dcontacto_home a
{
  color: #808080;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

.dcontacto_home a:hover
{
  color: #0249af;
  text-decoration: none;
}

.dcontacto_home i
{
  margin-right: 10px;
  font-size: 18px;
}

.destacado_home
{
  width: 20%;
}

.destacado_home .icon_left
{
  left: 3px;
  bottom: 3px;
}
.destacado_home .icon_right
{
  right: 13px;
  bottom: 3px;
}

.ver_todos_d
{
  background: rgba(230,230,230,0.5);
  padding: 5px 10px;
  text-align: right;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 90%;
  
}

.ver_todos_d:hover
{
  color: #4d4d4d !important;
}

.ver_todos_d:hover i
{
  color: #4d4d4d !important;
  border: 1px solid #4d4d4d !important;
}

.ver_todos_d i
{
  border: 1px solid #4d4d4d;
  border-radius: 25px;
  padding: 4px 6px;
  margin-left: 5px;
}

.bloque_destacado_info
{
  background: rgba(242,242,242,0.4);
  padding: 15px 15px 0px 15px;
  font-size: 13px;
  line-height: 21px;
  /* height: 100%; */
}

.titulo_d_home
{
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 25px;
}

.parent
{ 
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; 
}
/*.parent>.destacado_home 
{ 
  flex:1; 
}*/
.parent > .destacado_home > .border_product {
  background: rgba(242,242,242,0.4);
  /* min-height: 400px; */
}
.producto_listado .border_product {
  border: 1px solid #f3f3f3;
    -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.producto_listado .border_product:hover {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.15);
     -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.parent .producto_listado
{
  margin: 0px !important;
}
/* FIN HOME */

/* LOGIN */
.input_primary
{
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #C12223;
  margin-bottom: 10px;
}

.input_primary
{
  outline: none;
}

.btn_bi
{
  color: #5c5b5f;
  font-weight: 500;
  text-decoration: underline;
}

#derecha_login
{
  border-left: 1px solid #c0c1c7;
  padding: 0px 0px 0px 100px;
}

#derecha_login .btn-secondary
{
  /*margin-top: 125px;*/
}
/* FIN LOGIN */

/* RECUPERAR PASS */
.input_secondary
{
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 4px 6px;
  margin-bottom: 15px;
}
/* FIN RECUPERAR PASS */

/* PERFIL */
.item_perfil
{
  color: #5c5b5f;
}

.item_perfil div
{
  background: #f4f4f5;
  color: #5c5b5f;
  font-size: 15px;
  text-align: center;
  padding: 9px 0px 9px 0px;
  border: 2px solid #f4f4f5;
  border-radius: 50px;
  text-transform: uppercase;
}

.item_perfil:hover div
{
  background: #ffffff;
  color: #C12223;
  border: 2px solid #C12223;
}

.item_perfil:hover
{
  text-decoration: none;
  font-weight: 700;
}

.perfil_active
{
  text-decoration: none;
  font-weight: 700;
}

.perfil_active div
{
  background: #ffffff;
  color: #C12223;
  border: 2px solid #C12223;
}

.input_tr
{
  width: 100%;
  background: #f2f2f2;
  border: 0px;
  border-bottom: 2px solid #C12223;
  padding: 4px 7px;
  margin-top: 5px;
  outline: none;
}

.item_tabla1
{
  background: rgba(244,244,245,0.3);
  border: 1px solid #d4d6da;
  padding: 15px 0px 0px 15px;
  margin-bottom: 10px;
  line-height: 24px;
}

#datos_perfil .item_tabla1
{
  padding: 10px 0px 10px 15px;
}

#iconos_f_contacto
{
  max-width: 53px; margin-right: 5px; float:right; margin-top: 4px;
}

#iconos_f_contacto .iconos_verdes
{
  border-radius: 25px;
  padding: 4px 4px 4px 6px;
}

.iconos_verdes
{
  background: #f4f4f5;
  padding: 12px 10px;
  border: 1px solid #d4d6da;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

.iconos_verdes i
{
  color: #C12223;
  font-size: 22px !important;
}

.iconos_verdes:hover
{
  cursor: pointer;
  background: rgba(244,244,245,0.3);
}
.iconos_verdes:hover i
{
  color: #af1932;
}

.iconos_verdes:first-of-type
{
  margin-top: -16px;
}

.btn_add
{
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #C12223;
  right: 5px;
  margin-top: -4px;
}

.primary_add
{
  max-width: 200px;
  padding-right: 30px !important;
}
.btn_add i
{
  color: #ffffff !important;
}

.item_tabla2
{
  padding: 4px 0px;
}

.item_tabla2:nth-child(even)
{
  background: #f4f4f5;
}

.cabecera_tabla2
{
  background: rgba(242,242,242,0.2);
  font-weight: 500;
  border: 1px solid #ececec;
  padding: 5px 0px;
}

.cabecera_tabla3
{
  background: #ffffff;
  font-weight: 500;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 5px 0px;
  font-size: 15px;
  text-align: center;
}

.item_tabla3
{
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #c9c9c9;
}

.width_13
{
  width: 13%;
}

.width_15
{
  width: 15%;
}

.width_20
{
  width: 20%;
}

.fa-plus-square-o
{
  color: #C12223;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.fa-plus-square-o:hover
{
  color: #006d6d;
}

#resultados_page
{
  padding: 10px;
}

#resultados_page a
{
  /*color: #5c5c5f;*/
  margin-left: 5px;
}

#resultados_page a:hover
{
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

#resultados_page i
{
  color: #C12223;
  font-size: 11px;
}

.icon_input
{
  position: absolute;
  right: 23px;
  top: 5px;
  color: #b3b3b3;
}

.icon_input i:hover
{
  color: #C12223;
}

.icon_input button
{
  border: 0px;
  background: #f2f2f2;
  outline: none;
}

.fa-search
{
  color: #0557ce;
  margin-top: 7px;
}

.cabecera_pedidos_datos
{
  background: rgba(240,239,238,0.5);
  font-weight: 500;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 17px;
  text-align: left;
  border-radius: 50px;
}

.descripcion_pedidos_datos
{
  padding: 12px 20px;
  line-height: 25px;
  overflow: auto;
  max-height: 300px;
}

.descripcion_pedidos_datos span
{
  font-weight: 700;
}

#datos_perfil .icon_rojo
{
  background: #ffffff;
  border: 2px solid #C12223;
}
#datos_perfil .icon_rojo i
{
  color: #C12223;
}
#datos_perfil .icon_rojo:hover
{
  background: #C12223;
}
#datos_perfil .icon_rojo:hover i
{
  color: #ffffff;
}

#datos_perfil .icon_violeta
{
  background: #ffffff;
  border: 2px solid #C12223;
}
#datos_perfil .icon_violeta i
{
  color: #C12223;
}
#datos_perfil .icon_violeta:hover
{
  background: #C12223;
}
#datos_perfil .icon_violeta:hover i
{
  color: #ffffff;
}
/* FIN PERFIL */

/* CAROUSEL PRODUCTOS */
#carousel_nuevo, .item #carousel_vendido, .item{
  
}
#carousel_nuevo, .item img #carousel_vendido, .item img{
  max-width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  right: 37px;
  top: -48px; 
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -4px;
  top: -48px;
}

.descripcion_carousel
{
  background: rgba(242,242,242,0.4);
  font-size: 12px;
  color: #666666;
  text-align: center;
  padding: 8px 20px;
  width: 100%;
  margin: auto;
}

.descripcion_carousel .disponibles
{
  color: #C12223;
  text-transform: uppercase;
}
.descripcion_carousel .blank-space {
    height: 50px;
}

.descripcion_carousel span.p-price
{
  line-height: 36px;
  font-size: 14px;
  color: #4d4d4d;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 2px 9px 4px 9px;
}

#tab_home .nav-tabs
{
  border-bottom: 2px solid #e6e6e6;
}

#tab_home .nav-tabs li
{
  width: 190px;
  text-align: center;
  margin-right: 3px;
}

#tab_home .nav-tabs> li a
{
  background: #e5e5e5;
  border: 0px;
  border-radius: 0px;
  font-weight: 300;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  color: #666666;
}

#tab_home .nav-tabs li a:hover
{
  background: #0249af;
  color: #ffffff;
  font-weight: 400 !important;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

#tab_home .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
  background: #0249af;
  color: #ffffff;
  font-weight: 400 !important;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  border: 0px !important;
}

#tab_home .tab-content
{
  background: #ffffff;
}
/* FIN CAROUSEL */

/* PREGUNTAS FRECUENTES */
#faq .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body
{
  border: 0px;
}

#faq .panel
{
  box-shadow: none;
  margin-top: 10px;
}

#faq .panel-default
{
  border: 0px;
}

#faq .panel-default>.panel-heading
{
  border: 0px !important;
  padding: 5px 0px;
  background: #ffffff;
}

#faq .accordion-toggle
{
  color: #98969b;
  font-size: 15px;
  font-weight: 400;
}

#faq .accordion-toggle:hover, #faq .accordion-toggle:focus
{
  color: #4e4e4e;
  text-decoration: none;
}

.faqHeader {
  font-size: 27px;
  margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
  content: "";
  background: url('../imagenes/reducir.png');
  float: left;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  margin-top: -4px;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  content: "";
  background: url('../imagenes/ampliar.png');
  float: left;
  margin-right: 20px;
  width: 25px;
  height: 25px;
}

#faq .panel-body
{
  color: #4e4e4e;
  font-size: 14px;
  padding: 5px 0px 0px 46px;
}
/* FIN PREGUNTAS FRECUENTES */

/* PRODUCTO */
.breadcrumb
{
  margin-top: 20px;
  background: #ffffff;
  padding: 0px;
  font-size: 15px;
}
.breadcrumb a
{
  color: #5c5b5f;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}
.breadcrumb a:hover
{
  color: #000000;
  text-decoration: none;
}
.breadcrumb .active
{
  font-weight: 600;
}
.breadcrumb .active:hover
{
  color: #5c5b5f;
  text-decoration: none;
}

#detalle_producto
{
  font-size: 16px;
  font-weight: 300;
}

#detalle_producto h1
{
  font-size: 29px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

#detalle_producto h2
{
  font-size: 19px;
  font-weight: 500;
  padding: 0px;
  margin: 9px 0px 17px 0px;
}

#detalle_producto h3
{
  font-size: 35px;
  font-weight: 600;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  color: #333333;
}

#detalle_producto .textos_secciones
{
  line-height: 23px;
}

.btn_regresar
{
  background: #f2f2f2;
  padding: 7px 14px;
  color: #5c5b5f;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}
.btn_regresar i
{
  font-size: 12px !important;
  margin-right: 4px;
  color: #C12223;
}

.btn_regresar:hover
{
  background: #5c5b5f;
  padding: 7px 14px;
  color: #f2f2f2;
  text-decoration: none;
}

.input_qt {
  float: left;
  width: 73px;
  font-weight: 600;
  padding: 4px 27px 5px 5px;
  font-size: 19px;
  text-align: center;
  color: #727276;
}
.button {
  position: absolute;
  margin: 2px 0px 0px 47px;
  padding: 3px 5px 0px 0px;
  text-indent: -9999px;
  cursor: pointer;
  width: 24px;
  height: 20px;
  background: #f2f2f2 url(/themes/theme_three/img/top.png) no-repeat;
}
.dec {
  position: absolute;
  margin: 21px 0px 0px 47px;
  background: #f2f2f2 url(/themes/theme_three/img/bottom.png) no-repeat;
}

.btn_agregar
{
  float: left;
  margin-left: 10px;
  border: 0px;
  background: #cc263b;
  font-weight: 600;
  color: #ffffff;
  padding: 9px 40px 10px 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

.btn_agregar i
{
  color: #ffffff;
}
.btn_agregar:hover
{
  background: #af1932;
  color: #ffffff;
}

.btn_agregar_sinstock
{
  background: rgba(230,230,230,0.5);
  border: 1px solid #b3b3b3;
  float: left;
  margin-left: 10px;
  font-weight: 600;
  color: #cccccc;
  padding: 9px 40px 10px 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

.btn_agregar_sinstock i
{
  color: #cccccc;
}
.btn_agregar_sinstock:hover
{
  background: rgba(230,230,230,0.5);
  color: #cccccc;
}

#sync1 .item{
  text-align: center;
}
#sync2 .item{
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
}
#sync2 .item img{
  width: 100%;
}

#tab_producto .nav-tabs
{
  border: 1px solid #e6e6e6;
  border-bottom: 0px;
  background: #f4f4f5;
  padding-bottom: 0px;
}

#tab_producto .nav-tabs li
{
  width: 190px;
  text-align: center;
  margin-right: -2px;
}

#tab_producto .nav-tabs> li a
{
  background: #f4f4f5;
  border: 0px;
  border-radius: 0px;
  font-weight: 300;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  color: #808080;
  font-weight: 500;
}

#tab_producto .nav-tabs li a:hover
{
  background: #ffffff;
  color: #808080;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  font-weight: 500;
}

#tab_producto .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
  background: #ffffff;
  color: #808080;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  border: 0px !important;
  font-weight: 500;
}

#tab_producto .tab-content
{
  background: #ffffff;
  padding: 15px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  line-height: 27px;
  font-size: 15px;
}

#tab_producto .tab-content .textos_secciones
{
  font-weight: 400 !important;
}

.icon_btn
{
  background: rgba(230,230,230,0.5);
  border: 1px solid #e5e4e4;
  color: #cc263b;
  padding: 5px 8px;
  margin-left: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

.icon_btn:hover
{
  background: #cc263b;
  color: #ffffff;
}

.icon_btn_radius
{
  background: rgba(230,230,230,0.5);
  border: 0px;
  color: #8cc63f;
  padding: 4px 5px;
  margin-left: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  border-radius: 50px;
  font-size: 13px;
}

.icon_btn_radius:hover
{
  color: #8cc63f;
}

.icon_btn_active
{
  background: #333333 !important;
  color: #ffffff !important;
}
.icon_btn_active i
{
  background: #333333 !important;
  color: #ffffff !important;
}

.icon_btn_cat
{
  background: rgba(230,230,230,0.5);
  color: #333333;
  padding: 5px 10px 5px 8px;
  margin-left: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  border-radius: 25px;
}

.icon_btn_cat i
{
  color: #333333;
}
.icon_btn_cat:hover
{
  background: #333333 !important;
  color: #ffffff !important;
}
.icon_btn_cat:hover i
{
  color: #ffffff !important;
}
/* FIN PRODUCTO */

/* PRODUCTO LISTADO */
.producto_listado
{
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: 9px;
}

.border_product
{
  border: 1px solid #fafafa;
}

.ui-widget-content
{
  background: #e6e6e6 !important;
}

.ui-widget-header
{
  background: #C12223 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
  border-radius: 50px !important;
}

.ui-state-active
{
  background: #C12223 !important;
  border: 0px !important;
}

.ui-slider-handle
{
  cursor: pointer !important;
}

.btn_paginacion_f
{
  background: #fcfcfc;
  border: 1px solid #f5f5f5;
  padding: 4px 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}

.btn_paginacion_f:hover
{
  font-weight: 400 !important;
  background: #e5e4e4;
}

.producto_listado:hover .hover_product{
  display: inline;
}

.hover_product
{
  position: absolute;
  background: #e6e6e6;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  display: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  margin: 5px;
}
.hover_product i
{
  margin: 0px !important;
}
.hover_product:hover
{
  background: #0457ba;
}
.hover_product:hover i
{
  color: #e6e6e6 !important;
}

.producto_listado .icon_left
{
  background: #cc263b;
  border: 2px solid #cc263b;
}
.producto_listado .icon_left i
{
  color: #ffffff;
}
.producto_listado .icon_left:hover
{
  background: #C12223;
  border: 2px solid #C12223;
}
.producto_listado .icon_right
{
  background: #ffffff;
  border: 2px solid #C12223;
}
.producto_listado .icon_right i
{
  color: #C12223;
}
.producto_listado .icon_right:hover
{
  background: #C12223;
}

.icon_left
{
  left: 4px;
  bottom: 5px;
}

.icon_right
{
  right: 13px;
  bottom: 5px;
}

.descripcion_producto_grid
{
  color: #5c5b5f;
  font-size: 13px;
  width: 100%;
  padding: 0 20px;
}

.icon_product_list
{
  background: #e6e6e6;
  padding: 5px 9px 5px 8px;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  border-radius: 25px;
}
.icon_product_list i
{
  margin: 0px !important;
}
.icon_product_list:hover
{
  background: #0457ba;
}
.icon_product_list:hover i
{
  color: #e6e6e6 !important;
}

.cabecera_producto_list
{
  padding: 5px 0px;
  margin: 10px 0px;
  background: rgba(242,242,242,0.4);
}

.product_list
{
  border-bottom: 1px solid #d5d6db;
  padding-bottom: 10px;
  margin-top: 10px;
}

.icon_rojo
{
  background: #cc263b;
  border: 2px solid #cc263b;
}
.icon_rojo i
{
  color: #ffffff;
}
.icon_rojo:hover
{
  background: #C12223;
  border: 2px solid #C12223;
}

.icon_violeta
{
  background: #ffffff;
  border: 2px solid #C12223;
}
.icon_violeta i
{
  color: #C12223;
}
.icon_violeta:hover
{
  background: #C12223;
}

/* FIN PRODUCTO LISTADO */

.input_primary
{
  background: #f2f2f2;
  color: #4d4d4d;
  font-size: 13px;
  width: 100%;
  border-radius: 25px;
  text-align: left;
  padding: 9px 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  border: 0px;
  margin: 4px 0px 15px 0px;
}

.icon_left_input
{
  position: absolute;
  background: #e6e6e6;
  font-size: 16px;
  padding: 11px 17px;
  margin: 4px 0px 0px -1px;
  border-radius: 25px 0px 0px 25px;
}

.icon_right_input
{
  position: absolute;
  background: #e6e6e6;
  font-size: 16px;
  padding: 7px 17px;
  margin: 4px 0px 0px -1px;
  border-radius: 0px 25px 25px 0px;
  right: 0px;
}

.input_primary:hover
{
  background: #4d4d4d;
  color: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  .filter-curtain {
    display: none;
  }
}

.filter-header {
  top: 0;
  display: flex;
  justify-content: space-between;
  position: fixed;
  background: #333333;
  width: 100%;
  z-index: 999;
  color: #ffffff;
}

.filter-curtain {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  background: white;
  transition: right 0.5s ease-out;
  overflow-y: scroll;
}
.filter-title-right{
  text-align: right !important;
}

.filter-curtain.open {
  right: 0%;
}

.filter-body {
  padding-top: 70px;
  margin: 0px 20px;
}

.filter-title-row {
  display: table;
}

.filter-title-col {
  float: none;
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  font-size: 24px;

}

.items-box{
  overflow: scroll;
  max-height: 200px;
}

label.error{
  margin-bottom:2rem !important;
}

.list-envios {
  float: none;
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  font-size: 12.5px;
}

.metodo-envio{
  border: 1px solid #ccc;
 /*  border-radius: 25px; */
}

.opciones-envios{
  margin-top: 7px;
}
.list-metodos {
  display: table;
}