﻿.eggs__row-wrapper > div:first-child img {
    width: 100%;
}
.eggs__row-wrapper > div:first-child span, .eggs__row-wrapper > div:first-child p {
    font-size: 16px;
    margin: 20px 0;
    display: block;
}
.eggs__row-wrapper span.small {
    display: block;
    margin-top: 20px;
    font-size: 10px;
    font-style: italic;
}
.eggs__row-wrapper > div:first-child p {
    text-align: center;
}
    .eggs {
        background: white;
    }
.eggs__row-wrapper p {
    font-size: 16px;
}


.eggs__outer {
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.36);
    width: 750px;
    height: 450px;
    margin: 25px auto;
}
    .edit-content .eggs__outer {
        width: 100%;
    }
    .eggs__outer button, .eggs__outer a {
        margin: 16px auto;
        margin-top: 32px;
        display: block;
        width: 300px;
        text-align: center;
        color: white;
        padding: 0 10px;
    }
    .eggs__outer p {
        font-size: 16px;
        text-align: center;
        padding: 15px;
        width: 75%;
        margin: 0 auto;
        margin-top: 35px;
        border-radius: 10px;
    }
    .eggs__outer button:hover, .eggs__outer a:hover {
        display: block;
        border: 1px solid transparent;
    }
        .eggs__wrapper {
            display: flex;
            justify-content: space-evenly;
            height: 70%;
        }

.eggs__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    max-width: 500px;
    margin: 25px;
    margin-bottom: 10px;
    position: relative;
}
    .eggs__container:nth-of-type(1) {
        justify-content: flex-end;
    }
    .eggs__container img {
        display: block;
        min-width: 30%;
        max-width: 80%;
    }
    .eggs__container span {
        font-size: 32px;
        display: block;
        width: 100%;
        text-align: right;
        padding-right: 50px;
        color: rgb(253,0,100);
        align-self: flex-start;
    }
    .eggs__container span:after {
        content: '%';
        font-size: 18px;
    }
    .eggs__container:nth-of-type(2) span {
        text-align: left;
        padding-left: 50px;
        color: rgb(1, 200, 78);
    }
.eggs__slider-container {
    width: 400px;
    margin: 10px auto;
    margin-top: 0;
}
.eggs__slider {
    width: 100%;
    border-radius: 10px;
    height: 10px;
    margin: 5px;
    position: relative;
    background: transparent;
}
.eggs__slider-line {
    position: absolute;
    height: 100%;
}
    .eggs__slider-line:nth-of-type(1) {
        left: 0;
        background: rgb(253,0,100);
        border-radius: 10px 0 0 10px;
    }
    .eggs__slider-line:nth-of-type(2) {
        right: 0;
        background: rgb(1, 200, 78);
        border-radius: 0 10px 10px 0;
    }
.eggs__thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    background: snow;
    cursor: pointer;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
}
    .eggs__thumb span {
        position: absolute;
        width: 13px;
        height: 13px;
        top: 50%;
        left: 50%;
        box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }
/*@media (min-width: 1200px) {
    .eggs__outer {
        width: 100%;
    }
}*/
@media screen and (max-width: 800px) {
    .eggs__outer {
        width: 550px;
    }

    .eggs__container:nth-of-type(1), .eggs__container {
        justify-content: center;
        margin: 0;
    }
    .eggs__outer p {
        margin-top: 45px;
    }
}
@media screen and (max-width: 600px) {
    .eggs__outer {
        width: 350px;
        height: 480px;
    }
    .eggs__slider-container {
        width: 320px;
    }
    .eggs__wrapper {
        height: 50%;
    }
    .eggs__row-wrapper {
        margin-left: -32px;
    }
}