

/* Start:/local/templates/woolspirit_adaptive/components/bitrix/news.list/lookshop/style.css?17066848034153*/
.lookshop-wrapper {
    display: grid;
    grid-template-columns: 400px 400px 400px;
    grid-template-rows: 400px 400px;
    margin-bottom: 15px;
}
.lookshop-item {
    position: relative;
}
.lookshop-item.vertical {
    grid-column: span 1;
    grid-row: span 2;
    border: 1px solid #fff;
}
.lookshop-item.horizontal {
    grid-column: span 2;
    grid-row: span 1;
    border: 1px solid #fff;
}
.lookshop-item.square-bg {
    grid-column: span 2;
    grid-row: span 2;
    border: 1px solid #fff;
}
.lookshop-item.square-sm {
    grid-column: span 1;
    grid-row: span 1;
    border: 1px solid #fff;
}
.lookshop-inner img {
    width: 100%;
}
.lookshop-point, .point-in-modal {
    width: 20px;
    height: 20px;
    border: 1px solid #fcf6f3;
    background-color: #ffd0ad;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
}
.point-in-modal {
    left: -11px;
    top: -11px;
}
/*.lookshop-open-modal {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}*/
.lookshop-modal {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    border-radius: 5px;
    cursor: default;
    width: 300px;
    z-index: 2;
}
.lookshop-point:focus .lookshop-modal,
.lookshop-point:hover .lookshop-modal {
    display: flex;
    flex-direction: column;
}
.look-modal-left {
    flex-basis: 70%;
    flex-direction: column;
}
.look-modal-left .lookshop-price,
.look-modal-left .lookshop-price .v,
.page_txt .look-modal-left a {
    color: #2e2d2e;
}
.look-modal-left .lookshop-price {
    display: block;
    margin-top: 10px;
}
.look-modal-right {
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.look-modal-right .buy_btn {
    cursor: pointer;
    display: flex;
}
.look-modal-right img {
    width: 70%;
    margin: 0 auto;
}
.lookshop-item.hidden {
    display: none;
}
.popup-window-button.bx_medium.bx_bt_button{
    height: 27px;
    display: inline-block;
    font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 27px;
    text-transform: none;
    margin: 0 5px !important;
    font-weight: bold;
    box-shadow: none;
}
.popup-window-button.bx_medium.bx_bt_button:hover{
    background: #944200;
    color: #fff;
    border: 1px solid #fff;
}
.lookshop-sort-list-wrapper {
    width: 300px;
    display: block;
}
.lookshop-filter-title {
    float: left;
    padding-right: 20px;
    text-transform: uppercase;
}
.lookshop-sort-list-wrapper #sort_by {
    float: left;
    width: 40%;
    padding-left: 20px;
}
.lookshop-modal.active {
    /*display: flex;*/
}
#lookshop-loader {
    display: flex;
    width: 100%;
    padding: 150px 0;
    justify-content: center;
}
.special_price_old_lookshop .v,
.special_price_old_lookshop .cur {
    display: inline;
    color: red;
    margin: 0;
}
.price_old_lookshop .v,
.price_old_lookshop .cur {
    display: inline;
    margin: 0;
}

@media (max-width: 1200px) {
    .lookshop-wrapper {
        width: 900px;
        margin: 0 auto;
        grid-template-columns: 300px 300px 300px;
        grid-template-rows: 300px 300px;
    }
    .lookshop-item img {
        max-width: 100%;
        height: auto;
    }
}
@media (max-width: 900px) {
    .lookshop-wrapper {
        width: 600px;
        margin: 0 auto;
        grid-template-columns: 200px 200px 200px;
        grid-template-rows: 200px 200px;
    }
    .lookshop-item img {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .lookshop-wrapper {
        display: block;
        max-width: 400px;
        margin: 0 auto 15px auto;
        overflow: visible;
    }
    .lookshop-item {
        float: left;
    }
    .lookshop-item.vert-small {
        max-width: 200px;
    }
}

.lookshop_modal_head {
    display: flex;
    width: 100%;
}

.prices_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.special_price_lookshop {
    color: red;
}
/* End */
/* /local/templates/woolspirit_adaptive/components/bitrix/news.list/lookshop/style.css?17066848034153 */
