.dropzone,.dropzone *{box-sizing:border-box}.dropzone{position:relative}.dropzone .dz-preview{margin:.5em;width:120px}.dropzone .dz-preview .dz-progress{border:1px solid #aaa;display:block;height:15px}.dropzone .dz-preview .dz-progress .dz-upload{background:green;display:block;height:100%}.dropzone .dz-preview .dz-error-message{color:red}.dropzone .dz-preview.dz-error .dz-error-mark,.dropzone .dz-preview.dz-error .dz-error-message,.dropzone .dz-preview.dz-sucesss .dz-success-mark{display:block}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{display:none;height:58px;left:30px;left:50%;margin-left:-27px;position:absolute;top:30px;width:54px}.dropzone .dz-button{border-radius:3px}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone{background:#fff;border:1px dashed rgba(0,0,0,.3);border-radius:5px;margin-bottom:10px;min-height:100px;padding:10px}.dropzone,.dropzone *{box-sizing:border-box}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable:hover{border:1px solid #3bbf0b;color:#3bbf0b}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{color:inherit;font-style:italic;margin:2em 0;text-align:center}.dropzone .dz-preview{display:inline-block;margin:16px;min-height:100px;position:relative;vertical-align:top}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview:hover .dz-image img{filter:blur(8px);transform:scale(1.05)}.dropzone .dz-preview.dz-file-preview .dz-image{background:#999;background:linear-gradient(180deg,#eee,#ddd);border-radius:10px}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{border:none;cursor:pointer;display:block;font-size:14px;text-align:center}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview .dz-details{color:rgba(0,0,0,.9);font-size:13px;left:0;line-height:150%;max-width:100%;min-width:100%;opacity:0;padding:2em 1em;position:absolute;text-align:center;top:0;z-index:20}.dropzone .dz-preview .dz-details .dz-size{font-size:16px;margin-bottom:1em}.dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);border-radius:3px;padding:0 .4em}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename span{background-color:hsla(0,0%,100%,.4);border-radius:3px;padding:0 .4em}.dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,78.4%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-image{border:1px solid #d1d1d1;border-radius:5px;display:block;height:120px;overflow:hidden;position:relative;width:120px;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-error .dz-error-mark{animation:slide-in 3s cubic-bezier(.77,0,.175,1);opacity:1}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-success-mark{display:block;left:50%;margin-left:-27px;margin-top:-27px;opacity:0;pointer-events:none;position:absolute;top:50%;z-index:500}.dropzone .dz-preview .dz-success-mark svg{display:block;height:54px;width:54px}.dropzone .dz-preview .dz-error-mark{display:block;left:50%;margin-left:-27px;margin-top:-27px;opacity:0;pointer-events:none;position:absolute;top:50%;z-index:500}.dropzone .dz-preview .dz-error-mark svg{display:block;height:54px;width:54px}.dropzone .dz-preview .dz-progress{background:hsla(0,0%,100%,.9);border-radius:8px;height:16px;left:50%;margin-left:-40px;margin-top:-8px;opacity:1;overflow:hidden;pointer-events:none;position:absolute;top:50%;width:80px;z-index:1000}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);bottom:0;left:0;position:absolute;top:0;transition:width .3s ease-in-out;width:0}.dropzone .dz-preview .dz-error-message{background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);border-radius:8px;color:#fff;display:block;display:none;font-size:13px;left:-10px;opacity:0;padding:.5em 1.2em;pointer-events:none;position:absolute;top:130px;transition:opacity .3s ease;width:140px;z-index:1000}.dropzone .dz-preview .dz-error-message:after{border-bottom:6px solid #be2626;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:0;left:64px;position:absolute;top:-6px;width:0}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone.dz-started .dz-message{display:none}.upload-file-list .uploaded-file:first-child{border-top:1px solid #e0e3ea;margin-top:10px}.upload-file-list .uploaded-file:nth-child(2n){background-color:#fafafa}.upload-file-list .uploaded-file:last-child{margin-bottom:20px}.upload-file-list .uploaded-file__info{border-bottom:1px solid #e0e3ea;font-size:.85em;line-height:1.4em;padding:5px 10px}.upload-file-list .uploaded-file__info.error{color:red}.glide{box-sizing:border-box;position:relative;width:100%}.glide *{box-sizing:inherit}.glide__slides,.glide__track{overflow:hidden}.glide__slides{backface-visibility:hidden;display:flex;flex-wrap:nowrap;list-style:none;padding:0;position:relative;touch-action:pan-Y;transform-style:preserve-3d;white-space:nowrap;width:100%;will-change:transform}.glide__slide,.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__slide{flex-shrink:0;height:100%;white-space:normal;width:100%;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{background-color:transparent;border:2px solid hsla(0,0%,100%,.5);border-radius:4px;box-shadow:0 .2em .5em 0 rgba(0,0,0,.4);color:#fff;cursor:pointer;display:block;line-height:1;padding:9px 12px;position:absolute;text-transform:uppercase;top:50%;transform:translateY(-50%);transition:opacity .15s ease,border .3s ease-in-out}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{display:inline-flex}.glide__bullet{background-color:hsla(0,0%,100%,.5);border:2px solid transparent;border-radius:50%;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);cursor:pointer;height:9px;line-height:0;margin:0 .25em;padding:0;transition:all .3s ease-in-out;width:9px}.glide__bullet:focus{outline:none}.glide__bullet:focus,.glide__bullet:hover{background-color:hsla(0,0%,100%,.5);border:2px solid #fff}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}.glide__arrow{background-color:#fff;border:2px solid #fff;border-radius:20px;box-shadow:0 2px 4px 0 rgba(0,0,0,.4);font-size:0;opacity:1;padding:6px;transition:all .1s ease,border .3s ease-in-out;z-index:2}.glide__arrow svg.icon{height:10px;stroke:#000;width:10px}.glide__arrow.disabled{opacity:.33}.glide__arrow:focus{outline:none}.glide__arrow:focus,.glide__arrow:hover{border:2px solid #fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.4)}.glide__arrow:hover svg.icon{stroke:#3bbf0b}.glide__arrow:hover .glide__arrow--left-inner,.glide__arrow:hover .glide__arrow--left-outer,.glide__arrow:hover .glide__arrow--left-overlap,.glide__arrow:hover.glide__arrow--left{transform:translateX(-2px)}.glide__arrow:hover .glide__arrow--left-inner svg.icon,.glide__arrow:hover .glide__arrow--left-outer svg.icon,.glide__arrow:hover .glide__arrow--left-overlap svg.icon,.glide__arrow:hover.glide__arrow--left svg.icon{transform:translateX(-1px) rotate(90deg)}.glide__arrow:hover .glide__arrow--right-inner,.glide__arrow:hover .glide__arrow--right-outer,.glide__arrow:hover .glide__arrow--right-overlap,.glide__arrow:hover.glide__arrow--right{transform:translateX(2px)}.glide__arrow:hover .glide__arrow--right-inner svg.icon,.glide__arrow:hover .glide__arrow--right-outer svg.icon,.glide__arrow:hover .glide__arrow--right-overlap svg.icon,.glide__arrow:hover.glide__arrow--right svg.icon{transform:translateX(1px) rotate(-90deg)}.glide__arrow.glide__arrow--left{left:0}.glide__arrow.glide__arrow--left:hover{transform:translate(-2px,-50%)}.glide__arrow.glide__arrow--left.inner{left:10px}.glide__arrow.glide__arrow--left.overlap{left:-10px}.glide__arrow.glide__arrow--left.outer{left:-20px}.glide__arrow.glide__arrow--left>.icon{transform:rotate(90deg)}.glide__arrow.glide__arrow--right{right:0}.glide__arrow.glide__arrow--right:hover{transform:translate(2px,-50%)}.glide__arrow.glide__arrow--right.inner{right:10px}.glide__arrow.glide__arrow--right.overlap{right:-10px}.glide__arrow.glide__arrow--right.outer{right:-20px}.glide__arrow.glide__arrow--right>.icon{transform:rotate(-90deg)}.glide__arrow.glide__arrow--ghost{background:transparent;border:2px solid hsla(0,0%,100%,.2);box-shadow:none;color:#fff}.glide__arrow.glide__arrow--ghost:hover{border:2px solid #fff}.glide__arrow.glide__arrow--transparent{background:transparent;border:2px solid hsla(0,0%,100%,0);box-shadow:none;color:#fff}.glide__arrow.glide__arrow--transparent:hover{border:2px solid #fff}.glide__arrow.wide{padding:6px 10px}.glide__bullets{list-style:none;z-index:2}.glide__bullets>*{background-color:rgba(0,0,0,.2);border:2px solid transparent;border-radius:50%;cursor:pointer;display:inline-block;height:12px;padding:0;transition:all .3s ease-in-out;width:12px}.glide__bullets>.glide__bullet--active{background-color:#3bbf0b}.glide__bullets>:focus{outline:none}.glide__bullets>:focus,.glide__bullets>:hover{background-color:rgba(0,0,0,.5)}.ox-picker-image{border:1px solid #fff;display:inline;margin-right:3px}.ox-picker-image.ox-selected{border:1px solid #000;display:inline;margin-right:3px}.ox-image-cell{float:left;text-align:center}.ox-image-cell span{font-size:10px}.product-options-wrapper .fieldset{line-height:100%}.product-options-wrapper .fieldset .input-box:after{content:none}.product-options-wrapper .fieldset div.ox-above{border:none;margin:8px 0 20px}.product-options-wrapper .fieldset div.ox-above select{width:100%}.product-options-wrapper .fieldset div.ox-above .ox-descr{display:block;font-size:10px;font-style:normal;font-weight:400;margin:0 0 8px;width:auto}.product-options-wrapper .fieldset div.ox-above .spacer{clear:both;height:0}.product-options-wrapper .fieldset div.ox-above img.ox-image{display:block;float:left;height:100px;margin:0 8px 8px 0;width:100px}.product-options-wrapper .fieldset div.ox-above div.options-list{margin:0 0 10px}.product-options-wrapper .fieldset div.ox-above-checkbox{border:none;margin:8px 0 20px}.product-options-wrapper .fieldset div.ox-above-checkbox .ox-tooltip-icon{display:inline-block;line-height:inherit;margin-left:5px;vertical-align:middle}.product-options-wrapper .fieldset div.ox-above-checkbox img.ox-image{display:inline;height:100px;margin:0 8px 8px 0;width:100px}.product-options-wrapper .fieldset div.ox-above-checkbox div.options-list{margin:0 0 10px}.product-options-wrapper .fieldset div.ox-before-select{border:none;margin:8px 0 20px}.product-options-wrapper .fieldset div.ox-before-select .ox-table{display:table;width:100%}.product-options-wrapper .fieldset div.ox-before-select .ox-table-cell-img{display:table-cell;vertical-align:top;width:110px}.product-options-wrapper .fieldset div.ox-before-select .ox-table-cell{display:table-cell;vertical-align:top}.product-options-wrapper .fieldset div.ox-before-select select{margin-top:35px;width:100%}.product-options-wrapper .fieldset div.ox-before-select .ox-tooltip-icon{display:block;margin:8px 100px 0 0}.product-options-wrapper .fieldset div.ox-before-select .spacer{clear:both;height:0}.product-options-wrapper .fieldset div.ox-before-select img.ox-image{height:100px;margin:0 10px 10px 0;vertical-align:middle;width:100px}.product-options-wrapper .fieldset div.ox-before-radio{border:none;margin:8px 0 20px}.product-options-wrapper .fieldset div.ox-before-radio .ox-table{display:table;width:100%}.product-options-wrapper .fieldset div.ox-before-radio .ox-table-cell-img{display:table-cell;vertical-align:top;width:110px}.product-options-wrapper .fieldset div.ox-before-radio .ox-table-cell{display:table-cell;vertical-align:top}.product-options-wrapper .fieldset div.ox-before-radio .ox-tooltip-icon{display:inline-block;line-height:inherit;margin-left:5px;vertical-align:middle}.product-options-wrapper .fieldset div.ox-before-radio img.ox-image{height:100px;margin:0 10px 10px 0;vertical-align:middle;width:100px}.product-options-wrapper .fieldset div.ox-before-radio div.options-list{list-style-type:none;margin:0 0 10px;max-width:100%;max-width:450px}.product-options-wrapper .fieldset div.ox-before-radio div.options-list label{max-width:60%;width:100%}.product-options-wrapper .fieldset div.ox-below{border:none;margin:8px 0 20px}.product-options-wrapper .fieldset div.ox-below select{margin:0;width:100%}.product-options-wrapper .fieldset div.ox-below .ox-descr{display:block;font-size:10px;font-style:normal;font-weight:400;margin:8px 0 5px;width:auto}.product-options-wrapper .fieldset div.ox-below .spacer{clear:both;height:0}.product-options-wrapper .fieldset div.ox-below img.ox-image{display:block;float:left;height:100px;margin:8px 8px 0 0;width:100px}.product-options-wrapper .fieldset div.ox-below div.options-list{margin:0 0 10px}.product-options-wrapper .fieldset div.ox-below-checkbox{border:none;margin:8px 0 20px}.product-options-wrapper .fieldset div.ox-below-checkbox select{margin:0 0 10px}.product-options-wrapper .fieldset div.ox-below-checkbox .ox-tooltip-icon{display:inline-block;line-height:inherit;margin-left:5px;vertical-align:middle}.product-options-wrapper .fieldset div.ox-below-checkbox .spacer{clear:both;height:0}.product-options-wrapper .fieldset div.ox-below-checkbox img.ox-image{display:inline;height:100px;margin:0 8px 8px 0;width:100px}.product-options-wrapper .fieldset div.ox-below-checkbox div.options-list{margin:0 0 10px}.product-options-wrapper .fieldset div.ox-swap-select{border:none;margin:8px 0 20px}.product-options-wrapper .fieldset div.ox-swap-select select{margin:8px 0 10px;width:100%}.product-options-wrapper .fieldset div.ox-swap-select .ox-descr{font-size:10px;font-style:normal;font-weight:400;margin:0 0 8px}.product-options-wrapper .fieldset div.ox-swap-radio{border:none;margin:8px 0 20px}.product-options-wrapper .fieldset div.ox-swap-radio .ox-tooltip-icon{display:inline-block;line-height:inherit;margin-left:5px;vertical-align:middle}.product-options-wrapper .fieldset div.ox-swap-radio div.options-list{margin:0}.product-options-wrapper .fieldset div.ox-picker{border:none;margin:8px 0 20px}.product-options-wrapper .fieldset div.ox-picker select{display:block;margin:5px 0 10px;width:100%}.product-options-wrapper .fieldset div.ox-picker .ox-descr{font-size:10px;font-style:normal;font-weight:400;margin:0 0 8px}.product-options-wrapper .fieldset div.ox-picker .spacer{clear:both;height:0}.product-options-wrapper .fieldset div.ox-note{font-size:14px;margin-bottom:10px}.product-options-wrapper .fieldset div.ox-note.append{margin-top:-10px}.product-options-wrapper .fieldset div.ox-grid{border:none}.product-options-wrapper .fieldset div.ox-grid .ox-image{-webkit-user-select:none;-moz-user-select:none;user-select:none;user-drag:none;display:block;margin:0 auto 10px;padding:10px}.product-options-wrapper .fieldset div.ox-grid .ox-tooltip-icon{display:inline-block;line-height:inherit;margin:10px 0 0 6px;vertical-align:middle}.product-options-wrapper .fieldset div.ox-grid div.options-list{list-style-type:none}.product-options-wrapper .fieldset div.ox-grid div.options-list .field{border:1px solid #d1d1d1;border-radius:5px;cursor:pointer;line-height:normal;overflow:hidden;padding:15px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.product-options-wrapper .fieldset div.ox-grid div.options-list .field.ox-selected{border:1px solid #3bbf0b;box-shadow:0 0 0 2px #3bbf0b}.product-options-wrapper .fieldset div.ox-grid div.options-list .field.ox-selected+.ox-check-icon{display:none}.product-options-wrapper .fieldset div.ox-grid div.options-list input.checkbox,.product-options-wrapper .fieldset div.ox-grid div.options-list input.radio{position:absolute;visibility:hidden}.product-options-wrapper .fieldset div.ox-grid div.options-list .label{cursor:pointer;display:block;line-height:1.2em;margin:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.product-options-wrapper .fieldset div.ox-grid div.options-list label{background:none;font-weight:400;min-width:0;padding:0}.product-options-wrapper .fieldset div.ox-grid div.options-list label:hover{background:none}.product-options-wrapper .fieldset div.ox-grid ul.validation-failed{padding:10px 0 0}.product-options-wrapper .fieldset div.ox-gridcompact{border:none}.product-options-wrapper .fieldset div.ox-gridcompact .ox-image{-webkit-user-select:none;-moz-user-select:none;user-select:none;user-drag:none;display:block;margin:0 auto 10px;padding:10px}.product-options-wrapper .fieldset div.ox-gridcompact .ox-check-icon{display:none;height:24px;left:73px;position:absolute;top:0;width:24px}.product-options-wrapper .fieldset div.ox-gridcompact .spacer{clear:both;height:0}.product-options-wrapper .fieldset div.ox-gridcompact div.options-list{list-style-type:none;padding:0}.product-options-wrapper .fieldset div.ox-gridcompact div.options-list .field{border:1px solid #d1d1d1;border-radius:5px;cursor:pointer;line-height:normal;overflow:hidden;padding:15px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.product-options-wrapper .fieldset div.ox-gridcompact div.options-list .field.ox-selected{border:1px solid #3bbf0b;box-shadow:0 0 0 2px #3bbf0b}.product-options-wrapper .fieldset div.ox-gridcompact div.options-list .field.ox-selected+.ox-check-icon{display:none}.product-options-wrapper .fieldset div.ox-gridcompact div.options-list input.checkbox,.product-options-wrapper .fieldset div.ox-gridcompact div.options-list input.radio{position:absolute;visibility:hidden}.product-options-wrapper .fieldset div.ox-gridcompact div.options-list .label{cursor:pointer;display:block;line-height:1.2em;margin:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.product-options-wrapper .fieldset div.ox-gridcompact div.options-list label{background:none;font-weight:400;min-width:0;padding:0}.product-options-wrapper .fieldset div.ox-gridcompact div.options-list label:hover{background:none}.product-options-wrapper .fieldset div.ox-gridcompact ul.validation-failed{padding:10px 0 0}.product-options-wrapper .fieldset div.ox-list{border:none;margin:8px 0 20px}.product-options-wrapper .fieldset div.ox-list img{-webkit-user-select:none;-moz-user-select:none;user-select:none;user-drag:none;margin:0;max-height:40px}.product-options-wrapper .fieldset div.ox-list .price-notice{padding:0}.product-options-wrapper .fieldset div.ox-list .ox-descr{font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-options-wrapper .fieldset div.ox-list .spacer{clear:both;height:0}.product-options-wrapper .fieldset div.ox-list div.options-list{background-color:#fafafa;border:1px solid #d1d1d1;border-radius:6.25px;list-style-type:none;margin-bottom:20px;max-height:360px;overflow-y:scroll;padding:10px 0}.product-options-wrapper .fieldset div.ox-list div.options-list .option-container{margin-bottom:5px}.product-options-wrapper .fieldset div.ox-list div.options-list .option-container:last-child{margin-bottom:0}.product-options-wrapper .fieldset div.ox-list div.options-list .field{border:1px solid #d1d1d1;border-radius:5px;cursor:pointer;line-height:normal;overflow:hidden;padding:10px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.product-options-wrapper .fieldset div.ox-list div.options-list .field.ox-selected{border:1px solid #3bbf0b;box-shadow:0 0 0 2px #3bbf0b}.product-options-wrapper .fieldset div.ox-list div.options-list .field.ox-selected+.ox-check-icon{display:none}.product-options-wrapper .fieldset div.ox-list div.options-list input.checkbox,.product-options-wrapper .fieldset div.ox-list div.options-list input.radio{position:absolute;visibility:hidden}.product-options-wrapper .fieldset div.ox-list .field.none img{display:block;height:15px;margin:0 10px 0 0;width:100px}.product-options-wrapper .fieldset div.ox-list .options-list.validation-failed{padding:0}.product-options-wrapper .fieldset div.ox-list label{-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-options-wrapper .fieldset div .option-container{margin-bottom:20px}.product-options-wrapper .fieldset div .ov-description{font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-options-wrapper .fieldset div .ov-description ul{padding-left:13px}.product-options-wrapper .fieldset div .ov-description ul>li{margin-bottom:.5rem}img.ox-hover-image{height:150px;width:150px}.product-options-wrapper .fieldset .ox-above-checkbox>.label,.product-options-wrapper .fieldset .ox-above>.label,.product-options-wrapper .fieldset .ox-before-radio>.label,.product-options-wrapper .fieldset .ox-before-select>.label,.product-options-wrapper .fieldset .ox-below-checkbox>.label,.product-options-wrapper .fieldset .ox-below>.label,.product-options-wrapper .fieldset .ox-grid>.label,.product-options-wrapper .fieldset .ox-gridcompact>.label,.product-options-wrapper .fieldset .ox-list>.label,.product-options-wrapper .fieldset .ox-picker-image>.label,.product-options-wrapper .fieldset .ox-picker>.label,.product-options-wrapper .fieldset .ox-swap-radio>.label,.product-options-wrapper .fieldset .ox-swap-select>.label{margin-bottom:10px}.product-options-wrapper .fieldset .ox-grid div.options-list .field,.product-options-wrapper .fieldset .ox-gridcompact div.options-list .field,.product-options-wrapper .fieldset .ox-list div.options-list .field{background-color:#fff;font-size:0}.product-options-wrapper .fieldset .ox-grid div.options-list .field:hover,.product-options-wrapper .fieldset .ox-gridcompact div.options-list .field:hover,.product-options-wrapper .fieldset .ox-list div.options-list .field:hover{border:1px solid #3bbf0b}.product-options-wrapper .fieldset .ox-grid div.options-list .field .label,.product-options-wrapper .fieldset .ox-gridcompact div.options-list .field .label,.product-options-wrapper .fieldset .ox-list div.options-list .field .label{font-size:16px}.product-options-wrapper .fieldset .field input[type=datetime],.product-options-wrapper .fieldset .field input[type=email],.product-options-wrapper .fieldset .field input[type=hidden]+.note,.product-options-wrapper .fieldset .field input[type=number],.product-options-wrapper .fieldset .field input[type=password],.product-options-wrapper .fieldset .field input[type=search],.product-options-wrapper .fieldset .field input[type=tel],.product-options-wrapper .fieldset .field input[type=text],.product-options-wrapper .fieldset .field input[type=url],.product-options-wrapper .fieldset .field select,.product-options-wrapper .fieldset .field textarea{margin-bottom:20px}.product-add-form .product-options-bottom .fieldset>.field,.product-add-form .product-options-wrapper .fieldset>.field{margin:10px 0}.product-add-form .product-options-bottom .fieldset>.field>.label,.product-add-form .product-options-wrapper .fieldset>.field>.label{margin:0 0 10px}.product-options-wrapper .fieldset .option-container .ox-image{height:140px;-o-object-fit:contain;object-fit:contain;width:140px}.product-options-wrapper .fieldset .option-container.no-max-height .ox-image{height:auto}.product-options-wrapper .fieldset .option-container.round-border .ox-image{border:1px solid #e1e1e1;border-radius:50%;padding:0}@media only screen and (min-width:1024px){.product-add-form .product-options-bottom .fieldset>.field,.product-add-form .product-options-wrapper .fieldset>.field{margin:10px 0}.product-add-form .product-options-bottom .fieldset>.field>.label,.product-add-form .product-options-wrapper .fieldset>.field>.label{margin:0 0 10px}}#oxcboxOverlay,#oxcboxWrapper,#oxcolorbox{left:0;overflow:hidden;position:absolute;top:0;z-index:9999}#oxcboxWrapper{max-width:none}#oxcboxOverlay{height:100%;position:fixed;width:100%}#oxcboxBottomLeft,#oxcboxMiddleLeft{clear:left}#oxcboxContent{position:relative}#oxcboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#oxcboxTitle{margin:0}#oxcboxLoadingGraphic,#oxcboxLoadingOverlay{height:100%;left:0;position:absolute;top:0;width:100%}#oxcboxClose,#oxcboxNext,#oxcboxPrevious,#oxcboxSlideshow{cursor:pointer}.oxcboxPhoto{border:0;display:block;float:left;margin:auto;max-width:none;-ms-interpolation-mode:bicubic}.oxcboxIframe{border:0;display:block;height:100%;width:100%}#oxcboxContent,#oxcboxLoadedContent,#oxcolorbox{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#oxcboxClose,#oxcboxNext,#oxcboxPrevious,#oxcboxSlideshow,.tooltipster-arrow-left .tooltipster-arrow-border,.tooltipster-arrow-left span{background:none;border:0;margin:0;overflow:visible;padding:0;width:auto}#oxcboxClose:active,#oxcboxNext:active,#oxcboxPrevious:active,#oxcboxSlideshow:active,.tooltipster-arrow-right .tooltipster-arrow-border,.tooltipster-arrow-right span{outline:0}.oxcboxIE #oxcboxBottomCenter,.oxcboxIE #oxcboxBottomLeft,.oxcboxIE #oxcboxBottomRight,.oxcboxIE #oxcboxMiddleLeft,.oxcboxIE #oxcboxMiddleRight,.oxcboxIE #oxcboxTopCenter,.oxcboxIE #oxcboxTopLeft,.oxcboxIE #oxcboxTopRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}#oxcboxOverlay{background:#fff}#oxcolorbox{font:12px Tahoma,Arial,sans-serif;outline:0}#oxcboxTopLeft{background:url(../images/border1.png) no-repeat 0 0;height:25px;width:25px}#oxcboxTopCenter{background:url(../images/border1.png) repeat-x 0 -50px;height:25px}#oxcboxTopRight{background:url(../images/border1.png) no-repeat -25px 0;height:25px;width:25px}#oxcboxBottomLeft{background:url(../images/border1.png) no-repeat 0 -25px;height:25px;width:25px}#oxcboxBottomCenter{background:url(../images/border1.png) repeat-x 0 -75px;height:25px}#oxcboxBottomRight{background:url(../images/border1.png) no-repeat -25px -25px;height:25px;width:25px}#oxcboxMiddleLeft{background:url(../images/border2.png) repeat-y 0 0;width:25px}#oxcboxMiddleRight{background:url(../images/border2.png) repeat-y -25px 0;width:25px}#oxcboxContent{overflow:hidden}#oxcboxContent,.oxcboxIframe{background:#fff}#oxcboxError{border:1px solid #ccc;padding:50px}#oxcboxLoadedContent{margin-bottom:20px}#oxcboxTitle{left:0;text-align:center;width:100%}#oxcboxCurrent,#oxcboxTitle{bottom:0;color:#999;position:absolute}#oxcboxCurrent{left:100px}#oxcboxLoadingOverlay{background:#fff url(../images/loading.gif) no-repeat 5px 5px}#oxcboxPrevious{left:0}#oxcboxNext,#oxcboxPrevious{bottom:0;color:#444;position:absolute}#oxcboxNext{left:63px}#oxcboxSlideshow{right:42px}#oxcboxClose,#oxcboxSlideshow{bottom:0;color:#444;position:absolute}#oxcboxClose{display:block;right:0}.tooltipster-shadow{background:#fff;border-radius:5px;box-shadow:0 0 14px rgba(0,0,0,.3);color:#2c2c2c}.tooltipster-shadow .tooltipster-content{font-family:Arial,sans-serif;font-size:14px;line-height:16px;padding:8px 10px}#oxcboxClose,#oxcboxNext,#oxcboxPrevious,#oxcboxSlideshow,.tooltipster-arrow-left .tooltipster-arrow-border,.tooltipster-arrow-left span{border-bottom:8px solid transparent!important;border-left:8px solid;border-top:8px solid transparent!important;margin-top:-7px;right:-7px;top:50%}#oxcboxClose:active,#oxcboxNext:active,#oxcboxPrevious:active,#oxcboxSlideshow:active,.tooltipster-arrow-right .tooltipster-arrow-border,.tooltipster-arrow-right span{border-bottom:8px solid transparent!important;border-right:8px solid;border-top:8px solid transparent!important;left:-7px;margin-top:-7px;top:50%}.tooltipster-default{background:#4c4c4c;border:2px solid #000;border-radius:5px;color:#fff}.tooltipster-default .tooltipster-content{font-family:Arial,sans-serif;font-size:14px;line-height:16px;overflow:hidden;padding:8px 10px}.tooltipster-icon{cursor:help;margin-left:4px}.tooltipster-base{font-size:0;left:0;line-height:0;overflow:visible;padding:0;pointer-events:none;position:absolute;top:0;width:auto;z-index:9999999}.tooltipster-base .tooltipster-content{overflow:hidden}.tooltipster-arrow{display:block;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:-1}.tooltipster-arrow span,.tooltipster-arrow-border{display:block;height:0;position:absolute;width:0}.tooltipster-arrow-top span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-top:8px solid;bottom:-7px;left:0;margin:0 auto;right:0}.tooltipster-arrow-top .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-top:9px solid;bottom:-7px;left:0;margin:0 auto;right:0}.tooltipster-arrow-top-right span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-top:8px solid;bottom:-7px;right:6px}.tooltipster-arrow-top-right .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-top:9px solid;bottom:-7px;right:5px}.tooltipster-arrow-top-left span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-top:8px solid;bottom:-7px;left:6px}.tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-top:9px solid;bottom:-7px;left:5px}.tooltipster-arrow-bottom span{border-bottom:8px solid;border-left:8px solid transparent!important;border-right:8px solid transparent!important;left:0;margin:0 auto;right:0;top:-7px}.tooltipster-arrow-bottom .tooltipster-arrow-border{border-bottom:9px solid;border-left:9px solid transparent!important;border-right:9px solid transparent!important;left:0;margin:0 auto;right:0;top:-7px}.tooltipster-arrow-bottom-right span{border-bottom:8px solid;border-left:8px solid transparent!important;border-right:8px solid transparent!important;right:6px;top:-7px}.tooltipster-arrow-bottom-right .tooltipster-arrow-border{border-bottom:9px solid;border-left:9px solid transparent!important;border-right:9px solid transparent!important;right:5px;top:-7px}.tooltipster-arrow-bottom-left span{border-bottom:8px solid;border-left:8px solid transparent!important;border-right:8px solid transparent!important;left:6px;top:-7px}.tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-bottom:9px solid;border-left:9px solid transparent!important;border-right:9px solid transparent!important;left:5px;top:-7px}.tooltipster-arrow-left .tooltipster-arrow-border{border-left:9px solid}.tooltipster-arrow-left .tooltipster-arrow-border,.tooltipster-arrow-right .tooltipster-arrow-border{border-bottom:9px solid transparent!important;border-top:9px solid transparent!important;margin-top:-8px}.tooltipster-arrow-right .tooltipster-arrow-border{border-right:9px solid}.tooltipster-fade{opacity:0;transition-property:opacity}.tooltipster-fade-show{opacity:1}.tooltipster-grow{transform:scale(0);transition-property:transform}.tooltipster-grow-show{transform:scale(1);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;transform:rotate(4deg);transition-property:transform}.tooltipster-swing-show{opacity:1;transform:rotate(0deg);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{top:0;transition-property:top;transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-dying{opacity:0;top:0!important;transition-property:all}.tooltipster-slide{left:-40px;transition-property:left;transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-dying{left:0!important;opacity:0;transition-property:all}.tooltipster-content-changing{opacity:.5;transform:scale(1.1)}