/*Estilo para los productos*/
.hsnads.product{
    border: 2px dashed #d3d3d3;
    margin-bottom: 15px;
    height: 160px;
    width: 100%;
}

.hsnads.banner-campaigns.custom{
    width: 100%;
    height: 40px;
}

.modal-hsnads-product {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 99999;
    width: calc(33%);
    min-width: 600px;
    height: auto;
    padding-right: 20px;
    background-color: white;
    border: 2px solid #ff6000;
    border-radius: 5px;
}

.modal-hsnads-product i#modal-close {
    position: absolute;
    color: white;
    background-color: #ff6000;
    top: 5px;
    right: 5px;
    padding: 2px 3px;
    cursor: pointer;
    font-size: 1.2em;
}

.modal-hsnads-product i#modal-close.fa-plus {
    position: absolute;
    color: white;
    background-color: transparent;
    top: 5px;
    right: 5px;
    padding: 2px 3px;
    cursor: pointer;
    font-size: 1.2em;
    width: calc(100% - 5px);
    text-align: right;
    z-index: 99;
}

.modal-hsnads-product span#more {
    font-size: 1em;
    line-height: 2em;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 10px;
    color: #ffffffb3;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 20px);
}

.modal-hsnads-product span#more:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 15px;
    background-image: linear-gradient(to right, transparent, #ff6000);
}

.modal-hsnads-product span#more span {
    color: white;
}

.modal-hsnads-product iframe {
    border: 0 !important;
    margin-bottom: 0 !important;
}

#topcontrol.adclosed {
    bottom: 50px !important;
    right: 5%;
}
#topcontrol.adopened {
    bottom: 173px !important;
    right: 5%;
}

@media (max-width: 1000px) {
    .modal-hsnads-product {
        min-width: 415px;
    }
    .modal-hsnads-product .hsnads.product {
        margin-bottom: 0;
    }
    .hsnads.product {
        height: 150px;
    }
}

@media (max-width: 570px) {
    .modal-hsnads-product {
        min-width: unset;
        width: 90%;
    }
}

@media (min-width: 425px) {
    .hsnads.banner-campaigns.custom {
        width: 728px !important;
        height: 90px !important;
    }
}

@media (max-width: 480px) {
    .hsnads.banner-campaigns.bannerMB {
        display: block !important;
    }

    .hsnads.banner-campaigns.bannerPageMB {
        display: block !important;
    }

    .hsnads.banner-campaigns {
        display: none;
    }
}