/**
 * Style definitions for product details and edit pages.
 */

/* 















 configuration.ftl included */
/*  commons.ftl imported */

#pbWizardNav {
    background-color: #fff;
    margin: 0 0 8px 0;
    -webkit-box-shadow: #ccc 0 0 5px;
    -moz-box-shadow: #ccc 0 0 5px;
    box-shadow: #ccc 0 0 5px;
    behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
}

#pbWizardNav {
    display: none;
}

#pbWizardNav li {
    padding-bottom: 0;
    white-space: nowrap;
}

#detailsBox{
    position:relative;
    padding: 20px;
}

#detailsBox h3 {
    margin: 20px 0;
}

/** product presentation area */
#presentationArea {
    position: relative;
    float: left;
    width: 50%;
}

#presentationArea #preview {
    margin: 0 10px 10px 0;
    padding: 10px;
    width: 342px;
    height: 342px;
    max-width: 100%;
    -webkit-box-shadow: #ccc 0 0 5px;
    -moz-box-shadow: #ccc 0 0 5px;
    box-shadow: #ccc 0 0 5px;
}

#presentationArea #preview .presentation-resource {
    width: 342px;
    height: 342px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#presentationArea #preview.loading .presentation-resource {
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
}

#presentationArea #preview.loading,
#presentationArea #thumbnails.loading {
    background-image: url(/ips-opdata/layout/ips01/commons/images/icons/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#presentationArea #thumbnails {
    position: relative;
    overflow: auto;
    width: 342px;
    min-height: 136px;
    max-width: 100%;
}

#presentationArea #thumbnails .presentation-resource {
    position: relative;
    background-repeat: no-repeat;
    background-size: 56px auto;
    background-position: center center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    width: 68px;
    height: 68px;
    float: left;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-right: 3px;
    margin-bottom: 5px;
}

#presentationArea #thumbnails .presentation-resource:hover,
#presentationArea #thumbnails .presentation-resource.selected {
    border: 1px solid rgb(155,218,74);
    -webkit-box-shadow: rgb(155,218,74) 0 0 5px;
    -moz-box-shadow: rgb(155,218,74) 0 0 5px;
    box-shadow: rgb(155,218,74) 0 0 5px;
}

#presentationArea #thumbnails.loading .presentation-resource  {
    opacity: 0;
}

/** options area */
#optionsArea {
    float: left;
    margin-bottom: 158px;
    min-height: 340px;
    width: 50%;
    padding-left: 3%;
}

#optionsArea > h3 {
    display: none;
}

#optionsArea h2 {
    margin-top: 0;
}

/** product details */
#optionsBox, #productDetails{
    padding:15px;
}

#detailsBox #description {
    float: left;
    width: 50%;
}


#detailsBox .deliveryPeriodAsterisk {
    margin-top: 5px;
}

#proceedBar:before {
    content: "";
    height: 1px;
    width: 100%;
    border-style: dashed;
    border-width: 1px;
    color: #ccc;
    display: block;
    position: relative;
    top: -15px;
}

#proceedBar {
    text-align: right;
    border: 1px solid rgb( 209 , 209 , 209 );
    position: absolute;
    width: 536px;
    max-width: 45%;
    height: 140px;
    bottom: 10px;
    right: 20px;
    border-radius: 3px;
    background-color: rgb( 252 , 252 , 252 );
}

#proceedBar .priceBox {
    background-color: #fff;
    padding: 5px;
    margin: 0;
    vertical-align: top;
    width: 175px;
    position: absolute;
    right: 8px;
    top: 8px;
    height: 62px;
    border: 1px solid rgb( 209 , 209 , 209 );
    border-radius: 3px;
}

#proceedBar .priceBox .ips-ui-cartitemprice {
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
}

#proceedBar .priceBox .vatInfo {
    font-size: 12px;
}

#proceedBar .priceBox span {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}


#details .priceBox .original {
    text-decoration: line-through;
}

#proceedBar .priceBox span.loading {
    opacity: 0;
}

#proceedBar form {
    margin: 0
}

#proceedBar .deliveryPeriodBox {
    float: left;
    max-width: 40%;
    text-align: left;
    line-height: 1.3em;
    margin: 16px;
}

#orderBtn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 175px;
    height: 50px;
    line-height: 30px;
    font-size: 16px;
}

.loading #orderBtn, .loading #orderBtn:hover {
    background: #eee;
    color: #999;
    cursor: default;
}

#preview .magnifier {
    position: absolute;
    border: 1px solid #000;
    background-color: #fff;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

#optionsMain{
    position:relative;
    margin:0px auto;
}

#zoom {
    width: 474px;
    height: 365px;
    position: absolute;
    right: 20px;
    background: #eee;
    top: 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: none;
    border: 1px solid #ccc;
}

#zoom.loading {
    background-image: url('/ips-opdata/layout/ips01/commons/images/icons/loader.gif');
    background-position: 50% 50%;
}

#zoom img {
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#zoom.loading img {
    opacity: 0;
}

.ips-ui-cartitemoptions input {
    margin: 0;
    vertical-align: top;
    margin-left: 5px;
}

.ips-ui-cartitemoptions .product-option label.product-option-label {
    padding-top: 5px;
}



/** decription dialog */
#descriptionDialog {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: solid 2px #8a8a8b;
}

#descriptionDialog .descriptionWrapper {
    position: relative;
    width: 890px;
    min-height: 564px;
}

#descriptionDialog div.backButton {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 0px 2px #fff inset;
    -moz-box-shadow: 0px 0px 0px 2px #fff inset;
    box-shadow: 0px 0px 0px 2px #fff inset;
    background: #95a1ab;
    position: absolute;
    display: block;
    margin-left: -24px;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
}
#descriptionDialog div.backButton:hover {
    background: #aab6c1;
}
#descriptionDialog div.backButton:before {
    content: " ";
    width: 15px;
    height: 15px;
    border-left: solid 3px #fff;
    border-bottom: solid 3px #fff;
    margin: 0 auto;
    position: absolute;
    background: none;
    transform: rotate(45deg);
    top: 18px;
    left: 19px;
    }


#descriptionDialog div.forwardButton {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 0px 2px #fff inset;
    -moz-box-shadow: 0px 0px 0px 2px #fff inset;
    box-shadow: 0px 0px 0px 2px #fff inset;
    background: #95a1ab;
    position: absolute;
    display: block;
    margin-right: -24px;
    top: 50%;
    right: 0;
    margin-top: -13px;
    cursor: pointer;
}
#descriptionDialog div.forwardButton:hover {
    background: #aab6c1;
}
#descriptionDialog div.forwardButton:after {
    content: " ";
    width: 15px;
    height: 15px;
    border-right: solid 3px #fff;
    border-top: solid 3px #fff;
    margin: 0 auto;
    position: absolute;
    background: none;
    transform: rotate(45deg);
    right: 19px;
    bottom: 17px;
}

#descriptionDialog > h1 {
    display: none;
}

#descriptionDialog h1 {
    background: #f3f4f5;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: 100;
    color: #3b4044;
    text-align: left;
    border-bottom: solid 1px #cecfd0;
    margin: 0;
    line-height:3rem;
    height:3rem;
}

#descriptionDialog #descriptionDialogContent {
    padding: 0;
    min-height: 498px;
}

#descriptionDialog #descriptionDialogContent h2 {
    font-family: Open Sans Light;
    font-size: 26px;
    color: #3b4044;
    padding: 40px 40px 15px;
    margin: 0;
}

#descriptionDialog #descriptionDialogContent p {
    padding: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.ulPopupnavi {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.productDescriptionWrapper li:not(.popupnavi) {
    list-style-type: disc;
    margin-left: 15px;
}

#descriptionDialog #descriptionDialogContent iframe {
    width: 100%;
    height: 468px;
}

#descriptionDialog .bottom {
    padding: 0 40px;
    height: 37px;
    bottom: 25px;
    position: absolute;
    width: 100%;
}

#descriptionDialog .bottom hr {
    margin: 0;
}

#descriptionDialog .bottom p {
    text-align: center;
    margin-top: 13px;
    color: #71797F;
}

#descriptionDialog button {
    position: absolute;
    top: -12px;
    right: -10px;
    font-family: 'Roboto',sans-serif;
    font-weight: 100;
    font-size: 15px;
    background: url(/ips-opdata/layout/ips01/products/images/icons/close_up.png);
    cursor: pointer;
    width: 27px;
    height: 27px;
    outline: none;
}

#descriptionDialog button:hover {
    background: url(/ips-opdata/layout/ips01/products/images/icons/close_over.png);
}

#descriptionDialog ul {
    margin: 0;
}

#descriptionDialog ul.popupnavi {
    margin: 4px auto;
    position: absolute;
    padding: 0;
    text-align: center;
    width: 100%;
    bottom: 4px;
}

.productDescriptionWrapper {
    padding: 0 40px;
    width: 505px;
    font-family: "Open Sans";
    line-height: 18px;
}

#descriptionDialog ul li.popupnavi {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #fff;
    border: solid 1px #adb1b5;
    border-radius: 10px;
    cursor: pointer;
}

#descriptionDialog ul li.popupnavi.active {
    background: #2a92fd;
    border: solid 1px #2a92fd;
}

body#details input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0;
}

body#details preview-slideshow .container {
    background: none;
    border: 0;
}

body#details preview-slideshow .item {
    width: 12px;
    height: 12px;
}

body#details .slideshowContainer {
    top: 8px;
    height: 394px;
}

body#details .slideshowContainer > div:first-child{
    height:0px;
}

body#details preview-slideshow{
    height:460px;
    display:block;
}

body#details preview-slideshow .thumbnails.container.outer{
    bottom:5rem;
}

body#details #descriptionDialog > div.descriptionWrapper{
    padding:0px;
}


#optionHelpDialogContainer h1 {
    display: none;
}

.ips-ui-conversiondialog .product select, .ips-ui-cartitemoptions .product-option select {
    margin-left: 0;
}

