.cap-upload__inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.cap-upload_btn {
    display: inline-block;
    font-weight: 600;
    color: #c70039;
    text-align: center;
    padding: 5px;
    transition: all .3s ease;
    cursor: pointer;
    border: 5px dashed;
    background-color: #ffebee;
    border-color: grey;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
    width: 100%;
    padding: 60px;
    font-size: 24px;
}

.cap-upload_btn:hover {
    background-color: unset;
    color: #c70039;
    transition: all .3s ease;
}

.cap-container p {
    margin: 0;
}

.cap-container .cap-upload_icon {
    font-size: 60px;
    color: grey;
}

.cap-img_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    height: 200px;
    overflow-y: auto;
    margin: 10px;
    border: 2px solid;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px;
}

.upload__img-box {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 12px;
    cursor: pointer;
	position: relative;
}

.upload__img-box.selected {
    border: 5px solid rgba(255, 0, 0, 0.5);
}

.upload__img-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #c61330;
    position: absolute;
    top: -5px;
    right: 0px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.cap-img_wrapper::-webkit-scrollbar {
    width: 10px;
}

.cap-img_wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.cap-img_wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #888;
}

.cap-img_wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.cap-canvas_editor {
    padding: 20px 50px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cap-canvas_editor .cap-canvas {
    box-shadow: 0px 0px 5px 5px grey;
}

.cursor-move {
    cursor: move;
}

.cap-zoom_wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

.template-modal {
    height: 500px;
    overflow-y: auto;
}

.template-img-wrap {
    height: 170px;
}

.template-img-wrap img {
    height: 100%;
}

.templates p {
    margin: 0;
}

.template-wrap {
    margin: 10px 0px;
    border: 2px solid;
}

.template-wrap button {
    margin: 10px 0px;
    width: 100%;
}

.template-category .btn-group {
    justify-content: center;
    width: 100%;
}

.display_none {
    display: none !important;
}

.visibility_none {
    visibility: hidden !important;
}

.canvas-container {
    margin: auto;
}

#cap-background_color {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border-width: 0;
    visibility: hidden;
}

.cap-add_cart_wrap{
    margin: 20px 0px;
    display: flex;
    flex-direction: row-reverse;
}

.cap-price_wrap{
    display: flex;
    flex-direction: row-reverse;
    font-size: 24px;
}

p.cap-price {
    margin: 20px 0px;
}

.cap-setting_group{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.cap-setting_group div.cap-bottom_setting {
	width: 150px;
	background: #e36159;
	color: white;
	padding: 10px 0px;
	border-radius: 50px;
	cursor: pointer;
	margin: 10px 0px;
}

.cap-setting_group div.cap-bottom_setting label {
	margin-bottom: 0px;
	cursor: pointer;
}

.cap-setting_group div.cap-bottom_setting input[type="color"]{
	width: 20px;
	height: 23px;
	padding: 0px;
}

.cap-setting_group img {
    width: 40px;
    display: none;
}

.cap-setting_group span {
    display: contents;
}

.cap-zoom_wrapper input[type="color"], .cap-zoom_wrapper select{
    padding: 0;
}

.cap-zoom_wrapper input[type="color"] {
    border: none;
    height: 25px;
}

.cap-zoom_wrapper select {
    width: 200px;
}

.cap-wrap {
    margin-top: 50px;
}

.cap-size_group{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cap-size{
    width: 60px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #e36159;
    cursor: pointer;
}

.cap-size.active {
    color: white;
    background-color: #e36159;
}

.cap-size label {
    margin: 0;
    cursor: pointer;
}

.cap-amount{
    color: #e36159;
}

.cap-frameType_group, .cap-easel_group, .cap-thickness_group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cap-thickness {
    font-size: 16px;
    padding: 0px 10px;
    border: 2px solid #e36159;
    border-radius: 5px;
    cursor: pointer;
}

.cap-thickness.active {
    background-color: #e36159;
    color: white;
}

.cap-frame_type, .cap-easel {
    width: 100px;
    padding: 4px 4px 0px 4px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #e36159;
    cursor: pointer;
}

.cap-frame_type.active, .cap-easel.active {
    background-color: #e36159;
    color: white;
}

.cap-frame_type img, .cap-easel img {
    width: 100%;
    border-radius: 5px;
}

.cap-frame_type span, .cap-easel span {
    font-size: 16px;
}

.cap-add_cart_loader{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.cap-loader_main{
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    text-align: center;
    color: white;
    font-size: 16px;
}

.cap-loader_text {
    margin-top: 10px;
}

#art-product .product-big-pic.whiteFrameBorder {
    border: 20px solid transparent;
    border-image: url(../uploads/whiteFrame.png) 20 round;
}

#art-product .product-big-pic.blackFrameBorder {
    border: 20px solid transparent;
    border-image: url(../uploads/blackFrame.png) 20 round;
}
#art-product .room-canvas.whiteFrameBorder, #art-product .room-canvas.blackFrameBorder {
    overflow: visible;
}
#art-product .room-canvas.whiteFrameBorder .room-border {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    border: 5px solid transparent !important;
    border-image: url(../uploads/whiteFrame.png) 20 round !important;
}

#art-product .room-canvas.blackFrameBorder .room-border {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    border: 5px solid transparent !important;
    border-image: url(../uploads/blackFrame.png) 20 round !important;
}

.cap-delete_btn:disabled {
    cursor: no-drop;
}

.projectSettingContent{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.projectSettingComponent{
    text-align: center;
    cursor: pointer;
}

.projectSettingComponent:hover img {
    width: 100px;
}

.projectSettingComponent img {
    width: 50px;
    transition: width .2s;
}

@media only screen and (max-width: 979px) and (min-width: 477px){
    .upload__img-box {
        width: 33%;
    }
}

@media only screen and (max-width: 477px) {
    .upload__img-box {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .cap-setting_group img {
        display: initial;
    }
    
    .cap-setting_group span {
        display: none;
    }

    .cap-canvas_editor {
        padding: 10px 0px;
        min-height: 400px;
    }

    .cap-zoom_wrapper {
        flex-direction: column;
    }
}

#art-product-main {
    /* padding-right: 360px; */
    overflow: hidden
}

#images,#thumbnails li {
    width: 100%;
    position: relative
}

#images,#thumbnails {
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
    float: left
}

#images {
    background-color: #f4f5f6;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
    padding: 10px;

}
/* 
#thumbnails {
    width: 16.66666667%
} */

#images #large-image li {
    height: 55vh;
    padding: 0;
    display: flex;
    width: 100% !important;
    justify-content: center;
    align-items: center;
}
#images #large-image {
    float: right;
    position: relative;
    width: 100%;
    padding: 0;
}

/* #images img,#thumbnails li:before,.fav_count {
    position: absolute;
    left: 0
} */
/* #images .product-big-pic {
    margin-top: 10px;
} */
#thumbnails li {
    padding: 5px;
}
#thumbnails li.active {
    border: 2px solid gray;
    border-radius: 3px;
}
#images #large-image .product-big-pic {
    position: relative;
}
#images .product-big-pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50vh;
}
#images #thumbnails img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

#images li.pc-1:after,#images li.pc-2:after,#images li.pc-3:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

#images #thumbnails img,#images #thumbnails li.pc-1:after,#images #thumbnails li.pc-3:after {
    width: auto;
    height: 90%;
    max-width: 90%;
    left: 5%;
    top: 5%;
    position: absolute
}

#images.horizontal.frame-n li.pc-1:after {
    background-image: url(https://i.icanvas.com/SOJ131?d=3&amp;sh=s&amp;s=l&amp;p=1&amp;bg=g&amp;t=1690300763)
}

#thumbnails{
    width: 100%;
    margin-right: -1px
}

#thumbnails li {
    float: left;
    width: 20%;
    padding: 0 0 15%;
    border: 2px solid white;
}

#thumbnails li:before {
    content: "";
    top: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 30
}

#images img.gold-frame.product-big-picture.square-16,#images img.white-frame.product-big-picture.square-16,#images img.wood-frame.product-big-picture.square-16 {
    top: 2.6%;
    left: 14%;
    width: 71.6%;
    height: auto;
    position: absolute
}

#images #thumbnails img.gold-frame.product-small-picture.square-16,#images #thumbnails img.white-frame.product-small-picture.square-16,#images #thumbnails img.wood-frame.product-small-picture.square-16 {
    top: 7.1%;
    left: 17.8%;
    width: 64.3%;
    height: 86%;
    position: absolute
}

#images img.gold-frame.product-big-picture.square-24,#images img.white-frame.product-big-picture.square-24,#images img.wood-frame.product-big-picture.square-24 {
    height: auto;
    left: 13.76%;
    position: absolute;
    top: 1.7%;
    width: 72.39%
}

#images #thumbnails img.gold-frame.product-small-picture.square-24,#images #thumbnails img.white-frame.product-small-picture.square-24,#images #thumbnails img.wood-frame.product-small-picture.square-24 {
    top: 6.1%;
    left: 17.1447%;
    width: 65.68%;
    height: 87.573%;
    position: absolute
}

#images img.gold-frame.product-big-picture.horizontal-24,#images img.white-frame.product-big-picture.horizontal-24,#images img.wood-frame.product-big-picture.horizontal-24 {
    height: 89.4%;
    left: 1.5%;
    position: absolute;
    top: 5.3%;
    width: 97%
}

#images #thumbnails img.gold-frame.product-small-picture.horizontal-24,#images #thumbnails img.white-frame.product-small-picture.horizontal-24,#images #thumbnails img.wood-frame.product-small-picture.horizontal-24 {
    top: 9.4%;
    left: 6%;
    width: 87.8%;
    height: 81.1%;
    position: absolute
}

#images img.gold-frame.product-big-picture.horizontal-32,#images img.white-frame.product-big-picture.horizontal-32,#images img.wood-frame.product-big-picture.horizontal-32 {
    height: 92.5%;
    left: 4.8%;
    position: absolute;
    top: 3.96%;
    width: 90.4%
}

#images #thumbnails img.gold-frame.product-small-picture.horizontal-32,#images #thumbnails img.white-frame.product-small-picture.horizontal-32,#images #thumbnails img.wood-frame.product-small-picture.horizontal-32 {
    height: 83.9%;
    left: 9.1%;
    position: absolute;
    top: 8.09%;
    width: 81.83%
}

#images img.gold-frame.product-big-picture.vertical-24,#images img.white-frame.product-big-picture.vertical-24,#images img.wood-frame.product-big-picture.vertical-24 {
    top: 1.7%;
    left: 24.8%;
    width: 50.5%;
    height: 97%;
    position: absolute
}

#images #thumbnails img.gold-frame.product-small-picture.vertical-24,#images #thumbnails img.white-frame.product-small-picture.vertical-24,#images #thumbnails img.wood-frame.product-small-picture.vertical-24 {
    top: 6.1%;
    left: 27.1%;
    width: 45.9%;
    height: 88.2%;
    position: absolute
}

#images img.gold-frame.product-big-picture.vertical-32,#images img.white-frame.product-big-picture.vertical-32,#images img.wood-frame.product-big-picture.vertical-32 {
    top: 1.7%;
    left: 21.9%;
    width: 55.7%;
    height: 97%;
    position: absolute
}

#images #thumbnails img.gold-frame.product-small-picture.vertical-32,#images #thumbnails img.white-frame.product-small-picture.vertical-32,#images #thumbnails img.wood-frame.product-small-picture.vertical-32 {
    top: 6.1%;
    left: 23.8%;
    width: 51.5%;
    height: 88.2%;
    position: absolute
}

#art-product-main.preserve-framed-image-ratio #images.type-2 #large-image .product-big-pic,#art-product-main.preserve-framed-image-ratio #images.type-2 #large-image .room-canvas div,#art-product-main.preserve-framed-image-ratio #images.type-2 #thumbnails .product-small-pic,#art-product-main.preserve-framed-image-ratio #images.type-2 #thumbnails .room-canvas div,#art-product-main.preserve-framed-image-ratio #options #options-type [class*=type-2] .frame-int img,.sale-flash-deal #sitewide-banner {
    display: none
}

.sale-flash-deal #breadcrumbs ul.breadcrumb li.homepage a:hover .icon-dash,.sale-flash-deal #options-frame2 li.selected div:before {
    background-color: #00cda2
}

.sale-flash-deal .filter.icons #options-color li.selected div.color {
    border-color: #00cda2
}

@media screen and (max-width: 900px) {
    .sale-flash-deal #large-image li.discount-label {
        top:1em
    }
}

#large-image div.preserve_framed_image_ratio {
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0,0,0,.57);
    -moz-box-shadow: 10px 10px 10px 0 rgba(0,0,0,.57);
    box-shadow: 10px 10px 10px 0 rgba(0,0,0,.57)
}

#thumbnails div.preserve_framed_image_ratio {
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.57);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.57);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,.57)
}

#art-product-main.preserve-framed-image-ratio #images.type-2 #large-image .room-canvas div.preserve_framed_image_ratio {
    box-shadow: none
}

.horizontal div.preserve_framed_image_ratio {
    padding: 55px 0
}

div.preserve_framed_image_ratio {
    display: none;
    box-sizing: border-box;
    padding: 42px 0
}

div.preserve_framed_image_ratio img {
    margin: 0 auto;
    max-height: 100%
}

#art-product-main.preserve-framed-image-ratio #options #options-type div.preserve_framed_image_ratio img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%
}

#art-product-main.preserve-framed-image-ratio #images.type-2 #large-image div.preserve_framed_image_ratio img,#art-product-main.preserve-framed-image-ratio #images.type-2 #thumbnails div.preserve_framed_image_ratio img {
    position: static;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%
}

#art-product-main.preserve-framed-image-ratio #options #options-type div.preserve_framed_image_ratio {
    background-color: #fff;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center
}

#art-product-main.preserve-framed-image-ratio #images.type-2 #large-image div.preserve_framed_image_ratio,#art-product-main.preserve-framed-image-ratio #images.type-2 #thumbnails div.preserve_framed_image_ratio {
    background-color: #fff;
    position: absolute;
    display: block;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center
}

#art-product-main.preserve-framed-image-ratio #images.type-2 #large-image div.preserve_framed_image_ratio {
    top: 1.7%;
    height: 97%
}

#art-product-main.preserve-framed-image-ratio #images.type-2.vertical #thumbnails .room-canvas div.preserve_framed_image_ratio {
    padding: 6px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-16x24 #large-image div.preserve_framed_image_ratio {
    left: 24.8%;
    width: 50.5%;
    padding: 71px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-24x32 #large-image div.preserve_framed_image_ratio {
    left: 21.9%;
    width: 55.7%
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-24x16 #thumbnails div.preserve_framed_image_ratio {
    top: 9.4%;
    left: 6%;
    width: 87.8%;
    height: 81.1%
}

#art-product-main.preserve-framed-image-ratio #images.type-2.horizontal.size-24x16 #thumbnails .room-canvas div.preserve_framed_image_ratio {
    top: -2.5556%;
    left: -3.8462%;
    width: 107.4%;
    height: 106.9%;
    padding: 3px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-24x16 #large-image div.preserve_framed_image_ratio {
    height: 89.4%;
    left: 1.5%;
    top: 5.3%;
    width: 97%
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-24x16 #large-image .room-canvas div.preserve_framed_image_ratio {
    background-image: none;
    top: 5.8%;
    left: 1.5%;
    height: 91.4%;
    padding: 6px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-32x24 #large-image div.preserve_framed_image_ratio {
    height: 92.5%;
    left: 4.8%;
    top: 3.96%;
    width: 90.4%;
    padding: 75px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-32x24 #large-image .room-canvas div.preserve_framed_image_ratio {
    background-image: none;
    left: -3.8462%;
    top: -4.3556%;
    height: 122.9%;
    width: 107.1%;
    padding: 35px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-32x24 #thumbnails div.preserve_framed_image_ratio {
    height: 83.9%;
    left: 9.1%;
    top: 8.09%;
    width: 81.83%
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-32x24 #thumbnails .room-canvas div.preserve_framed_image_ratio {
    left: -3.8462%;
    top: -5.5556%;
    width: 108.7%;
    height: 122.5%
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-16x24 #large-image .room-canvas div.preserve_framed_image_ratio {
    background-image: none;
    top: -3.5269%;
    left: -4.4444%;
    height: 103.9%;
    width: 108.8%;
    padding: 25px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2.horizontal #thumbnails div.preserve_framed_image_ratio {
    padding: 15px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2.horizontal #thumbnails .room-canvas div.preserve_framed_image_ratio {
    padding: 5px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2 #thumbnails div.preserve_framed_image_ratio {
    top: 6.1%;
    left: 27.1%;
    width: 45.9%;
    height: 88.2%;
    padding: 11px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-16x24 #thumbnails .room-canvas div.preserve_framed_image_ratio {
    top: -3.5269%;
    left: -4.4444%;
    width: 108.7547%;
    height: 104.7%
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-24x32 #large-image .room-canvas div.preserve_framed_image_ratio {
    background-image: none;
    left: -1.6%;
    top: -.5%;
    height: 98.1%;
    width: 115.9%;
    padding: 20px 0
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-24x32 #thumbnails div.preserve_framed_image_ratio {
    top: 6.1%;
    left: 23.9%;
    width: 51.5%;
    height: 88.2%
}

#art-product-main.preserve-framed-image-ratio #images.type-2.size-24x32 #thumbnails .room-canvas div.preserve_framed_image_ratio {
    left: -1.6%;
    top: -.5%;
    width: 116.4%;
    height: 100%
}

#art-product-main.sale #images:not(.room) #large-image:after {
    color: #fff
}

#art-product-main.exclusive #images:not(.room) #large-image:after,#art-product-main.new #images:not(.room) #large-image:after,#art-product-main.sale #images:not(.room) #large-image:after {
    font-weight: 700;
    display: inline-table;
    position: absolute;
    right: -3px;
    padding: 4px 9px;
    font-size: 15px;
    letter-spacing: .0625em;
    line-height: 1;
    transition: margin 90ms linear
}

#art-product-main.new #images:not(.room) #large-image:after {
    content: 'NEW';
    background-color: #3be;
    color: #000
}

#art-product-main.exclusive #images:not(.room) #large-image:after {
    content: 'EXCLUSIVE';
    background-color: #969798;
    color: #fff!important
}

#art-product-main.sale #images:not(.room) #large-image:after {
    content: 'SALE';
    background-color: #ed1c23
}

#art-product-main.sale-darkorange #images:not(.room) #large-image:after,#art-product-main.sale.sale-darkorange #images:not(.room) #large-image:after {
    background-color: #ed661c
}

#art-product-main.sale-yellow #images:not(.room) #large-image:after,#art-product-main.sale.sale-yellow #images:not(.room) #large-image:after {
    color: #fff!important;
    background-color: #edbe1c
}

#art-product-main.sale.sale-flash-deal #images:not(.room) #large-image:after {
    display: none
}

#art-product-main.sale.sale-red #images:not(.room) #large-image:after {
    color: #fff;
    background-color: red
}

#art-product-main.sale.sale-purple #images:not(.room) #large-image:after {
    color: #fff;
    background-color: #5e4a8b
}

#art-product-main.sale.sale-orange #images:not(.room) #large-image:after {
    color: #fff;
    background-color: #f78629
}

#product-header .copy span.popular-gift {
    background-image: url(//images.icanvas.com/menu-icon/gift-guides.png);
    background-position: -7px -7px;
    background-size: 35px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-left: 10px
}

.container-product .product_flag {
    font-weight: 700;
    display: inline-table;
    padding: 4px 9px!important;
    font-size: 14px;
    letter-spacing: .0625em;
    line-height: 1;
    font-style: normal;
    margin-left: 20px
}

.container-product .product_flag.le_product_flag {
    background-color: #000;
    color: #fff!important
}

.container-product .le_product_flag:before {
    content: "LIMITED EDITION"
}

#options li.sold_out {
    color: #969798
}

#options-frame2 li.sold_out span,#options-type li.sold_out span {
    color: #969798!important
}

#options li.sold_out,#options-frame2 li.sold_out div::before {
    background-color: #f4f5f7
}

#options li span.sold_out:after,#options li.sold_out:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    content: "SOLD OUT"!important;
    color: red;
    text-align: center;
    vertical-align: center;
    font-weight: 600;
    top: 0;
    align-items: center;
    display: grid;
    z-index: 1;
    font-style: italic
}

#options li.pc_option_sold_out,#options li.sold_out {
    pointer-events: none
}

.container-product[data-le="1"] #options-size {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0
}

.container-product[data-le="1"] #options-size li.active {
    list-style: none;
    flex: 0 0 45%;
    width: auto;
    display: inline-flex;
    max-width: 240px
}

.container-product[data-le="1"] #options-size li .size_description:before {
    content: "Limited to\00a0"
}

.container-product[data-le="1"] #options-size li .size_description {
    align-items: center;
    font-style: italic;
    display: inherit;
    margin-right: 10px;
    margin-left: auto
}

.container-product[data-le="1"] #options-size li div {
    margin-left: 10px
}

#options li.sold_out .frame-ext,#options-pc li.sold_out span:after,#options-pc li.sold_out:before,#options-size li.sold_out .size_description {
    visibility: hidden
}

#options-depth li.sold_out,#options-frame2 li.sold_out div:before {
    background-image: none!important
}

#options-size li.sold_out:after {
    left: 35px;
    width: calc(100% - 35px)
}

.container-product[data-le="1"] #options-size li.excluded:before {
    left: 0!important;
    width: 100%!important;
    -webkit-transform: rotate(-13deg)!important;
    -moz-transform: rotate(-13deg)!important;
    -ms-transform: rotate(-13deg)!important;
    -o-transform: rotate(-13deg)!important;
    transform: rotate(-13deg)!important
}

#product-header .copy span {
    margin-top: 5px;
    display: inline-block
}

.container-product[data-le="1"] #images.room.position-3 #large-image .room .room-canvas-position,.container-product[data-le="1"] #thumbnails .room.position-3 .room-canvas-position,.container-product[data-le="1"] #thumbnails .room.position-3:before {
    display: none!important
}

#finished-size-value {
    font-size: 12px;
    color: gray;
    font-style: italic;
    padding: 5px 0
}

#finished-size-value:empty {
    display: none
}

#finished-size-value:before {
    content: "Finished Size:\00a0"
}

#options-size li {
    margin-top: 3px
}

#images:not(.optimize-contrast) #large-image img.product-big-pic,#images:not(.optimize-contrast) .room-canvas div,#images:not(.optimize-contrast) .room-canvas:before {
    image-rendering: initial
}

#options span.h3 {
    font-family: "Titillium Web",sans-serif;
    font-weight: 700;
    font-size: 1.17em
}

#images li.room {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#images.room #large-image li.room {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#images.room #large-image li.canvas {
    display: none
}

#images .room-canvas,#images .room-canvas-position {
    position: absolute
}

#images[class*=size-][class*=frame-][class*=code-]:not(.frame-n).type-1 #thumbnails li.room.position-0 .room-canvas-position,#images[class*=size-][class*=frame-][class*=code-]:not(.frame-n).type-1.position-0 #large-image li.room .room-canvas-position {
    width: 0;
    height: 0
}

#images.room-horizontal-01 #large-image li.room,#thumbnails li.room-horizontal-01 {
    background-image: url(../images/rooms/70.jpg)
}


#images.room-horizontal-01 #large-image .room-canvas-position,#thumbnails .room-horizontal-01 .room-canvas-position {
    top: -45.2%;
    left: -82.5%;
    width: 234%;
    height: 206%
}

#images .room-canvas div,#images .room-canvas:after,#images .room-canvas:before {
    background-repeat: no-repeat
}

#images.pc-1.size-24x16.frame-m .room-canvas:before {
    background-image: url(../images/framed-prints/black/horizontal-24_1000-750-f4f5f6.png);
    background-size: 100%
}

#images.pc-1.frame-f .room-canvas:before,#images.pc-1.frame-f2 .room-canvas:before,#images.pc-1.frame-fd .room-canvas:before,#images.pc-1.frame-fd2 .room-canvas:before,#images.pc-1.frame-s .room-canvas:before {
    background-color: #2d2d2d
}

#images.pc-1.frame-fdw .room-canvas:before,#images.pc-1.frame-fdw2 .room-canvas:before {
    background-color: #f5eede
}

#images.pc-1.frame-f2g .room-canvas:before,#images.pc-1.frame-fg .room-canvas:before {
    background-color: #d7c28e
}

#images.pc-1.frame-f2s .room-canvas:before,#images.pc-1.frame-fs .room-canvas:before {
    background-color: #bebebe
}

#images.pc-1.frame-dr .room-canvas:before,#images.pc-1.frame-dr2 .room-canvas:before {
    background-color: #766e6d
}

#images.pc-1.frame-cdr .room-canvas:before,#images.pc-1.frame-cdr2 .room-canvas:before {
    background-color: #7c3d1c
}

#images.pc-1.frame-f2w .room-canvas:before,#images.pc-1.frame-fw .room-canvas:before,.filter.icons #options-color li.color_framed.sold_out:after {
    background-color: #fff
}

#images.pc-1.frame-ch .room-canvas:before {
    background-color: #e8d5c4
}

#images.pc-1.frame-dw.size-24x16 .room-canvas:before,#images.pc-1.frame-lb.size-24x16 .room-canvas:before,#images.pc-1.frame-m.size-24x16 .room-canvas:before,#images.pc-1.frame-mg.size-24x16 .room-canvas:before,#images.pc-1.frame-mw.size-24x16 .room-canvas:before,#images.pc-1.frame-nw.size-24x16 .room-canvas:before,#images.pc-1.frame-og.size-24x16 .room-canvas:before,#images.pc-1.frame-sbm.size-24x16 .room-canvas:before {
    top: -5.5556%;
    bottom: -5.5556%;
    left: -3.8462%;
    right: -3.8462%
}

#images #large-image .room-canvas div:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0,0,0,.2)
}

#images .room-canvas:after {
    content: "";
    display: block;
    position: absolute;
    width: 120%;
    left: -10%;
    height: 120%;
    top: -10%;
    opacity: .8;
    background-blend-mode: soft-light;
    background-size: cover;
    z-index: 5
}

#images.horizontal-2.pc-2 .room-canvas:after {
    top: -13.5%;
    height: 113.5%;
    width: 122%;
    left: -12.5%
}

#images.vertical-2.pc-2 .room-canvas:after {
    top: -12.5%;
    height: 124.5%;
    width: 108.5%;
    left: -4%
}

.vertical #options-type li[data-value='2'] .frame-ext {
    background-image: url(../images/framed-prints/black/vertical-24_1000-750-f4f5f6.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 148px;
    width: auto
}

.vertical #options-type li[data-value='2'] {
    height: 168px;
    width: 97px
}

.vertical #options-type li[data-value='2'] img {
    height: 111px!important;
    width: 68px;
    top: 23px;
    position: absolute;
    left: 18px
}

.vertical #options-type li {
    height: 173px
}

.vertical #options-type li[data-view='2'] span {
    padding-top: 6px
}

.horizontal #options-type li[data-value='2'] .frame-ext,.square #options-type li[data-value='2'] .frame-ext {
    background-image: url(../images/framed-prints/black/horizontal-24_1000-750-f4f5f6.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 67px;
    width: auto
}

.horizontal #options-type li[data-value='2'] {
    height: 82px;
    width: 97px
}

.horizontal #options-type li[data-value='2'] img {
    height: 46px!important;
    width: 76px;
    top: 17px;
    position: absolute;
    left: 14px
}

.horizontal #options-type #options-type li {
    height: 95px
}

.horizontal #options-type li span,.pano-horizontal li[data-view='2'] span {
    padding-top: 2px
}

.square #options-type li[data-value='2'] .frame-ext {
    background-image: url(../images/framed-prints/black/square-16_1000-750-f4f5f6.png);
    height: 100px
}

.square #options-type li[data-value='2'] {
    height: 114px;
    width: 97px
}

.square #options-type li[data-value='2'] img {
    height: 71px!important;
    width: 71px;
    top: 20px;
    position: absolute;
    left: 16.5px
}

.square #options-type li[data-view='2'] span {
    padding-top: 2px;
    padding-bottom: 1px
}

.square #options-type #options-type li {
    height: 124px
}

#art-product-main[data-shape=vertical].preserve-framed-image-ratio #options #options-type div.preserve_framed_image_ratio {
    height: 133px;
    padding: 11px 0
}

#art-product-main[data-shape=horizontal].preserve-framed-image-ratio #options #options-type div.preserve_framed_image_ratio {
    height: 55px;
    padding: 5px 0
}

#art-product-main.preserve-framed-image-ratio #options #options-type div.preserve_framed_image_ratio {
    width: 85%;
    position: absolute;
    top: 12px;
    left: 8px;
    height: 59%;
    display: block
}

#art-product-main.preserve-framed-image-ratio #options #options-type div.preserve_framed_image_ratio img {
    position: static
}

span#standard-to-slim-discount.standard-to-slim-discount {
    position: absolute;
    left: 50%;
    top: -7px;
    background: #00c697;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .0625em;
    font-weight: 600;
    border: 0;
    height: 2em;
    line-height: 2em;
    padding: 0 .5em;
    transform: translateX(-50%);
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content
}

#options[data-group=advanced] .group-element:not([data-group-advanced]),#options[data-group=default] .group-element:not([data-group-default]) {
    display: none
}

.orderable-container {
    opacity: 0
}

#cart-action-modal .horizontal-list-outer .slides-arrow,#large-image li div.slides-arrow,.not-orderable-container,div.mobile {
    display: none
}

#options-size li.excluded {
    pointer-events: none
}

#cart-action-modal .modal-body-center {
    text-align: inherit
}

.product-extra.order-trust#product-trust {
    background-color: #f4f5f6
}

.product-extra.order-trust#product-trust * {
    text-align: center
}

.product-extra #product-free-ship-banner {
    width: 100%
}
/* .product-big-pic {
    width: auto !important;
    height: 100%;
} */

@media screen and (min-width: 871px) {
    #product-zoom {
        bottom:10px;
        margin-bottom: 0
    }

    #art-product-main.zoom #value-points {
        margin: 20px 0 0 20px
    }
}
/* #images {
    padding-left: calc((100% - 600px)/2);
    padding-right: calc((100% - 600px)/2);
} */
@media screen and (max-width: 761px) {
    #images #large-image {
        width:100%;
        /* padding-bottom: 75% */
    }
    /* #images {
        padding-left: 100px;
        padding-right: 100px;
    } */
    #thumbnails {
        width: 100%;
        margin-right: -1px
    }

    #thumbnails li {
        float: left;
        width: 20%;
        padding: 0 0 15%
    }
}

@media screen and (min-width: 761px) {
    #options,#art-product-main,#value-points {
        transition:padding 180ms linear,margin 180ms linear
    }

    #art-product-main.zoom {
        padding-right: 0
    }

    #art-product-main.zoom #options {
        margin: 0 0 0 20px
    }

    #free-shipping {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #art-product-main.preserve-framed-image-ratio #images.type-2.size-16x24 #large-image div.preserve_framed_image_ratio {
        padding:40px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-16x24 #thumbnails div.preserve_framed_image_ratio {
        padding: 7px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-16x24 #large-image .room-canvas div.preserve_framed_image_ratio {
        padding: 14px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-16x24 #thumbnails .room-canvas div.preserve_framed_image_ratio {
        padding: 3px 0;
        width: 107.5547%;
        height: 103.9%
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-24x16 #large-image div.preserve_framed_image_ratio {
        padding: 40px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-24x16 #thumbnails div.preserve_framed_image_ratio {
        padding: 8px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-24x16 #large-image .room-canvas div.preserve_framed_image_ratio {
        padding: 6px 0;
        top: 3.8%
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.horizontal.size-24x16 #thumbnails .room-canvas div.preserve_framed_image_ratio {
        padding: 2px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-24x32 #large-image div.preserve_framed_image_ratio {
        padding: 24px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-24x32 #thumbnails div.preserve_framed_image_ratio {
        padding: 5px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-24x32 #large-image .room-canvas div.preserve_framed_image_ratio,#art-product-main.preserve-framed-image-ratio #images.type-2.size-32x24 #large-image .room-canvas div.preserve_framed_image_ratio {
        padding: 9px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.vertical.size-24x32 #thumbnails .room-canvas div.preserve_framed_image_ratio {
        padding: 4px 0;
        width: 113.6%;
        height: 98.6%
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-32x24 #large-image div.preserve_framed_image_ratio {
        padding: 42px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-32x24 #thumbnails div.preserve_framed_image_ratio {
        padding: 8px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.horizontal.size-32x24 #thumbnails .room-canvas div.preserve_framed_image_ratio {
        padding: 4px 0;
        width: 107.9%
    }
}


@media screen and (max-width: 470px) {
    #product-header h1 {
        font-size:26px
    }
    #images {
        padding-left: 0;
        padding-right: 0;
    }
    #product-header h1.print-title {
        font-size: 1.17em
    }

    #art-product-main.exclusive #images:not(.room) #large-image:after,#art-product-main.new #images:not(.room) #large-image:after,#art-product-main.sale #images:not(.room) #large-image:after {
        font-size: 11px;
        padding: 2px 6px
    }

    .container-product .product_flag {
        font-size: 12px;
        margin-left: 5px
    }
}

@media screen and (max-width: 320px) {
    #art-product-main.preserve-framed-image-ratio #images.type-2.size-16x24 #large-image div.preserve_framed_image_ratio {
        padding:26px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-16x24 #thumbnails .room-canvas div.preserve_framed_image_ratio {
        padding: 3px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-24x16 #thumbnails div.preserve_framed_image_ratio {
        padding: 5px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.horizontal.size-24x16 #thumbnails .room-canvas div.preserve_framed_image_ratio {
        width: 106.9%
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-24x16 #large-image div.preserve_framed_image_ratio {
        padding: 31px 0
    }

    #art-product-main.preserve-framed-image-ratio #images.type-2.size-32x24 #thumbnails div.preserve_framed_image_ratio {
        padding: 6px 0
    }
}

@media screen and (max-width: 769px) {
    #large-image li div.slides-arrow {
        display:block
    }

    #images div#product-zoom {
        z-index: 16
    }
}

@media (max-width: 357px) {

    .vertical #options-type li[data-value="2"] .frame-ext {
        height: 138px
    }

    .vertical #options-type li[data-value="2"] img {
        height: 57.5%!important;
        left: 16%;
        top: 11%;
        width: 68%
    }

    .square #options-type li[data-value="2"] .frame-ext {
        height: 92px
    }

    .square #options-type li[data-value="2"] img {
        height: 49%!important;
        left: 15.5%;
        top: 13.5%;
        width: 69.5%
    }

    .horizontal #options-type li[data-value="2"] .frame-ext {
        height: 62px
    }

    .horizontal #options-type li[data-value="2"] img {
        height: 40%!important;
        left: 13.5%;
        top: 14%;
        width: 73%
    }
}

@media (max-width: 347px) {
    .square #options-type li[data-value="2"] img {
        height:46.5%!important
    }

    .horizontal #options-type li[data-value="2"] .frame-ext {
        height: 60px
    }

    .horizontal #options-type li[data-value="2"] img {
        height: 37%!important;
        left: 14%;
        top: 14%;
        width: 72%
    }

    .vertical #options-type li[data-value="2"] .frame-ext {
        height: 135px
    }

    .vertical #options-type li[data-value="2"] img {
        height: 55.5%!important
    }
}

@media (max-width: 337px) {
    .square #options-type li[data-value="2"] .frame-ext {
        height:87px
    }

    .square #options-type li[data-value="2"] img {
        height: 46%!important;
        left: 16%;
        top: 12.5%;
        width: 68%
    }

    .vertical #options-type li[data-value="2"] .frame-ext {
        height: 128px
    }

    .vertical #options-type li[data-value="2"] img {
        height: 53.5%!important
    }
}

@media (max-width: 327px) {
    .square #options-type li[data-value="2"] .frame-ext {
        height:83px
    }

    .square #options-type li[data-value="2"] img {
        height: 44.5%!important
    }

    .horizontal #options-type li[data-value="2"] .frame-ext {
        height: 57px
    }

    .horizontal #options-type li[data-value="2"] img {
        height: 35.5%!important;
        left: 13%;
        top: 14%;
        width: 74%
    }

    .vertical #options-type li[data-value="2"] .frame-ext {
        height: 125px
    }

    #art-product-main[data-shape=vertical].preserve-framed-image-ratio #options #options-type div.preserve_framed_image_ratio {
        height: 109px;
        width: 69px
    }

    #art-product-main[data-shape=horizontal].preserve-framed-image-ratio #options #options-type div.preserve_framed_image_ratio img,#art-product-main[data-shape=vertical].preserve-framed-image-ratio #options #options-type div.preserve_framed_image_ratio img {
        height: unset!important;
        width: unset!important
    }

    #art-product-main[data-shape=horizontal].preserve-framed-image-ratio #options #options-type div.preserve_framed_image_ratio {
        height: 44px;
        width: 70px
    }

    .vertical #options-type li[data-value="2"] img {
        height: 51.5%!important
    }
}
#art-product-main {
    width: 50%;
}

#art-product-option .cap-wrap>h3 {
    font-size: 20px;
}
#art-product-option .cap-wrap {
    margin-top: 0;
}
#art-product-option {
    width: 50%;
}

#art-product {
    display: flex;
    gap: 4%;
}
#art-product-main .cap-description {
    display: block;
}
#art-product-option .cap-description {
    display: none;
}
@media screen and (max-width: 800px) {
    #art-product-main {
        width: 60%;
    }
    #art-product-option {
        width: 40%;
    }
}

@media screen and (max-width: 650px) {
    #art-product-main {
        width: 100%;
    }
    #art-product-main .cap-description {
        display: none;
    }
    #art-product-option .cap-wrap>h3 {
        font-size: 24px;
    }
    #art-product-option .cap-wrap {
        margin-top: 50px;
    }
    #art-product-option {
        width: 100%;
    }
    #art-product-option .cap-description {
        display: block;
    }
    #art-product {
        display: block;
    }
}

@media screen and (max-width: 350px) {

    #art-product-option .cap-wrap>h3 {
        font-size: 20px;
    }
}

.square.pc-1 .room-canvas-position {
    width: 0;
    height: 0;
}

.square.pc-2 .room-canvas-position {
    top: -.921%;
    left: 34.6%;
    width: 50.901%;
    height: 66.02%;
}

.square.pc-3 .room-canvas-position {
    top: 14%;
    left: 36.7%;
    width: 30.643%;
    height: 39.857%;
}

.square.pc-4 .room-canvas-position {
    top: 10%;
    left: 22%;
    width: 34.688%;
    height: 46.25%;
}
.square.pc-5 .room-canvas-position {
    top: 12%;
    left: 33%;
    width: 28.668%;
    height: 38.25%;
}




.horizontal.pc-1 .room-canvas-position {
    width: 0;
    height: 0;
}

.horizontal.pc-2 .room-canvas-position {
    top: 7%;
    left: 31.5%;
    width: 51.75%;
    height: 46%;
}

.horizontal.pc-3 .room-canvas-position {
    top: -13%;
    left: 0%;
    width: 81%;
    height: 72%;
}

.horizontal.pc-4 .room-canvas-position {
    top: 7%;
    left: 16%;
    width: 70.75%;
    height: 61%;
}
.horizontal.pc-5 .room-canvas-position {
    top: -4%;
    left: 5.5%;
    width: 91.75%;
    height: 81%;
}



.vertical.pc-1 .room-canvas-position {
    width: 0;
    height: 0;
}

.vertical.pc-2 .room-canvas-position {
    top: -27%;
    left: 18%;
    width: 62.217%;
    height: 124.43%;
}

.vertical.pc-3 .room-canvas-position {
    top: -32%;
    left: 13%;
    width: 70.571%;
    height: 141.143%;
}

.vertical.pc-4 .room-canvas-position {
    top: -24%;
    left: 30%;
    width: 58.231%;
    height: 114.462%;
}
.vertical.pc-5 .room-canvas-position {
    top: -16%;
    left: 25%;
    width: 44.217%;
    height: 86.434%;
}

.room-canvas-position .room-canvas {

    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);

    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(0,0,0,.2);
    overflow: hidden;
}


.pano-vertical.pc-1 .room-canvas-position {
    width: 0;
    height: 0;
}

.pano-vertical.pc-2 .room-canvas-position {
    top: -27%;
    left: 56%;
    width: 34.091%;
    height: 136.364%;
}

.pano-vertical.pc-3 .room-canvas-position {
    top: -12%;
    left: 51%;
    width: 20.089%;
    height: 80.357%;
}

.pano-vertical.pc-4 .room-canvas-position {
    top: -24%;
    left: 24%;
    width: 28.125%;
    height: 112.5%;
}
.pano-vertical.pc-5 .room-canvas-position {
    top: -23%;
    left: 13%;
    width: 28.091%;
    height: 112.364%;
}


.pano-horizontal.pc-1 .room-canvas-position {
    width: 0;
    height: 0;
}

.pano-horizontal.pc-2 .room-canvas-position {
    top: 14%;
    left: 12%;
    width: 80.357%;
    height: 35.714%;
}

.pano-horizontal.pc-3 .room-canvas-position {
    top: -2%;
    left: -14%;
    width: 90.469%;
    height: 38.875%;
}

.pano-horizontal.pc-4 .room-canvas-position {
    top: -9%;
    left: -10%;
    width: 110.375%;
    height: 47.5%;
}
.pano-horizontal.pc-5 .room-canvas-position {
    top: 15%;
    left: -12.1%;
    width: 128.375%;
    height: 54.714%;
}

.pc-1 .room-canvas-position {
    display: none;
}
.pc-2 .room-canvas-position, .pc-3 .room-canvas-position, .pc-4 .room-canvas-position, .pc-5 .room-canvas-position {
    display: block;
}
.pc-2 .product-big-pic.blackFrameBorder, 
.pc-3 .product-big-pic.blackFrameBorder, 
.pc-4 .product-big-pic.blackFrameBorder, 
.pc-5 .product-big-pic.blackFrameBorder, 
.pc-2 .product-big-pic.whiteFrameBorder,
.pc-3 .product-big-pic.whiteFrameBorder,
.pc-4 .product-big-pic.whiteFrameBorder,
.pc-5 .product-big-pic.whiteFrameBorder {
    border: none !important;
}
#art-product #large-image .canvas {
    padding: 10px;
	
}
#art-product #large-image .canvas .product-big-pic{
    perspective: 200px;
}
#art-product .pc-1 #large-image .product-big-pic img{
    transform-style: preserve-3d;
	transform-origin: left top;
    transform: rotateY(4deg);
/*     perspective: 300px; */
    /* border: 1px solid gray; */
/*     border-radius: 2px; */
    box-shadow: 1px 2px 5px 2px gray;
}
#art-product .pc-1 #large-image .product-big-pic.whiteFrameBorder img, #art-product .pc-1 #large-image .product-big-pic.blackFrameBorder img {
	transform: none !important;
}
#art-product .pc-1 #large-image .canvas-inner {
	perspective: 200px;
}
#art-product .pc-1 #large-image .product-big-pic.whiteFrameBorder, #art-product .pc-1 #large-image .product-big-pic.blackFrameBorder {
	transform: rotateY(4deg);
}
#art-product .pc-1 #large-image .product-big-pic.whiteFrameBorder::before{
    content: "";
    position: absolute;
	top: -20px;
    left: -34px !important;
    width: 14px !important;
    height: calc(100% + 40px);
    z-index: 999;
	transform: none;
    filter: none;
    background-size: 100% 100%;
    background-image: url('../uploads/white-frame-floating.png');
}
#art-product .pc-1 #large-image .product-big-pic.blackFrameBorder::before{
    content: "";
    position: absolute;
	top: -20px;
    left: -34px !important;
    width: 14px !important;
    height: calc(100% + 40px);
    z-index: 999;
	transform: none;
    filter: none;
    background-size: 100% 100%;
    background-image: url('../uploads/black-frame-floating.png');
}
#art-product #large-image .product-big-pic{
    transition: transform 0.3s ease;
    transform-origin: top left;
    /* margin-left: 7px; */
}

.scaled-2x {
    transform: scale(1.5) rotateY(4deg) !important;
}

@media screen and (max-width: 3200px) {
    #art-product .pc-1 #large-image .product-big-pic::before {
		left: -30px !important;
		width: 30px !important;
        transform: rotateY(-12deg) !important;
    }

}
@media screen and (max-width: 2800px) {
    #art-product .pc-1 #large-image .product-big-pic::before {
		left: -20px !important;
		width: 20px !important;
        transform: rotateY(-15deg) !important;
    }
}
@media screen and (max-width: 2400px) {
    #art-product .pc-1 #large-image .product-big-pic::before {
		left: -25px !important;
		width: 25px !important;
		transform: rotateY(-18deg) !important;
    }

}
@media screen and (max-width: 2000px) {
    #art-product .pc-1 #large-image .product-big-pic::before {
		left: -20px !important;
		width: 20px !important;
		transform: rotateY(-23deg) !important;
    }

}
@media screen and (max-width: 1600px) {
    #art-product .pc-1 #large-image .product-big-pic::before {
		left: -20px !important;
		width: 20px !important;
		transform: rotateY(-25deg) !important;
    }

}
@media screen and (max-width: 1400px) {
    #art-product .pc-1 #large-image .product-big-pic::before {
		left: -20px !important;
		width: 20px !important;
		transform: rotateY(-27deg) !important;
    }

}
@media screen and (max-width: 1300px) {
    #art-product .pc-1 #large-image .product-big-pic::before {
		left: -16px !important;
		width: 16px !important;
    }

}
/* @media screen and (max-width: 950px) {
    #art-product .pc-1 #large-image .product-big-pic::before {
		left: -16px !important;
		width: 16px !important;
    }
} */

@media screen and (max-width: 750px) {
    #art-product .pc-1 #large-image .product-big-pic::before {
		left: -15px !important;
		width: 15px !important;
    }
}