/* Minification failed. Returning unminified contents.
(214,17): run-time error CSS1039: Token not allowed after unary operator: '-cef-blue'
(224,17): run-time error CSS1039: Token not allowed after unary operator: '-cef-lt-blue'
 */
/* PRODUCT INFO */

div.productContainer {
    display: table;
    margin: auto;
    max-width: 100%;

}

div.product_info_container {
    display: table-cell;
    min-width: 47%;
    max-width: 47%;
    border-radius: .5em;
    background-color: white;
    float: left;
    margin: .5em;
    padding: .75em;
}
/* PRODUCT PHOTO SECTION*/
div.photo_container {
    display: table-cell;
    /*min-width: 47%;*/
    max-width: 100%;
    padding: 5px;
    /*height: 635px;*/
    background-color: white;
    float: left;
    margin: .5em;
    border-radius: .5em;
}


@media(max-width:925px) {
    div.product_info_container {
        max-width: 100%;
    }
    /*div.photo_container {
        display:block;
        float:none;
        width:400px;
        margin:auto;
        clear:both;
    }*/
}

@media(min-width:925px) {
    div#product_info_container {
        max-width: 47%;
    }
}

@media screen and (max-width:350px) {
    div.productContainer{
        max-width:none;
        width:340px;
    }
    div.product_info_container{
        width:335px;
    }
    img.photo_main{
        width:325px;
    }
}


@media (max-width: 480px) {
    div#itemPicCarousel {
        display: none;
    }

    div#itemSinglePicDiv {
        display: inline-block;
    }
}

@media (min-width: 480px) {
    div#itemPicCarousel {
        display: inline-block;
    }

    div.itemSinglePicDiv {
        display: none;
    }
}

div.carousel-stage {
    box-shadow: none !important;
}

div.itemSinglePicDiv {
    width: 100%;
    display: none;
}

div.photo_main {
    height: 370px;
    max-width: 370px;
    margin: auto;
    background-color: white;
    /*border: 2px silver solid;*/
    border-radius: .5em;
    text-align: center;
    float: left;
    /*z-index: 1;*/
}

.photo_main_alignmentHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div.main_photoSpacer {
    min-width: 370px;
    height: 370px;
    line-height:370px;
    text-align: center;
}

div.thumb_photoSpacer {
    min-width: 125px;
    height: 125px;
    text-align: center;
}

img.photo_main {
    z-index: 2;
    margin: 5px auto 5px auto;
    /*width: 100%;*/
    height: auto !important;
    border-radius: 4px;
    border: none;
    vertical-align: middle;
}

img.photo_thumb {
    z-index: 2;
    margin: 5px auto 5px auto;
    /*max-height: 125px;
    max-width: 125px;*/
    max-width: 100%;
    border-radius: 4px;
    border: none;
    vertical-align: middle;
}

div.photoTitle {
    width: 100%;
    height: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: gray;
}

div.photoDescription {
    width: 100%;
    height: 35px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: gray;
}

/* PRICE AND DELIVERY SECTION */
div.div_price_delivery {
    width: 100%;
    padding: 10px;
    float: left;
}

span.product_info_container {
    padding-left: 390px; /*same width as image, keeps div same width*/
}

div.div_OldPrice {
    width: 250px;
    height: 27px;
    float: left;
    clear: both;
    color: black;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

div.div_Price {
    width: 100%;
    height: 27px;
    float: left;
    clear: both;
    color: green;
    font-size: 18px;
    font-weight: bold;
    font-variant: small-caps;
}

div.div_ShippingInfo {
    width: 100%;
    min-height: 27px;
    float: left;
    clear: both;
    color: black;
    font-size: 14px;
    font-variant-caps:small-caps;
}

div.div_leadTime {
    width: 100%;
    min-height: 27px;
    float: left;
    clear: both;
    color: var(--cef-blue);
    font-size: 14px;
    font-style: italic;
}

div.div_GiftWrapMessage {
    width: 100%;
    min-height: 27px;
    float: left;
    clear: both;
    color: var(--cef-lt-blue);
    font-size: 14px;
}

div.div_OrderButton {
    width: 100%;
    /*height: 45px;*/
    margin: 10px auto auto auto;
    float: right;
}

    div.div_OrderButton button {
        padding: 4px 18px 4px 18px;
    }

.price {
    color: green;
    font-size: 18px;
    font-weight: bold;
    font-variant: small-caps;
}

.reg_price {
    color: black;
    font-size: 16px;
    font-weight: normal;
}

.shipping_plus {
    color: gray;
}

.lead_time {
    color: gray;
    font-style: italic;
}

.order_button {
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 12px;
    margin: 10px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
 }

.ui-datepicker {
    margin-left: 200px;
    margin-top: -100px;
    z-index: 1000;
    /*border:2px solid black;  creates long black line at bottom of page*/
    background: white;
}

div.breadCrumbs {
    width: 100%;
    text-align: center;
    margin: .5em;
}

ul.itemBullet{
    max-width:100%;
}

li.itemBullet{
    max-width:100%;
}

/* ITEM FORM */

div.itemFormDIV {
    max-width: 650px;
    width:650px;
    /*bottom: 0;*/
    top: 50%;
    margin: 0 auto;
    margin-top: 50px;
    left: 50%;
    /*margin-left: -337px;*/ /*center horizontally*/
    position: fixed;
    overflow: scroll;
    padding: 5px;
    display: none;
    z-index: 401;
    border: thick black solid;
    border-radius: .5em;
    background-color: white;
    max-height: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

div.inlineFormDIV{
    max-width:650px;
    width:650px;
    padding:5px;
    border:thick gray solid;
    border-radius:.5em;
    background-color:white;
    margin:auto;
    z-index:402;
    position:absolute;
    left:0px;
    right:0px;
}

div.itemOptionGroup {
    width: 100%;
    margin: 3px;
    padding: 3px;
    float: left;
    overflow: hidden;
    clear: both;
    border: 1px solid silver;
}

div.itemOptionTitle {
    /*width: 135px;*/
    width:75%;
    height: 25px;
    padding: 4px;
    float: left;
    text-align: right;
    font-weight: bold;
    color: black;
    overflow: hidden;
}

div.formGroup {
    width: 100%;
    margin-bottom: 3px;
    padding:3px;
    float: left;
    overflow: hidden;
    clear: both;
    /*border: 1px solid #f9f6ed;*/
    border: 1px solid gray;
    border-radius:.2em;
    font-size:.85em;
}

div.formTitle {
    max-width: 300px;
    width:225px;     
    /*height: 25px; disabled 10-19-2023*/
    padding: 4px;
    float: left;
    text-align: left;
    font-weight: bold;
    color: black;
    /*overflow: hidden; disabled 10-19-2023*/ 
}

div.addressFormTitle {
    max-width: 300px;
    width:200px;
    height: 25px;
    padding: 4px;
    float: left;
    text-align: right;
    font-weight: bold;
    color: black;
    overflow: hidden;
}

div.formNote {
    max-width: 100%;
    max-height: 25px;
    padding: 4px;
    float: left;
    text-align: left;
    color: gray;
    clear:both;
    display:table;
}


div.formInput {
    max-width: 100%;
    clear: both;
    float:left;
    min-height: 25px;
    text-align: left;
    color: black;
}

div.formInput input{
    border-radius:.2em;
    border: 2px solid silver;
    float:left;
    clear:left;
}

div.formInput input:focus, textarea:focus, select:focus{
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #6fb8f3;
}

div.formValidation {
    max-width: 100%;
    max-height: 15px;
    float: left;
    text-align: left;
    font-size: 10px;
    color: red;
    font-weight: bold;
    clear: both;
}


/*div.itemOptionNote {
    width: 400px;
    height: 15px;
    float: left;
    clear: both;
    text-align: center;
    color: gray;
}*/

/*div.itemOptionInput {
    width: 300px;
    min-height: 25px;
    float: left;
    text-align: left;
    color: black;
}

    div.itemOptionInput select {
        max-width: 200px;
        margin-bottom: 4px;
    }

    div.itemOptionInput input {
        width: 150px;
    }*/


.time input{
    width: 75px;
}

.timeComponent{
    float:left;
    text-align:center;
}
.weightFieldDIV {
    width: 125px;
    text-align: left;
    padding-left: 15px;
    float: left;
}

.weightFieldDIV input{
    width:50px;
}
.weightUofMDIV {
    width: 275px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 15px;
}

.lengthFieldDIV {
    width: 145px;
    text-align: left;
    padding-left: 15px;
    float: left;
}



div.itemOptionValidation {
    width: 175px;
    height: 25px;
    float: left;
    text-align: left;
    font-size: 10px;
    color: red;
}

.textAreaCenter {
    text-align: center;
    resize: none;
}


/* BLOCK FORM */

div.blockFormDIV {
    max-width: 650px;
    /*top:10px;
    margin: 0 auto;
    left:50%;
    margin-left:-337px; */
    /*margin-top:50px;*/
    /*position: fixed;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*-webkit-transform: translate(-50%, -50%);*/
    padding: 7px;
    display: none;
    z-index: 404;
    border: thick black solid;
    border-radius: .5em;
    background-color: white;
    /*vertical-align:middle;*/
}

/* Gray Overlay - used with _blockForm */
div.blockForm_gray_overlay {
    display: none;
    /*position: absolute;*/
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 403;
    opacity: .80;
    filter: alpha(opacity=80);
}

.blockSideWrapper{
    float:left;
    height:185px;
    width:150px;
    margin:auto;
}

@media (max-width: 740px) {
    .blockSideSpacer{
        display:none !important; /*hide for small screens*/
    }
    .blockSideWrapper{
        float:none;
    }
}

@media (max-width:700px){
    div.itemFormDIV{
        width:280px;
    }
    div.inlineFormDIV{
        width:280px;
    }
}

@media (max-width:465px){
    /*div.formTitle{
        clear:both;
        text-align:left;
    }*/
    div.addressFormTitle{
        clear:both;
        text-align:left;
    }
    select{
        max-width:90%;
    }
    div.productContainer{
        width:300px;
    }
    div.product_info_container{
        max-width:300px;
    }
    div.photo_container{
        max-width:300px;
    }

}

.blockSideSpacer{
    display:inherit;
}

.blockPanelWrapper{
    /*float:left;*/
    height:185px;
    width:150px;
    margin:auto;
}

.blockPanel {
    width: 145px;
    height: 150px;
    /*margin: 7px;*/
    float: left;
    border: 2px #efd99c solid;
    border-radius: 5px;
    text-align: center;
    /*display: table;*/
}

.blockPanelAnchor{
    color:inherit;
    text-decoration:none;
}

.blockPanelAnchor:hover{
    color:inherit;
    text-decoration:none;
}

.optionalBlockPanel{
    max-width:300px;
    margin:auto;
    text-align:center;
    display:table;
    vertical-align:middle;
}


.blockPanelContent {
    /*vertical-align:middle;
    display:table-cell;*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.blockPanelFiveTop {
    height: 105px; /* based on 70% of blockPanel Height */
}

.blockPanelFiveBottom {
    height: 45px; /* based on 30% of blockPanel Height */
}

.blockPanelFiveAll {
    height: 100%; /* based on blockPanel Height */
}

.blockPanelTitle {
    width: 145px;
    height: 15px;
    margin: 7px;
    /*margin-top: -2px;*/
    /*float: left;*/
    font-size: 10px;
    text-align: center;
}


div.groupItemContainter {
    display: table;
    margin: auto;
    vertical-align: bottom;
    max-width: 100%;
}

div.groupItem {
    background-color: white;
    bottom: 0;
    box-shadow: 2px 2px 5px gray;
    display: table-cell;
    float: left;
    height: 100%;
    margin: 7px;
    min-width: 125px;
    padding: 1%;
    vertical-align: bottom;
    width: 22%;
}

    div.groupItem #groupQty {
        width: 45px;
        margin: 5px;
    }

.proudName {
    width: 150px;
    float: left;
    margin-bottom: 8px;
    margin-top: 5px;
}

.proudNameHints {
    font-size: 12px;
    color: silver;
}

/*.proudSibling {
    width: 300px;
    float: left;
    margin-bottom: 8px;
    margin-top: 5px;
}*/


/*div.groupItemImageWrapper {
    box-shadow: 1px 1px 2px gray;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 88%;
}*/

div.shippingLogDIV {
    /*top: 50%;*/
    margin: auto;
    /*margin-top: 50px;*/
    /*left: 50%;*/
    position: relative;
    overflow:  scroll;
    padding: 5px;
    display: none;
    z-index: 401;
    border: thick black solid;
    border-radius: .5em;
    background-color: white;
    /*max-height: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
    text-align:center;
}

div.shippingLogDIV th, td{
    white-space:nowrap;
}

/* fix disappearing input elements on safari ios */
input, button, textarea, select {
    -webkit-transform: translate3d(0,0,0);
}

div.itemFormHints{

}

.carousel-control.left, .carousel-control.right {
    background-image: none
}
.carousel-indicators {
  bottom:-25px;
}
.carousel-indicators li{
    background-color:gray;
    border:2px solid gray;
}
.carousel-inner {
   margin-bottom:25px;
}
.carousel-caption{
    /*bottom:-30px;*/
    position:relative;
    right:auto;
    left:auto;
    color:black;
    text-shadow:none;
    padding-bottom:0px;
    padding-top:30px;
}
div.giftWrapExampleDIV {
    margin: auto;
    position: relative;
    padding: 5px;
    display: none;
    border: thick solid gray;
    border-radius: .5em;
    background-color: white;
    text-align: center;
    float:left;
}

.cef-img-option-selected {
    border: 5px solid blue;
}

