/* this css is loaded only when is not the home page */
/* only small show/hides here, main css is aeswave.css */


/* mobiles */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    #widgetFeatured{
        display: none!important;
    }

    #logo {
        padding: 15px 0px 0px 15px!important;
        text-align: left!important;
        width: 30%!important;
        box-sizing: border-box!important;
    }

    #logo img {
        max-width:100%!important;
        max-height:100%!important;
    }

    #texto-header{
        display: none!important;
    }

    #header-right {
        display: block!important;
    }

    #ProductBreadCumb{
        display: none;
    }

    #barraDerecha{
        display: none;
    }

    #sociales{
        display: none;
    }






}


/* trablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    #widgetFeatured{
        display: none!important;
    }

    #logo {
        padding: 15px 0px 0px 15px!important;
        text-align: left!important;
        width: 30%!important;
        box-sizing: border-box!important;
    }

    #logo img {
        max-width:100%!important;
        max-height:100%!important;
    }

    #texto-header{
        display: none!important;
    }

    #header-right {
        display: block!important;
    }

    #ProductBreadCumb{
        display: none;
    }

    #barraDerecha{
        display: none;
    }

    #sociales{
        display: none;
    }


}










/**** COMMON  ***/



#categoryGrid .photo {
    text-align: center;
}

#categoryGrid .title {
    text-align: center;
    width: 100%;
}

.firstPersonalizationContainer {
    padding-top: 40px;
}

.personalizationContainer {
    margin-bottom: 10px;
}

.lastPersonalizationContainer {
    margin-bottom: 30px;
}

.personalizationContainer .form-label {
    font-weight: bold;
}

#personalization-6 input {
    margin-top: 5px;
    margin-bottom: 5px;
}

#qtyPricing {
    margin-top: 10px;
}

#qtyPricing .list-left {
    float: left;
    width: 25%;
}

#qtyPricing .hdr-title-left {
    float: left;
    width: 50px;
    color: black;
}

#qtyPricing .hdr-title-right {
    color: black;
}

#bundlePrice .batchAddToCartButton {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: -10px;
}

#bundleOverview {
    display: none;
}

#productGrid .box-heading {
    border-radius: 6px;
}

#categoryGrid .box-heading {
    border-radius: 6px;
}

#productGrid .details .buttons .addToCartBtn {
    float: left;
    margin-right: 3px;
}

#productGrid .content-even4 {
    border: 1px solid #DFE1E4;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    margin: 0 6px 11px 0;
    padding: 10px 10px 6px;
    vertical-align: top;
    width: 146px;
}

#productGrid .content-odd4 {
    border: 1px solid #DFE1E4;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    margin: 0 6px 11px 0;
    padding: 10px 10px 6px;
    vertical-align: top;
    width: 146px;
}

#categoryGrid .content-odd4 {
    /* width: 207px;*/
    float: left;
    padding: 6px 8px 7px 8px;

    min-width: 150px;
    margin-top: 20px;
}

#categoryGrid .content-even4 {
    /* width: 207px;*/
    float: left;
    padding: 6px 8px 7px 8px;

    min-width: 150px;
    margin-top: 20px;
}

#categoryGrid .photo a img {

    height: 86px;
    width: 86px;
}

#categoryGrid .photo a img:hover {
    border-color: #181818;
}

#categoryGrid .title {
    padding-top: 15px;

    float: left;
}

#categoryGrid table {
    margin-left: 20px;
}

#categoryGrid .title a {
    font-size: 12px;
    font-weight: bold;
    color: #43403D;
    margin-bottom: 0;
}

#categoryGrid #categoryDescription {
    margin-bottom: 20px;
}