@charset "utf-8";

body{
    margin: auto;
    background: #fffcfc;
    width: 1030px;
}

header .product-logo-box img{
    height: 2.5rem;
}
header .product-logo-box {
    margin-top: -2.8rem;
}
header .save-img-box img,
header .download-img-box img,
header .help-box img{
    height: 3.5rem;
}
.header-controls>div{
    margin: 0 6px;
}
header .shop-logo-box{
    padding-top: 25px;
}
header .shop-logo-box img{
    height: 2rem;
}

.modal-header .title {
    padding-bottom: 0;
}


.contents {
    width: 1030px;
    margin: auto;
    overflow: visible;
}
.contents>header{
    width:590px;
}

.content.wall {
    width:600px;
    /* border: 2px solid #ddd; */
}

.content.list,
.content.room,
.content.price{
    position:absolute;
    width:390px;
    left:620px;
    filter: none;
}
.content.help::-webkit-scrollbar,
.content.room::-webkit-scrollbar,
.content.list::-webkit-scrollbar{
    display:none;
}
.content.room{
    top: 4px;
    height: 270px;
}
.content.room .item-box {
    width: 170px;
    margin: 4px;
}
.content.list{
    top: 288px;
    height: 545px;
}
.content.price{
    top: 847px;
    width: 385px;
    height: 50px;
    padding: 4px 10px 4px 4px;
    border-radius: 15px;
    margin-right:10px;
    display: flex;
    justify-content:flex-end;
    align-items: end;
}

.content.room .room-item-box,
.content.list .categories-item-box{
    margin-left: 13px;
    overflow: auto;
}
.content.room .room-item-box{
    height: 210px;
}

.content.wall .wall-img-box{
    width:600px;
    height:380px;
}


.content.list .categories-item-box{
    max-height:450px;
    align-items: flex-start;
}

.content.list .item-box {
    width: 82px;
    margin: 4px;
}
.content.buttons,
.content.pallet,
.content.saved{
    width:600px;
    margin-top: 10px;
}

.content.pallet{
    min-height: 250px;
}
.content.pallet .item-box{
    height:250px;
    padding-bottom:0px;
    /* overflow-x: scroll; */
}

.content.saved{
    overflow-y: hidden;
    position: initial;
    filter:none;
    height: 168px;
}
.content.saved .saved-image-box{
    height: 168px;
    /* flex-wrap: nowrap; */
    overflow-x: auto;
    /* overflow-y: hidden; */
    /* overflow-y: auto; */
    /* min-height: 110px; */
    padding-left:10px;
}
.content.saved .saved-image-box .row{
    width:100px;
    margin: 0 6px 10px;
}
.content.saved .saved-image-box .thumb{
    width:100%;
}
.content.help{
    display: none;
    z-index: 20010;
    background: #fff;
    position: absolute;
    filter: none;
    padding:0;
    left:0;
    top:0;
    width:700px;
}
.content.help .help-body{
    height:70vh;
    overflow: auto;
    padding: 40px ;
}
.content.help .help-body ul{
    margin-left:30px;
}
.content.help .campaign-bunner-box{
	margin: 40px 0 0 0;
}