html {
    height: auto;
}
#framer-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 10555;
    background-color: #000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
    #framer-overlay .framer-overlay-svg-images {
        background-color: #fff;
        position: absolute;
        cursor: pointer;
        /*z-index: 10556;*/
    }

#belvg-framer-options h2 {
    margin-bottom: 10px;
    font-size: 16px;
}

#belvg-framer-options h3 {
    font-size: 14px;
}

#framer-image {
    min-height: 250px;}
	
#framer-image img {
    width: 100%;
    height: auto; 
		-webkit-box-shadow: 14px 13px 14px -9px rgba(77,76,77,0.71);
-moz-box-shadow: 14px 13px 14px -9px rgba(77,76,77,0.71);
box-shadow: 14px 13px 14px -9px rgba(77,76,77,0.71);
    }


	
@media (min-width: 640px) {
	.product-view  .product-img-box {
		position: -webkit-sticky !important;
		position: sticky !important;
		overflow: none !important;
		top: 65px;
	}


#tabs_stepstart_content .framer-types > li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
    margin: 0;
    position: relative;
}
#tabs_stepstart_content .framer-types > li:last-child {
    border-bottom: 0;
}
    #tabs_stepstart_content .framer-types > li.disabled label,
    #tabs_stepstart_content .framer-types > li.disabled .framer-type-materials {
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2;
    }
    #tabs_stepstart_content .framer-types > li > input {
        position: absolute;
        top: 22px;
        left: 12px;
    }
    #tabs_stepstart_content .framer-types > li > label {
        width: 38%;
        float: left;
        padding: 5px;
    }
        #tabs_stepstart_content .framer-types img {
            width: 100%;
            border: 1px solid #999;
        }
    #tabs_stepstart_content .framer-types .framer-type-materials {
        width: 58%;
        float: right;
        padding: 10px 0;
    }
    #tabs_stepstart_content .framer-types .framer-type-materials li {
        overflow: hidden;
    }
        #tabs_stepstart_content .framer-types .framer-type-materials td {
            vertical-align: top;
            padding-left: 5px;
        }
            #tabs_stepstart_content .framer-types .framer-type-materials input {
                margin-top: 4px;
            }
            #tabs_stepstart_content .framer-types .framer-type-materials label {
            }
            #tabs_stepstart_content .framer-types .framer-type-materials .info a {
                position: relative;
            }
                #tabs_stepstart_content .framer-types .framer-type-materials .std {
                    display: none;
                    position: absolute;
                    z-index: 1;
                    width: 400px;
                    background: #f5f5f5;
                    border: 1px solid #ddd;
                    padding: 10px 20px;
                    color: #666;
                    right: 0;
                }
                #tabs_stepstart_content .framer-types .framer-type-materials a:hover .std {
                    display: block;
                }

.tabs_step_desc {
    display: none;
}

.framer-block {
    overflow: hidden;
    margin-bottom: 20px;
}

/* art-size */
.framer-artsize-measurements {
    margin: 0px;
    width: 120px;
    float: left;
}
    .framer-artsize-measurements label {
        margin: 0 20px 0 10px;
    }
#framer-artsize-options {
    margin: 0px;
    overflow: hidden;
    min-width: 300px;
}
#framer-artsize-options.framer-artsize-options-right {
    margin-left: 121px;
}
    #framer-artsize-options input {
        width: 56px;
    }
    #framer-artsize-options input[type="radio"] {
        width: 15px;
    }
    #framer-artsize-options .separate {
        padding: 0 10px;
    }
    #framer-artsize-options button {
        margin-left: 20px;
    }
    #framer-artsize-options .framer-artsize-cols {
        /*display: none;*/
    }
    #framer-artsize-options ul{
        overflow: hidden;
    }
        #framer-artsize-same li {
            float: left;
            margin-right: 10px;
        }

.framer-apertures {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
    #framer-size-info {
        float: right;
        line-height: 20px;
        font-size: 12px;
        font-weight: 400;
    }
    .framer-apertures > div {
        margin-right: 30px;
        float: left;
    }
        #framer-aperture-spacing div{
            margin-bottom: 5px;
            overflow: hidden;
        }
            #framer-aperture-spacing div label {
                float: left;
                width: 180px;
            }
        #framer-aperture-spacing input,
        .framer-apertures input {
            width: 50px;
            margin-left: 5px;
        }

/* frames */
#framer-frame-types {
    width: 100%;
    margin-bottom: 10px;
}
.framer-frame-frames {
    overflow-y: scroll;
    height: 400px;
    border: 1px solid #eee;
    background: #fff;
}
    .framer-frame-frames > div {
        padding: 20px;
    }
    .framer-frame-frames ul {
        padding-top: 15px;
        border-top: 1px solid #CCC;
    }
    .framer-frame-frames ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #CCC;
        overflow: hidden;
    }
        .framer-frame-frames ul li label {
            display: inline-block;
            padding: 10px 10px 10px 40px;
            margin-bottom: 0px;
            border: 1px solid #e0e0e0;
            background-color: #f0f0f0;
            width: 90%;
        }
            .framer-frame-frames ul li label:hover {
                -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
                box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
                cursor: pointer;
                background-color: #e9e9e9;
            }

            .framer-frame-frames h3 {
                float: left;
                margin-right: 10px;
            }
            .framer-frame-frames a.button {
                float: right;
            }
            .framer-frame-frames .frame-with-image .frame-image {
                width: 35%;
                height: auto;
                float: left;
                border: 1px solid #e0e0e0;
                padding: 1%;
                background-color: #fff;
                margin-right: 2%;
            }
                .framer-frame-frames .frame-image img {
                    width: 100%;
                    height: auto;
                }
            .framer-frame-frames .frame-without-image .frame-description {
                clear: both;
                padding-top: 10px;
            }
            .framer-frame-frames .frame-with-image .frame-description {
                width: 60%;
                float: right;
            }

    .frame-texture {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
        .frame-without-image .frame-texture {
            position: relative;
            float: left;
            margin-right: 0px;
            width: 33.3%;
        }

/* liners */
#framer-liner-types {
    width: 100%;
    margin-bottom: 10px;
}
.framer-liner-liners {
    overflow-y: scroll;
    height: 400px;
    border: 1px solid #eee;
    background: #fff;
}
    .framer-liner-liners > div {
        padding: 20px;
    }
    .framer-liner-liners ul {
        padding-top: 15px;
        border-top: 1px solid #CCC;
    }
    .framer-liner-liners ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #CCC;
        overflow: hidden;
    }
        .framer-liner-liners ul li label {
            display: inline-block;
            padding: 10px 10px 10px 40px;
            margin-bottom: 0px;
            border: 1px solid #e0e0e0;
            background-color: #f0f0f0;
        }
            .framer-liner-liners ul li label:hover {
                -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
                box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
                cursor: pointer;
                background-color: #e9e9e9;
            }

            .framer-liner-liners h3 {
                float: left;
                margin-right: 10px;
            }
            .framer-liner-liners a.button {
                float: right;
            }
            .framer-liner-liners .liner-with-image .liner-image {
                width: 35%;
                height: auto;
                float: left;
                border: 1px solid #e0e0e0;
                padding: 1%;
                background-color: #fff;
                margin-right: 2%;
            }
                .framer-liner-liners .liner-image img {
                    width: 100%;
                    height: auto;
                }
            .framer-liner-liners .liner-without-image .liner-description {
                clear: both;
                padding-top: 10px;
            }
            .framer-liner-liners .liner-with-image .liner-description {
                width: 60%;
                float: right;
            }

    .liner-texture {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
        .liner-without-image .liner-texture {
            position: relative;
            float: left;
            margin-right: 0px;
            width: 33.3%;
        }

/* mounts */
.framer-mounts-count,
.framer-thickness {
    margin: 0px;
    overflow: hidden;
}
.framer-mount {
    clear: both;
}
    .framer-mount fieldset {
        position: relative;
        height: 84px;
		
    }
        .framer-mounts-count .mods li {
            float: left;
            margin-right: 10px;
			
        }
        .framer-mount input {
            width: 50px !important;
			border: 2px solid #AF1517;
        }
        .framer-mount fieldset input {
            position: absolute;
			border: 2px solid #AF1517;
        }
        #framer-mount-top {
            top: 0px;
            left: 100px;
        }
        #framer-mount-bottom {
            top: 50px;
            left: 100px;
        }
        #framer-mount-left {
            top: 25px;
            left: 0px;
        }
        #framer-mount-right {
            top: 25px;
            left: 200px;
        }
    .framer-mount-piker {
        float: right;
        border: 1px solid #999;
    }
        .framer-mount-piker a {
            display: block;
            border: 5px solid #eee;
            width: 50px;
            height: 50px;
            background-color: #eee;
            overflow: hidden;
            text-decoration: none;
        }

    .framer-mount-blocks {
        overflow: hidden;
    }
    .fancybox-wrap .fancybox-inner div.framer-fancybox-background {
        padding: 15px;
        background: #F0F0F0;
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        width: auto;
        display: inline-block;
    }
        .framer-mount-blocks li {
            display: block;
            float: left;
            padding: 3px;
        }
            .framer-mount-blocks li a {
                display: block;
                border: 1px solid #999;
                width: 52px;
                height: 52px;
                overflow: hidden;
                text-decoration: none;
            }
            .framer-mount-piker a div,
            .framer-mount-blocks li div {
                background-color: #fff;
                text-align: center;
                padding-top: 17px;
                font-size: 9px;
                color: #aaa;
            }
            .framer-mount-piker a div,
            .framer-mount-blocks li img,
            .framer-mount-blocks li div {
                width: 100%;
                height: 50px;
            }

/* glazings */
#framer-glazing-types {
    width: 100%;
    margin-bottom: 10px;
}
.framer-glazing-glazings {
    overflow-y: scroll;
    height: 400px;
    border: 1px solid #eee;
    background: #fff;
}
    .framer-glazing-glazings > div{
        padding: 20px;
    }
        .framer-glazing-glazings ul li label {
            padding: 10px 10px 10px 40px;
            margin-bottom: 15px;
            display: block;
            overflow: hidden;
            border: 1px solid #e0e0e0;
            background-color: #f0f0f0;
        }
            .framer-glazing-glazings ul li label:hover {
                -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
                box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
                cursor: pointer;
                background-color: #e9e9e9;
            }
            .framer-glazing-glazings .glazing-image {
                float: left;
                border: 1px solid #e0e0e0;
                padding: 5px;
                background-color: #fff;
            }
            .framer-glazing-glazings .glazing-with-image .glazing-description {
                margin-left: 195px;
            }

/* accessories */
.framer-accessory-accessories {
    overflow-y: scroll;
    height: 400px;
    border: 1px solid #eee;
    background: #fff;
}
    .framer-accessory-accessories > div{
        padding: 20px;
    }
        .framer-accessory-accessories ul li label {
            padding: 10px 10px 10px 40px;
            margin-bottom: 15px;
            display: block;
            overflow: hidden;
            border: 1px solid #e0e0e0;
            background-color: #f0f0f0;
        }
            .framer-accessory-accessories ul li label:hover {
                -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
                box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
                cursor: pointer;
                background-color: #e9e9e9;
            }
            .framer-accessory-accessories ul li > input{
                float: left;
                margin: 3px 10px 0px 0px;
            }
            .framer-accessory-accessories .accessory-image {
                float: left;
                border: 1px solid #e0e0e0;
                padding: 5px;
                background-color: #fff;
            }
            .framer-accessory-accessories .accessory-with-image .accessory-description {
                margin-left: 195px;
            }


.framer-frame-frames li,
.framer-liner-liners li,
.framer-glazing-glazings li,
.framer-accessory-accessories li,
.frame-texture,
.liner-texture {
    position: relative;
}
    .framer-frame-frames li > .framer-input-frame,
    .framer-liner-liners li > .framer-input-liner,
    .framer-glazing-glazings li > div,
    .framer-accessory-accessories li > div,
    .frame-texture input,
    .liner-texture input {
        position: absolute;
        top : 11px;
        left: 14px;
    }

.framer-buttons {
    margin: 10px 0;
    overflow: hidden;
    clear: both;
}
    .framer-buttons li {
        float: left;
        margin-right: 10px;
    }

#framer-wall-view-gallery {
    background: #f9f9f9;
    overflow: hidden;
    margin-top: 10px;
    clear: both;
}
    #framer-wall-view-gallery ul {

    }
        #framer-wall-view-gallery .tabs_wall-view_content ul li {
            float: left;
            margin: 5px 10px 0 0;
        }
            #framer-wall-view-gallery .wallview {
                display: block;
                border: 1px solid #e0e0e0;
                position: relative;
            }
            #framer-wall-view-gallery .wallview:hover {
                cursor: pointer;
                -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
                box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
            }
#framer-own-image-gallery {
    padding: 15px;
    border: 1px solid #c1c1c1;
    background: #f9f9f9;
    clear: both;
}
    #framer-own-image-gallery ul {

    }
        #framer-own-image-gallery ul li{
            float: left;
            margin: 5px 10px 5px 0;
        }
            #framer-own-image-gallery .own-image {
                display: block;
                border: 1px solid #e0e0e0;
                position: relative;
                /*z-index: 10556;*/
            }
            /*#framer-image svg > image {
                position: relative;
                z-index: 10556;
            }*/
            #framer-own-image-gallery .own-image:hover,
            #framer-image svg > image:hover {
                cursor: pointer;
                -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
                box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.2);
            }
        #framer-manager-link-box {
            clear: both;
            padding-top: 10px;
        }

.button-link {
    text-decoration: none !important;
}

.caman-manager {
    overflow: hidden;
    width: 982px !important;
}
    .add-to-galery-box {
        text-align: left;
        margin-bottom: 15px;
        clear: both;
        overflow: hidden;
    }
    .caman-manager button {
        margin-right: 2%;
        cursor: pointer;
        width: 32%;
        float: left;
    }
    .custom-file-wrapper button,
    .caman-manager button,
    .button-link {
        padding: 5px 15px;
        line-height: 21px;
        border: 1px solid #c1c1c1;
        color: #EEE;
        background: #CA1A71;
    }
    .custom-file-wrapper button.hover,
    .caman-manager button:hover,
    .button-link:hover {
        color: #FFF;
        background: rgb(200,200,200); /* Old browsers */
        background: -moz-linear-gradient(top center, rgba(200,200,200,1) 0%, rgba(140,140,140,1) 99%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(200,200,200,1)), color-stop(99%, rgba(140,140,140,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(200,200,200,1) 0%, rgba(140,140,140,1) 99%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(200,200,200,1) 0%, rgba(140,140,140,1) 99%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(200,200,200,1) 0%, rgba(140,140,140,1) 99%); /* IE10+ */
        background: linear-gradient(top, rgba(200,200,200,1) 0%, rgba(140,140,140,1) 99%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e0e0e0', GradientType=1 ); /* IE6-9 */
    }

    #caman-manager-image {
        display: none;
    }
    #caman-manager-preview {
        float: left;
        width: 520px;
        height: 500px;
        background: #fff;
        border: 1px solid #666;
        padding: 15px;
        overflow: hidden;
        margin-right: 15px;
        position: relative;
        text-align: left;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
        #caman-manager-image-loader {
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 3000px;
            background: #fff url(../images/framer/manager-loader.gif) no-repeat 50% 100px;
            opacity: 0.9;
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
            overflow: hidden;
            position: absolute;
            z-index: 10500;
        }
        #caman-manager-image-crop {
            top: 15px;
            left: 15px;
            position: absolute;
        }
    .caman-manager-right {
        float: left;
        width: 413px;
        padding-right: 2px;
    }
        .caman-manager-actions {
            text-align: left;
            margin-bottom: 20px;
            display: inline-block;
            width: 100%;
        }
        #caman-manager-actions-save-and-use {
            margin-right: 0;
        }
            button.prime-button,
            .button-link.prime-button {
                background: rgb(110,220,110); /* Old browsers */
                background: -moz-linear-gradient(top center, rgba(110,220,110,1) 0%, rgba(100,200,100,1) 99%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(110,220,110,1)), color-stop(99%, rgba(100,200,100,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(110,220,110,1) 0%, rgba(100,200,100,1) 99%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(110,220,110,1) 0%, rgba(100,200,100,1) 99%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(110,220,110,1) 0%, rgba(100,200,100,1) 99%); /* IE10+ */
                background: linear-gradient(top, rgba(110,220,110,1) 0%, rgba(100,200,100,1) 99%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99EE99', endColorstr='#88DD88', GradientType=1 ); /* IE6-9 */
            }
            button.prime-button:hover,
            .button-link.prime-button:hover {
                background: rgb(150,240,150); /* Old browsers */
                background: -moz-linear-gradient(top center, rgba(150,240,150,1) 0%, rgba(110,210,110,1) 99%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(150,240,150,1)), color-stop(99%, rgba(110,210,110,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(150,240,150,1) 0%, rgba(110,210,110,1) 99%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(150,240,150,1) 0%, rgba(110,210,110,1) 99%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(150,240,150,1) 0%, rgba(110,210,110,1) 99%); /* IE10+ */
                background: linear-gradient(top, rgba(150,240,150,1) 0%, rgba(110,210,110,1) 99%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AAFFAA', endColorstr='#88DD88', GradientType=1 ); /* IE6-9 */
            }

        .caman-manager-tools .tabs_content > li{
            padding: 30px 0 30px 30px;
        }
            .caman-manager-tools {
                text-align: left;
                margin-bottom: 15px;
            }
                .caman-manager-tools .field {
                    float: left;
                    width: 42%;
                    margin: 0 7% 25px 0px;
                }
                .caman-manager-tools .full-field {
                    width: 100%;
                    clear: both;
                }
                .caman-manager-tools .field input {
                    width: 100px;
                }
                .caman-manager-tools .field input[type=radio],
                .caman-manager-tools .full-field input[type=radio] {
                    width: auto;
                    margin-right: 5px;
                }
                .caman-manager-tools .field label {
                    margin-right: 15px;
                    display: block;
                    float: left;
                }
                #manager-tools-filters .field {
                    width: 100%;
                    margin-right: 0;
                }
                    #manager-tools-filters .field label {
                        width: 42%;
                        margin: 0;
                        display: block;
                        float: left;
                    }
                /*.caman-manager-tools #manager-tools-filters input[type="range"] {
                    width: 125px;
                }*/
                #manager-tools-filters .field .filter-slider {
                    width: 50%;
                    margin: 0;
                    float: left;
                }
                #manager-tools-filters .field input {
                    width: 30px;
                }
                .caman-manager-tools .keep-proportions {
                    clear: both;
                    margin-bottom: 25px;
                }
            #manager-tools-customer-photo-size {
                margin-bottom: 20px;
            }
                #manager-tools-customer-photo-size label {
                    float: left;
                    margin-right: 10px;
                    font-size: 18px;
                    line-height: 20px;
                }
            #manager-tools-printformats-available {
                margin-bottom: 20px;
            }
                #manager-tools-printformats-available .field {
                    margin-bottom: 0;
                }
                #manager-tools-printformats-available .framer-printformat-disable {
                    text-decoration: line-through;
                }
            #tabs_manager-crop-image.flashing {
                -webkit-animation: rainbow 1s infinite alternate;
                background: #A0FDA0;
            }
            @-webkit-keyframes rainbow {
                0% {opacity: 1}
                50% {opacity: 0.5}
                100% {opacity: 1} 
            }

        .caman-manager-gallery {

        }
            .caman-manager-gallery-scroll {
                padding: 1px;
                margin-bottom: 5px;
                overflow: hidden;
            }
                .caman-manager-gallery-scroll ul li {
                    float: left;
                    margin: 0 10px 10px 0;
                    position: relative;
                }
                    .caman-manager-gallery-scroll .own-image-edit,
                    .caman-manager-gallery-scroll .own-image-delete {
                        position: absolute;
                        display: block;
                        width: 10px;
                        height: 10px;
                        top: 3px;
                        left: 3px;
                        background: url(../images/framer/own-image-gallery.gif) 0 0 no-repeat;
                    }
                    .caman-manager-gallery-scroll .own-image-delete {
                        /*left: 16px;*/
                        left: 3px;
                        background-position: 0 -10px;
                    }

    #framer-review-table {
        width: 100%;
        border: 1px solid #F0F0F0;
    }
        #framer-review-table tr {
            /*display: none;*/
        }
            #framer-review-table tr > td {
                padding: 6px 12px;
                background: #F7F7F7;
            }
            #framer-review-table tr:nth-child(2n) > td {
                background: #FFF;
            }
            #framer-review-table-framer,
            #framer-review-table-price {
                display: table-row !important;
            }

#framer-manager button.disabled span {
    background: none !important;
    color: #aaa;
}

#framer-manager-fileupload-progress{
    width: 65%;
    float: right;
    height: 33px;
}
    @-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{height:20px;margin-bottom:0px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);}
    .progress .bar{float:left;width:0;height:100%;font-size:12px;color:#ffffff;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top, #149bdf, #0480be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image:-webkit-linear-gradient(top, #149bdf, #0480be);background-image:-o-linear-gradient(top, #149bdf, #0480be);background-image:linear-gradient(to bottom, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
    .progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0, 0, 0, 0.15),inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 1px 0 0 rgba(0, 0, 0, 0.15),inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 1px 0 0 rgba(0, 0, 0, 0.15),inset 0 -1px 0 rgba(0, 0, 0, 0.15);}
    .progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}
    .progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
    .progress-danger .bar{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(to bottom, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);}
    .progress-danger.progress-striped .bar{background-color:#ee5f5b;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
    .progress-success .bar{background-color:#5eb95e;background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(to bottom, #62c462, #57a957);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);}
    .progress-success.progress-striped .bar{background-color:#62c462;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
    .progress-info .bar{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(to bottom, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);}
    .progress-info.progress-striped .bar{background-color:#5bc0de;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
    .progress-warning .bar{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);}
    .progress-warning.progress-striped .bar{background-color:#fbb450;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}

#belvg-framer-options li.active > label,
#belvg-framer-options .frame-texture.active > label,
#belvg-framer-options .liner-texture.active > label {
    background-color: #e0f0e0;
}

#svgToImg,
#imgToSvg {
    position: absolute;
}
#svgToImg {
    text-align: right;
}
#imgToSvg {
    text-align: left;
}
    #svgToImg p,
    #imgToSvg p {
        font-size: 20px;
        font-weight: 700;
        margin: 0px;
        color: #fff;
    }
    #svgToImg p {
        margin-right: 70px;
    }
    #imgToSvg p {
        margin-left: 40px;
    }

.framer-wallview-image {
    position: relative;
}
.fancybox-opened .fancybox-inner > div.framer-wallview-image {
    width: auto;
    background: #FFF;
    display: inline-block;
}
    .framer-wallview-svg-image {
        position: absolute;
        top:20%;
        left:35%;
        cursor: pointer;
		-webkit-box-shadow: 14px 13px 14px -9px rgba(77,76,77,0.65);
-moz-box-shadow: 14px 13px 14px -9px rgba(77,76,77,0.65);
box-shadow: 14px 13px 14px -9px rgba(77,76,77,0.65);
    }

.img-box_fly {
    position: fixed;
    display: inline-block;
    width: auto !important;
    height: auto !important;
}

.product-options {
    background: none !important;
    padding: 0 !important;
    border: 0 !important;
}
    .product-options > .required {
        display: none;
    }

.fancybox-wrap .fancybox-inner > div.framer-fancybox-mounts {
    width: 400px;
}
    .fancybox-wrap .fancybox-inner > div.framer-fancybox-mounts div.framer-fancybox-background {
        width: 100%;

}

@media only screen and (min-width: 1071px) {
    .fancybox-wrap .fancybox-inner > div.framer-fancybox-mounts {
        width: 810px;
    }
}
@media only screen and (min-width: 851px) and (max-width: 1070px) {
    .fancybox-wrap .fancybox-inner > div.framer-fancybox-mounts {
        width: 630px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 850px) {
    .fancybox-wrap .fancybox-inner > div.framer-fancybox-mounts {
        width: 390px;
    }
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
    .fancybox-wrap .fancybox-inner > div.framer-fancybox-mounts {
        width: 360px;
    }
}
@media only screen and (max-width: 400px) {
    .fancybox-wrap .fancybox-inner > div.framer-fancybox-mounts {
        width: 300px;
    }
}

.fancybox-skin,
.fancybox-opened .fancybox-skin {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: none;
}

#manager-tools-printformats select option:disabled,
#belvg-framer-options select option:disabled {
    color: #CCC;
}
#framer-artsize-same {
    margin-bottom: 20px;
}
#framer-artsizes li {
    margin-bottom: 20px;
}
    #framer-artsizes .framer-artsize-printformats {
        margin-bottom: 10px;
    }
.jcrop-tracker p {
    width: 100%;
    padding: 0 10%;
    margin-top: 15%;
    color: #FFF;
    text-shadow: 2px 2px #666;
    text-align: center;
    font-size: 14px;
}
.validate-printsizes-errors {

}

#framer-render-loader {
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background: url(../images/framer/manager-loader.gif) no-repeat 50% 100px;
    /*opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
    overflow: hidden;
    position: absolute;
    z-index: 10500;
}


@media only screen and (min-width: 951px) and (max-width: 1071px) {
    .caman-manager {
        width: 865px !important;
    }
    .caman-manager-right {
        width: 297px;
    }
    .caman-manager button, .button-link {
        padding: 5px 3px;
        font-size: 12px;
    }
    .caman-manager-tools .tabs_title li {
        width: 50%;
    }
}

@media only screen and (min-width: 639px) and (max-width: 950px) {
    .caman-manager {
        width: 550px !important;
    }
    .caman-manager-right {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-top: 15px;
        clear: both;
    }
    .caman-manager-actions {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 950px) {
    #caman-manager-preview {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 639px) {
    .caman-manager {width: 510px !important;}
    #caman-manager-preview {width: 510px !important; height: 500px; overflow: scroll;}
}

@media only screen and (min-width: 551px) and (max-width: 600px) {
    .caman-manager {width: 460px !important;}
    #caman-manager-preview {width: 430px !important; height: 450px; overflow: scroll;}
}

@media only screen and (min-width: 501px) and (max-width: 550px) {
    .caman-manager {width: 400px !important;}
    #caman-manager-preview {width: 370px !important; height: 400px; overflow: scroll;}
    .caman-manager-right {width: 100%}
}
@media only screen and (min-width: 451px) and (max-width: 500px) {
    .caman-manager {width: 350px !important;}
    #caman-manager-preview {width: 320px !important; height: 300px; overflow: scroll;}
    .caman-manager-right {width: 100%}


}
@media only screen and (max-width: 450px) {
    .caman-manager {width: 300px !important;}
    #caman-manager-preview {width: 270px !important; height: 300px; overflow: scroll;}
    .caman-manager-right {width: 100%
	}
	
}

.custom-file-wrapper {
    width: 32%;
    height: 33px;
}
.custom-file-input {
    width: 100%;
    height: 33px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: -33px;
    left: 0;
    z-index: 99999;
    cursor: pointer;
}
.custom-file-wrapper button {
    width: 100%;
}

@media only screen and (min-width: 976px) {
    .tabs_framer_responsive_title {
        display: none !important;
    }
}
@media only screen and (max-width: 976px) {
    .tabs_framer_responsive_title {
        display: block;
        padding: 0 !important;
    }
        .tabs_framer_responsive_title h2 {
            background-color: #eeeeee;
            color: #00a9c7;
            font-size: 1.5em !important;
            line-height: 2.7777em;
            padding: 0 0.5em;
            margin-bottom: 1px !important;
            font-weight: normal;
            cursor: pointer;
        }
    .tabs_title.tabs_framer {
        display: none;
    }
    .tabs_step_content {
        padding: 25px 15px 20px !important;
        margin-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
    }
}

#room-wall-color {
    width: 25%;
    float: left;
}
    #room-wall-color img {
        width: 100%;
        border: 1px solid #999;
        cursor: pointer;
    }
.room-wall-color-description {
    width: 71%;
    margin-left: 4%;
    float: left;
}
    #wall-color {
        margin-bottom: 20px;
    }

.framer-frame-filters {
    margin-bottom: 20px;
    overflow: hidden;
}
    .framer-frame-filters li {
        float: left;
        width: 24%;
        margin-right: 1%;
    }
.framer-liner-filters {
    margin-bottom: 20px;
    overflow: hidden;
}
    .framer-liner-filters li {
        float: left;
        width: 24%;
        margin-right: 1%;
    }
.tabs_step_description {
    margin-bottom: 20px;
}

.framer-artsize-printformats-cols {
    margin-bottom: 5px;
}
    .framer-apertures label,
    .framer-artsize-printformats-cols label {
        min-width: 155px;
    }
    .framer-artsize-width-height {
        margin-left: 60px;
    }
    /* === Alineación columnas carrito === */

.checkout-cart-index th.col-remove,
.checkout-cart-index td.action-td {
    width: 40px;
    min-width: 40px;
}

.checkout-cart-index th.col-image,
.checkout-cart-index td.pr-img-td {
    width: 90px;
    min-width: 90px;
}

