

/* ADMIN SETTING FORM */
.admin_tab_options>a {
    color: blue;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-decoration: none;
    border-right: solid 1px #000;
}
.admin_tab_options>a:last-child {
    border-right: none;
}
.setting_input_text_field {
    width: 500px;
    padding: 10px;
}
.setting_input_field_desc {
    color: #999;
    font-size: 14px;
}

/* BIGPRES CONFIGURATION PANEL */
#bigpresui {
    width: 90vw; 
    height: 90vh;
    top: 48px;
    left: 0; 
    padding: 16px;
    background: #fff;
    box-shadow: 0 8px 72px rgba(0,0,0,0.6); 
    border-radius: 4px;  
    overflow: auto; 
    box-sizing: border-box; 
    position: fixed; 
    z-index: 9999;
    font-weight: 300;
    font-family: sans-serif; 
}
#bigpresui .panel {
    display: inline-block;
    float: left;
    background: #fff;
    height: 100%;
}
#bigpresui .panel_title {
    font-weight: 200;
    font-size: 18px; 
    display: block; 
    color: #333; 
    border-bottom: solid 1px #ccc;
    padding: 8px;
}
#bigpresui .panel ul {
    font-family: sans-serif;
    margin-bottom: 0; zz
    padding-left: 12px; 
    margin-top: 8px; 
    color: #656565;
}
#bigpresui .panel #canvas {
    zoom: 0.5; 
    max-height: 100vh; 
    width: 90%;
    margin: auto 5%; 
    display: inline-block; 
}
#bigpresui li { height: 30px; }
#bigpresui li img { 
    margin-right: 15px;
}
#bigpresui #searchResults {
    cursor: pointer; 
    max-height: 72vh; 
    overflow: scroll; 
    margin-top: 8px; 
    margin-bottom: 0; 
    background: #FFFFFF; 
    border-radius: 4px; 
    padding: 8px 8px 0 8px;
}
#bigpresui .bigpresui_submit {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28px;
    padding: 10px 0;
    border-top: solid 1px #efefef;
}
#bigpresui .bigpresui_submit .button {
    font-weight: bold;
    font-size: 1.3em; 
    position:absolute;
    right:190px;    
}
#bigpresui .bigpresui_submit .button:first-child {
    right:190px;    
}
#bigpresui .bigpresui_submit .button:last-child {
    right: 20px;
}
#bigpresui .product-image .removeItem {
    cursor: pointer;
    font-size: 26px;
    position: relative;
    background: #fff;
    text-align: center;
    float: right;
    width: 30px;
}


/* BIGPRES CONFIGURATION PANEL */
#bigpresui .panel.panel_left .search-product {
    height: auto;
    padding-bottom: 5px;
}
#bigpresui .panel.panel_left input[type="text"],
#bigpresui .panel.panel_left input[type="submit"] { 
    width: 100%;
    padding: 8px; 
    border: solid 1px #e5e5e5;
    background-color: #fff;
}
#bigpresui .panel.panel_left input[type="submit"] {
    background-color: #e5e5e5;
}
#bigpresui .panel.panel_left ul li {
    display: inline-flex;
    height: 40px;
    cursor: pointer; 
}
#bigpresui .panel.panel_left ul li span {
    padding-top: 5px;
}

/* BIGPRES CONFIGURATION PANEL */
#bigpresui .panel.panel_center .preview-panel {
    height: auto;
}
#bigpresui .panel.panel_center .preview {
    margin: 10px auto;
    width: 100% !important;
    height: 300px;
    border-bottom: solid 1px #e5e5e5;
}
#bigpresui .panel.panel_center .medium-grid-frame {
    overflow: auto;
}
#bigpresui .panel.panel_center .preview_title h3 {
    padding-left: 30px;
}
#bigpresui .panel.panel_center ul.text_wrap_controller {
    display: inline-flex;
}
#bigpresui .panel.panel_center ul.text_wrap_controller li {
    width: 80px;
}

#bigpresui .panel.panel_center .bigpres-wrapper.content {
    padding-top: 20px;
}

/* BIGPRES CONFIGURATION PANEL */
#bigpresui .panel.panel_right ul {
    padding-left: 10px;
}
#bigpresui .panel.panel_right .show_detail,
#bigpresui .panel.panel_right .destination,
#bigpresui .panel.panel_right .view_size,
#bigpresui .panel.panel_right .per_row {
    margin-bottom: 10px;
}

/* 
 * BIGPRES RENDER
 */
.bigpres {
    background-color: transparent;
}
.bigpres-wrapper {
    margin: 30px 10px;
}
.bigpres-wrapper.content {
    padding-top: 10px;
}
.bigpres-wrapper.shadow {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.bigpres-wrapper.shadow:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.bigpres .product-image {
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bigpres .product-image {
    width: auto;
    height: 260px;
}
.bigpres .product-detail {
    font-family: sans-serif;
    font-size: 1.1em;
    float: left; 
    line-height: 1;
    cursor: pointer;
    margin-top: 0 !important;
    padding: 0 10px;
}
.bigpres .product-detail .product_name {
    padding-bottom: 10px;
}
.bigpres .product-detail .product_price {
    color: #9f9f9f;
}
.bigpres .product-link {
    font-family: sans-serif;
    margin: 0 !important;
    display: block; 
    text-align: center; 
    text-decoration: none;
    overflow: auto;
    font-weight: bold;
    cursor: pointer;
}
.bigpres .product-link .buy-link {
    cursor: pointer;
    text-align: center;
}
.bigpres .product-link .buy_button {
    text-transform: uppercase;
    font-size: 1.1em;
}
.bigpres .product-link .buy_arrow {
    float: right;
}

/* BIGPRES RENDER LARGE */
.bigpres.large .product-image {
    height: 260px;
}
.bigpres.large .product-detail {
    font-size: 1.1em;
}
.bigpres.large .product-link {
    padding: 10px 0;
}

/* BIGPRES RENDER MIDDLE */
.bigpres.medium .product-image {
    height: 200px;
}
.bigpres.medium .product-detail {
    font-size: 0.9em;
}
.bigpres.medium .product-detail .product_price {
    padding-bottom: 0px;
}
.bigpres.medium .product-link {
    padding: 10px 0;
}
.bigpres.medium .product-link .buy_button {
    font-size: 0.9em;
}

/* BIGPRES RENDER SMALL */
.bigpres.small .product-image {
    height: 160px;
}
.bigpres.small .product-detail {
    font-size: 0.8em;
}
.bigpres.small .product_name {
    padding: 5px 0;
}
.bigpres.small .product-link {
    padding: 7px 0;
}
.bigpres.small .product-link .buy_button {
    font-size: 0.8em;
}


/* BIGPRES WIDGET OVERLAY */
.bigpres-wrapper.overlay {}
.bigpres-wrapper.overlay.shadow {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.bigpres-wrapper.overlay.shadow:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.bigpres-wrapper.overlay .product-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.bigpres-wrapper.overlay .product-image {    
    display: block;
    width: auto;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bigpres-wrapper.overlay .product-name-price {
    width: 60%;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bigpres-wrapper.overlay .product-link {
    border-radius: 0px; 
}

/* BIGPRES WIDGET OVERLAY FADE */
.bigpres-wrapper.overlay.fade .product-detail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}
.bigpres-wrapper.overlay.fade:hover .product-detail {
    opacity: 1;
}

/* BIGPRES WIDGET OVERLAY TOP */
.bigpres-wrapper.overlay.slide.top .product-detail {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}
.bigpres-wrapper.overlay.slide.top:hover .product-detail {
    bottom: 0;
    height: 100%;
}

/* BIGPRES WIDGET OVERLAY BOTTOM */
.bigpres-wrapper.overlay.slide.bottom .product-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.bigpres-wrapper.overlay.slide.bottom:hover .product-detail {
    height: 100%;
}

/* BIGPRES WIDGET OVERLAY RIGHT */
.bigpres-wrapper.overlay.slide.right .product-detail {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}
.bigpres-wrapper.overlay.slide.right:hover .product-detail {
    left: 0;
    width: 100%;
}

/* BIGPRES WIDGET OVERLAY LEFT */
.bigpres-wrapper.overlay.slide.left .product-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}
.bigpres-wrapper.overlay.slide.left:hover .product-detail {
    width: 100%;
}


/* BIGPRES WIDGET OVERLAY FLIP */
.bigpres-wrapper.overlay.flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}
.bigpres-wrapper.overlay.flip:hover .product-wrapper, 
.bigpres-wrapper.overlay.flip.hover .product-wrapper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.bigpres-wrapper.overlay.flip .product-wrapper {
    
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
  
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}
.bigpres-wrapper.overlay.flip .product-image, 
.bigpres-wrapper.overlay.flip .product-detail {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* front pane, placed above back */
.bigpres-wrapper.overlay.flip .product-image {
    /* for firefox 31 */
    transform: rotateY(0deg);
    height: 200px;
    width: auto;
}

/* back, initially hidden pane */
.bigpres-wrapper.overlay.flip .product-detail {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);

    position: absolute;;
    top: 0;
    left: 0;
    height: 100%;
    background: #f8f8f8;
}


/* BIGPRES RENDER LARGE */
.bigpres.large .bigpres-wrapper.overlay .product-wrapper {
    /*height: 260px;*/
}
/* BIGPRES RENDER MEDIUM */
.bigpres.medium .bigpres-wrapper.overlay .product-wrapper {
    /*height: 200px;*/
}
/* BIGPRES RENDER SMALL */
.bigpres.small .bigpres-wrapper.overlay .product-wrapper {
    /*height: 160px;*/
}

/* ADMIN PANEL - HOW TO */
.popup{
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 10px;
    position: absolute;
    display: none;
    width: auto;
    max-width: auto;
    height: auto;
    word-wrap: break-word;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.popup img {
    width: 100%;
    height: auto;
}

.popup p {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.header.grid,
.header.grid_options,
.header.grid_required,
.header.grid_values,
.header.grid_desc {
    font-weight: bold;
    padding: 10px;
}

.grid,
.grid_options,
.grid_required,
.grid_values,
.grid_desc {
    padding: 10px;
    padding-top: 20px; 
}

/*.grid {
    border: solid 1px #ccc;
    border-bottom: none;
}*/

.grid,
.grid_options,
.grid_required,
.grid_values {
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.grid.grid-thumbnail img {
    width: 100%;
    max-height: 100px;
}

.grid:first-child,
.grid_options {
    border-left: solid 1px #ccc;
}

.grid_desc {
    border-top: solid 1px #ccc;
}

.grid_end {
    border-bottom: solid 1px #ccc;
}

.pagenate {
    display: flex; 
    list-style: none;
}
.pagenate li {
    padding: 0 10px;
}

.pagenate li a{
    
}

.pagenate li.current {
    font-size: 1.4em;
    font-weight: bold;
}

/**
 *  FOUNDATION OVERRIDE
 */
 @media print, screen and (min-width: 40em) {
    .main-wrap .main-content {
        /*width: 100% !important;*/
    }
 }
