.lookbooktitle {
    text-align: center;
    text-transform: uppercase;
}

.magnifiercont {
    position: absolute;
    margin-left: -15px;
}

.set-gallery {
    margin: 0;
    padding: 0 20px 0 0 !important;
    flex-basis: 59%;
}

.setpage .summary {
    flex-basis: 41%;
    margin-top: 0 !important;
}

.jobb .set-gallery {
    padding: 0 0 0 20px !important;
}

.setPhoto {
    width: 100%;
}

.setimage {
    position: relative;
    display: inline-block;
    width: 100%;
}

.setitemlink img {
    display: block;
    margin: 0 auto;
}

.lookbook_termek:not(:last-child) {
    margin-bottom: 20px;
}

.magnifiercont .number {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    background: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    cursor: pointer;
    transition: color .3s;
}

.magnifiercont .setitemcont {
    display: none;
}

.magnifiercont:hover .setitemcont {
    display: block;
}

.magnifiercont:hover .number {
    animation: a .5s ease-out infinite;
}

@keyframes a {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
    100% {
        box-shadow: 0 0 0 5px hsl(0deg 0% 100% / 30%);
    }
}

.setitemcont {
    padding: 15px;
    text-align: center;
    width: 210px;
    background: #fff;
    position: absolute;
    background-color: transparent;
    z-index: 10;
}

.magnifiercont .setitemcont .link {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    padding: 15px;
}

.magnifiercont .setitemcont .link:hover {
    color: #000;
}

.setitemcont .item-thumb {
    margin-bottom: 20px;
}

.magnifiercont .setitemcont .link:before {
    position: absolute;
    content: "+";
    color: #fff;
    font-size: 14px;
    bottom: 0;
    right: 8px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    z-index: 1;
}

.magnifiercont .setitemcont .link:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-bottom: 0 solid transparent;
    border-top: 40px solid transparent;
    border-right: 40px solid #222;
}

.magnifiercont .setitemcont .price {
    font-weight: 700;
}

.lookbook-termek-adatok,
.setpage .summary {
    padding: 0 !important;
}

.setitemrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.setitemrow:not(:last-child) {
    margin-bottom: 60px;
}

.setitemrow.jobb {
    flex-direction: row-reverse;
}

.bal .setitemlink img {
    margin: 0 0 0 auto;
}

.jobb .setitemlink img {
    margin: 0 auto 0 0;
}

.lookbook_termek:not(:last-of-type) {
    margin-bottom: 30px;
}

.setpage .settname {
    text-align: center;
    font-weight: 300;
    font-size: 12pt;
}

@media (max-width: 1199px) {
    .lookbook_termek:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .set-gallery {
        padding: 0 22px 0 0 !important;
        flex-basis: 60%;
    }
    .setpage .summary {
        flex-basis: 40%;
    }
    .jobb .set-gallery {
        padding: 0 0 0 22px !important;
    }
    .lookbook_termek:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .set-gallery,
    .setpage .summary {
        flex-basis: 100%;
    }
    .setitemrow.jobb,
    .setitemrow {
        flex-direction: row;
    }
    .set-gallery,
    .jobb .set-gallery {
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .setpage .summary {
        display: flex;
        flex-direction: row;
    }
    .lookbook_termek:not(:last-of-type) {
        margin-bottom: 0;
    }
    .lookbook_termek:nth-child(1) {
        padding-right: 13px;
    }
    .lookbook_termek:nth-child(2) {
        padding-left: 13px;
    }
    .lookbook_termek {
        flex-basis: 50%;
    }
}