/* CSS Document */
.space-section
{
    /*padding: 30px 0px;*/
}
.body-producto
{
    color: #555555;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    font-size: 1.4rem;    
}
.body-producto a
{
    text-decoration: none;
    color: inherit;
}
.caja-titulo h1
{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 25px;    
}
.caja-titulo 
{
    padding-bottom: 32px;
    border-bottom: 1px solid #ededed;
}
.caja-titulo .breadcrumb 
{
    margin: 0;
    font-size: 14px;
    background: none;
    padding: 0px;
}
.caja-titulo .breadcrumb li
{
    display: inline-block;
    vertical-align: top;
}
.caja-titulo .breadcrumb li a
{
    color: #555555;
    text-decoration: none;
}
.caja-titulo .breadcrumb li:before
{
    display: none;
}
.caja-titulo .breadcrumb li:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 18px;
    content: '\f054';
    font-family: 'FontAwesome';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin: 0 11px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.caja-opciones
{
    padding-top: 25px;
}
.grip-icons
{
    color: #333;
}
.grip-icons a
{
    padding: 5px;
}
.grip-icons a.list-active
{
    cursor: default;
}
.grip-icons a:not(.list-active)
{
    color: #ddd;
}
.listado-productos.horizontal .item-producto .box-imagen
{
    width: 22%;
    margin-right: 3%;
    display: inline-block;    
    float: left;
}
.item-producto
{
    display: block;
    padding: 14px;
    padding-bottom: 30px;
}
.item-producto .box-imagen 
{
    position: relative
}
.item-producto .box-imagen .descuento
{
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    top: 5px;
    left: 5px;
    z-index: 2;
    text-align: center;
    display: inline-block;
    padding-right: 3px;
    padding-left: 5px;
    background-color: #FF0000;        
}
.item-producto .box-imagen .descuento:before
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    display: block;
    width: 10px;
    background-color: #FF0000;
    -webkit-transform: skew(
-30deg
);
    -ms-transform: skew(-30deg);
    transform: skew(
-30deg
);
    z-index: -1;    
}
.item-producto .box-imagen .nuevo
{
    position: absolute;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    top: 5px;
    right: 5px;
    z-index: 2;
    text-align: center;
    display: inline-block;
    padding-right: 5px;
    padding-left: 3px;
    background-color: #7f9a23;    
}
.item-producto .box-imagen .nuevo:before
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    display: block;
    width: 10px;
    background-color: #7f9a23;
    -webkit-transform: skew(
30deg
);
    -ms-transform: skew(30deg);
    transform: skew(
30deg
);
    z-index: -1;    
}
.item-producto .box-imagen  picture
{
    display: block;
}
.item-producto .box-imagen .enlace
{
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;
    z-index: 1;
    
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    
    margin: 0 auto;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 20%);
    
     background: #fff;
     color: #7f9a23;
    text-align: center;
}
.item-producto:hover .box-imagen .enlace
{
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    
    z-index: 3;
}
.item-producto .box-imagen  img
{
    width: 100%;
    max-width: 100%;
    opacity: 0.9;
}
.item-producto .box-imagen .hover-1
{
    display: block;
    background: #000;
}
.item-producto .box-imagen .hover-2
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;  
    background: #000;

}
.item-producto:hover .box-imagen .hover-2
{
    z-index: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);    
    
}
/*** score reutilizable **/
.score {
  display: block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
}

.score .stars-active {
  color: #EEBD01;
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.score .stars-inactive {
  color: #dddddd;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  /* overflow: hidden; */
}
.item-producto .box-titulo h3
{
    font-size: 16px;
    margin-top: 0px;
}
.item-producto .box-precio
{
    display: inline-block;
}
.item-producto .box-precio .precio-venta
{
    font-weight: 700;
    /*color: #333;*/
    font-size: 17px;
    color: #0066cc;    
    line-height: 36px;
}
.item-producto .box-precio .precio-anterior
{
    color: #a5a5a5;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 13px;
    margin-left: 5px;    
}
.item-producto .box-button .btn,
.button-template
{
    background: transparent;
    border: 2px solid #7f9a23;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 6px 15px;
    font-size: 1.50769268rem;
    box-sizing: border-box;
    vertical-align: middle;    
}
.item-producto .box-button .btn:hover,
.button-template:hover
{
    background: #7f9a23;
    border: 2px solid #7f9a23;
    color: #fff;
}

.paginacion 
{
    text-align: center;
}
.paginacion ul li
{
    font-size: 1.50769268rem;
    line-height: 3.7692317rem;
    letter-spacing: normal;
    margin: 0 3px 0 0;
    display: inline-block;
    margin-bottom: 0;
}
.paginacion ul li a
{
    color: #555555;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    border-radius: 50% !important;   
    border: none;
    background: #F5F5F5;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover
.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover
{
    background: #7f9a23;
    color: #000;
}
.producto-titulo
{
    font-weight: 700;
    margin-top: 0px;
}
.box-score
{
    margin: 10px 0px;
}
.box-precios > div
{
    display: inline-block;
    margin-right: 5px;
    
    font-size: 24px;
    font-weight: 500;
    color: #0066cc;    
}
.box-precios .precio-anterior
{
    color: #666666;
    text-decoration: line-through;    
}
.box-resumen
{
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 20px 0px;
}
.box-stock
{
    display: block;
    margin-top: 20px;
    font-weight: 700;
    text-transform: capitalize;    
    color: #008000;
}
.box-stock .out_of_stock
{
    color: red;
}
.box-cantidad
{
    font-weight: 600;
}
.box-cantidad input
{
    border-color: #e6e6e6;
    margin-left: 10px;
    height: 36px;
    box-shadow: none;
    border-radius: 4px;    
}
.box-cantidad 
{
    margin: 20px 0px;
}
.box-social ul
{
    padding: 0px;
}
.box-social li
{
    display: inline-block;
    margin-right: 10px;
}
.box-social li a i
{
    margin-right: 5px;
    font-size: 18px;    
}
.box-social li a i.fa-whatsapp
{
    color: #00E676;    
}
.box-social li a i.fa-facebook-official,
.box-social li a i.fa-facebook
{
    color: #3E5793;   
}
.box-social li a i.fa-twitter
{
    color: #1da1f2;  
}
.box-social li a i.fa-pinterest-p
{
    color: #e60023;  
}
.box-social li a i.fa-linkedin
{
    color: #0e76a8;  
}


.box-informacion .nav-tabs li
{
    padding: 0px;
}
.box-informacion .nav-tabs li a
{
    border: 0px;
    border-radius: 0px;
    position: relative;
    border: 0px;
    
    color: #838383;
    font-size: 18px;
    
    line-height: 25px;
    text-decoration: none;
    margin-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;    
    
    font-weight: 600;
    
}
.box-informacion .nav-tabs>li.active>a
{    
    border:none;
    border-bottom:1px solid #ddd;
    
    position: relative;
    
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
}
.box-informacion .nav-tabs>li.active>a:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    background-color: #7f9a23;
    left: 0;
    right: 0;    
}
.box-informacion .tab-content > div
{
    padding: 20px 0px;
}
.fotorama
{
    padding: 0px;    
}

/*** ratin form ***/
.rating-form
{
    display: inline-flex;	
	flex-direction: row-reverse;
}
.rating-form div.stars {
  width: 270px;
  display: inline-block;
}
.rating-form input.star { display: none; }
.rating-form label.star {
  float: right;
padding: 10px 5px;
font-size: 30px;
  color: #444;
  transition: all .2s;
}
.rating-form input.star:checked ~ label.star:before {
  content: '\f005';
  font-family:'FontAwesome';
  color: #FD4;
  font-weight: 900;	
  transition: all .25s;
}
.rating-form input.star-5:checked ~ label.star:before {
  color: #FE7;
}
.rating-form input.star-1:checked ~ label.star:before { color: #F62; }
.rating-form label.star:before {
  content: "\f006";
  font-family:'FontAwesome';
}
#nuevocomentario .modal-header h5
{
    float: left;
    font-weight: 700;
    font-size: 20px;
}
#nuevocomentario .modal-header button span
{
    font-size: 28px;
}
#nuevocomentario .modal-body > div:nth-child(1) strong
{
    vertical-align: super;
}
.listado-productos .row
{
    display: flex;
    flex-flow: wrap;    
}
@media(max-width:767px)
{
    .space-section
    {
        padding-left: 15px;
        padding-right: 15px;        
    }
    .box-cantidad input
    {
        margin-left: 0px;
    }
    .box-informacion .nav-tabs li a
    {
        margin-right: 0px;
    }
}