.top {
    padding:20px 0;
}

@media screen and (max-width:1360px){
    .top {
        padding:20px 60px!important;
    }

}

.top h1 {
    font-family:"HelveticaNeueLight";
    color:#ce6098;
    margin:40px 0;
}

.owl-item {
    padding-bottom:20px 0;
}

.category-list {
    width:100%;
    font-family:"Helvetica65";
    margin-bottom:40px;
}
.category-list .categoria{
    padding:0 20px;    
    display: inline-block;
    color:white;
    position:relative;
    margin:20 auto 50px auto;
}
.category-list .categoria a:hover{
    color:white;
}


.category-list .categoria h4{
    position:absolute;
    bottom:-80px;
    max-width:170px;
    height:60px;
    margin:0 auto;
    text-transform: uppercase;
    text-align: center;
    width:100%;
    color:#999;
}

.category-list .categoria .img:before {
    padding-top:100%;
    display:block;
    content:" ";
}
.category-list .categoria .img {
    position: relative;
    width:170px;
    background-position:50%;
    background-size: cover;
    background-color: #444;
    transition: transform .2s ease-in-out;
    margin:0 auto;
}
.category-list .categoria .img:hover {
    transform: scale(1.05);
}


.main-categories {
    font-family: "Helvetica65";
    font-size:16px;
    text-align: center;
    margin-bottom: 40px;
    width:100%;
}
.main-categories li{
    display:inline-block;
    color:#b0b0b0;
    text-transform: uppercase;
    padding:0 10px;
} 
.main-categories li a:hover,.main-categories li a.active{
    color:#ce6098;
    text-decoration: none;
        /*border-bottom: 3px solid;*/
}

.category-path {
    margin: 30px 0;
    display: block;
    width: 100%;
    float: left;
}
.category-path ul {
}
.category-path ul li a,.category-path ul li a:hover{
    color:inherit;
    text-decoration: none;
}
.category-path ul li {
    font-family: "HelveticaNeueUltraLight";
    color:#b0b0b0;
    font-size: 2.5em;
    display:inline-block;
    margin:0 5px;
}
.category-path ul li:first-child {
    color:#ce6098;
    font-size: 3.5em;
}
.category-path ul li:after {
    color:#ce6098;
    content:">";
    margin-left:10px;
    font-size: 0.6em;
    font-family: "Helvetica65";
}
.category-path ul li:last-child:after {
    content:"";
    display:none;
}

.product-list {
    font-color:black;
}
.product-list .item > div {
    height:80px;
    display:table;
}
.product-list .item > div > span {
    vertical-align: middle;
    display: table-cell;
}
.product-list .line{
    background-color:#ce6098;
    height:2px;
    margin-top: 10px;
    margin-bottom: 10px;

}
.product-list .img:after{
    padding-top:100%;
    content:" ";
    display:block;

}
.product-list .img{
    width:100%;
    background-size:cover;
    background-color:#666;
}

.product-list .cajas {
    border: 1px solid #dbdbdb;
    margin: 0.8%;
    padding: 18px;
}

.product-list h2 {
    font-family: "HelveticaNeueUltraLight", arial;
    font-weight: normal;
    font-size: 26px;
    margin-top: 50px;
    margin-left: 11px;
    margin-right: 19px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a83370;
}


.product-list .cajas h3 {
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 32px;
}

.product-list .cajas .codigo {
    color: #a83370;
    font-size: 12px;
}

.producto {
}

.producto .img {
    background-size: cover;
    position:relative;
    border:1px solid #dbdbdb;
    display:block;
}
.producto .img::after{
    padding-top: 100%;
    display: block;
    width: 100%;
    content: "";
}

.producto .detalle h2 {
    color: #5d5d5d;
    font-size: 24px;
    font-weight: normal;
}

.producto .detalle h3 {
    color: #a83370;
    font-size: 18px;
    font-weight: normal;
}

.producto .detalle h4 {
    color: #5d5d5d;
    font-size: 12px;
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
    padding-top: 5px;
}

.producto .detalle p {
    color: #5d5d5d;
    font-size: 16px;
}

@media screen and (max-width: 768px) {

.main-categories li {
    display: block;
    padding:5px;
}

}


@media screen and (min-width: 768px) {

.col-sm-6.cajas {
    width: 48.3%;
}
}

@media screen and (min-width: 992px) {

.col-md-3.cajas {
    width: 23.2%;
}

.product-list .cajas h3 {
    min-height: 70px;
}
}

@media screen and (min-width: 1400px) {


.product-list .cajas h3 {
    min-height: 40px;
}
}