.sch-products-card-5 {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
}
.sch-products-card-5 .sch-product-content {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    margin: auto;
    padding: 2.5em 0;
    min-width: auto;
    background-color: white;
    border-radius: 5px;
}

.sch-products-card-5 .sch-product-content-photo {
    position: relative;
}

.sch-products-card-5 .sch-product-content-photo-container {
    position: absolute;
    left: -2.5em;
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 4px 4px 25px -2px rgba(0, 0, 0, 0.3);
}

.sch-products-card-5 .sch-product-content-photo-main {
    border-radius: 6px 6px 0 0;
    background-image: linear-gradient(to right bottom, #ffffff, #b9b9b9, #777777, #3b3b3b, #000000);
}
.sch-products-card-5 .sch-product-content-photo-main .sch-icon {
    display: flex;
    justify-content: space-between;
    padding: 0.8em;
    color: #fff;
}
.sch-products-card-5 .sch-product-content-photo-main .sch-icon i {
    cursor: pointer;
}
.sch-products-card-5 .sch-product-content-photo-main img {
    position: absolute;
    left: 0;
    top: 10%;
    max-width: 110%;
    filter: saturate(150%) contrast(120%) hue-rotate(10deg) drop-shadow(1px 20px 10px rgba(0, 0, 0, 0.3));
    width: 100%;
    right: auto;
}

.sch-products-card-5 .sch-product-content-photo-album {
    padding-top: 20px;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
}
.sch-products-card-5 .sch-product-content-photo-album ul {
    display: inline-block;
    padding-left: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.sch-products-card-5 .sch-product-content-photo-album li {
    float: left;
    width: 55px;
    height: 55px;
    padding: 7px;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    list-style: none;
    margin-right: 10px;
}
.sch-products-card-5 .sch-product-content-photo-album li:hover {
    transform: scale(1.1);
}
.sch-products-card-5 .sch-product-content-photo-album li img {
    width: 100%;
}
.sch-products-card-5 .sch-product-content-info {
    padding: 0.8em 0;
}

.sch-products-card-5 .sch-name h1 {
    margin-bottom: 0.1em;
    color: #4c4c4c;
    font-size: 1.5em;
    font-weight: 900;
}
.sch-products-card-5 .sch-name span {
    font-size: 0.7em;
    color: #a6a6a6;
}

.sch-products-card-5 .sch-price {
    margin: 10px 0;
    color: #ff3f40;
    font-size: 1.2em;
}
.sch-products-card-5 .sch-price span {
    padding-left: 0.15em;
    font-size: 2.9em;
}

.sch-products-card-5 .sch-qty {
    overflow: auto;
}
.sch-products-card-5 .sch-qty h3 {
    margin-bottom: 1.1em;
    font-size: 20px;
}
.sch-products-card-5 .sch-qty li {
    float: left;
    width: 35px;
    height: 35px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    list-style: none;
}
.sch-products-card-5 .sch-qty li:first-child,
.sch-products-card-5 .sch-qty li:hover {
    border: 1px solid #a6a6a6;
}
.sch-products-card-5 .sch-qty li:not(:first-child) {
    margin-left: 0.1em;
}

.sch-products-card-5 .sch-description {
    clear: left;
    margin: 2em 0;
}
.sch-products-card-5 .counter {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sch-products-card-5 .counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: #ff3f40;
    color: #fff;
    appearance: none;
    outline: 0;
}
.sch-products-card-5 .counter span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: #ff3f40;
    user-select: none;
}

.sch-products-card-5 .sch-description h3 {
    margin-bottom: 1em;
    font-size: 20px;
}
.sch-products-card-5 .sch-description ul {
    font-size: 0.8em;
    list-style: disc;
    margin-left: 1em;
    padding-left: 0;
}
.sch-products-card-5 .sch-description li {
    text-indent: -0.6em;
    margin-bottom: 0.5em;
    list-style: none;
    font-size: 14px;
    width: 50%;
    float: left;
}
.sch-products-card-5 .sch-description li i {
    color: #ff3f40;
    margin-right: 10px;
}

.sch-products-card-5 .sch-qty ul {
    display: inline-block;
    padding-left: 0;
}
.sch-products-card-5 .sch-buy {
    padding: 1.5em 3.1em;
    border: none;
    border-radius: 7px;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #fff;
    background-color: #ff3f40;
    box-shadow: 2px 2px 25px -7px #4c4c4c;
    cursor: pointer;
    margin-top: 20px;
}
.sch-products-card-5 .sch-buy:active {
    transform: scale(0.97);
}
.sch-products-card-5 .sch-product-content-photo-album li:last-child {
    margin-right: 0;
}
@media (min-width: 641px) and (max-width: 980px) {
    .sch-products-card-5 .sch-product-content-photo-main img {
        top: 25%;
    }
}
@media (min-width: 401px) and (max-width: 640px) {
    .sch-products-card-5 .sch-product-content {
        grid-template-rows: 0.9fr 1fr;
        grid-template-columns: none;
    }
    .sch-products-card-5 .sch-product-content-photo-container {
        left: 5%;
        width: 90%;
        top: -15%;
    }
    .sch-products-card-5 .sch-product-content {
        margin-top: 40px;
    }
    .sch-products-card-5 .sch-product-content-info {
        padding: 0 50px;
    }
    .sch-products-card-5 .sch-description li {
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    .sch-products-card-5 .sch-product-content {
        display: inline-block;
    }
    .sch-products-card-5 .sch-product-content-photo-container {
        left: 5%;
        width: 90%;
        top: -15%;
        height: 100%;
    }
    .sch-products-card-5 .sch-product-content-photo-album li {
        width: 45px;
        height: 45px;
        padding: 3px;
    }
    .sch-products-card-5 .sch-product-content-photo-main img {
        top: 20%;
    }
    .sch-products-card-5 .sch-product-content-info {
        padding: 0 20px;
        margin-top: -15%;
    }
    .sch-products-card-5 .sch-description li {
        width: 100%;
    }
    .sch-products-card-5 .sch-product-content-photo {
        height: 340px;
    }
}
