.body1 #container {
    flex-basis: 100%;
    flex-grow: 1;
    display: none;
}
.slides-wide .carousel > li {
    display: flex !important;
}
.slide-link:hover {
    color: #fff;
}
.custom-slider {
    position: relative;
    background-color:#f1f1f1;
}
.custom-slide-info-oldprice::before {
    content: "";
    width: 100%;
    height: 100%;
    width: 57px;
    height: 0px;
    border: 1px solid #c53354;
    display: block;
    position: absolute;
    top: 45%;
}
.slider {
    display: flex;
}
.custom-slider::before {
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    background: url(/custom/images/Group_127.svg);
    background-position-x: 0%;
    background-repeat: repeat;
    background-position-x: 120%;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.custom-slider::after {
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    background: url(/custom/images/Group_127.svg);
        background-position-x: 0%;
        background-repeat: repeat;
    background-position-x: -20%;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}
.col-3 {
    width: 50%;
}
.slide-rightarea {
    position: relative;
    width: 600px;
    margin-right: 90px;
}
.custom-slide-viewer {
    display: flex;
    background: url(/custom/images/324-layers.svg);
    background-size: 500px;
    width: 500px;
    height: 500px;
    position: relative;
    margin-right: 360px;
}
.custom-slide-info-header {
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0px;
    text-align: left;
    max-width: 0px;
}
.custom-slide-info-oldprice {
    color: #7fa1d2;
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
    margin: 25px 0 0 0;
    position: relative;
    text-align: left;
    opacity: 1;
}
.custom-slide-info-price {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
    line-height: 20px;
}

.custom-slide-img {
    position: absolute;
    top: 180px;
    left: 110px;
    width: 130px;
}
.custom-slide-info {
    position: absolute;
    top: 180px;
    left: 260px;
}
.slide-moreabout {
    position: absolute;
    bottom: 150px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}
.slide-link {
    padding: 9px 31px;
    border-radius: 200px;
    background-color: #c53354;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    font-weight: 1000;
    font-family: Open_Sans_ExtraBold;
}
.custom-slide-viewer {
    display: flex;
    background: url(/custom/images/324-layers.svg);
    background-size: auto;
    background-size: 500px;
    width: 500px;
    height: 500px;
    position: relative;
    margin-right: 360px;
}
.custom-slide-viewer > .slide-link {
    bottom: 100px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
.slide-header {
    color: #c53354;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 3.84px;
    margin-bottom: 30px;
    font-family: Open_Sans_SemiBold;
}
.slide-text {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 30px;
    font-family: Open_Sans_SemiBold;
    width: 300px;
    margin: 0 auto 20px;
}
.slide-leftarea {
    text-align: left;
    margin-left: 200px;
}
.custom-slider .b-text {
    display: flex;
}
.custom-slide-text {
    text-align: center;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-slide-text .slide-link {
    width: 168px !important;
}
.custom-slider .adv-name {
    display: none;
}

@media screen and (max-width: 700px)
{
    .col-3 {
        width: 100%;
    }
    .slides-wide .carousel > li {
        display: flex;
        flex-wrap: wrap;
    }
}