.phones-hero-section {
    background-image: url("../img/shop/background-title-shop.png");
    background-size: cover;
    background-position: right;
    min-height: 200px;
}

.accessories-hero-section {
    background-image: url("../img/shop/background-tittle-accessories.png");
    background-size: cover;
    background-position: right;
    min-height: 200px;
}

.call-to-action-hero-section {
    background-image: url("../img/shop/background-call-to-action.png");
    background-size: cover;
    background-position: right;
    min-height: 200px;
}

.shop-heading {
    top: 100px;
    position: absolute;
    min-height: 100px;
}

    .shop-heading .shop-title {
        font-size: 35px;
        margin-left: 30px;
        margin-bottom: 0;
    }

    .shop-heading .shop-title-stars {
        height: 40px;
    }

.bg-follow {
    background-image: url("../img/shop/fondo-cta.png");
    height: 100%;
    background-position: center;
    background-size: cover;
}

.img-like {
    width: 100px;
}

.movil-follow {
    width: 200px;
}

.bg-accesories {
    background-image: url("../img/shop/fondo-textura2.png");
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-custom {
    background-color: transparent;
    width: 10rem !important;
}

.img-card-custom {
    position: absolute;
    padding: 5px;
}

.card-body-custom {
    background-color: rgba(0,0,0,.5);
    margin-top: 140px;
}

.table tr:nth-child(odd) td {
    background: rgba(204,57,57,0.4);
}

.table tr:nth-child(even) td {
    background: #161616;
}

.table tr:nth-child(odd) td:first-child {
    background: black;
}

.table tr:nth-child(even) td:last-child {
    background: black;
}

.table thead tr {
    background: #161616;
}

    .table thead tr th:last-child {
        background: var(--dark-color);
    }

.border-left {
    border-left: 5px solid var(--primary-ligth-color) !important;
}

.table-shop th {
    min-width: 170px;
}

@media (min-width: 375px) {
    .card-custom {
        background-color: transparent;
        width: 14rem !important;
    }

    .img-card-custom {
        position: absolute;
        padding: 20px;
    }

    .card-body-custom {
        background-color: rgba(0,0,0,.5);
        margin-top: 195px;
    }
}

@media (min-width: 768px) {
    .phones-hero-section {
        background-image: url("../img/shop/background-title-shop.png");
        background-size: cover;
        background-position: right;
        min-height: 350px;
    }

    .accessories-hero-section {
        background-image: url("../img/shop/background-tittle-accessories.png");
        background-size: cover;
        background-position: right;
        min-height: 350px;
    }

    .call-to-action-hero-section {
        background-image: url("../img/shop/background-call-to-action.png");
        background-size: cover;
        background-position: right;
        min-height: 350px;
    }

    .shop-heading {
        top: 15%;
    }

    .bg-follow {
        height: 650px;
    }

    .img-like {
        width: 130px;
    }

    .movil-follow {
        width: 300px;
    }

    .bg-accesories {
        background-image: url("../img/shop/bg-accesories.png");
        height: 930px;
    }

    .card-custom {
        width: 16rem !important;
    }

    .img-card-custom {
        padding: 15px;
    }

    .card-body-custom {
        margin-top: 220px;
    }

    .img-phone1 {
        position: absolute;
        left: -80px;
        top: 200px;
        width: 450px;
    }

    .img-phone2 {
        position: absolute;
        top: -30px;
        right: -60px;
        width: 300px;
        z-index: -1;
    }
}

@media (min-width: 1024px) {
    .bg-accesories {
        background-image: url("../img/shop/bg-accesories-canelo-1024.png");
        height: 1100px;
    }

    .bg-follow {
        height: 350px;
    }

    .card-custom {
        background-color: transparent;
        width: 18rem !important;
    }

    .img-card-custom {
        position: absolute;
        padding: 20px;
    }

    .card-body-custom {
        background-color: rgba(0,0,0,.5);
        margin-top: 250px;
    }

    .img-phone1 {
        position: absolute;
        top: 60px;
        left: -80px;
        width: 600px;
        z-index: -1;
    }

    .img-phone2 {
        position: absolute;
        top: -80px;
        right: -60px;
        width: 400px;
        z-index: -1;
    }
}

@media (min-width: 1200px) {
    .bg-follow {
        height: 450px;
    }

    .movil-follow {
        width: 400px;
    }

    .bg-accesories {
        background-image: url("../img/shop/bg-accesories-canelo-1200.png");
        height: 1120px;
    }

    .img-phone2 {
        position: absolute;
        right: -80px;
        width: 440px;
        z-index: -1;
    }
}

@media (min-width: 1200px) {
    .bg-accesories {
        background-image: url("../img/shop/bg-accesories-canelo-1400.png");
        height: 1150px;
    }

    .img-phone1 {
        left: -160px;
    }

    .img-phone2 {
        right: -160px;
    }
}
