@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon/icomoon.eot');
    src: url('/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('/fonts/icomoon/icomoon.woff') format('woff'), url('/fonts/icomoon/icomoon.ttf') format('truetype'), url('/fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}

.bttn {
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 cursor: pointer;
    padding: 0;
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 300;
    outline: none;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 11px
}

.bttn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.bttn:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased
}

.icon-calculator:before {
    content: "\e006"
}

.icon-cart:before {
    content: "\e007"
}

.icon-arrow-right:before {
    content: "\e00d"
}

.icon-arrow-left:before {
    content: "\e003"
}

.bttn-3 {
    background: #00b400;
    color: #fff
}

.bttn-3.disabled {
    background: #b5b5b5;
    color: #fff
}

.bttn-3.disabled:hover {
    background: #b5b5b5;
    color: #fff
}

.bttn-3:hover {
    background: #b5b5b5
}

.bttn-3:active {
    background: #00b400
}

.bttn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3.5;
    font-size: 100%;
    width: 40px
}

.bttn-cntn {
    background: #00b400;
    color: #fff
}

.bttn-cntn:hover {
    background: #00a300
}

.bttn-cntn:active {
    background: #00b400
}

.bttn-cntn:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3.5;
    font-size: 100%;
    width: 40px
}

.bttn-3a {
    padding: 15px 30px 15px 70px
}

.bttn-3a:before {
    background: rgba(0, 0, 0, 0.05)
}

.bttn-4 {
    background: #ff141f;
    color: #fff
}

.bttn-4:hover {
    background: #ff1410
}

.bttn-4:active {
    background: #ff141f
}

.bttn-4a {
    padding: 15px 5px 15px 5px;
    width: 230px;
    box-sizing: border-box
}

.bttn-4a:before {
    background: rgba(0, 0, 0, 0.05)
}

.bttn-ctzdr {
    background: #00b400;
    width: 100%;
    height: 40px;
    color: #fff
}

.bttn-ctzdr.disabled {
    background: #b5b5b5;
    color: #fff
}

.bttn-ctzdr:active {
    background: #00b400
}

.bttn-ctzdr:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3.5;
    font-size: 100%;
    width: 40px
}

.bttn-ctzdr.txt {
    padding: 15px 20px 15px 40px
}

.bttn-ctzdr.txt:before {
    background: rgba(0, 0, 0, 0.05)
}

.itm {
    display: inline-block;
    width: 220px;
    height: 315px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin: 5px 5px 5px 5px
}

.itm p {
    font-size: 12px;
    line-height: 13px!important
}

.itm span {
    font-size: 11px;
    color: #b2b2b2
}

.itm-over {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)!important;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)!important
}

.itm-producto {
    outline: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 275px;
    top: 0;
    left: 0;
    color: #666;
    overflow: hidden
}

.itm-producto:active {
    outline: none
}

.itm-cotizador {
    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    background: #fff;
    left: 0;
    z-index: 100;
    -webkit-transform: translate(0, 275px);
    -moz-transform: translate(0, 275px);
    -ms-transform: translate(0, 275px);
    -o-transform: translate(0, 275px);
    transform: translate(0, 275px);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.itm-cotizador .itm-cotizador-contenido {
    position: absolute;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    top: 0;
    background: #fff
}

.itm-cotizador-frm.show {
    position: absolute;
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.itm-cotizador .itm-cotizador-contenido .itm-cotizador-btn {
    display: block;
    height: 35px
}

.itm-cotizador .itm-cotizador-contenido .itm-cotizador-frm {
    height: 80px;
    background: #fff;
    overflow: hidden
}

.itm-cotizador .itm-cotizador-contenido .itm-cotizador-frm label {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin: 10px;
    float: left
}

.itm-cotizador .itm-cotizador-contenido .itm-cotizador-frm input {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    width: 60px;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    color: #999;
    margin: 5px 10px;
    float: left
}

.itm-producto-imagen {
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
    width: 195px;
    height: 195px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.itm-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 3px 3px 0 0;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.itm-producto:hover .itm-overlay {
    background-color: rgba(0, 0, 0, 0.5)
}

.itm-producto-contenido {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 12;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.itm-producto-ver-mas {
    opacity: 0;
    position: absolute;
    top: 0;
    height: 85px;
    width: 100%;
    z-index: 12;
    text-align: center
}

.itm-producto:hover .itm-producto-ver-mas {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    as
}

.itm-producto:hover .itm-producto-contenido {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.itm-producto-contenido-cabecera {
    position: relative
}

.itm-producto-contenido-titulo {
    position: absolute;
    bottom: 0;
    padding: 10px 15px 10px 15px;
    background: rgba(255, 255, 255, .95);
    width: 100%;
    box-sizing: border-box
}

.itm-producto:hover .itm-producto-contenido-titulo p {
    white-space: normal;
    text-overflow: none;
    width: 100%
}

.itm-producto-contenido-titulo p {
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.itm-producto-contenido {
    background: rgba(255, 255, 255, .95)
}

.itm-producto-contenido-descripcion {
    padding: 0 15px 15px 15px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.itm-producto:hover .itm-producto-contenido-descripcion {
    opacity: 1
}

.itm-producto-contenido-especificaciones {
    border: 0 solid #dadada;
    border-top-width: 1px;
    padding-top: 10px
}

.itm-producto-promocion {
    width: 50px;
    height: 100px;
    background: #ff141f;
    position: absolute;
    top: -45px;
    right: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.itm-producto-promocion span {
    position: absolute;
    top: 48px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 11px;
    color: #fff
}