﻿
:root{--selection-overlay-color:var(--primary-color-030);--base-preview-background-color:#FFF;}

html.full{overflow-y:hidden;overscroll-behavior:none;}
html.full .classic-footer{display:none}
html.full .classic-container{position:fixed;inset:0;padding:15px;}
html.full .classic-page header{box-shadow:none;}
html.full .classic-page header .lower-header{display:none;}
html.full .classic-page .classic-container{margin-top:51px;}
html.full .classic-page .classic-header .upper-header nav{max-width:none;}

.classic-container .column-content{padding:30px 15px;}

.waitPanel{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:rgba(255,255,255,0.75);z-index:2002;}
.waitPanel i{font-size:56px;}
.waitPanel span.counter{margin-top:1em;}

.fullHeightContainer{height:100%;}
#div_cartInfo{flex:0 0 auto;position:fixed;z-index:1502;background-color:#FFF;padding:0;height:auto;width:80%;max-width:400px;top:0;right:-400px;bottom:0;transition:right 0.3s, box-shadow 0.3s;}
#div_cartInfo.visible{right:0;box-shadow:0 0 30px rgba(43,43,43,0.4);}
#div_cartInfo .fullHeightPanel{border-radius:0;border:none;}
#div_cartInfo .iconButton{margin:0 10px 10px;}
#div_panelHighlight{z-index:1500;}
#div_initialOverlay{position:fixed;inset:0;background-color:#fff;z-index:3000;}

.attentionIcon{position:relative;display:inline-flex;justify-content:center;align-items:center;width:20px;height:20px;line-height:20px;padding:10px;border-radius:20px;font-size:18px;background-color:var(--standard-text-color);color:#fff;}
.attentionIcon::after{content:'\f2ec';position:absolute;bottom:-5px;left:0;color:var(--standard-text-color);font-weight:900;font-size:.5em;transform:rotate(-20deg);}

.fullHeightPanel{position:relative;height:100%;display:flex;flex-flow:column nowrap;box-sizing:border-box;overflow:hidden;background-color:#FFF;border:1px solid #bbb;border-radius:3px;transition:box-shadow 1.0s;}
.fullHeightPanel .panelWaiting, .fullHeightPanel .panelError{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(255,255,255,0.75);border-radius:0 0 3px 3px;z-index:1502;}
.fullHeightPanel > .panelWaiting, .fullHeightPanel > .panelError{top:calc((3.2em / 1.3 + 1em / 3.25) + 11px);}
.fullHeightPanel .panelWaiting .fa-sync-alt{position:absolute;top:50%;left:50%;margin-left:-0.5em;margin-top:-0.5em;font-size:56px;}
.fullHeightPanel .panelWaiting .progressBar{display:none;position:absolute;top:calc(50% + 43px);left:25%;width:50%;text-align:left;}
.fullHeightPanel .panelWaiting.withProgressBar .progressBar{display:inline-block;}
.fullHeightPanel .panelError span{position:absolute;top:40%;left:0;right:0;text-align:center;}
.fullHeightPanel .addImages{position:absolute;top:0;left:0;bottom:0;right:0;background-color:#fff;}

.fullHeightPanel .panelSwitch{flex:0 0 40px;display:none;flex-direction:column;justify-content:flex-start;border-left:1px solid #bbb;font-size:1.5em;}
.fullHeightPanel .panelSwitch .switch{display:none;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:15px 0 30px;margin-bottom:-10px;border:1px solid #bbb;background-color:#f6f6f6;border-left:0;border-radius:0 10px 45px 0;cursor:pointer;z-index:1;user-select:none;transition:0.2s;}
.fullHeightPanel .panelSwitch .switch.active{margin-left:-1px;padding-left:1px;z-index:2;background-color:#fff;box-shadow:5px 0 5px -5px rgba(43,43,43,0.3);}
.fullHeightPanel .panelSwitch .switch.disabled{cursor:default;color:#ddd;border-color:#ddd;}
.fullHeightPanel .panelSwitch .switch .title{writing-mode:vertical-lr;margin-top:10px;font-size:.75em;}
.fullHeightPanel .panelSwitch .switch:not(.active):not(.close):not(.disabled):hover, .fullHeightPanel .withSwitch.hideSwitchPanel .panelSwitch .switch:not(.close):not(.disabled):hover{background-color:#ddd;}
.fullHeightPanel .withSwitch .panelSwitch{display:flex;}
.fullHeightPanel .withSwitch .panelSwitch .switch{display:inline-flex;}
.fullHeightPanel .withSwitch .panelSwitch .switch.close{margin-bottom:0;padding:20px 0 15px;background-color:#fff;border-radius:0;border-color:rgba(255,255,255,0);}
.fullHeightPanel .withSwitch.hideSwitchPanel #splitPanel_helpers{margin-left:-400px;}
.fullHeightPanel .withSwitch.hideSwitchPanel .panelSwitch{margin-left:-1px;z-index:0;}
.fullHeightPanel .withSwitch.hideSwitchPanel .panelSwitch .switch{box-shadow:none;background-color:#fff;}
.fullHeightPanel .withSwitch.hideSwitchPanel .panelSwitch .switch.close{visibility:hidden;}
.fullHeightPanel .withSwitch.switchPanelTransition .splitPanel{transition:0.2s;}
.fullHeightPanel .withSwitch.switchDetailTransition .id_preview .excess, .fullHeightPanel .withSwitch.switchDetailTransition .id_preview .actual .page{transition:0.2s;}
.fullHeightPanel .withSwitch.switchDetailTransition .panelFloatingFooter{white-space:nowrap;}

.panelTitle{flex:0 0 auto;padding:15px 5px;border-bottom:1px solid transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;}
.panelHeader, .panelFooter{flex:0 0 auto;min-height:calc(3.2em / 1.3 + 1em / 3.25);position:relative;display:flex;justify-content:flex-start;align-items:center;padding:5px 2.5px;background-color:#eee;}
.panelHeader > *, .panelFooter > *{flex:0 0 auto;margin:0 2.5px;}
.panelHeader > *.rightJustify, .panelFooter > *.rightJustify{margin-left:auto;}
.panelHeader{border-bottom:1px solid #bbb;text-align:center;box-shadow:0 0 5px 2px rgba(43,43,43,0.5);z-index:2;}
.panelTitle:first-child, .panelHeader:first-child{border-radius:2px 2px 0 0;}
.panelContent{flex:1 1 auto;overflow-y:auto;position:relative;}
.panelSplitter{flex:1 1 auto;display:flex;flex-direction:row;z-index:1;}
.panelSplitter .splitPanel{position:relative;}
.panelSplitter .splitPanel .subPanel{visibility:hidden;position:absolute;inset:0;height:0;}
.panelSplitter .splitPanel .subPanel.visible{visibility:visible;height:auto;transition:.2s;}
.panelSplitter .splitPanel .subPanel.disabled{pointer-events:none;opacity:.2;filter:grayscale(1);}
.panelSplitter .splitPanel .panelContent{flex:none;position:absolute;inset:0;}
.panelSplitter .splitPanel .panelFloatingFooter{position:absolute;right:0;bottom:0;left:0;display:flex;justify-content:center;padding:0 7.5px 10px;}
.panelFooter{border-top:1px solid #bbb;border-radius:0 0 2px 2px;}

#splitPanel_helpers{flex:0 0 auto;z-index:2;width:400px;background-color:#FFF;box-shadow:0 0 5px rgba(43,43,43,0.3);}
#splitPanel_helpers.hidden, #splitPanel_helpers.hidden + .panelSwitch{display:none;}
#splitPanel_details{flex:1 0 auto;z-index:0;}
#spn_mobileUpload, #spn_mobileLayout{display:none;}

.floatingContainer{flex:0 0 auto;display:inline-flex;align-items:center;white-space:nowrap;background-color:#ddd;border-radius:2em;margin:0 2.5px;z-index:10;}
.floatingContainer .iconButton:not(.hidden):not(:first-child){margin-left:1px;}
.floatingContainer .iconButton:not(.hidden) a{padding:0 0.2em;background-color:transparent;border-color:#ddd;position:relative;border-left-width:0;transition:all 0.2s, margin 0s, border-width 0s;}
.floatingContainer .iconButton:not(.hidden) a:focus{box-shadow:none;border-color:var(--primary-color)}
.floatingContainer .iconButton:not(.hidden):first-child a:first-child, .floatingContainer .iconButton.withCheck:not(.hidden):first-child a{border-left-width:calc(1em / 6.5);}
.floatingContainer .iconButton:not(.hidden):not(:first-child) a:focus{margin-left:calc(-1em / 6.5);border-left-width:calc(1em / 6.5);}
.floatingContainer .iconButton:not(.hidden).disabled a{background-color:transparent !important;border-color:transparent !important;color:rgba(43,43,43,0.2) !important;}
.floatingContainer .iconButton:not(.hidden) a.withText > span.tx{font-weight:normal;}
.floatingContainer .iconButton:not(.hidden).withSelection > a.selected{box-shadow:none;background-color:rgba(255,255,255,0.5);}
.floatingContainer .iconButton:not(.hidden).withCheck > a.check{box-shadow:none;background-color:rgba(255,255,255,0.5);}
.floatingContainer .iconButton:not(.hidden) a:active, .floatingContainer .iconButton:not(.hidden):not(.disabled) a.withDrop:hover{box-shadow:none;}
.floatingContainer .iconButton:not(.hidden) a:hover, .floatingContainer .iconButton:not(.hidden):not(.disabled) a.withDrop:hover, .floatingContainer .iconButton:not(.hidden).withCheck > a.check:hover{background-color:rgba(255,255,255,0.75);}
.floatingContainer .componentContainer{display:inline-flex;align-items:center;position:relative;margin-left:5px;padding:0 0.2em;}
.floatingContainer .componentContainer .gb_qs_container{display:inline-block;font-size:0.5em;vertical-align:middle;}
.floatingContainer .componentContainer .gb_qs_container > span{display:none;}
.floatingContainer .componentContainer .gb_qs_container input{width:40px;height:20px;line-height:20px;border-width:1px 0;transition:0.2s;}
.floatingContainer .componentContainer .gb_qs_container i{width:20px;height:20px;line-height:20px;border-width:1px;}
.floatingContainer .componentContainer .gb_qs_container br{display:none;}
.floatingContainer .componentContainer .gb_qs_container input, .floatingContainer .componentContainer .gb_qs_container.error input{border-color:#444;color:inherit;}
.floatingContainer .componentContainer .gb_qs_container i, .floatingContainer .componentContainer .gb_qs_container.error i{border-color:#444;background:transparent;color:#444;}
.floatingContainer .componentContainer .gb_qs_container i:hover, .floatingContainer .componentContainer .gb_qs_container.error i:hover{background:rgba(255,255,255,0.75);color:#444;}
.floatingContainer .componentContainer .gb_qs_container i:active, .floatingContainer .componentContainer .gb_qs_container.error i:active{box-shadow:inset 0 0 2px #aaa;}
.floatingContainer .componentContainer .componentDesc{margin:0 5px;transition:color 0.2s;}
.floatingContainer .componentContainer .disableOverlay{display:none;}
.floatingContainer .componentContainer.disabled .gb_qs_container input{border-color:rgba(43,43,43,0.2) !important;color:rgba(43,43,43,0.2) !important;background-color:transparent !important;}
.floatingContainer .componentContainer.disabled .gb_qs_container i{border-color:rgba(43,43,43,0.2) !important;color:rgba(43,43,43,0.2) !important;}
.floatingContainer .componentContainer.disabled .gb_qs_container i:hover{background:transparent;color:rgba(43,43,43,0.2) !important;cursor:default;}
.floatingContainer .componentContainer.disabled .gb_qs_container i:active{box-shadow:none !important;}
.floatingContainer .componentContainer.disabled .disableOverlay{display:inline-block;position:absolute;inset:0;}
.floatingContainer .componentContainer.disabled .componentDesc{color:rgba(43,43,43,0.2)}
.floatingContainer.maxWidth{flex-grow:1;}
.floatingContainer.maxWidth .useForMaximixe{flex-grow:1;}
.floatingContainer.maxWidth .useForMaximixe a{flex-grow:1;justify-content:center;}

.ico.far.fa-empty-set::before{font-size:1.12em;} /* Ingrandisce l'icona "deseleziona" che è un poco più piccola di quella "seleziona tutte" */

.onlyOnSmallScreen{display:none;}
.onlyOnLargeScreen{display:inline-block;}

.fullHeightPanel.moveCommandLabel .panelHeader .toMove{position:absolute;left:0;right:0;top:100%;margin:10px;padding:0 1em;background-color:rgba(238,238,238,0.9);border-radius:1em;line-height:2em;}
.fullHeightPanel.moveCommandLabel .subItemsContainer .listContainer{padding-top:calc(10px + 2em);}
.fullHeightPanel.moveCommandLabel .itemBookContainer.bp_container .bp_listContainer{padding-top:calc(10px + 2em);}
.fullHeightPanel.moveCommandLabel .id_container .id_preview{padding-top:calc(10px + 2em);}
.fullHeightPanel.moveCommandLabel .dropArea > span, .fullHeightPanel.moveCommandLabel .addSubItemsMessage div.message{margin:64px 26px 72px;}
.fullHeightPanel.moveCommandLabel #span_detailHeaderTitle .quantity, .fullHeightPanel.moveCommandLabel #span_detailHeaderTitle .price{display:none;}

#a_detailHeaderEdit.error{background-color:var(--error-color);border-color:var(--error-color);}
#a_detailHeaderEdit .ul i.errorIcon{display:none;margin-left:0.25em;}
#a_detailHeaderEdit .ul .hiddenLi{display:none;}
#a_detailHeaderEdit .ul .errorToFix{color:var(--error-color);font-weight:bold;}
#a_detailHeaderEdit .ul .errorToFix i.errorIcon{display:inline-block;}
.iconButton a.errorToFix{background-color:var(--error-color) !important;border-color:var(--error-color) !important;color:#fff;}

#span_detailHeaderTitle{display:flex;justify-content:center;align-items:center;white-space:nowrap;}
#span_detailHeaderTitle .name{overflow:hidden;text-overflow:ellipsis;flex-shrink:1;}
#span_detailHeaderTitle .quantity:before{content:'|';margin:0 0.5em;}
#span_detailHeaderTitle .quantity:after{content:'x';margin:0 0.2em;}
#span_detailHeaderTitle .total:before{content:'(';margin-left:0.5em;}
#span_detailHeaderTitle .total:after{content:')';}
#span_detailHeaderTitle .superHeader{display:none;}
#span_detailHeaderTitle.withSuperLayer .productHeader{display:none;}
#span_detailHeaderTitle.withSuperLayer .superHeader{display:inline-block;}

.commandLabel > .label{display:inline-block;}
.commandLabel > .label{margin:0 0 0 1em;}
.commandLabel.toTheRight > .label{margin:0 1em 0 0;}

.compressed0 .toCompress0, .compressed1 .toCompress1, .compressed2 .toCompress2{display:none;}
.compressedX #div_compressedMenu{position:absolute;background:rgba(187,187,187,0.8);padding:5px;min-height:36px;border-radius:2em;z-index:1600;}
.compressedX #div_compressedMenu .triangle{display:inline-block;position:absolute;height:0;width:0;border:9px solid transparent;margin-left:-9px;}
.compressedX #div_compressedMenu.fromTheTop{top:51px;}
.compressedX #div_compressedMenu.fromTheTop .triangle{top:-18px;border-bottom-color:rgba(187,187,187,0.8);}
.compressedX #div_compressedMenu.fromTheBottom{bottom:51px;}
.compressedX #div_compressedMenu.fromTheBottom .triangle{bottom:-18px;border-top-color:rgba(187,187,187,0.8);}
.compressedX .iconButton.hidden{display:none;}
.compressedX .iconButton.hidden.showed{display:inline-block;position:absolute;z-index:1601;}
.compressedX .commandLabel{overflow:hidden;white-space:nowrap;}

.infoList{display:flex;flex-direction:column;overflow-y:auto;padding:10px 10px 0 10px;box-sizing:border-box;}
.infoList > div{padding-bottom:10px;flex:0 0 auto;display:flex;flex-direction:column;}
.infoList .infoListTitle{padding-left:3px;text-align:left;color:var(--light-text-color);font-size:0.9em;margin-bottom:0.3em;}
.infoList .infoListTitle .infoLink{float:right;}
.infoList .infoListTitle i{display:none;width:1.5em;text-align:center;}
.infoList .infoListTitle .fa-check{color:var(--standard-text-color);}
.infoList .editing .infoListTitle .fa-pencil, .infoList .updating .infoListTitle .fa-sync-alt, .infoList .saved .infoListTitle .fa-check{display:inline-block;}
.infoList .TextBox{box-sizing:border-box;border:1px solid #F1F1F1;padding:3px 6px;margin:0;width:100%;color:var(--standard-text-color);background-color:#F6F6F6;resize:none;transition:border-color 0.2s;}
.infoList .DropDownList{box-sizing:border-box;border:1px solid #F1F1F1;padding:3px;margin:0;width:100%;color:var(--standard-text-color);background-color:#F6F6F6;transition:border-color 0.2s;}
.infoList .TextBox[readonly], .infoList .DropDownList[disabled]{background-color:transparent;border-color:#F6F6F6;}
.infoList input:hover, .infoList input:focus, .infoList select:hover, .infoList select:focus, .infoList textarea:hover, .infoList textarea:focus{border-color:#BBB;}

.list{overflow-y:auto;box-sizing:border-box;}
.list .voidList{display:none;position:absolute;top:30%;left:0;right:0;padding:10px;text-align:center;opacity:0.4;}
.list .voidList b{display:block;font-size:1.5em;color:#000;}
.list .voidList strong{display:block;font-size:1.2em;}
.list .voidList hr{background-color:var(--standard-text-color);color:var(--standard-text-color);width:200px;margin:15px auto;}
.list .voidList.withArrow{position:static;}
.list .voidList.withArrow > img{display:inline-block;position:relative;transform:rotate(110deg);width:150px;margin:15px 0 30px;pointer-events:none;}

.topAdvise{padding:15px;text-align:center;font-size:1.1em;}
#div_temporaryCart1{background-color:#eee;}
#div_temporaryCart1 a.LinkButton, #div_temporaryCart2 a.LinkButton{background-color:#666;padding:5px 25px;margin-left:15px;text-transform:none;border-radius:2em;line-height:normal;}
#div_temporaryCart1 a.LinkButton.Highlight, #div_temporaryCart2 a.LinkButton.Highlight{background-color:var(--primary-color);color:var(--inverted-text-color);}
#div_wellcomeGift1{background-color:var(--discount-color);color:#fff;}

#div_expirationAdvise{text-align:center;padding:30px 20px;}
#div_expirationAdvise p:first-of-type{margin-top:0;}
#div_expirationAdvise p:last-of-type{margin-bottom:0;}

#div_productMain{position:relative;min-height:500px;z-index:1;}
#div_emptyProductList{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:1.2em;}
#div_emptyProductList i{font-size:5em;margin-bottom:25px;}
#div_emptyProductList b{font-size:1.7em;display:block;}
#div_emptyProductList hr{width:180px;height:2px;background-color:#777;margin:25px 0;}
#div_productMain .panelError{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(255,255,255,0.75);z-index:1502;}
#div_productMain .panelError span{position:absolute;top:40%;left:0;right:0;text-align:center;}

#h1_mainTitle{display:flex;justify-content:center;align-items:center;}
#h1_mainTitle > .iconButton{font-size:calc(1em / 2.8);margin-left:1em;}
#div_productListFlexContainer{display:flex;flex-flow:row wrap;gap:20px;align-items:start;}
#div_productListContainer{width:calc(100% - 440px);display:flex;flex-direction:column;overflow:hidden;}
#div_productListContainer #h1_mainTitle{margin:20px 0;}
#div_productListInfo{position:sticky;top:130px;width:410px;order:1;display:flex;flex-flow:column;gap:20px;}
#div_productResume{padding:20px;}
#div_shippingCost .shadowBoxTitle{padding:20px 20px 0;border-radius:20px 20px 0 0;text-align:center;font-size:1.3em;font-weight:bold;}
#div_shippingCost .shadowBoxContent{padding:20px;font-size:1.1em;}
#div_shippingCost .shadowBoxContent .adviseWithAttention{margin-top:10px;display:flex;align-items:center;}
#div_shippingCost .shadowBoxContent .adviseWithAttention .attentionIcon{flex:0 0 auto;background-color:var(--primary-color);color:var(--inverted-text-color);}
#div_shippingCost .shadowBoxContent .adviseWithAttention .attentionIcon::after{color:var(--primary-color);}
#div_shippingCost .shadowBoxContent .adviseWithAttention > span{flex:1 1 auto;display:flex;flex-direction:column;gap:10px;margin-left:10px;padding:2px 0 2px 10px;border-left:3px solid var(--primary-color);font-size:.9em;color:#666;}
#div_recommendedProducts{padding:20px;}
#div_recommendedProducts > h4{margin:0 0 20px;font-size:1.3em;text-align:center;}
#div_recommendedProducts > div{display:flex;flex-flow:column nowrap;gap:20px;}
#div_recommendedProducts > div .suggest{display:flex;flex-direction:row;gap:20px;align-items:center;}
#div_recommendedProducts > div .suggest .pic{flex:0 0 auto;width:130px;height:130px;border:1px solid #ddd;border-radius:15px;overflow:hidden;}
#div_recommendedProducts > div .suggest .pic img{object-fit:cover;width:100%;height:100%;}
#div_recommendedProducts > div .suggest .info{flex:1 1 auto; display:inline-flex;flex-direction:column;gap:10px;}
#div_recommendedProducts > div .suggest .info strong{font-size:1.2em;}
#div_recommendedProducts > div .suggest .info .Discount{font-weight:normal;}
#div_recommendedProducts > div .suggest .info .iconButton{font-size:.95em;}

#div_temporaryCart2, #div_wellcomeGift2{display:none;margin:0 15px;width:100%;padding:15px;justify-content:center;align-items:center;}
#div_temporaryCart2 > i, #div_wellcomeGift2 > i{font-size:3em;}
#div_temporaryCart2{text-align:center;}
#div_temporaryCart2 > i{display:block;margin-bottom:10px;}
#div_temporaryCart2 > span{display:flex;margin-top:10px;justify-content:center;gap:15px;}
#div_temporaryCart2 > span > a.LinkButton{margin-right:0;margin-left:0;flex:1 1 50%;}
#div_wellcomeGift2 > span a{color:var(--standard-text-color) !important;}
#div_wellcomeGift2 > i{color:var(--discount-color);margin-right:15px;flex:0 0 auto;}

.product{order:0;display:flex;align-items:center;flex-flow:row wrap;position:relative;padding:30px 20px;cursor:pointer;transition:0.2s;}
.product:not(:last-child){border-bottom:1px solid #ddd;}
.product:hover{background-color:var(--selection-overlay-color);}
.product.noDetail{cursor:default;}
.product.noDetail:hover{background-color:#fff;}
.product.payAttention, .product.payAttention b, .product.payAttention .name i, .product.payAttention .Discount, .product.payAttention .price .originalPrice{color:var(--error-color);}
.product .iconBox{display:inline-flex;justify-content:center;align-items:center;width:130px;height:130px;padding:10px;margin-right:20px;background-color:#fff;border-radius:15px;border:1px solid #ddd;overflow:hidden;z-index:0;}
.product i.defaultIcon, .product i.updatingIcon{display:inline-flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:5em;color:#999;transition:color 0.2s;}
.product i.updatingIcon{display:none;}
.product:not(.noDetail):hover i.defaultIcon{color:var(--standard-text-color);}
.product.updating i.updatingIcon{display:inline-flex;}
.product.updating i.defaultIcon{display:none;}
.product .infoBox{flex:1 0 auto;max-width:calc(100% - 152px - 25px); display:inline-flex;flex-flow:row nowrap;align-items:center;}
.product .quantity{white-space:nowrap;}
.product .quantity:after{content:'x';display:inline-block;width:1.5em;text-align:center;font-weight:normal;}
.product .name{flex:1 1 auto;max-width:calc(100% - 104px);display:inline-flex;flex-flow:column;}
.product .name > *:not(:empty):not(:last-child){margin-bottom:10px;}
.product .name > span:first-child{font-size:1.2em;}
.product .name > i{color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product.updating, .product.updating .name{color:#bbb;}
.product .price{font-size:1.3em;}
.product .price > span{display:inline-block;margin-right:1em;}
.product .price .originalPrice{text-decoration:line-through;color:#666;}
.product .price .originalPrice:empty{display:none;}
.product .price .realPrice{font-weight:bold;}
.product .infoBox a.fas, .product .infoBox a.far, .product .infoBox a.fal{display:inline-block;font-size:1.5em;width:2em;line-height:1.5em;background-color:#ddd;color:#444;text-align:center;text-decoration:none;transition:background-color 0.2s;}
.product .infoBox a.fas:hover, .product .infoBox a.far:hover, .product .infoBox a.fal:hover{text-decoration:none;color:var(--standard-text-color);background-color:#ccc;}
.product .infoBox a.fas.disabled, .product .infoBox a.far.disabled, .product .infoBox a.fal.disabled{opacity:0.2;cursor:default;}
.product .infoBox a.fas.disabled:hover, .product .infoBox a.far.disabled:hover, .product .infoBox a.fal.disabled:hover{background:#eee;color:#666;}
.product .infoBox a:first-of-type{border-radius:2em;padding:5px 1px 5px 1px;visibility:hidden;}
.product.noDetail .infoBox a:first-of-type, .product.extDetail .infoBox a:first-of-type{border-radius:2em 0 0 2em;padding:5px 1px 5px 9px;visibility:visible;}
.product .infoBox a:last-of-type{border-radius:2em;padding:5px 9px 5px 9px;}
.product.noDetail .infoBox a:last-of-type, .product.extDetail .infoBox a:last-of-type{border-radius:0 2em 2em 0;padding:5px 9px 5px 1px;}
.product.updating a{opacity:0;}

.product .attentionDetail{flex-basis:100%;display:flex;align-items:center;margin-top:25px;}
.product .attentionDetail .attentionIcon{background-color:var(--error-color);color:#fff;}
.product .attentionDetail .attentionIcon::after{color:var(--error-color);}
.product .attentionDetail .attentionInfo{margin-left:15px;padding:7px 0 7px 15px;border-left:3px solid var(--error-color);}
.product .attentionDetail .attentionInfo .attentionElement:not(:first-child){margin-top:5px;}
.product .attentionDetail .attentionInfo .attentionElement i.fas{margin-right:10px;font-size:.3em;vertical-align:middle;}
.product.payAttentionSoft .attentionDetail .attentionIcon{background-color:var(--discount-color);}
.product.payAttentionSoft .attentionDetail .attentionIcon::after{color:var(--discount-color);}
.product.payAttentionSoft .attentionDetail .attentionInfo{border-left-color:var(--discount-color);}
.product.payAttentionSoft .attentionDetail .attentionInfo .attentionElement{line-height:1.5em;}

.subProductIcon{display:inline-block;position:relative;}
.subProductIcon .format{display:inline-block;position:absolute;background-color:#fff;box-shadow:1px 1px 2px rgba(43,43,43,0.6);}
.subProductIcon .format.newFormat{box-shadow:1px 1px 2px rgba(43,43,43,0.3);}
.subProductIcon .format .area{display:inline-block;position:absolute;overflow:hidden;background-position:center center;background-repeat:no-repeat;}
.subProductIcon .format.newFormat .area{border:2px solid #565656;}
.subProductIcon .format.newFormat .area i{font-size:1.5em;display:inline-block;width:1em;height:1em;position:absolute;top:50%;left:50%;margin-left:-0.5em;margin-top:-0.5em;color:#565656;}
.subProductIcon .format.emptyFormat .area{border:1px solid var(--standard-text-color);}
.subProductIcon .format.emptyFormat .area i{display:none;}
.product i.defaultIcon.itemDesignIcon{position:relative;}
.product i.defaultIcon.itemDesignIcon .page{position:absolute;display:inline-block;background-color:#FFF;box-shadow:1px 1px 2px rgba(43,43,43,0.6);line-height:normal;z-index:0;}
.product i.defaultIcon.itemDesignIcon .page.withOverTemplate{box-shadow:none;overflow:visible;}
.product i.defaultIcon.itemDesignIcon .page .object{position:absolute;display:inline-block;overflow:hidden;}
.product i.defaultIcon.itemDesignIcon .page .image{position:absolute;}
.product i.defaultIcon.itemDesignIcon .page .text{position:absolute;top:0px; left:0px;width:100%;height:100%;white-space:normal;}
.product i.defaultIcon.itemDesignIcon .page .text span{white-space:normal;}
.product i.defaultIcon.itemDesignIcon .page .text p{margin:0px;padding:0px;}
.product i.defaultIcon.itemDesignIcon .overTemplate{position:absolute;}
.product i.defaultIcon.itemDesignIcon > .overTemplate{z-index:1;}
.product i.defaultIcon.itemDesignIcon .page > .overTemplate {z-index:1000;}
.product i.defaultIcon.itemPreviewIcon{position:relative;}
.product i.defaultIcon.itemPreviewIcon .page{position:absolute;display:inline-block;box-shadow:1px 1px 2px rgba(43,43,43,0.6);line-height:0;}
.product i.defaultIcon.itemPreviewIcon .hole{position:absolute;display:inline-block;overflow:hidden;}
.product i.defaultIcon.itemPreviewIcon .hole img{position:absolute;display:inline-block;}
.product i.defaultIcon.itemPreviewIcon .mask{position:relative;display:inline-block;width:100%;}
.product i.defaultIcon.itemPreviewIcon .overTemplate{position:absolute;}
.product i.defaultIcon.itemPreviewIcon .resPageWarning{display:none;}

.product i.defaultIcon.artIcon{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.product i.defaultIcon.simpleIcon{border-radius:4px;background-repeat:no-repeat;background-size:cover;background-position:center center;}

.product i.defaultIcon.photobookIcon > span{position:relative;width:80%;height:80%;display:inline-flex;justify-content:center;align-items:center;margin:-5% -2% 5% 2%;}
.product i.defaultIcon.photobookIcon > span.largeSpine{margin:-5% -4% 5% 4%;}
.product i.defaultIcon.photobookIcon > span > img{position:absolute;width:144%;height:144%;}
.product i.defaultIcon.photobookIcon > span > span{position:relative;overflow:hidden;background-color:#ddd;}
.product i.defaultIcon.photobookIcon > span > span > span{position:absolute;top:-1%;right:-1%;background-position-x:right;background-repeat:no-repeat;background-size:cover;background-position:center center;}
.product i.defaultIcon.photobookIcon > span > span > img{position:absolute;top:-1%;right:-1%;}

#div_productListTotal > div{display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:20px;}
#div_productListTotal .addColon::after{content:':';margin-right:.3em;}
#div_shippingDate{justify-content:start !important;font-size:1.1em;}
#div_shippingWarningLink{margin-top:5px;}
#div_shippingWarning{flex:1 1 100%;margin-top:10px;display:flex;align-items:center;}
#div_shippingWarning > .attentionIcon{flex:0 0 auto;background-color:var(--primary-color);color:var(--inverted-text-color);}
#div_shippingWarning > .attentionIcon::after{color:var(--primary-color);}
#div_shippingWarning > span{flex:1 1 auto;margin-left:10px;padding:2px 0 2px 10px;border-left:3px solid var(--primary-color);font-size:.9em;color:#666;}

.newImage{position:relative;display:flex;margin:0 10px 10px;}
#a_selectFiles{flex:1 0 auto;justify-content:center;}
.detail .newImage{margin-top:12px;}

.progressBar{border-radius:5px;background-color:#ddd;overflow:hidden;text-align:left;}
.progressBar > span{display:block;height:10px;width:0;border-radius:5px;background-color:var(--primary-color);transition:width 0.2s;}

#div_imageList .image{position:relative;transition:background-color 0.2s}
#div_imageList .image.ui-selected, #div_imageList .image.ui-selecting{background-color:var(--selection-overlay-color);}
#div_imageList .image .ui-draggable-handle{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab;}
#div_imageList .image .dragger{display:none;}
#div_imageList .image.ui-selected .dragger, #div_imageList .image.ui-selecting .dragger{display:inline-block;position:absolute;inset:0;}
#div_imageList .image .thumb{display:flex;justify-content:center;align-items:center;border:1px solid transparent;border-radius:5px;background-color:transparent;transition:background-color 0.2s, border-color 0.2s;line-height:0;}
#div_imageList .image .thumb i{display:none;}
#div_imageList .image .thumb.loading{background-color:#f1f1f1;}
#div_imageList .image .thumb.loading i{display:inline-block;font-size:1.5em;}
#div_imageList .image .thumb.loading img{display:none;}
#div_imageList .image.ui-selected .thumb, #div_imageList .image.ui-selecting .thumb{border-width:2px;border-color:var(--primary-color);background-color:transparent;}
#div_imageList .image .prop{display:none;}
#div_imageList .image .usedIcon{display:none;padding:2px;border-radius:50%;box-shadow:1px 1px 2px #999;font-size:9px;background-color:var(--primary-color);color:var(--inverted-text-color);}
#div_imageList .image.used .usedIcon{display:inline-block;}
#div_imageList .panelFloatingPlaceholder{height:calc((3.2em / 1.3 + 1em / 3.25) + 20px);}

#div_imageList.showPropIcons .image .prop{display:inline-block;}

#div_imageList.icon{padding-top:12px;}
#div_imageList.icon .image{display:inline-block;margin:0 0 12px calc((100% - (112px * 3)) / 4);vertical-align:top;}
#div_imageList.icon .image.hidden{display:none;}
#div_imageList.icon .image .thumb{width:110px;height:110px;}
#div_imageList.icon .image .thumb > img{max-width:100%;max-height:100%;box-shadow:1px 1px 2px rgba(43,43,43,0.4);transition:max-width .2s, max-height .2s;}
#div_imageList.icon .image.ui-selected .thumb, #div_imageList.icon .image.ui-selecting .thumb{margin:-1px;}
#div_imageList.icon .image.ui-selected .thumb > img, #div_imageList.icon .image.ui-selecting .thumb > img{max-width:90%;max-height:90%;}
#div_imageList.icon .image .name, .icon .image .dimension{display:none;}
#div_imageList.icon .image .prop{position:absolute;bottom:3px;right:3px;cursor:default;}
#div_imageList.icon .image .usedIcon{position:absolute;bottom:3px;left:3px;cursor:default;}

#div_imageList.detail .image{display:block;min-height:44px;padding:5px;cursor:default;border-bottom:1px solid #F1F1F1;}
#div_imageList.detail .image.hidden{display:none;}
#div_imageList.detail .image:last-of-type{border-bottom-width:0;}
#div_imageList.detail .image .thumb{width:42px;height:42px;float:left;margin-right:5px;overflow:hidden;}
#div_imageList.detail .image .thumb > img{width:100%;height:100%;object-position:center 20%;object-fit:cover;}
#div_imageList.detail .image.ui-selected .thumb, #div_imageList.detail .image.ui-selecting .thumb{margin:-1px 4px -1px -1px;}
#div_imageList.detail .image .name{display:block;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_imageList.detail .image .dimension{display:inline-block;margin-left:5px;color:#666;font-size:0.8em;}
#div_imageList.detail .image .usedIcon{position:absolute;right:9px;bottom:10px;cursor:default;}

#div_layoutList{padding-top:12px;}
#div_layoutList > div{}
#div_layoutList > div > h4{margin:12px 16px;font-size:1.2em;}
#div_layoutList > div > div{display:flex;flex-flow:row wrap;align-items:flex-start;}
#div_layoutList > div > div > .layout{display:inline-block;margin:0 0 12px calc((100% - (112px * 3)) / 4);cursor:pointer;user-select:none;}
#div_layoutList > div > div > .layout.selected{border-color:var(--primary-color);background-color:var(--selection-overlay-color);cursor:default;}
#div_layoutList > div > div > .layout .thumb{display:flex;justify-content:center;align-items:center;width:110px;height:110px;border:1px solid rgba(255,255,255,0);border-radius:5px;background-color:rgba(255,255,255,0);transition:background-color 0.2s, border-color 0.2s;line-height:0;}
#div_layoutList > div > div > .layout .thumb > img{max-width:100%;max-height:100%;box-sizing:border-box;border:1px solid #999;border-radius:2px;box-shadow:1px 1px 2px rgba(43,43,43,0.4);transition:max-width .2s, max-height .2s;}
#div_layoutList > div > div > .layout.selected .thumb{margin:-1px;border-width:2px;border-color:var(--primary-color);background-color:rgba(255,255,255,0);}
#div_layoutList > div > div > .layout.selected .thumb > img{max-width:90%;max-height:90%;}

.dragImageHelper{display:inline-block;width:105px;height:80px;position:relative;cursor:move;cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing;z-index:1503;}
.dragImageHelper img{display:inline-block;position:absolute;max-width:80px;max-height:80px;border:2px solid #FFF;box-shadow:1px 1px 2px rgba(43,43,43,0.3);}
.dragImageHelper span{display:inline-block;position:absolute;bottom:-0.75em;left:-0.75em;width:1.5em;line-height:1.5em;text-align:center;font-weight:bold;background-color:var(--primary-color);color:var(--inverted-text-color);border-radius:3px;padding:0 3px;}

.detailContainer{display:none;position:absolute;inset:0;overflow:hidden;background-color:var(--base-preview-background-color);transition:background-color 0.2s;}
.detailContainer.visible{display:block;}
.subItemsContainer, .itemDesignerContainer, .itemBookContainer{position:absolute;inset:0;}
.detailContainer .second{right:-100%;left:100%;}

.superProductLayer{display:none;}
.superProductLayer.visible{display:block;}
.superProductLayer .subProductList{position:absolute;top:0;bottom:0;padding:1em 0;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;text-align:center;background-color:#eee;}
.superProductLayer .subProductList .subProduct{text-align:left;position:relative;cursor:pointer;user-select:none;}
.superProductLayer .subProductList .subProduct .roundTop{display:none;width:1em;height:1em;position:absolute;top:-1em;overflow:hidden;background-color:var(--base-preview-background-color);}
.superProductLayer .subProductList .subProduct .roundTop span{display:inline-block;width:2em;height:2em;border-radius:1em;position:absolute;top:-1em;background-color:#eee;}
.superProductLayer .subProductList .subProduct .roundBottom{display:none;width:1em;height:1em;position:absolute;bottom:-1em;overflow:hidden;background-color:var(--base-preview-background-color);}
.superProductLayer .subProductList .subProduct .roundBottom span{display:inline-block;width:2em;height:2em;border-radius:1em;position:absolute;bottom:-1em;background-color:#eee;}
.superProductLayer .subProductList .subProduct .subContent{display:block;margin:0 1em;padding:0.5em;border-top:1px solid #bbb;}
.superProductLayer .subProductList .subProduct:last-of-type .subContent{border-bottom:1px solid  #bbb;}
.superProductLayer .subProductList .subProduct.selected{background-color:var(--base-preview-background-color);cursor:default;user-select:text;}
.superProductLayer .subProductList .subProduct.selected .subContent, .superProductLayer .subProductList .subProduct.selected + .subProduct .subContent{border-top-color:transparent;}
.superProductLayer .subProductList .subProduct:last-of-type.selected .subContent{border-bottom-color:transparent;}
.superProductLayer .subProductList .subProduct.selected .roundTop, .superProductLayer .subProductList .subProduct.selected .roundBottom{display:inline-block;}
.superProductLayer .subProductList .subProductIcon{width:70px;height:70px;vertical-align:middle;}
.superProductLayer .subProductList .subProductIcon .quantity{display:inline-block;position:absolute;bottom:7px;left:-2px;font-size:0.9em;min-width:1em;height:1.5em;line-height:1.5em;padding:0 0.25em;text-align:center;font-weight:bold;color:var(--standard-text-color);background-color:#fff;box-shadow:1px 1px 1px rgba(43,43,43,0.5);border-radius:0.75em;}
.superProductLayer .subProductList .productInfo{display:inline-block;width:calc(100% - 70px);line-height:1em;white-space:normal;text-align:center;vertical-align:middle;}
.superProductLayer .subProductList .productInfo > strong{display:inline-block;width:100%;margin-bottom:10px;}
.superProductLayer .subProductList .productInfo > span{display:inline-block;border-top:1px solid #bbb;font-size:0.9em;color:#666;padding-top:3px;}
.superProductLayer .subProductList .removeProduct{position:absolute;width:1em;height:1em;top:calc(0.5em / 1.3);right:calc(0.5em / 1.3);font-size:1.3em;cursor:pointer;}
.superProductLayer .subProductList .highlightNewSubProduct{position:relative;display:none;width:70%;transform:rotate(-120deg) scaleX(-1);opacity:.4;margin:0 auto;margin-top:20px;animation:arrowShake 1s ease-in-out infinite;pointer-events:none;}
@keyframes arrowShake{0% { top:-5px; } 50% { top:5px; } 100% { top:-5px; }}
.superProductLayer .subProductList .infoTip{display:none;}
.superProductLayer .subProductList .infoTip{display:none;align-items:center;margin:30px 15px 15px;text-align:left;color:#aaa;}
.superProductLayer .subProductList .infoTip > i{font-size:4em;}
.superProductLayer .subProductList .infoTip > strong{margin-left:15px;font-size:1.1em;}

.superProductLayer .subProductList.left{left:0;}
.superProductLayer .subProductList.left .subProduct .roundTop, .superProductLayer .subProductList.left .subProduct .roundBottom{right:0;}
.superProductLayer .subProductList.left .subProduct .roundTop span, .superProductLayer .subProductList.left .subProduct .roundBottom span{left:-1em;}
.superProductLayer .subProductList.right{right:0;}
.superProductLayer .subProductList.right .subProduct .roundTop, .superProductLayer .subProductList.right .subProduct .roundBottom{left:0;}
.superProductLayer .subProductList.right .subProduct .roundTop span, .superProductLayer .subProductList.right .subProduct .roundBottom span{right:-1em;}

.superProductLayer .newSubProduct{display:none;background-color:var(--base-preview-background-color);}
.superProductLayer.visible:not(.withoutList) .newSubProduct .addSubItemsMessage div.message .withImageList img{width:280px;height:250px;left:-160px;transform:scaleX(-1) rotate(10deg);z-index:1503;pointer-events:none;}
.superProductLayer.visible:not(.withoutList) .newSubProduct.withOtherProduct .addSubItemsMessage.showArrow div.message .withImageList img{display:none !important;}
.superProductLayer.visible.newProduct .newSubProduct{display:block;}
.superProductLayer.visible.unselected .newSubProduct{display:block;z-index:-1;visibility:hidden;}
.superProductLayer.visible.unselected .subProductList.withImages .highlightNewSubProduct{display:inline-block;}
.superProductLayer.visible .subProductList:not(.withImages) .subProduct:not(.selected):last-of-type{opacity:.5;cursor:default;}
.superProductLayer.visible .subProductList.withImages .infoTip{display:flex;}

.subItemsContainer .listContainer{position:absolute;inset:0;display:flex;justify-content:flex-start;overflow-y:auto;overflow-x:hidden;}
.subItemsContainer .listContainer .item{position:relative;cursor:default;transition:background-color 0.2s, opacity 2s;border-radius:3px;}
.subItemsContainer .listContainer .item .dragger{display:none;}
.subItemsContainer .listContainer .item .preview{display:inline-block;text-align:center;position:relative;}
.subItemsContainer .listContainer .item .preview:before{content:"";display:inline-block;padding-top:100%;}
.subItemsContainer .listContainer .item .preview .content{display:inline-block;position:absolute;top:4%;right:4%;bottom:4%;left:4%;transition:0.2s;}
.subItemsContainer .listContainer .item.ui-selecting, .subItemsContainer .listContainer .item.ui-selected{background-color:var(--selection-overlay-color);}
.subItemsContainer .listContainer .item.ui-selecting .preview .content, .subItemsContainer .listContainer .item.ui-selected .preview .content{top:8%;right:8%;bottom:8%;left:8%;}
.subItemsContainer .listContainer .item.ui-selecting .dragger, .subItemsContainer .listContainer .item.ui-selected .dragger{display:inline-block;position:absolute;inset:0;}
.subItemsContainer .listContainer .item .ui-draggable-handle{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab;}
.subItemsContainer .listContainer .item .preview .content .format{display:inline-block;background-color:#fff;vertical-align:top;position:relative;box-shadow:1px 1px 5px rgba(43,43,43,0.4);}
.subItemsContainer .listContainer .item .preview.panel .content .format{background-color:transparent;box-shadow:none;}
.subItemsContainer .listContainer .item .preview .content .format .printArea{display:inline-block;background-repeat:no-repeat;background-position:center center;position:relative;transition:background-size 0.2s;}
.subItemsContainer .listContainer .item .preview.panel .content .format .printArea{position:relative;background-color:#fff;box-shadow:1px 1px 5px rgba(43,43,43,0.4);}
.subItemsContainer .listContainer .item .editPreview{display:none;position:absolute;top:-10px;right:-10px;padding:5px;border-radius:50%;box-shadow:-1px 1px 2px rgba(43,43,43,0.6);cursor:pointer;z-index:1;transition:.2s;}
.subItemsContainer .listContainer .item .editPreview.show{display:inline-block;background-color:var(--primary-color);}
.subItemsContainer .listContainer .item .editPreview:hover{background-color:var(--standard-text-color);color:var(--primary-color);}
.subItemsContainer .listContainer .item .resWarning{display:none;position:absolute;top:-10px;right:-10px;padding:5px;border-radius:50%;width:1em;text-align:center;box-shadow:-1px 1px 2px rgba(43,43,43,0.6);cursor:help;z-index:1;}
.subItemsContainer .listContainer .item .resWarning.w3{display:inline-block;background-color:var(--error-color);color:var(--inverted-text-color);}
.subItemsContainer .listContainer .item .editPreview.show + .resWarning.w3{top:17px;}
.subItemsContainer .listContainer .item .wait{display:none;position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(255,255,255,0.75);}
.subItemsContainer .listContainer .item .wait i{position:absolute;top:50%;left:50%;margin-left:-0.5em;margin-top:-0.5em;font-size:28px;}
.subItemsContainer .listContainer .item.updating .wait{display:inline-block;}
.subItemsContainer.hasNewItem .listContainer .item:not(.new){opacity:0.3;transition:opacity 0.3s;}
.subItemsContainer .listContainer .panelFloatingPlaceholder{height:calc((3.2em / 1.3 + 1em / 3.25) + 20px);}

.subItemsContainer.icon .listContainer{flex-flow:row wrap;align-items:flex-start;align-content:flex-start;}
.subItemsContainer.icon .listContainer .item{margin:10px 0 0 10px;position:relative;}
.subItemsContainer.icon .listContainer .item .preview{width:100%;}
.subItemsContainer.icon .listContainer .item .name{position:absolute;right:4%;bottom:4%;display:inline-block;width:calc(92% - 12px - 3em);padding:1px 5px 2px 11px;line-height:normal;border-radius:0 6px 6px 0;text-align:center;min-width:3em;font-size:11px;background-color:rgba(43,43,43,0.5);color:var(--inverted-text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-weight:normal;}
.subItemsContainer.icon .listContainer .item .quantity{position:absolute;left:4%;bottom:4%;display:inline-block;padding:1px 1px 2px 1px;line-height:normal;border-radius:6px;color:#fff;text-align:center;width:3em;font-size:11px;background-color:#666;}
.subItemsContainer.icon .listContainer .item.ui-selecting .quantity, .subItemsContainer.icon .listContainer .item.ui-selected .quantity{background-color:var(--primary-color);color:var(--inverted-text-color);}
.subItemsContainer.icon .listContainer .item .price, .subItemsContainer.icon .listContainer .item .freeFormat, .subItemsContainer.icon .listContainer .item .flag{display:none;}
.subItemsContainer.icon .listContainer .panelFloatingPlaceholder{flex:1 0 100%;}
.subItemsContainer.icon .listContainer.icons7x .item{width:calc((100% - (10px * 8)) / 7);}
.subItemsContainer.icon .listContainer.icons6x .item{width:calc((100% - (10px * 7)) / 6);}
.subItemsContainer.icon .listContainer.icons5x .item{width:calc((100% - (10px * 6)) / 5);}
.subItemsContainer.icon .listContainer.icons4x .item{width:calc((100% - (10px * 5)) / 4);}
.subItemsContainer.icon .listContainer.icons3x .item{width:calc((100% - (10px * 4)) / 3);}
.subItemsContainer.icon .listContainer.icons2x .item{width:calc((100% - (10px * 3)) / 2);}

.subItemsContainer.detail .listContainer{flex-flow:column nowrap;align-items:stretch;}
.subItemsContainer.detail .listContainer .item{margin:0 10px;padding-right:10px;border-bottom:1px solid #F1F1F1;}
.subItemsContainer.detail .listContainer .item:first-of-type{margin-top:10px;}
.subItemsContainer.detail .listContainer .item:last-of-type{border-bottom-width:0;}
.subItemsContainer.detail .listContainer .item .preview{width:100px;float:left; margin:0 10px;}
.subItemsContainer.detail .listContainer .item .name{display:block;padding-top:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.subItemsContainer.detail .listContainer .item .price{display:inline-block;float:right;}
.subItemsContainer.detail .listContainer .item .price > span{display:inline-block;width:6em;text-align:right;}
.subItemsContainer.detail .listContainer .item .price .originalPrice{text-decoration:line-through;}
.subItemsContainer.detail .listContainer .item .price .realPrice{font-weight:bold;}
.subItemsContainer.detail .listContainer .item .quantity{display:block;white-space:nowrap;font-weight:bold;}
.subItemsContainer.detail .listContainer .item .quantity:before{content:'x';display:inline-block;width:1em;text-align:left;font-weight:normal;}
.subItemsContainer.detail .listContainer .item .freeFormat{display:inline;font-style:italic;}
.subItemsContainer.detail .listContainer .item .flag{display:inline;font-style:italic;}
.subItemsContainer.detail .listContainer .panelFloatingPlaceholder{flex:0 0 auto;}

.addSubItemsMessage{position:absolute;inset:0;display:flex;flex-direction:column;}
.addSubItemsMessage div.message{flex-grow:1;position:relative;margin:26px 26px 72px;padding:10px;text-align:center;cursor:pointer;border:6px dashed #aaa;}
.addSubItemsMessage div.message strong{display:none;position:absolute;top:calc(50% - 0.75em);left:0;right:0;text-align:center;line-height:1.5em;font-size:1.7em;color:#aaa;}
.addSubItemsMessage div.message img{display:none;position:absolute;opacity:0.4;transform:scaleX(-1);width:200px;top:calc(50% - 200px);left:-20px;}
.addSubItemsMessage div.message .withoutImageList{display:none;}
.addSubItemsMessage div.message .withoutImageList strong{display:block;top:auto;bottom:210px;}
.addSubItemsMessage div.message .withoutImageList img{display:inline;transform:rotate(20deg) scaleX(-1);width:180px;top:auto;bottom:0;left:auto;right:10%;}
.addSubItemsMessage.showArrow div.message strong{display:block;}
.addSubItemsMessage.showArrow div.message img{display:inline;}

.dropArea{opacity:0;position:absolute;inset:0;width:0;height:0;background-color:rgba(255,255,255,0.7);transition:opacity 0s;z-index:1501;}
.dropArea > span{display:none;position:absolute;inset:0;margin:26px 26px 72px;border:6px dashed var(--light-text-color);color:var(--light-text-color);font-size:1.7em;}
.dropArea > span > strong{display:inline-block;position:absolute;width:100%;top:50%;font-weight:bold;line-height:1.5em;margin-top:-0.75em;text-align:center;}
.ui-droppable-active .dropArea{opacity:1;width:auto;height:auto;transition:0.2s;}
.ui-droppable-active .dropArea > span{display:block;}
.ui-droppable-hover .dropArea{background-color:rgba(255,255,255,0.85) !important;transition:0.2s;}
.ui-droppable-hover .dropArea > span{border-color:var(--standard-text-color);color:var(--standard-text-color);}

.itemDesignerContainer.id_container .dropArea > span{margin-bottom:26px;}
.itemDesignerContainer.id_container:not(.littleWidth).focusedMode:not(.focus) > .dropArea{display:none;}
.itemDesignerContainer.id_container:not(.littleWidth).focusedMode.focus.withImages.isEmpty .dropArea{opacity:1;width:auto;height:auto;background-color:rgba(255,255,255,.5);transition:0.2s;}
.itemDesignerContainer.id_container:not(.littleWidth).focusedMode.focus.withImages.isEmpty .dropArea > span{display:block;}

.prop{display:inline-block;padding:1px 1px 2px 1px;line-height:1em;border-radius:0.5em 0;box-shadow:1px 1px 2px rgba(43,43,43,0.6);color:#fff;text-align:center;min-width:2.4em;background-color:#666;}
.prop:before{font-size:0.8em;}
.prop.prop_1_1{background-color:#5C2300;}
.prop.prop_1_1:before{content:'1:1';}
.prop.prop_4_3{background-color:#D90000;}
.prop.prop_4_3:before{content:'4:3';}
.prop.prop_3_2{background-color:#0300DB;}
.prop.prop_3_2:before{content:'3:2';}
.prop.prop_16_9{background-color:#267F13;}
.prop.prop_16_9:before{content:'16:9';}
.prop.prop_2_1{background-color:#880DA3;}
.prop.prop_2_1:before{content:'2:1';}
.prop.prop_3_1{background-color:#D50081;}
.prop.prop_3_1:before{content:'3:1';}
.prop.prop_other{background-color:#5797DE;}
.prop.prop_other:before{content:'?';}
.iconButton a.withDrop span.ul > span .prop{position:relative;top:-1px;min-width:calc(1.6em * 1.6 - 2px - 0.6em);margin:0 0.3em;font-size:1em;box-shadow:none;}
.iconButton a.withDrop span.ul > span.disabled .prop{background-color:#ddd !important;}

.ui-selectable-helper{position:absolute;border:1px solid var(--primary-color);background-color:var(--selection-overlay-color);z-index:1503;}
.ui-selectable-helper.no-top{border-top:0;}
.ui-selectable-helper.no-right{border-right:0;}
.ui-selectable-helper.no-bottom{border-bottom:0;}
.ui-selectable-helper.no-left{border-left:0;}

#div_addProductPanel .contentLine{position:relative;}
#div_addProductPanel .contentLine .addProductSubPanel{display:none;padding:30px;}
#div_addProductPanel .contentLine .addProductSubPanel > h3{padding:0;margin:0;font-size:1.3em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_addProductPanel .contentLine .addProductSubPanel.actual{display:block;}
#div_addProductPanel .spc_container .gb_qs_container{display:inline-block;font-size:0.5em;vertical-align:middle;}
#div_addProductPanel .spc_container .gb_qs_container > span{display:none;}
#div_addProductPanel .spc_container .gb_qs_container input{width:40px;height:20px;line-height:20px;border-width:1px 0;transition:0.2s;}
#div_addProductPanel .spc_container .gb_qs_container i{width:20px;height:20px;line-height:20px;border-width:1px;}
#div_addProductPanel .spc_container .gb_qs_container br{display:none;}
#div_addProductPanel .spc_container .simplifiedModePanel{margin:-30px -30px 15px -30px;background-color:#f1f1f1;}
#spn_addProductLabelPrice .originalPrice{text-decoration:line-through;}
#spn_addProductLabelPrice .actualPrice{font-weight:bold;transition:color 0.2s;}

#div_editItemPanel .contentLine{position:relative;}
#div_editItemPanel .contentLine .editItemSubPanel{display:none;padding:30px;}
#div_editItemPanel .contentLine .editItemSubPanel .editItemSubPanelNeededInfo{height:0;opacity:0;overflow:hidden;margin:-30px -30px 30px -30px;text-align:center;background:#999;color:#fff;transition:all 0.2s, margin 0s;}
#div_editItemPanel .contentLine .editItemSubPanel > h3{padding:0;margin:0;font-size:1.3em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_editItemPanel .contentLine .editItemSubPanel.needed .editItemSubPanelNeededInfo{height:auto;opacity:1;padding:5px;}
#div_editItemPanel .contentLine .editItemSubPanel.needed:not(.corrected) > h3{color:var(--error-color);}
#div_editItemPanel .contentLine .editItemSubPanel.needed:not(.corrected) .editItemSubPanelNeededInfo{background-color:var(--error-color);}
#div_editItemPanel .contentLine .editItemSubPanel.selected{display:block;}
#div_editItemPanel .contentLine .editItemSubPanel.selected > h3{padding-bottom:0;transition:background 0.2s, padding 0.2s;}
#div_editingCustomSizeContainer{margin:15px -15px;}
#div_editingCustomSizeOverlay{position:absolute;top:0;right:-15px;bottom:0;left:-15px;background-color:rgba(245,245,245,0.8);}
#spn_editItemLabelPrice .originalPrice{text-decoration:line-through;}
#spn_editItemLabelPrice .actualPrice{font-weight:bold;transition:color 0.2s;}

#div_addProductPanel .contentLine #div_addingProductFlag.addProductSubPanel.actual, #div_editItemPanel .contentLine #div_editFlagDesigner.editItemSubPanel.selected{position:absolute;inset:0;display:flex;flex-direction:column;}
#div_addingProductFlag .id_container, #div_editFlagDesigner .id_container{position:relative;flex-grow:1;z-index:0;}
#div_addingProductFlag .id_container .id_preview .overPage .warnings .objectResWarning, #div_editFlagDesigner .id_container .id_preview .overPage .warnings .objectResWarning{background-color:var(--error-color);color:var(--inverted-text-color);}
#div_addingProductFlag .panelFloatingFooter, #div_editFlagDesigner .panelFloatingFooter{display:flex;justify-content:center;}

#div_uploading{position:relative;padding:10px;}
#div_uploading .uploadingItem{height:102px;}
#div_uploading .uploadingItem .imageBox{display:inline-block;width:100px;height:100px;float:left;margin-right:10px;border:1px solid #bbb;border-radius:5px;background-color:#f6f6f6;background-repeat:no-repeat;background-position:center center;background-image:url('/Images/Common/32x32MonoIcons/paperphoto.png');background-size:contain;}
#div_uploading .uploadingItem .fileName{display:inline-block;width:calc(100% - 112px);margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#div_uploading .uploadingItem .fileInfo{margin:3px 0 0 112px;font-style:italic;}
#div_uploading .uploadingGeneral{margin-top:10px;text-align:center;}
#div_uploading .uploadingGeneral .progressBar{margin-top:3px;}

#div_imageSelectorErrorAdvise{position:sticky;top:0;padding:25px 10px;background-color:rgba(255,255,255,.9);font-size:1.2em;text-align:center;}
#div_imageSelectorErrorList{display:flex;flex-direction:column;gap:10px;margin:0 15px 15px;}
#div_imageSelectorErrorList > div {display:flex;align-items:center;}
#div_imageSelectorErrorList > div .thumb{flex:0 0 40px;height:40px;margin-right:10px;display:inline-flex;justify-content:center;align-items:center;font-size:2em;color:var(--light-text-color);border-radius:4px;background-color:#eee;background-repeat:no-repeat;background-size:cover;background-position:center center;}
#div_imageSelectorErrorList > div .info{flex:1 1 auto;}
#div_imageSelectorErrorList > div .info > span{font-size:1.1em;}
#div_imageSelectorErrorList > div .info > i{color:var(--error-color);}
#div_imageSelectorErrorList > div .info.fileExtError .fileExt, #div_imageSelectorErrorList > div .info.fileSizeError .fileSize{font-weight:bold;}

#div_buyNotificationPanel .notification{display:none;padding:10px;}
#div_buyNotificationPanel .notification.actual{display:block;}

#div_exitWithoutSave .backToSite{display:none;}
#div_exitWithoutSave.toSite .backToCart{display:none;}
#div_exitWithoutSave.toSite div.backToSite{display:block;}
#div_exitWithoutSave.toSite strong.backToSite{display:inline;}

#div_resWarningSuggestions > h3{margin-bottom:0;}
#div_resWarningSuggestions > .textualSuggestion{padding:0 25px;}
#div_resWarningSuggestionsList{display:flex;flex-flow:row wrap;align-items:stretch;gap:5px;margin:10px 0;}
#div_resWarningSuggestionsList > .suggestion{box-sizing:border-box;flex:0 1 calc((100% - 5px) / 2);border:2px solid #fff;border-radius:5px;padding:10px;display:inline-flex;flex-flow:column;align-items:center;cursor:pointer;transition:background-color .2s, border-color .2s;}
#div_resWarningSuggestionsList > .suggestion .title{flex-grow:1;margin-bottom:10px;display:inline-flex;align-items:center;text-align:center;font-size:1.2em;}
#div_resWarningSuggestionsList > .suggestion .icon{flex:0 0 114px;width:170px;background-repeat:no-repeat;background-size:cover;background-position-x:left;}
#div_resWarningSuggestionsList > .suggestion:hover{border-color:#ddd;background-color:#f1f1f1;}
#div_resWarningSuggestionsList > .suggestion:hover .icon{background-position-x:right;}
#div_resWarningSuggestionsList > .suggestion.selected{background-color:var(--selection-overlay-color);border-color:var(--primary-color);}
#div_resWarningSuggestionsList.unselected:not(:hover) > .suggestion:first-child{border-color:#eee;background-color:#f6f6f6;}

.dz-drag-hover{box-shadow:inset 0 0 15px var(--primary-color);}

#waitRedirect{background-color:rgba(255,255,255,0.90);z-index:2500;}
#waitRedirect > div{position:absolute;top:40%;left:15px;right:15px;text-align:center;z-index:2501;}

@media only screen and (max-width:1002px){
    html.full{overflow-x:hidden;}
    html.full .classic-header{box-shadow:0 1px 0 #bbb !important;}
    html.full .classic-page header{display:none;}
    html.full .classic-page .classic-container{margin-top:0;}
    html.full .classic-container{padding:0;}
    #div_cartInfo{height:100%;}

    .fullHeightPanel .panelSplitter{flex-direction:column-reverse;overflow:hidden;}
    .fullHeightPanel .panelSplitter #splitPanel_images{display:none;}
    .fullHeightPanel .panelSplitter.withSwitch .panelSwitch{display:none;}
    .fullHeightPanel .panelSplitter.withSwitch #splitPanel_helpers{width:auto;flex-basis:190px;background-color:#f1f1f1;}
    .fullHeightPanel .panelSplitter.withSwitch.hideSwitchPanel #splitPanel_helpers{margin-left:0;margin-bottom:-190px;box-shadow:none;}
    .fullHeightPanel .panelSplitter:not(.withSwitch) #splitPanel_helpers{display:none;}
    #spn_mobileUpload, #spn_mobileLayout{display:inline-flex;}

    #div_layoutList{display:flex;flex-flow:row nowrap;height:100%;padding-top:0;align-items:center;overflow:visible;}
    #div_layoutList > div:not(:last-child){margin-right:24px;}
    #div_layoutList > div > h4{display:inline-block;position:sticky;left:12px; font-size:1em;margin:12px;font-weight:normal;white-space:nowrap;}
    #div_layoutList > div > div{flex-flow:row nowrap;padding:0 12px 0 0;}
    #div_layoutList > div > div > .layout{margin:0 0 12px 12px;}

    .floatingContainer .iconButton:not(.hidden) a:hover, .floatingContainer .iconButton:not(.hidden):not(.disabled) a.withDrop:hover, .floatingContainer .iconButton:not(.hidden).withCheck > a.check:hover{background-color:transparent;}

    #div_temporaryCart1, #div_wellcomeGift1{display:none !important;}
    #div_expirationAdvise{padding:20px 15px;}

    .classic-container .column-content{padding:15px 0;}
    .shadow-box:not(#div_temporaryCart2):not(#div_wellcomeGift2):not(#div_shippingCost){border-radius:0;box-shadow:none;}
    #div_productListFlexContainer{align-items:stretch;}
    #div_productListContainer{width:100%;}
    #div_productListInfo{width:100%;order:-1;z-index:1;top:-15px;}
    #div_temporaryCart2{display:block;order:1;}
    #div_wellcomeGift2{display:flex;}
    #div_productResume{max-width:100%;padding:0 15px 15px 15px;margin-bottom:-15px;background-color:rgba(255,255,255,0.9);}
    #div_productResume .iconButton.smallScreenHide{display:none;}
    #div_productListTotal > div{justify-content:space-around;margin-bottom:15px;}
    #div_shippingCost{width:100%;margin:0 15px;}
    #div_shippingCost .shadowBoxTitle{padding:15px 15px 0;}
    #div_shippingCost .shadowBoxContent{padding:15px;}
    #div_recommendedProducts{width:100%;margin:0 15px;padding:0;}
    #div_recommendedProducts > div .suggest{gap:15px;}

    #div_productMain{min-height:400px;}
    .product{padding:20px 15px;font-size:.85em;}
    .product:hover{background-color:initial;}
    .product:not(:last-child){}
    .product:first-child{border-top:1px solid #ddd;}
    .product:last-child{border-bottom:1px solid #ddd;}
    .product .iconBox{width:90px;height:90px;margin-right:15px;padding:10px;}
    .product .infoBox{max-width:calc(100% - 112px - 15px);flex-flow:row wrap;align-items:start;}
    .product .name{max-width:100%;width:100%;margin-bottom:10px;}
    .product a:first-of-type{order:2;}
    .product.noDetail a:first-of-type, .product.extDetail a:first-of-type{order:initial;}

    #div_shippingWarningLink, #div_shippingWarning{display:none;}

    .fullHeightPanel, .panelHeader, .panelFooter{border-radius:0;}
    .fullHeightPanel{border-width:0;}

    #span_detailHeaderTitle{position:absolute;left:0;right:0;top:100%;margin:10px 5px;padding:0 1em;background-color:rgba(238,238,238,0.9);border-radius:1em;line-height:2em;}
    #span_detailHeaderTitle .quantity, #span_detailHeaderTitle .price{display:none;}
    .dropArea > span, .addSubItemsMessage div.message{margin:64px 26px 72px;border-color:rgba(255,255,255,0);}
    .subItemsContainer .listContainer{padding-top:calc(10px + 2em);}
    .addSubItemsMessage div.message .withImageList{display:none;}
    .addSubItemsMessage div.message .withoutImageList{display:inline;}
    .itemDesignerContainer.id_container:not(.littleWidth).focusedMode.focus .id_pageList{padding-top:calc(10px + 2em);}
    .itemDesignerContainer.id_container .id_preview{padding-top:calc(10px + 2em);}
    .itemDesignerContainer.id_container .id_preview .focusButton{margin-top:calc(10px + 2em);}
    .itemDesignerContainer.id_container.littleWidth .id_pageDropDown{border-top:36px solid rgba(255,255,255,0);height:72px;}
    .itemBookContainer.bp_container .bp_listContainer{padding-top:calc(10px + 2em);}

    #div_addProductPanel .contentLine .addProductSubPanel, #div_editItemPanel .contentLine .editItemSubPanel{padding:15px;}
    #div_editItemPanel .contentLine .editItemSubPanel .editItemSubPanelNeededInfo{margin:-15px -15px 15px -15px;}
    #div_addProductPanel .spc_container .simplifiedModePanel{margin:-15px -15px 10px -15px;}
    #div_addingProductTemplateContainer.withFilter .filterContainer, #div_editingTemplateContainer.withFilter .filterContainer{padding:15px;}
    #div_addingProductTemplateContainer.withFilter:not(.smallScreen) .filterContainer::after, #div_editingTemplateContainer.withFilter:not(.smallScreen) .filterContainer::after{height:3px;}
    #div_addingProductTemplateContainer.withFilter:not(.smallScreen) .filterContainer > *, #div_editingTemplateContainer.withFilter:not(.smallScreen) .filterContainer > *{margin-bottom:12px;}

    .onlyOnSmallScreen{display:inline-block;}
    .onlyOnLargeScreen{display:none;}
}
@media only screen and (max-width:600px) {
    #div_resWarningSuggestions > .textualSuggestion{padding:0;}
    #div_resWarningSuggestionsList > .suggestion{flex-basis:100%;}
}
@media only screen and (max-width:359px) {
    .subItemsContainer.detail .listContainer .item .price .originalPrice{display:none;}
}