

/* Start:/local/templates/psk/components/lumirin/catalog.element/order_of_photo_ajax2/style.css?17887856528805*/
.g-mt-5 {
    margin-top: 5px;
}
.g-mt-10 {
    margin-top: 10px;
}
.g-mt-15 {
    margin-top: 15px;
}
.g-mt-20 {
    margin-top: 20px;
}
.g-mt-25 {
    margin-top: 25px;
}
.g-mt-35 {
    margin-top: 35px;
}
.g-mt-40 {
    margin-top: 40px;
}
.b-title .b-title__h {
    color: #212121;
    font-size: 18px;
    margin: 0 0 10px;
}
.b-title .b-title__t {
    font-size: 14px;
    font-weight: 100;
    line-height: 22px;
}
.b-title .b-title__t p {
    margin-top: 0px;
}
.b-title.b-title--light .b-title__t {
    font-size: 14px;
    font-weight: 100;
}
.b-title.b-title--shadow .b-title__t {
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #d0d0d0;
}
.b-btn {
    background: #343025;
    color: white;
    font-weight: 700;
    text-decoration: none;
    padding: 4px 16px;
    border-radius: 4px;
    border: 1px solid #8e816a;
    box-shadow: 0 0 4px #8080807d;
}
.b-btn.b-btn--pink {
    background: #8e816a;
}
.b-btn.b-btn--small {
    margin-left: 25px;
    text-align: center;
    font-size: 12px;
}
.b-btn:hover {
    color: white;
}
select.b-btn option {
    background: white;
    color: #333;
}
.b-load-image {
    display: flex;
    max-width: 300px;
    align-items: flex-end;
}
.b-load-image .b-load-image__src {
    width: 70px;
    height: 70px;
    background: #cacaca;
    margin-right: 15px;
    background-size: cover;
}
.b-load-image .b-load-image__act {
    display: flex;
    flex-direction: column;
}
.b-load-image .b-load-image__act span {
    font-size: 12px;
    font-weight: 100;
    color: #9F9F9F;
}
.b-load-image .b-btn {
    margin-top: 10px;
}
.b-select-list span {
    font-size: 12px;
    font-weight: 100;
    display: block;
}
.b-select-list select {
    margin-top: 10px;
}
.b-image-control {
    margin-top: 25px;
    display: block;
    align-items: flex-end;
    max-width: 70%;
}
/*
.b-image-control .b-select-list {
    margin-left: 25px;
}
*/
.b-product-cart{
    position: relative;
}
.b-product-cart .b-product-cart__wrp {
    display: flex;
}
.b-product-cart .b-product-cart__wrp .i{
    min-width: 310px;
    width: 100%;
}
.b-product-cart .return-crop-image {
    max-width: 360px;
}
.b-product-cart .b-product-cart__right {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.b-product-cart .b-product-cart__props ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 15px;
    font-weight: 100;
}
.b-product-cart .b-product-cart__props ul li {
    margin-bottom: 10px;
}
.b-product-cart .b-product-cart__price {
    margin-top: 20px;
}
.b-product-cart .b-product-cart__price p.p {
    padding: 0px;
    margin: 0px;
}
.b-product-cart .b-product-cart__price span.p {
    font-size: 25px;
    font-weight: bold;
    color: #8e816a;
    margin-bottom: 15px;
    display: block;
}
.b-product-cart .b-product-cart__delivery {
    font-size: 13px;
}
.b-product-cart .b-product-cart__delivery a {
    font-weight: 700;
    color: #8e816a;
}
.b-product-cart .b-product-cart__delivery a.mt {
    display: inline-block;
    margin-top: 10px;
}
.b-error{
    background: #ffc6c6;
    padding: 10px;
}
.b-responsive-image{
    position: relative;
}
/*
.b-responsive-image .img-cropped{
    position: absolute;
    background: white;
    padding-left: 20px;
    padding-top: 20px;
    top: 15px;
    left: 80px;
}
.b-responsive-image .img-size-crop-w{
    height: 20px;
    background: white;
    position: absolute;
    width: 83%;
    top: 0px;
    border-left: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
    display: flex;
    justify-content: space-between;
}
.b-responsive-image .img-size-crop-h{
    width: 20px;
    height: 83%;
    background: white;
    position: absolute;
    left: 0px;
    border-top: 1px solid #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.b-responsive-image img{
    width: 100%;
}
.return-crop-image-40x50{
    max-width: 120px;
}
.return-crop-image-30x40{
    max-width: 95px;
}
.return-crop-image-40x60{
    max-width: 140px;
}
.return-crop-image-40x40{
    max-width: 95px;
}
.return-crop-image-60x80{
    max-width: 140px;
}*/

.js-block-image-cropper-wrapper{
    padding-bottom: 30px;
    background: white;
    margin-bottom: 30px;
    padding-top: 30px;
    z-index: 9;
}

a.js-select-image {
    display: block;
    font-size: 12px;
    box-shadow: 0 0 4px #8080807d;
    background-color: #ffffff;
    color: #5c5c5c;
    padding: 4px 16px;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    max-width: 190px;
    text-align: center;
    margin: 16px 0 10px 0;
    transition: 0.3s;
}

a.js-select-image:hover {
	background-color: #8E816A;
	color: #ffffff;
	border: 1px solid #8E816A;
}

.control_crop {
    display: inline-flex;
    margin-top: 24px;
}

.i {
    max-width: 40%;
    margin-left: 30px;
    padding: 8px;
    box-shadow: 0 0 4px #8080807d;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    height: fit-content;
}

img.js-return-crop-image.return-crop-image {
    max-width: 100%;
}

.b-select-list span.headList {
    color: #9F9F9F;
}

.b-select-list {
    width: 190px;
    display: inline-block;
}

.ik_select.common_select {
    box-shadow: 0 0 4px #8080807d;
    border-radius: 4px;
}

.ik_select_option_disabled {
    display: block!important;
}

.trigger {
    border-radius: 4px;
}

span.ik_select_link_text {
    color: #5c5c5c;
    font-weight: 600;
    font-size: 11px;
}

a.b-btn.b-btn--pink.b-btn--small.js-send-order {
    display: inline-block;
    transition: all 0.3s;
}

.b-select-list.sel2 {
    margin-left: 30px;
}

a.b-btn.js-block-image-cropper {
    display: inline-block;
}

#editImageBtn {
    display: inline-block;
    font-size: 12px;
    box-shadow: 0 0 4px #8080807d;
    background-color: #ffffff;
    color: #5c5c5c;
    padding: 4px 16px;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    max-width: 220px;
    text-align: center;
    margin: 16px 0 10px 0;
    transition: all 0.3s;
}

#editImageBtn:hover {
	background-color: #8E816A;
	color: #ffffff;
    border: 1px solid #8E816A;
}

a.b-btn.b-btn--pink.b-btn--small.js-send-order:hover {
    background-color: #8E816A;
	color: #ffffff;
    border: 1px solid #8E816A;
}

.b-product-cart__price {
    margin: 24px 0;
}

.priceName {
    font-weight: 600;
}

.priceBig {
    color: #8e816a;
    font-weight: 600;
    font-size: 32px;
}

span.edost_link {
    color: #8e816a!important;
}

.priceBlock {
    margin-right: 52px;
}

.b-product-cart__delivery, .priceBlock {
    display: inline-block;
}

#edost_catalogdelivery_inside_detailed {
    display: none!important;
}

.edost_ico.edost_ico_small {
    display: none!important;
}

.edost_format_tariff {
    font-weight: 100!important;
}

.sizeHelp {
    margin-top: 12px;
}

.sizeHelp span {
    color: #8e816a;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.sizeHelpImg {
    display: none;
    padding: 32px 0 0 0;
    position: relative;
    width: 100%;
}

.sizeHelpImg img {
    position: absolute;
}

.sizeHelpClose {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #555555;
    font-size: 20px;
    cursor: pointer;
}

.sizeHelpClose:hover {
    color: #222222;
}

.b-btn.js-block-image-crop-run {
    display: block;
    font-size: 12px;
    box-shadow: 0 0 4px #8080807d;
    background-color: #ffffff;
    color: #5c5c5c;
    padding: 4px 16px;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    max-width: 220px;
    text-align: center;
    margin: 16px 0 10px 0;
    transition: all 0.3s;
}

.b-btn.js-block-image-crop-run:hover {
    background-color: #8E816A;
	color: #ffffff;
    border: 1px solid #8E816A;
}

.js-block-image-cropper-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 32px;
    border-radius: 6px;
    box-shadow: 0 0 42px #8080807d;
}

@media screen and (max-width: 475px) {
    .priceBlock {
        margin-right: 16px;
    }
}

@media screen and (max-width: 800px) {
    .control_crop {
        display: block;
    }

    .b-select-list.sel2 {
        margin: 0;
    }

    .b-image-control {
        max-width: 100%;
    }

    .sizeHelp img {
        position: inherit;
    }

    h3, h2 {
        text-align: inherit!important;
    }

    .i {
        max-width: 100%;
        margin-left: 0;
    }

    .b-btn.b-btn--small {
        margin-left: 8px;
    }

    .b-btn.b-btn--small, #editImageBtn {
        font-size: 11px;
        padding: 4px 8px;
    }
}

@media screen and (max-width: 991px) {
    .left_block {
        display: none;
    }
}
/*
@media screen and (max-width: 670px) {
	.g-mt-40.js-block-image-cropper-wrapper {
    	max-width: 90%;
	}
}*/
/* End */


/* Start:/picture-on-photo/cropper.min.css?17814718693741*/
/*!
 * Cropper.js v1.4.3
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-10-24T13:07:11.429Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline-color:rgba(51,153,255,.75);outline:1px solid #39f;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
/* End */
/* /local/templates/psk/components/lumirin/catalog.element/order_of_photo_ajax2/style.css?17887856528805 */
/* /picture-on-photo/cropper.min.css?17814718693741 */
