
/* 
.border {
    border: 10px solid transparent;
   padding: 0px;
}

.crop {
    width: 100px;
    height: 132px;
    overflow: hidden;
}

.xyz {
    width: 200px;
    height: 264px;
    margin: -25px 0 0 -50px;
}

*/

/*
<div class="border border-1000 crop">
<img class="xyz" src="w3css.gif">

*/


h4.limit {
    color: #3e3e3e;
    font-size: 20px;
    margin: 35px 20px 10px 20px;
    /*font-weight: bold;*/
}

.content-container {
    margin-top: 10px;
}

.first-details-preview {
    display:block;
    margin:auto;
    height: 347px;
    /*width: 347px;*/
    background-color: var(--keepsake-white);  /*#f7f7f7;*/
    border-top: 1px solid var(--keepsake-white);
    border-left: 1px solid var(--keepsake-white);
}

.first-details-preview-mouseover {
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 3px 3px 2px 1px lightgray;
}

.first-details-preview-inner {
    height: 372px;
    margin: auto;
    margin-top: 7px;
    overflow: hidden;
}


.preview-outer {
    display: flex;
    align-items: center;
    height: 320px;
    background-color: var(--keepsake-white);  /*#f7f7f7;*/
    border-top: 1px solid var(--keepsake-white);
    border-left: 1px solid var(--keepsake-white);
/*    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid darkgray;
    border-right: 1px solid darkgray;
    border-left: 1px solid darkgray;*/

    /*box-shadow: 0px 3px 3px #bfbebe;*/
/*    background-image: url("/static/img/pattern-1.jpg");
    background-repeat: repeat-y;*/
}

.preview-outer-mouseover {
    border-radius: 10px 10px 0px 0px;
    box-shadow: 3px 3px 2px 1px lightgray;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
}

.preview-inner {
    margin: auto;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.frame-container {
    text-align: center;
    padding: 15px 8px 8px 8px;

}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}

#size-bar {
    height: 32px;
    background-color: var(--keepsake-mid-gray); /*#eee;*/
    margin: 73px 0px 0px 0px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#size-bar-inside {
    width: 500px;
    margin: auto;
    height: 100%;
}

#box1, #box2, #box3, #box4 {
    width: 110px;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
}

.size-text{
    color: #3e3e3e;
    font-family: 'value-serif-bold', serif;
    z-index: 100;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    position: relative;
    color: var(--keepsake-blue);
}

.size-selected {
    font-family: 'value-serif-bold', serif;
}

.section-header {
    /*max-width: 1140px;   */
    width: 100%;
    background: #f0f0f0;
    /*border-bottom: 1px solid #bbb;*/
    /*height: 364px;*/
    margin: 0px;
    /*position: relative;*/
    /*margin: 30px 0px 0px 0px;*/
}

#medium-header, #large-header {
    margin-top: 0px;
}

.section-header-inner {
    max-width: 1140px;
    margin:auto;
    /*width:350px;*/
}

.section-header-text {
    font-size:30px;
    position: absolute;
    bottom: 10px;
    color: #3e3e3e;
    font-family: 'value-serif-bold', serif;
    font-weight: 600;
/*    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.size-image{
    width:100%;
    /*height:279px;*/
    /*float: right;*/
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.description {
    /*height: 10px;*/
    background-color: var(--keepsake-white); /*#f7f7f7;*/
    /*background-color: #eee;*/
    padding: 15px;
    /*box-shadow: 0px 3px 3px #bfbebe;*/
    
/*    border-radius: 0px 0px 10px 10px;
    border-bottom: 1px solid darkgray;
    border-right: 1px solid darkgray;
    border-left: 1px solid darkgray;
    box-shadow: 3px 3px 5px 1px lightgray;*/
    
    text-align: center;

    /*height: 225px;*/
    /*border: 0px 1px 1px 1px;
    border-color: black;*/
    border-left: 1px solid var(--keepsake-white);
}

.description-mouseover {
    border-radius: 0px 0px 10px 10px;
    border-left: 1px solid lightgray;
    box-shadow: 3px 3px 2px 1px lightgray;
}

.frame-data {
    /*line-height: 1.7;*/
    /*text-align: center;*/
    /*display: inline;*/
    /*float: left;*/
}

.frame-data-name {
    color: var(--keepsake-blue);
    font-family: 'value-serif-bold', serif;
    /*text-align: center;*/
    /*font-weight: 700;*/
}

.frame-data-size {
    color: var(--keepsake-blue);
    font-family: 'value-sans-regular', sans-serif;
    /*font-weight: 700;*/
}

.frame-data-name-pipe {
    font-weight: 300;
    color: gray;
}

.frame-data-old-price {
    color: gray;
    text-decoration: line-through;
}

.frame-data-price {
/*    font-family: 'value-sans-bold', sans-serif;*/
}

.rotate {
    color: var(--keepsake-blue);
    font-family: 'value-sans-regular', sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
}

.rotate-spacer {
    margin-left: 12px;
    margin-right: 12px;
    font-family: 'value-sans-regular', sans-serif;
}

.crop {
    color: var(--keepsake-blue);
    font-family: 'value-sans-regular', sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
}


.frame-info-glyphicon {
    /*font-size: 15px;*/
    height: 14px;
    margin: 3px;
}


.add-to-cart-button {
    /*float: right;*/
    display: inline;
    background-color: var(--keepsake-yellow); /*#00A2E1; */
    color: var(--keepsake-blue); /* #f5f5f5; */
    font-family: 'value-sans-bold', sans-serif;
    /*font-weight: 700;*/
    width: 160px;
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
    border: 0px;
    /*line-height: 26px;*/
}

.add-to-cart-button:hover, .add-to-cart-button:focus, .add-to-cart-button:active, .add-to-cart-button.active, .open > .dropdown-toggle.add-to-cart-button {
/*    background: #195782;
    color: #f5f5f5;*/
    background-color: var(--keepsake-blue); /*#00A2E1; */
    color: var(--keepsake-white); /* #f5f5f5; */

}

.upload-your-photo-button {
    display: inline;
    background-color: var(--keepsake-yellow); /*#00A2E1; */
    color: var(--keepsake-blue); /* #f5f5f5; */
    font-family: 'value-sans-bold', sans-serif;
    /*font-weight: 700;*/
    width: 190px;
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
    border: 0px;
    /*line-height: 26px;*/
}

.upload-your-photo-button:hover, .upload-your-photo-button:focus, .upload-your-photo-button:active, .upload-your-photo-button.active, .open > .dropdown-toggle.upload-your-photo-button {
/*    background: #195782;
    color: #f5f5f5;*/
    background-color: var(--keepsake-blue); /*#00A2E1; */
    color: var(--keepsake-white); /* #f5f5f5; */

}





.frame-info {
    float: right;
    display: inline;
    color: #3e3e3e;
    font-family: 'value-sans-regular', sans-serif;
/*    position: absolute; 
    bottom: 0px;
    right: 0px;*/
}

.frame {

}
/*
.landscape {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

.name {
	text-align: center;
}

h4 {
    font-family: 'value-sans-regular', sans-serif;
}

.requires-larger-image-div {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    color: #FFF;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.requires-larger-image-text {
    font-family: 'value-sans-regular', sans-serif;
    margin: auto 25px auto 25px;
}

.requires-larger-image-text-wrapper {
    width: 85%;
    margin: auto;
    text-align: center;
}

.modal img {
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.details-modal .modal-title {
    font-family: "value-sans-regular";
    font-weight: 600; 
}

#product-details {
    font-family: "value-sans-regular";
}

/*.modal ul {
    margin-left: -20px;
}*/


@media (max-width: 767px) {
/*    #size-bar-inside {
        width: 350px;
    }
    #size-bar {
        height: 32px;
    }
    #box1, #box2, #box3, #box4 {
        width: 80px;
    }
    .size-text{
        font-size: 14px;
        line-height: 32px;
    }
    .size-image {
        height:200px;
    }
    .section-header {
        height: 65px;
        margin: 13px 0px 0px 0px;
    }
    .section-header-inner {
        width:300px;
    }

    .section-header-text {
        font-size:26px;
    }*/
}
